Index

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

A

1. Acquire a JMX Implementation - Section in package org.apache.tomcat.util.modeler
 
abandon(PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
thread safe way to abandon a connection signals a connection to be abandoned. this will disconnect the connection, and log the stack trace if logAbandoned=true
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
Property name for abnormal session close send timeout configuration.
abort() - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
 
abort(Connection, Executor) - Static method in class org.apache.tomcat.dbcp.dbcp2.Jdbc41Bridge
Delegates to Connection.abort(Executor) without throwing an AbstractMethodError.
abort(Executor) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
abort(Executor) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnection
Abort my underlying Connection.
AbortPolicy() - Constructor for class org.apache.tomcat.util.threads.ThreadPoolExecutor.AbortPolicy
Creates an AbortPolicy.
absolute(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
AbsoluteComparator() - Constructor for class org.apache.catalina.tribes.group.AbsoluteOrder.AbsoluteComparator
Default constructor.
absoluteOrder(List) - Static method in class org.apache.catalina.tribes.group.AbsoluteOrder
Sort the members in absolute order.
absoluteOrder(Member[]) - Static method in class org.apache.catalina.tribes.group.AbsoluteOrder
Sort the members in absolute order.
AbsoluteOrder - Class in org.apache.catalina.tribes.group
Title: Membership - Absolute Order
AbsoluteOrder() - Constructor for class org.apache.catalina.tribes.group.AbsoluteOrder
Protected constructor.
AbsoluteOrder.AbsoluteComparator - Class in org.apache.catalina.tribes.group
A comparator for absolute ordering of members.
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
Default constructor.
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 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
Cache for formatted timestamps.
AbstractAccessLogValve.ElapsedTimeElement - Class in org.apache.catalina.valves
Write time taken to process the request - %D, %T.
AbstractAccessLogValve.ElapsedTimeElement.Style - Enum Class in org.apache.catalina.valves
Style for formatting elapsed time.
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.IdentifierElement - Class in org.apache.catalina.valves
Write identifier element %{xxx}L.
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 constant 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
This the base implementation for the AJP protocol handlers.
AbstractAjpProtocol(AbstractEndpoint) - Constructor for class org.apache.coyote.ajp.AbstractAjpProtocol
Creates a new AJP protocol handler.
AbstractArchiveResource - Class in org.apache.catalina.webresources
Abstract resource implementation for archive-based resources.
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
The expectation is that this will be deprecated and then removed once the SecurityManager has been fully removed from the JRE and it has been confirmed that the JRE no longer depends on code base.
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
Abstract resource set implementation for archive-based resources.
AbstractArchiveResourceSet() - Constructor for class org.apache.catalina.webresources.AbstractArchiveResourceSet
Constructs a new abstract archive resource set.
AbstractCatalinaCommandTask - Class in org.apache.catalina.ant
Abstract task for Catalina commands.
AbstractCatalinaCommandTask() - Constructor for class org.apache.catalina.ant.AbstractCatalinaCommandTask
Create a new instance.
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
Construct a new instance of this task.
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
Constructs a new AbstractChunk.
AbstractCreateStatementInterceptor - Class in org.apache.tomcat.jdbc.pool.interceptor
Abstraction interceptor.
AbstractCreateStatementInterceptor() - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
Default constructor
AbstractEndpoint<S,U> - Class in org.apache.tomcat.util.net
Abstract endpoint implementation.
AbstractEndpoint() - Constructor for class org.apache.tomcat.util.net.AbstractEndpoint
Construct and return an endpoint.
AbstractEndpoint.BindState - Enum Class in org.apache.tomcat.util.net
Enum representing the possible states of the bind operation.
AbstractEndpoint.Handler<S> - Interface in org.apache.tomcat.util.net
Interface for handlers used by an endpoint.
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
Abstract implementation of WebResourceSet that is based on a directory on a file system.
AbstractFileResourceSet(String) - Constructor for class org.apache.catalina.webresources.AbstractFileResourceSet
Constructs a new abstract file resource set.
AbstractGroup - Class in org.apache.catalina.users
Convenience base class for Group implementations.
AbstractGroup() - Constructor for class org.apache.catalina.users.AbstractGroup
Constructs an AbstractGroup with default settings.
AbstractHttp11Protocol<S> - Class in org.apache.coyote.http11
Base implementation of the HTTP/1.1 and HTTP/1.0 protocols.
AbstractHttp11Protocol(AbstractEndpoint) - Constructor for class org.apache.coyote.http11.AbstractHttp11Protocol
Construct a specific instance of this protocol handler.
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
Constructs a new AbstractInputStreamJar for the specified JAR file URL.
AbstractNetworkChannelEndpoint<S,U> - Class in org.apache.tomcat.util.net
Provides a base implementation for endpoints that use a NetworkChannel.
AbstractNetworkChannelEndpoint() - Constructor for class org.apache.tomcat.util.net.AbstractNetworkChannelEndpoint
Constructs a new endpoint.
AbstractObjectCreationFactory - Class in org.apache.tomcat.util.digester
Abstract base class for ObjectCreationFactory implementations.
AbstractObjectCreationFactory() - Constructor for class org.apache.tomcat.util.digester.AbstractObjectCreationFactory
Constructs a new instance of this factory.
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
Creates a new processor with the given adapter.
AbstractProcessor(Adapter, Request, Response) - Constructor for class org.apache.coyote.AbstractProcessor
Constructs a new processor with the given adapter, request, and response.
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
Constructs a new processor.
AbstractProtocol<S> - Class in org.apache.coyote
Abstract base class for protocol handlers.
AbstractProtocol(AbstractEndpoint) - Constructor for class org.apache.coyote.AbstractProtocol
Creates a new protocol handler.
AbstractProtocol.ConnectionHandler<S> - Class in org.apache.coyote
Connection handler base class.
AbstractProtocol.RecycledProcessors - Class in org.apache.coyote
Pool of recycled processors.
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
Constructs a new AbstractQueryReport with the default threshold.
AbstractQueryReport.StatementProxy - Class in org.apache.tomcat.jdbc.pool.interceptor
Class to measure query execute time
AbstractRef - Class in org.apache.naming
Abstract base class for Reference implementations used by the naming context.
AbstractRef(String) - Constructor for class org.apache.naming.AbstractRef
Constructs a new AbstractRef with the specified class name.
AbstractRef(String, String, String) - Constructor for class org.apache.naming.AbstractRef
Constructs a new AbstractRef with the specified class name, factory class name, and factory location.
AbstractReplicatedMap<K,V> - Class in org.apache.catalina.tribes.tipis
An abstract replicated map implementation.
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
Represents an entry in the replicated map, including metadata about its role (primary, backup, proxy).
AbstractReplicatedMap.MapMessage - Class in org.apache.catalina.tribes.tipis
Represents a message sent between replicated map instances.
AbstractReplicatedMap.MapOwner - Interface in org.apache.catalina.tribes.tipis
Interface for the owner of this replicated map.
AbstractResource - Class in org.apache.catalina.webresources
Abstract WebResource implementation that provides common functionality for all web resource implementations.
AbstractResource(WebResourceRoot, String) - Constructor for class org.apache.catalina.webresources.AbstractResource
Constructs a new AbstractResource.
AbstractResourceSet - Class in org.apache.catalina.webresources
Abstract WebResourceSet implementation that provides common functionality for all web resource set implementations.
AbstractResourceSet() - Constructor for class org.apache.catalina.webresources.AbstractResourceSet
Constructs a new AbstractResourceSet.
AbstractRole - Class in org.apache.catalina.users
Convenience base class for Role implementations.
AbstractRole() - Constructor for class org.apache.catalina.users.AbstractRole
Constructs a new AbstractRole.
AbstractRxTask - Class in org.apache.catalina.tribes.transport
Abstract base class for receive tasks in the Catalina Tribes framework.
AbstractRxTask(ListenCallback) - Constructor for class org.apache.catalina.tribes.transport.AbstractRxTask
Constructs a new AbstractRxTask.
AbstractSender - Class in org.apache.catalina.tribes.transport
Abstract base implementation of a data sender.
AbstractSender() - Constructor for class org.apache.catalina.tribes.transport.AbstractSender
Constructs a new AbstractSender with default property values.
AbstractSingleArchiveResource - Class in org.apache.catalina.webresources
Abstract WebResource implementation for resources within a single archive (e.g., a JAR file).
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
Constructs a new 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
Constructs a new AbstractSingleArchiveResourceSet.
AbstractStreamProvider - Class in org.apache.catalina.tribes.membership.cloud
Abstract base class for StreamProvider implementations that provide common functionality for opening connections and streams.
AbstractStreamProvider() - Constructor for class org.apache.catalina.tribes.membership.cloud.AbstractStreamProvider
Constructs a new AbstractStreamProvider.
AbstractUser - Class in org.apache.catalina.users
Convenience base class for User implementations.
AbstractUser() - Constructor for class org.apache.catalina.users.AbstractUser
Constructs a new 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
Returns the number of started SSL/TLS handshakes in server mode.
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
Invoked by the channel to determine if the listener will process this message or not.
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
Accepts or rejects a message based on the map context.
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.
accept(ELNode.Visitor) - Method in class org.apache.jasper.compiler.ELNode
Accepts a visitor for traversing this node.
accept(ELNode.Visitor) - Method in class org.apache.jasper.compiler.ELNode.ELText
 
accept(ELNode.Visitor) - Method in class org.apache.jasper.compiler.ELNode.Function
 
accept(ELNode.Visitor) - Method in class org.apache.jasper.compiler.ELNode.Root
 
accept(ELNode.Visitor) - Method in class org.apache.jasper.compiler.ELNode.Text
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.AttributeDirective
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.AttributeGenerator
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.Comment
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.CustomTag
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.Declaration
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.DoBodyAction
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.ELExpression
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.Expression
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.ForwardAction
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.GetProperty
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.IncludeAction
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.IncludeDirective
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.InvokeAction
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.JspBody
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.JspElement
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.JspOutput
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.JspRoot
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.JspText
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.NamedAttribute
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.PageDirective
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.ParamAction
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.Root
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.Scriptlet
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.SetProperty
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.TagDirective
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.TaglibDirective
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.TemplateText
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.UninterpretedTag
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.UseBean
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.VariableDirective
 
AcceptEncoding - Class in org.apache.tomcat.util.http.parser
Represents a single Accept-Encoding value with its quality factor.
AcceptEncoding(String, double) - Constructor for class org.apache.tomcat.util.http.parser.AcceptEncoding
Creates a new AcceptEncoding instance.
acceptGood() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLSessionStats
Returns the number of successfully established SSL/TLS sessions in server mode.
AcceptLanguage - Class in org.apache.tomcat.util.http.parser
Represents a single language entry from an Accept-Language header.
AcceptLanguage(Locale, double) - Constructor for class org.apache.tomcat.util.http.parser.AcceptLanguage
Constructs a new 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 thread that accepts incoming connections.
Acceptor(AbstractEndpoint) - Constructor for class org.apache.tomcat.util.net.Acceptor
Constructs a new Acceptor.
Acceptor.AcceptorState - Enum Class in org.apache.tomcat.util.net
States of the acceptor lifecycle.
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
Returns the number of start renegotiations in server mode.
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
Marks this reader as being accessed.
access(Consumer) - Method in class org.apache.catalina.session.StandardSessionAccessor
 
ACCESS_TIME - Enum constant in enum class org.apache.catalina.filters.ExpiresFilter.StartingPoint
Expiration relative to the access time.
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
Whether this reader is currently being accessed.
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 - Section in package org.apache.tomcat.util.digester
 
accessJMXConnection(Project, String, String, String, String, String, String) - Static method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Get Current Connection from ref parameter or create a new one!
accessJMXValue() - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
Get value from MBeans attribute.
accessLog - Variable in class org.apache.catalina.core.ContainerBase
The access log to use for requests normally handled by this container that have been handled earlier in the processing chain.
AccessLog - Interface in org.apache.catalina
Intended for use by a Valve to indicate that the Valve provides access logging.
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
Constructs a new adapter wrapping a single access log.
AccessLogListener(StandardEngine, Host, Context) - Constructor for class org.apache.catalina.core.StandardEngine.AccessLogListener
Creates a new AccessLogListener for the given engine, host, and context.
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
Constructs a new 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
HTTP 100 Continue response bytes.
ACK_COMMAND - Static variable in class org.apache.catalina.tribes.transport.Constants
Acknowledgement command data package.
ACK_DATA - Static variable in class org.apache.catalina.tribes.transport.Constants
Acknowledgement data bytes.
ackbuf - Variable in class org.apache.catalina.tribes.transport.nio.NioSender
Acknowledgment buffer.
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
Perform an action on this request.
action(ActionCode, Object) - Method in class org.apache.coyote.Response
Perform an action on this response.
ACTION_REMOVE - Static variable in class org.apache.catalina.ha.session.DeltaRequest
Action to remove a value.
ACTION_SET - Static variable in class org.apache.catalina.ha.session.DeltaRequest
Action to set a value.
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
Activates this instance by delegating to the underlying statement.
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) - Method in interface org.apache.tomcat.dbcp.pool2.KeyedPooledObjectFactory
Reinitializes an instance to be returned by the pool.
activateObject(PStmtKey, PooledObject) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingConnection
KeyedPooledObjectFactory method for activating pooled statements.
activateObject(PooledObject) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
 
activateObject(PooledObject) - 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
Count of currently active remote-initiated streams.
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
The adapter for this processor.
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
The note index used to store the Request and Response objects on the coyote request and response.
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
Sums all elements of an integer array.
add(long, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
Records a successful query invocation, updating min/max/total timing statistics.
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 two numbers.
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 two objects, coercing them to the appropriate numeric type.
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
Adds data from a ByteBuffer to this write buffer.
add(AccessLog) - Method in class org.apache.catalina.core.AccessLogAdapter
Adds an access log to this adapter.
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
Adds a message order to the end of the chain.
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(ELNode) - Method in class org.apache.jasper.compiler.ELNode.Nodes
Adds an ELNode to this list.
add(Node) - Method in class org.apache.jasper.compiler.Node.Nodes
Appends a node to the list
add(ErrorPage) - Method in class org.apache.catalina.util.ErrorPageSupport
Adds an error page to the support.
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 a nonce to the cache.
add(T) - Method in class org.apache.catalina.util.ResourceSet
add(T) - Method in class org.apache.tomcat.util.collections.ConcurrentLruCache
Adds an entry to the cache.
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
Adds a fragment name to the absolute ordering.
addAbsoluteOrderingOthers() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Adds "others" to the absolute ordering.
addAction(int, int, String, Object) - Method in class org.apache.catalina.ha.session.DeltaRequest
Add an action to the list of actions to be executed.
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
Adds a fragment name to the after ordering.
addAfterOrderingOthers() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Adds "others" to the after ordering.
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
Add an alias.
addAliases(Collection) - Method in class org.apache.catalina.mapper.Mapper.MappedHost
Add aliases.
addAll(String) - Method in class org.apache.catalina.util.NetMaskSet
Adds a NetMask list from a string input containing a comma-separated list of (hopefully valid) NetMasks.
addAll(Collection) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
 
addAll(Collection) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
 
addAll(Collection) - Method in class org.apache.catalina.util.ResourceSet
addAllowedTrailerHeader(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Add a header name to the set of allowed trailer headers.
addAndGetCurrentSize(long) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
Add to the current size and return the new value.
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
Add an argument for MBean creation.
addArg(Arg) - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
Add an argument for the MBean operation.
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
Registers a scoped bean.
addBeforeOrdering(String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Adds a fragment name to the before ordering.
addBeforeOrderingOthers() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Adds "others" to the before ordering.
addBuiltinCommands() - Method in class org.apache.catalina.ssi.SSIProcessor
Registers all built-in SSI commands.
addBytesReceived(long) - Method in class org.apache.coyote.http11.upgrade.UpgradeInfo
Adds to the bytes received counter.
addBytesSent(long) - Method in class org.apache.coyote.http11.upgrade.UpgradeInfo
Adds to the bytes sent counter.
addCallMethod(String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add a "call method" rule for a method which accepts no arguments.
addCallMethod(String, String, int) - Method in class org.apache.tomcat.util.digester.Digester
Add a "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
Adds a certificate to this SSL context.
addCertificate(SSLHostConfigCertificate) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Adds a certificate to this SSL host configuration.
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
Adds a channel listener to receive incoming messages.
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) - Method in class org.apache.tomcat.util.scan.StandardJarScanner
Adds URLs from the system classpath to the processing queue.
addClassResources(WebResourceSet) - Method in class org.apache.catalina.webresources.StandardRoot
Adds a class resource set to this root.
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
Add cluster message listener and register cluster to this listener.
addCmd(OpenSSLConfCmd) - Method in class org.apache.tomcat.util.net.openssl.OpenSSLConf
Adds a command to this configuration.
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
Registers a custom SSI command handler.
addCondition(RewriteCond) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Add a condition to this rule.
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
Adds a new context to the specified host.
addContext(Host, String, String, String) - Method in class org.apache.catalina.startup.Tomcat
Adds a new context to the specified host with the given context name.
addContext(Mapper.MappedContext, int) - Method in class org.apache.catalina.mapper.Mapper.ContextList
Add a context to the list.
addContextParam(String, String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Adds a context parameter.
addContextVersion(String, Host, String, String, Context, String[], WebResourceRoot, Collection) - 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
Adds a cookie to this saved request.
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
Add a credential handler.
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
Constructs a new 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 provided Context.
addDependant(String, Long) - Method in class org.apache.jasper.compiler.PageInfo
Adds a dependent file to this page.
addDispatch(DispatchType) - Method in class org.apache.coyote.AbstractProcessorLight
Adds a dispatch type to the set of dispatches to be processed.
addDuplicate(String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Adds a duplicate fragment name.
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
Adds an EJB local reference.
addEjbRef(ContextEjb) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Adds an EJB reference.
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, Request, Response, long) - Method in interface org.apache.catalina.valves.AbstractAccessLogValve.AccessLogElement
Called to create an access log entry.
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.ByteSentElement
Adds the byte sent element to the buffer.
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.ConnectionStatusElement
Adds the connection status element to the buffer.
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.CookieElement
 
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.DateAndTimeElement
 
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.ElapsedTimeElement
 
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.FirstByteTimeElement
Adds the first byte time element to the buffer.
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.HeaderElement
 
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.HostElement
Adds the host element to the buffer.
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.HttpStatusCodeElement
Adds the HTTP status code element to the buffer.
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.IdentifierElement
 
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.LocalAddrElement
 
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.LocalServerNameElement
Adds the local server name element to the buffer.
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.LogicalUserNameElement
Adds the logical user name element to the buffer.
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.MethodElement
Adds the method element to the buffer.
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.PortElement
 
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.ProtocolElement
Adds the protocol element to the buffer.
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.QueryElement
Adds the query element to the buffer.
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.RemoteAddrElement
 
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.RequestAttributeElement
 
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.RequestElement
Adds the request element to the buffer.
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.RequestURIElement
Adds the request URI element to the buffer.
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.ResponseHeaderElement
 
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.SessionAttributeElement
 
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.SessionIdElement
Adds the session ID element to the buffer.
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.StringElement
 
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.ThreadNameElement
Adds the thread name element to the buffer.
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.UserElement
Adds the user element to the buffer.
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.CookieElement
 
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.DateElement
 
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.RequestAttributeElement
 
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.RequestHeaderElement
 
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.RequestParameterElement
 
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.ResponseAllHeaderElement
 
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.ResponseHeaderElement
 
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.ServletContextElement
 
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.SessionAttributeElement
 
addElement(CharArrayWriter, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.TimeElement
 
addElement(CharArrayWriter, 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
Adds an environment entry.
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
Add an environment variable name.
addEnvValue(String) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Add an environment variable value.
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
Adds an error page.
addEvaluationListener(EvaluationListener) - Method in class org.apache.el.lang.EvaluationContext
 
addEvent(Runnable) - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
Adds a runnable event to the selector's event queue.
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) - Method in class org.apache.catalina.core.ApplicationContext
 
addFilter(String, Class) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
addFilter(String, Class) - 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
Adds a filter definition.
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
Adds a filter mapping.
addFunction(String, String, String) - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
Adds a function definition to this tag library.
addGeneratedClass(String) - Static method in class org.apache.tomcat.util.digester.Digester
Add a generated class name to the tracking set.
addGlobalRedeployResources(HostConfig.DeployedApplication) - Method in class org.apache.catalina.startup.HostConfig
Add global redeploy resources to the deployed application.
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
Adds a handler reference to the list.
addHandler(ContextHandler) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
Adds a handler for this service reference.
addHeader(String, String) - Method in class org.apache.catalina.authenticator.SavedRequest
Adds a header value to this saved request.
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
Add a response header with the given name and value.
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
Add a response header with the given name, value, and charset.
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.
addImport(String) - Method in class org.apache.jasper.compiler.Node.PageDirective
Parses the comma-separated list of class or package names in the given attribute value and adds each component to this PageDirective's vector of imported classes and packages.
addImport(String) - Method in class org.apache.jasper.compiler.Node.TagDirective
Parses the comma-separated list of class or package names in the given attribute value and adds each component to this PageDirective's vector of imported classes and packages.
addImport(String) - Method in class org.apache.jasper.compiler.PageInfo
Adds a single import to this page.
addImports(List) - Method in class org.apache.jasper.compiler.PageInfo
Adds multiple imports to this page.
addIncludeCoda(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
Adds an include coda file path.
addIncludePrelude(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
Adds an include prelude file path.
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
Adds an initialization parameter.
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
Adds an injection target to this 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
Adds a JSP property group.
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
Adds a pre-configured LineInfo to this stratum's line data.
addListener(AsyncListener) - Method in class org.apache.catalina.core.AsyncContextImpl
 
addListener(AsyncListener, ServletRequest, ServletResponse) - Method in class org.apache.catalina.core.AsyncContextImpl
 
addListener(Class) - Method in class org.apache.catalina.core.ApplicationContext
 
addListener(Class) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
addListener(Class) - 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
Adds a listener class name to this tag library.
addListener(String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Adds a listener class.
addListener(NotificationListener) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Adds a local notification listener that receives pool notifications without requiring JMX registration.
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
Adds a locale to this saved request.
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
Adds a locale-encoding mapping.
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, boolean, String...) - Method in class org.apache.catalina.core.ApplicationFilterRegistration
 
addMappingForUrlPatterns(EnumSet, 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
Adds a membership listener to receive membership change notifications.
addMessage(ChannelMessage) - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor.FragCollection
Adds a fragment message to this collection.
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
Adds a message destination.
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
Adds a message destination reference.
addMessageHandler(MessageHandler) - Method in class org.apache.tomcat.websocket.WsSession
 
addMessageHandler(Class, MessageHandler.Partial) - Method in class org.apache.tomcat.websocket.WsSession
 
addMessageHandler(Class, MessageHandler.Whole) - 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
Adds a MIME mapping.
addMsgsReceived(long) - Method in class org.apache.coyote.http11.upgrade.UpgradeInfo
Adds to the messages received counter.
addMsgsSent(long) - Method in class org.apache.coyote.http11.upgrade.UpgradeInfo
Adds to the messages sent counter.
addNegotiatedProtocol(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Add a protocol that can be negotiated (e.g.
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
Adds a notification listener.
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 places 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, int) - Method in interface org.apache.tomcat.dbcp.pool2.KeyedObjectPool
Calls KeyedObjectPool.addObject(Object) with each key in keys for count number of times.
addObjects(K, int) - Method in interface org.apache.tomcat.dbcp.pool2.KeyedObjectPool
Calls KeyedObjectPool.addObject(Object) key count number of times.
addOmittedMethod(String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
Add an HTTP request method to the methods explicitly excluded from this web resource collection.
addOperation(OperationInfo) - Method in class org.apache.tomcat.util.modeler.ManagedBean
Add a new operation to the set of operations for this MBean.
addParameter(String, String) - Method in interface org.apache.catalina.Context
Add a new context initialization parameter, replacing any existing value for the specified name.
addParameter(String, String) - Method in class org.apache.catalina.core.StandardContext
 
addParameter(String, String) - Method in class org.apache.catalina.startup.FailedContext
 
addParameter(String, String) - Method in class org.apache.tomcat.util.http.Parameters
Add a parameter with the given key and value.
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
Add a path parameter.
addPathParameter(String, String) - Method in class org.apache.coyote.Request
Add a path parameter.
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
Add a URL pattern (already decoded) to be part of this web resource collection.
addPlugin(String, String) - Method in class org.apache.tomcat.util.descriptor.tagplugin.TagPluginParser
Registers a plugin class for the given tag class.
addPortcomponent(String, String) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
Adds a port component mapping for the given service endpoint.
addPortName(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
Adds a port name.
AddPortOffsetRule - Class in org.apache.catalina.startup
Rule that applies port offset to connectors during server configuration parsing.
AddPortOffsetRule() - Constructor for class org.apache.catalina.startup.AddPortOffsetRule
Constructs a new 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
Adds a post-construct method.
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
Adds a pre-destroy method.
addPrefix(String) - Method in class org.apache.jasper.compiler.PageInfo
Adds the given prefix to the set of prefixes of this translation unit.
addPrefixMapping(String, String) - Method in class org.apache.jasper.compiler.PageInfo
Maps the given prefix to the given URI.
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
Adds a property with the given name and value.
addProperty(PersistentProviderRegistrations.Property) - Method in class org.apache.catalina.authenticator.jaspic.PersistentProviderRegistrations.Provider
Adds a property to the provider.
addProperty(PoolProperties.InterceptorProperty) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinition
Adds the given interceptor property.
addProperty(ReflectionProperty) - Method in class org.apache.tomcat.util.xreflection.SetPropertyClass
Add a property to this class.
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
Adds a provider to the list of registered 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
Add a request processor.
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
Processes a Resource annotation with default name and type.
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
Adds a resource environment reference.
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
Adds a resource reference.
addResponse(Serializable, Member) - Method in class org.apache.catalina.tribes.group.RpcChannel.RpcCollector
Add a response to the collector.
address - Variable in class org.apache.catalina.ha.backend.Proxy
The IP address of the front-end proxy server.
address - Variable in class org.apache.catalina.ha.ClusterMessageBase
The member associated with this message.
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
Marks the given character as safe (not requiring encoding).
addSecurityConstraint(SecurityConstraint) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Adds a security constraint.
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
Adds a security role.
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
Adds a service reference.
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) - Method in class org.apache.catalina.core.ApplicationContext
 
addServlet(String, Class) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
addServlet(String, Class) - 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
addServlet(Context, String, String) - Static method in class org.apache.catalina.startup.Tomcat
addServlet(ServletDef) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Adds a servlet definition.
addServletContainerInitializer(ServletContainerInitializer, Set) - Method in interface org.apache.catalina.Context
Add a ServletContainerInitializer instance to this web application.
addServletContainerInitializer(ServletContainerInitializer, Set) - Method in class org.apache.catalina.core.StandardContext
 
addServletContainerInitializer(ServletContainerInitializer, Set) - Method in class org.apache.catalina.startup.FailedContext
 
addServletMapping(String, String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Adds a servlet URL mapping.
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
Adds a servlet URL mapping (already decoded).
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
Adds a servlet name to the set of servlet names this mapping matches.
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
Record an add session listener action.
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
Add a session listener.
addSessionTrackingMode(String) - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
Adds a session tracking mode.
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
Add a "set properties" rule that excludes the specified attribute names.
addSmap(int) - Method in class org.apache.jasper.compiler.Node.TemplateText
Add a source to Java line mapping
addSoapHeaders(String, String) - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
Adds a SOAP header with the given local part and namespace URI.
addSoapRole(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
Adds a SOAP role.
addSslHostConfig(SSLHostConfig) - Method in class org.apache.catalina.connector.Connector
Adds an SSL host configuration to this connector.
addSslHostConfig(SSLHostConfig) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Adds an SSL host configuration.
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
Adds an SSL host configuration.
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
Adds a static member to the membership list.
addStaticMember(StaticMember) - Method in class org.apache.catalina.tribes.membership.StaticMembershipService
Adds a static member to the cluster.
addSuspects - Variable in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
Map of members suspected of rejoining and their detection time.
addTag(TagXml) - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
Adds a tag definition to this tag library.
addTagFile(TagFileXml) - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
Adds a tag file definition to this tag library.
addTaglib(String, TagLibraryInfo) - Method in class org.apache.jasper.compiler.PageInfo
Maps the given URI to the given tag library.
addTaglib(String, String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Adds a taglib mapping.
addTimestamp(StringBuilder, long) - Method in class org.apache.juli.OneLineFormatter
Adds a formatted timestamp to the given buffer.
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
Add a message to the queue.
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
Adds an attribute name to the list of transient attributes that should not be persisted.
addTransientChild(String) - Method in class org.apache.catalina.storeconfig.StoreDescription
Adds a child class name to the list of transient children that should not be persisted.
addUpgradeInfo(UpgradeInfo) - Method in class org.apache.coyote.http11.upgrade.UpgradeGroupInfo
Adds an active upgrade connection to this group.
addUpgradeProtocol(UpgradeProtocol) - Method in class org.apache.catalina.connector.Connector
Adds an upgrade protocol to this connector.
addUpgradeProtocol(UpgradeProtocol) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Adds an upgrade protocol.
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
Adds a URL pattern (URL-decoded) to this property group.
addURLPattern(String) - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
Adds a URL pattern to the set of URL patterns this mapping matches.
addUrlPatternDecoded(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
Adds a pre-decoded URL pattern to this property group.
addURLPatternDecoded(String) - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
Adds a decoded URL pattern to the set of URL patterns this mapping matches.
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
Add cluster valve.
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
Adds a valve to this context.
addVariableNames(Collection) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
Adds any external variables to the variableNames collection.
addVariableNames(Collection) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
Add standard CGI variable names to the given collection.
addVaryFieldName(HttpServletResponse, String) - Static method in class org.apache.tomcat.util.http.ResponseUtil
Add a Vary header field name to the given response.
addVaryFieldName(MimeHeaders, String) - Static method in class org.apache.tomcat.util.http.ResponseUtil
Add a Vary header field name to the given headers.
addWaitingProcessor(Processor) - Method in class org.apache.coyote.AbstractProtocol
Adds a processor to the waiting processors set.
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
Flag to merge generated mappings into existing web.xml.
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
Adds a welcome file.
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
Add a wrapper to the given context.
addWrapper(String, JspServletWrapper) - Method in class org.apache.jasper.compiler.JspRuntimeContext
Add a new JspServletWrapper.
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) - Method in class org.apache.catalina.mapper.Mapper
Add wrappers to the given context.
adjustRelativePath(String) - Static method in class org.apache.tomcat.util.net.SSLHostConfig
Adjusts a relative path to an absolute path based on the CATALINA_BASE property.
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
AEAD digest.
AES128 - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Encryption
AES with 128-bit key.
AES128CCM - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Encryption
AES with 128-bit key in CCM mode.
AES128CCM8 - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Encryption
AES with 128-bit key in CCM mode with 8-byte tag.
AES128GCM - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Encryption
AES with 128-bit key in GCM mode.
AES256 - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Encryption
AES with 256-bit key.
AES256CCM - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Encryption
AES with 256-bit key in CCM mode.
AES256CCM8 - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Encryption
AES with 256-bit key in CCM mode with 8-byte tag.
AES256GCM - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Encryption
AES with 256-bit key in GCM mode.
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
Lifecycle event fired after a manager is registered.
AFTER_MANAGERUNREGISTER_EVENT - Static variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Lifecycle event fired after a manager is unregistered.
AFTER_MEMBERREGISTER_EVENT - Static variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Lifecycle event fired after a member is registered.
AFTER_MEMBERUNREGISTER_EVENT - Static variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Lifecycle event fired after a member is unregistered.
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
Constructs a new AjpMessage with the specified packet size.
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
Constructs a new AjpNioProtocol.
AjpProcessor - Class in org.apache.coyote.ajp
AJP Processor implementation.
AjpProcessor(AbstractAjpProtocol, Adapter) - Constructor for class org.apache.coyote.ajp.AjpProcessor
Constructs a new 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
Checks if a member is alive using the default timeout.
ALL_PROPERTIES - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Array of all supported property names.
ALL_REPLY - Static variable in class org.apache.catalina.tribes.group.RpcChannel
Return replies from all members.
ALL_TYPES - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
All statement types (prepared and callable).
ALL_WEBXML - Static variable in class org.apache.jasper.JspC
Web.xml generation level for complete web.xml.
allMatch(LambdaExpression) - Method in class org.apache.el.stream.Stream
Checks if all elements in the stream match the given predicate.
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
Allocates a buffer with the specified initial size and optional limit.
allocate(int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
Allocates a buffer of the specified size.
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
Determines whether a CORS preflight request should bypass authentication.
allowExec - Variable in class org.apache.catalina.ssi.SSIFilter
When true, allows the exec directive (normally blocked for security).
allowExec - Variable in class org.apache.catalina.ssi.SSIProcessor
Whether exec commands are allowed.
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 - Section in class org.apache.catalina.filters.ExpiresFilter
 
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 allow CORS preflight bypass.
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
Whether to always send.
alwaysUseSession - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
Should a session always be used once a user is authenticated?
amount() - Method in record class org.apache.catalina.filters.ExpiresFilter.Duration
Returns the value of the amount record component.
ANCIENT_DATE - Static variable in class org.apache.tomcat.util.http.CookieProcessorBase
A date far in the past used to expire cookies.
ANNOTATION - Static variable in class org.apache.tomcat.util.bcel.classfile.ElementValue
Tag for an annotation element value.
AnnotationElementValue - Class in org.apache.tomcat.util.bcel.classfile
Element value that represents an annotation.
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
Constructs a new AntCompiler.
AntCompiler.JasperAntLogger - Class in org.apache.jasper.compiler
Ant logger that captures compilation output for reporting.
AntCompiler.SystemLogHandler - Class in org.apache.jasper.compiler
Handler that captures System.err output for compilation error reporting.
antiLocking() - Method in class org.apache.catalina.startup.ContextConfig
Handles anti-locking by copying the docBase to a temporary location to prevent file locking issues on Windows.
aNULL - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Authentication
No authentication (i.e. use ADH or AECDH).
ANY - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Authentication
Any authentication (TLS 1.3).
ANY - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.KeyExchange
Any key exchange (TLS 1.3).
anyMatch(LambdaExpression) - Method in class org.apache.el.stream.Stream
Checks if any element in the stream matches the given predicate.
appCommitted - Variable in class org.apache.catalina.connector.Response
The application commit flag.
append(boolean) - Method in class org.apache.catalina.tribes.io.XByteBuffer
Appends a boolean value to the buffer.
append(byte) - Method in class org.apache.catalina.tribes.io.XByteBuffer
Appends a single byte to the buffer.
append(byte) - Method in class org.apache.tomcat.util.buf.ByteChunk
Appends a single byte to this chunk.
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
Appends a portion of a byte array to the buffer.
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
Appends new bytes to the buffer.
append(char) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
append(char) - Method in class org.apache.tomcat.util.buf.CharChunk
Appends a single character to the buffer.
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
Appends an integer value to the buffer.
append(long) - Method in class org.apache.catalina.tribes.io.XByteBuffer
Appends a long value to the buffer.
append(CharArrayWriter, long) - Method in enum class org.apache.catalina.valves.AbstractAccessLogValve.ElapsedTimeElement.Style
Append the time to the buffer in the appropriate format.
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
Appends bytes from the given buffer to the output.
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
Appends the contents of another ByteChunk.
append(CharChunk) - Method in class org.apache.tomcat.util.buf.CharChunk
Appends the contents of the source CharChunk to this buffer.
appendByte(int) - Method in class org.apache.coyote.ajp.AjpMessage
Append a byte (1 byte) to the message.
appendByteChunk(ByteChunk) - Method in class org.apache.coyote.ajp.AjpMessage
Write a ByteChunk out at the current write position.
appendBytes(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.
appendQueryString(String, CharArrayWriter, boolean, boolean, boolean) - Static method in class org.apache.catalina.valves.AbstractAccessLogValve
Appends the query string to the buffer with optional formatting.
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
The path to the application context XML file.
applicationData() - Method in record class org.apache.tomcat.websocket.WsPongMessage
Returns the value of the applicationData record component.
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.
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
Dynamic filter registration implementation.
ApplicationFilterRegistration(FilterDef, Context) - Constructor for class org.apache.catalina.core.ApplicationFilterRegistration
Constructs a new ApplicationFilterRegistration.
ApplicationMapping - Class in org.apache.catalina.core
Holds servlet mapping data for a single request.
ApplicationMapping(MappingData) - Constructor for class org.apache.catalina.core.ApplicationMapping
Constructs a new 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
Constructs a new ApplicationParameter.
ApplicationPart - Class in org.apache.catalina.core
Adaptor to allow FileItem objects generated by the package renamed commons-upload to be used by the Servlet 3.0 upload API that expects Parts.
ApplicationPart(FileItem, File) - Constructor for class org.apache.catalina.core.ApplicationPart
Constructs a new ApplicationPart.
ApplicationServletRegistration - Class in org.apache.catalina.core
Dynamic servlet registration implementation.
ApplicationServletRegistration(Wrapper, Context) - Constructor for class org.apache.catalina.core.ApplicationServletRegistration
Constructs a new ApplicationServletRegistration.
ApplicationSessionCookieConfig - Class in org.apache.catalina.core
Implementation of session cookie configuration.
ApplicationSessionCookieConfig(StandardContext) - Constructor for class org.apache.catalina.core.ApplicationSessionCookieConfig
Constructs a new ApplicationSessionCookieConfig.
ApplicationWebXml - Static variable in class org.apache.catalina.startup.Constants
The path to the application web.xml file.
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
Applies tag plugin optimizations to the given page.
applyConf(OpenSSLConf, long, long) - Static method in class org.apache.tomcat.util.net.openssl.OpenSSLContext
Applies the OpenSSL configuration commands to the given context.
applyDiff(byte[], int, int) - Method in class org.apache.catalina.ha.session.DeltaSession
 
applyDiff(byte[], int, int) - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
Applies a diff to an existing object.
appName - Variable in class org.apache.catalina.realm.JAASRealm
The application name passed to the JAAS LoginContext, which uses it to select the set of relevant LoginModules.
appReadBufSize - Variable in class org.apache.tomcat.util.net.SocketProperties
The application read buffer size in bytes.
appWriteBufSize - Variable in class org.apache.tomcat.util.net.SocketProperties
The application write buffer size in bytes.
APR_IS_DEV_VERSION - Static variable in class org.apache.tomcat.jni.Library
APR is development version flag.
APR_MAJOR_VERSION - Static variable in class org.apache.tomcat.jni.Library
APR major version.
APR_MINOR_VERSION - Static variable in class org.apache.tomcat.jni.Library
APR minor version.
APR_PATCH_VERSION - Static variable in class org.apache.tomcat.jni.Library
APR patch version.
AprLifecycleListener - Class in org.apache.catalina.core
Implementation of LifecycleListener that will init and destroy APR.
AprLifecycleListener() - Constructor for class org.apache.catalina.core.AprLifecycleListener
Constructs a new AprLifecycleListener.
AprStatus - Class in org.apache.catalina.core
Deprecated.
Unused. Use AprStatus instead. This class will be removed in Tomcat 12 onwards.
AprStatus - Class in org.apache.tomcat.jni
Holds APR status without the need to load other classes.
AprStatus() - Constructor for class org.apache.catalina.core.AprStatus
Deprecated.
 
aprVersionString() - Static method in class org.apache.tomcat.jni.Library
Returns the APR version string.
archive - Variable in class org.apache.catalina.webresources.AbstractArchiveResourceSet
The archive JAR file.
archiveEntries - Variable in class org.apache.catalina.webresources.AbstractArchiveResourceSet
The archive entries.
archiveLock - Variable in class org.apache.catalina.webresources.AbstractArchiveResourceSet
The lock for archive operations.
archiveUseCount - Variable in class org.apache.catalina.webresources.AbstractArchiveResourceSet
The archive use count.
Arg - Class in org.apache.catalina.ant.jmx
Represents a single argument for JMX operations.
Arg() - Constructor for class org.apache.catalina.ant.jmx.Arg
Constructs a new Arg.
argPos - Variable in class org.apache.jasper.JspC
Current position in the command-line arguments array.
args - Variable in class org.apache.jasper.JspC
Command-line arguments passed to 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
ARIA with 128-bit key in GCM mode.
ARIA256GCM - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Encryption
ARIA with 256-bit key in GCM mode.
ARRAY - Static variable in class org.apache.tomcat.util.bcel.classfile.ElementValue
Tag for an array element value.
ARRAY_MAX_SIZE - Static variable in class org.apache.tomcat.util.buf.AbstractChunk
The maximum size of an array.
ArrayElementValue - Class in org.apache.tomcat.util.bcel.classfile
Element value that represents an array of element values.
arrayequals(byte[], byte[], int) - Static method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Compares count first bytes in the arrays a and b.
Arrays - Class in org.apache.catalina.tribes.util
Utility class for array operations in the Tribes clustering framework.
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.
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
Constructs a new Asn1Parser.
Asn1Writer - Class in org.apache.tomcat.util.buf
Utility class for writing ASN.1 DER-encoded data structures.
assemble() - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor.FragCollection
Assembles all fragments into a single complete message.
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
Dispatcher type constant for async dispatch.
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 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
The asynchronous processing phase has ended.
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
Asynchronous I/O is in progress.
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
Request attribute name indicating async is supported.
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 single AsynchronousChannelGroup while ensuring that the group is destroyed when no longer required.
AsyncChannelWrapper - Interface in org.apache.tomcat.websocket
This is a wrapper for a AsynchronousSocketChannel that limits the methods available thereby simplifying the process of implementing SSL/TLS support since there are fewer methods to intercept.
AsyncChannelWrapperNonSecure - Class in org.apache.tomcat.websocket
Generally, just passes calls straight to the wrapped AsynchronousSocketChannel.
AsyncChannelWrapperNonSecure(AsynchronousSocketChannel) - Constructor for class org.apache.tomcat.websocket.AsyncChannelWrapperNonSecure
Constructs a new non-secure wrapper for the given channel.
AsyncChannelWrapperSecure - Class in org.apache.tomcat.websocket
Wraps the AsynchronousSocketChannel with SSL/TLS.
AsyncChannelWrapperSecure(AsynchronousSocketChannel, SSLEngine) - Constructor for class org.apache.tomcat.websocket.AsyncChannelWrapperSecure
Constructs a new secure wrapper for the given channel and SSL engine.
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
Implementation of AsyncContext that manages the lifecycle of an asynchronous request processing operation.
AsyncContextImpl(Request) - Constructor for class org.apache.catalina.core.AsyncContextImpl
Constructs an AsyncContextImpl for the given request.
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
Interface for performing asynchronous dispatch operations within the container.
AsyncFileHandler - Class in org.apache.juli
A FileHandler implementation that uses a queue of log entries.
AsyncFileHandler() - Constructor for class org.apache.juli.AsyncFileHandler
Constructs an AsyncFileHandler with default settings.
AsyncFileHandler(String, String, String) - Constructor for class org.apache.juli.AsyncFileHandler
Constructs an AsyncFileHandler with the specified directory, prefix, and suffix.
AsyncFileHandler(String, String, String, Integer) - Constructor for class org.apache.juli.AsyncFileHandler
Constructs an AsyncFileHandler with the specified directory, prefix, suffix, and max days.
AsyncListenerWrapper - Class in org.apache.catalina.core
Wrapper for an AsyncListener that supports custom request and response objects for event customization.
AsyncListenerWrapper() - Constructor for class org.apache.catalina.core.AsyncListenerWrapper
Default constructor.
AsyncPingManager() - Constructor for class org.apache.coyote.http2.Http2AsyncUpgradeHandler.AsyncPingManager
Constructs a new 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
State machine for async processing.
asyncSupported - Variable in class org.apache.catalina.connector.Request
Whether async is supported for this 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 object passed to the completion handler.
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
Internal name for the attribute action.
ATTRIBUTE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
Internal name for the attribute directive action.
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
Constructs a new AttributeInfo instance.
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 subcomponents without the ProtocolHandler being aware of the properties available on those subcomponents.
attrs - Variable in class org.apache.jasper.compiler.Node
The attributes for this node.
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
Implementation of AuthConfigFactory for the JASPIC authentication framework.
AuthConfigFactoryImpl() - Constructor for class org.apache.catalina.authenticator.jaspic.AuthConfigFactoryImpl
Constructs a new AuthConfigFactoryImpl and loads any persistent registrations.
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 X509Certificates.
authenticate(X509Certificate[]) - Method in class org.apache.catalina.realm.CombinedRealm
 
authenticate(X509Certificate[]) - Method in class org.apache.catalina.realm.JNDIRealm
 
authenticate(X509Certificate[]) - Method in class org.apache.catalina.realm.LockOutRealm
 
authenticate(X509Certificate[]) - Method in class org.apache.catalina.realm.RealmBase
 
authenticate(Connection, String, String) - Method in class org.apache.catalina.realm.DataSourceRealm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(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 the user against the given realm using the parsed digest credentials.
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
Constructs a new 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
Enumeration of authentication types used in OpenSSL cipher specifications.
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
Defines the authentication types supported by the WebSocket client.
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
Constructs an Authenticator instance.
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
Constructs an AuthenticatorBase with post-work enabled.
AuthenticatorBase.AllowCorsPreflight - Enum Class in org.apache.catalina.authenticator
Defines the modes for handling CORS preflight requests in the authenticator.
AuthenticatorBase.SsoReauthenticationMode - Enum Class in org.apache.catalina.authenticator
Defines the modes for SSO re-authentication behavior.
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.
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
Authorization HTTP header name.
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
Cached auto-commit state of the connection.
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
Returns the number of bytes or characters available in the buffer.
available() - Method in class org.apache.catalina.tribes.transport.RxTaskPool
Return the number of idle tasks currently available in the pool.
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
Set of available cipher suites.
average() - Method in class org.apache.el.stream.Stream
Calculates the average of all numeric elements in the 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
Awaits for connections to close.
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
Constructs a B2CConverter for the given charset, reporting errors on malformed input.
B2CConverter(Charset, boolean) - Constructor for class org.apache.tomcat.util.buf.B2CConverter
Deprecated.
Unused. Will be removed in Tomcat 12 onwards. Use B2CConverter(Charset)
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
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in interface org.apache.catalina.Loader
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in class org.apache.catalina.loader.WebappLoader
 
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
Performs background cache maintenance, evicting expired entries.
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
Performs background processing.
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
Interface for objects that need periodic background processing.
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
Constructs a BackportBase instance.
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
Constructs a BackportEnglish instance.
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
Constructs a BackportTranslations instance.
BackupManager - Class in org.apache.catalina.ha.session
Cluster session manager that provides backup session replication.
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
The underlying endpoint implementation.
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
Abstract base class for Catalina MBeans that provides typed access to the managed resource.
BaseCatalinaMBean() - Constructor for class org.apache.catalina.mbeans.BaseCatalinaMBean
Default constructor.
basedir - Variable in class org.apache.catalina.startup.Tomcat
The base directory for the embedded server.
BaseGenericObjectPool<T> - Class in org.apache.tomcat.dbcp.pool2.impl
Base class that provides common functionality for GenericObjectPool and GenericKeyedObjectPool.
BaseGenericObjectPool(BaseObjectPoolConfig, 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
Default constructor.
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
Default constructor.
BaseObject - Class in org.apache.tomcat.dbcp.pool2
A base class for common functionality.
BaseObject() - Constructor for class org.apache.tomcat.dbcp.pool2.BaseObject
Constructs a new instance.
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
Constructs a new instance.
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
Constructs a new instance.
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
Default constructor.
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
Default constructor.
BasicAuthenticator() - Constructor for class org.apache.tomcat.websocket.BasicAuthenticator
Default constructor.
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 - Section in class org.apache.catalina.filters.ExpiresFilter
 
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
Constructs a new instance.
BasicDataSourceFactory - Class in org.apache.tomcat.dbcp.dbcp2
JNDI object factory that creates an instance of BasicDataSource that has been configured based on the RefAddr values of the specified Reference, which must match the names and data types of the BasicDataSource bean properties with the following exceptions: connectionInitSqls must be passed to this factory as a single String using semicolon to delimit the statements whereas BasicDataSource requires a collection of Strings.
BasicDataSourceFactory() - Constructor for class org.apache.tomcat.dbcp.dbcp2.BasicDataSourceFactory
Constructs a new instance.
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
Default constructor.
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
Default constructor.
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
Lifecycle event fired before a manager is registered.
BEFORE_MANAGERUNREGISTER_EVENT - Static variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Lifecycle event fired before a manager is unregistered.
BEFORE_MEMBERREGISTER_EVENT - Static variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Lifecycle event fired before a member is registered.
BEFORE_MEMBERUNREGISTER_EVENT - Static variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Lifecycle event fired before a member is unregistered.
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
Perform actions before the Host starts, including creating required directories.
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
 
beginJavaLine - Variable in class org.apache.jasper.compiler.Node
The starting line number in the generated Java code.
BIGDECIMAL - Static variable in class org.apache.el.lang.ELArithmetic
BigDecimal arithmetic delegate instance.
BigDecimalDelegate() - Constructor for class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
Construct a new BigDecimalDelegate.
BIGINTEGER - Static variable in class org.apache.el.lang.ELArithmetic
BigInteger arithmetic delegate instance.
BigIntegerDelegate() - Constructor for class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
Construct a new BigIntegerDelegate.
BINARY - Enum constant in enum class org.apache.tomcat.websocket.MessageHandlerResultType
Binary message.
BINARY_BUFFER_SIZE_SERVLET_CONTEXT_INIT_PARAM - Static variable in class org.apache.tomcat.websocket.server.Constants
Servlet context init parameter name for binary buffer size.
bind() - Method in interface org.apache.catalina.ThreadBindingListener
Binds the current thread to the application context by setting up the naming context and context class loader.
bind() - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
Binds the server socket and datagram channels to their respective ports.
bind() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Bind the endpoint to its port and address.
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 an InstanceManager to the given class loader.
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
Bind MBean attributes to Ant properties.
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
Number of bits per byte.
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
Blocking mode for the operation.
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
Flag to block external entities during XML parsing.
BLOCKING_SEND_TIMEOUT_PROPERTY - Static variable in class org.apache.tomcat.websocket.Constants
Property name for blocking send timeout configuration.
BLOOM - Enum constant in enum class org.apache.catalina.WebResourceRoot.ArchiveIndexStrategy
Bloom filter strategy with retention.
body - Variable in class org.apache.jasper.compiler.Node
The body of this node.
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
Internal name for the body action.
BODY_HEADER_SECTION - Static variable in class org.apache.catalina.manager.Constants
The HTML body header section template for manager pages.
BodyContentImpl - Class in org.apache.jasper.runtime
Write text to a character-output stream, buffering characters to provide 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
Default constructor.
BORINGSSL - Enum constant in enum class org.apache.tomcat.util.net.openssl.OpenSSLStatus.Name
BoringSSL.
borrowConnection(long, PooledConnection, String, String) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Validates and configures a previously idle connection
borrowObject() - Method in class org.apache.tomcat.dbcp.pool2.BaseObjectPool
 
borrowObject() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
borrowObject() - Method in class org.apache.tomcat.dbcp.pool2.impl.SoftReferenceObjectPool
Borrows an object from the pool.
borrowObject() - Method in interface org.apache.tomcat.dbcp.pool2.ObjectPool
Borrows an instance from this pool.
borrowObject(long) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
borrowObject(Duration) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
Borrows an object from the pool using the specific waiting time which only applies if BaseGenericObjectPool.getBlockWhenExhausted() is true.
borrowObject(K) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
borrowObject(K) - Method in interface org.apache.tomcat.dbcp.pool2.KeyedObjectPool
Borrows an instance from this pool for the specified key.
borrowObject(K, long) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
Borrows an object from the sub-pool associated with the given key using the specified waiting time which only applies if BaseGenericObjectPool.getBlockWhenExhausted() is true.
borrowObject(K, Duration) - 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
The endpoint was bound during initialization.
BOUND_ON_START - Enum constant in enum class org.apache.tomcat.util.net.AbstractEndpoint.BindState
The endpoint was bound during start.
BOUNDARY_PREFIX - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
A byte sequence that precedes a boundary (CRLF--).
brainpoolP256r1 - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Group
Brainpool P-256 (brainpoolP256r1) elliptic curve group.
brainpoolP384r1 - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Group
Brainpool P-384 (brainpoolP384r1) elliptic curve group.
brainpoolP512r1 - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Group
Brainpool P-512 (brainpoolP512r1) elliptic curve group.
breakdown() - Method in class org.apache.catalina.tribes.group.RpcChannel
Remove this channel listener from the channel.
breakdown() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Breaks down the map, removing all entries and closing channels.
Brief (But Still Too Long) Introduction To System and Public Identifiers - Section in package org.apache.tomcat.util.digester
 
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 EE notifications.
bToS(byte[]) - Static method in class org.apache.catalina.tribes.io.ChannelData
Converts a byte array to a string representation.
bToS(byte[]) - Static method in class org.apache.catalina.tribes.membership.MemberImpl
Convert byte array to string.
bToS(byte[], int) - Static method in class org.apache.catalina.tribes.membership.MemberImpl
Convert byte array to string with max length.
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
The byte buffer for the message.
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_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
Size of the buffer used for reading command output.
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
Creates a buffered input filter.
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
Constructs an exception with the specified message.
bufferPool - Variable in class org.apache.tomcat.util.net.SocketProperties
NioChannel pool size for the endpoint, this value is how many channels.
BufferPool - Class in org.apache.catalina.tribes.io
Pool for reusing byte buffers in Tribes messaging.
bufferPoolSize - Variable in class org.apache.tomcat.util.net.SocketProperties
Buffer pool size in bytes to be cached.
buffers - Variable in class org.apache.tomcat.util.net.SocketWrapperBase.OperationState
Buffers used for the vectored I/O operation.
Buffers and Encodings - Section in package org.apache.tomcat.util.buf
 
buffersArrayHasRemaining(ByteBuffer[], int, int) - Static method in class org.apache.tomcat.util.net.SocketWrapperBase
Checks if any buffer in the specified range has remaining capacity.
bufferSize() - Method in class org.apache.catalina.tribes.io.ObjectReader
Returns the current buffer size.
bufHandler - Variable in class org.apache.tomcat.util.net.Nio2Channel
 
bufHandler - Variable in class org.apache.tomcat.util.net.NioChannel
The buffer handler for socket I/O operations.
bufSize - Variable in class org.apache.catalina.tribes.io.XByteBuffer
Current length of data in the buffer
build(List, boolean) - Method in interface org.apache.tomcat.websocket.TransformationBuilder
Builds a transformation based on the given extension preferences.
BUILDER - Static variable in class org.apache.tomcat.websocket.PerMessageDeflate
The builder for the permessage-deflate transformation.
buildJarSafeUrl(File) - Static method in class org.apache.tomcat.util.buf.UriUtil
Builds a JAR-safe URL for the given file, with special characters escaped.
buildJarUrl(File) - Static method in class org.apache.tomcat.util.buf.UriUtil
Builds a JAR URL for the given JAR file.
buildJarUrl(File, String) - Static method in class org.apache.tomcat.util.buf.UriUtil
Builds a JAR URL for the given JAR file and entry path.
buildJarUrl(String) - Static method in class org.apache.tomcat.util.buf.UriUtil
Builds a JAR URL for the given file URL string.
buildJarUrl(String, String) - Static method in class org.apache.tomcat.util.buf.UriUtil
Builds a JAR URL for the given file URL string and entry path.
buildMembershipProvider() - Method in class org.apache.catalina.tribes.membership.StaticMembershipService
Builds and configures the membership provider.
BYTE_STATE - Variable in class org.apache.catalina.connector.InputBuffer
State when reading byte data.
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
Converts a byte array segment to a long value.
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
Constructs a holder for the specified buffer.
ByteBufferUtils - Class in org.apache.tomcat.util.buf
Utility methods for working with ByteBuffer instances.
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
Creates a ByteChunk with the specified initial buffer size.
ByteChunk.BufferOverflowException - Exception Class in org.apache.tomcat.util.buf
Exception thrown when a byte chunk buffer overflows.
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 ?
ByteEntry() - Constructor for class org.apache.tomcat.util.buf.StringCache.ByteEntry
Constructs a new ByteEntry.
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
Number of bytes per integer.
ByteSentElement(boolean) - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.ByteSentElement
Creates a new ByteSentElement.
bytesField - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
 
bytesToString(byte[], int, int) - Static method in class org.apache.tomcat.util.http.Method
Provides optimised conversion from bytes to Strings for known HTTP methods.

C

2. Create a Modeler Configuration File - Section in package org.apache.tomcat.util.modeler
 
3. Create Modeler Registry at Startup Time - Section in package org.apache.tomcat.util.modeler
 
C2BConverter - Class in org.apache.tomcat.util.buf
NIO based character encoder.
C2BConverter(Charset) - Constructor for class org.apache.tomcat.util.buf.C2BConverter
Constructs a C2BConverter for the given charset.
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
The cached values.
cache - Variable in class org.apache.jasper.JspC
Cache for TagLibraryInfo objects.
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 the value for the specified request.
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 for web resources managed by a StandardRoot.
Cache(StandardRoot) - Constructor for class org.apache.catalina.webresources.Cache
Constructs a cache for the given root.
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
Construct a cached resource.
CachedStatement(PreparedStatement, String) - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.StatementCache.CachedStatement
Constructs a CachedStatement.
cacheFull() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLSessionStats
Returns the number of sessions that were removed because the maximum session cache size was exceeded.
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
Maximum size of the string cache.
cacheStatement(StatementCache.CachedStatement) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
Caches the given statement proxy if there is room in the cache.
caching - Variable in class org.apache.jasper.JspC
Flag to enable tag handler caching.
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
Callable statement type only.
callAs(Subject, Callable) - Method in class org.apache.tomcat.util.compat.Jre21Compat
 
callAs(Subject, Callable) - 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
Default constructor.
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
Flag to ensure the completion handler is called only once.
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
Call a method with a single parameter on the given target object.
callMethodN(Object, String, Object[], Class[]) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Call a method with multiple parameters on the given target object.
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
Camellia with 128-bit key.
CAMELLIA256 - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Encryption
Camellia with 256-bit key.
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
Whether this future has been cancelled.
canceled - Variable in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ItemFuture
Whether cancelled.
cancelledKey(SelectionKey) - Static method in class org.apache.catalina.tribes.transport.nio.NioReceiver
Handles a cancelled selection key by closing associated channels and cleaning up resources.
cancelRowUpdates() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
canonicalURI(String) - Static method in class org.apache.jasper.JspCompilationContext
Canonicalizes a URI string by resolving relative path components like '.' and '..' and collapsing multiple separators.
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
Checks if this resource can be read.
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.NioEndpoint.NioSocketWrapper
 
canWrite() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Checks if the socket write buffer is writable and there is no pending non-blocking write data.
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
Capitalizes the first character of the given string.
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
Default constructor.
Catalina - Class in org.apache.catalina.startup
Startup/Shutdown shell program for Catalina.
Catalina() - Constructor for class org.apache.catalina.startup.Catalina
Default constructor.
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
Interface for generated server XML loading classes.
CatalinaBaseConfigurationSource - Class in org.apache.catalina.startup
Configuration source that loads resources from the Catalina base directory.
CatalinaBaseConfigurationSource(File, String) - Constructor for class org.apache.catalina.startup.CatalinaBaseConfigurationSource
Construct a configuration source with the specified Catalina base directory and server XML path.
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
Default constructor.
CatalinaProperties - Class in org.apache.catalina.startup
Utility class to read the bootstrap Catalina configuration.
CatalinaProperties() - Constructor for class org.apache.catalina.startup.CatalinaProperties
Default constructor.
CatalinaShutdownHook() - Constructor for class org.apache.catalina.startup.Catalina.CatalinaShutdownHook
Default constructor.
catalog - Variable in class org.apache.tomcat.jdbc.pool.interceptor.ConnectionState
Cached catalog (database) name of the connection.
Catch - Class in org.apache.jasper.tagplugins.jstl.core
Tag plugin implementation for the JSTL catch tag.
Catch() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Catch
Default constructor.
cause - Variable in class org.apache.catalina.tribes.ChannelException.FaultyMember
The cause of the failure.
cbHits() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLSessionStats
Returns the number of successfully retrieved sessions from the external session cache in server mode.
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
The SSL host configuration certificate.
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
Default constructor.
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
Returns the set of certificates that expire before the given date.
CertificateStoreAppender - Class in org.apache.catalina.storeconfig
Store the Certificate attributes.
CertificateStoreAppender() - Constructor for class org.apache.catalina.storeconfig.CertificateStoreAppender
Default constructor.
CertificateStreamProvider - Class in org.apache.catalina.tribes.membership.cloud
Provider for SSL socket factory using certificate streams.
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, File, ArrayList) - 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
Default constructor.
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
ChaCha20-Poly1305 AEAD cipher.
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
Parameter name for the change local name configuration.
CHANGE_LOCAL_PORT_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
Parameter name for the change local port configuration.
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
Changes the read state to the new state.
changeReadState(WsFrameBase.ReadState, WsFrameBase.ReadState) - Method in class org.apache.tomcat.websocket.WsFrameBase
Atomically changes the read state if it matches the expected old state.
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
Change the session ID and optionally notify cluster members.
changeSessionId(Session, String, boolean, boolean) - Method in class org.apache.catalina.session.ManagerBase
Change the session ID.
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
Changes the session ID for the given session.
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
The channel.
channel - Variable in class org.apache.catalina.tribes.membership.StaticMembershipProvider
The channel associated with this provider.
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
Default constructor.
ChannelCoordinator(ChannelReceiver, ChannelSender, MembershipService) - Constructor for class org.apache.catalina.tribes.group.ChannelCoordinator
Construct a ChannelCoordinator with the specified receiver, sender and membership service.
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
Event fired by an interceptor.
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
Creates a new ChannelInterceptorBase.
ChannelListener - Interface in org.apache.catalina.tribes
An interface to listens to incoming messages from a channel.
channelListeners - Variable in class org.apache.catalina.tribes.group.GroupChannel
A list of channel listeners that subscribe to incoming messages
ChannelMessage - Interface in org.apache.catalina.tribes
Message that is passed through the interceptor stack after the data serialized in the Channel object and then passed down to the interceptor and eventually down to the ChannelSender component.
ChannelReceiver - Interface in org.apache.catalina.tribes
The ChannelReceiver interface is the data receiver component at the bottom layer, the IO layer (for layers see the Channel interface).
ChannelSender - Interface in org.apache.catalina.tribes
The ChannelSender interface is the data sender component at the bottom layer, the IO layer (for layers see the Channel interface).
channelSendOptions - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Our default send options
ChannelSF - Class in org.apache.catalina.storeconfig
Generate Channel Element
ChannelSF() - Constructor for class org.apache.catalina.storeconfig.ChannelSF
Creates a new ChannelSF.
CHAR_STATE - Variable in class org.apache.catalina.connector.InputBuffer
State when reading character data.
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
Creates a new CharChunk with the specified initial buffer size.
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
Compares a substring of the buffer with the given command string.
CharElement(char) - Constructor for class org.apache.catalina.valves.JsonAccessLogValve.CharElement
Constructs a new CharElement.
charEnabled - Static variable in class org.apache.tomcat.util.buf.StringCache
Whether the char chunk string cache is enabled.
CharEntry() - Constructor for class org.apache.tomcat.util.buf.StringCache.CharEntry
Constructs a new CharEntry.
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
The character set used by the manager application.
CHARSET - Static variable in class org.apache.catalina.manager.host.Constants
The character set used by the host manager application.
CharsetCache - Class in org.apache.tomcat.util.buf
Cache for Charset instances.
CharsetCache() - Constructor for class org.apache.tomcat.util.buf.CharsetCache
Creates a new CharsetCache and pre-populates it with the initial charsets.
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
The charset parameter name in the authenticate header.
CharsetUtil - Class in org.apache.tomcat.util.buf
Utility methods for charset operations.
check - Variable in class org.apache.tomcat.util.net.SocketWrapperBase.OperationState
Completion check to determine handler invocation.
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
Optionally used to 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 if a JAR should be included in the scan results.
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
Checks for and removes abandoned connections from the pool.
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
Checks if the session close timeout has expired and closes the connection if so.
checkCompile() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Method used by background thread to check the JSP dependencies registered with this class for JSPs.
checkConf(OpenSSLConf, long) - Static method in class org.apache.tomcat.util.net.openssl.OpenSSLContext
Checks the OpenSSL configuration commands against the given context.
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
Ensures a byte-to-char converter is available, initializing one if necessary.
checkConverter() - Method in class org.apache.catalina.connector.OutputBuffer
Checks and initializes the character-to-byte converter if needed.
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
Sets default values for cluster listeners, valves, deployer, and channel when they have not been configured explicitly.
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
Creates a new CheckEol task.
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
Throws the recorded error if one has occurred.
checkExpiration() - Method in class org.apache.tomcat.websocket.WsSession
Checks if this session has expired based on idle timeout settings.
checkExpired() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
Check for expired members.
checkExpired() - Method in class org.apache.catalina.tribes.membership.StaticMembershipProvider
Checks for and removes expired members.
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) - Method in class org.apache.catalina.startup.ContextConfig
For classes packaged with the web application, the class and each super class needs to be checked for a match with HandlesTypes or for an annotation that matches HandlesTypes.
checkIdle() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Iterates through the idle connections and resizes the idle pool based on parameters PoolProperties.maxIdle, PoolProperties.minIdle, PoolProperties.minEvictableIdleTimeMillis
checkIdle() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Forces a check for resizing of the idle connections
checkIdle() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
checkIdle() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
Checks and cleans up idle connections in the pool.
checkIdle(boolean) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Iterates through the idle connections and resizes the idle pool based on pool configuration parameters.
checkIfAttributeIsJspFragment(String) - Method in class org.apache.jasper.compiler.Node.CustomTag
Checks to see if the attribute of the given name is of type JspFragment.
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.
checkIfRange(HttpServletRequest, HttpServletResponse, WebResource) - Method in class org.apache.catalina.servlets.DefaultServlet
Check if the if-range 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
Checks the status of cluster members.
checkMinIdle(KeyedObjectPool, Collection, 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, 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, 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
Checks whether this instance is closed and throws an exception if it is.
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
Checks that the current operating system user is not in the list of prohibited users.
checkOutputDir() - Method in class org.apache.jasper.JspCompilationContext
Checks and creates the output directory if it does not exist.
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
Checks that the given path is valid.
checkPoolConfiguration(PoolConfiguration) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Validates and corrects pool configuration values.
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
Checks and registers for write if needed.
checkRegisterForWrite() - Method in class org.apache.coyote.Response
Check and register for write interest.
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
Checks if the Tomcat build date exceeds the configured warning age threshold.
checkSni(String, String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Check the SNI hostname.
checkSni(String, String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Check if two host names share the same SSLHostConfig.
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
Checks that the class loader is in a valid state for class loading.
checkStateForResourceLoading(String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Checks that the class loader is in a valid state for resource loading.
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
Checks the type of the specified file.
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
Checks that the operating system umask meets the minimum required value.
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 JSPs 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
Checks if a bean with the given name is registered.
checkWritable() - Method in class org.apache.naming.NamingContext
Throws a naming exception is Context is not writable.
ChildInfo() - Constructor for class org.apache.jasper.compiler.Node.ChildInfo
Constructs a new ChildInfo instance.
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
Tag plugin for the JSTL <c:choose> tag.
Choose() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Choose
Creates a new Choose tag plugin.
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
Chooses an X509 key manager from the array of key managers.
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 transfer encoding value.
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, int, int) - Constructor for class org.apache.coyote.http11.filters.ChunkedInputFilter
Creates a new ChunkedInputFilter.
ChunkedOutputFilter - Class in org.apache.coyote.http11.filters
Chunked output filter.
ChunkedOutputFilter() - Constructor for class org.apache.coyote.http11.filters.ChunkedOutputFilter
Creates a new ChunkedOutputFilter.
ChunkExtension - Class in org.apache.tomcat.util.http.parser
Unlike other HTTP parsers, this is a stateless (state is held by the calling code), streaming parser as chunk headers are read as part of the request body and it is not always possible to buffer then entire chunk header in memory.
ChunkExtension.State - Enum Class in org.apache.tomcat.util.http.parser
Parsing states for chunk extension.
chunkHeader - Variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
Chunk header.
CHUNKSIZE - Static variable in class org.apache.jasper.compiler.JspUtil
Default chunk size for reading files.
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
Tag for a class element value.
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
Flag to include debug information in compiled classes.
ClassElementValue - Class in org.apache.tomcat.util.bcel.classfile
Represents a class element value in the constant pool.
CLASSES_JAR - Enum constant in enum class org.apache.catalina.WebResourceRoot.ResourceSetType
Classes JAR set.
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 of cause).
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
The class loader for loading application classes.
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.Repository - Record Class in org.apache.catalina.startup
Represents a repository location and its type.
ClassLoaderFactory.RepositoryType - Enum Class in org.apache.catalina.startup
Defines the types of repositories that can be used with a class loader.
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
Creates a new ClassLoaderLogManager instance and registers a shutdown hook.
ClassLoaderLogManager.ClassLoaderLogInfo - Class in org.apache.juli
Holds the logging configuration information for a specific class loader.
ClassLoaderLogManager.LogNode - Class in org.apache.juli
Represents a node in the logger hierarchy tree.
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
Utility class for loading classes using multiple class loaders.
classLoadTime - Variable in class org.apache.catalina.core.StandardWrapper
Time taken to load the servlet class.
className - Variable in class org.apache.catalina.ssi.SSIMediator
Name of this class, used for variable name scoping.
className - Variable in class org.apache.catalina.startup.ListenerCreateRule.OptionalListener
The class name of the listener.
className - Variable in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinition
Interceptor class name.
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
The fully qualified name of the Java class of the MBean.
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
Default constructor.
ClassParser - Class in org.apache.tomcat.util.bcel.classfile
Wrapper class that parses a given Java .class file.
ClassParser(InputStream) - Constructor for class org.apache.tomcat.util.bcel.classfile.ClassParser
Parses class from the given stream.
classPath - Variable in class org.apache.jasper.JspC
Classpath for compiling generated servlets.
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
URL stream handler that resolves resources from the classpath.
ClasspathURLStreamHandler() - Constructor for class org.apache.catalina.webresources.ClasspathURLStreamHandler
Creates a new ClasspathURLStreamHandler.
clazz - Variable in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinition
Cached interceptor class.
clazz() - Method in record class org.apache.tomcat.websocket.DecoderEntry
Returns the value of the clazz record component.
cleanDirectBuffer(ByteBuffer) - Static method in class org.apache.tomcat.util.buf.ByteBufferUtils
Clean specified direct buffer.
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
Remove principals and/or credentials from the subject that were previously added by this authentication mechanism.
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 all actions and the action pool.
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
Clears all buffers from the pool.
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
Clears all entries from the cache.
clear() - Method in class org.apache.coyote.AbstractProtocol.RecycledProcessors
Clears the recycled processors pool.
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
Removes all entries from the cache.
clear() - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
 
clear() - Method in class org.apache.tomcat.util.collections.SynchronizedQueue
Removes all elements from this queue.
clear() - Method in class org.apache.tomcat.util.collections.SynchronizedStack
Clears all objects from the stack.
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 the internal method cache.
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
Clears entries from the map.
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
Clears the set of dispatches to be processed.
clearJdbcDriverRegistrations() - Method in class org.apache.catalina.loader.JdbcLeakPrevention
Clear JDBC driver registrations to prevent memory leaks.
clearJspLoader() - Method in class org.apache.jasper.JspCompilationContext
Clears the JSP class loader so it will be recreated on next access.
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
Clears all regex match group variables.
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
Clears the displaced content reference.
clearRequestThread() - Method in class org.apache.coyote.Request
Clear the request thread ID.
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
Clears any warnings reported on this connection.
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
The cache for CLF format.
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
Holds a client endpoint and provides access to its class name and instance.
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
Creates a shallow copy of this map message.
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
Creates a shallow copy of the given properties.
clone(ClusterManagerBase) - Method in class org.apache.catalina.ha.session.ClusterManagerBase
Clone the configuration from this manager to the specified copy.
cloneFromTemplate() - Method in interface org.apache.catalina.ha.ClusterManager
Creates a clone of this manager from a template configuration.
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
Creates a copy of the given properties with the password entry removed.
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
Closes this reader and releases the buffer.
close() - Method in class org.apache.catalina.tribes.io.ReplicationStream
 
close() - Method in class org.apache.catalina.tribes.transport.AbstractRxTask
Closes this task.
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
Closes the underlying writer.
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 PreparedStatements or CallableStatements from the pool, and close the underlying connection.
close() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDataSource
Closes and free all Connections from the pool.
close() - Method in class org.apache.tomcat.dbcp.pool2.BaseObjectPool
Closes this pool, and free any resources associated with it.
close() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Closes the pool, destroys the remaining idle objects and, if registered in JMX, deregisters it.
close() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
Closes the keyed object pool.
close() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
Closes the pool.
close() - Method in class org.apache.tomcat.dbcp.pool2.impl.SoftReferenceObjectPool
Closes this pool, and frees any resources associated with it.
close() - Method in interface org.apache.tomcat.dbcp.pool2.KeyedObjectPool
Closes this pool, and free any resources associated with it.
close() - Method in interface org.apache.tomcat.dbcp.pool2.ObjectPool
Closes this pool, and free any resources associated with it.
close() - Method in interface org.apache.tomcat.Jar
Close any resources associated with this JAR.
close() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Close the connection pool, returning connections to the database.
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
Closes the underlying channel.
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
Closes all encoders associated with this endpoint.
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 the connection pool.
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) - Static method in class org.apache.tomcat.dbcp.dbcp2.Utils
Closes the given AutoCloseable and if an exception is caught, then calls exceptionHandler.
close(Connection) - Method in class org.apache.catalina.realm.DataSourceRealm
Close the specified database connection.
close(Connection) - Method in class org.apache.catalina.session.DataSourceStore
Close the specified database connection.
close(Consumer) - 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 the byte stream associated with the given InputSource, if any.
CLOSE - Enum constant in enum class org.apache.coyote.ActionCode
Regular close.
CLOSE - Static variable in class org.apache.coyote.http11.Constants
Connection close value.
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
Closes all WebSocket sessions associated with the given authenticated HTTP session.
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
Indicates whether this handler has been closed.
closed - Variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport.StatementProxy
Indicates whether the proxy has been closed.
closed - Variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
Indicates whether this statement has been closed.
closed - Variable in class org.apache.tomcat.jdbc.pool.StatementFacade.StatementProxy
Indicates whether this statement has been closed.
closed - Variable in class org.apache.tomcat.util.net.SecureNio2Channel
 
closed - Variable in class org.apache.tomcat.util.net.SecureNioChannel
True when the channel is closed
closed - Variable in class org.apache.tomcat.util.net.SocketWrapperBase
Indicates whether the socket has been closed.
CLOSED - Enum constant in enum class org.apache.tomcat.util.net.AbstractEndpoint.Handler.SocketState
The socket has been closed.
closeInbound() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLEngine
 
closeInternal() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
Closes the underlying connection for DelegatingConnection.close().
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
No-op; this interceptor holds no state that requires cleanup on close.
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
Called when the close method is invoked on the statement.
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
Closes the JAR file.
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
Creates a new CloseNowException with no detail message.
CloseNowException(String) - Constructor for exception class org.apache.coyote.CloseNowException
Creates a new CloseNowException with the specified detail message.
CloseNowException(String, Throwable) - Constructor for exception class org.apache.coyote.CloseNowException
Creates a new CloseNowException with the specified detail message and cause.
CloseNowException(Throwable) - Constructor for exception class org.apache.coyote.CloseNowException
Creates a new CloseNowException with the specified cause.
closeOnCompletion() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
closeOnCompletion(Statement) - Static method in class org.apache.tomcat.dbcp.dbcp2.Jdbc41Bridge
Delegates to Statement.closeOnCompletion() without throwing an AbstractMethodError.
closeOutbound() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLEngine
 
closePool(String) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDriver
Closes a named pool.
closePooledConnections() - Method in class org.apache.catalina.realm.JNDIRealm
Close all pooled connections.
closeQuietly(Closeable) - Static method in class org.apache.tomcat.util.http.fileupload.IOUtils
Closes a Closeable unconditionally.
closeQuietly(AutoCloseable) - Static method in class org.apache.tomcat.dbcp.dbcp2.Utils
Closes the AutoCloseable (which may be null).
closeQuietly(Connection) - Static method in class org.apache.tomcat.dbcp.dbcp2.Utils
closeQuietly(ResultSet) - Static method in class org.apache.tomcat.dbcp.dbcp2.Utils
closeQuietly(Statement) - Static method in class org.apache.tomcat.dbcp.dbcp2.Utils
closeRedirector() - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Ask redirector to close all the streams.
closeServerSocketGraceful() - Method in class org.apache.coyote.AbstractProtocol
Closes the server socket gracefully.
closeServerSocketGraceful() - Method in interface org.apache.coyote.ProtocolHandler
Close the server socket (to prevent further connections) if the server socket was bound on ProtocolHandler.start() (rather than on ProtocolHandler.init()) but do not perform any further shutdown.
closeServerSocketGraceful() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Close the server socket (to prevent further connections) if the server socket was originally bound on AbstractEndpoint.start() (rather than on AbstractEndpoint.init()).
closeSocket(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
Closes the given cached statement by forcing it to close.
closeStream() - Method in class org.apache.tomcat.util.scan.AbstractInputStreamJar
Closes the JAR input stream if it is open.
closeWriter() - Method in class org.apache.juli.FileHandler
Close the currently open log file writer.
closing - Variable in class org.apache.tomcat.util.net.SecureNio2Channel
 
closing - Variable in class org.apache.tomcat.util.net.SecureNioChannel
True when the channel is in the process of closing
CLOSING - Enum constant in enum class org.apache.tomcat.websocket.WsFrameBase.ReadState
Closing.
CLOSING - Static variable in class org.apache.catalina.util.XMLWriter
Closing tag.
CloudMembershipProvider - Class in org.apache.catalina.tribes.membership.cloud
Abstract base class for cloud-based membership providers.
CloudMembershipProvider() - Constructor for class org.apache.catalina.tribes.membership.cloud.CloudMembershipProvider
Default constructor.
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
Returns the default constructor for CloudMembershipService.
CloudMembershipServiceMBean - Interface in org.apache.catalina.tribes.membership.cloud
MBean interface for the CloudMembershipService.
cluster - Variable in class org.apache.catalina.core.ContainerBase
The cluster with which this Container is associated.
cluster - Variable in class org.apache.catalina.ha.ClusterListener
The cluster associated with this listener.
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
Default constructor for 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
Base class for cluster session managers.
ClusterManagerBase() - Constructor for class org.apache.catalina.ha.session.ClusterManagerBase
Default constructor for ClusterManagerBase.
ClusterMessage - Interface in org.apache.catalina.ha
Interface for messages exchanged between cluster nodes.
ClusterMessageBase - Class in org.apache.catalina.ha
Base implementation of ClusterMessage providing common fields and methods for cluster messages.
ClusterMessageBase() - Constructor for class org.apache.catalina.ha.ClusterMessageBase
Default constructor for 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
Interface for a cluster-aware session that extends both Session and HttpSession.
ClusterSessionListener - Class in org.apache.catalina.ha.session
Receive replicated SessionMessage from other cluster node.
ClusterSessionListener() - Constructor for class org.apache.catalina.ha.session.ClusterSessionListener
Default constructor for ClusterSessionListener.
ClusterSingleSignOn - Class in org.apache.catalina.ha.authenticator
A Valve that supports a "single sign on" user experience on each node 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
Default constructor for ClusterSingleSignOn.
ClusterSingleSignOnListener - Class in org.apache.catalina.ha.authenticator
Cluster extension of SingleSignOnListener that simply adds the marker interface ReplicatedSessionListener which allows the listener to be replicated across the cluster along with the session.
ClusterSingleSignOnListener(String) - Constructor for class org.apache.catalina.ha.authenticator.ClusterSingleSignOnListener
Creates a new ClusterSingleSignOnListener for the specified SSO identifier.
clusterUnavailabilityLogged - Variable in class org.apache.catalina.startup.Catalina
Prevent duplicate log lines when clustering is unavailable.
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
Counter for naming ping threads.
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 a number to the delegate's preferred type.
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 an object to a number.
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 a string to a number.
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
Coerces a string to the target type.
COERCE_TO_ZERO - Static variable in class org.apache.el.lang.ELSupport
System property flag that controls whether null values are coerced to zero for numeric types.
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
Coerces a string to a boolean value.
coerceToBoolean(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
Generates code to coerce a string to a Boolean object.
coerceToByte(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Coerces a string to a byte value.
coerceToByte(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
Generates code to coerce a string to a Byte object.
coerceToChar(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Coerces a string to a char value.
coerceToChar(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
Generates code to coerce a string to a primitive char value.
coerceToCharacter(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
Generates code to coerce a string to a Character object.
coerceToDouble(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Coerces a string to a double value.
coerceToDouble(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
Generates code to coerce a string to a Double object.
coerceToEnum(ELContext, Object, Class) - Static method in class org.apache.el.lang.ELSupport
Coerces an object to an Enum value of the specified type.
coerceToFloat(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Coerces a string to a float value.
coerceToFloat(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
Generates code to coerce a string to a Float object.
coerceToInt(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Coerces a string to an int value.
coerceToInt(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
Generates code to coerce a string to a primitive int value.
coerceToInteger(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
Generates code to coerce a string to an Integer object.
coerceToLong(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Coerces a string to a long value.
coerceToLong(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
Generates code to coerce a string to a Long object.
coerceToNumber(ELContext, Object, Class) - Static method in class org.apache.el.lang.ELSupport
Coerces an object to a Number of the specified type.
coerceToNumber(Number, Class) - Static method in class org.apache.el.lang.ELSupport
Coerces a Number to the specified numeric type.
coerceToNumber(String, Class) - Static method in class org.apache.el.lang.ELSupport
Coerces a String to a Number of the specified type.
coerceToOtherType(Class, String, boolean) - Method in class org.apache.jasper.compiler.StringInterpreterFactory.DefaultStringInterpreter
Intended to be used by subclasses 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
Generates code to coerce a string to a primitive boolean value.
coerceToPrimitiveByte(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
Generates code to coerce a string to a primitive byte value.
coerceToPrimitiveDouble(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
Generates code to coerce a string to a primitive double value.
coerceToPrimitiveFloat(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
Generates code to coerce a string to a primitive float value.
coerceToPrimitiveLong(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
Generates code to coerce a string to a primitive long value.
coerceToPrimitiveShort(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
Generates code to coerce a string to a primitive short value.
coerceToShort(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Coerces a string to a short value.
coerceToShort(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
Generates code to coerce a string to a Short object.
coerceToString(ELContext, Object) - Static method in class org.apache.el.lang.ELSupport
Coerce an object to a string.
coerceToType(ELContext, Object, Class) - Static method in class org.apache.el.lang.ELSupport
Coerces an object to the specified target type.
coerceToType(Class, String) - Static method in class org.apache.tomcat.websocket.Util
Coerces a string value to the specified type.
coerceToType(Object, Class) - Method in class org.apache.el.ExpressionFactoryImpl
 
CollectedInfo - Class in org.apache.catalina.ha.backend
Collected information class.
CollectedInfo(String, int) - Constructor for class org.apache.catalina.ha.backend.CollectedInfo
Creates a new CollectedInfo instance and initializes it with the specified host and port.
COLON - Static variable in class org.apache.coyote.http11.Constants
COLON.
COMBINED_ALIAS - Static variable in class org.apache.catalina.valves.Constants.AccessLog
Combined log format alias name.
COMBINED_PATTERN - Static variable in class org.apache.catalina.valves.Constants.AccessLog
Combined log format pattern.
CombinedRealm - Class in org.apache.catalina.realm
Realm implementation that contains one or more realms.
CombinedRealm() - Constructor for class org.apache.catalina.realm.CombinedRealm
Default constructor for 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
Map of registered SSI command names to their handlers.
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 log format alias name.
COMMON_PATTERN - Static variable in class org.apache.catalina.valves.Constants.AccessLog
Common log format pattern.
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
The comparator for absolute order.
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
Compare two byte arrays.
compareBytes(byte, byte) - Method in class org.apache.catalina.tribes.group.AbsoluteOrder.AbsoluteComparator
Compare two bytes.
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
Compare the unique IDs of two members.
compareInts(int, int) - Method in class org.apache.catalina.tribes.group.AbsoluteOrder.AbsoluteComparator
Compare two integers.
compareIps(Member, Member) - Method in class org.apache.catalina.tribes.group.AbsoluteOrder.AbsoluteComparator
Compare the IP addresses of two members.
comparePorts(Member, Member) - Method in class org.apache.catalina.tribes.group.AbsoluteOrder.AbsoluteComparator
Compare the ports of two members.
compareTo(PooledObject) - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
 
compareTo(PooledObject) - 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.
compareTo(Ranges.Entry) - Method in class org.apache.tomcat.util.http.parser.Ranges.Entry
 
compareTo(SetPropertyClass) - Method in class org.apache.tomcat.util.xreflection.SetPropertyClass
 
compCtx - Variable in class org.apache.catalina.core.NamingContextListener
Comp context.
compile - Variable in class org.apache.jasper.JspC
Flag to compile JSPs to class files.
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
Compiles the JSP if it is out of date with respect to the generated class file.
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 implementation to use.
Compiler - Class in org.apache.jasper.compiler
Main JSP compiler class.
Compiler() - Constructor for class org.apache.jasper.compiler.Compiler
Default constructor for Compiler.
compilerSourceVM - Variable in class org.apache.jasper.JspC
Source Java version for compilation.
compilerTargetVM - Variable in class org.apache.jasper.JspC
Target Java VM version for compilation.
complete - Variable in class org.apache.catalina.tribes.transport.nio.NioSender
Flag indicating send completion.
complete() - Method in class org.apache.catalina.core.AsyncContextImpl
 
complete() - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor.FragCollection
Checks if all fragments have been received.
COMPLETE - Enum constant in enum class org.apache.tomcat.util.net.TLSClientHelloExtractor.ExtractorResult
Extraction completed successfully.
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) - 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
Writes the accumulated servlet declarations and mappings to the web.xml output, then closes the writer.
completion - Variable in class org.apache.tomcat.util.net.SocketWrapperBase.OperationState
Vectored I/O completion handler.
completionDone - Variable in class org.apache.tomcat.util.net.SocketWrapperBase.OperationState
Indicates whether the vectored I/O completion processing is done.
CompletionListener() - Constructor for class org.apache.tomcat.dbcp.dbcp2.managed.ManagedConnection.CompletionListener
Constructs a new instance.
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
Compresses the given data using GZIP compression.
CompressionConfig - Class in org.apache.coyote
Configuration for HTTP response compression settings.
CompressionConfig() - Constructor for class org.apache.coyote.CompressionConfig
Creates a new compression configuration with default settings.
CompressionFormat(String, String) - Constructor for record class org.apache.catalina.servlets.DefaultServlet.CompressionFormat
Creates an instance of a CompressionFormat record class.
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
Concatenates contiguous text nodes in the given page to reduce the number of write operations in the generated servlet code.
concurrency - Variable in class org.apache.catalina.valves.SemaphoreValve
Concurrency level of the semaphore.
ConcurrentCache<K,V> - Class in org.apache.el.util
A thread-safe cache that uses an eden space backed by a ConcurrentHashMap and a long-term space backed by a WeakHashMap.
ConcurrentCache<K,V> - Class in org.apache.tomcat.util.collections
A thread-safe cache that uses an eden space backed by a ConcurrentHashMap and a long-term space backed by a WeakHashMap.
ConcurrentCache(int) - Constructor for class org.apache.el.util.ConcurrentCache
Creates a new cache with the specified eden space size.
ConcurrentCache(int) - Constructor for class org.apache.tomcat.util.collections.ConcurrentCache
Creates a new cache with the specified eden space size.
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
Creates a thread-safe date formatter with the specified format, locale, and timezone.
ConcurrentLruCache<T> - Class in org.apache.tomcat.util.collections
A thread-safe LRU (Least Recently Used) cache with a configurable size limit.
ConcurrentLruCache(int) - Constructor for class org.apache.tomcat.util.collections.ConcurrentLruCache
Creates a new LRU cache with the specified size limit.
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 ?
condition - Variable in class org.apache.catalina.valves.rewrite.RewriteCond
The condition.
condition - Variable in class org.apache.catalina.valves.rewrite.RewriteCond.LexicalCondition
The condition value for comparison.
Condition() - Constructor for class org.apache.catalina.valves.rewrite.RewriteCond.Condition
Default constructor.
conditionalState - Variable in class org.apache.catalina.ssi.SSIMediator
State tracker for nested conditional directives.
conditionIf - Variable in class org.apache.catalina.valves.AbstractAccessLogValve
Are we doing conditional logging ?
conditions - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
The conditions associated with this rule.
condPattern - Variable in class org.apache.catalina.valves.rewrite.RewriteCond
The condition pattern.
config - Variable in class org.apache.catalina.ant.DeployTask
URL of the context configuration file for this application, if any.
config() - Method in record class org.apache.tomcat.websocket.server.WsMappingResult
Returns the value of the config record component.
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
Current error message configuration.
configFile - Variable in class org.apache.catalina.realm.JAASRealm
Path to find a JAAS configuration file, if not set global JVM JAAS configuration will be used.
configFile - Variable in class org.apache.catalina.startup.Catalina
Pathname to the server configuration file.
configFile() - Method in class org.apache.catalina.startup.Catalina
Return a File object representing our configuration file.
ConfigFileLoader - Class in org.apache.tomcat.util.file
This class is used to obtain InputStreams for configuration files from a given location String.
configSizeFmt - Variable in class org.apache.catalina.ssi.SSIMediator
Current size format configuration.
configTimeFmt - Variable in class org.apache.catalina.ssi.SSIMediator
Current time format configuration.
Configuration Parameters - Section in class org.apache.catalina.filters.ExpiresFilter
 
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 - Section in class org.apache.catalina.filters.ExpiresFilter
 
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
Configures trust managers using the specified CA certificate file.
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
Configures the injection rules for the digester.
configureNamingRules(Digester) - Method in class org.apache.tomcat.util.descriptor.web.WebRuleSet
Configures the naming rules for the digester.
configureReadBufferForRead() - Method in class org.apache.tomcat.util.net.SocketBufferHandler
Switches the read buffer into read mode.
configureReadBufferForWrite() - Method in class org.apache.tomcat.util.net.SocketBufferHandler
Switches the read buffer into write mode.
configureSessionContext(SSLSessionContext) - Method in interface org.apache.tomcat.util.net.SSLUtil
Configures the given SSL session context.
configureSessionContext(SSLSessionContext) - Method in class org.apache.tomcat.util.net.SSLUtilBase
 
configureStart() - Method in class org.apache.catalina.startup.ContextConfig
Process a "configure_start" event for this Context.
configureStop() - Method in class org.apache.catalina.startup.ContextConfig
Process a "configure_stop" event for this Context.
configureTask(AbstractRxTask) - Method in class org.apache.catalina.tribes.transport.RxTaskPool
Configure a receive task by associating it with this pool.
configureWriteBufferForRead() - Method in class org.apache.tomcat.util.net.SocketBufferHandler
Switches the write buffer into read mode.
configureWriteBufferForWrite() - Method in class org.apache.tomcat.util.net.SocketBufferHandler
Switches the write buffer into write mode.
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
Returns the number of started SSL/TLS handshakes in client mode.
connect(String, Properties) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDriver
 
CONNECT - Static variable in class org.apache.tomcat.util.http.Method
CONNECT method.
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
Returns the number of successfully established SSL/TLS sessions in client mode.
connecting - Variable in class org.apache.catalina.tribes.transport.nio.NioSender
Flag indicating connection in progress.
connection - Variable in class org.apache.tomcat.jdbc.pool.ProxyConnection
The underlying pooled connection.
CONNECTION - Static variable in class org.apache.coyote.http11.Constants
Connection header name.
CONNECTION_HEADER_NAME - Static variable in class org.apache.tomcat.websocket.Constants
Connection HTTP header name.
CONNECTION_HEADER_VALUE - Static variable in class org.apache.tomcat.websocket.Constants
Connection header upgrade value.
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 Connections.
ConnectionFuture(Future) - Constructor for class org.apache.tomcat.jdbc.pool.ConnectionPool.ConnectionFuture
Creates a ConnectionFuture backed by an async pooled connection future.
ConnectionFuture(PooledConnection) - Constructor for class org.apache.tomcat.jdbc.pool.ConnectionPool.ConnectionFuture
Creates a ConnectionFuture backed by an already available pooled connection.
ConnectionHandler(AbstractProtocol) - Constructor for class org.apache.coyote.AbstractProtocol.ConnectionHandler
Creates a new connection handler.
connectionId - Variable in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
Unique identifier for this connection.
connectionId() - Method in record class org.apache.tomcat.util.net.ServletConnectionImpl
Returns the value of the connectionId record component.
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
JMX MBean wrapper for a ConnectionPool.
ConnectionPool(ConnectionPool) - Constructor for class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Creates a new JMX wrapper for the given connection pool.
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
A scheduled task that periodically checks for abandoned connections, validates idle connections, and resizes the idle pool according to the pool's configuration.
ConnectionPoolMBean - Interface in org.apache.tomcat.jdbc.pool.jmx
JMX MBean interface for monitoring and managing a JDBC connection pool.
connectionPoolSize - Variable in class org.apache.catalina.realm.JNDIRealm
The pool size limit.
connectionReaders - Variable in class org.apache.catalina.ha.backend.TcpSender
Readers for active connections.
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 socket connections to proxies.
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
Creates a new ConnectionState interceptor instance.
ConnectionStatusElement() - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.ConnectionStatusElement
Constructs a new 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
Connection timeout in milliseconds.
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
Writers for active connections.
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
Create a new Connector instance with the specified protocol.
Connector(ProtocolHandler) - Constructor for class org.apache.catalina.connector.Connector
Create a new Connector instance with the specified protocol handler.
ConnectorCreateRule - Class in org.apache.catalina.startup
Rule implementation that creates a connector.
ConnectorCreateRule() - Constructor for class org.apache.catalina.startup.ConnectorCreateRule
Creates a new ConnectorCreateRule instance.
ConnectorMBean - Class in org.apache.catalina.mbeans
A ModelMBean implementation for the org.apache.catalina.connector.Connector component.
ConnectorMBean() - Constructor for class org.apache.catalina.mbeans.ConnectorMBean
Creates a new ConnectorMBean instance.
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
Creates a new ConnectorSF instance.
ConnectorStoreAppender - Class in org.apache.catalina.storeconfig
Specialized StoreAppender for persisting Connector instances to XML configuration.
ConnectorStoreAppender() - Constructor for class org.apache.catalina.storeconfig.ConnectorStoreAppender
Creates a new ConnectorStoreAppender instance.
connectRenegotiate() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLSessionStats
Returns the number of start renegotiations in client mode.
connectTimeout - Variable in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
Connection timeout in milliseconds for member checks.
connectTimeout - Variable in class org.apache.catalina.tribes.membership.StaticMembershipProvider
Socket connection timeout in milliseconds.
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, 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
Connects using the configured DataSource.
connectUsingDriver() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Connects using the configured JDBC Driver class.
Const - Class in org.apache.tomcat.util.bcel
Constants for the project, mostly defined in the JVM specification.
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, that is, a table of constants, of a parsed classfile.
Constants - Class in org.apache.catalina.authenticator
Constants used by the authentication framework.
Constants - Class in org.apache.catalina.core
Constants used by the core Catalina package.
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 used by the manager web application.
Constants - Class in org.apache.catalina.manager.host
Constants used by the host manager web application.
Constants - Class in org.apache.catalina.mapper
Static constants for this package.
Constants - Class in org.apache.catalina.security
Constants used by the security package.
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 used by the storeconfig package.
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
HTTP/2 protocol constants.
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 for the translation build utility.
Constants - Class in org.apache.tomcat.dbcp.dbcp2
Constants.
Constants - Class in org.apache.tomcat.util.descriptor
Constants for descriptor utilities.
Constants - Class in org.apache.tomcat.util.descriptor.web
Constants for web descriptor utilities.
Constants - Class in org.apache.tomcat.util.net
Constants for network utilities.
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.tomcat.dbcp.dbcp2.Constants
Deprecated.
Will be private in the next major version.
Constants.AccessLog - Class in org.apache.catalina.valves
Constants specific to the AccessLogValve class.
ConstantTime - Class in org.apache.tomcat.util.security
Utility class for methods that, for security reasons, need to run in - as far as practical - constant time.
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
Constructs a new ContainerBackgroundProcessor instance.
ContainerBackgroundProcessorMonitor() - Constructor for class org.apache.catalina.core.ContainerBase.ContainerBackgroundProcessorMonitor
Constructs a new ContainerBackgroundProcessorMonitor instance.
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
Constructs a new ContainerBase instance.
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
Monitor runnable that starts the background processor thread when the container is available.
containerClassLoader - Variable in class org.apache.catalina.core.DefaultInstanceManager
The class loader for loading container classes.
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
MBean wrapper for ContainerBase instances, providing JMX management operations for child containers, valves, and lifecycle listeners.
ContainerMBean() - Constructor for class org.apache.catalina.mbeans.ContainerMBean
Constructs a new ContainerMBean instance.
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
Checks if a byte array contains a key at a given offset.
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 NetMasks in the set.
contains(String, String) - Static method in class org.apache.catalina.filters.ExpiresFilter
Checks whether the given string contains the given substring.
contains(InetAddress) - Method in class org.apache.catalina.util.NetMaskSet
Tests if the provided InetAddress matches any of the NetMasks in the set.
contains(Member) - Method in class org.apache.catalina.tribes.membership.Membership
Check if the membership contains a member.
contains(T) - Method in class org.apache.catalina.filters.CsrfPreventionFilter.LruCache
 
contains(T) - Method in interface org.apache.catalina.filters.CsrfPreventionFilter.NonceCache
Check if the cache contains the given nonce.
contains(T) - Method in class org.apache.tomcat.util.collections.ConcurrentLruCache
Checks whether the cache contains the given entry.
containsAll(Collection) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
containsAll(Collection) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
containsEL() - Method in class org.apache.jasper.compiler.ELNode.Nodes
Checks whether the expression contains an EL expression in the form ${...}.
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
 
containsPrefix(String) - Method in class org.apache.jasper.compiler.PageInfo
Checks to see if this translation unit contains the given prefix.
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
Content type for form URL encoding.
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
Represents a parsed Content-Range HTTP header value as defined by RFC 9110.
ContentRange(String, long, long, long) - Constructor for class org.apache.tomcat.util.http.parser.ContentRange
Creates a new ContentRange with the specified values.
contentType() - Method in class org.apache.coyote.Request
Return the content type.
contentTypeRegEx - Variable in class org.apache.catalina.ssi.SSIFilter
Regex pattern to match when evaluating content types for SSI processing.
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
The mapped context.
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
The servlet context for resource access.
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
Entry type for a sub-context.
ContextAccessController - Class in org.apache.naming
Handles the access control on the JNDI contexts.
ContextAccessController() - Constructor for class org.apache.naming.ContextAccessController
Constructs a new ContextAccessController instance.
contextBind() - Method in record class org.apache.coyote.UpgradeToken
Returns the value of the contextBind record component.
ContextBind - Interface in org.apache.tomcat
Defines methods for binding and unbinding the current thread's context class loader to a web application class loader.
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
Constructs a new ContextBindings instance.
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
Constructs a new ContextConfig instance.
ContextConfig.ContextXml - Interface in org.apache.catalina.startup
Interface for loading context XML configuration into a Context.
ContextConfig.DefaultWebXmlCacheEntry - Class in org.apache.catalina.startup
Cache entry for the default web.xml fragment associated with a Host.
ContextConfig.JavaClassCacheEntry - Class in org.apache.catalina.startup
Cache entry for a Java class used during annotation scanning.
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
Default constructor for 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
Default constructor for 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
Default constructor for 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
Default constructor for ContextHandler.
contextInitialized(ServletContextEvent) - Method in class org.apache.tomcat.websocket.server.WsContextListener
 
contextList - Variable in class org.apache.catalina.mapper.Mapper.MappedHost
The list of contexts for this host.
ContextList() - Constructor for class org.apache.catalina.mapper.Mapper.ContextList
Default constructor.
contextListeners - Variable in class org.apache.catalina.core.FrameworkListener
Map of context to their associated lifecycle listeners.
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
Default constructor for ContextLocalEjb.
ContextMBean - Class in org.apache.catalina.mbeans
A ModelMBean implementation for the org.apache.catalina.Context component.
ContextMBean() - Constructor for class org.apache.catalina.mbeans.ContextMBean
Default constructor for 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
Default constructor for 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
Default constructor for ContextResource.
ContextResourceEnvRef - Class in org.apache.tomcat.util.descriptor.web
Representation of an application resource reference, as represented in an <res-env-ref> element in the deployment descriptor.
ContextResourceEnvRef() - Constructor for class org.apache.tomcat.util.descriptor.web.ContextResourceEnvRef
Default constructor for 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
Default constructor for 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
Default constructor for 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
Default constructor for 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
The array of mapped contexts.
contexts - Variable in class org.apache.catalina.mapper.MappingData
The mapped contexts.
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
Default constructor for ContextService.
contextSlashCount - Variable in class org.apache.catalina.mapper.MappingData
The number of slashes in the context path.
contextStopping() - Method in class org.apache.catalina.core.StandardThreadExecutor
Notify the underlying executor that the associated context is stopping so that it can prepare for shutdown.
contextStopping() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Called when a context is stopping to trigger thread renewal for threads that were created before the context was stopped.
ContextTransaction - Class in org.apache.tomcat.util.descriptor.web
Representation of an application resource reference, as represented in an <res-env-ref> element in the deployment descriptor.
ContextTransaction() - Constructor for class org.apache.tomcat.util.descriptor.web.ContextTransaction
Default constructor.
ContextVersion(String, String, int, Context, WebResourceRoot, String[]) - Constructor for class org.apache.catalina.mapper.Mapper.ContextVersion
Constructor.
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
Whether the message payload should be converted to the method parameter type.
convert(String) - Static method in class org.apache.catalina.tribes.util.Arrays
Converts a string to a byte array using ISO-8859-1 encoding.
convert(String) - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholeText
 
convert(String, Class) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Convert a string value to the specified type.
convert(String, String, Class, Class) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Converts a string value to the target type, using a property editor if specified.
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
Deprecated.
convert(ByteChunk, EncodedSolidusHandling, 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
Convert the message to the type expected by the target method.
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) - Static method in class org.apache.tomcat.util.net.openssl.ciphers.OpenSSLCipherConfigurationParser
Converts a collection of OpenSSL ciphers to their JSSE names.
convertMB(MessageBytes) - Method in class org.apache.catalina.connector.CoyoteAdapter
Character conversion of the 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.
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
Convert escape sequences in the input string to hex escape sequences.
convertToType(Object, Class) - 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 Comment attribute name.
COOKIE_DATE_FORMAT - Static variable in class org.apache.tomcat.util.http.CookieProcessorBase
Thread-local date format for cookie dates.
COOKIE_DOMAIN_ATTR - Static variable in class org.apache.tomcat.util.descriptor.web.Constants
Cookie Domain attribute name.
COOKIE_HTTP_ONLY_ATTR - Static variable in class org.apache.tomcat.util.descriptor.web.Constants
Cookie HttpOnly attribute name.
COOKIE_MAX_AGE_ATTR - Static variable in class org.apache.tomcat.util.descriptor.web.Constants
Cookie Max-Age attribute name.
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 Path attribute name.
COOKIE_SAME_SITE_ATTR - Static variable in class org.apache.tomcat.util.descriptor.web.Constants
Cookie SameSite attribute name.
COOKIE_SECURE_ATTR - Static variable in class org.apache.tomcat.util.descriptor.web.Constants
Cookie Secure attribute name.
cookieDomain - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
The cookie domain.
CookieElement(String) - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.CookieElement
Creates a new cookie element.
CookieElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.CookieElement
Creates a new CookieElement for the specified cookie name.
cookieHttpOnly - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
Whether the cookie is HTTP only.
cookieLifetime - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
The cookie lifetime.
cookieName - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
The cookie name.
cookiePath - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
The cookie path.
CookieProcessor - Interface in org.apache.tomcat.util.http
Interface for processing HTTP cookies.
CookieProcessorBase - Class in org.apache.tomcat.util.http
Base implementation of CookieProcessor.
CookieProcessorBase() - Constructor for class org.apache.tomcat.util.http.CookieProcessorBase
Default constructor.
cookieResult - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
The cookie result.
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
Whether the cookie is secure.
cookiesParsed - Variable in class org.apache.catalina.connector.Request
Cookie headers parsed flag.
cookieSubstitution - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
The cookie substitution.
CookiesWithoutEquals - Enum Class in org.apache.tomcat.util.http
Enum for handling cookies that do not contain an equals sign.
cookieValue - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
The cookie value.
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
Constructs a CoordinationEvent.
CoordinationMessage(XByteBuffer) - Constructor for class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
Constructs a CoordinationMessage from a buffer.
CoordinationMessage(Member, Member, Member[], UniqueId, byte[]) - Constructor for class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
Constructs a CoordinationMessage with the given parameters.
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
Flag indicating whether a coordination message has been received.
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 the input stream is 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 an OutputStream.
copy(InputStream, OutputStream, boolean) - Static method in class org.apache.tomcat.util.http.fileupload.util.Streams
Copies the contents of the given InputStream to the given OutputStream.
copy(InputStream, OutputStream, boolean, byte[]) - Static method in class org.apache.tomcat.util.http.fileupload.util.Streams
Copies the contents of the given InputStream to the given OutputStream.
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 the input stream is 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 resource to the specified output stream.
copy(WebResource, long, ServletOutputStream, Ranges, String) - Method in class org.apache.catalina.servlets.DefaultServlet
Copy the selected contents of the specified resource to the specified output stream.
copy(AbandonedConfig) - Static method in class org.apache.tomcat.dbcp.pool2.impl.AbandonedConfig
Creates a new instance with values from the given instance.
COPY - Static variable in class org.apache.tomcat.util.http.Method
COPY method.
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 an OutputStream.
copyNoThrow(InputStream, ServletOutputStream) - Method in class org.apache.catalina.servlets.DefaultServlet
Copy the contents of the specified input stream to the specified output stream and return, rather than throw, any IOException that occurs.
copyNoThrow(InputStream, ServletOutputStream, long, long) - Method in class org.apache.catalina.servlets.DefaultServlet
Copy the selected contents of the specified input stream to the specified output stream, and return, rather than throw, any IOException that occurs.
copyNoThrow(Reader, PrintWriter) - Method in class org.apache.catalina.servlets.DefaultServlet
Copy the contents of the specified reader to the specified writer and return, rather than throw, any IOException that occurs.
CopyParentClassLoaderRule - Class in org.apache.catalina.startup
Rule that copies the parentClassLoader property from the next-to-top item on the stack (which must be a Container) to the top item on the stack (which must also be a Container).
CopyParentClassLoaderRule() - Constructor for class org.apache.catalina.startup.CopyParentClassLoaderRule
Construct a new instance of this Rule.
copyRange(InputStream, ServletOutputStream) - Method in class org.apache.catalina.servlets.DefaultServlet
Deprecated.
copyRange(InputStream, ServletOutputStream, long, long) - Method in class org.apache.catalina.servlets.DefaultServlet
copyRange(Reader, PrintWriter) - Method in class org.apache.catalina.servlets.DefaultServlet
Deprecated.
Will be removed in Tomcat 12. Use DefaultServlet.copyNoThrow(Reader, PrintWriter)
copyStateWithoutTransformers(WebappClassLoaderBase) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Copies the state of this class loader to another, excluding transformers.
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
Default constructor.
CorsFilter.CORSRequestType - Enum Class in org.apache.catalina.filters
Enumerates varies types of CORS requests.
count - Variable in class org.apache.catalina.WebResourceLockSet.ResourceLock
Deprecated.
 
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
Counts the number of elements in the 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
Count down a connection.
Counter() - Constructor for class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.Counter
Constructs a Counter with initial value 0.
Counter(int) - Constructor for class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.Counter
Constructs a Counter with the given initial value.
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
Counts the number of complete packages in the buffer.
countTokens() - Method in class org.apache.catalina.valves.rewrite.QuotedStringTokenizer
Returns the number of remaining tokens.
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
Count up or await a connection slot.
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
Construct a new 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
Construct a new 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
Construct a new CoyotePrincipal.
CoyoteReader - Class in org.apache.catalina.connector
Coyote implementation of the buffered reader.
CoyoteReader(InputBuffer) - Constructor for class org.apache.catalina.connector.CoyoteReader
Construct a new 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
Construct a new CoyoteWriter.
CR - Enum constant in enum class org.apache.tomcat.util.http.parser.ChunkExtension.State
At the carriage return.
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
Creates an immutable snapshot of all function mappings captured so far.
create() - Method in class org.apache.el.lang.VariableMapperFactory
Returns the momento mapper containing all resolved variables.
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, boolean) - Method in class org.apache.tomcat.websocket.TransformationFactory
Creates a transformation for the given extension.
CREATE_STATEMENT - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
CREATE_STATEMENT_IDX - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
createAbsoluteOrdering() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Initializes the absolute ordering set if it has not been created yet.
createAccessLogElement(char) - Method in class org.apache.catalina.valves.AbstractAccessLogValve
Create an AccessLogElement implementation.
createAccessLogElement(char) - Method in class org.apache.catalina.valves.JsonAccessLogValve
 
createAccessLogElement(String, char) - Method in class org.apache.catalina.valves.AbstractAccessLogValve
Create an AccessLogElement implementation which needs an element name.
createAccessLogElement(String, char) - Method in class org.apache.catalina.valves.JsonAccessLogValve
 
createAjpConnector(String, String, int) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new AjpConnector
createArchiveResource(JarEntry, String, Manifest) - Method in class org.apache.catalina.webresources.AbstractArchiveResourceSet
Creates an archive resource.
createArchiveResource(JarEntry, String, Manifest) - Method in class org.apache.catalina.webresources.JarResourceSet
 
createArchiveResource(JarEntry, String, Manifest) - Method in class org.apache.catalina.webresources.JarWarResourceSet
 
createArchiveResource(JarEntry, String, Manifest) - Method in class org.apache.catalina.webresources.WarResourceSet
 
createArrayOf(String, Object[]) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
createBlob() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
createCacheKey(Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
Creates a cache key from the given method and arguments.
createCacheKey(String, Object[]) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
Creates a cache key from the given method name and arguments.
createChannel(SocketBufferHandler) - Method in class org.apache.tomcat.util.net.AbstractNetworkChannelEndpoint
Creates the channel to be used by this endpoint.
createChannel(SocketBufferHandler) - Method in class org.apache.tomcat.util.net.Nio2Endpoint
 
createChannel(SocketBufferHandler) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
createClassLoader(File[], File[], ClassLoader) - Static method in class org.apache.catalina.startup.ClassLoaderFactory
Create and return a new class loader, based on the configuration defaults and the specified directory paths:
createClassLoader(List, ClassLoader) - Static method in class org.apache.catalina.startup.ClassLoaderFactory
Create and return a new class loader, based on the configuration defaults and the specified directory paths:
createClob() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
createCompiler() - Method in class org.apache.jasper.JspCompilationContext
Create a "Compiler" object based on some init param data.
createCompiler(String) - Method in class org.apache.jasper.JspCompilationContext
Creates a compiler instance by class name using reflection.
createConnection() - Method in interface org.apache.tomcat.dbcp.dbcp2.ConnectionFactory
Create a new Connection in an implementation specific fashion.
createConnection() - Method in class org.apache.tomcat.dbcp.dbcp2.DataSourceConnectionFactory
 
createConnection() - Method in class org.apache.tomcat.dbcp.dbcp2.DriverConnectionFactory
 
createConnection() - Method in class org.apache.tomcat.dbcp.dbcp2.DriverManagerConnectionFactory
 
createConnection() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.DataSourceXAConnectionFactory
 
createConnection() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.LocalXAConnectionFactory
 
createConnection() - Method in interface org.apache.tomcat.dbcp.dbcp2.managed.XAConnectionFactory
Creates a new Connection in an implementation specific fashion.
createConnection(long, PooledConnection, String, String) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Creates a JDBC connection and tries to connect to the database.
createConnectionFactory() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Creates a JDBC connection factory for this data source.
createConnectionFactory() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.BasicManagedDataSource
 
createConnectionPool(PoolableConnectionFactory) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Creates a connection pool for this datasource.
createConstraints(ServletSecurityElement, String) - Static method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
Convert a ServletSecurityElement to an array of SecurityConstraint(s).
createContextDigester() - Method in class org.apache.catalina.startup.ContextConfig
Create (if necessary) and return a Digester configured to process the context configuration descriptor for an application.
createData(NonBlockingCoordinator.CoordinationMessage, Member) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Creates a ChannelData object from a coordination message.
createDataPackage(byte[]) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
Creates a complete data package from the given data.
createDataPackage(byte[], int, int, byte[], int) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
Creates a complete data package with header, size, data, and footer, writing to a provided buffer.
createDataPackage(ChannelData) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
Creates a complete data package
createDataSource() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Creates (if necessary) and return the internal data source we are using to manage our connections.
createDataSource(Properties) - Static method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSourceFactory
Creates and configures a BasicDataSource instance based on the given properties.
createDataSource(Properties) - Method in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Creates and configures a DataSource instance based on the given properties.
createDataSource(Properties, Context, boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Creates and configures a DataSource instance based on the given properties.
createDataSourceInstance() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Creates the actual data source instance.
createDataSourceInstance() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.BasicManagedDataSource
 
createDataSourceRealm(String, String, String, String, String, String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new DataSource Realm.
createDecoderInstance(Class) - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholeBase
Create an instance of the given decoder class.
createDecorator(Object, Method, Object[], Object, Constructor, String) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
createDecorator(Object, Method, Object[], Object, Constructor, String) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
Creates a proxy for a Statement.
createDefaultRealm() - Method in class org.apache.catalina.startup.Tomcat
Create an in-memory realm.
createdGroups - Variable in class org.apache.catalina.users.DataSourceUserDatabase
Groups that have been created but not yet persisted.
createDigester() - Static method in class org.apache.catalina.storeconfig.StoreLoader
Create and configure the Digester we will be using for setup store registry.
createDigester(String) - Static method in class org.apache.catalina.startup.HostConfig
Create the digester which will be used to parse context config files.
createdRoles - Variable in class org.apache.catalina.users.DataSourceUserDatabase
Roles that have been created but not yet persisted.
createdUsers - Variable in class org.apache.catalina.users.DataSourceUserDatabase
Users that have been created but not yet persisted.
createELContext(JspContext) - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
Creates an ELContext for the given JspContext.
createEmptySession() - Method in class org.apache.catalina.ha.session.BackupManager
 
createEmptySession() - Method in class org.apache.catalina.ha.session.DeltaManager
Get a session from the recycled ones or create a new empty one.
createEmptySession() - Method in interface org.apache.catalina.Manager
Get a session from the recycled ones or create a new empty one.
createEmptySession() - Method in class org.apache.catalina.session.ManagerBase
 
createExecutor() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Create the internal executor.
createFilter(Class) - Method in class org.apache.catalina.core.ApplicationContext
 
createFilter(Class) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
createFilter(Class) - Method in class org.apache.jasper.servlet.JspCServletContext
 
createFilterChain(ServletRequest, Wrapper, Servlet) - Static method in class org.apache.catalina.core.ApplicationFilterFactory
Construct a FilterChain implementation that will wrap the execution of the specified servlet instance.
createGroup(String, String) - Method in class org.apache.catalina.mbeans.DataSourceUserDatabaseMBean
Create a new Group and return the corresponding name.
createGroup(String, String) - Method in class org.apache.catalina.mbeans.SparseUserDatabaseMBean
Create a new Group and return the corresponding MBean Name.
createGroup(String, String) - Method in interface org.apache.catalina.UserDatabase
Create and return a new Group defined in this user database.
createGroup(String, String) - Method in class org.apache.catalina.users.DataSourceUserDatabase
 
createGroup(String, String) - Method in class org.apache.catalina.users.MemoryUserDatabase
 
createHttpConnector(String, String, int) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new HttpConnector
createHttpsConnector(String, String, int) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new HttpsConnector
createInputStream() - Method in class org.apache.catalina.connector.Request
Create and return a ServletInputStream to read the content associated with this Request.
createInstanceManager() - Method in interface org.apache.catalina.Context
Factory method to create and return a new InstanceManager instance.
createInstanceManager() - Method in class org.apache.catalina.core.StandardContext
 
createInstanceManager() - Method in class org.apache.catalina.startup.FailedContext
 
createItem(String, String, boolean, String) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
Create a new DiskFileItem instance from the supplied parameters and the local factory configuration.
createItem(String, String, boolean, String) - Method in interface org.apache.tomcat.util.http.fileupload.FileItemFactory
Create a new FileItem instance from the supplied parameters and any local factory configuration.
createJarInputStream() - Method in class org.apache.tomcat.util.scan.AbstractInputStreamJar
Creates a new NonClosingJarInputStream for reading this JAR.
createJarInputStream() - Method in class org.apache.tomcat.util.scan.JarFileUrlNestedJar
 
createJarInputStream() - Method in class org.apache.tomcat.util.scan.UrlJar
 
createJavacError(String, Node.Nodes, StringBuilder, int) - Static method in class org.apache.jasper.compiler.ErrorDispatcher
Create a compilation error.
createJavacError(String, Node.Nodes, StringBuilder, int, JspCompilationContext) - Static method in class org.apache.jasper.compiler.ErrorDispatcher
Create a compilation error.
createJMXConnection(String, String, String, String, String) - Static method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Create a new JMX Connection with auth when username and password is set.
createJNDIRealm(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new JNDI Realm.
createKey(String) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingConnection
Creates a PStmtKey for the given arguments.
createKey(String, int) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingConnection
Creates a PStmtKey for the given arguments.
createKey(String, int[]) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingConnection
Creates a PStmtKey for the given arguments.
createKey(String, int, int) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingConnection
Creates a PStmtKey for the given arguments.
createKey(String, int, int, int) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingConnection
Creates a PStmtKey for the given arguments.
createKey(String, int, int, int, PoolingConnection.StatementType) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingConnection
Creates a PStmtKey for the given arguments.
createKey(String, int, int, PoolingConnection.StatementType) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingConnection
Creates a PStmtKey for the given arguments.
createKey(String, String[]) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingConnection
Creates a PStmtKey for the given arguments.
createKey(String, PoolingConnection.StatementType) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingConnection
Creates a PStmtKey for the given arguments.
createLifecycleListener(Context) - Method in class org.apache.catalina.core.FrameworkListener
Create a lifecycle listener which will then be added to the specified context.
createLifecycleListener(Context) - Method in class org.apache.catalina.core.ThreadLocalLeakPreventionListener
 
createListener(Class) - Method in class org.apache.catalina.core.ApplicationContext
 
createListener(Class) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
createListener(Class) - Method in class org.apache.catalina.core.AsyncContextImpl
 
createListener(Class) - Method in class org.apache.jasper.servlet.JspCServletContext
 
createLogElements() - Method in class org.apache.catalina.valves.AbstractAccessLogValve
Parse pattern string and create the array of AccessLogElement.
createLogElements() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
 
createLogElements() - Method in class org.apache.catalina.valves.JsonAccessLogValve
 
createMainResourceSet() - Method in class org.apache.catalina.webresources.StandardRoot
Creates the main resource set based on the context's docBase.
createManagedBean(Registry, String, Class, String) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
XXX Find if the 'className' is the name of the MBean or the real class ( I suppose first ) XXX Read (optional) descriptions from a .properties, generated from source XXX Deal with constructors
createManager(String) - Method in interface org.apache.catalina.Cluster
Create a new manager which will use this cluster to replicate its sessions.
createManager(String) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Create a new manager which will use this cluster to replicate its sessions.
createMBean() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Create MBean object that can be registered.
createMBean() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Creates and registers an MBean for this pooled connection with JMX.
createMBean(Object) - Method in class org.apache.tomcat.util.modeler.ManagedBean
Create and return a ModelMBean that has been preconfigured with the ModelMBeanInfo information for this managed bean, and is associated with the specified managed object instance.
createMBean(Server) - Method in class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
Create StoreConfig MBean and load StoreRegistry MBeans name is Catalina:type=StoreConfig.
createMBean(ContextEnvironment) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create, register, and return an MBean for this ContextEnvironment object.
createMBean(ContextResource) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create, register, and return an MBean for this ContextResource object.
createMBean(ContextResourceLink) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create, register, and return an MBean for this ContextResourceLink object.
createMBeans() - Method in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
Create the MBeans for the interesting global JNDI resources.
createMBeans(String, Context) - Method in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
Create the MBeans for the interesting global JNDI resources in the specified naming context.
createMBeans(String, UserDatabase) - Method in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
Create the MBeans for the specified UserDatabase and its contents.
createMemoryRealm(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new Memory Realm.
createMethodExpression(ELContext, String, Class, Class[]) - Method in class org.apache.el.ExpressionFactoryImpl
 
createMethodExpression(Class, Class[]) - Method in class org.apache.el.lang.ExpressionBuilder
Creates a MethodExpression from the parsed expression.
createNClob() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
createNode(String) - Static method in class org.apache.el.lang.ExpressionBuilder
Creates a parsed AST node for the given expression string.
createNonceCache(HttpServletRequest, HttpSession) - Method in class org.apache.catalina.filters.CsrfPreventionFilter
Create a new CsrfPreventionFilter.NonceCache and store in the HttpSession.
createNoNoncePredicate(ServletContext, String) - Static method in class org.apache.catalina.filters.CsrfPreventionFilter
Creates a predicate that can match the specified type of pattern.
createNoNoncePredicates(ServletContext, String) - Static method in class org.apache.catalina.filters.CsrfPreventionFilter
Creates a collection of matchers from a comma-separated string of patterns.
createNotificationInfo() - Method in class org.apache.tomcat.util.modeler.NotificationInfo
Create and return a ModelMBeanNotificationInfo object that corresponds to the attribute described by this instance.
createObject(Attributes) - Method in class org.apache.tomcat.util.digester.AbstractObjectCreationFactory
Factory method called by FactoryCreateRule to supply an object based on the element's attributes.
createObject(Attributes) - Method in interface org.apache.tomcat.util.digester.ObjectCreationFactory
Factory method called by FactoryCreateRule to supply an object based on the element's attributes.
createObjectName(String, ContextEnvironment) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create an ObjectName for this Service object.
createObjectName(String, ContextResource) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create an ObjectName for this ContextResource object.
createObjectName(String, ContextResourceLink) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create an ObjectName for this ContextResourceLink object.
createObjectName(ObjectName) - Method in class org.apache.tomcat.jdbc.pool.DataSource
Creates the ObjectName for the ConnectionPoolMBean object to be registered
createObjectName(ContextResource) - Method in class org.apache.catalina.core.NamingContextListener
Create an ObjectName for this ContextResource object.
createObjectNameKeyProperties(String) - Method in class org.apache.catalina.connector.Connector
Create the key properties for the ObjectName of a registered MBean.
createObjectPool(PoolableConnectionFactory, GenericObjectPoolConfig, AbandonedConfig) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Creates an object pool used to provide pooling support for JDBC connections.
createOutputDir() - Method in class org.apache.jasper.JspCompilationContext
Creates the output directory path based on the package name and scratch directory.
createParameterInfo() - Method in class org.apache.tomcat.util.modeler.ParameterInfo
Create and return a MBeanParameterInfo object that corresponds to the parameter described by this instance.
createPool() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Sets up the connection pool, by creating a pooling driver.
createPoolableConnectionFactory(ConnectionFactory) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Creates the PoolableConnectionFactory and attaches it to the connection pool.
createPoolableConnectionFactory(ConnectionFactory) - Method in class org.apache.tomcat.dbcp.dbcp2.managed.BasicManagedDataSource
Creates the PoolableConnectionFactory and attaches it to the connection pool.
createPrimaryIndicator(Request) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Mark Request that processed at primary node with attribute primaryIndicatorName
createPrincipal(String, Subject, LoginContext) - Method in class org.apache.catalina.realm.JAASRealm
Identify and return a java.security.Principal instance representing the authenticated user for the specified Subject.
createProcessor() - Method in class org.apache.coyote.AbstractProtocol
Create and configure a new Processor instance for the current protocol implementation.
createProcessor() - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Creates a new AJP processor.
createProcessor() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
createProperty(Object) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
create result as property with name from attribute resultproperty
createProperty(String, Object) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
create result as property with name from property prefix When result is an array and isSeparateArrayResults is true, resultproperty used as prefix (resultproperty.0-array.length and store the result array length at resultproperty.length.
createQueryString(String) - Method in class org.apache.catalina.ant.AbstractCatalinaCommandTask
Create query string for the specified command.
createQueryString(String) - Method in class org.apache.catalina.ant.SessionsTask
Appends the idle parameter to the query string if both path and idle are set.
createRegistry() - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create and configure (if necessary) and return the registry of managed object descriptions.
createRequest(String, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
Create a DeltaRequest instance.
createRequest(Request) - Method in class org.apache.catalina.connector.Connector
Create (or allocate) and return a Request object suitable for specifying the contents of a Request to the responsible Container.
createResponse(Response) - Method in class org.apache.catalina.connector.Connector
Create and return a Response object suitable for receiving the contents of a Response from the responsible Container.
createRole(String, String) - Method in class org.apache.catalina.mbeans.DataSourceUserDatabaseMBean
Create a new Role and return the corresponding name.
createRole(String, String) - Method in class org.apache.catalina.mbeans.SparseUserDatabaseMBean
Create a new Role and return the corresponding MBean Name.
createRole(String, String) - Method in interface org.apache.catalina.UserDatabase
Create and return a new Role defined in this user database.
createRole(String, String) - Method in class org.apache.catalina.users.DataSourceUserDatabase
 
createRole(String, String) - Method in class org.apache.catalina.users.MemoryUserDatabase
 
createRxTask() - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
 
createRxTask() - Method in interface org.apache.catalina.tribes.transport.RxTaskPool.TaskCreator
Creates a new receive task.
createSAXException(Exception) - Method in class org.apache.tomcat.util.digester.Digester
Create a SAX exception which also understands about the location in the digester file where the exception occurs
createSAXException(String) - Method in class org.apache.tomcat.util.digester.Digester
Create a SAX exception which also understands about the location in the digester file where the exception occurs
createSAXException(String, Exception) - Method in class org.apache.tomcat.util.digester.Digester
Create a SAX exception which also understands about the location in the digester file where the exception occurs
createSendfileData(String, long, long) - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
 
createSendfileData(String, long, long) - Method in class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper
 
createSendfileData(String, long, long) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Creates a sendfile data object for the specified file.
createServer() - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create and configure (if necessary) and return the MBeanServer with which we will be registering our DynamicMBean implementations.
createServerAuthConfig(String, String, CallbackHandler, Map) - Method in class org.apache.catalina.authenticator.jaspic.SimpleAuthConfigProvider
Creates the ServerAuthConfig.
createServerAuthContext(List) - Method in class org.apache.catalina.authenticator.jaspic.SimpleServerAuthConfig
Creates the ServerAuthContext.
createServlet(Class) - Method in class org.apache.catalina.core.ApplicationContext
 
createServlet(Class) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
createServlet(Class) - Method in class org.apache.jasper.servlet.JspCServletContext
 
createSession(String) - Method in class org.apache.catalina.ha.session.DeltaManager
 
createSession(String) - Method in interface org.apache.catalina.Manager
Construct and return a new session object, based on the default settings specified by this Manager's properties.
createSession(String) - Method in class org.apache.catalina.session.ManagerBase
 
createSession(String, boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
Create new session with check maxActiveSessions and send session creation to other cluster nodes.
createSessionCookie(Context, String, boolean) - Static method in class org.apache.catalina.core.ApplicationSessionCookieConfig
Creates a new session cookie for the given session ID
createSocketProcessor(SocketWrapperBase, SocketEvent) - Method in class org.apache.tomcat.util.net.Nio2Endpoint
 
createSocketProcessor(SocketWrapperBase, SocketEvent) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
createSocketProcessor(SocketWrapperBase, SocketEvent) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Create a socket processor for the given socket wrapper.
createSQLXML() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
createSSLContext(List) - Method in interface org.apache.tomcat.util.net.SSLUtil
Creates an SSL context for the given negotiable protocols.
createSSLContext(List) - Method in class org.apache.tomcat.util.net.SSLUtilBase
 
createSSLContext(SSLContext, X509KeyManager, X509TrustManager) - Static method in interface org.apache.tomcat.util.net.SSLUtil
Creates an instance of Tomcat's SSLContext from the provided inputs.
createSSLContext(SSLHostConfig) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Create the SSLContext for the given SSLHostConfig.
createSSLContextInternal(List) - Method in class org.apache.tomcat.util.net.jsse.JSSEUtil
 
createSSLContextInternal(List) - Method in class org.apache.tomcat.util.net.openssl.OpenSSLUtil
 
createSSLContextInternal(List) - Method in class org.apache.tomcat.util.net.SSLUtilBase
Creates an SSL context with the given negotiable protocols.
createSSLEngine() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLContext
 
createSSLEngine() - Method in interface org.apache.tomcat.util.net.SSLContext
Creates a new SSL engine.
createSSLEngine(String, List, List, List, List, List) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Create an SSLEngine for the given SNI host name.
createSSLEngine(String, List, List, List, List, List) - Method in class org.apache.tomcat.util.net.SecureNio2Channel
 
createSSLEngine(String, List, List, List, List, List) - Method in class org.apache.tomcat.util.net.SecureNioChannel
Creates and initializes the SSL engine for this channel.
createStandardContext(String, String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new StandardContext.
createStandardContext(String, String, String, boolean, boolean) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new StandardContext.
createStandardHost(String, String, String, boolean, boolean, boolean, boolean) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new StandardHost.
createStandardManager(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new StandardManager.
createStandardServiceEngine(String, String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Creates a new StandardService and StandardEngine.
createStartDigester() - Method in class org.apache.catalina.startup.Catalina
Create and configure the Digester we will be using for startup.
createStatement() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
createStatement(int, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
createStatement(int, int, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
createStatement(Object, Method, Object[], Object, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
This method will be invoked after a successful statement creation.
createStatement(Object, Method, Object[], Object, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport
Creates a statement interceptor to monitor query response times
createStatement(Object, Method, Object[], Object, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.QueryTimeoutInterceptor
Sets the query timeout on the created statement if it is a Statement and the timeout value is positive.
createStatement(Object, Method, Object[], Object, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
Creates a statement interceptor to monitor query response times
createStatement(Object, Method, Object[], Object, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementFinalizer
 
createStatement(Object, Method, Object[], Object, long) - Method in class org.apache.tomcat.jdbc.pool.StatementFacade
Creates a statement interceptor to monitor query response times
createStatement(Connection) - Method in class org.apache.tomcat.dbcp.dbcp2.PStmtKey
Creates a new Statement from the given Connection.
createStopDigester() - Method in class org.apache.catalina.startup.Catalina
Create and configure the Digester we will be using for shutdown.
createStruct(String, Object[]) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
createSubcontext(String) - Method in class org.apache.naming.NamingContext
 
createSubcontext(String) - Method in class org.apache.naming.SelectorContext
 
createSubcontext(Name) - Method in class org.apache.naming.NamingContext
 
createSubcontext(Name) - Method in class org.apache.naming.SelectorContext
 
createTypedArray(String, Object, Method, String[], Class, Class) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Create a typed array.
createUpgradeProcessor(SocketWrapperBase, UpgradeToken) - Method in class org.apache.coyote.AbstractProtocol
Create and configure a new Processor instance for upgrade connections.
createUpgradeProcessor(SocketWrapperBase, UpgradeToken) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Creates an upgrade processor.
createUpgradeProcessor(SocketWrapperBase, UpgradeToken) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
createURLStreamHandler(String) - Method in class org.apache.catalina.webresources.TomcatURLStreamHandlerFactory
 
createUser(String, String, String) - Method in class org.apache.catalina.mbeans.DataSourceUserDatabaseMBean
Create a new User and return the corresponding name.
createUser(String, String, String) - Method in class org.apache.catalina.mbeans.SparseUserDatabaseMBean
Create a new User and return the corresponding MBean Name.
createUser(String, String, String) - Method in interface org.apache.catalina.UserDatabase
Create and return a new User defined in this user database.
createUser(String, String, String) - Method in class org.apache.catalina.users.DataSourceUserDatabase
 
createUser(String, String, String) - Method in class org.apache.catalina.users.MemoryUserDatabase
 
createUserDatabaseRealm(String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new UserDatabaseRealm.
createValueExpression(ELContext, String, Class) - Method in class org.apache.el.ExpressionFactoryImpl
 
createValueExpression(Class) - Method in class org.apache.el.lang.ExpressionBuilder
Creates a ValueExpression from the parsed expression.
createValueExpression(Object, Class) - Method in class org.apache.el.ExpressionFactoryImpl
 
createValve(String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new Valve and associate it with a Container.
createVirtualThreadBuilder(String) - Method in class org.apache.tomcat.util.compat.Jre21Compat
 
createVirtualThreadBuilder(String) - Method in class org.apache.tomcat.util.compat.JreCompat
Create a thread builder for virtual threads using the given name to name the threads.
createWebappLoader(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new Web Application Loader.
createWebResourceSet(WebResourceRoot.ResourceSetType, String, String, String, String) - Method in interface org.apache.catalina.WebResourceRoot
Creates a new WebResourceSet for this WebResourceRoot based on the provided parameters.
createWebResourceSet(WebResourceRoot.ResourceSetType, String, String, String, String) - Method in class org.apache.catalina.webresources.StandardRoot
 
createWebResourceSet(WebResourceRoot.ResourceSetType, String, URL, String) - Method in interface org.apache.catalina.WebResourceRoot
Creates a new WebResourceSet for this WebResourceRoot based on the provided parameters.
createWebResourceSet(WebResourceRoot.ResourceSetType, String, URL, String) - Method in class org.apache.catalina.webresources.StandardRoot
 
createWebXml() - Method in class org.apache.catalina.startup.ContextConfig
Creates a new WebXml instance.
createWindowUpdateForSettings() - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
Creates a WINDOW_UPDATE frame if the initial window size exceeds the default.
createWrapper() - Method in interface org.apache.catalina.Context
Factory method to create and return a new Wrapper instance, of the Java implementation class appropriate for this Context implementation.
createWrapper() - Method in class org.apache.catalina.core.StandardContext
 
createWrapper() - Method in class org.apache.catalina.startup.FailedContext
 
createZipEntry(String) - Method in class org.apache.catalina.webresources.TomcatJarInputStream
 
Creating a Simple Object Tree - Section in package org.apache.tomcat.util.digester
 
creationDateFormat - Static variable in class org.apache.catalina.servlets.WebdavServlet
Simple date format for the creation date ISO representation (partial).
creationFactory - Variable in class org.apache.tomcat.util.digester.FactoryCreateRule
The object creation factory we will use to instantiate objects as required based on the attributes specified in the matched XML element.
creationTime - Variable in class org.apache.catalina.session.StandardSession
The time this session was created, in milliseconds since midnight, January 1, 1970 GMT.
CREDENTIAL_HANDLER - Static variable in class org.apache.catalina.Globals
Name of the ServletContext attribute under which we store the context Realm's CredentialHandler (if both the Realm and the CredentialHandler exist).
CredentialHandler - Interface in org.apache.catalina
This interface is used by the Realm to compare the user provided credentials with the credentials stored in the Realm for that user.
CredentialHandlerRuleSet - Class in org.apache.catalina.startup
RuleSet for processing the contents of a CredentialHandler definition element.
CredentialHandlerRuleSet() - Constructor for class org.apache.catalina.startup.CredentialHandlerRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
CredentialHandlerRuleSet(String) - Constructor for class org.apache.catalina.startup.CredentialHandlerRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
CredentialHandlerSF - Class in org.apache.catalina.storeconfig
Store server.xml Element CredentialHandler
CredentialHandlerSF() - Constructor for class org.apache.catalina.storeconfig.CredentialHandlerSF
Default constructor.
CRLF - Static variable in class org.apache.catalina.security.Constants
The CRLF sequence used for HTTP header line endings.
CRLF - Static variable in class org.apache.coyote.http11.Constants
CRLF.
crlfChunk - Variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
The CRLF chunk buffer.
crossContextSessions - Variable in class org.apache.catalina.ha.tcp.ReplicationValve
crossContext session container
CSRF_NONCE_REQUEST_ATTR_NAME - Static variable in class org.apache.catalina.filters.Constants
The request attribute key under which the current request's CSRF nonce can be found.
CSRF_NONCE_REQUEST_PARAM - Static variable in class org.apache.catalina.filters.Constants
The name of the request parameter which carries CSRF nonces from the client to the server for validation.
CSRF_NONCE_REQUEST_PARAM_NAME_KEY - Static variable in class org.apache.catalina.filters.Constants
The servlet context attribute key under which the CSRF request parameter name can be found.
CSRF_NONCE_SESSION_ATTR_NAME - Static variable in class org.apache.catalina.filters.Constants
The session attribute key under which the CSRF nonce cache will be stored.
CSRF_REST_NONCE_HEADER_FETCH_VALUE - Static variable in class org.apache.catalina.filters.Constants
The fetch mode value for the CSRF REST nonce header.
CSRF_REST_NONCE_HEADER_NAME - Static variable in class org.apache.catalina.filters.Constants
The HTTP header name used to carry the CSRF nonce in REST requests.
CSRF_REST_NONCE_HEADER_NAME_KEY - Static variable in class org.apache.catalina.filters.Constants
The servlet context attribute key under which the CSRF REST header name can be found.
CSRF_REST_NONCE_HEADER_REQUIRED_VALUE - Static variable in class org.apache.catalina.filters.Constants
The required mode value for the CSRF REST nonce header.
CSRF_REST_NONCE_SESSION_ATTR_NAME - Static variable in class org.apache.catalina.filters.Constants
The session attribute key under which the CSRF REST nonce cache will be stored.
CsrfPreventionFilter - Class in org.apache.catalina.filters
Provides basic CSRF protection for a web application.
CsrfPreventionFilter() - Constructor for class org.apache.catalina.filters.CsrfPreventionFilter
Default constructor.
CsrfPreventionFilter.CsrfResponseWrapper - Class in org.apache.catalina.filters
Wrapper for HttpServletResponse that adds CSRF nonces to encoded URLs.
CsrfPreventionFilter.LruCache<T> - Class in org.apache.catalina.filters
Despite its name, this is a FIFO cache not an LRU cache.
CsrfPreventionFilter.MimePredicate - Class in org.apache.catalina.filters
A no-nonce Predicate that evaluates a MIME type instead of a URL.
CsrfPreventionFilter.NonceCache<T> - Interface in org.apache.catalina.filters
Interface for a cache of nonces used for CSRF protection.
CsrfPreventionFilter.PatternPredicate - Class in org.apache.catalina.filters
A no-nonce Predicate that matches a regular expression.
CsrfPreventionFilter.PrefixPredicate - Class in org.apache.catalina.filters
A no-nonce Predicate that matches a prefix.
CsrfPreventionFilter.SuffixPredicate - Class in org.apache.catalina.filters
A no-nonce Predicate that matches a suffix.
CsrfPreventionFilterBase - Class in org.apache.catalina.filters
Base class for CSRF prevention filters.
CsrfPreventionFilterBase() - Constructor for class org.apache.catalina.filters.CsrfPreventionFilterBase
Default constructor.
CsrfResponseWrapper(HttpServletRequest, HttpServletResponse, String, String, Collection) - Constructor for class org.apache.catalina.filters.CsrfPreventionFilter.CsrfResponseWrapper
Construct a new CsrfResponseWrapper.
ctxt - Variable in class org.apache.jasper.compiler.Compiler
The JSP compilation context.
current - Variable in class org.apache.catalina.tribes.transport.nio.NioSender
Current message being processed.
currentLogFile - Variable in class org.apache.catalina.valves.AccessLogValve
The current log file we are writing to.
currentNode - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
The node we are currently backing up data to, this index will rotate on a round robin basis
currentSize - Variable in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
Current queue size.
currentStatus - Variable in class org.apache.catalina.ha.deploy.WarWatcher
Currently deployed files
currentThreadShouldBeStopped() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Checks whether the current thread should be stopped based on the thread renewal policy and the last context stop time.
currentTimeMillis - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
 
curveSM2 - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Group
SM2 elliptic curve group.
curveSM2MLKEM768 - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Group
Hybrid curveSM2 + ML-KEM-768 key exchange group.
CUSTOM_ENV_PREFIX - Static variable in class org.apache.catalina.tribes.membership.cloud.CloudMembershipProvider
Prefix for custom environment variables.
customAuthenticators - Variable in class org.apache.catalina.startup.ContextConfig
Custom mappings of login methods to authenticators
CustomObjectInputStream - Class in org.apache.catalina.util
Custom subclass of ObjectInputStream that loads from the class loader for this web application.
CustomObjectInputStream(InputStream, ClassLoader) - Constructor for class org.apache.catalina.util.CustomObjectInputStream
Construct a new instance of CustomObjectInputStream without any filtering of deserialized classes.
CustomObjectInputStream(InputStream, ClassLoader, Log, Pattern, boolean) - Constructor for class org.apache.catalina.util.CustomObjectInputStream
Construct a new instance of CustomObjectInputStream with filtering of deserialized classes.

D

daemon - Variable in class org.apache.catalina.core.StandardThreadExecutor
Run threads in daemon or non-daemon state
DASH - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
The dash (-) ASCII character value.
data - Variable in class org.apache.catalina.ha.deploy.FileMessageFactory
The bytes that we hold the data in, not thread safe.
data - Static variable in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
Thread <-> ByteArrayOutputStream associations.
database - Variable in class org.apache.catalina.realm.UserDatabaseRealm
The UserDatabase we will use to authenticate users and identify associated roles.
database - Variable in class org.apache.catalina.users.GenericGroup
The UserDatabase that owns this group.
database - Variable in class org.apache.catalina.users.GenericRole
The UserDatabase that owns this role.
database - Variable in class org.apache.catalina.users.GenericUser
The UserDatabase that owns this user.
dataChannel - Variable in class org.apache.catalina.tribes.transport.nio.NioSender
The UDP datagram channel.
dataDefinitionCausesTransactionCommit() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
dataDefinitionIgnoredInTransactions() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
dataPkg - Variable in class org.apache.catalina.tribes.membership.MemberImpl
To avoid serialization over and over again, once the local dataPkg has been set, we use that to transmit data
DataSender - Interface in org.apache.catalina.tribes.transport
Interface for data senders used in the Catalina Tribes framework.
dataSource - Variable in class org.apache.catalina.servlets.DataSourcePropertyStore
DataSource instance being used.
dataSource - Variable in class org.apache.catalina.session.DataSourceStore
DataSource to use
dataSource - Variable in class org.apache.catalina.users.DataSourceUserDatabase
DataSource to use.
DataSource - Class in org.apache.tomcat.jdbc.pool
A DataSource that can be instantiated through IoC and implements the DataSource interface since the DataSourceProxy is used as a generic proxy.
DataSource() - Constructor for class org.apache.tomcat.jdbc.pool.DataSource
Constructor for reflection only.
DataSource(PoolConfiguration) - Constructor for class org.apache.tomcat.jdbc.pool.DataSource
Constructs a DataSource object wrapping a connection
DataSourceClassName - Static variable in class org.apache.naming.factory.SendMailFactory
The class name for the javamail MimePartDataSource.
DataSourceConnectionFactory - Class in org.apache.tomcat.dbcp.dbcp2
A DataSource-based implementation of ConnectionFactory.
DataSourceConnectionFactory(DataSource) - Constructor for class org.apache.tomcat.dbcp.dbcp2.DataSourceConnectionFactory
Constructs an instance for the given DataSource.
DataSourceConnectionFactory(DataSource, String, char[]) - Constructor for class org.apache.tomcat.dbcp.dbcp2.DataSourceConnectionFactory
Constructs an instance for the given DataSource.
DataSourceConnectionFactory(DataSource, String, String) - Constructor for class org.apache.tomcat.dbcp.dbcp2.DataSourceConnectionFactory
Constructs an instance for the given DataSource.
DataSourceFactory - Class in org.apache.tomcat.jdbc.pool
JNDI object factory that creates an instance of BasicDataSource that has been configured based on the RefAddr values of the specified Reference, which must match the names and data types of the BasicDataSource bean properties.
DataSourceFactory() - Constructor for class org.apache.tomcat.jdbc.pool.DataSourceFactory
Default constructor.
DataSourceHandler(DataSource, String, String) - Constructor for class org.apache.naming.factory.DataSourceLinkFactory.DataSourceHandler
Construct a DataSourceHandler for the given DataSource and credentials.
DataSourceLinkFactory - Class in org.apache.naming.factory
Object factory for resource links for shared data sources.
DataSourceLinkFactory() - Constructor for class org.apache.naming.factory.DataSourceLinkFactory
Default constructor.
DataSourceLinkFactory.DataSourceHandler - Class in org.apache.naming.factory
Simple wrapper class that will allow a user to configure a ResourceLink for a data source so that when DataSource.getConnection() is called, it will invoke DataSource.getConnection(String, String) with the preconfigured username and password.
DataSourceMXBean - Interface in org.apache.tomcat.dbcp.dbcp2
Defines the methods that will be made available via JMX.
dataSourceName - Variable in class org.apache.catalina.realm.DataSourceRealm
The name of the JNDI JDBC DataSource
dataSourceName - Variable in class org.apache.catalina.session.DataSourceStore
name of the JNDI resource
dataSourceName - Variable in class org.apache.catalina.users.DataSourceUserDatabase
The name of the JNDI JDBC DataSource
DataSourcePropertyStore - Class in org.apache.catalina.servlets
WebDAV dead properties storage using a DataSource.
DataSourcePropertyStore() - Constructor for class org.apache.catalina.servlets.DataSourcePropertyStore
Default constructor.
DataSourceProxy - Class in org.apache.tomcat.jdbc.pool
The DataSource proxy lets us implements methods that don't exist in the current compiler JDK but might be methods that are part of a future JDK DataSource interface.
DataSourceProxy() - Constructor for class org.apache.tomcat.jdbc.pool.DataSourceProxy
Construct a DataSourceProxy with default pool properties.
DataSourceProxy(PoolConfiguration) - Constructor for class org.apache.tomcat.jdbc.pool.DataSourceProxy
Construct a DataSourceProxy with the given pool configuration.
DataSourceRealm - Class in org.apache.catalina.realm
Implementation of Realm that works with any JDBC JNDI DataSource.
DataSourceRealm() - Constructor for class org.apache.catalina.realm.DataSourceRealm
Default constructor.
DataSourceStore - Class in org.apache.catalina.session
Implementation of the Store interface that stores serialized session objects in a database.
DataSourceStore() - Constructor for class org.apache.catalina.session.DataSourceStore
Default constructor.
DataSourceUserDatabase - Class in org.apache.catalina.users
UserDatabase backed by a data source.
DataSourceUserDatabase(DataSource, String) - Constructor for class org.apache.catalina.users.DataSourceUserDatabase
Create a new DataSourceUserDatabase.
DataSourceUserDatabaseFactory - Class in org.apache.catalina.users
JNDI object creation factory for DataSourceUserDatabase instances.
DataSourceUserDatabaseFactory() - Constructor for class org.apache.catalina.users.DataSourceUserDatabaseFactory
Default constructor.
DataSourceUserDatabaseMBean - Class in org.apache.catalina.mbeans
A ModelMBean implementation for the org.apache.catalina.users.DataSourceUserDatabase component.
DataSourceUserDatabaseMBean() - Constructor for class org.apache.catalina.mbeans.DataSourceUserDatabaseMBean
Default constructor.
DataSourceXAConnectionFactory - Class in org.apache.tomcat.dbcp.dbcp2.managed
An implementation of XAConnectionFactory which uses a real XADataSource to obtain connections and XAResources.
DataSourceXAConnectionFactory(TransactionManager, XADataSource) - Constructor for class org.apache.tomcat.dbcp.dbcp2.managed.DataSourceXAConnectionFactory
Creates an DataSourceXAConnectionFactory which uses the specified XADataSource to create database connections.
DataSourceXAConnectionFactory(TransactionManager, XADataSource, TransactionSynchronizationRegistry) - Constructor for class org.apache.tomcat.dbcp.dbcp2.managed.DataSourceXAConnectionFactory
Creates an DataSourceXAConnectionFactory which uses the specified XADataSource to create database connections.
DataSourceXAConnectionFactory(TransactionManager, XADataSource, String, char[]) - Constructor for class org.apache.tomcat.dbcp.dbcp2.managed.DataSourceXAConnectionFactory
Creates an DataSourceXAConnectionFactory which uses the specified XADataSource to create database connections.
DataSourceXAConnectionFactory(TransactionManager, XADataSource, String, char[], TransactionSynchronizationRegistry) - Constructor for class org.apache.tomcat.dbcp.dbcp2.managed.DataSourceXAConnectionFactory
Creates an DataSourceXAConnectionFactory which uses the specified XADataSource to create database connections.
DataSourceXAConnectionFactory(TransactionManager, XADataSource, String, String) - Constructor for class org.apache.tomcat.dbcp.dbcp2.managed.DataSourceXAConnectionFactory
Creates an DataSourceXAConnectionFactory which uses the specified XADataSource to create database connections.
DATATYPES_PUBLIC - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
W3C datatypes public identifier.
DateAndTimeElement() - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.DateAndTimeElement
Creates a new date and time element using CLF format.
DateAndTimeElement(String) - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.DateAndTimeElement
Creates a new date and time element with the specified format.
DateElement() - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.DateElement
 
DateFormatCache - Class in org.apache.juli
Cache structure for SimpleDateFormat formatted timestamps based on seconds.
DateFormatCache(int, String, DateFormatCache) - Constructor for class org.apache.juli.DateFormatCache
Create a new DateFormatCache.
DateFormatCache(int, Locale, AbstractAccessLogValve.DateFormatCache) - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.DateFormatCache
Creates a new date format cache.
DAY - Enum constant in enum class org.apache.catalina.filters.ExpiresFilter.DurationUnit
Day duration unit.
DBCP_DATASOURCE_FACTORY - Static variable in class org.apache.naming.factory.Constants
DBCP data source factory class name.
deallocate() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
Deallocates the object and sets it IDLE if it is currently ALLOCATED or RETURNING.
deallocate() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
Deallocates the object and sets it IDLE if it is currently ALLOCATED.
deallocate(Servlet) - Method in class org.apache.catalina.core.StandardWrapper
 
deallocate(Servlet) - Method in interface org.apache.catalina.Wrapper
Decrement the allocation count for the servlet instance.
debug - Variable in class org.apache.catalina.manager.host.HostManagerServlet
The debugging detail level for this servlet.
debug - Variable in class org.apache.catalina.manager.ManagerServlet
The debugging detail level for this servlet.
debug - Variable in class org.apache.catalina.servlets.DefaultServlet
The debugging detail level for this servlet.
debug - Variable in class org.apache.catalina.ssi.SSIFilter
Debug level for this servlet.
debug - Variable in class org.apache.catalina.ssi.SSIProcessor
Debug level for SSI processing.
debug - Variable in class org.apache.catalina.ssi.SSIServlet
Debug level for this servlet.
debug - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
Debug level for SSI processing.
debug(Object) - Method in interface org.apache.juli.logging.Log
Log a message with debug log level.
debug(Object, Throwable) - Method in interface org.apache.juli.logging.Log
Log an error with debug log level.
DEBUG - Enum constant in enum class org.apache.tomcat.util.log.UserDataHelper.Mode
Log at DEBUG level.
DEBUG_PROPERTY - Static variable in class org.apache.juli.ClassLoaderLogManager
System property name used to enable debug output.
Debugging Exceptions - Section in package org.apache.tomcat.util.digester
 
DECLARATION_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
Internal name for the declaration action.
declareRoles(String...) - Method in class org.apache.catalina.core.ApplicationContext
 
declareRoles(String...) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
declareRoles(String...) - Method in class org.apache.jasper.servlet.JspCServletContext
 
decode(PongMessage) - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholePong
 
decode(String) - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholeText
 
decode(ByteBuffer) - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholeBinary
 
decode(ByteBuffer, int, StringBuilder) - Static method in class org.apache.coyote.http2.HPackHuffman
Deprecated.
decode(ByteBuffer, int, StringBuilder, boolean) - Static method in class org.apache.coyote.http2.HPackHuffman
Decodes a huffman encoded string into the target StringBuilder.
decode(T) - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholeBase
Decode the message using the registered decoders.
DECODE - Enum constant in enum class org.apache.tomcat.util.buf.EncodedSolidusHandling
Decode the encoded solidus back to a forward slash character.
decodedURI() - Method in class org.apache.coyote.Request
Return the decoded request URI.
decoderClazz() - Method in record class org.apache.tomcat.websocket.DecoderEntry
Returns the value of the decoderClazz record component.
DecoderEntry - Record Class in org.apache.tomcat.websocket
Entry that maps a class to its corresponding WebSocket decoder class.
DecoderEntry(Class, Class) - Constructor for record class org.apache.tomcat.websocket.DecoderEntry
Creates an instance of a DecoderEntry record class.
DecoderMatch(Class, List) - Constructor for class org.apache.tomcat.websocket.Util.DecoderMatch
Constructs a new DecoderMatch by matching decoder entries against the target type.
decoders - Variable in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholeBase
The list of decoders for this message handler.
decodeText(String) - Static method in class org.apache.tomcat.util.http.fileupload.util.mime.MimeUtility
Decode a string of text obtained from a mail header into its proper form.
decompress(byte[]) - Static method in class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
Decompresses the given data using GZIP decompression.
decorateCORSProperties(HttpServletRequest, CorsFilter.CORSRequestType) - Static method in class org.apache.catalina.filters.CorsFilter
Decorates the HttpServletRequest, with CORS attributes.
decrementActiveRemoteStreamCount(Stream) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
Decrements the active remote stream count and updates the connection timeout accordingly.
decrementInProgressAsyncCount() - Method in interface org.apache.catalina.Context
Decrement the count of in-progress async requests.
decrementInProgressAsyncCount() - Method in class org.apache.catalina.core.AsyncContextImpl
 
decrementInProgressAsyncCount() - Method in class org.apache.catalina.core.StandardContext
 
decrementInProgressAsyncCount() - Method in class org.apache.catalina.startup.FailedContext
 
decrementInProgressAsyncCount() - Method in interface org.apache.coyote.AsyncContextCallback
Used to notify the Context that async processing has ended.
decrementKeepAlive() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Decrements the number of keep-alive requests remaining.
decTripCount() - Method in class org.apache.jasper.servlet.JspServletWrapper
Decrements and returns the trip count.
deepclone - Variable in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
Flag indicating whether deep cloning is enabled for fragments.
deepclone - Variable in class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor
Whether to deep clone messages before storage.
deepclone() - Method in interface org.apache.catalina.tribes.ChannelMessage
Deep clone, all fields MUST get cloned
deepclone() - Method in class org.apache.catalina.tribes.io.ChannelData
 
DEFAULT - Enum constant in enum class org.apache.catalina.authenticator.AuthenticatorBase.SsoReauthenticationMode
Use the default re-authentication mode determined by the SSO valve configuration.
DEFAULT - Enum constant in enum class org.apache.tomcat.util.buf.UEncoder.SafeCharsSet
Default safe character set.
DEFAULT - Static variable in class org.apache.catalina.servlets.DefaultServlet.SortManager.Order
Default sort order (name descending).
DEFAULT - Static variable in interface org.apache.catalina.tribes.Channel
Start and stop sequences can be controlled by these constants.
DEFAULT - Static variable in class org.apache.catalina.util.URLEncoder
Pre-configured encoder for URI paths.
DEFAULT - Static variable in interface org.apache.tomcat.util.file.ConfigurationSource
The default implementation that resolves resources relative to the current working directory.
DEFAULT_ABNORMAL_SESSION_CLOSE_SEND_TIMEOUT - Static variable in class org.apache.tomcat.websocket.Constants
Default abnormal session close send timeout in milliseconds (50ms).
DEFAULT_ALGORITHM - Static variable in class org.apache.catalina.realm.SecretKeyCredentialHandler
The default algorithm used for key derivation.
DEFAULT_ALLOWED_HTTP_HEADERS - Static variable in class org.apache.catalina.filters.CorsFilter
By default, following headers are supported: Origin,Accept,X-Requested-With, Content-Type, Access-Control-Request-Method, and Access-Control-Request-Headers.
DEFAULT_ALLOWED_HTTP_METHODS - Static variable in class org.apache.catalina.filters.CorsFilter
By default, following methods are supported: GET, POST, HEAD and OPTIONS.
DEFAULT_ALLOWED_ORIGINS - Static variable in class org.apache.catalina.filters.CorsFilter
By default, no origins are allowed to make requests.
DEFAULT_BLOCK_WHEN_EXHAUSTED - Static variable in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
The default value for the blockWhenExhausted configuration attribute: true.
DEFAULT_BLOCKING_SEND_TIMEOUT - Static variable in class org.apache.tomcat.websocket.Constants
Default blocking send timeout in milliseconds (20 seconds).
DEFAULT_BODY_CHARSET - Static variable in class org.apache.coyote.Constants
Default body character encoding.
DEFAULT_BUCKET_DURATION - Static variable in class org.apache.catalina.filters.RateLimitFilter
Default duration in seconds.
DEFAULT_BUCKET_REQUESTS - Static variable in class org.apache.catalina.filters.RateLimitFilter
Default number of requests per duration.
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.catalina.connector.InputBuffer
Default buffer size in bytes.
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.catalina.connector.OutputBuffer
Default buffer size in bytes.
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
Default buffer size for compression/decompression operations.
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.catalina.util.IOTools
The default buffer size (4 KiB) used for I/O operations.
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.jasper.Constants
Default size of the JSP buffer.
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.juli.FileHandler
Default value for the log buffer size.
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.tomcat.util.http.fileupload.util.Streams
Default buffer size for use in Streams.copy(InputStream, OutputStream, boolean).
DEFAULT_BUFSIZE - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
The default length of the buffer used for processing a request.
DEFAULT_CHARSET - Static variable in class org.apache.tomcat.util.buf.ByteChunk
Default encoding used to convert to strings.
DEFAULT_CHARSET - Static variable in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Default content charset to be used when no explicit charset parameter is provided by the sender.
DEFAULT_CLUSTER_ACK_BUFFER_SIZE - Static variable in class org.apache.catalina.tribes.transport.Constants
Default buffer size for cluster acknowledgements.
DEFAULT_CLUSTER_MSG_BUFFER_SIZE - Static variable in class org.apache.catalina.tribes.transport.Constants
Default buffer size for cluster messages.
DEFAULT_COLLECT_DETAILED_STATISTICS - Static variable in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
The default value for the collectDetailedStatistics configuration attribute.
DEFAULT_CONFIG_ERR_MSG - Static variable in class org.apache.catalina.ssi.SSIMediator
Default error message displayed when a directive fails.
DEFAULT_CONFIG_SIZE_FMT - Static variable in class org.apache.catalina.ssi.SSIMediator
Default size format (abbreviated).
DEFAULT_CONFIG_TIME_FMT - Static variable in class org.apache.catalina.ssi.SSIMediator
Default time format string for date/time variables.
DEFAULT_CONNECTION_LINGER - Static variable in class org.apache.coyote.Constants
Default connection linger time.
DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.apache.coyote.ajp.Constants
Default connection timeout value.
DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.apache.coyote.http11.Constants
Default connection timeout in milliseconds.
DEFAULT_DECORATE_REQUEST - Static variable in class org.apache.catalina.filters.CorsFilter
By default, request is decorated with CORS attributes.
DEFAULT_DIE_LEVEL - Static variable in class org.apache.jasper.JspC
Default exit code level when a compilation error occurs.
DEFAULT_DURATION_BETWEEN_EVICTION_RUNS - Static variable in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
The default value for the timeBetweenEvictionRuns configuration attribute.
DEFAULT_EJB_FACTORY - Static variable in class org.apache.naming.factory.Constants
Default EJB factory class name.
DEFAULT_ENCODING - Static variable in class org.apache.catalina.ssi.SSIEcho
Default encoding for echo output.
DEFAULT_ENCODING - Static variable in class org.apache.jasper.tagplugins.jstl.Util
The default character encoding used for URL operations.
DEFAULT_ENFORCE - Static variable in class org.apache.catalina.filters.RateLimitFilter
Default value for enforce.
DEFAULT_EVICTION_POLICY_CLASS_NAME - Static variable in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
The default value for the evictionPolicyClassName configuration attribute.
DEFAULT_EVICTOR_SHUTDOWN_TIMEOUT - Static variable in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
The default value for evictorShutdownTimeout configuration attribute.
DEFAULT_EVICTOR_SHUTDOWN_TIMEOUT_MILLIS - Static variable in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
DEFAULT_EXPOSE_HEADERS - Static variable in class org.apache.catalina.filters.RateLimitFilter
Default value of the expose headers flag.
DEFAULT_EXPOSED_HEADERS - Static variable in class org.apache.catalina.filters.CorsFilter
By default, none of the headers are exposed in response.
DEFAULT_FACTORY - Static variable in class org.apache.naming.EjbRef
Default factory for this reference.
DEFAULT_FACTORY - Static variable in class org.apache.naming.HandlerRef
Default factory for this reference.
DEFAULT_FACTORY - Static variable in class org.apache.naming.ResourceEnvRef
Default factory for this reference.
DEFAULT_FACTORY - Static variable in class org.apache.naming.ResourceLinkRef
Default factory for this reference.
DEFAULT_FACTORY - Static variable in class org.apache.naming.ResourceRef
Default factory for this reference.
DEFAULT_FACTORY - Static variable in class org.apache.naming.ServiceRef
Default factory for this reference.
DEFAULT_FACTORY - Static variable in class org.apache.naming.TransactionRef
Default factory for this reference.
DEFAULT_FAIRNESS - Static variable in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
The default value for the fairness configuration attribute: false.
DEFAULT_HANDLER_FACTORY - Static variable in class org.apache.naming.factory.Constants
Default handler factory class name.
DEFAULT_HEADER_SIZE - Static variable in class org.apache.tomcat.util.http.MimeHeaders
Initial size - should be == average number of headers per request
DEFAULT_INCREMENTAL - Static variable in class org.apache.tomcat.util.http.parser.Priority
Default incremental flag value as per RFC 9218.
DEFAULT_INITIAL_CAPACITY - Static variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
The default initial capacity - MUST be a power of two.
DEFAULT_ITERATIONS - Static variable in class org.apache.catalina.realm.MessageDigestCredentialHandler
The default number of iterations.
DEFAULT_ITERATIONS - Static variable in class org.apache.catalina.realm.SecretKeyCredentialHandler
The default number of iterations for key derivation.
DEFAULT_JAAS_CONF - Static variable in class org.apache.catalina.authenticator.Constants
The default JAAS login configuration file path.
DEFAULT_JMX_ENABLE - Static variable in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
The default value for enabling JMX for pools created with a configuration instance: true.
DEFAULT_JMX_NAME_BASE - Static variable in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
The default value for the base name to use to name JMX enabled pools created with a configuration instance.
DEFAULT_JMX_NAME_PREFIX - Static variable in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
The default value for the prefix used to name JMX enabled pools created with a configuration instance: "pool".
DEFAULT_KEY_ALIAS - Static variable in class org.apache.tomcat.util.net.SSLUtilBase
Default key alias.
DEFAULT_KEY_LENGTH - Static variable in class org.apache.catalina.realm.SecretKeyCredentialHandler
The default derived key length in bits.
DEFAULT_KRB5_CONF - Static variable in class org.apache.catalina.authenticator.Constants
The default Kerberos 5 configuration file path.
DEFAULT_LIFO - Static variable in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
The default value for the lifo configuration attribute: true.
DEFAULT_LOAD_FACTOR - Static variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
The load factor used when none specified in constructor.
DEFAULT_LOGIN_MODULE_NAME - Static variable in class org.apache.catalina.authenticator.Constants
The default JAAS login module name.
DEFAULT_LOOKUP_JNDI_FACTORY - Static variable in class org.apache.naming.factory.Constants
Default JNDI lookup factory class name.
DEFAULT_MAX_ACTIVE - Static variable in class org.apache.tomcat.jdbc.pool.PoolProperties
Default maximum number of active connections.
DEFAULT_MAX_DAYS - Static variable in class org.apache.juli.FileHandler
Default value for the maximum number of days to keep log files.
DEFAULT_MAX_IDLE - Static variable in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolConfig
The default value for the maxIdle configuration attribute: 8.
DEFAULT_MAX_IDLE_PER_KEY - Static variable in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolConfig
The default value for the maxIdlePerKey configuration attribute: 8.
DEFAULT_MAX_RECORDS - Static variable in class org.apache.juli.AsyncFileHandler
Default maximum number of records in the queue.
DEFAULT_MAX_TOTAL - Static variable in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolConfig
The default value for the maxTotal configuration attribute: -1.
DEFAULT_MAX_TOTAL - Static variable in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolConfig
The default value for the maxTotal configuration attribute: 8.
DEFAULT_MAX_TOTAL_PER_KEY - Static variable in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolConfig
The default value for the maxTotalPerKey configuration attribute: 8.
DEFAULT_MAX_WAIT - Static variable in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
The default value for the maxWait configuration attribute.
DEFAULT_MAX_WAIT_MILLIS - Static variable in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
DEFAULT_MBEAN_DOMAIN - Static variable in class org.apache.catalina.Globals
Default domain for MBeans if none can be determined
DEFAULT_MIN_EVICTABLE_IDLE_DURATION - Static variable in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
The default value for the minEvictableIdleDuration configuration attribute.
DEFAULT_MIN_EVICTABLE_IDLE_TIME - Static variable in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
DEFAULT_MIN_EVICTABLE_IDLE_TIME_MILLIS - Static variable in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
DEFAULT_MIN_IDLE - Static variable in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolConfig
The default value for the minIdle configuration attribute: 0.
DEFAULT_MIN_IDLE_PER_KEY - Static variable in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolConfig
The default value for the minIdlePerKey configuration attribute: 0.
DEFAULT_NAMESPACE - Static variable in class org.apache.catalina.servlets.WebdavServlet
Default namespace.
DEFAULT_NAMING_LISTENER - Static variable in class org.apache.catalina.core.StandardContext
Default no-op naming listener used when no custom ThreadBindingListener is configured.
DEFAULT_NUM_TESTS_PER_EVICTION_RUN - Static variable in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
The default value for the numTestsPerEvictionRun configuration attribute: 3.
DEFAULT_OPENEJB_FACTORY - Static variable in class org.apache.naming.factory.OpenEjbFactory
Default OpenEJB factory class name.
DEFAULT_OPTION_COMPRESSION_ENABLE - Static variable in class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
Default option flag to enable compression.
DEFAULT_OVERFLOW_DROP_TYPE - Static variable in class org.apache.juli.AsyncFileHandler
Default overflow drop type value.
DEFAULT_PART_HEADER_SIZE_MAX - Static variable in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Default per part header size limit in bytes.
DEFAULT_POOL_SIZE - Static variable in class org.apache.catalina.tribes.io.BufferPool
Default maximum pool size in bytes (100 MiB).
DEFAULT_PREFLIGHT_MAXAGE - Static variable in class org.apache.catalina.filters.CorsFilter
By default, time duration to cache pre-flight response is 30 mins.
DEFAULT_REPL_TIMEOUT - Static variable in class org.apache.catalina.ha.context.ReplicatedContext
Default replication timeout in milliseconds.
DEFAULT_REPL_TIMEOUT - Static variable in class org.apache.catalina.ha.session.BackupManager
Default replication timeout in milliseconds.
DEFAULT_RESOURCE - Static variable in class org.apache.catalina.util.CharsetMapper
Default properties resource name.
DEFAULT_RESOURCE_ENV_FACTORY - Static variable in class org.apache.naming.factory.Constants
Default resource environment factory class name.
DEFAULT_RESOURCE_FACTORY - Static variable in class org.apache.naming.factory.Constants
Default resource factory class name.
DEFAULT_RESOURCE_LINK_FACTORY - Static variable in class org.apache.naming.factory.Constants
Default resource link factory class name.
DEFAULT_REUSE_CAPACITY_ON_MAINTENANCE - Static variable in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolConfig
The default value for the reuseCapacityOnMaintenance configuration attribute: false.
DEFAULT_REUSE_CAPACITY_ON_RETURN - Static variable in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolConfig
The default value for the reuseCapacityOnReturn configuration attribute: true.
DEFAULT_SALT_LENGTH - Static variable in class org.apache.catalina.realm.DigestCredentialHandlerBase
Default salt length in bytes.
DEFAULT_SECURE_RANDOM_ALGORITHM - Static variable in class org.apache.catalina.util.SessionIdGeneratorBase
The default SecureRandom algorithm.
DEFAULT_SERVICE_FACTORY - Static variable in class org.apache.naming.factory.Constants
Default service reference factory class name.
DEFAULT_SERVLET_METHODS - Static variable in class org.apache.catalina.core.StandardWrapper
Default servlet methods supported by this wrapper.
DEFAULT_SESSION_CLOSE_TIMEOUT - Static variable in class org.apache.tomcat.websocket.Constants
Default session close timeout in milliseconds (30 seconds).
DEFAULT_SESSION_ID_CONTEXT - Static variable in class org.apache.tomcat.jni.SSLContext
Default session ID context value.
DEFAULT_SIZE - Static variable in class org.apache.tomcat.util.collections.SynchronizedQueue
The default initial capacity for a new queue.
DEFAULT_SIZE - Static variable in class org.apache.tomcat.util.collections.SynchronizedStack
The default initial capacity for a new stack.
DEFAULT_SIZE_THRESHOLD - Static variable in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
The default threshold above which uploads will be stored on disk.
DEFAULT_SOFT_MIN_EVICTABLE_IDLE_DURATION - Static variable in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
The default value for the softMinEvictableIdleTime configuration attribute.
DEFAULT_SOFT_MIN_EVICTABLE_IDLE_TIME - Static variable in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
DEFAULT_SOFT_MIN_EVICTABLE_IDLE_TIME_MILLIS - Static variable in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
DEFAULT_SSL_HOST_NAME - Static variable in class org.apache.tomcat.util.net.SSLHostConfig
Default SSL host name.
DEFAULT_STATUS_CODE - Static variable in class org.apache.catalina.filters.RateLimitFilter
Default status code to return if requests per duration is exceeded.
DEFAULT_STATUS_MESSAGE - Static variable in class org.apache.catalina.filters.RateLimitFilter
Default status message to return if requests per duration is exceeded.
DEFAULT_SUPPORTS_CREDENTIALS - Static variable in class org.apache.catalina.filters.CorsFilter
By default, support credentials is disabled.
DEFAULT_TAG_BUFFER_SIZE - Static variable in class org.apache.jasper.Constants
Default size for the tag buffers.
DEFAULT_TCP_NO_DELAY - Static variable in class org.apache.coyote.Constants
Default TCP no-delay setting.
DEFAULT_TEST_ON_BORROW - Static variable in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
The default value for the testOnBorrow configuration attribute: false.
DEFAULT_TEST_ON_CREATE - Static variable in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
The default value for the testOnCreate configuration attribute: false.
DEFAULT_TEST_ON_RETURN - Static variable in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
The default value for the testOnReturn configuration attribute: false.
DEFAULT_TEST_WHILE_IDLE - Static variable in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
The default value for the testWhileIdle configuration attribute: false.
DEFAULT_THREAD_RENEWAL_DELAY - Static variable in class org.apache.tomcat.util.threads.Constants
Default thread renewal delay in milliseconds.
DEFAULT_TIME_BETWEEN_EVICTION_RUNS - Static variable in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
DEFAULT_TIME_BETWEEN_EVICTION_RUNS_MILLIS - Static variable in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
DEFAULT_TLS_CIPHERS - Static variable in class org.apache.tomcat.util.net.SSLHostConfig
Deprecated.
DEFAULT_TLS_CIPHERS_12 - Static variable in class org.apache.tomcat.util.net.SSLHostConfig
Default cipher list for TLS 1.2 and below.
DEFAULT_TLS_CIPHERS_13 - Static variable in class org.apache.tomcat.util.net.SSLHostConfig
Default cipher suite list for TLS 1.3.
DEFAULT_TRANSACTION_FACTORY - Static variable in class org.apache.naming.factory.Constants
Default transaction factory class name.
DEFAULT_TYPE - Static variable in class org.apache.tomcat.util.net.SSLHostConfigCertificate
The default certificate type when none is explicitly specified.
DEFAULT_URGENCY - Static variable in class org.apache.tomcat.util.http.parser.Priority
Default urgency value as per RFC 9218.
DEFAULT_URI_CHARSET - Static variable in class org.apache.coyote.Constants
Default URI character encoding.
DefaultContextXml - Static variable in class org.apache.catalina.startup.Constants
The path to the default context XML file.
DefaultELInterpreter() - Constructor for class org.apache.jasper.compiler.ELInterpreterFactory.DefaultELInterpreter
Creates a new DefaultELInterpreter instance.
DefaultEvictionPolicy<T> - Class in org.apache.tomcat.dbcp.pool2.impl
Provides the default implementation of EvictionPolicy used by the pools.
DefaultEvictionPolicy() - Constructor for class org.apache.tomcat.dbcp.pool2.impl.DefaultEvictionPolicy
Constructs a new instance.
defaultInstance(Object) - Method in class org.apache.catalina.storeconfig.StoreAppender
Generate default Instance for the specified bean.
defaultInstance(Object) - Method in class org.apache.catalina.storeconfig.StoreContextAppender
Generate a real default StandardContext
DefaultInstanceManager - Class in org.apache.catalina.core
Default implementation of InstanceManager that handles annotation-based dependency injection for EJB, JPA, and web service references.
DefaultInstanceManager(Context, Map, Context, ClassLoader) - Constructor for class org.apache.catalina.core.DefaultInstanceManager
Create a new DefaultInstanceManager.
defaultLocale - Static variable in class org.apache.catalina.connector.Request
The default Locale if none are specified.
DefaultPooledObject<T> - Class in org.apache.tomcat.dbcp.pool2.impl
This wrapper is used to track the additional information, such as state, for the pooled objects.
DefaultPooledObject(T) - Constructor for class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
Creates a new instance that wraps the provided object so that the pool can track the state of the pooled object.
DefaultPooledObjectInfo - Class in org.apache.tomcat.dbcp.pool2.impl
Implements providing information on pooled objects via JMX.
DefaultPooledObjectInfo(PooledObject) - Constructor for class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObjectInfo
Constructs a new instance for the given pooled object.
DefaultPooledObjectInfoMBean - Interface in org.apache.tomcat.dbcp.pool2.impl
The interface that defines the information about pooled objects that will be exposed via JMX.
defaultResourceComparator - Variable in class org.apache.catalina.servlets.DefaultServlet.SortManager
The default sort.
DefaultServerEndpointConfigurator - Class in org.apache.tomcat.websocket.server
Default implementation of ServerEndpointConfig.Configurator for WebSocket server endpoints.
DefaultServerEndpointConfigurator() - Constructor for class org.apache.tomcat.websocket.server.DefaultServerEndpointConfigurator
Default constructor.
DefaultServlet - Class in org.apache.catalina.servlets
The default resource-serving servlet for most web applications, used to serve static resources such as HTML pages and images.
DefaultServlet() - Constructor for class org.apache.catalina.servlets.DefaultServlet
Default constructor.
DefaultServlet.CompressionFormat - Record Class in org.apache.catalina.servlets
Represents a compression format with an associated file extension and encoding.
DefaultServlet.SortManager - Class in org.apache.catalina.servlets
A class encapsulating the sorting of resources.
DefaultServlet.SortManager.Order - Class in org.apache.catalina.servlets
Order specification for directory listing sorting.
DefaultStringInterpreter() - Constructor for class org.apache.jasper.compiler.StringInterpreterFactory.DefaultStringInterpreter
Constructs a new DefaultStringInterpreter.
defaultValue - Variable in class org.apache.catalina.valves.rewrite.Substitution.MapElement
The default value elements if map lookup fails.
defaultWebXml - Variable in class org.apache.catalina.startup.ContextConfig
The default web application's deployment descriptor location.
DefaultWebXml - Static variable in class org.apache.catalina.startup.Constants
The path to the default web.xml file.
DefaultWebXmlListener() - Constructor for class org.apache.catalina.startup.Tomcat.DefaultWebXmlListener
Constructs a new DefaultWebXmlListener.
defaultWrapper - Variable in class org.apache.catalina.mapper.Mapper.ContextVersion
The default wrapper.
DeferredFileOutputStream - Class in org.apache.tomcat.util.http.fileupload
An output stream which will retain data in memory until a specified threshold is reached, and only then commit it to disk.
DeferredFileOutputStream(int, File) - Constructor for class org.apache.tomcat.util.http.fileupload.DeferredFileOutputStream
Constructs an instance of this class which will trigger an event at the specified threshold, and save data to a file beyond that point.
defrag(ChannelMessage) - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
Reassembles a fragmented message from its parts.
delegate - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
Should this class loader delegate to the parent class loader before searching its own repositories (i.e. the usual Java2 delegation model)?
delegate - Variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport.StatementProxy
The underlying statement or connection being proxied.
delegate - Variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
The delegated statement.
delegate - Variable in class org.apache.tomcat.jdbc.pool.StatementFacade.StatementProxy
The delegated statement.
DelegatingCallableStatement - Class in org.apache.tomcat.dbcp.dbcp2
A base delegating implementation of CallableStatement.
DelegatingCallableStatement(DelegatingConnection, CallableStatement) - Constructor for class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
Creates a wrapper for the Statement which traces this Statement to the Connection which created it and the code which created it.
DelegatingConnection<C> - Class in org.apache.tomcat.dbcp.dbcp2
A base delegating implementation of Connection.
DelegatingConnection(C) - Constructor for class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
Creates a wrapper for the Connection which traces this Connection in the AbandonedObjectPool.
DelegatingDatabaseMetaData - Class in org.apache.tomcat.dbcp.dbcp2
A base delegating implementation of DatabaseMetaData.
DelegatingDatabaseMetaData(DelegatingConnection, DatabaseMetaData) - Constructor for class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
Constructs a new instance for the given delegating connection and database meta data.
DelegatingPreparedStatement - Class in org.apache.tomcat.dbcp.dbcp2
A base delegating implementation of PreparedStatement.
DelegatingPreparedStatement(DelegatingConnection, PreparedStatement) - Constructor for class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
Create a wrapper for the Statement which traces this Statement to the Connection which created it and the code which created it.
DelegatingResultSet - Class in org.apache.tomcat.dbcp.dbcp2
A base delegating implementation of ResultSet.
DelegatingStatement - Class in org.apache.tomcat.dbcp.dbcp2
A base delegating implementation of Statement.
DelegatingStatement(DelegatingConnection, Statement) - Constructor for class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
Create a wrapper for the Statement which traces this Statement to the Connection which created it and the code which created it.
delete() - Method in class org.apache.catalina.core.ApplicationPart
 
delete() - Method in interface org.apache.catalina.WebResource
Deletes this resource.
delete() - Method in class org.apache.catalina.webresources.AbstractArchiveResource
 
delete() - Method in class org.apache.catalina.webresources.CachedResource
 
delete() - Method in class org.apache.catalina.webresources.EmptyResource
 
delete() - Method in class org.apache.catalina.webresources.FileResource
 
delete() - Method in class org.apache.catalina.webresources.JarResourceRoot
 
delete() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
delete() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Deletes the underlying storage for a file item, including deleting any associated temporary disk file.
delete(File) - Static method in class org.apache.catalina.startup.ExpandWar
Delete the specified directory, including all of its contents and subdirectories recursively.
delete(File, boolean) - Static method in class org.apache.catalina.startup.ExpandWar
Delete the specified directory, including all of its contents and subdirectories recursively.
delete(String) - Method in class org.apache.catalina.servlets.DataSourcePropertyStore
 
delete(String) - Method in class org.apache.catalina.servlets.WebdavServlet.MemoryPropertyStore
 
delete(String) - Method in interface org.apache.catalina.servlets.WebdavServlet.PropertyStore
Delete specified resource.
DELETE - Static variable in class org.apache.tomcat.util.http.Method
DELETE method.
deleteDir(File) - Static method in class org.apache.catalina.startup.ExpandWar
Delete the specified directory, including all of its contents and subdirectories recursively.
deleteDir(File, boolean) - Static method in class org.apache.catalina.startup.ExpandWar
Delete the specified directory, including all of its contents and subdirectories recursively.
deleteDirectory(File) - Static method in class org.apache.tomcat.util.http.fileupload.FileUtils
Deletes a directory recursively.
deleteRow() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
deletesAreDetected(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
DeltaManager - Class in org.apache.catalina.ha.session
The DeltaManager manages replicated sessions by only replicating the deltas in data.
DeltaManager() - Constructor for class org.apache.catalina.ha.session.DeltaManager
Default constructor.
DeltaRequest - Class in org.apache.catalina.ha.session
This class is used to track the series of actions that happens when a request is executed.
DeltaRequest() - Constructor for class org.apache.catalina.ha.session.DeltaRequest
Default constructor required by Externalizable.
DeltaRequest(String, boolean) - Constructor for class org.apache.catalina.ha.session.DeltaRequest
Construct a new DeltaRequest.
DeltaSession - Class in org.apache.catalina.ha.session
Similar to the StandardSession except that this session will keep track of deltas during a request.
DeltaSession() - Constructor for class org.apache.catalina.ha.session.DeltaSession
Default constructor required by Externalizable.
DeltaSession(Manager) - Constructor for class org.apache.catalina.ha.session.DeltaSession
Construct a new Session associated with the specified Manager.
deny - Variable in class org.apache.catalina.filters.RequestFilter
The regular expression used to test for denied requests.
deny - Variable in class org.apache.catalina.valves.RequestFilterValve
The regular expression used to test for denied requests.
denyRequest(Request, Response) - Method in class org.apache.catalina.valves.RequestFilterValve
Reject the request that was denied by this valve.
denyStatus - Variable in class org.apache.catalina.filters.RequestFilter
The HTTP response status code that is used when rejecting denied request.
denyStatus - Variable in class org.apache.catalina.valves.RequestFilterValve
The HTTP response status code that is used when rejecting denied request.
denyValid - Variable in class org.apache.catalina.valves.RequestFilterValve
Helper variable to catch configuration errors.
denyValue - Variable in class org.apache.catalina.valves.RequestFilterValve
The current deny configuration value that may or may not compile into a valid Pattern.
deploy(PrintWriter, String, ContextName, String, boolean, HttpServletRequest, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Deploy a web application archive (included in the current request) at the specified context path.
deploy(PrintWriter, String, ContextName, String, boolean, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Install an application for the specified path from the specified web application archive.
deploy(PrintWriter, ContextName, String, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Install an application for the specified path from the specified web application archive.
deployApps() - Method in class org.apache.catalina.startup.HostConfig
Deploy applications for any directories or WAR files that are found in our "application root" directory.
deployApps(String) - Method in class org.apache.catalina.startup.HostConfig
Deploy applications for any directories or WAR files that are found in our "application root" directory.
deployDescriptor(ContextName, File) - Method in class org.apache.catalina.startup.HostConfig
Deploy specified context descriptor.
deployDescriptors(File, String[]) - Method in class org.apache.catalina.startup.HostConfig
Deploy XML context descriptors.
deployDir - Variable in class org.apache.catalina.ha.deploy.FarmWarDeployer
Deployment directory.
deployDirectories(File, String[]) - Method in class org.apache.catalina.startup.HostConfig
Deploy exploded webapps.
deployDirectory(ContextName, File) - Method in class org.apache.catalina.startup.HostConfig
Deploy exploded webapp.
deployed - Variable in class org.apache.catalina.startup.HostConfig
Map of deployed applications.
DeployedApplication(String, boolean) - Constructor for class org.apache.catalina.startup.HostConfig.DeployedApplication
Constructs a new DeployedApplication.
deployInternal(String, ContextName, String, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Deploy an application for the specified path from the specified web application archive.
deploymentCount - Static variable in class org.apache.catalina.startup.ContextConfig
Deployment count.
deploymentExists(String) - Method in class org.apache.catalina.startup.HostConfig
Check if a webapp is already deployed in this host.
DeployTask - Class in org.apache.catalina.ant
Ant task that implements the /deploy command, supported by the Tomcat manager application.
DeployTask() - Constructor for class org.apache.catalina.ant.DeployTask
Default constructor.
deployWAR(ContextName, File) - Method in class org.apache.catalina.startup.HostConfig
Deploy packed WAR.
deployWARs(File, String[]) - Method in class org.apache.catalina.startup.HostConfig
Deploy WAR files.
deployXML - Variable in class org.apache.catalina.startup.HostConfig
Should we deploy XML Context config files packaged with WAR files and directories?
DEREF_ALIASES - Static variable in class org.apache.catalina.realm.JNDIRealm
Constant that holds the name of the environment property for specifying the manner in which aliases should be dereferenced.
derefAliases - Variable in class org.apache.catalina.realm.JNDIRealm
How aliases should be dereferenced during search operations.
deregister(String) - Method in class org.apache.catalina.authenticator.SingleSignOn
Deregister the specified single sign on identifier, and invalidate any associated sessions.
deregisterGlobalResourceAccess(Context) - Static method in class org.apache.naming.factory.ResourceLinkFactory
Deregister all global resource access for the current web application.
deregisterGlobalResourceAccess(Context, String) - Static method in class org.apache.naming.factory.ResourceLinkFactory
Deregister access to a specific global resource for the current web application.
deregisterJmx() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
Deregisters this interceptor from JMX.
deregisterTrackedResource(TrackedWebResource) - Method in interface org.apache.catalina.WebResourceRoot
Stop tracking specified resource, once it no longer needs to free resources.
deregisterTrackedResource(TrackedWebResource) - Method in class org.apache.catalina.webresources.StandardRoot
 
DES - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Encryption
DES encryption.
description - Variable in class org.apache.catalina.users.AbstractGroup
The description of this group.
description - Variable in class org.apache.catalina.users.AbstractRole
The description of this Role.
description - Variable in class org.apache.tomcat.util.modeler.FeatureInfo
Human-readable description of this feature.
description - Variable in class org.apache.tomcat.util.modeler.ManagedBean
The human-readable description of this MBean.
DESCRIPTION - Static variable in class org.apache.naming.ResourceRef
Description address type.
deserialize(byte[]) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
Deserializes a Serializable object from the given byte array.
deserialize(byte[]) - Static method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSourceFactory
Deserializes the provided byte array to create an object.
deserialize(byte[]) - Static method in class org.apache.tomcat.dbcp.dbcp2.datasources.SharedPoolDataSourceFactory
Deserializes the provided byte array to create an object.
deserialize(byte[], int, int) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
Deserializes a Serializable object from a portion of the given byte array.
deserialize(byte[], int, int, ClassLoader[]) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
Deserializes a Serializable object from a portion of the given byte array using the specified class loaders.
deserialize(ClassLoader[]) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
Deserializes the key and value using the given class loaders.
deserializeAndExecuteDeltaRequest(byte[]) - Method in class org.apache.catalina.ha.session.DeltaSession
Deserialize a delta request and execute its actions on this session.
deserializeSessionId(byte[]) - Method in class org.apache.catalina.ha.session.DeltaManager
Load sessionID
deserializeSessions(byte[]) - Method in class org.apache.catalina.ha.session.DeltaManager
Load sessions from other cluster node.
Designed for extension : the open/close principle - Section in class org.apache.catalina.filters.ExpiresFilter
 
destcnt - Variable in class org.apache.catalina.tribes.group.RpcChannel.RpcCollector
The destination count.
destination() - Method in record class org.apache.catalina.ha.tcp.SendMessageData
Returns the value of the destination record component.
destroy() - Method in class org.apache.catalina.filters.RateLimitFilter
Called by the web container to indicate to a filter that it is being taken out of service.
destroy() - Method in interface org.apache.catalina.Lifecycle
Prepare to discard the object.
destroy() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
destroy() - Method in class org.apache.catalina.manager.host.HostManagerServlet
 
destroy() - Method in class org.apache.catalina.manager.ManagerServlet
 
destroy() - Method in class org.apache.catalina.manager.StatusManagerServlet
 
destroy() - Method in class org.apache.catalina.servlets.DataSourcePropertyStore
 
destroy() - Method in class org.apache.catalina.servlets.DefaultServlet
 
destroy() - Method in class org.apache.catalina.servlets.WebdavServlet
 
destroy() - Method in class org.apache.catalina.servlets.WebdavServlet.MemoryPropertyStore
 
destroy() - Method in interface org.apache.catalina.servlets.WebdavServlet.PropertyStore
Destroy the store.
destroy() - Method in class org.apache.catalina.startup.Bootstrap
Destroy the Catalina Daemon.
destroy() - Method in class org.apache.catalina.startup.ContextConfig
Process a "destroy" event for this Context.
destroy() - Method in class org.apache.catalina.startup.Tomcat
Destroy the server.
destroy() - Method in class org.apache.catalina.util.LifecycleBase
 
destroy() - Method in interface org.apache.catalina.util.RateLimiter
Cleanup no longer needed resources.
destroy() - Method in class org.apache.catalina.util.RateLimiterBase
 
destroy() - Method in class org.apache.catalina.util.TimeBucketCounterBase
Stops threads created by this object and cleans up resources.
destroy() - Method in class org.apache.coyote.AbstractProtocol
Destroys the protocol handler.
destroy() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
destroy() - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
destroy() - Method in interface org.apache.coyote.ProtocolHandler
Destroy the protocol (optional).
destroy() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Process a "destroy" event for this web application context.
destroy() - Method in class org.apache.jasper.runtime.HttpJspBase
 
destroy() - Method in class org.apache.jasper.servlet.JspServlet
 
destroy() - Method in class org.apache.jasper.servlet.JspServletWrapper
Destroys the wrapped servlet, if any.
destroy() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Destroy the endpoint and release all resources.
destroy() - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
Destroy the poller.
destroy() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLContext
 
destroy() - Method in interface org.apache.tomcat.util.net.SSLContext
Destroys this SSL context and releases any associated resources.
destroy() - Method in class org.apache.tomcat.websocket.server.WsHttpUpgradeHandler
 
destroy() - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
Cleans up the resources still in use by WebSocket sessions created from this container.
destroy(long) - Static method in class org.apache.tomcat.jni.Pool
Destroy the pool.
DESTROYED - Enum constant in enum class org.apache.catalina.LifecycleState
Component has been destroyed.
DESTROYING - Enum constant in enum class org.apache.catalina.LifecycleState
Component is being destroyed.
destroyInstance(Object) - Method in class org.apache.catalina.core.DefaultInstanceManager
 
destroyInstance(Object) - Method in interface org.apache.tomcat.InstanceManager
Destroy the given instance, performing pre-destroy callbacks.
destroyInstance(Object) - Method in class org.apache.tomcat.SimpleInstanceManager
Destroy the given instance, performing pre-destroy callbacks.
destroyInternal() - Method in class org.apache.catalina.connector.Connector
 
destroyInternal() - Method in class org.apache.catalina.core.ContainerBase
 
destroyInternal() - Method in class org.apache.catalina.core.StandardContext
Destroy needs to clean up the context completely.
destroyInternal() - Method in class org.apache.catalina.core.StandardPipeline
 
destroyInternal() - Method in class org.apache.catalina.core.StandardServer
 
destroyInternal() - Method in class org.apache.catalina.core.StandardService
 
destroyInternal() - Method in class org.apache.catalina.deploy.NamingResourcesImpl
 
destroyInternal() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Destroys the cluster component and unregisters JMX MBeans.
destroyInternal() - Method in class org.apache.catalina.realm.CombinedRealm
Ensure child Realms are destroyed when this Realm is destroyed.
destroyInternal() - Method in class org.apache.catalina.session.StoreBase
 
destroyInternal() - Method in class org.apache.catalina.util.LifecycleBase
Subclasses implement this method to perform any instance destruction required.
destroyInternal() - Method in class org.apache.catalina.util.LifecycleMBeanBase
 
destroyInternal() - Method in class org.apache.catalina.util.SessionIdGeneratorBase
 
destroyInternal() - Method in class org.apache.catalina.webresources.AbstractResourceSet
Destroys this resource set.
destroyInternal() - Method in class org.apache.catalina.webresources.EmptyResourceSet
 
destroyInternal() - Method in class org.apache.catalina.webresources.StandardRoot
 
destroyMBean(ContextEnvironment) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Deregister the MBean for this ContextEnvironment object.
destroyMBean(ContextResource) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Deregister the MBean for this ContextResource object.
destroyMBean(ContextResourceLink) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Deregister the MBean for this ContextResourceLink object.
destroyMBeans() - Method in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
Destroy the MBeans for the interesting global JNDI resources.
destroyMBeans(String, Context) - Method in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
Destroy the MBeans for the interesting global JNDI resources in the specified naming context.
DestroyMode - Enum Class in org.apache.tomcat.dbcp.pool2
Destroy context provided to object factories via destroyObject and invalidateObject methods.
destroyObject(K, PooledObject) - Method in interface org.apache.tomcat.dbcp.pool2.KeyedPooledObjectFactory
Destroys an instance no longer needed by the pool.
destroyObject(K, PooledObject, DestroyMode) - Method in interface org.apache.tomcat.dbcp.pool2.KeyedPooledObjectFactory
Destroys an instance no longer needed by the pool, using the provided DestroyMode.
destroyObject(PStmtKey, PooledObject) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingConnection
KeyedPooledObjectFactory method for destroying PoolablePreparedStatements and PoolableCallableStatements.
destroyObject(PooledObject) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
 
destroyObject(PooledObject, DestroyMode) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
 
destroyObject(PooledObject) - Method in interface org.apache.tomcat.dbcp.pool2.PooledObjectFactory
Destroys an instance no longer needed by the pool, using the default (NORMAL) DestroyMode.
destroyObject(PooledObject, DestroyMode) - Method in interface org.apache.tomcat.dbcp.pool2.PooledObjectFactory
Destroys an instance no longer needed by the pool, using the provided DestroyMode.
destroySocket(AsynchronousSocketChannel) - Method in class org.apache.tomcat.util.net.Nio2Endpoint
 
destroySocket(SocketChannel) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
destroySocket(U) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Close the socket.
destroySsl() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Destroy the SSL configuration.
destroySubcontext(String) - Method in class org.apache.naming.NamingContext
 
destroySubcontext(String) - Method in class org.apache.naming.SelectorContext
 
destroySubcontext(Name) - Method in class org.apache.naming.NamingContext
 
destroySubcontext(Name) - Method in class org.apache.naming.SelectorContext
 
detachListener(RegistrationListener, String, String) - Method in class org.apache.catalina.authenticator.jaspic.AuthConfigFactoryImpl
 
determineMethodsAllowed(HttpServletRequest) - Method in class org.apache.catalina.servlets.DefaultServlet
Determines the methods normally allowed for the resource.
determineMethodsAllowed(HttpServletRequest) - Method in class org.apache.catalina.servlets.WebdavServlet
 
determineShiftBitsOfDuration(int) - Static method in class org.apache.catalina.util.TimeBucketCounter
Determines the bits of shift for the specific bucket duration in seconds, which used to figure out the correct bucket index.
DH - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Authentication
Fixed DH authentication (kDHd or kDHr).
DHd - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.KeyExchange
DH cert, DSA CA cert (SSL_kDHd).
DHEPSK - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.KeyExchange
DHE with pre-shared key.
DHr - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.KeyExchange
DH cert, RSA CA cert (SSL_kDHr).
Diagnosing SAX Exceptions - Section in package org.apache.tomcat.util.digester
 
Diagnostics - Class in org.apache.tomcat.util
Utility class for JVM diagnostics, including thread dumps and VM information retrieval.
Diagnostics() - Constructor for class org.apache.tomcat.util.Diagnostics
Default constructor.
dieLevel - Variable in class org.apache.jasper.JspC
Exit code level on compilation error.
diff(Membership, Membership, Member) - Static method in class org.apache.catalina.tribes.util.Arrays
Returns members in the complete set that are not in the local set.
diffLock - Variable in class org.apache.catalina.ha.session.DeltaSession
Write lock used to protect delta operations.
digest(byte[]) - Static method in class org.apache.catalina.tribes.membership.cloud.CloudMembershipProvider
Thread safe MD5 digest.
digest(String, byte[]...) - Static method in class org.apache.tomcat.util.security.ConcurrentMessageDigest
Computes the digest of the given input byte arrays using the specified algorithm.
digest(String, int, byte[]...) - Static method in class org.apache.tomcat.util.security.ConcurrentMessageDigest
Computes the digest of the given input byte arrays using the specified algorithm and number of iterations.
digestA2 - Variable in class org.apache.catalina.realm.JAASCallbackHandler
Second digest.
DigestAuthenticator - Class in org.apache.catalina.authenticator
An Authenticator and Valve implementation of HTTP DIGEST Authentication, as outlined in RFC 7616: "HTTP Digest Authentication"
DigestAuthenticator - Class in org.apache.tomcat.websocket
Authenticator supporting the DIGEST authentication method.
DigestAuthenticator() - Constructor for class org.apache.catalina.authenticator.DigestAuthenticator
Construct a new DigestAuthenticator with caching disabled.
DigestAuthenticator() - Constructor for class org.apache.tomcat.websocket.DigestAuthenticator
Construct a new DigestAuthenticator.
DigestAuthenticator.AuthDigest - Enum Class in org.apache.catalina.authenticator
This enum exists because RFC 7616 and Java use different names for some digests.
DigestAuthenticator.DigestInfo - Class in org.apache.catalina.authenticator
Holds the parsed and validated information from a Digest authentication request.
DigestAuthenticator.NonceInfo - Class in org.apache.catalina.authenticator
Tracks information about a server nonce, including timestamp and seen nonce counts.
DigestCredentialHandlerBase - Class in org.apache.catalina.realm
Base implementation for the Tomcat provided CredentialHandlers.
DigestCredentialHandlerBase() - Constructor for class org.apache.catalina.realm.DigestCredentialHandlerBase
Construct a new DigestCredentialHandlerBase.
digester - Variable in class org.apache.catalina.startup.HostConfig
The Digester instance used to parse context descriptors.
digester - Static variable in class org.apache.catalina.storeconfig.StoreLoader
The Digester instance used to parse registry descriptors.
digester - Variable in class org.apache.tomcat.util.digester.Rule
The Digester with which this Rule is associated.
digester - Variable in class org.apache.tomcat.util.digester.RulesBase
The Digester instance with which this Rules instance is associated.
Digester - Class in org.apache.tomcat.util.digester
A Digester processes an XML input stream by matching a series of element nesting patterns to execute Rules that have been added prior to the start of parsing.
Digester() - Constructor for class org.apache.tomcat.util.digester.Digester
Construct a new Digester with default configuration.
Digester.GeneratedCodeLoader - Interface in org.apache.tomcat.util.digester
Interface for loading generated code by class name.
Digester Configuration Properties - Section in package org.apache.tomcat.util.digester
 
DigesterFactory - Class in org.apache.tomcat.util.descriptor
Wrapper class around the Digester that hide Digester's initialization details.
DigesterFactory() - Constructor for class org.apache.tomcat.util.descriptor.DigesterFactory
Construct a new DigesterFactory.
DigestInfo(String, long, String, Map, boolean) - Constructor for class org.apache.catalina.authenticator.DigestAuthenticator.DigestInfo
Create a new DigestInfo instance.
digestMD5(byte[]...) - Static method in class org.apache.tomcat.util.security.ConcurrentMessageDigest
Computes the MD5 digest of the given input byte arrays.
digestSHA1(byte[]...) - Static method in class org.apache.tomcat.util.security.ConcurrentMessageDigest
Computes the SHA-1 digest of the given input byte arrays.
digestSHA256(byte[]...) - Static method in class org.apache.tomcat.util.security.ConcurrentMessageDigest
Computes the SHA-256 digest of the given input byte arrays.
DIR - Enum constant in enum class org.apache.catalina.startup.ClassLoaderFactory.RepositoryType
Repository is a directory.
directBuffer - Variable in class org.apache.tomcat.util.net.SocketProperties
Enable/disable direct buffers for the network buffers.
DirectByteArrayOutputStream - Class in org.apache.catalina.tribes.io
Byte array output stream that exposes the byte array directly
DirectByteArrayOutputStream(int) - Constructor for class org.apache.catalina.tribes.io.DirectByteArrayOutputStream
Construct a new DirectByteArrayOutputStream with the given initial size.
DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
Prefix for directive action names.
directoryRedirectStatusCode - Variable in class org.apache.catalina.servlets.DefaultServlet
Status code to use for directory redirects.
directSslBuffer - Variable in class org.apache.tomcat.util.net.SocketProperties
Enable/disable direct buffers for the network buffers for SSL.
DirResourceSet - Class in org.apache.catalina.webresources
Represents a WebResourceSet based on a directory.
DirResourceSet() - Constructor for class org.apache.catalina.webresources.DirResourceSet
A no argument constructor is required for this to work with the digester.
DirResourceSet(WebResourceRoot, String, String, String) - Constructor for class org.apache.catalina.webresources.DirResourceSet
Creates a new WebResourceSet based on a directory.
disable() - Static method in class org.apache.catalina.webresources.TomcatURLStreamHandlerFactory
Prevent this factory from registering with the JVM.
DISABLE_SWALLOW_INPUT - Enum constant in enum class org.apache.coyote.ActionCode
Hook called if swallowing request input should be disabled.
disableCanonCaches() - Method in class org.apache.tomcat.util.compat.Jre21Compat
 
disableCanonCaches() - Method in class org.apache.tomcat.util.compat.JreCompat
Disable the global canonical file cache.
disableProxyCaching - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
Flag to determine if we disable proxy caching, or leave the issue up to the webapp developer.
disableRegistry() - Static method in class org.apache.tomcat.util.modeler.Registry
Disables the registry by replacing it with a no-op implementation.
disableSwallowRequest() - Method in class org.apache.coyote.AbstractProcessor
Swallowing bytes is required for pipelining requests, so this allows to avoid doing extra operations in case an error occurs and the connection is to be closed instead.
disableSwallowRequest() - Method in class org.apache.coyote.ajp.AjpProcessor
 
disableSwallowRequest() - Method in class org.apache.coyote.http11.Http11Processor
 
discard - Variable in class org.apache.catalina.tribes.io.XByteBuffer
Flag for discarding invalid packages If this flag is set to true, and append(byte[],...) is called, the data added will be inspected, and if it doesn't start with START_DATA it will be thrown away.
discardBodyData() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Reads body-data from the current encapsulation and discards it.
discardFacades - Variable in class org.apache.catalina.connector.Connector
The flag that controls recycling of the facades of the request processing objects.
DiscardOldestPolicy() - Constructor for class org.apache.tomcat.util.threads.ThreadPoolExecutor.DiscardOldestPolicy
Creates a DiscardOldestPolicy for the given executor.
DiscardPolicy() - Constructor for class org.apache.tomcat.util.threads.ThreadPoolExecutor.DiscardPolicy
Creates a DiscardPolicy.
disconnect() - Method in interface org.apache.catalina.tribes.transport.DataSender
Disconnect.
disconnect() - Method in class org.apache.catalina.tribes.transport.nio.NioSender
 
disconnect() - Method in class org.apache.catalina.tribes.transport.nio.ParallelNioSender
 
disconnect() - Method in class org.apache.catalina.tribes.transport.PooledSender
 
DISCONNECT - Enum constant in enum class org.apache.tomcat.util.net.SocketEvent
The client has disconnected.
disconnected(ConnectionPool, PooledConnection, boolean) - Method in class org.apache.tomcat.jdbc.pool.interceptor.ConnectionState
 
disconnected(ConnectionPool, PooledConnection, boolean) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
disconnected(ConnectionPool, PooledConnection, boolean) - Method in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
Called when Connection.close() is called on the underlying connection.
disconnectEvent(PooledConnection, boolean) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Hook to perform final actions on a pooled connection object once it has been disconnected and will be discarded
DISCONNECTION_SQL_CODE_PREFIX - Static variable in class org.apache.tomcat.dbcp.dbcp2.Utils
Any SQL State starting with this value is considered a fatal disconnect.
DISCONNECTION_SQL_CODES - Static variable in class org.apache.tomcat.dbcp.dbcp2.Utils
discriminator - Variable in class org.apache.jasper.runtime.JspFragmentHelper
Discriminator value used to identify the specific fragment within a multi-fragment class.
DiskFileItem - Class in org.apache.tomcat.util.http.fileupload.disk
The default implementation of the FileItem interface.
DiskFileItem(String, String, boolean, String, int, File) - Constructor for class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Constructs a new DiskFileItem instance.
DiskFileItemFactory - Class in org.apache.tomcat.util.http.fileupload.disk
The default FileItemFactory implementation.
DiskFileItemFactory() - Constructor for class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
Constructs an unconfigured instance of this class.
DiskFileItemFactory(int, File) - Constructor for class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
Constructs a preconfigured instance of this class.
dispatch() - Method in class org.apache.catalina.core.AsyncContextImpl
 
dispatch(ServletContext, String) - Method in class org.apache.catalina.core.AsyncContextImpl
 
dispatch(ServletRequest, ServletResponse) - Method in interface org.apache.catalina.AsyncDispatcher
Perform an asynchronous dispatch.
dispatch(String) - Method in class org.apache.catalina.core.AsyncContextImpl
 
dispatch(SocketEvent) - Method in class org.apache.coyote.AbstractProcessor
 
dispatch(SocketEvent) - Method in class org.apache.coyote.AbstractProcessorLight
Process an in-progress request that is no longer in standard HTTP mode.
dispatch(SocketEvent) - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessorExternal
 
dispatch(SocketEvent) - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessorInternal
 
DISPATCH_ERROR - Enum constant in enum class org.apache.coyote.ActionCode
Indicates that the container needs to trigger a call to onError() for the registered non-blocking write and/or read listener(s).
DISPATCH_EXECUTE - Enum constant in enum class org.apache.coyote.ActionCode
Execute any non-blocking dispatches that have been registered via ActionCode.DISPATCH_READ or ActionCode.DISPATCH_WRITE.
DISPATCH_READ - Enum constant in enum class org.apache.coyote.ActionCode
Indicates that the container needs to trigger a call to onDataAvailable() for the registered non-blocking read listener.
DISPATCH_WRITE - Enum constant in enum class org.apache.coyote.ActionCode
Indicates that the container needs to trigger a call to onWritePossible() for the registered non-blocking write listener.
dispatchEndRequest() - Method in class org.apache.coyote.AbstractProcessor
Perform any necessary clean-up processing if the dispatch resulted in the completion of processing for the current request.
dispatchEndRequest() - Method in class org.apache.coyote.ajp.AjpProcessor
 
dispatchEndRequest() - Method in class org.apache.coyote.http11.Http11Processor
 
DISPATCHER_REQUEST_PATH_ATTR - Static variable in class org.apache.catalina.Globals
Request dispatcher path.
DISPATCHER_TYPE_ATTR - Static variable in class org.apache.catalina.Globals
Request dispatcher state.
dispatchNonBlockingRead() - Method in class org.apache.coyote.AbstractProcessor
Perform any necessary processing for a non-blocking read before dispatching to the adapter.
dispatchNonBlockingRead() - Method in class org.apache.coyote.ajp.AjpProcessor
 
DispatchType - Enum Class in org.apache.tomcat.util.net
This enumeration lists the different types of dispatches that request processing can trigger.
displayName - Variable in class org.apache.tomcat.util.modeler.AttributeInfo
Human-readable display name for this attribute.
displaySessionDetailPage(HttpServletRequest, HttpServletResponse, ContextName, String, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Display session details.
displaySessionsListPage(ContextName, HttpServletRequest, HttpServletResponse, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
List session.
DisposableConnectionFacade - Class in org.apache.tomcat.jdbc.pool
A DisposableConnectionFacade object is the top most interceptor that wraps an object of type PooledConnection.
DisposableConnectionFacade(JdbcInterceptor) - Constructor for class org.apache.tomcat.jdbc.pool.DisposableConnectionFacade
Construct a DisposableConnectionFacade that wraps the given interceptor.
distinct() - Method in class org.apache.el.stream.Stream
Returns a stream consisting of the distinct elements of this stream.
DistributedManager - Interface in org.apache.catalina
Interface implemented by session managers that do not keep a complete copy of all sessions in memory but do know where every session is.
divide(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
 
divide(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
 
divide(Number, Number) - Method in class org.apache.el.lang.ELArithmetic
Divide two numbers.
divide(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
 
divide(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
 
divide(Object, Object) - Static method in class org.apache.el.lang.ELArithmetic
Divide two objects, coercing them to the appropriate numeric type.
DNSMembershipProvider - Class in org.apache.catalina.tribes.membership.cloud
A MembershipProvider that uses DNS to retrieve the members of a cluster.
DNSMembershipProvider() - Constructor for class org.apache.catalina.tribes.membership.cloud.DNSMembershipProvider
Construct a new DNSMembershipProvider.
doAttributeValueEscaping(String) - Method in class org.apache.catalina.realm.JNDIRealm
Implements the necessary escaping to represent an attribute value as a String as per RFC 4514.
doAuthenticate(Request, HttpServletResponse) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Provided for subclasses to implement their specific authentication mechanism.
doAuthenticate(Request, HttpServletResponse) - Method in class org.apache.catalina.authenticator.BasicAuthenticator
 
doAuthenticate(Request, HttpServletResponse) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Authenticate the user making this request, based on the specified login configuration.
doAuthenticate(Request, HttpServletResponse) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Authenticate the user making this request, based on the specified login configuration.
doAuthenticate(Request, HttpServletResponse) - Method in class org.apache.catalina.authenticator.NonLoginAuthenticator
Authenticate the user making this request, based on the fact that no login-config has been defined for the container.
doAuthenticate(Request, HttpServletResponse) - Method in class org.apache.catalina.authenticator.SpnegoAuthenticator
 
doAuthenticate(Request, HttpServletResponse) - Method in class org.apache.catalina.authenticator.SSLAuthenticator
Authenticate the user by checking for the existence of a certificate chain, validating it against the trust manager for the connector and then validating the user's identity against the configured Realm.
DOBODY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
Internal name for the doBody action.
doChecks() - Method in class org.apache.catalina.security.SecurityListener
Execute the security checks.
doClientAuth(SSLSupport) - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
 
doClientAuth(SSLSupport) - Method in class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper
 
doClientAuth(SSLSupport) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Require the client to perform CLIENT-CERT authentication if it hasn't already done so.
doClose() - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
 
doClose() - Method in class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper
 
doClose() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Perform the actual close.
doClose() - Method in class org.apache.tomcat.websocket.server.WsRemoteEndpointImplServer
 
doClose() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
Performs the actual close operation on the underlying connection.
doClose() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplClient
 
doClose(CloseReason, CloseReason) - Method in class org.apache.tomcat.websocket.WsSession
WebSocket 1.0.
doClose(CloseReason, CloseReason, boolean) - Method in class org.apache.tomcat.websocket.WsSession
WebSocket 1.0.
doCloseServerSocket() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Actually close the server socket but don't perform any other clean-up.
doCloseServerSocket() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
 
doCloseServerSocket() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
doCopy(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
COPY Method.
DocumentProperties - Interface in org.apache.tomcat.util.digester
A collection of interfaces, one per property, that enables the object being populated by the digester to signal to the digester that it supports the given property and that the digester should populate that property if available.
DocumentProperties.Charset - Interface in org.apache.tomcat.util.digester
Interface for objects that can receive the character encoding used by the source XML document.
doDefineClass(String, byte[], int, int, ProtectionDomain) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Defines a class from byte array.
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
 
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
 
doesMaxRowSizeIncludeBlobs() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
doesPackageExist() - Method in class org.apache.catalina.tribes.io.XByteBuffer
Method to check if a package exists in this byte buffer.
doFilter(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.apache.catalina.filters.RemoteIpFilter
Process the incoming request, updating the remote address, scheme, and headers based on the configured forwarded headers when the request comes from a trusted proxy.
doFilter(ServletRequest, ServletResponse) - Method in class org.apache.catalina.core.ApplicationFilterChain
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.AddDefaultCharsetFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.CorsFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.CsrfPreventionFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.ExpiresFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.RateLimitFilter
The doFilter method of the Filter is called by the container each time a request/response pair is passed through the chain due to a client request for a resource at the end of the chain.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.RemoteAddrFilter
Deprecated.
Extract the desired request property, and pass it (along with the specified request and response objects and associated filter chain) to the protected process() method to perform the actual filtering.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.RemoteCIDRFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.RemoteHostFilter
Extract the desired request property, and pass it (along with the specified request and response objects and associated filter chain) to the protected process() method to perform the actual filtering.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.RemoteIpFilter
Wrap the incoming request in a RemoteIpFilter.XForwardedRequest if the http header x-forwarded-for is not empty.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.RequestDumperFilter
Log the interesting request parameters, invoke the next Filter in the sequence, and log the interesting response parameters.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.RequestFilter
Extract the desired request property, and pass it (along with the specified request and response objects) to the protected process() method to perform the actual filtering.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.RestCsrfPreventionFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.SessionInitializerFilter
Calls HttpServletRequest's getSession() to initialize the HttpSession and continues processing the chain.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
Select and set (if specified) the character encoding to be used to interpret request parameters for this request.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.ssi.SSIFilter
Captures the response, processes SSI directives if the content type matches, and writes the output.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.tomcat.websocket.server.WsFilter
 
doFilterEscaping(String) - Method in class org.apache.catalina.realm.JNDIRealm
Given an LDAP search string, returns the string with certain characters escaped according to RFC 2254 guidelines.
doFlush(boolean) - Method in class org.apache.catalina.connector.OutputBuffer
Flush bytes or chars contained in the buffer.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.host.HostManagerServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.host.HTMLHostManagerServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.HTMLManagerServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.JMXProxyServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.ManagerServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.StatusManagerServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.CGIServlet
Provides CGI Gateway service.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.ssi.SSIServlet
Delegate the GET request to our requestHandler().
doGetInputStream() - Method in class org.apache.catalina.webresources.AbstractArchiveResource
 
doGetInputStream() - Method in class org.apache.catalina.webresources.AbstractResource
Returns the input stream for this resource.
doGetInputStream() - Method in class org.apache.catalina.webresources.FileResource
 
doGetInputStream() - Method in class org.apache.catalina.webresources.JarResourceRoot
 
doGetManagedResource() - Method in class org.apache.catalina.mbeans.BaseCatalinaMBean
Returns the managed resource associated with this MBean.
doGetSession(boolean) - Method in class org.apache.catalina.connector.Request
Get the session for this request, optionally creating one.
doHandshake(long) - Static method in class org.apache.tomcat.jni.SSL
SSL_do_handshake
doHead(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
 
doHttpUpgrade(UpgradeToken) - Method in class org.apache.coyote.AbstractProcessor
Process an HTTP upgrade.
doHttpUpgrade(UpgradeToken) - Method in class org.apache.coyote.http11.Http11Processor
 
doInternalDispatch() - Method in class org.apache.catalina.core.AsyncContextImpl
Performs the internal dispatch for the pending async dispatch operation.
doListen() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns whether the receiver is in listen mode.
doLock(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
LOCK Method.
doLogin(Request, String, String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Process the login request.
domain - Variable in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
The domain filter byte array.
domain - Variable in class org.apache.catalina.tribes.membership.McastService
The domain for multicast messages.
domain - Variable in class org.apache.catalina.tribes.membership.MemberImpl
Domain if we want to filter based on domain.
domain - Variable in class org.apache.coyote.AbstractProtocol
The domain for JMX.
domain - Variable in class org.apache.tomcat.util.modeler.ManagedBean
The ObjectName domain in which this MBean should be registered.
DomainFilterInterceptor - Class in org.apache.catalina.tribes.group.interceptors
Filters membership based on domain.
DomainFilterInterceptor() - Constructor for class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
Construct a new DomainFilterInterceptor.
DomainFilterInterceptorMBean - Interface in org.apache.catalina.tribes.group.interceptors
MBean interface for the DomainFilterInterceptor.
doMkcol(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
MKCOL Method.
doMove(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
MOVE Method.
DOMWriter - Class in org.apache.catalina.util
A DOM writer optimised for use by WebDAV.
DOMWriter(Writer) - Constructor for class org.apache.catalina.util.DOMWriter
Construct a DOMWriter that writes to the given Writer.
DONE - Enum constant in enum class org.apache.tomcat.util.http.parser.HttpHeaderParser.HeaderParseStatus
All headers have been parsed and the end of the header block has been reached.
DONE - Enum constant in enum class org.apache.tomcat.util.net.SendfileState
The file has been fully sent.
DONE - Enum constant in enum class org.apache.tomcat.util.net.SocketWrapperBase.CompletionHandlerCall
The operation is complete, the completion handler should be called.
DONE - Enum constant in enum class org.apache.tomcat.util.net.SocketWrapperBase.CompletionState
The operation completed, but not inline.
dontUseTagPlugin() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Abandon optimization for this tag handler, and instruct Jasper to generate the tag handler calls, as usual.
doOnOpen(Session, EndpointConfig) - Method in class org.apache.tomcat.websocket.pojo.PojoEndpointBase
Handles the WebSocket session open event by adding message handlers and invoking the onOpen method.
doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.CGIServlet
 
doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
Override default implementation to ensure that TRACE is correctly handled.
doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
 
doParseParameters() - Method in class org.apache.catalina.connector.Request
Parse request parameters.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.host.HTMLHostManagerServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.HTMLManagerServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
 
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.ssi.SSIServlet
Delegate the POST request to our requestHandler().
doProcessingStats - Variable in class org.apache.catalina.ha.tcp.ReplicationValve
doProcessingStats (default = off)
doPropfind(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
PROPFIND Method.
doProppatch(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
PROPPATCH Method.
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.ManagerServlet
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
 
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
 
doRead(ApplicationBufferHandler) - Method in class org.apache.coyote.ajp.AjpProcessor.SocketInputBuffer
 
doRead(ApplicationBufferHandler) - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
Fills the given ByteBuffer with the buffered request body.
doRead(ApplicationBufferHandler) - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
 
doRead(ApplicationBufferHandler) - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
 
doRead(ApplicationBufferHandler) - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
 
doRead(ApplicationBufferHandler) - Method in class org.apache.coyote.http11.filters.VoidInputFilter
 
doRead(ApplicationBufferHandler) - Method in class org.apache.coyote.http11.Http11InputBuffer
 
doRead(ApplicationBufferHandler) - Method in interface org.apache.coyote.InputBuffer
Read from the input stream into the ByteBuffer provided by the ApplicationBufferHandler.
doRead(ApplicationBufferHandler) - Method in class org.apache.coyote.Request
Read data from the input buffer and put it into ApplicationBufferHandler.
doReadObject(ObjectInputStream) - Method in class org.apache.catalina.ha.session.DeltaSession
 
doReadObject(ObjectInputStream) - Method in class org.apache.catalina.session.StandardSession
Read a serialized version of this session object from the specified object input stream.
doRun() - Method in class org.apache.tomcat.util.net.Nio2Endpoint.SocketProcessor
 
doRun() - Method in class org.apache.tomcat.util.net.NioEndpoint.SocketProcessor
 
doRun() - Method in class org.apache.tomcat.util.net.SocketProcessorBase
Performs the actual socket processing work.
doRunReceiver - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
Flag to control the receiver thread.
doRunSender - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
Flag to control the sender thread.
doScanClassPath(JarScanType, ServletContext, JarScannerCallback, Set) - Method in class org.apache.tomcat.util.scan.StandardJarScanner
Scans the class path for JAR files.
doSessions(ContextName, HttpServletRequest, HttpServletResponse, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Handle session operations.
doStatistics() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Calc processing stats
doTag(TagPluginContext) - Method in interface org.apache.jasper.compiler.tagplugin.TagPlugin
Generate codes for a custom tag.
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Catch
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Choose
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.ForEach
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.ForTokens
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.If
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Import
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Otherwise
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Out
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Param
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Redirect
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Remove
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Set
Generate the Java source code equivalent of the <c:set> tag.
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.Url
 
doTag(TagPluginContext) - Method in class org.apache.jasper.tagplugins.jstl.core.When
 
DOUBLE - Static variable in class org.apache.el.lang.ELArithmetic
Double arithmetic delegate instance.
DoubleDelegate() - Constructor for class org.apache.el.lang.ELArithmetic.DoubleDelegate
Construct a new DoubleDelegate.
doUnlock(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
UNLOCK Method.
doUpgrade(WsServerContainer, HttpServletRequest, HttpServletResponse, ServerEndpointConfig, Map) - Static method in class org.apache.tomcat.websocket.server.UpgradeUtil
Performs the WebSocket upgrade handshake.
doVisit(Node) - Method in class org.apache.jasper.compiler.Node.Visitor
This method provides a place to put actions that are common to all nodes.
doWrite(boolean) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Write the contents of the socketWriteBuffer to the socket.
doWrite(boolean, ByteBuffer) - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
 
doWrite(boolean, ByteBuffer) - Method in class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper
 
doWrite(boolean, ByteBuffer) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Write the contents of the ByteBuffer to the socket.
doWrite(SendHandler, long, ByteBuffer...) - Method in class org.apache.tomcat.websocket.server.WsRemoteEndpointImplServer
 
doWrite(SendHandler, long, ByteBuffer...) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
Writes data to the underlying connection.
doWrite(SendHandler, long, ByteBuffer...) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplClient
 
doWrite(ByteBuffer) - Method in class org.apache.coyote.ajp.AjpProcessor.SocketOutputBuffer
 
doWrite(ByteBuffer) - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
 
doWrite(ByteBuffer) - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
 
doWrite(ByteBuffer) - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
 
doWrite(ByteBuffer) - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
 
doWrite(ByteBuffer) - Method in class org.apache.coyote.http11.Http11OutputBuffer
 
doWrite(ByteBuffer) - Method in class org.apache.coyote.http11.Http11OutputBuffer.SocketOutputBuffer
 
doWrite(ByteBuffer) - Method in class org.apache.coyote.http2.Http2OutputBuffer
 
doWrite(ByteBuffer) - Method in interface org.apache.coyote.OutputBuffer
Write the given data to the response.
doWrite(ByteBuffer) - Method in class org.apache.coyote.Response
Write a chunk of bytes.
doWriteHeaders(Stream, MimeHeaders, boolean, int) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
Write headers for a stream without synchronizing on socketWrapper.
doWriteObject(ObjectOutputStream) - Method in class org.apache.catalina.ha.session.DeltaSession
 
doWriteObject(ObjectOutputStream) - Method in class org.apache.catalina.session.StandardSession
Write a serialized version of this session object to the specified object output stream.
drainChannel(SelectionKey, ObjectReader) - Method in class org.apache.catalina.tribes.transport.nio.NioReplicationTask
The actual code which drains the channel associated with the given key.
drainTo(Collection) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
drainTo(Collection) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
drainTo(Collection, int) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
drainTo(Collection, int) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
driver - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
Instance of the JDBC Driver class we use as a connection factory.
DriverAdapterCPDS - Class in org.apache.tomcat.dbcp.dbcp2.cpdsadapter
An adapter for JDBC drivers that do not include an implementation of ConnectionPoolDataSource, but still include a DriverManager implementation.
DriverAdapterCPDS() - Constructor for class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Default no-argument constructor for Serialization
DriverConnectionFactory - Class in org.apache.tomcat.dbcp.dbcp2
A Driver-based implementation of ConnectionFactory.
DriverConnectionFactory(Driver, String, Properties) - Constructor for class org.apache.tomcat.dbcp.dbcp2.DriverConnectionFactory
Constructs a connection factory for a given Driver.
DriverManagerConnectionFactory - Class in org.apache.tomcat.dbcp.dbcp2
A DriverManager-based implementation of ConnectionFactory.
DriverManagerConnectionFactory(String) - Constructor for class org.apache.tomcat.dbcp.dbcp2.DriverManagerConnectionFactory
Constructor for DriverManagerConnectionFactory.
DriverManagerConnectionFactory(String, String, char[]) - Constructor for class org.apache.tomcat.dbcp.dbcp2.DriverManagerConnectionFactory
Constructor for DriverManagerConnectionFactory.
DriverManagerConnectionFactory(String, String, String) - Constructor for class org.apache.tomcat.dbcp.dbcp2.DriverManagerConnectionFactory
Constructor for DriverManagerConnectionFactory.
DriverManagerConnectionFactory(String, Properties) - Constructor for class org.apache.tomcat.dbcp.dbcp2.DriverManagerConnectionFactory
Constructor for DriverManagerConnectionFactory.
driverName - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
 
DSA - Enum constant in enum class org.apache.tomcat.util.net.SSLHostConfigCertificate.Type
DSA certificate type.
DSS - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Authentication
DSS authentication.
DUMMY_LOGIN_CONFIG - Static variable in class org.apache.catalina.startup.ContextConfig
Dummy login configuration used when no login config is defined but an authenticator is needed to support programmatic login.
DummyProxySession - Class in org.apache.catalina.manager
A dummy proxy session used for testing purposes.
DummyProxySession(String) - Constructor for class org.apache.catalina.manager.DummyProxySession
Construct a DummyProxySession with the given session ID.
dumpBeans(MBeanServer, Set) - Static method in class org.apache.catalina.mbeans.MBeanDumper
The following code to dump MBeans has been copied from JMXProxyServlet.
duplicate(MessageBytes) - Method in class org.apache.tomcat.util.buf.MessageBytes
Copy the src into this MessageBytes, allocating more space if needed.
duplicate(MimeHeaders) - Method in class org.apache.tomcat.util.http.MimeHeaders
Duplicate headers from the source.
duration() - Method in record class org.apache.catalina.session.ManagerBase.SessionTiming
Returns the value of the duration record component.
Duration(int, ExpiresFilter.DurationUnit) - Constructor for record class org.apache.catalina.filters.ExpiresFilter.Duration
Creates an instance of a Duration record class.
durations() - Method in record class org.apache.catalina.filters.ExpiresFilter.ExpiresConfiguration
Returns the value of the durations record component.
dynamicServletCreated(Servlet) - Method in class org.apache.catalina.core.StandardContext
Hook to track which Servlets were created via ServletContext.createServlet(Class).

E

EARLY_HINTS - Enum constant in enum class org.apache.coyote.ActionCode
Send an RFC 8297 Early Hints informational response.
earlyHints() - Method in class org.apache.coyote.AbstractProcessor
Process early hints (103 Early Hints).
earlyHints() - Method in class org.apache.coyote.ajp.AjpProcessor
 
earlyHints() - Method in class org.apache.coyote.http11.Http11Processor
 
EC - Enum constant in enum class org.apache.tomcat.util.net.SSLHostConfigCertificate.Type
Elliptic Curve certificate type.
ECDH - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Authentication
Fixed ECDH authentication (kECDHe or kECDHr).
ECDHe - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.KeyExchange
ECDH cert, ECDSA CA cert (SSL_kECDHe).
ECDHEPSK - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.KeyExchange
ECDHE with pre-shared key.
ECDHr - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.KeyExchange
ECDH cert, RSA CA cert (SSL_kECDHr).
ECDSA - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Authentication
ECDSA authentication.
ecdsa_secp256r1_sha256 - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
ECDSA with P-256 and SHA-256.
ecdsa_secp384r1_sha384 - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
ECDSA with P-384 and SHA-384.
ecdsa_secp521r1_sha512 - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
ECDSA with P-521 and SHA-512.
ecdsa_sha1 - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
ECDSA with SHA-1 (legacy).
echoResult(String, Object) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Echo the result to the output.
ed25519 - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
EdDSA with Ed25519.
ed448 - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
EdDSA with Ed448.
EdDSA - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Authentication
EdDSA authentication.
EDH - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.KeyExchange
Temporary DH key, no DH cert (SSL_kDHE).
EECDH - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.KeyExchange
Ephemeral ECDH (SSL_kEECDH).
eGOST2814789CNT - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Encryption
GOST 28147-89 with_CNT keyed hash.
EjbFactory - Class in org.apache.naming.factory
Object factory for EJBs.
EjbFactory() - Constructor for class org.apache.naming.factory.EjbFactory
Construct a new EjbFactory.
EjbRef - Class in org.apache.naming
Represents a reference address to an EJB.
EjbRef(String, String, String, String) - Constructor for class org.apache.naming.EjbRef
EJB Reference.
EjbRef(String, String, String, String, String, String) - Constructor for class org.apache.naming.EjbRef
EJB Reference.
EL_INTERPRETER_CLASS_NAME - Static variable in class org.apache.jasper.compiler.ELInterpreterFactory
The name of the EL interpreter class used as a ServletContext attribute and init parameter key.
ElapsedTimeElement(String) - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.ElapsedTimeElement
Creates a new ElapsedTimeElement that will log the time in the specified style.
ElapsedTimeElement(AbstractAccessLogValve.ElapsedTimeElement.Style) - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.ElapsedTimeElement
Creates a new ElapsedTimeElement that will log the time in the specified style.
ELArithmetic - Class in org.apache.el.lang
A helper class of Arithmetic defined by the EL Specification.
ELArithmetic() - Constructor for class org.apache.el.lang.ELArithmetic
Protected constructor for subclasses.
ELArithmetic.BigDecimalDelegate - Class in org.apache.el.lang
Arithmetic delegate for BigDecimal operations.
ELArithmetic.BigIntegerDelegate - Class in org.apache.el.lang
Arithmetic delegate for BigInteger operations.
ELArithmetic.DoubleDelegate - Class in org.apache.el.lang
Arithmetic delegate for double/float operations.
ELArithmetic.LongDelegate - Class in org.apache.el.lang
Arithmetic delegate for long/integer operations.
ELContextImpl - Class in org.apache.jasper.el
Implementation of ELContext.
ELContextImpl() - Constructor for class org.apache.jasper.el.ELContextImpl
Create a new ELContextImpl with the default resolver.
ELContextImpl(ELResolver) - Constructor for class org.apache.jasper.el.ELContextImpl
Create a new ELContextImpl with the given resolver.
ELContextWrapper - Class in org.apache.jasper.el
Simple ELContextWrapper for runtime evaluation of EL w/ dynamic FunctionMappers
ELContextWrapper(ELContext, FunctionMapper) - Constructor for class org.apache.jasper.el.ELContextWrapper
Construct a new ELContextWrapper.
electionMutex - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Mutex for election operations.
element() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
element() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
ELEMENT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
Internal name for the element action.
Element Matching Patterns - Section in package org.apache.tomcat.util.digester
 
elements - Variable in class org.apache.catalina.valves.rewrite.Substitution
The parsed substitution elements.
ElementValue - Class in org.apache.tomcat.util.bcel.classfile
The element_value structure is documented at https://docs.oracle.com/javase/specs/jvms/se11/html/jvms-4.html#jvms-4.7.16.1
ElementValuePair - Class in org.apache.tomcat.util.bcel.classfile
An annotation's element value pair.
ELFunctionMapper - Class in org.apache.jasper.compiler
This class generates functions mappers for the EL expressions in the page.
ELFunctionMapper() - Constructor for class org.apache.jasper.compiler.ELFunctionMapper
Creates a new ELFunctionMapper instance.
ELInterpreter - Interface in org.apache.jasper.compiler
Defines the interface for the expression language interpreter.
ELInterpreterFactory - Class in org.apache.jasper.compiler
Provides ELInterpreter instances for JSP compilation.
ELInterpreterFactory.DefaultELInterpreter - Class in org.apache.jasper.compiler
Default implementation of ELInterpreter that delegates to JspUtil.interpreterCall(boolean, String, Class, String).
ELInterpreterTagSetters - Class in org.apache.jasper.optimizations
A non-specification compliant ELInterpreter that optimizes a subset of setters for tag attributes.
ELInterpreterTagSetters() - Constructor for class org.apache.jasper.optimizations.ELInterpreterTagSetters
Creates a new ELInterpreterTagSetters instance.
ELNode - Class in org.apache.jasper.compiler
This class defines internal representation for an EL Expression.
ELNode() - Constructor for class org.apache.jasper.compiler.ELNode
Creates a new ELNode instance.
ELNode.ELText - Class in org.apache.jasper.compiler
Represents anything in EL expression, other than functions, including function arguments etc.
ELNode.Function - Class in org.apache.jasper.compiler
Represents a function.
ELNode.Nodes - Class in org.apache.jasper.compiler
An ordered list of ELNode.
ELNode.Root - Class in org.apache.jasper.compiler
Represents an EL expression: anything in ${ and }.
ELNode.Text - Class in org.apache.jasper.compiler
Represents text outside of EL expression.
ELNode.Visitor - Class in org.apache.jasper.compiler
A visitor class for traversing ELNodes.
ELParser - Class in org.apache.jasper.compiler
This class implements a parser for EL expressions.
ELParser(String, boolean) - Constructor for class org.apache.jasper.compiler.ELParser
Creates a new EL parser for the given expression.
ELSupport - Class in org.apache.el.lang
A helper class that implements the EL Specification.
EmbeddedServletOptions - Class in org.apache.jasper
A class to hold all init parameters specific to the JSP engine.
EmbeddedServletOptions(ServletConfig, ServletContext) - Constructor for class org.apache.jasper.EmbeddedServletOptions
Create an EmbeddedServletOptions object using data available from ServletConfig and ServletContext.
empty() - Method in class org.apache.tomcat.util.digester.ArrayStack
Return true if this stack is currently empty.
EMPTY - Static variable in class org.apache.tomcat.util.buf.CharsetHolder
An empty holder with no charset set.
EMPTY - Static variable in interface org.apache.tomcat.util.net.ApplicationBufferHandler
No-op implementation of the buffer handler.
EMPTY_ARRAY - Static variable in class org.apache.catalina.session.StandardSession
Type array.
EMPTY_BUFFER - Static variable in interface org.apache.tomcat.util.net.ApplicationBufferHandler
Empty byte buffer constant.
EMPTY_CHAR_ARRAY - Static variable in class org.apache.tomcat.util.buf.MessageBytes
Empty character array.
EMPTY_DATA_ARRAY - Static variable in class org.apache.catalina.tribes.io.ChannelData
Empty array to avoid reinstantiating arrays.
EMPTY_LIST - Static variable in exception class org.apache.catalina.tribes.ChannelException
Empty list to avoid reinstantiating lists
EMPTY_MEMBERS - Static variable in class org.apache.catalina.tribes.membership.Membership
Empty member array.
EMPTY_STRING_ARRAY - Static variable in class org.apache.catalina.webresources.AbstractFileResourceSet
An empty string array.
emptyBuf - Static variable in class org.apache.tomcat.util.net.Nio2Channel
 
emptyBuf - Static variable in class org.apache.tomcat.util.net.NioChannel
Empty byte buffer used when no data is available.
EmptyResource - Class in org.apache.catalina.webresources
A WebResource implementation that represents a non-existent resource.
EmptyResource(WebResourceRoot, String) - Constructor for class org.apache.catalina.webresources.EmptyResource
Creates a new empty resource for the given path.
EmptyResource(WebResourceRoot, String, File) - Constructor for class org.apache.catalina.webresources.EmptyResource
Creates a new empty resource for the given path and file.
EmptyResourceSet - Class in org.apache.catalina.webresources
A WebResourceSet implementation that is not backed by a file system and behaves as if it has no resources available.
EmptyResourceSet(WebResourceRoot) - Constructor for class org.apache.catalina.webresources.EmptyResourceSet
Creates a new empty resource set with the given root.
ENABLE_LOOKUPS_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
Parameter name for the enable lookups configuration.
enabled - Variable in class org.apache.catalina.core.StandardWrapper
Enabled
enabled - Variable in class org.apache.catalina.ha.session.JvmRouteBinderValve
enabled this component
enabled - Variable in class org.apache.catalina.valves.AbstractAccessLogValve
enabled this component
enabled - Variable in class org.apache.catalina.valves.rewrite.RewriteValve
enabled this component
enableLookups - Variable in class org.apache.catalina.connector.Connector
The "enable DNS lookups" flag for this Connector.
enableNaming() - Method in class org.apache.catalina.startup.Tomcat
Enables JNDI naming which is disabled by default.
Encapsulated Rule Sets - Section in package org.apache.tomcat.util.digester
 
encode(String, String) - Method in class org.apache.catalina.ssi.SSIMediator
Encodes the given value using the specified encoding type.
encode(String, Charset) - Method in class org.apache.catalina.util.URLEncoder
URL encodes the provided path using the given character set.
encode(ByteBuffer, String) - Static method in class org.apache.coyote.http2.HPackHuffman
Encodes the given string into the buffer.
encode(ByteBuffer, String, boolean) - Static method in class org.apache.coyote.http2.HPackHuffman
Deprecated.
Unused. This method will be removed in Tomcat 12 onwards.
EncodedSolidusHandling - Enum Class in org.apache.tomcat.util.buf
Enumerates the possible handling strategies for encoded solidus characters (%2F) in URI paths.
encodeLoop(CharBuffer, ByteBuffer) - Method in class org.apache.tomcat.util.buf.Utf8Encoder
 
encodeRedirectURL(String) - Method in class org.apache.catalina.connector.Response
 
encodeRedirectURL(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
encodeRedirectURL(String) - Method in class org.apache.catalina.filters.CsrfPreventionFilter.CsrfResponseWrapper
 
encodeURL(String) - Method in class org.apache.catalina.connector.Response
 
encodeURL(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
encodeURL(String) - Method in class org.apache.catalina.filters.CsrfPreventionFilter.CsrfResponseWrapper
 
encodeURL(String, int, int) - Method in class org.apache.tomcat.util.buf.UEncoder
URL Encode string, using a specified encoding.
encoding - Variable in class org.apache.catalina.valves.AccessLogValve
Character set used by the log file.
encoding() - Method in record class org.apache.catalina.servlets.DefaultServlet.CompressionFormat
Returns the value of the encoding record component.
ENCODING - Static variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
The encoding byte chunk for chunked transfer encoding.
ENCODING - Static variable in class org.apache.coyote.http11.filters.IdentityInputFilter
The identity transfer encoding as a ByteChunk.
ENCODING - Static variable in class org.apache.coyote.http11.filters.VoidInputFilter
ByteChunk representation of the void encoding name.
ENCODING_ENTITY - Static variable in class org.apache.catalina.ssi.SSIMediator
Encoding constant for HTML entity encoding.
ENCODING_NAME - Static variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
The encoding name for chunked transfer encoding.
ENCODING_NAME - Static variable in class org.apache.coyote.http11.filters.IdentityInputFilter
The name of the identity transfer encoding.
ENCODING_NAME - Static variable in class org.apache.coyote.http11.filters.VoidInputFilter
Name of the void encoding.
ENCODING_NONE - Static variable in class org.apache.catalina.ssi.SSIMediator
Encoding constant for no encoding.
ENCODING_URL - Static variable in class org.apache.catalina.ssi.SSIMediator
Encoding constant for URL encoding.
EncryptInterceptor - Class in org.apache.catalina.tribes.group.interceptors
Adds encryption using a pre-shared key.
EncryptInterceptor() - Constructor for class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor
Creates a new encryption interceptor with default settings.
EncryptInterceptorMBean - Interface in org.apache.catalina.tribes.group.interceptors
MBean interface for managing the EncryptInterceptor configuration and status.
Encryption - Enum Class in org.apache.tomcat.util.net.openssl.ciphers
Enumerates the encryption algorithms supported by OpenSSL cipher suites.
EncryptionLevel - Enum Class in org.apache.tomcat.util.net.openssl.ciphers
Enumerates the encryption strength levels used in OpenSSL cipher suite configuration.
end - Variable in class org.apache.tomcat.util.buf.AbstractChunk
The end position of the data in the buffer.
end() - Method in class org.apache.coyote.ajp.AjpMessage
For a packet to be sent to the web server, finish the process of accumulating data and write the length of the data payload into the header.
end() - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
 
end() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
 
end() - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
 
end() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
 
end() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
 
end() - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
 
end() - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
End the current request (has no effect).
end() - Method in class org.apache.coyote.http11.filters.VoidInputFilter
 
end() - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
 
end() - Method in class org.apache.coyote.http11.Http11OutputBuffer
 
end() - Method in class org.apache.coyote.http11.Http11OutputBuffer.SocketOutputBuffer
 
end() - Method in interface org.apache.coyote.http11.HttpOutputBuffer
Finish writing the current response.
end() - Method in interface org.apache.coyote.http11.InputFilter
End the current request.
end() - Method in class org.apache.coyote.http2.Http2OutputBuffer
 
end() - Method in class org.apache.tomcat.util.net.SocketWrapperBase.OperationState
End the operation.
end(String, String) - Method in class org.apache.catalina.startup.CertificateCreateRule
 
end(String, String) - Method in class org.apache.catalina.startup.ConnectorCreateRule
 
end(String, String) - Method in class org.apache.catalina.startup.SetNextNamingRule
 
end(String, String) - Method in class org.apache.tomcat.util.digester.CallMethodRule
Process the end of this element.
end(String, String) - Method in class org.apache.tomcat.util.digester.CallParamRule
Process any body texts now.
end(String, String) - Method in class org.apache.tomcat.util.digester.FactoryCreateRule
Process the end of this element.
end(String, String) - Method in class org.apache.tomcat.util.digester.ObjectCreateRule
Process the end of this element.
end(String, String) - Method in class org.apache.tomcat.util.digester.Rule
This method is called when the end of a matching XML element is encountered.
end(String, String) - Method in class org.apache.tomcat.util.digester.SetNextRule
Process the end of this element.
end(Xid, int) - Method in class org.apache.tomcat.dbcp.dbcp2.managed.LocalXAConnectionFactory.LocalXAResource
This method does nothing.
END_OF_FRAME - Enum constant in enum class org.apache.tomcat.websocket.TransformationResult
The end of the WebSocket frame was reached and all the data from that frame processed into the provided destination buffer.
END_PACKAGE_MARKER - Static variable in class org.apache.tomcat.buildutil.translate.Constants
Marker to indicate the end of a package.
endAccess() - Method in class org.apache.catalina.ha.session.DeltaSession
 
endAccess() - Method in class org.apache.catalina.manager.DummyProxySession
 
endAccess() - Method in interface org.apache.catalina.Session
End access to the session.
endAccess() - Method in class org.apache.catalina.session.StandardSession
 
endChunk - Variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
End chunk.
ENDCOM - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
 
ENDCOM - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
endDocument() - Method in class org.apache.tomcat.util.digester.Digester
Process notification of the end of the document being reached.
ENDED - Enum constant in enum class org.apache.tomcat.util.net.Acceptor.AcceptorState
Acceptor has stopped and ended.
endElement(String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
Process notification of the end of an XML element being reached.
endEvictionTest(Deque) - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
 
endEvictionTest(Deque) - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
Notifies the object that the eviction test has ended.
endGeneratingCode() - Method in class org.apache.tomcat.util.digester.Digester
Stop collecting generated code and clear the known objects.
ENDHDR - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
 
ENDHDR - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
endHeaders() - Method in class org.apache.coyote.http11.Http11OutputBuffer
End the header block.
endInline() - Static method in class org.apache.tomcat.util.net.Nio2Endpoint
 
endJavaLine - Variable in class org.apache.jasper.compiler.Node
The ending line number in the generated Java code.
ENDOFF - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
 
ENDOFF - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
endpoint - Variable in class org.apache.tomcat.util.net.SecureNio2Channel
 
EndpointClassHolder - Class in org.apache.tomcat.websocket
Holds a reference to a WebSocket endpoint class for later instantiation.
EndpointClassHolder(Class) - Constructor for class org.apache.tomcat.websocket.EndpointClassHolder
Creates a new holder for the specified endpoint class.
EndpointHolder - Class in org.apache.tomcat.websocket
Holds a reference to a WebSocket endpoint instance.
EndpointHolder(Endpoint) - Constructor for class org.apache.tomcat.websocket.EndpointHolder
Creates a new holder for the specified endpoint instance.
endPrefixMapping(String) - Method in class org.apache.tomcat.util.digester.Digester
Process notification that a namespace prefix is going out of scope.
endRequestBodyFrame(int, int) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
endSetPropertiesRule() - Method in interface org.apache.tomcat.util.digester.SetPropertiesRule.Listener
Called after all XML attributes have been set as properties on the target object.
ENDSIG - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
 
ENDSIG - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
ENDSIZ - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
 
ENDSIZ - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
ENDSUB - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
 
ENDSUB - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
endsWith(String) - Method in class org.apache.tomcat.util.buf.CharChunk
Checks if the buffer ends with the specified string.
ENDTOT - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
 
ENDTOT - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
enforce(HttpServletRequest, String) - Method in class org.apache.catalina.filters.CsrfPreventionFilter
Check to see if the request and path should be enforced or only observed and reported.
enforceEncodingInGetWriter - Variable in class org.apache.catalina.connector.Connector
If this is true then a call to Response.getWriter() if no character encoding has been specified will result in subsequent calls to Response.getCharacterEncoding() returning ISO-8859-1 and the Content-Type response header will include a charset=ISO-8859-1 component.
engine - Variable in class org.apache.catalina.manager.host.HostManagerServlet
The associated engine.
engine - Variable in class org.apache.catalina.startup.EngineConfig
The Engine we are associated with.
Engine - Interface in org.apache.catalina
An Engine is a Container that represents the entire Catalina servlet engine.
EngineConfig - Class in org.apache.catalina.startup
Startup event listener for an Engine that configures the properties of that Engine, and the associated defined contexts.
EngineConfig() - Constructor for class org.apache.catalina.startup.EngineConfig
Default constructor for EngineConfig.
EngineRuleSet - Class in org.apache.catalina.startup
RuleSet for processing the contents of an Engine definition element.
EngineRuleSet() - Constructor for class org.apache.catalina.startup.EngineRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
EngineRuleSet(String) - Constructor for class org.apache.catalina.startup.EngineRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
enterLambdaScope(Map) - Method in class org.apache.el.lang.EvaluationContext
 
entityResolver - Variable in class org.apache.tomcat.util.digester.Digester
The EntityResolver used by the SAX parser.
EntityTag - Class in org.apache.tomcat.util.http.parser
Utility class for parsing and comparing HTTP entity tags (ETags) as defined in RFC 7232.
EntityTag() - Constructor for class org.apache.tomcat.util.http.parser.EntityTag
Default constructor.
entityValidator - Variable in class org.apache.tomcat.util.digester.Digester
The URLs of entityValidator that have been registered, keyed by the public identifier that corresponds.
Entry(long, long) - Constructor for class org.apache.tomcat.util.http.parser.Ranges.Entry
Creates a new range entry.
ENTRY - Static variable in class org.apache.naming.NamingEntry
Entry type for a regular binding.
entrySet() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Returns a set view of the mappings contained in this map.
entrySet() - Method in class org.apache.catalina.util.ParameterMap
entrySet() - Method in class org.apache.tomcat.util.collections.CaseInsensitiveKeyMap
 
entrySet() - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
 
entrySetFull() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Returns the entire contents of the map Map.Entry.getValue() will return a LazyReplicatedMap.MapEntry object containing all the information about the object.
eNULL - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Encryption
No encryption (NULL cipher).
ENUM_CONSTANT - Static variable in class org.apache.tomcat.util.bcel.classfile.ElementValue
Tag for an enum constant element value.
EnumElementValue - Class in org.apache.tomcat.util.bcel.classfile
Represents an enum constant element value in a Java annotation.
env - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
This forces a request attribute named VAR to be set to the value VAL, where VAL can contain regexp back references $N and %N which will be expanded.
env - Variable in class org.apache.naming.NamingContext
Environment.
env - Variable in class org.apache.naming.SelectorContext
Environment.
envCtx - Variable in class org.apache.catalina.core.NamingContextListener
Env context.
EnvironmentPropertySource - Class in org.apache.tomcat.util.digester
A IntrospectionUtils.PropertySource that uses environment variables to resolve expressions.
EnvironmentPropertySource() - Constructor for class org.apache.tomcat.util.digester.EnvironmentPropertySource
Default constructor for EnvironmentPropertySource.
envName - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
The environment variable names.
envResult - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
The environment results.
envSubstitution - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
The environment substitutions.
envValue - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
The environment variable values.
eof() - Method in class org.apache.tomcat.util.buf.Asn1Parser
Returns whether the end of the source data has been reached.
EOF - Static variable in class org.apache.tomcat.util.http.fileupload.IOUtils
Represents the end-of-file (or stream).
equals(byte[], byte[]) - Static method in class org.apache.catalina.realm.DigestCredentialHandlerBase
Deprecated.
Use ConstantTime.equals(byte[], byte[]). This method will be removed in Tomcat 12.
equals(byte[], byte[]) - Static method in class org.apache.catalina.tribes.util.Arrays
Compares two byte arrays for equality.
equals(byte[], byte[]) - Static method in class org.apache.tomcat.util.security.ConstantTime
Implements byte-array equality which always compares all bytes in the array, without stopping early if any bytes do not match.
equals(byte[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
Compares this chunk to a byte array region.
equals(char[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
Compares the message bytes to the specified char array.
equals(char[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
Compares this CharChunk to a character array.
equals(ELContext, Object, Object) - Static method in class org.apache.el.lang.ELSupport
Compare two objects for equality, after coercing to the same type if appropriate.
equals(Object) - Method in class org.apache.catalina.authenticator.SingleSignOnSessionKey
 
equals(Object) - Method in class org.apache.catalina.connector.CoyotePrincipal
 
equals(Object) - Method in record class org.apache.catalina.filters.ExpiresFilter.Duration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.apache.catalina.filters.ExpiresFilter.ExpiresConfiguration
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.catalina.ha.deploy.WarWatcher.WarInfo
 
equals(Object) - Method in record class org.apache.catalina.ha.tcp.SendMessageData
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.apache.catalina.mapper.WrapperMappingInfo
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.catalina.realm.GenericPrincipal
 
equals(Object) - Method in class org.apache.catalina.realm.RealmBase.AllRolesMode
 
equals(Object) - Method in record class org.apache.catalina.servlets.DefaultServlet.CompressionFormat
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.apache.catalina.session.ManagerBase.SessionTiming
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.apache.catalina.startup.ClassLoaderFactory.Repository
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.catalina.tribes.ChannelException.FaultyMember
 
equals(Object) - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor.FragKey
 
equals(Object) - Method in record class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor.MapEntry
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.catalina.tribes.group.RpcChannel.RpcCollector
 
equals(Object) - Method in class org.apache.catalina.tribes.group.RpcChannel.RpcCollectorKey
 
equals(Object) - Method in class org.apache.catalina.tribes.io.ChannelData
Compares to ChannelData objects, only compares on getUniqueId().equals(o.getUniqueId())
equals(Object) - Method in class org.apache.catalina.tribes.membership.MemberImpl
Returns true if the param o is a McastMember with the same name
equals(Object) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Checks if this map is equal to another object.
equals(Object) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
 
equals(Object) - Method in class org.apache.catalina.tribes.UniqueId
 
equals(Object) - Method in class org.apache.catalina.users.GenericGroup
 
equals(Object) - Method in class org.apache.catalina.users.GenericRole
 
equals(Object) - Method in class org.apache.catalina.users.GenericUser
 
equals(Object) - Method in class org.apache.catalina.util.NetMask
 
equals(Object) - Method in class org.apache.coyote.http2.HPackHuffman.HuffmanCode
 
equals(Object) - Method in record class org.apache.coyote.UpgradeToken
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.el.lang.FunctionMapperImpl.Function
 
equals(Object) - Method in class org.apache.el.MethodExpressionImpl
Determines whether the specified object is equal to this Expression.
equals(Object) - Method in class org.apache.el.MethodExpressionLiteral
 
equals(Object) - Method in class org.apache.el.ValueExpressionImpl
 
equals(Object) - Method in class org.apache.el.ValueExpressionLiteral
 
equals(Object) - Method in class org.apache.jasper.compiler.Mark
 
equals(Object) - Method in record class org.apache.jasper.compiler.SmapInput
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.jasper.el.JspMethodExpression
 
equals(Object) - Method in class org.apache.jasper.el.JspValueExpression
 
equals(Object) - Method in class org.apache.naming.NamingEntry
 
equals(Object) - Method in class org.apache.tomcat.dbcp.dbcp2.PStmtKey
 
equals(Object) - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
 
equals(Object) - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
 
equals(Object) - Method in class org.apache.tomcat.jdbc.pool.DisposableConnectionFacade
 
equals(Object) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
 
equals(Object) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
 
equals(Object) - Method in class org.apache.tomcat.jdbc.pool.StatementFacade.ResultSetProxy
 
equals(Object) - Method in class org.apache.tomcat.jdbc.pool.StatementFacade.StatementProxy
 
equals(Object) - Method in class org.apache.tomcat.util.buf.AbstractChunk
equals(Object) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
equals(Object) - Method in class org.apache.tomcat.util.buf.CharChunk
 
equals(Object) - Method in class org.apache.tomcat.util.buf.MessageBytes
 
equals(Object) - Method in class org.apache.tomcat.util.buf.StringCache.ByteEntry
 
equals(Object) - Method in class org.apache.tomcat.util.buf.StringCache.CharEntry
 
equals(Object) - Method in class org.apache.tomcat.util.descriptor.tld.TldResourcePath
 
equals(Object) - Method in class org.apache.tomcat.util.descriptor.web.ContextEjb
 
equals(Object) - Method in class org.apache.tomcat.util.descriptor.web.ContextEnvironment
 
equals(Object) - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
 
equals(Object) - Method in class org.apache.tomcat.util.descriptor.web.ContextLocalEjb
 
equals(Object) - Method in class org.apache.tomcat.util.descriptor.web.ContextResource
 
equals(Object) - Method in class org.apache.tomcat.util.descriptor.web.ContextResourceEnvRef
 
equals(Object) - Method in class org.apache.tomcat.util.descriptor.web.ContextResourceLink
 
equals(Object) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
 
equals(Object) - Method in class org.apache.tomcat.util.descriptor.web.LoginConfig
 
equals(Object) - Method in class org.apache.tomcat.util.descriptor.web.MessageDestination
 
equals(Object) - Method in class org.apache.tomcat.util.descriptor.web.MessageDestinationRef
 
equals(Object) - Method in class org.apache.tomcat.util.descriptor.web.MultipartDef
 
equals(Object) - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
 
equals(Object) - Method in class org.apache.tomcat.util.descriptor.web.SecurityRoleRef
 
equals(Object) - Method in class org.apache.tomcat.util.descriptor.web.TaglibDescriptorImpl
 
equals(Object) - Method in class org.apache.tomcat.util.http.parser.Ranges.Entry
 
equals(Object) - Method in record class org.apache.tomcat.util.net.ServletConnectionImpl
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in class org.apache.tomcat.util.xreflection.SetPropertyClass
 
equals(Object) - Method in record class org.apache.tomcat.websocket.DecoderEntry
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.apache.tomcat.websocket.MessageHandlerResult
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.apache.tomcat.websocket.server.WsMappingResult
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.apache.tomcat.websocket.server.WsSessionListener
Indicates whether some other object is "equal to" this one.
equals(Object) - Method in record class org.apache.tomcat.websocket.WsPongMessage
Indicates whether some other object is "equal to" this one.
equals(Object[], Object[]) - Static method in class org.apache.catalina.tribes.util.Arrays
Compares two object arrays for equality.
equals(String) - Method in class org.apache.tomcat.util.buf.ByteChunk
Compares the message bytes to the specified String object.
equals(String) - Method in class org.apache.tomcat.util.buf.CharChunk
Compares the message bytes to the specified String object.
equals(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
Compares the message bytes to the specified String object.
equals(String, String, boolean) - Static method in class org.apache.catalina.realm.DigestCredentialHandlerBase
Deprecated.
Use ConstantTime.equals(String, String, boolean). This method will be removed in Tomcat 12.
equals(String, String, boolean) - Static method in class org.apache.tomcat.util.security.ConstantTime
Implements String equality which always compares all characters in the string, without stopping early if any characters do not match.
equals(ValueExpressionLiteral) - Method in class org.apache.el.ValueExpressionLiteral
Compares this literal value expression with another for equality.
equals(ByteChunk) - Method in class org.apache.tomcat.util.buf.ByteChunk
Compares this chunk to another ByteChunk.
equals(ByteChunk, String) - Static method in class org.apache.tomcat.util.security.ConstantTime
Implements ByteChunk / String equality which always compares all characters, without stopping early if any characters do not match.
equals(CharChunk) - Method in class org.apache.tomcat.util.buf.ByteChunk
Compares this chunk to a CharChunk.
equals(CharChunk) - Method in class org.apache.tomcat.util.buf.CharChunk
Compares this CharChunk to another CharChunk.
equals(MessageBytes) - Method in class org.apache.tomcat.util.buf.MessageBytes
Compare this message bytes to another.
EQUALS - Enum constant in enum class org.apache.tomcat.util.http.parser.ChunkExtension.State
At the equals sign between name and value.
EQUALS_VAL - Static variable in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
equalsIgnoreCase(byte[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
Compares this chunk to a byte array region, ignoring case.
equalsIgnoreCase(String) - Method in class org.apache.tomcat.util.buf.ByteChunk
Compares the message bytes to the specified String object.
equalsIgnoreCase(String) - Method in class org.apache.tomcat.util.buf.CharChunk
Compares the message bytes to the specified String object.
equalsIgnoreCase(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
Compares the message bytes to the specified String object.
erodingPool(KeyedObjectPool) - Static method in class org.apache.tomcat.dbcp.pool2.PoolUtils
Returns a pool that adaptively decreases its size when idle objects are no longer needed.
erodingPool(KeyedObjectPool, float) - Static method in class org.apache.tomcat.dbcp.pool2.PoolUtils
Returns a pool that adaptively decreases its size when idle objects are no longer needed.
erodingPool(KeyedObjectPool, float, boolean) - Static method in class org.apache.tomcat.dbcp.pool2.PoolUtils
Returns a pool that adaptively decreases its size when idle objects are no longer needed.
erodingPool(ObjectPool) - Static method in class org.apache.tomcat.dbcp.pool2.PoolUtils
Returns a pool that adaptively decreases its size when idle objects are no longer needed.
erodingPool(ObjectPool, float) - Static method in class org.apache.tomcat.dbcp.pool2.PoolUtils
Returns a pool that adaptively decreases its size when idle objects are no longer needed.
errDispatcher - Variable in class org.apache.jasper.compiler.Compiler
The error dispatcher.
error - Variable in class org.apache.catalina.connector.CoyoteWriter
Flag indicating whether an error has occurred.
error(Object) - Method in interface org.apache.juli.logging.Log
Log a message with error log level.
error(Object, Throwable) - Method in interface org.apache.juli.logging.Log
Log an error with error log level.
error(SAXParseException) - Method in class org.apache.tomcat.util.descriptor.XmlErrorHandler
 
error(SAXParseException) - Method in class org.apache.tomcat.util.digester.Digester
Forward notification of a parsing error to the application supplied error handler (if any).
ERROR - Enum constant in enum class org.apache.tomcat.util.net.SendfileState
Something went wrong.
ERROR - Enum constant in enum class org.apache.tomcat.util.net.SocketEvent
An error has occurred on a non-container thread and processing needs to return to the container for any necessary clean-up.
ERROR - Enum constant in enum class org.apache.tomcat.util.net.SocketWrapperBase.CompletionState
The operation completed inline but failed.
ERROR - Static variable in class org.apache.tomcat.util.descriptor.web.FilterMap
Dispatcher type constant for error dispatch.
errorDelay - Variable in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2Acceptor
 
ErrorDispatcher - Class in org.apache.jasper.compiler
Class responsible for dispatching JSP parse and javac compilation errors to the configured error handler.
ErrorDispatcher(boolean) - Constructor for class org.apache.jasper.compiler.ErrorDispatcher
Constructor.
errorHandler - Variable in class org.apache.tomcat.util.digester.Digester
The application-supplied error handler that is notified when parsing warnings, errors, or fatal errors occur.
ErrorHandler - Interface in org.apache.catalina.tribes
The ErrorHandler class is used when sending messages that are sent asynchronously and the application still needs to get confirmation when the message was sent successfully or when a message errored out.
ErrorHandler - Interface in org.apache.jasper.compiler
Interface for handling JSP parse and javac compilation errors.
errorOnUseBeanInvalidClassAttribute - Variable in class org.apache.jasper.JspC
Needs better documentation, this data member does.
ErrorPage - Class in org.apache.tomcat.util.descriptor.web
Representation of an error page element for a web application, as represented in a <error-page> element in the deployment descriptor.
ErrorPage() - Constructor for class org.apache.tomcat.util.descriptor.web.ErrorPage
Default constructor for ErrorPage.
ErrorPageSupport - Class in org.apache.catalina.util
Provides support for tracking per exception type and per HTTP status code error pages.
ErrorPageSupport() - Constructor for class org.apache.catalina.util.ErrorPageSupport
Default constructor for ErrorPageSupport.
ErrorReportValve - Class in org.apache.catalina.valves
Implementation of a Valve that outputs HTML error pages.
ErrorReportValve() - Constructor for class org.apache.catalina.valves.ErrorReportValve
Default constructor for ErrorReportValve.
ErrorState - Enum Class in org.apache.coyote
Enumeration of possible error states for a Coyote connection or request/response.
escape(CharSequence, int, int) - Static method in class org.apache.juli.JsonFormatter.JSONFilter
Escape the given char sequence.
escape(String) - Static method in class org.apache.catalina.mbeans.MBeanDumper
Escape a string value for display.
escape(String) - Static method in class org.apache.juli.JsonFormatter.JSONFilter
Escape the given string.
escape(String) - Static method in class org.apache.juli.LogUtil
Escape a string so it can be displayed in a readable format.
escape(String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Escapes special characters in a string for use in generated code.
Escape - Class in org.apache.tomcat.util.security
Provides utility methods to escape content for different contexts.
Escape() - Constructor for class org.apache.catalina.valves.rewrite.InternalRewriteMap.Escape
Constructs a new Escape rewrite map.
escapeAndAppend(String, CharArrayWriter) - Static method in class org.apache.catalina.valves.AbstractAccessLogValve
Escapes and appends the input string to the destination writer.
escapeAndAppend(String, CharArrayWriter, boolean) - Static method in class org.apache.catalina.valves.AbstractAccessLogValve
Escapes and appends the input string to the destination writer.
escapeQueryString(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Escape special shell characters.
escapeXml(char[], int) - Static method in class org.apache.jasper.tagplugins.jstl.Util
Escapes XML special characters in the given character array buffer.
escapeXml(Object) - Static method in class org.apache.catalina.manager.JspHelper
Escapes XML special characters in the given object's string representation.
escapeXml(String) - Static method in class org.apache.catalina.manager.JspHelper
Performs the following substring replacements (to facilitate output to XML/HTML pages): & -> &amp; < -> &lt; > -> &gt; " -> &#034; ' -> &#039;
escapeXml(String) - Static method in class org.apache.jasper.tagplugins.jstl.Util
Performs the following substring replacements (to facilitate output to XML/HTML pages): & -> &amp < -> &lt; > -> &gt; " -> &#034; ' -> &#039; See also OutSupport.writeEscapedXml(). taken from org.apache.taglibs.standard.tag.common.core.Util
eval() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
This method evaluates the condition It support for operation ">,>=,<,<=" the types long and double.
eval() - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
evaluate(CharSequence, Resolver) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Evaluate the rule based on the context
evaluate(String, Resolver) - Method in class org.apache.catalina.valves.rewrite.RewriteCond.Condition
Evaluate the condition.
evaluate(String, Resolver) - Method in class org.apache.catalina.valves.rewrite.RewriteCond.LexicalCondition
 
evaluate(String, Resolver) - Method in class org.apache.catalina.valves.rewrite.RewriteCond.PatternCondition
 
evaluate(String, Resolver) - Method in class org.apache.catalina.valves.rewrite.RewriteCond.ResourceCondition
 
evaluate(Matcher, Matcher, Resolver) - Method in class org.apache.catalina.valves.rewrite.RewriteCond
Evaluate the condition based on the context
evaluate(Matcher, Matcher, Resolver) - Method in class org.apache.catalina.valves.rewrite.Substitution
Evaluate the substitution based on the context.
evaluate(Matcher, Matcher, Resolver) - Method in class org.apache.catalina.valves.rewrite.Substitution.MapElement
 
evaluate(Matcher, Matcher, Resolver) - Method in class org.apache.catalina.valves.rewrite.Substitution.RewriteCondBackReferenceElement
 
evaluate(Matcher, Matcher, Resolver) - Method in class org.apache.catalina.valves.rewrite.Substitution.RewriteRuleBackReferenceElement
 
evaluate(Matcher, Matcher, Resolver) - Method in class org.apache.catalina.valves.rewrite.Substitution.ServerVariableElement
 
evaluate(Matcher, Matcher, Resolver) - Method in class org.apache.catalina.valves.rewrite.Substitution.ServerVariableEnvElement
 
evaluate(Matcher, Matcher, Resolver) - Method in class org.apache.catalina.valves.rewrite.Substitution.ServerVariableHttpElement
 
evaluate(Matcher, Matcher, Resolver) - Method in class org.apache.catalina.valves.rewrite.Substitution.ServerVariableSslElement
 
evaluate(Matcher, Matcher, Resolver) - Method in class org.apache.catalina.valves.rewrite.Substitution.StaticElement
 
evaluate(Matcher, Matcher, Resolver) - Method in class org.apache.catalina.valves.rewrite.Substitution.SubstitutionElement
Evaluates this element against the given matchers and resolver.
evaluateNodes(Node.Nodes, SmapStratum, HashMap, boolean) - Static method in class org.apache.jasper.compiler.SmapUtil
Traverses the JSP AST nodes and populates the given SmapStratum with line mapping data.
evaluateTree() - Method in class org.apache.catalina.ssi.ExpressionParseTree
Evaluates the tree and returns true or false.
EvaluationContext - Class in org.apache.el.lang
Extended EL context that wraps an existing ELContext and provides additional functionality for lambda expression evaluation.
EvaluationContext(ELContext, FunctionMapper, VariableMapper) - Constructor for class org.apache.el.lang.EvaluationContext
Creates a new EvaluationContext wrapping the given ELContext.
event - Variable in class org.apache.tomcat.util.net.SocketProcessorBase
The event that triggered this processor (e.g., READ, WRITE).
eventCache - Variable in class org.apache.tomcat.util.net.SocketProperties
Enable/disable poller event cache, this bounded cache stores PollerEvent objects to reduce GC for the poller
events - Variable in class org.apache.catalina.tribes.transport.nio.NioReceiver
Queue of events to be processed by the selector thread.
events() - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
Processes all pending events in the event queue.
events() - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
Processes events in the event queue of the Poller.
evict() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Manually evicts idle connections
evict() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Perform numTests idle object eviction tests, evicting examined objects that meet the criteria for eviction.
evict() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
Perform numTests idle object eviction tests, evicting examined objects that meet the criteria for eviction.
evict() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
Perform numTests idle object eviction tests, evicting examined objects that meet the criteria for eviction.
evict(EvictionConfig, PooledObject, int) - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultEvictionPolicy
 
evict(EvictionConfig, PooledObject, int) - Method in interface org.apache.tomcat.dbcp.pool2.impl.EvictionPolicy
Tests if an idle object in the pool should be evicted or not.
EVICTION - Enum constant in enum class org.apache.tomcat.dbcp.pool2.PooledObjectState
In the queue, currently being tested for possible eviction.
EVICTION_RETURN_TO_HEAD - Enum constant in enum class org.apache.tomcat.dbcp.pool2.PooledObjectState
Not in the queue, currently being tested for possible eviction.
EvictionConfig - Class in org.apache.tomcat.dbcp.pool2.impl
This class is used by pool implementations to pass configuration information to EvictionPolicy instances.
EvictionConfig(long, long, int) - Constructor for class org.apache.tomcat.dbcp.pool2.impl.EvictionConfig
EvictionConfig(Duration, Duration, int) - Constructor for class org.apache.tomcat.dbcp.pool2.impl.EvictionConfig
Creates a new eviction configuration with the specified parameters.
EvictionPolicy<T> - Interface in org.apache.tomcat.dbcp.pool2.impl
To provide a custom eviction policy (i.e. something other than DefaultEvictionPolicy for a pool, users must provide an implementation of this interface that provides the required eviction policy.
EVT_ALL_SESSION_DATA - Static variable in interface org.apache.catalina.ha.session.SessionMessage
When a session state is transferred, this is the event.
EVT_ALL_SESSION_NOCONTEXTMANAGER - Static variable in interface org.apache.catalina.ha.session.SessionMessage
Event type used when context manager doesn't exist.
EVT_ALL_SESSION_TRANSFERCOMPLETE - Static variable in interface org.apache.catalina.ha.session.SessionMessage
When a session state is complete transferred, this is the event.
EVT_CHANGE_SESSION_ID - Static variable in interface org.apache.catalina.ha.session.SessionMessage
Event type used when a sessionID has been changed.
EVT_CONF_RX - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
Event for confirmation received.
EVT_ELECT_ABANDONED - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
Event for election abandoned.
EVT_GET_ALL_SESSIONS - Static variable in interface org.apache.catalina.ha.session.SessionMessage
Event type used when a server comes online for the first time.
EVT_MBR_ADD - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
Event for member add.
EVT_MBR_DEL - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
Event for member delete.
EVT_MSG_ARRIVE - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
Event for message arrival.
EVT_POST_MERGE - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
Event for post-merge.
EVT_PRE_MERGE - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
Event for pre-merge.
EVT_PROCESS_ELECT - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
Event for election processing.
EVT_SEND_MSG - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
Event for sending message.
EVT_SESSION_ACCESSED - Static variable in interface org.apache.catalina.ha.session.SessionMessage
Event type used when a session has been accessed (ie, last access time has been updated).
EVT_SESSION_CREATED - Static variable in interface org.apache.catalina.ha.session.SessionMessage
Event type used when a session has been created on a node
EVT_SESSION_DELTA - Static variable in interface org.apache.catalina.ha.session.SessionMessage
Event type used when an attribute has been added to a session, the attribute will be sent to all the other nodes in the cluster
EVT_SESSION_EXPIRED - Static variable in interface org.apache.catalina.ha.session.SessionMessage
Event type used when a session has expired
EVT_START - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
Event for coordinator start.
EVT_START_ELECT - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
Event for election start.
EVT_STOP - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
Event for coordinator stop.
EVT_WAIT_FOR_MSG - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
Event for waiting for message.
ExactRateLimiter - Class in org.apache.catalina.util
A RateLimiter that compromises efficiency for accuracy in order to provide exact rate limiting.
ExactRateLimiter() - Constructor for class org.apache.catalina.util.ExactRateLimiter
Default constructor for ExactRateLimiter.
exactWrappers - Variable in class org.apache.catalina.mapper.Mapper.ContextVersion
The exact match wrappers.
exception() - Method in record class org.apache.catalina.ha.tcp.SendMessageData
Returns the value of the exception record component.
ExceptionUtils - Class in org.apache.catalina.tribes.util
Utilities for handling Throwables and Exceptions.
ExceptionUtils - Class in org.apache.el.util
Utilities for handling Throwable and Exceptions.
ExceptionUtils - Class in org.apache.jasper.runtime
Utilities for handling Throwables and Exceptions.
ExceptionUtils - Class in org.apache.tomcat.util
Utilities for handling Throwables and Exceptions.
ExceptionUtils() - Constructor for class org.apache.catalina.tribes.util.ExceptionUtils
Default constructor.
ExceptionUtils() - Constructor for class org.apache.el.util.ExceptionUtils
Default constructor.
ExceptionUtils() - Constructor for class org.apache.jasper.runtime.ExceptionUtils
Default constructor.
ExceptionUtils() - Constructor for class org.apache.tomcat.util.ExceptionUtils
Default constructor.
ExchangeCountDownLatch(int) - Constructor for class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ExchangeCountDownLatch
Creates a new ExchangeCountDownLatch with the given count.
ExchangeCountDownLatch(int) - Constructor for class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ExchangeCountDownLatch
Constructor.
exclude(String, Object) - Method in class org.apache.catalina.session.StandardSession
Should the given session attribute be excluded?
excludedAttributeNames - Static variable in class org.apache.catalina.session.Constants
Set of session attribute names used internally by Tomcat that should always be removed from the session before it is persisted, replicated or equivalent.
excludeFromSet(Member[], Member[]) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Excludes members from the given set.
excludes - Variable in class org.apache.tomcat.util.digester.SetPropertiesRule
The set of property names to exclude from processing, or null if all properties should be processed.
execute() - Method in class org.apache.catalina.ant.AbstractCatalinaTask
Execute the specified command.
execute() - Method in class org.apache.catalina.ant.DeployTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.FindLeaksTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Execute the specified command.
execute() - Method in class org.apache.catalina.ant.JMXGetTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.JMXQueryTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.JMXSetTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.ListTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.ReloadTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.ResourcesTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.ServerinfoTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.SessionsTask
 
execute() - Method in class org.apache.catalina.ant.SslConnectorCiphersTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.StartTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.StopTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.ThreaddumpTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.UndeployTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.ValidatorTask
Execute the specified command.
execute() - Method in class org.apache.catalina.ant.VminfoTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.tribes.io.ObjectReader
Send buffer to cluster listener (callback).
execute() - Method in class org.apache.jasper.JspC
Executes the compilation.
execute() - Method in class org.apache.tomcat.buildutil.CheckEol
Perform the check
execute() - Method in class org.apache.tomcat.buildutil.ForceUtcTimeZone
 
execute() - Method in class org.apache.tomcat.buildutil.RepeatableArchive
 
execute() - Method in class org.apache.tomcat.buildutil.translate.BackportBase
Executes the back-port operation.
execute() - Method in class org.apache.tomcat.buildutil.translate.BackportEnglish
 
execute() - Method in class org.apache.tomcat.buildutil.translate.BackportTranslations
 
execute() - Method in class org.apache.tomcat.buildutil.Txt2Html
Perform the conversion
execute() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
execute() - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDigesterSource
Execute the descriptor loading.
execute() - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
Execute the descriptor loading.
execute(Runnable) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
execute(Runnable) - Method in class org.apache.catalina.core.StandardVirtualThreadExecutor
 
execute(Runnable) - Method in class org.apache.coyote.AbstractProcessor
Provides a mechanism to trigger processing on a container thread.
execute(Runnable) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Transfers processing to a container thread.
execute(Runnable) - Method in class org.apache.tomcat.util.threads.InlineExecutorService
 
execute(Runnable) - Method in class org.apache.tomcat.util.threads.ScheduledThreadPoolExecutor
 
execute(Runnable) - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
 
execute(Runnable) - Method in class org.apache.tomcat.util.threads.VirtualThreadExecutor
 
execute(String) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
Execute the specified command, based on the configured properties.
execute(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
execute(String, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
execute(String, int[]) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
execute(String, InputStream, String, long) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
Execute the specified command, based on the configured properties.
execute(String, String[]) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
execute(DeltaSession, boolean) - Method in class org.apache.catalina.ha.session.DeltaRequest
Execute all recorded actions on the given session.
EXECUTE - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
EXECUTE_BATCH - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
EXECUTE_QUERY - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
EXECUTE_QUERY - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
Method name for executeQuery.
EXECUTE_TYPES - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
Array of execute type method names
EXECUTE_UPDATE - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
executeBatch() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
executeDispatches() - Method in class org.apache.coyote.AbstractProcessor
Executes any pending non-blocking dispatches.
executeLargeBatch() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
executeLargeUpdate() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
executeLargeUpdate(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
executeLargeUpdate(String, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
executeLargeUpdate(String, int[]) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
executeLargeUpdate(String, String[]) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
executePartialPut(HttpServletRequest, ContentRange, String) - Method in class org.apache.catalina.servlets.DefaultServlet
Handle a partial PUT.
executeQuery() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
executeQuery(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
executeUpdate() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
executeUpdate(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
executeUpdate(String, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
executeUpdate(String, int[]) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
executeUpdate(String, String[]) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
executor - Variable in class org.apache.catalina.core.StandardThreadExecutor
The executor we use for this component
executor - Variable in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
The executor service.
executor - Variable in class org.apache.catalina.tribes.membership.MembershipProviderBase
The event notification executor.
executor - Variable in class org.apache.tomcat.util.threads.ScheduledThreadPoolExecutor
The wrapped ScheduledExecutorService instance.
Executor - Interface in org.apache.catalina
Interface for a lifecycle-managed executor service within the Catalina container.
ExecutorFactory - Class in org.apache.catalina.tribes.util
Factory for creating thread pool executors for Tribes clustering.
ExecutorFactory() - Constructor for class org.apache.catalina.tribes.util.ExecutorFactory
Default constructor for ExecutorFactory.
executors - Variable in class org.apache.catalina.core.StandardService
The list of executors held by the service.
ExistingStandardWrapper(Servlet) - Constructor for class org.apache.catalina.startup.Tomcat.ExistingStandardWrapper
Wraps the given servlet.
exists() - Method in class org.apache.catalina.ha.deploy.WarWatcher.WarInfo
Returns whether the WAR file exists.
exists() - Method in interface org.apache.catalina.WebResource
Checks if this resource exists.
exists() - Method in class org.apache.catalina.webresources.AbstractArchiveResource
 
exists() - Method in class org.apache.catalina.webresources.CachedResource
 
exists() - Method in class org.apache.catalina.webresources.EmptyResource
 
exists() - Method in class org.apache.catalina.webresources.FileResource
 
exists() - Method in class org.apache.catalina.webresources.JarResourceRoot
 
exists(String) - Method in interface org.apache.tomcat.Jar
Determine if the given resource in present in the JAR.
exists(String) - Method in class org.apache.tomcat.util.scan.AbstractInputStreamJar
 
exists(String) - Method in class org.apache.tomcat.util.scan.JarFileUrlJar
 
exists(String) - Method in class org.apache.tomcat.util.scan.ReferenceCountedJar
 
exitLambdaScope() - Method in class org.apache.el.lang.EvaluationContext
 
EXP40 - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.EncryptionLevel
Export-grade 40-bit encryption.
EXP56 - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.EncryptionLevel
Export-grade 56-bit encryption.
expand(int) - Method in class org.apache.catalina.connector.InputBuffer
 
expand(int) - Method in class org.apache.catalina.tribes.io.XByteBuffer
Expands the internal buffer to accommodate the specified number of bytes.
expand(int) - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
 
expand(int) - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
 
expand(int) - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
 
expand(int) - Method in class org.apache.coyote.http11.Http11InputBuffer
 
expand(int) - Method in class org.apache.coyote.http11.upgrade.UpgradeApplicationBufferHandler
 
expand(int) - Method in interface org.apache.tomcat.util.net.ApplicationBufferHandler
Expand the byte buffer to at least the given size.
expand(int) - Method in class org.apache.tomcat.util.net.SocketBufferHandler
Expands both read and write buffers to the specified size.
expand(ByteBuffer, int) - Static method in class org.apache.tomcat.util.buf.ByteBufferUtils
Expands buffer to the given size unless it is already as big or bigger.
expand(Host, URL, String) - Static method in class org.apache.catalina.startup.ExpandWar
Expand the WAR file found at the specified URL into an unpacked directory structure.
ExpandWar - Class in org.apache.catalina.startup
Expand out a WAR in a Host's appBase.
ExpandWar() - Constructor for class org.apache.catalina.startup.ExpandWar
Default constructor for ExpandWar.
Expiration configuration selection - Section in class org.apache.catalina.filters.ExpiresFilter
 
Expiration headers generation eligibility - Section in class org.apache.catalina.filters.ExpiresFilter
 
expirationTime - Variable in class org.apache.catalina.tribes.membership.cloud.CloudMembershipProvider
Member expiration time in milliseconds.
expirationTime - Variable in class org.apache.catalina.tribes.membership.StaticMembershipProvider
Time in milliseconds after which a member is considered expired.
expire - Variable in class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor
Message expiration time in milliseconds.
expire() - Method in class org.apache.catalina.manager.DummyProxySession
 
expire() - Method in interface org.apache.catalina.Session
Perform the internal processing required to invalidate this session, without triggering an exception if the session has already expired.
expire() - Method in class org.apache.catalina.session.StandardSession
 
expire(boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
 
expire(boolean) - Method in class org.apache.catalina.session.StandardSession
Perform the internal processing required to invalidate this session, without triggering an exception if the session has already expired.
expire(boolean, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
Expire this session.
expire(long) - Method in class org.apache.catalina.tribes.membership.Membership
Runs a refresh cycle and returns a list of members that has expired.
expireAllLocalSessions() - Method in class org.apache.catalina.ha.session.DeltaManager
Expire all find sessions.
expired(long) - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor.FragCollection
Checks if this fragment collection has expired.
expired(long) - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor.FragKey
Checks if this fragment key has expired.
expired(long, long) - Method in record class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor.MapEntry
Checks if this entry has expired.
expiredKeys() - Method in class org.apache.catalina.session.DataSourceStore
 
expiredKeys() - Method in class org.apache.catalina.session.StoreBase
Get only those keys of sessions, that are saved in the Store and are to be expired.
expiredMutex - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
Mutex for expired member checking.
expiredSessions - Variable in class org.apache.catalina.session.ManagerBase
Number of sessions that have expired.
expires - Variable in class org.apache.catalina.ssi.SSIFilter
Expiration time in seconds for the doc.
expires - Variable in class org.apache.catalina.ssi.SSIServlet
Expiration time in seconds for the doc.
ExpiresByType <content-type> - Section in class org.apache.catalina.filters.ExpiresFilter
 
ExpiresConfiguration(ExpiresFilter.StartingPoint, List) - Constructor for record class org.apache.catalina.filters.ExpiresFilter.ExpiresConfiguration
Creates an instance of a ExpiresConfiguration record class.
ExpiresDefault - Section in class org.apache.catalina.filters.ExpiresFilter
 
expireSession(String) - Method in class org.apache.catalina.session.ManagerBase
Expire the session with the given ID.
expireSessions(PrintWriter, ContextName, HttpServletRequest, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Extract the expiration request parameter
expireSessions(ContextName, HttpServletRequest, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Extract the expiration request parameter
ExpiresExcludedResponseStatusCodes - Section in class org.apache.catalina.filters.ExpiresFilter
 
ExpiresFilter - Class in org.apache.catalina.filters
ExpiresFilter is a Java Servlet API port of Apache mod_expires to add 'Expires' and 'Cache-Control: max-age=' headers to HTTP response according to its 'Content-Type'.
ExpiresFilter() - Constructor for class org.apache.catalina.filters.ExpiresFilter
Creates a new ExpiresFilter instance.
ExpiresFilter.Duration - Record Class in org.apache.catalina.filters
Duration composed of an ExpiresFilter.Duration.amount and a ExpiresFilter.Duration.unit
ExpiresFilter.DurationUnit - Enum Class in org.apache.catalina.filters
Duration unit
ExpiresFilter.ExpiresConfiguration - Record Class in org.apache.catalina.filters
Main piece of configuration of the filter.
ExpiresFilter.StartingPoint - Enum Class in org.apache.catalina.filters
Expiration configuration starting point.
ExpiresFilter.XHttpServletResponse - Class in org.apache.catalina.filters
Wrapping extension of the HttpServletResponse to wrap the "Start Write Response Body" event.
ExpiresFilter.XPrintWriter - Class in org.apache.catalina.filters
Wrapping extension of PrintWriter to trap the "Start Write Response Body" event.
ExpiresFilter.XServletOutputStream - Class in org.apache.catalina.filters
Wrapping extension of ServletOutputStream to trap the "Start Write Response Body" event.
expiring - Variable in class org.apache.catalina.session.StandardSession
We are currently processing a session expiration, so bypass certain IllegalStateException tests.
EXPRESSION_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
Internal name for the expression action.
ExpressionBuilder - Class in org.apache.el.lang
Builds compiled EL expressions from parsed AST nodes.
ExpressionBuilder(String, ELContext) - Constructor for class org.apache.el.lang.ExpressionBuilder
Creates a new ExpressionBuilder for the given expression and context.
ExpressionFactoryImpl - Class in org.apache.el
Implementation of ExpressionFactory.
ExpressionFactoryImpl() - Constructor for class org.apache.el.ExpressionFactoryImpl
Creates a new ExpressionFactoryImpl instance.
ExpressionParseTree - Class in org.apache.catalina.ssi
Represents a parsed expression.
ExpressionParseTree(String, SSIMediator) - Constructor for class org.apache.catalina.ssi.ExpressionParseTree
Creates a new parse tree for the specified expression.
ExpressionTokenizer - Class in org.apache.catalina.ssi
Parses an expression string to return the individual tokens.
ExpressionTokenizer(String) - Constructor for class org.apache.catalina.ssi.ExpressionTokenizer
Creates a new parser for the specified expression.
EXTCRC - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
 
EXTCRC - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
EXTENDED - Enum constant in enum class org.apache.jasper.TrimSpacesOption
Trim whitespace around directives, scriptlet elements, and template text.
ExtendedAccessLogValve - Class in org.apache.catalina.valves
An implementation of the W3c Extended Log File Format.
ExtendedAccessLogValve() - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve
Creates a new ExtendedAccessLogValve instance.
ExtendedAccessLogValve.CookieElement - Class in org.apache.catalina.valves
Log element that outputs the value(s) of a named cookie.
ExtendedAccessLogValve.DateElement - Class in org.apache.catalina.valves
Log element that outputs the date in yyyy-MM-dd format for GMT.
ExtendedAccessLogValve.PatternTokenizer - Class in org.apache.catalina.valves
Tokenizer for parsing the log pattern string.
ExtendedAccessLogValve.RequestAttributeElement - Class in org.apache.catalina.valves
Log element that outputs a servlet request attribute value.
ExtendedAccessLogValve.RequestHeaderElement - Class in org.apache.catalina.valves
Log element that outputs a specific request header value.
ExtendedAccessLogValve.RequestParameterElement - Class in org.apache.catalina.valves
Log element that outputs a URL-encoded request parameter value.
ExtendedAccessLogValve.ResponseAllHeaderElement - Class in org.apache.catalina.valves
write a specific response header - x-O(xxx)
ExtendedAccessLogValve.ResponseHeaderElement - Class in org.apache.catalina.valves
Log element that outputs a specific response header value.
ExtendedAccessLogValve.ServletContextElement - Class in org.apache.catalina.valves
Log element that outputs a servlet context attribute value.
ExtendedAccessLogValve.SessionAttributeElement - Class in org.apache.catalina.valves
Log element that outputs a session attribute value.
ExtendedAccessLogValve.TimeElement - Class in org.apache.catalina.valves
Log element that outputs the time in HH:mm:ss format.
ExtendedBaseRules - Section in package org.apache.tomcat.util.digester
 
ExtendedRpcCallback - Interface in org.apache.catalina.tribes.group
Extension to the RpcCallback interface.
extension() - Method in record class org.apache.catalina.servlets.DefaultServlet.CompressionFormat
Returns the value of the extension record component.
extensions - Variable in class org.apache.jasper.JspC
The file extensions to be handled as JSP files.
extensionWrappers - Variable in class org.apache.catalina.mapper.Mapper.ContextVersion
The extension match wrappers.
External Entity Resolution Using Digester - Section in package org.apache.tomcat.util.digester
 
externalLoaders - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
External class loaders if serialization and deserialization is to be performed successfully.
EXTHDR - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
 
EXTHDR - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
EXTLEN - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
 
EXTLEN - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
extract(Member[], Member[]) - Static method in class org.apache.catalina.tribes.util.Arrays
Removes specified members from an array.
extractDataPackage(boolean) - Method in class org.apache.catalina.tribes.io.XByteBuffer
Extracts the message bytes from a package.
extractFromPath(String) - Static method in class org.apache.catalina.util.ContextName
Extract the final component of the given path which is assumed to be a base name and generate a ContextName from that base name.
ExtractingRoot - Class in org.apache.catalina.webresources
If the main resources are packaged as a WAR file then any JARs will be extracted to the work directory and used from there.
ExtractingRoot() - Constructor for class org.apache.catalina.webresources.ExtractingRoot
Creates a new ExtractingRoot instance.
extractPackage(boolean) - Method in class org.apache.catalina.tribes.io.XByteBuffer
Extracts a complete package from the buffer and deserializes it into a ChannelData object.
EXTSIG - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
 
EXTSIG - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
EXTSIZ - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
 
EXTSIZ - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 

F

facade - Variable in class org.apache.catalina.connector.Request
The facade associated with this request.
facade - Variable in class org.apache.catalina.connector.Response
The facade associated with this response.
facade - Variable in class org.apache.catalina.core.StandardWrapper
The facade associated with this wrapper.
facade - Variable in class org.apache.catalina.session.StandardSession
The facade associated with this session.
factory - Variable in class org.apache.tomcat.util.digester.Digester
The SAXParserFactory that is created the first time we need it.
FACTORY - Static variable in class org.apache.naming.factory.Constants
Factory attribute name.
FactoryBase - Class in org.apache.naming.factory
Abstract base class that provides common functionality required by subclasses.
FactoryBase() - Constructor for class org.apache.naming.factory.FactoryBase
Creates a new FactoryBase instance.
FactoryCreateRule - Class in org.apache.tomcat.util.digester
Rule implementation that uses an ObjectCreationFactory to create a new object which it pushes onto the object stack.
FactoryCreateRule(ObjectCreationFactory, boolean) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Construct a factory create rule using the given, already instantiated, ObjectCreationFactory.
factoryType - Static variable in class org.apache.naming.factory.MailSessionFactory
The Java type for which this factory knows how to create objects.
FAIL_ACK_COMMAND - Static variable in class org.apache.catalina.tribes.transport.Constants
Failed acknowledgement command data package.
FAIL_ACK_DATA - Static variable in class org.apache.catalina.tribes.transport.Constants
Failed acknowledgement data bytes.
failed(Throwable, Void) - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2Acceptor
 
failed(Throwable, SendfileData) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler.SendfileCompletionHandler
 
failed(Throwable, SocketWrapperBase.OperationState) - Method in class org.apache.tomcat.util.net.SocketWrapperBase.VectoredIOCompletionHandler
 
FAILED - Enum constant in enum class org.apache.catalina.LifecycleState
Component has failed.
FAILED_QUERY_NOTIFICATION - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
Notification type for failed query events.
FAILED_QUERY_NOTIFICATION - Static variable in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Notification type sent when a query fails.
FailedContext - Class in org.apache.catalina.startup
An implementation of Context that is used as a place-holder for deployed applications when their deployment fails and a Context instance (usually StandardContext but may be any Context implementation) cannot be created.
FailedContext() - Constructor for class org.apache.catalina.startup.FailedContext
Creates a new FailedContext instance.
failedUsers - Variable in class org.apache.catalina.realm.LockOutRealm
Users whose last authentication attempt failed.
failFast - Variable in class org.apache.jasper.JspC
Flag to stop on first compilation error.
FAILING - Static variable in class org.apache.catalina.tribes.transport.SenderState
Sender has failed and is unable to transmit messages.
failOnError - Variable in class org.apache.catalina.ant.BaseRedirectorHelperTask
Whether to fail (with a BuildException) if ManagerServlet returns an error.
failOnError - Variable in class org.apache.jasper.JspC
Throw an exception if there's a compilation error, or swallow it.
failure(long, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
Records a failed query invocation, updating timing statistics and failure count.
failureCount - Variable in class org.apache.catalina.realm.LockOutRealm
The number of times in a row a user has to fail authentication to be locked out.
FairBlockingQueue<E> - Class in org.apache.tomcat.jdbc.pool
A simple implementation of a blocking queue with fairness waiting. invocations to method poll(...) will get handed out in the order they were received.
FairBlockingQueue() - Constructor for class org.apache.tomcat.jdbc.pool.FairBlockingQueue
Creates a new fair blocking queue.
FairBlockingQueue.ExchangeCountDownLatch<T> - Class in org.apache.tomcat.jdbc.pool
A count down latch that can be used to exchange information.
FairBlockingQueue.FairIterator - Class in org.apache.tomcat.jdbc.pool
Iterator safe from concurrent modification exceptions.
FairBlockingQueue.ItemFuture<T> - Class in org.apache.tomcat.jdbc.pool
A non-cancellable future used to check if a connection has been made available.
FairIterator() - Constructor for class org.apache.tomcat.jdbc.pool.FairBlockingQueue.FairIterator
Creates a new FairIterator with a snapshot of the current queue contents.
FairIterator() - Constructor for class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.FairIterator
Constructor.
fairness - Variable in class org.apache.catalina.valves.SemaphoreValve
Fairness of the semaphore.
fakeAttributes - Variable in class org.apache.tomcat.util.digester.Digester
Fake attributes map (attributes are often used for object creation).
fakeOutputStream - Variable in class org.apache.coyote.http11.filters.GzipOutputFilter
Fake internal output stream.
FakeOutputStream() - Constructor for class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
Constructs a new FakeOutputStream.
FALSE - Enum constant in enum class org.apache.jasper.TrimSpacesOption
Equivalent to trimDirectiveWhitespaces="false".
FarmWarDeployer - Class in org.apache.catalina.ha.deploy
A farm war deployer is a class that is able to deploy/undeploy web applications in WAR from within the cluster.
FarmWarDeployer() - Constructor for class org.apache.catalina.ha.deploy.FarmWarDeployer
Creates a new FarmWarDeployer instance.
FastHttpDateFormat - Class in org.apache.tomcat.util.http
Utility class to generate HTTP dates.
FastRateLimiter - Class in org.apache.catalina.util
A RateLimiter that compromises accuracy for speed in order to provide maximum throughput.
FastRateLimiter() - Constructor for class org.apache.catalina.util.FastRateLimiter
Creates a new FastRateLimiter instance.
FastRemovalDequeue<T> - Class in org.apache.jasper.util
The FastRemovalDequeue is a Dequeue that supports constant time removal of entries.
FastRemovalDequeue(int) - Constructor for class org.apache.jasper.util.FastRemovalDequeue
Initialize empty queue.
FastRemovalDequeue.Entry - Class in org.apache.jasper.util
Implementation of a doubly linked list entry.
fatal(Object) - Method in interface org.apache.juli.logging.Log
Log a message with fatal log level.
fatal(Object, Throwable) - Method in interface org.apache.juli.logging.Log
Log an error with fatal log level.
fatalError(SAXParseException) - Method in class org.apache.tomcat.util.descriptor.XmlErrorHandler
 
fatalError(SAXParseException) - Method in class org.apache.tomcat.util.digester.Digester
Forward notification of a fatal parsing error to the application supplied error handler (if any).
FaultyMember(Member, Exception) - Constructor for class org.apache.catalina.tribes.ChannelException.FaultyMember
Construct a FaultyMember with the specified member and cause.
fchannel - Variable in class org.apache.tomcat.util.net.NioEndpoint.SendfileData
The file channel for the sendfile operation.
FeatureInfo - Class in org.apache.tomcat.util.modeler
Convenience base class for AttributeInfo and OperationInfo classes that will be used to collect configuration information for the ModelMBean beans exposed for management.
FeatureInfo() - Constructor for class org.apache.tomcat.util.modeler.FeatureInfo
Default constructor for FeatureInfo.
fetchMembers() - Method in class org.apache.catalina.tribes.membership.cloud.CloudMembershipProvider
Fetch current cluster members from the cloud orchestration.
fetchMembers() - Method in class org.apache.catalina.tribes.membership.cloud.DNSMembershipProvider
 
fetchMembers() - Method in class org.apache.catalina.tribes.membership.cloud.KubernetesMembershipProvider
 
ffdhe2048 - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Group
2048-bit finite field Diffie-Hellman group.
ffdhe3072 - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Group
3072-bit finite field Diffie-Hellman group.
ffdhe4096 - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Group
4096-bit finite field Diffie-Hellman group.
ffdhe6144 - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Group
6144-bit finite field Diffie-Hellman group.
ffdhe8192 - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Group
8192-bit finite field Diffie-Hellman group.
FIELD_SEPARATOR - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
A byte sequence that follows a delimiter that will be followed by an encapsulation (CRLF).
file - Variable in class org.apache.catalina.ha.deploy.FileMessageFactory
The file that we are reading/writing
file() - Method in class org.apache.catalina.session.StandardManager
Return a File object representing the pathname to our persistence file, if any.
file(String, boolean) - Method in class org.apache.catalina.webresources.AbstractFileResourceSet
Return a File for the specified resource name.
FILE_MODIFICATION_RESOLUTION_MS - Static variable in class org.apache.catalina.startup.HostConfig
The resolution, in milliseconds, of file modification times.
FileChangeListener - Interface in org.apache.catalina.ha.deploy
Interface for listening to file changes in a deployment directory.
FileCountLimitExceededException - Exception Class in org.apache.tomcat.util.http.fileupload.impl
This exception is thrown if a request contains more files than the specified limit.
FileCountLimitExceededException(String, long) - Constructor for exception class org.apache.tomcat.util.http.fileupload.impl.FileCountLimitExceededException
Creates a new instance.
fileDateFormat - Variable in class org.apache.catalina.valves.AccessLogValve
Date format to place in log file name.
fileDateFormatter - Variable in class org.apache.catalina.valves.AccessLogValve
A date formatter to format a Date using the format given by fileDateFormat.
fileEncoding - Variable in class org.apache.catalina.servlets.DefaultServlet
File encoding to be used when reading static files.
fileFactories - Variable in class org.apache.catalina.ha.deploy.FarmWarDeployer
Map of file name to factory for in-progress file transfers.
FileHandler - Class in org.apache.juli
Implementation of Handler that appends log messages to a file named {prefix}{date}{suffix} in a configured directory.
FileHandler() - Constructor for class org.apache.juli.FileHandler
Default constructor.
FileHandler(String, String, String) - Constructor for class org.apache.juli.FileHandler
Constructor with directory, prefix, and suffix.
FileHandler(String, String, String, Integer) - Constructor for class org.apache.juli.FileHandler
Constructor with directory, prefix, suffix, and maxDays.
FileHandler(String, String, String, Integer, Boolean, Integer) - Constructor for class org.apache.juli.FileHandler
Constructor with all configuration options.
FileHandler.ThreadFactory - Class in org.apache.juli
Thread factory for creating log file cleanup threads.
FileInfo - Class in org.apache.tomcat.jni
Tomcat Native 1.2.33 and earlier won't initialise unless this class is present.
FileItem - Interface in org.apache.tomcat.util.http.fileupload
This class represents a file or form item that was received within a multipart/form-data POST request.
FileItemFactory - Interface in org.apache.tomcat.util.http.fileupload
A factory interface for creating FileItem instances.
FileItemHeaders - Interface in org.apache.tomcat.util.http.fileupload
This class provides support for accessing the headers for a file or form item that was received within a multipart/form-data POST request.
FileItemHeadersImpl - Class in org.apache.tomcat.util.http.fileupload.util
Default implementation of the FileItemHeaders interface.
FileItemHeadersImpl() - Constructor for class org.apache.tomcat.util.http.fileupload.util.FileItemHeadersImpl
Constructs a new instance.
FileItemHeadersSupport - Interface in org.apache.tomcat.util.http.fileupload
Interface that will indicate that FileItem or FileItemStream implementations will accept the headers read for the item.
FileItemIterator - Interface in org.apache.tomcat.util.http.fileupload
FileItemIteratorImpl - Class in org.apache.tomcat.util.http.fileupload.impl
The iterator, which is returned by FileUploadBase.getItemIterator(RequestContext).
FileItemIteratorImpl(FileUploadBase, RequestContext) - Constructor for class org.apache.tomcat.util.http.fileupload.impl.FileItemIteratorImpl
Creates a new instance.
FileItemStream - Interface in org.apache.tomcat.util.http.fileupload
This interface provides access to a file or form item that was received within a multipart/form-data POST request.
FileItemStream.ItemSkippedException - Exception Class in org.apache.tomcat.util.http.fileupload
This exception is thrown, if an attempt is made to read data from the InputStream, which has been returned by FileItemStream.openStream(), after Iterator.hasNext() has been invoked on the iterator, which created the FileItemStream.
FileItemStreamImpl - Class in org.apache.tomcat.util.http.fileupload.impl
Default implementation of FileItemStream.
FileItemStreamImpl(FileItemIteratorImpl, String, String, String, boolean, long) - Constructor for class org.apache.tomcat.util.http.fileupload.impl.FileItemStreamImpl
Creates a new instance.
FileMessage - Class in org.apache.catalina.ha.deploy
Contains the data for a file being transferred over TCP, this is essentially a fragment of a file, read and written by the FileMessageFactory.
FileMessage(Member, String, String) - Constructor for class org.apache.catalina.ha.deploy.FileMessage
Creates a new FileMessage for transferring a file.
FileMessageFactory - Class in org.apache.catalina.ha.deploy
This factory is used to read files and write files by splitting them up into smaller messages.
fileModified(File) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
 
fileModified(File) - Method in interface org.apache.catalina.ha.deploy.FileChangeListener
Modification from watchDir war detected.
fileName - Variable in class org.apache.tomcat.util.net.SendfileDataBase
The full path to the file that contains the data to be written to the socket.
fileName() - Method in record class org.apache.jasper.compiler.SmapInput
Returns the value of the fileName record component.
fileRemoved(File) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
 
fileRemoved(File) - Method in interface org.apache.catalina.ha.deploy.FileChangeListener
War remove from watchDir.
FileResource - Class in org.apache.catalina.webresources
Represents a single resource (file or directory) that is located on a file system.
FileResource(WebResourceRoot, String, File, boolean, Manifest) - Constructor for class org.apache.catalina.webresources.FileResource
Creates a FileResource without locking support.
FileResource(WebResourceRoot, String, File, boolean, Manifest, WebResourceLockSet, String) - Constructor for class org.apache.catalina.webresources.FileResource
Creates a FileResource with optional locking support.
FileResourceSet - Class in org.apache.catalina.webresources
Represents a WebResourceSet based on a single file.
FileResourceSet() - Constructor for class org.apache.catalina.webresources.FileResourceSet
A no argument constructor is required for this to work with the digester.
FileResourceSet(WebResourceRoot, String, String, String) - Constructor for class org.apache.catalina.webresources.FileResourceSet
Creates a new WebResourceSet based on a file.
FileSizeLimitExceededException - Exception Class in org.apache.tomcat.util.http.fileupload.impl
Thrown to indicate that A files size exceeds the configured maximum.
FileSizeLimitExceededException(String, long, long) - Constructor for exception class org.apache.tomcat.util.http.fileupload.impl.FileSizeLimitExceededException
Constructs a SizeExceededException with the specified detail message, and actual and permitted sizes.
FileStore - Class in org.apache.catalina.session
Concrete implementation of the Store interface that utilizes a file per saved Session in a configured directory.
FileStore() - Constructor for class org.apache.catalina.session.FileStore
Default constructor for FileStore.
FileUpload - Class in org.apache.tomcat.util.http.fileupload
High level API for processing file uploads.
FileUpload() - Constructor for class org.apache.tomcat.util.http.fileupload.FileUpload
Constructs an uninitialized instance of this class.
FileUploadBase - Class in org.apache.tomcat.util.http.fileupload
High level API for processing file uploads.
FileUploadBase() - Constructor for class org.apache.tomcat.util.http.fileupload.FileUploadBase
Constructs a new instance.
FileUploadException - Exception Class in org.apache.tomcat.util.http.fileupload
Exception for errors encountered while processing the request.
FileUploadException() - Constructor for exception class org.apache.tomcat.util.http.fileupload.FileUploadException
Constructs a new FileUploadException without message.
FileUploadException(String) - Constructor for exception class org.apache.tomcat.util.http.fileupload.FileUploadException
Constructs a new FileUploadException with specified detail message.
FileUploadException(String, Throwable) - Constructor for exception class org.apache.tomcat.util.http.fileupload.FileUploadException
Creates a new FileUploadException with the given detail message and cause.
FileUploadIOException - Exception Class in org.apache.tomcat.util.http.fileupload.impl
This exception is thrown for hiding an inner FileUploadException in an IOException.
FileUploadIOException(FileUploadException) - Constructor for exception class org.apache.tomcat.util.http.fileupload.impl.FileUploadIOException
Creates a FileUploadIOException with the given cause.
FileUtils - Class in org.apache.tomcat.util.http.fileupload
General file manipulation utilities.
FileUtils() - Constructor for class org.apache.tomcat.util.http.fileupload.FileUtils
Instances should NOT be constructed in standard programming.
fill(boolean, byte[]) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
Convenience overload that fills the entire byte array.
fill(boolean, byte[], int, int) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
fill(boolean, ByteBuffer, int) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
Convenience overload that fills a ByteBuffer.
fill(Membership, Member[]) - Static method in class org.apache.catalina.tribes.util.Arrays
Adds all members from an array to a Membership.
fillHeaderBuffer() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
 
fillHeaderBuffer() - Method in class org.apache.coyote.http11.Http11InputBuffer
 
fillHeaderBuffer() - Method in interface org.apache.tomcat.util.http.parser.HttpHeaderParser.HeaderDataSource
Read more data into the header buffer.
fillInStackTrace() - Method in interface org.apache.tomcat.dbcp.pool2.impl.CallStack
Takes a snapshot of the current call stack.
fillInStackTrace() - Method in class org.apache.tomcat.dbcp.pool2.impl.NoOpCallStack
 
fillInStackTrace() - Method in class org.apache.tomcat.dbcp.pool2.impl.ThrowableCallStack
 
filter - Variable in class org.apache.catalina.ha.tcp.ReplicationValve
Filter expression
filter - Variable in class org.apache.catalina.valves.PersistentValve
Regular expression pattern used to filter requests that should bypass session persistence.
filter(LambdaExpression) - Method in class org.apache.el.stream.Stream
Returns a stream consisting of the elements that match the given predicate.
filter(String, boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Filter classes.
filter(Set) - Method in class org.apache.tomcat.util.http.MimeHeaders
Filter headers to only include allowed ones.
FILTER - Enum constant in enum class org.apache.catalina.authenticator.AuthenticatorBase.AllowCorsPreflight
Allow CORS preflight bypass only when a CORS filter is configured.
filterAppPaths(String[]) - Method in class org.apache.catalina.startup.HostConfig
Filter the list of application file paths to remove those that match the regular expression defined by Host.getDeployIgnore().
FilterBase - Class in org.apache.catalina.filters
Base class for filters that provides generic initialisation and a simple no-op destruction.
FilterBase() - Constructor for class org.apache.catalina.filters.FilterBase
Default constructor for FilterBase.
filterChain - Variable in class org.apache.catalina.connector.Request
Filter chain associated with the request.
Filter Configuration - Section in class org.apache.catalina.filters.ExpiresFilter
 
FilterDef - Class in org.apache.tomcat.util.descriptor.web
Representation of a filter definition for a web application, as represented in a <filter> element in the deployment descriptor.
FilterDef() - Constructor for class org.apache.tomcat.util.descriptor.web.FilterDef
Default constructor for FilterDef.
filterLibrary - Variable in class org.apache.coyote.http11.Http11OutputBuffer
Filter library for processing the response body.
FilterMap - Class in org.apache.tomcat.util.descriptor.web
Representation of a filter mapping for a web application, as represented in a <filter-mapping> element in the deployment descriptor.
FilterMap() - Constructor for class org.apache.tomcat.util.descriptor.web.FilterMap
Default constructor for FilterMap.
filterStart() - Method in class org.apache.catalina.core.StandardContext
Configure and initialize the set of filters for this Context.
filterStop() - Method in class org.apache.catalina.core.StandardContext
Finalize and release the set of filters for this Context.
FilterUtil - Class in org.apache.catalina.util
General purpose utility methods related to filters and filter processing.
FilterValve - Class in org.apache.catalina.valves
A Valve to wrap a Filter, allowing a user to run Servlet Filters as a part of the Valve chain.
FilterValve() - Constructor for class org.apache.catalina.valves.FilterValve
Creates a new FilterValve instance.
filterWatchedResources(StandardContext, String[]) - Method in class org.apache.catalina.storeconfig.StandardContextSF
Filter out the default watched resources, to remove standard ones.
finalize() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
finalize(PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Hook to perform final actions on a pooled connection object once it has been disconnected and will be discarded
find(int) - Method in class org.apache.catalina.util.ErrorPageSupport
Finds the ErrorPage, if any, for the given HTTP status code.
find(String) - Method in class org.apache.catalina.util.ErrorPageSupport
Find the ErrorPage, if any, for the named exception type.
find(Throwable) - Method in class org.apache.catalina.util.ErrorPageSupport
Find the ErrorPage, if any, for the given exception type, searching up the exception's class hierarchy.
find(ByteChunk, CodingErrorAction, CodingErrorAction) - Static method in class org.apache.tomcat.util.buf.StringCache
Find an entry given its name in the cache and return the associated String.
find(CharChunk) - Static method in class org.apache.tomcat.util.buf.StringCache
Find an entry given its name in the cache and return the associated String.
FIND_ALL_PROP - Enum constant in enum class org.apache.catalina.servlets.WebdavServlet.PropfindType
Find all properties.
FIND_BY_PROPERTY - Enum constant in enum class org.apache.catalina.servlets.WebdavServlet.PropfindType
Find by specific property.
FIND_PROPERTY_NAMES - Enum constant in enum class org.apache.catalina.servlets.WebdavServlet.PropfindType
Find property names only.
findAliases() - Method in class org.apache.catalina.core.StandardHost
 
findAliases() - Method in interface org.apache.catalina.Host
Get the array of alias names for this Host.
findAll() - Method in class org.apache.catalina.util.ErrorPageSupport
Returns all configured error pages.
findApplicationListeners() - Method in interface org.apache.catalina.Context
Returns the array of application listener class names configured for this application.
findApplicationListeners() - Method in class org.apache.catalina.core.StandardContext
 
findApplicationListeners() - Method in class org.apache.catalina.startup.FailedContext
 
findApplicationParameters() - Method in interface org.apache.catalina.Context
Returns the array of application parameters for this application.
findApplicationParameters() - Method in class org.apache.catalina.core.StandardContext
 
findApplicationParameters() - Method in class org.apache.catalina.mbeans.ContextMBean
Return the set of application parameters for this application.
findApplicationParameters() - Method in class org.apache.catalina.startup.FailedContext
 
findAttribute(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
findAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
 
findAuthRole(String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
Check a role.
findAuthRoles() - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
Return the set of roles that are permitted access to the resources protected by this security constraint.
findByte(byte[], int, int, byte) - Static method in class org.apache.tomcat.util.buf.ByteChunk
Returns the first instance of the given byte in the byte array between the specified start and end.
findBytes(byte[], int, int, byte[]) - Static method in class org.apache.tomcat.util.buf.ByteChunk
Returns the first instance of the given bytes in the byte array between the specified start and end.
findCGI(String, String, String, String) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Resolves core information about the cgi script.
findChild(String) - Method in interface org.apache.catalina.Container
Obtain a child Container by name.
findChild(String) - Method in class org.apache.catalina.core.ContainerBase
 
findChild(String) - Method in class org.apache.catalina.startup.FailedContext
 
findChildren() - Method in interface org.apache.catalina.Container
Obtain the child Containers associated with this Container.
findChildren() - Method in class org.apache.catalina.core.ContainerBase
 
findChildren() - Method in class org.apache.catalina.startup.FailedContext
 
findClass(String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Find the specified class in our local repositories, if possible.
findClassInternal(String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Find specified class in local repositories.
findClosest(ByteChunk, StringCache.ByteEntry[], int) - Static method in class org.apache.tomcat.util.buf.StringCache
Find an entry given its name in a sorted array of map elements.
findClosest(CharChunk, StringCache.CharEntry[], int) - Static method in class org.apache.tomcat.util.buf.StringCache
Find an entry given its name in a sorted array of map elements.
findClusterListeners() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Get the cluster listeners associated with this cluster.
findCollection(String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
Return the web resource collection for the specified name, if any; otherwise, return null.
findCollections() - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
Return all of the web resource collections protected by this security constraint.
findColumn(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
findConfigFileResource(String) - Method in interface org.apache.catalina.Context
Find configuration file with the specified path, first looking into the webapp resources, then delegating to ConfigFileLoader.getSource().getResource.
findConnectors() - Method in class org.apache.catalina.core.StandardService
 
findConnectors() - Method in class org.apache.catalina.mbeans.ServiceMBean
Find and return the set of Connectors associated with this Service.
findConnectors() - Method in interface org.apache.catalina.Service
Find and return the set of Connectors associated with this Service.
findConstraints() - Method in interface org.apache.catalina.Context
Returns the array of security constraints for this web application.
findConstraints() - Method in class org.apache.catalina.core.StandardContext
 
findConstraints() - Method in class org.apache.catalina.mbeans.ContextMBean
Return the security constraints for this web application.
findConstraints() - Method in class org.apache.catalina.startup.FailedContext
 
findContainerListenerNames() - Method in class org.apache.catalina.mbeans.ContainerMBean
List the class name of each of the container listeners added to this container.
findContainerListeners() - Method in interface org.apache.catalina.Container
Obtain the container listeners associated with this Container.
findContainerListeners() - Method in class org.apache.catalina.core.ContainerBase
 
findContainerListeners() - Method in class org.apache.catalina.startup.FailedContext
 
findDeadlock() - Static method in class org.apache.tomcat.util.Diagnostics
Check if any threads are deadlocked.
findDescription(Class) - Method in class org.apache.catalina.storeconfig.StoreRegistry
Find Description by class.
findDescription(String) - Method in class org.apache.catalina.storeconfig.StoreRegistry
Find a description for id.
findEjb(String) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
Return the EJB resource reference with the specified name.
findEjbs() - Method in class org.apache.catalina.deploy.NamingResourcesImpl
Return the defined EJB resource references for this application.
findEnvironment(String) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
Return the environment entry with the specified name.
findEnvironments() - Method in class org.apache.catalina.deploy.NamingResourcesImpl
Return the array of defined environment entries for this web application.
findErrorPage(int) - Method in interface org.apache.catalina.Context
Returns the error page entry for the specified HTTP error code.
findErrorPage(int) - Method in class org.apache.catalina.core.StandardContext
 
findErrorPage(int) - Method in class org.apache.catalina.mbeans.ContextMBean
Return the error page entry for the specified HTTP error code, if any; otherwise return null.
findErrorPage(int) - Method in class org.apache.catalina.startup.FailedContext
 
findErrorPage(int, Throwable) - Method in class org.apache.catalina.valves.ErrorReportValve
Return the error page associated with the specified status and exception.
findErrorPage(Throwable) - Method in interface org.apache.catalina.Context
Find and return the ErrorPage instance for the specified exception's class, or an ErrorPage instance for the closest superclass for which there is such a definition.
findErrorPage(Throwable) - Method in class org.apache.catalina.core.StandardContext
 
findErrorPage(Throwable) - Method in class org.apache.catalina.mbeans.ContextMBean
Return the error page entry for the specified Java exception type, if any; otherwise return null.
findErrorPage(Throwable) - Method in class org.apache.catalina.startup.FailedContext
 
findErrorPages() - Method in interface org.apache.catalina.Context
Returns the array of defined error pages for all specified error codes and exception types.
findErrorPages() - Method in class org.apache.catalina.core.StandardContext
 
findErrorPages() - Method in class org.apache.catalina.mbeans.ContextMBean
Return the set of defined error pages for all specified error codes and exception types.
findErrorPages() - Method in class org.apache.catalina.startup.FailedContext
 
findExecutors() - Method in class org.apache.catalina.core.StandardService
 
findExecutors() - Method in class org.apache.catalina.mbeans.ServiceMBean
Retrieves all executors.
findExecutors() - Method in interface org.apache.catalina.Service
Retrieves all executors
findExternalClass(String) - Method in class org.apache.catalina.tribes.io.ReplicationStream
Find an external class by name using the configured class loaders.
findFilterConfig(String) - Method in class org.apache.catalina.core.StandardContext
Find and return the initialized FilterConfig for the specified filter name, if any; otherwise return null.
findFilterDef(String) - Method in interface org.apache.catalina.Context
Returns the filter definition for the specified filter name.
findFilterDef(String) - Method in class org.apache.catalina.core.StandardContext
 
findFilterDef(String) - Method in class org.apache.catalina.mbeans.ContextMBean
Return the filter definition for the specified filter name, if any; otherwise return null.
findFilterDef(String) - Method in class org.apache.catalina.startup.FailedContext
 
findFilterDefs() - Method in interface org.apache.catalina.Context
Returns the array of defined filters for this Context.
findFilterDefs() - Method in class org.apache.catalina.core.StandardContext
 
findFilterDefs() - Method in class org.apache.catalina.mbeans.ContextMBean
Return the set of defined filters for this Context.
findFilterDefs() - Method in class org.apache.catalina.startup.FailedContext
 
findFilterMaps() - Method in interface org.apache.catalina.Context
Returns the array of filter mappings for this Context.
findFilterMaps() - Method in class org.apache.catalina.core.StandardContext
 
findFilterMaps() - Method in class org.apache.catalina.mbeans.ContextMBean
Return the set of filter mappings for this Context.
findFilterMaps() - Method in class org.apache.catalina.startup.FailedContext
 
findFirst() - Method in class org.apache.el.stream.Stream
Returns an Optional describing the first element of this stream, or an empty Optional if the stream is empty.
findGroup(String) - Method in class org.apache.catalina.mbeans.SparseUserDatabaseMBean
Return the MBean Name for the specified group name (if any); otherwise return null.
findGroup(String) - Method in interface org.apache.catalina.UserDatabase
Find the Group with the specified group name.
findGroup(String) - Method in class org.apache.catalina.users.DataSourceUserDatabase
 
findGroup(String) - Method in class org.apache.catalina.users.MemoryUserDatabase
 
findGroupInternal(Connection, String) - Method in class org.apache.catalina.users.DataSourceUserDatabase
Find a group by name using the provided database connection.
findHeader(String, int) - Method in class org.apache.tomcat.util.http.MimeHeaders
Find the index of a header with the given name.
findInitParameter(String) - Method in class org.apache.catalina.core.StandardWrapper
 
findInitParameter(String) - Method in interface org.apache.catalina.Wrapper
Returns the value for the specified initialization parameter name, if any; otherwise return null.
findInitParameters() - Method in class org.apache.catalina.core.StandardWrapper
 
findInitParameters() - Method in interface org.apache.catalina.Wrapper
Returns the names of all defined initialization parameters for this servlet.
findJspProperty(String) - Method in class org.apache.jasper.compiler.JspConfig
Find a property that best matches the supplied resource.
findleaks(boolean, PrintWriter, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Find potential memory leaks caused by web application reload.
findleaks(StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Find potential memory leaks caused by web application reload.
FindLeaksTask - Class in org.apache.catalina.ant
Ant task that implements the /findleaks command, supported by the Tomcat manager application.
FindLeaksTask() - Constructor for class org.apache.catalina.ant.FindLeaksTask
Creates a new FindLeaksTask instance.
findLifecycleListenerNames() - Method in class org.apache.catalina.mbeans.ContainerMBean
List the class name of each of the lifecycle listeners added to this container.
findLifecycleListeners() - Method in interface org.apache.catalina.Lifecycle
Get the life cycle listeners associated with this life cycle.
findLifecycleListeners() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
findLifecycleListeners() - Method in class org.apache.catalina.util.LifecycleBase
 
findLoadedClass0(String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Finds the class with the given name if it has previously been loaded and cached by this class loader, and return the Class object.
findLocale(String, Locale) - Static method in class org.apache.catalina.valves.AbstractAccessLogValve
Find a locale by name.
findLocalEjb(String) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
Return the local EJB resource reference with the specified name.
findLocalEjbs() - Method in class org.apache.catalina.deploy.NamingResourcesImpl
Return the defined local EJB resource references for this application.
findManagedBean(Object, Class, String) - Method in class org.apache.tomcat.util.modeler.NoDescriptorRegistry
 
findManagedBean(Object, Class, String) - Method in class org.apache.tomcat.util.modeler.Registry
Find or load metadata.
findManagedBean(String) - Method in class org.apache.tomcat.util.modeler.NoDescriptorRegistry
 
findManagedBean(String) - Method in class org.apache.tomcat.util.modeler.Registry
Find and return the managed bean definition for the specified bean name, if any; otherwise return null.
findMapping(String) - Method in class org.apache.tomcat.websocket.server.WsServerContainer
Finds the endpoint configuration that matches the given path.
findMappings() - Method in class org.apache.catalina.core.StandardWrapper
 
findMappings() - Method in interface org.apache.catalina.Wrapper
Returns the mappings associated with this wrapper.
findMemberByName(String) - Method in interface org.apache.catalina.tribes.membership.cloud.CloudMembershipServiceMBean
Finds a member by name.
findMemberByName(String) - Method in interface org.apache.catalina.tribes.membership.McastServiceMBean
Find a member by name.
findMemberByName(String) - Method in class org.apache.catalina.tribes.membership.MembershipServiceBase
 
findMemberByName(String) - Method in interface org.apache.catalina.tribes.membership.StaticMembershipServiceMBean
Finds a member by name.
findMemberByName(String) - Method in interface org.apache.catalina.tribes.MembershipService
Get a member.
findMessageDestination(String) - Method in class org.apache.catalina.core.StandardContext
Return the message destination with the specified name, if any; otherwise, return null.
findMessageDestinationRef(String) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
Return the message destination reference with the specified name.
findMessageDestinationRefs() - Method in class org.apache.catalina.deploy.NamingResourcesImpl
Return the defined message destination references for this application.
findMessageDestinations() - Method in class org.apache.catalina.core.StandardContext
Return the array of defined message destinations for this web application.
findMethod(Class, String, Class[]) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Find a specific method by name and parameter types.
findMethod(String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
Check if the collection applies to the specified method.
findMethods() - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
Get the HTTP request methods that are part of this web resource collection.
findMethods(Class) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Find all public methods of the given class, using a cache for performance.
findMimeMapping(String) - Method in interface org.apache.catalina.Context
Returns the MIME type to which the specified extension is mapped.
findMimeMapping(String) - Method in class org.apache.catalina.core.StandardContext
 
findMimeMapping(String) - Method in class org.apache.catalina.startup.FailedContext
 
findMimeMappings() - Method in interface org.apache.catalina.Context
Returns the extensions for which MIME mappings are defined.
findMimeMappings() - Method in class org.apache.catalina.core.StandardContext
 
findMimeMappings() - Method in class org.apache.catalina.startup.FailedContext
 
findNamespaceURI(String) - Method in class org.apache.tomcat.util.digester.Digester
Return the currently mapped namespace URI for the specified prefix, if any; otherwise return null.
findNonAsyncFilters(Set) - Method in class org.apache.catalina.core.ApplicationFilterChain
Identifies the Filters, if any, in this FilterChain that do not support async.
findNonAsyncValves(Set) - Method in class org.apache.catalina.core.StandardPipeline
 
findNonAsyncValves(Set) - Method in interface org.apache.catalina.Pipeline
Identifies the Valves, if any, in this Pipeline that do not support async.
findOmittedMethods() - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
Get the HTTP request methods explicitly excluded from this web resource collection.
findParameter(String) - Method in interface org.apache.catalina.Context
Returns the value for the specified context initialization parameter name.
findParameter(String) - Method in class org.apache.catalina.core.StandardContext
 
findParameter(String) - Method in class org.apache.catalina.startup.FailedContext
 
findParameters() - Method in interface org.apache.catalina.Context
Returns the names of all defined context initialization parameters for this Context.
findParameters() - Method in class org.apache.catalina.core.StandardContext
 
findParameters() - Method in class org.apache.catalina.startup.FailedContext
 
findPattern(String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
Is the specified pattern part of this web resource collection?
findPatterns() - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
Get the URL patterns that are part of this web resource collection.
findPostConstructMethod(String) - Method in interface org.apache.catalina.Context
Returns the method name that is specified as post construct method for the given class, if it exists; otherwise NULL will be returned.
findPostConstructMethod(String) - Method in class org.apache.catalina.core.StandardContext
 
findPostConstructMethod(String) - Method in class org.apache.catalina.startup.FailedContext
 
findPostConstructMethods() - Method in interface org.apache.catalina.Context
Returns a map with keys - fully qualified class names of the classes that have post construct methods and the values are the corresponding method names.
findPostConstructMethods() - Method in class org.apache.catalina.core.StandardContext
 
findPostConstructMethods() - Method in class org.apache.catalina.startup.FailedContext
 
findPreDestroyMethod(String) - Method in interface org.apache.catalina.Context
Returns the method name that is specified as pre destroy method for the given class, if it exists; otherwise NULL will be returned.
findPreDestroyMethod(String) - Method in class org.apache.catalina.core.StandardContext
 
findPreDestroyMethod(String) - Method in class org.apache.catalina.startup.FailedContext
 
findPreDestroyMethods() - Method in interface org.apache.catalina.Context
Returns a map with keys - fully qualified class names of the classes that have pre destroy methods and the values are the corresponding method names.
findPreDestroyMethods() - Method in class org.apache.catalina.core.StandardContext
 
findPreDestroyMethods() - Method in class org.apache.catalina.startup.FailedContext
 
findReloadedContextMemoryLeaks() - Method in class org.apache.catalina.core.StandardHost
Attempt to identify the contexts that have a class loader memory leak.
findReplicationClass(String) - Method in class org.apache.catalina.tribes.io.ReplicationStream
Find a replication class by name using the class loader of this class.
findResource(String) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
Return the resource reference with the specified name.
findResource(String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Find the specified resource in our local repository, and return a URL referring to it, or null if this resource cannot be found.
findResourceEnvRef(String) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
Return the resource environment reference type for the specified name.
findResourceEnvRefs() - Method in class org.apache.catalina.deploy.NamingResourcesImpl
Return the array of resource environment reference names for this web application.
findResourceLink(String) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
Return the resource link with the specified name.
findResourceLinks() - Method in class org.apache.catalina.deploy.NamingResourcesImpl
Return the defined resource links for this application.
findResources() - Method in class org.apache.catalina.deploy.NamingResourcesImpl
Return the defined resource references for this application.
findResources(String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
findRole(String) - Method in class org.apache.catalina.mbeans.SparseUserDatabaseMBean
Return the MBean Name for the specified role name (if any); otherwise return null.
findRole(String) - Method in interface org.apache.catalina.UserDatabase
Find the Role with the specified role name.
findRole(String) - Method in class org.apache.catalina.users.DataSourceUserDatabase
 
findRole(String) - Method in class org.apache.catalina.users.MemoryUserDatabase
 
findRoleInternal(Connection, String) - Method in class org.apache.catalina.users.DataSourceUserDatabase
Find a role by name using the provided database connection.
findRoleMapping(String) - Method in interface org.apache.catalina.Context
For the given security role (as used by an application), return the corresponding role name (as defined by the underlying Realm) if there is one.
findRoleMapping(String) - Method in class org.apache.catalina.core.StandardContext
 
findRoleMapping(String) - Method in class org.apache.catalina.startup.FailedContext
 
findSecurityConstraints(Request, Context) - Method in interface org.apache.catalina.Realm
Find the SecurityConstraints configured to guard the request URI for this request.
findSecurityConstraints(Request, Context) - Method in class org.apache.catalina.realm.RealmBase
 
findSecurityReference(String) - Method in class org.apache.catalina.core.StandardWrapper
 
findSecurityReference(String) - Method in interface org.apache.catalina.Wrapper
Returns the security role link for the specified security role reference name, if any; otherwise return null.
findSecurityReferences() - Method in class org.apache.catalina.core.StandardWrapper
 
findSecurityReferences() - Method in interface org.apache.catalina.Wrapper
Finds all security role references associated with this servlet.
findSecurityRole(String) - Method in interface org.apache.catalina.Context
Checks if the specified security role is defined for this application.
findSecurityRole(String) - Method in class org.apache.catalina.core.StandardContext
 
findSecurityRole(String) - Method in class org.apache.catalina.startup.FailedContext
 
findSecurityRoles() - Method in interface org.apache.catalina.Context
Returns the security roles defined for this application.
findSecurityRoles() - Method in class org.apache.catalina.core.StandardContext
 
findSecurityRoles() - Method in class org.apache.catalina.startup.FailedContext
 
findSeparator() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Searches for the boundary in the buffer region delimited by head and tail.
findService(String) - Method in class org.apache.catalina.core.StandardServer
 
findService(String) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
Return the web service reference for the specified name.
findService(String) - Method in interface org.apache.catalina.Server
Find the specified Service
findServices() - Method in class org.apache.catalina.core.StandardServer
 
findServices() - Method in class org.apache.catalina.deploy.NamingResourcesImpl
Return the defined web service references for this application.
findServices() - Method in interface org.apache.catalina.Server
Returns the array of all Services defined within this Server.
findServletMapping(String) - Method in interface org.apache.catalina.Context
Returns the servlet name mapped by the specified pattern.
findServletMapping(String) - Method in class org.apache.catalina.core.StandardContext
 
findServletMapping(String) - Method in class org.apache.catalina.startup.FailedContext
 
findServletMappings() - Method in interface org.apache.catalina.Context
Returns the patterns of all defined servlet mappings for this Context.
findServletMappings() - Method in class org.apache.catalina.core.StandardContext
 
findServletMappings() - Method in class org.apache.catalina.startup.FailedContext
 
findSession(String) - Method in interface org.apache.catalina.Manager
Return the active Session, associated with this Manager, with the specified session id (if any); otherwise return null.
findSession(String) - Method in class org.apache.catalina.session.ManagerBase
 
findSession(String) - Method in class org.apache.catalina.session.PersistentManagerBase
Return the active Session, associated with this Manager, with the specified session id (if any); otherwise return null.
findSessionMasterMember() - Method in class org.apache.catalina.ha.session.DeltaManager
Find the master of the session state
findSessions() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Returns the HTTP Session identifiers associated with this SSO.
findSessions() - Method in interface org.apache.catalina.Manager
Return the set of active Sessions associated with this Manager.
findSessions() - Method in class org.apache.catalina.session.ManagerBase
 
findSslHostConfigs() - Method in class org.apache.catalina.connector.Connector
Returns the SSL host configurations for this connector.
findSslHostConfigs() - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Finds SSL host configurations.
findSslHostConfigs() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
findSslHostConfigs() - Method in interface org.apache.coyote.ProtocolHandler
Find all configured SSL virtual host configurations which will be used by SNI.
findSslHostConfigs() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Find all SSL host configurations.
findStoreFactory(Class) - Method in class org.apache.catalina.storeconfig.StoreRegistry
Find factory from class.
findStoreFactory(String) - Method in class org.apache.catalina.storeconfig.StoreRegistry
Find factory from class name.
findStream() - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
Find PrintStream to which the output must be written to.
findStream() - Method in class org.apache.tomcat.util.log.SystemLogHandler
Find PrintStream to which the output must be written to.
findUncoveredHttpMethods(SecurityConstraint[], boolean, Log) - Static method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
Find HTTP methods that are not covered by the given security constraints.
findUpgradeProtocols() - Method in class org.apache.catalina.connector.Connector
Returns the registered upgrade protocols for this connector.
findUpgradeProtocols() - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Finds upgrade protocols.
findUpgradeProtocols() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
findUpgradeProtocols() - Method in interface org.apache.coyote.ProtocolHandler
Return all configured upgrade protocols.
findUser(String) - Method in class org.apache.catalina.mbeans.SparseUserDatabaseMBean
Return the MBean Name for the specified username (if any); otherwise return null.
findUser(String) - Method in interface org.apache.catalina.UserDatabase
Find the User with the specified username.
findUser(String) - Method in class org.apache.catalina.users.DataSourceUserDatabase
 
findUser(String) - Method in class org.apache.catalina.users.MemoryUserDatabase
 
findUserInternal(Connection, String) - Method in class org.apache.catalina.users.DataSourceUserDatabase
Deprecated.
Will be made private in Tomcat 12
findWatchedResources() - Method in interface org.apache.catalina.Context
Returns the array of watched resources for this Context.
findWatchedResources() - Method in class org.apache.catalina.core.StandardContext
 
findWatchedResources() - Method in class org.apache.catalina.startup.FailedContext
 
findWelcomeFile(String) - Method in interface org.apache.catalina.Context
Checks if the specified welcome file is defined for this Context.
findWelcomeFile(String) - Method in class org.apache.catalina.core.StandardContext
 
findWelcomeFile(String) - Method in class org.apache.catalina.startup.FailedContext
 
findWelcomeFiles() - Method in interface org.apache.catalina.Context
Returns the array of welcome files defined for this Context.
findWelcomeFiles() - Method in class org.apache.catalina.core.StandardContext
 
findWelcomeFiles() - Method in class org.apache.catalina.startup.FailedContext
 
findWrapperLifecycles() - Method in interface org.apache.catalina.Context
Returns the array of LifecycleListener classes that will be added to newly created Wrappers automatically.
findWrapperLifecycles() - Method in class org.apache.catalina.core.StandardContext
 
findWrapperLifecycles() - Method in class org.apache.catalina.startup.FailedContext
 
findWrapperListeners() - Method in interface org.apache.catalina.Context
Returns the array of ContainerListener classes that will be added to newly created Wrappers automatically.
findWrapperListeners() - Method in class org.apache.catalina.core.StandardContext
 
findWrapperListeners() - Method in class org.apache.catalina.startup.FailedContext
 
findXsltSource(WebResource) - Method in class org.apache.catalina.servlets.DefaultServlet
Return a Source for the xsl template (if possible).
finish() - Method in class org.apache.catalina.connector.ResponseFacade
Finish the response.
finish() - Method in class org.apache.catalina.tribes.io.ObjectReader
Marks this reader as no longer being accessed.
finish() - Method in class org.apache.tomcat.util.digester.CallMethodRule
Clean up after parsing is complete.
finish() - Method in class org.apache.tomcat.util.digester.FactoryCreateRule
Clean up after parsing is complete.
finish() - Method in class org.apache.tomcat.util.digester.Rule
This method is called after all parsing methods have been called, to allow Rules to remove temporary data.
finish(long) - Static method in class org.apache.tomcat.jni.SSLConf
Finish commands for an SSL_CONF context.
finishRequest() - Method in class org.apache.catalina.connector.Request
Perform whatever actions are required to flush and close the input stream or reader, in a single operation.
finishResponse() - Method in class org.apache.catalina.connector.Response
Perform whatever actions are required to flush and close the output stream or writer, in a single operation.
finishResponse() - Method in class org.apache.coyote.AbstractProcessor
Finish the current response.
finishResponse() - Method in class org.apache.coyote.ajp.AjpProcessor
 
finishResponse() - Method in class org.apache.coyote.http11.Http11Processor
 
FIPS - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.EncryptionLevel
FIPS-approved encryption only.
FIPSMode - Static variable in class org.apache.catalina.core.AprLifecycleListener
FIPS mode configuration.
fipsModeActive - Static variable in class org.apache.catalina.core.AprLifecycleListener
Indicates whether FIPS mode is currently active.
fipsModeGet() - Static method in class org.apache.tomcat.jni.SSL
Get the status of FIPS Mode.
fipsModeSet(int) - Static method in class org.apache.tomcat.jni.SSL
Enable/Disable FIPS Mode.
fireContainerEvent(String, Object) - Method in interface org.apache.catalina.Container
Notify all container event listeners that a particular event has occurred for this Container.
fireContainerEvent(String, Object) - Method in class org.apache.catalina.core.ContainerBase
 
fireContainerEvent(String, Object) - Method in class org.apache.catalina.startup.FailedContext
 
fireInterceptorEvent(ChannelInterceptor.InterceptorEvent) - Method in interface org.apache.catalina.tribes.ChannelInterceptor
Fire an event.
fireInterceptorEvent(ChannelInterceptor.InterceptorEvent) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
fireInterceptorEvent(ChannelInterceptor.InterceptorEvent) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
fireLifecycleEvent(String, Object) - Method in class org.apache.catalina.util.LifecycleBase
Allow subclasses to fire Lifecycle events.
fireListeners(ELContext) - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
Notifies all registered ELContextListeners that a new ELContext has been created.
fireOnComplete() - Method in class org.apache.catalina.core.AsyncContextImpl
 
fireOnComplete() - Method in interface org.apache.coyote.AsyncContextCallback
Fires the onComplete event to the associated async context.
fireOnComplete(AsyncEvent) - Method in class org.apache.catalina.core.AsyncListenerWrapper
Fires the onComplete event on the wrapped listener.
fireOnError(AsyncEvent) - Method in class org.apache.catalina.core.AsyncListenerWrapper
Fires the onError event on the wrapped listener.
fireOnStartAsync(AsyncEvent) - Method in class org.apache.catalina.core.AsyncListenerWrapper
Fires the onStartAsync event on the wrapped listener.
fireOnTimeout(AsyncEvent) - Method in class org.apache.catalina.core.AsyncListenerWrapper
Fires the onTimeout event on the wrapped listener.
fireRequestDestroyEvent(ServletRequest) - Method in interface org.apache.catalina.Context
Notify all ServletRequestListeners that a request has ended.
fireRequestDestroyEvent(ServletRequest) - Method in class org.apache.catalina.core.StandardContext
 
fireRequestDestroyEvent(ServletRequest) - Method in class org.apache.catalina.startup.FailedContext
 
fireRequestInitEvent(ServletRequest) - Method in interface org.apache.catalina.Context
Notify all ServletRequestListeners that a request has started.
fireRequestInitEvent(ServletRequest) - Method in class org.apache.catalina.core.StandardContext
 
fireRequestInitEvent(ServletRequest) - Method in class org.apache.catalina.startup.FailedContext
 
fireSessionEvent(String, Object) - Method in class org.apache.catalina.session.StandardSession
Notify all session event listeners that a particular event has occurred for this Session.
first - Variable in class org.apache.catalina.core.StandardPipeline
The first valve associated with this Pipeline.
first - Variable in class org.apache.jasper.util.FastRemovalDequeue
First element of the queue.
first() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
FIRST_REPLY - Static variable in class org.apache.catalina.tribes.group.RpcChannel
Return the first reply received.
FirstByteTimeElement() - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.FirstByteTimeElement
Constructs a new FirstByteTimeElement.
firstIndexOf(byte[], int, byte[]) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
Similar to a String.IndexOf, but uses pure bytes.
FixContextListener() - Constructor for class org.apache.catalina.startup.Tomcat.FixContextListener
Constructs a new FixContextListener.
fixDocBase() - Method in class org.apache.catalina.startup.ContextConfig
Adjust docBase.
FLAG_END_OF_HEADERS - Static variable in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
Flag indicating the end of headers.
FLAG_END_OF_STREAM - Static variable in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
Flag indicating the end of a stream.
flagsString - Variable in class org.apache.catalina.valves.rewrite.RewriteCond
The flags string.
flagsString - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
The flags string.
flatMap(LambdaExpression) - Method in class org.apache.el.stream.Stream
Returns a stream consisting of the results of replacing each element of this stream with the contents of a stream produced by applying the provided function to each element.
flip() - Method in class org.apache.tomcat.util.buf.ByteBufferHolder
Flips the buffer if not already flipped.
flow(InputStream, OutputStream) - Static method in class org.apache.catalina.util.IOTools
Read input from input stream and write it to output stream until there is no more input from input stream using a new buffer of the default size (4 KiB).
flow(Reader, Writer) - Static method in class org.apache.catalina.util.IOTools
Read input from reader and write it to writer until there is no more input from reader.
flow(Reader, Writer, char[]) - Static method in class org.apache.catalina.util.IOTools
Read input from reader and write it to writer until there is no more input from reader.
flush() - Method in class org.apache.catalina.connector.CoyoteOutputStream
Will send the buffer to the client.
flush() - Method in class org.apache.catalina.connector.CoyoteWriter
 
flush() - Method in class org.apache.catalina.connector.OutputBuffer
Flush bytes or chars contained in the buffer.
flush() - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
flush() - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
flush() - Method in class org.apache.coyote.AbstractProcessor
Callback to write data from the buffer.
flush() - Method in class org.apache.coyote.ajp.AjpProcessor
 
flush() - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
 
flush() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
flush() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
Flushes any unwritten data to the client.
flush() - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
 
flush() - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
 
flush() - Method in class org.apache.coyote.http11.Http11OutputBuffer
 
flush() - Method in class org.apache.coyote.http11.Http11OutputBuffer.SocketOutputBuffer
 
flush() - Method in class org.apache.coyote.http11.Http11Processor
 
flush() - Method in interface org.apache.coyote.http11.HttpOutputBuffer
Flushes any unwritten data to the client.
flush() - Method in class org.apache.coyote.http11.upgrade.UpgradeServletOutputStream
 
flush() - Method in class org.apache.coyote.http2.Http2OutputBuffer
 
flush() - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
flush() - Method in class org.apache.jasper.runtime.JspWriterImpl
 
flush() - Method in class org.apache.juli.FileHandler
Flush the writer.
flush() - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
Flushes this output stream and forces any buffered output bytes to be written out.
flush() - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
flush() - Method in class org.apache.tomcat.util.net.Nio2Channel
 
flush() - Method in class org.apache.tomcat.util.net.SecureNio2Channel
Flush the channel.
flush(boolean) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Writes as much data as possible from any that remains in the buffers.
flush(ByteBuffer) - Method in class org.apache.tomcat.util.net.SecureNioChannel
Flushes the buffer to the network, non-blocking
flushBatch() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointBase
 
flushBatch() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
flushBlocking() - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
 
flushBlocking() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Writes all remaining data from the buffers and blocks until the write is complete.
flushBuffer() - Method in class org.apache.catalina.connector.Response
 
flushBuffer() - Method in class org.apache.catalina.connector.ResponseFacade
 
flushBuffer() - Method in class org.apache.jasper.runtime.JspWriterImpl
Flush the output buffer to the underlying character stream, without flushing the stream itself.
flushBuffer() - Method in class org.apache.tomcat.util.buf.ByteChunk
Send the buffer to the sink.
flushBuffer() - Method in class org.apache.tomcat.util.buf.CharChunk
Send the buffer to the sink.
flushBuffer(boolean) - Method in class org.apache.coyote.http11.Http11OutputBuffer
Writes any remaining buffered data.
flushBufferedWrite() - Method in class org.apache.coyote.AbstractProcessor
Flush any pending writes.
flushBufferedWrite() - Method in class org.apache.coyote.ajp.AjpProcessor
 
flushBufferedWrite() - Method in class org.apache.coyote.http11.Http11Processor
 
flushNonBlocking() - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
 
flushNonBlocking() - Method in class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper
 
flushNonBlocking() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Flushes remaining buffered data using a non-blocking write.
flushOutbound() - Method in class org.apache.tomcat.util.net.NioChannel
Return true if the buffer wrote data.
flushOutbound() - Method in class org.apache.tomcat.util.net.SecureNioChannel
 
flushOutputStreamOrWriter() - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
Flush the servletOutputStream or printWriter ( only one will be non-null ) This must be called after a requestDispatcher.include, since we can't assume that the included servlet flushed its stream.
forbidden - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
This forces the current URL to be forbidden, i.e., it immediately sends back an HTTP response of 403 (FORBIDDEN).
force(Runnable) - Method in class org.apache.tomcat.util.threads.TaskQueue
 
force(T) - Method in interface org.apache.tomcat.util.threads.RetryableQueue
Used to add a task to the queue if the task has been rejected by the Executor.
forceClose() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache.CachedStatement
Forces immediate closure of this cached statement.
forceDelete(File) - Static method in class org.apache.tomcat.util.http.fileupload.FileUtils
Deletes a file.
forceDeleteOnExit(File) - Static method in class org.apache.tomcat.util.http.fileupload.FileUtils
Schedules a file to be deleted when JVM exits.
forceMkdir(File) - Static method in class org.apache.tomcat.util.http.fileupload.FileUtils
Makes a directory, including any necessary but nonexistent parent directories.
forceMkdirParent(File) - Static method in class org.apache.tomcat.util.http.fileupload.FileUtils
Makes any necessary but nonexistent parent directories for a given File.
ForceUtcTimeZone - Class in org.apache.tomcat.buildutil
Ant task that forces the default time zone to UTC.
ForceUtcTimeZone() - Constructor for class org.apache.tomcat.buildutil.ForceUtcTimeZone
Creates a new ForceUtcTimeZone instance.
forEach(LambdaExpression) - Method in class org.apache.el.stream.Stream
Performs an action for each element of this stream.
ForEach - Class in org.apache.jasper.tagplugins.jstl.core
Tag plugin implementation for the JSTL <c:forEach> tag.
ForEach() - Constructor for class org.apache.jasper.tagplugins.jstl.core.ForEach
Creates a new ForEach tag plugin instance.
forget(Xid) - Method in class org.apache.tomcat.dbcp.dbcp2.managed.LocalXAConnectionFactory.LocalXAResource
Clears the currently associated transaction if it is the specified xid.
fork - Variable in class org.apache.jasper.EmbeddedServletOptions
Should Ant fork its java compiles of JSP pages.
FORM_ACTION - Static variable in class org.apache.catalina.authenticator.Constants
The URI for the form-based authentication login action.
FORM_DATA - Static variable in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Content-disposition value for form data.
FORM_PASSWORD - Static variable in class org.apache.catalina.authenticator.Constants
The parameter name for the form-based authentication password.
FORM_REQUEST_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The original request information, to which the user will be redirected if authentication succeeds, is cached in the notes under this key during the authentication process.
FORM_USERNAME - Static variable in class org.apache.catalina.authenticator.Constants
The parameter name for the form-based authentication username.
format(Date) - Method in class org.apache.catalina.util.Strftime
Format the date according to the strftime-style string given in the constructor.
format(Date) - Method in class org.apache.tomcat.util.http.ConcurrentDateFormat
Formats the given date into a string using the configured format pattern.
format(LogRecord) - Method in class org.apache.juli.JdkLoggerFormatter
 
format(LogRecord) - Method in class org.apache.juli.JsonFormatter
 
format(LogRecord) - Method in class org.apache.juli.OneLineFormatter
 
format(LogRecord) - Method in class org.apache.juli.VerbatimFormatter
 
formatDate(long) - Static method in class org.apache.tomcat.util.http.FastHttpDateFormat
Get the HTTP format of the specified date.
formatDate(Date, TimeZone) - Method in class org.apache.catalina.ssi.SSIMediator
Formats a date using the configured strftime pattern and the given time zone.
formatNumber(long) - Static method in class org.apache.catalina.manager.JspHelper
Formats a long number using the default locale's number format.
formatSeconds(Object) - Static method in class org.apache.catalina.manager.StatusTransformer
Formats the given time (given in seconds) as a string.
formatSize(Object, boolean) - Static method in class org.apache.catalina.manager.StatusTransformer
Display the given size in bytes, either as KiB or MiB.
formatTime(Object, boolean) - Static method in class org.apache.catalina.manager.StatusTransformer
Display the given time in ms, either as ms or s.
FormAuthenticator - Class in org.apache.catalina.authenticator
An Authenticator and Valve implementation of FORM BASED Authentication, as described in the Servlet API Specification.
FormAuthenticator() - Constructor for class org.apache.catalina.authenticator.FormAuthenticator
Creates a new FormAuthenticator instance.
forName(String) - Static method in class org.apache.el.util.ReflectionUtil
Loads a class by name, supporting primitive types and array notation.
forNamePrimitive(String) - Static method in class org.apache.el.util.ReflectionUtil
Looks up a primitive class by name.
ForTokens - Class in org.apache.jasper.tagplugins.jstl.core
Tag plugin implementation for the JSTL <c:forTokens> tag.
ForTokens() - Constructor for class org.apache.jasper.tagplugins.jstl.core.ForTokens
Creates a new ForTokens tag plugin instance.
forward(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
forward(String) - Method in class org.apache.jasper.runtime.PageContextImpl
 
FORWARD - Static variable in class org.apache.tomcat.util.descriptor.web.FilterMap
Dispatcher type constant for forward dispatch.
FORWARD_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
Internal name for the forward action.
forwardToErrorPage(Request, HttpServletResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Called to forward to the error page
forwardToLoginPage(Request, HttpServletResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Called to forward to the login page
FOUND - Static variable in class org.apache.tomcat.websocket.Constants
HTTP 302 Found.
frag(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
Fragments a large message into smaller pieces and sends them.
FragCollection(ChannelMessage) - Constructor for class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor.FragCollection
Creates a new fragment collection for the given message.
FragKey(byte[]) - Constructor for class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor.FragKey
Creates a new fragment key with the given unique identifier.
fragment - Variable in class org.apache.tomcat.util.descriptor.web.WebRuleSet
Flag that indicates if this ruleset is for a web-fragment.xml file or for a web.xml file.
FragmentationInterceptor - Class in org.apache.catalina.tribes.group.interceptors
The fragmentation interceptor splits up large messages into smaller messages and assembles them on the other end.
FragmentationInterceptor() - Constructor for class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
Creates a new FragmentationInterceptor instance.
FragmentationInterceptor.FragCollection - Class in org.apache.catalina.tribes.group.interceptors
Collection that holds the fragments of a message for reassembly.
FragmentationInterceptor.FragKey - Class in org.apache.catalina.tribes.group.interceptors
Key used to identify a set of fragments belonging to the same original message.
FragmentationInterceptorMBean - Interface in org.apache.catalina.tribes.group.interceptors
MBean interface for managing the fragmentation interceptor.
FragmentJarScannerCallback - Class in org.apache.tomcat.util.descriptor.web
Callback handling a web-fragment.xml descriptor.
FragmentJarScannerCallback(WebXmlParser, boolean, boolean) - Constructor for class org.apache.tomcat.util.descriptor.web.FragmentJarScannerCallback
Creates a new fragment jar scanner callback.
fragpieces - Variable in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
Map of fragment keys to their fragment collections for reassembly.
FrameworkListener - Class in org.apache.catalina.core
This listener must be declared in server.xml as a Server listener, possibly optional.
FrameworkListener() - Constructor for class org.apache.catalina.core.FrameworkListener
Creates a new FrameworkListener instance.
free() - Method in class org.apache.tomcat.util.net.Nio2Channel
Free the channel memory
free() - Method in class org.apache.tomcat.util.net.NioChannel
Free the channel memory
free() - Method in class org.apache.tomcat.util.net.SecureNio2Channel
 
free() - Method in class org.apache.tomcat.util.net.SecureNioChannel
 
free() - Method in class org.apache.tomcat.util.net.SocketBufferHandler
Releases native resources for direct buffers, if applicable.
free(long) - Static method in class org.apache.tomcat.jni.SSLConf
Free the resources used by the context
free(long) - Static method in class org.apache.tomcat.jni.SSLContext
Free the resources used by the Context
freeBIO(long) - Static method in class org.apache.tomcat.jni.SSL
BIO_free
freeSSL(long) - Static method in class org.apache.tomcat.jni.SSL
SSL_free
Frequently Asked Questions - Section in package org.apache.tomcat.util.digester
 
FRG_WEBXML - Static variable in class org.apache.jasper.JspC
Web.xml generation level for web-fragment.
fromHexString(String) - Static method in class org.apache.tomcat.util.buf.HexUtils
Convert a hexadecimal string to a byte array.
fromStack - Variable in class org.apache.tomcat.util.digester.CallParamRule
Is the parameter to be set from the stack?
fromString(String) - Static method in class org.apache.catalina.tribes.util.Arrays
Parses a byte array from its string representation.
fromString(String) - Static method in enum class org.apache.coyote.ContinueResponseTiming
Convert a configuration string to the corresponding ContinueResponseTiming value.
fromString(String) - Static method in enum class org.apache.tomcat.util.buf.EncodedSolidusHandling
Converts a string to the corresponding handling strategy.
fromString(String) - Static method in enum class org.apache.tomcat.util.http.CookiesWithoutEquals
Convert a string to the corresponding CookiesWithoutEquals value.
fromString(String) - Static method in enum class org.apache.tomcat.util.http.SameSiteCookies
Converts a string value to the corresponding SameSiteCookies enum constant.
fromString(String) - Static method in enum class org.apache.tomcat.util.net.SSLHostConfig.CertificateVerification
Creates a CertificateVerification from a string value.
FULL - Enum constant in enum class org.apache.catalina.authenticator.AuthenticatorBase.SsoReauthenticationMode
Always require full re-authentication.
FULL - Static variable in class org.apache.catalina.servlets.DefaultServlet
Full range marker.
fullName - Variable in class org.apache.catalina.users.AbstractUser
The full name of this user.
fullPrefix - Variable in class org.apache.tomcat.util.descriptor.web.WebRuleSet
The full pattern matching prefix, including the webapp or web-fragment component, to use for matching elements
fullstop - Variable in class org.apache.jasper.JspC
Flag indicating the full stop switch was encountered.
Function() - Constructor for class org.apache.el.lang.FunctionMapperImpl.Function
Default constructor required by Externalizable for deserialization.
Function(String, String, Method) - Constructor for class org.apache.el.lang.FunctionMapperImpl.Function
Creates a new function mapping for the given method.
FunctionMapperFactory - Class in org.apache.el.lang
Factory that wraps a target FunctionMapper, capturing all function mappings so that an immutable snapshot can be created.
FunctionMapperFactory(FunctionMapper) - Constructor for class org.apache.el.lang.FunctionMapperFactory
Creates a new factory wrapping the given function mapper.
FunctionMapperImpl - Class in org.apache.el.lang
Thread-safe implementation of FunctionMapper that supports externalization.
FunctionMapperImpl() - Constructor for class org.apache.el.lang.FunctionMapperImpl
Creates a new empty function mapper.
FunctionMapperImpl.Function - Class in org.apache.el.lang
Represents a mapped EL function with serialization support.
functions - Variable in class org.apache.el.lang.FunctionMapperImpl
Map of function keys to their Function instances.
FZA - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Authentication
Fortezza authentication.
FZA - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Encryption
FZA encryption.
FZA - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.KeyExchange
Fortezza (SSL_kFZA).

G

gc() - Method in interface org.apache.catalina.WebResourceRoot
Implementations may cache some information to improve performance.
gc() - Method in class org.apache.catalina.webresources.AbstractArchiveResourceSet
 
gc() - Method in class org.apache.catalina.webresources.AbstractFileResourceSet
Implementations may cache some information to improve performance.
gc() - Method in class org.apache.catalina.webresources.EmptyResourceSet
 
gc() - Method in class org.apache.catalina.webresources.StandardRoot
 
gc() - Method in interface org.apache.catalina.WebResourceSet
Implementations may cache some information to improve performance.
gc() - Static method in class org.apache.tomcat.util.Diagnostics
Initiate garbage collection via MX Bean
generalBroadcaster - Variable in class org.apache.tomcat.util.modeler.BaseModelMBean
Notification broadcaster for general notifications.
generateAttribute(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Generate codes to evaluate value of an attribute in the custom tag The codes is a Java expression.
generateBody() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Generate codes for the body of the custom tag
generateCertificateDebug(X509Certificate) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Generate debug information about a certificate.
generateClass(Map) - Method in class org.apache.jasper.compiler.AntCompiler
 
generateClass(Map) - Method in class org.apache.jasper.compiler.Compiler
Servlet compilation.
generateClass(Map) - Method in class org.apache.jasper.compiler.JavaCompiler
 
generateClass(Map) - Method in class org.apache.jasper.compiler.JDTCompiler
 
generateClassFooter(Digester) - Method in class org.apache.catalina.startup.Catalina
Generate the class footer for generated code.
generateClassFooter(Digester) - Method in class org.apache.catalina.startup.ContextConfig
Generates the footer of the Java class for context XML code generation.
generateClassHeader(Digester, boolean) - Method in class org.apache.catalina.startup.Catalina
Generate the class header for generated code.
generateClassHeader(Digester, String, String) - Method in class org.apache.catalina.startup.ContextConfig
Generates the header of the Java class for context XML code generation.
generateCode - Variable in class org.apache.catalina.startup.Catalina
Generate Tomcat embedded code from configuration files.
generateCode(Set, String, File, String) - Static method in class org.apache.tomcat.util.xreflection.ObjectReflectionPropertyInspector
Generates code for the given set of property classes.
generateCookieString(Cookie) - Method in class org.apache.catalina.connector.Response
Generate the cookie header string for the given cookie.
generatedCodeLocation - Variable in class org.apache.catalina.startup.Catalina
Location of generated sources.
generatedCodeLocationParameter - Variable in class org.apache.catalina.startup.Catalina
Value of the argument.
generatedCodePackage - Variable in class org.apache.catalina.startup.Catalina
Top package name for generated source.
generateDeclaration(String, String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Generate a declaration in the of the generated class.
generatedKeyAlwaysReturned() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
generatedKeyAlwaysReturned(DatabaseMetaData) - Static method in class org.apache.tomcat.dbcp.dbcp2.Jdbc41Bridge
generateETag(WebResource) - Method in class org.apache.catalina.servlets.DefaultServlet
Provides the entity tag (the ETag header) for the given resource.
generateGetPropertyForMethod() - Method in class org.apache.tomcat.util.xreflection.SetPropertyClass
Generate a complete getProperty method for this class with switch-case statements for each known property.
generateGetPropertyMethod(ReflectionProperty) - Method in class org.apache.tomcat.util.xreflection.SetPropertyClass
Generate a Java code snippet to get the given property value.
generateHeader(Cookie, HttpServletRequest) - Method in interface org.apache.tomcat.util.http.CookieProcessor
Generate the Set-Cookie HTTP header value for the given Cookie.
generateHeader(Cookie, HttpServletRequest) - Method in class org.apache.tomcat.util.http.Rfc6265CookieProcessor
 
generateImport(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Generate an import statement
generateInvocationGetForPropertyCaseStatement(int) - Method in class org.apache.tomcat.util.xreflection.SetPropertyClass
Generate a switch case statement that invokes the getProperty method for this class.
generateInvocationSetForPropertyCaseStatement(int) - Method in class org.apache.tomcat.util.xreflection.SetPropertyClass
Generate a switch case statement that invokes the setProperty method for this class.
generateJava() - Method in class org.apache.jasper.compiler.Compiler
Compile the jsp file into equivalent servlet in .java file
generateJavaSource(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Generate Java source code scriptlet
generateLoader() - Method in class org.apache.catalina.startup.Catalina
Generate the loader class for generated code.
generateNonce(HttpServletRequest) - Method in class org.apache.catalina.filters.CsrfPreventionFilterBase
Generate a once time token (nonce) for authenticating subsequent requests.
generateNonce(Request) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Generate a unique token.
generateParentGetPropertyForMethodInvocation() - Method in class org.apache.tomcat.util.xreflection.SetPropertyClass
Generate a method invocation string for the getProperty method of this class, suitable for use from a parent class.
generateParentSetPropertyForMethodInvocation() - Method in class org.apache.tomcat.util.xreflection.SetPropertyClass
Generate a method invocation string for the setProperty method of this class, suitable for use from a parent class.
generateSessionId() - Method in class org.apache.catalina.session.ManagerBase
Generate and return a new session identifier.
generateSessionId() - Method in interface org.apache.catalina.SessionIdGenerator
Generate and return a new session identifier.
generateSessionId() - Method in class org.apache.catalina.util.SessionIdGeneratorBase
Generate a new session ID using the configured jvmRoute.
generateSessionId(String) - Method in interface org.apache.catalina.SessionIdGenerator
Generate and return a new session identifier.
generateSessionId(String) - Method in class org.apache.catalina.util.StandardSessionIdGenerator
 
generateSetPropertyForMethod() - Method in class org.apache.tomcat.util.xreflection.SetPropertyClass
Generate a complete setProperty method for this class with switch-case statements for each known property.
generateSetPropertyMethod(ReflectionProperty) - Method in class org.apache.tomcat.util.xreflection.SetPropertyClass
Generate a Java code snippet to set the given property value.
generatesGetPropertyForMethodHeader() - Method in class org.apache.tomcat.util.xreflection.SetPropertyClass
Generate the method header for the getProperty method for this class.
generateSmap(JspCompilationContext, Node.Nodes) - Static method in class org.apache.jasper.compiler.SmapUtil
Generates an appropriate SMAP representing the current compilation context.
generatesSetPropertyForMethodHeader() - Method in class org.apache.tomcat.util.xreflection.SetPropertyClass
Generate the method header for the setProperty method for this class.
generateUUID() - Method in class org.apache.catalina.tribes.io.ChannelData
Generates a UUID and invokes setUniqueId
generateWebMapping(String, JspCompilationContext) - Method in class org.apache.jasper.JspC
Adds servlet declaration and mapping for the JSP page servlet to the generated web.xml fragment.
GenericGroup<UD> - Class in org.apache.catalina.users
Concrete implementation of Group for a UserDatabase.
GenericKeyedObjectPool<K,T> - Class in org.apache.tomcat.dbcp.pool2.impl
A configurable KeyedObjectPool implementation.
GenericKeyedObjectPool(KeyedPooledObjectFactory) - Constructor for class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
Constructs a new GenericKeyedObjectPool using defaults from GenericKeyedObjectPoolConfig.
GenericKeyedObjectPool(KeyedPooledObjectFactory, GenericKeyedObjectPoolConfig) - Constructor for class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
Constructs a new GenericKeyedObjectPool using a specific configuration.
GenericKeyedObjectPool(KeyedPooledObjectFactory, GenericKeyedObjectPoolConfig, AbandonedConfig) - Constructor for class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
Creates a new GenericKeyedObjectPool that tracks and destroys objects that are checked out, but never returned to the pool.
GenericKeyedObjectPoolConfig<T> - Class in org.apache.tomcat.dbcp.pool2.impl
A simple structure encapsulating the configuration for a GenericKeyedObjectPool.
GenericKeyedObjectPoolConfig() - Constructor for class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolConfig
Constructs a new configuration with default settings.
GenericKeyedObjectPoolMXBean<K> - Interface in org.apache.tomcat.dbcp.pool2.impl
Defines the methods that will be made available via JMX.
GenericNamingResourcesFactory - Class in org.apache.tomcat.jdbc.naming
Simple way of configuring generic resources by using reflection.
GenericNamingResourcesFactory() - Constructor for class org.apache.tomcat.jdbc.naming.GenericNamingResourcesFactory
Creates a new GenericNamingResourcesFactory instance.
GenericObjectPool<T> - Class in org.apache.tomcat.dbcp.pool2.impl
A configurable ObjectPool implementation.
GenericObjectPool(PooledObjectFactory) - Constructor for class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
Creates a new GenericObjectPool using defaults from GenericObjectPoolConfig.
GenericObjectPool(PooledObjectFactory, GenericObjectPoolConfig) - Constructor for class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
Creates a new GenericObjectPool using a specific configuration.
GenericObjectPool(PooledObjectFactory, GenericObjectPoolConfig, AbandonedConfig) - Constructor for class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
Creates a new GenericObjectPool that tracks and destroys objects that are checked out, but never returned to the pool.
GenericObjectPoolConfig<T> - Class in org.apache.tomcat.dbcp.pool2.impl
A simple structure encapsulating the configuration for a GenericObjectPool.
GenericObjectPoolConfig() - Constructor for class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolConfig
Constructs a new instance.
GenericObjectPoolMXBean - Interface in org.apache.tomcat.dbcp.pool2.impl
Defines the methods that will be made available via JMX.
GenericPrincipal - Class in org.apache.catalina.realm
Generic implementation of java.security.Principal that is available for use by Realm implementations.
GenericPrincipal(String) - Constructor for class org.apache.catalina.realm.GenericPrincipal
Construct a new Principal, associated with the specified Realm, for the specified username, with no roles.
GenericPrincipal(String, List) - Constructor for class org.apache.catalina.realm.GenericPrincipal
Construct a new Principal, associated with the specified Realm, for the specified username, with the specified role names (as Strings).
GenericPrincipal(String, List, Principal) - Constructor for class org.apache.catalina.realm.GenericPrincipal
Construct a new Principal, associated with the specified Realm, for the specified username, with the specified role names (as Strings).
GenericPrincipal(String, List, Principal, LoginContext) - Constructor for class org.apache.catalina.realm.GenericPrincipal
Construct a new Principal, associated with the specified Realm, for the specified username, with the specified role names (as Strings).
GenericPrincipal(String, List, Principal, LoginContext, GSSCredential, Map) - Constructor for class org.apache.catalina.realm.GenericPrincipal
Construct a new Principal, associated with the specified Realm, for the specified username, with the specified role names (as Strings).
GenericRole<UD> - Class in org.apache.catalina.users
Concrete implementation of Role for a UserDatabase.
GenericUser<UD> - Class in org.apache.catalina.users
Concrete implementation of User for a UserDatabase.
genKey(String) - Method in class org.apache.catalina.util.TimeBucketCounterBase
Generates the key of timeBucket counter maps with the specific identifier, and the timestamp is implicitly equivalent to "now".
genKey(String, long) - Method in class org.apache.catalina.util.TimeBucketCounterBase
Generates the key of timeBucket counter maps with the specific identifier and timestamp.
genStringAsCharArray - Variable in class org.apache.jasper.JspC
Flag to generate string literals as char arrays.
genStringAsCharArray() - Method in class org.apache.jasper.EmbeddedServletOptions
 
genStringAsCharArray() - Method in class org.apache.jasper.JspC
 
genStringAsCharArray() - Method in interface org.apache.jasper.Options
Indicates whether text strings are to be generated as char arrays.
get() - Method in class org.apache.catalina.realm.JNDIRealm
Open (if necessary) and return a connection to the configured directory server for this Realm.
get() - Method in class org.apache.el.stream.Optional
Returns the contained value, or throws an exception if empty.
get() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool.ConnectionFuture
get() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ItemFuture
 
get() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ItemFuture
 
get() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Gets the contents of the file as an array of bytes.
get() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Returns the contents of the file item as an array of bytes.
get(long, TimeUnit) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool.ConnectionFuture
get(long, TimeUnit) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ItemFuture
 
get(long, TimeUnit) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ItemFuture
 
get(Class) - Method in class org.apache.jasper.runtime.TagHandlerPool
Gets the next available tag handler from this tag handler pool, instantiating one if this tag handler pool is empty.
get(ClassLoader) - Static method in class org.apache.tomcat.InstanceManagerBindings
Get the InstanceManager bound to the given class loader.
get(Object) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
 
get(Object) - Method in class org.apache.catalina.util.ParameterMap
 
get(Object) - Method in class org.apache.tomcat.util.collections.CaseInsensitiveKeyMap
 
get(Object) - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
 
get(String) - Static method in class org.apache.el.util.MessageFactory
Get a localized message.
get(String, Object...) - Static method in class org.apache.el.util.MessageFactory
Get a localized message with arguments.
get(K) - Method in class org.apache.el.util.ConcurrentCache
Retrieves a value from the cache.
get(K) - Method in class org.apache.tomcat.util.collections.ConcurrentCache
Retrieves a value from the cache.
GET - Static variable in class org.apache.tomcat.util.http.Method
GET method.
GET_GENERATED_KEYS - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
GET_GENERATED_KEYS - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
Method name for getGeneratedKeys.
GET_PROPERTY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
Internal name for the getProperty action.
GET_RESULTSET - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
GET_RESULTSET - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
Method name for getResultSet.
GET_STATEMENT - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
getAbandonedLogWriter() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the print writer used by this configuration to log information on abandoned objects.
getAbandonedUsageTracking() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
If the connection pool implements UsageTracking, should the connection pool record a stack trace every time a method is called on a pooled connection and retain the most recent stack trace to aid debugging of abandoned connections?
getAbandonedUsageTracking() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getAbandonTimeout() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Returns abandon timeout in milliseconds
getAbandonWhenPercentageFull() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getAbandonWhenPercentageFull() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getAbandonWhenPercentageFull() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Connections that have been abandoned (timed out) wont get closed and reported up unless the number of connections in use are above the percentage defined by abandonWhenPercentageFull.
getAbandonWhenPercentageFull() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getAbsoluteOrdering() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the absolute ordering set.
getAbsolutePath(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
Resolve a relative path to an absolute normalized path.
getAcceptCount() - Method in class org.apache.coyote.AbstractProtocol
Gets the accept count.
getAcceptCount() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get the accept count.
getAcceptedIssuers() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLContext
 
getAcceptedIssuers() - Method in interface org.apache.tomcat.util.net.SSLContext
Returns the accepted issuers.
getAcceptorThreadPriority() - Method in class org.apache.coyote.AbstractProtocol
Gets the acceptor thread priority.
getAcceptorThreadPriority() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get the acceptor thread priority.
getAccessCount() - Method in class org.apache.tomcat.util.buf.StringCache
Returns the total number of cache lookups performed.
getAccessFlags() - Method in class org.apache.tomcat.util.bcel.classfile.JavaClass
Get the access flags of this class.
getAccessLog() - Method in interface org.apache.catalina.Container
Obtain the AccessLog to use to log a request/response that is destined for this container.
getAccessLog() - Method in class org.apache.catalina.core.ContainerBase
 
getAccessLog() - Method in class org.apache.catalina.startup.FailedContext
 
getAccessor() - Method in class org.apache.catalina.session.StandardSession
 
getAccessor() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getAccessTimeout() - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
Returns the access timeout in milliseconds.
getAccessTimeout() - Method in class org.apache.catalina.ha.session.BackupManager
Returns the access timeout for the replication map.
getAccessTimeout() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Gets the access timeout.
getActive() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Returns the number of connections that are in use
getActive() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Returns the number of connections currently in use by the application.
getActive() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getActive() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
Returns the number of active (in-use) connections.
getActiveCount() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
getActiveCount() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
Return the current number of threads that are in use.
getActiveCount() - Method in interface org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptorMBean
Get the active count.
getActiveCount() - Method in interface org.apache.catalina.tribes.transport.nio.NioReceiverMBean
Returns the number of actively running tasks.
getActiveCount() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Return the current number of threads that are in use.
getActiveCount() - Method in interface org.apache.tomcat.util.threads.ResizableExecutor
Returns the approximate number of threads that are actively executing tasks.
getActiveCount() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Returns the approximate number of threads that are actively executing tasks.
getActiveDuration() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
Gets the amount of time this object last spent in the active state (it may still be active in which case subsequent calls will return an increased value).
getActiveSessions() - Method in interface org.apache.catalina.Manager
Gets the number of currently active sessions.
getActiveSessions() - Method in class org.apache.catalina.session.ManagerBase
 
getActiveSessionsFull() - Method in interface org.apache.catalina.DistributedManager
Returns the total session count for primary, backup and proxy.
getActiveSessionsFull() - Method in class org.apache.catalina.ha.session.BackupManager
 
getActiveSessionsFull() - Method in class org.apache.catalina.session.PersistentManagerBase
 
getActiveTime() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
getActiveTimeMillis() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
 
getActiveTimeMillis() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
Deprecated.
Use PooledObject.getActiveTime() which offers the best precision.
getActiveTransactionContext() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.TransactionRegistry
Gets the active TransactionContext or null if not Transaction is active.
getActualBufferPool(int) - Method in class org.apache.tomcat.util.net.SocketProperties
Get the actual buffer pool size to use.
getActualDuration() - Method in class org.apache.catalina.util.TimeBucketCounter
The actual duration may differ from the configured duration because it is set to the next power of 2 value in order to perform very fast bit shift arithmetic.
getActualProxy() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
Returns the actual proxy object.
getActualSize() - Method in exception class org.apache.tomcat.util.http.fileupload.impl.SizeException
Retrieves the actual size of the request.
getAdapter() - Method in class org.apache.coyote.AbstractProcessor
Get the associated adapter.
getAdapter() - Method in class org.apache.coyote.AbstractProtocol
Gets the adapter.
getAdapter() - Method in interface org.apache.coyote.ProtocolHandler
Return the adapter associated with the protocol handler.
getAdCompat() - Method in class org.apache.catalina.realm.JNDIRealm
Get the current settings for handling PartialResultExceptions.
getAddConnectorPort() - Method in class org.apache.catalina.valves.RequestFilterValve
Get the flag deciding whether we add the server connector port to the property compared in the filtering method.
getAddress() - Method in class org.apache.catalina.core.StandardServer
 
getAddress() - Method in interface org.apache.catalina.ha.ClusterMessage
Returns the member associated with this message.
getAddress() - Method in class org.apache.catalina.ha.ClusterMessageBase
 
getAddress() - Method in class org.apache.catalina.ha.deploy.UndeployMessage
 
getAddress() - Method in interface org.apache.catalina.Server
Returns the address on which the server listens for shutdown commands.
getAddress() - Method in interface org.apache.catalina.tribes.ChannelMessage
Get the address that this message originated from.
getAddress() - Method in class org.apache.catalina.tribes.io.ChannelData
 
getAddress() - Method in class org.apache.catalina.tribes.membership.McastService
 
getAddress() - Method in interface org.apache.catalina.tribes.membership.McastServiceMBean
Get the multicast address.
getAddress() - Method in class org.apache.catalina.tribes.transport.AbstractSender
Returns the InetAddress of the destination.
getAddress() - Method in interface org.apache.catalina.tribes.transport.nio.NioReceiverMBean
Returns the bind address.
getAddress() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns the bind address as a string.
getAddress() - Method in class org.apache.coyote.AbstractProtocol
Gets the address.
getAddress() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get the bind address.
getAddWebinfClassesResources() - Method in interface org.apache.catalina.Context
Returns the flag that indicates if /WEB-INF/classes should be treated like an exploded JAR and JAR resources made available as if they were in a JAR.
getAddWebinfClassesResources() - Method in class org.apache.catalina.core.StandardContext
 
getAddWebinfClassesResources() - Method in class org.apache.catalina.startup.FailedContext
 
getAfterOrdering() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the after ordering set.
getAjpFlush() - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Gets whether AJP flush packets are used.
getAlg_bits() - Method in enum class org.apache.tomcat.util.net.openssl.ciphers.Cipher
Returns the number of algorithm bits.
getAlgorithm() - Method in class org.apache.catalina.realm.DigestCredentialHandlerBase
Get the algorithm used to convert input credentials to stored credentials.
getAlgorithm() - Method in class org.apache.catalina.realm.MessageDigestCredentialHandler
 
getAlgorithm() - Method in class org.apache.catalina.realm.SecretKeyCredentialHandler
 
getAlgorithms() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Get the configured authentication algorithms as a comma-separated list.
getAliases() - Method in class org.apache.catalina.core.StandardHost
Returns the array of aliases for this host.
getAliases() - Method in class org.apache.catalina.mapper.Mapper.MappedHost
Get the aliases.
getAllAnnotationEntries() - Method in class org.apache.tomcat.util.bcel.classfile.JavaClass
Return annotations entries from "RuntimeVisibleAnnotations" attribute on the class, fields or methods if there is any.
getAllClusterSessions() - Method in class org.apache.catalina.ha.session.DeltaManager
get from first session master the backup from all clustered sessions
getAllDeclaredMethods(Class) - Method in class org.apache.catalina.core.StandardWrapper
Recursively collects all declared methods from the given class and its superclasses, stopping at HttpServlet.
getAllNotTokens() - Method in class org.apache.tomcat.util.http.WebdavIfHeader
Returns an iterator over all NOT tokens present in the if header, that were explicitly denied.
getAllocationStack() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementFinalizer.StatementEntry
Returns the stack trace from when this statement was created.
getAllow() - Method in class org.apache.catalina.filters.RemoteCIDRFilter
Return a string representation of the NetMask list in #allow.
getAllow() - Method in class org.apache.catalina.filters.RequestFilter
Return the regular expression used to test for allowed requests for this Filter, if any.
getAllow() - Method in class org.apache.catalina.startup.UserConfig
Returns the regular expression that defines allowed users.
getAllow() - Method in class org.apache.catalina.valves.RemoteCIDRValve
Return a string representation of the NetMask list in #allow.
getAllow() - Method in class org.apache.catalina.valves.RequestFilterValve
Return the regular expression used to test for allowed requests for this Valve, if any; otherwise, return null.
getAllowBackslash() - Method in class org.apache.catalina.connector.Connector
Returns whether backslash characters are allowed in URLs.
getAllowCasualMultipartParsing() - Method in interface org.apache.catalina.Context
Returns true if requests mapped to servlets without "multipart config" to parse multipart/form-data requests anyway.
getAllowCasualMultipartParsing() - Method in class org.apache.catalina.core.StandardContext
Returns true if requests mapped to servlets without "multipart config" to parse multipart/form-data requests anyway.
getAllowCasualMultipartParsing() - Method in class org.apache.catalina.startup.FailedContext
 
getAllowCorsPreflight() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Returns the CORS preflight handling mode.
getAllowedHttpHeaders() - Method in class org.apache.catalina.filters.CorsFilter
Returns a Set of headers support by resource.
getAllowedHttpMethods() - Method in class org.apache.catalina.filters.CorsFilter
Returns a Set of HTTP methods that are allowed to make requests.
getAllowedOrigins() - Method in class org.apache.catalina.filters.CorsFilter
Returns the Set of allowed origins that are allowed to make requests.
getAllowedRequestAttributesPattern() - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Gets the pattern for allowed request attributes.
getAllowedRequestAttributesPatternInternal() - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Gets the compiled pattern for allowed request attributes.
getAllowedTrailerHeaders() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the list of allowed trailer headers as a comma-separated string.
getAllowedTrailerHeadersInternal() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the set of allowed trailer header names.
getAllowLinking() - Method in interface org.apache.catalina.WebResourceRoot
Determine if this web application allows the use of symbolic links by default.
getAllowLinking() - Method in class org.apache.catalina.webresources.AbstractArchiveResourceSet
Determine if this ResourceSet allows the use of symbolic links.
getAllowLinking() - Method in class org.apache.catalina.webresources.AbstractFileResourceSet
 
getAllowLinking() - Method in class org.apache.catalina.webresources.EmptyResourceSet
Determine if this ResourceSet allows the use of symbolic links.
getAllowLinking() - Method in class org.apache.catalina.webresources.StandardRoot
 
getAllowLinking() - Method in interface org.apache.catalina.WebResourceSet
Determine if this ResourceSet allows the use of symbolic links.
getAllowMultipleLeadingForwardSlashInPath() - Method in interface org.apache.catalina.Context
When returning a context path from HttpServletRequest.getContextPath(), is it allowed to contain multiple leading '/' characters?
getAllowMultipleLeadingForwardSlashInPath() - Method in class org.apache.catalina.core.StandardContext
 
getAllowMultipleLeadingForwardSlashInPath() - Method in class org.apache.catalina.startup.FailedContext
 
getAllowSchemeMismatch() - Method in class org.apache.coyote.http2.Http2Protocol
Are HTTP/2 streams allowed to provide a scheme that is inconsistent with the transport over which the stream was received?
getAllowTrace() - Method in class org.apache.catalina.connector.Connector
Returns whether the TRACE HTTP method is allowed.
getAllowTrace() - Method in class org.apache.catalina.connector.RequestFacade
Return whether TRACE requests are allowed.
getAllRoles() - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
Was the "all roles" wildcard included in this authentication constraint?
getAllRolesMode() - Method in class org.apache.catalina.realm.RealmBase
Return the all roles mode.
getAllTokens() - Method in class org.apache.tomcat.util.http.WebdavIfHeader
Returns an iterator over all tokens present in the if header, that were not denied by a leading NOT statement.
getAlpnIdentifier() - Method in class org.apache.coyote.http2.Http2Protocol
 
getAlpnIdentifier() - Method in interface org.apache.coyote.UpgradeProtocol
Returns the byte sequence as listed in the IANA registry for this protocol.
getAlpnName() - Method in class org.apache.coyote.http2.Http2Protocol
 
getAlpnName() - Method in interface org.apache.coyote.UpgradeProtocol
Returns the name of the protocol as listed in the IANA registry.
getAlpnSelected(long) - Static method in class org.apache.tomcat.jni.SSL
SSL_get0_alpn_selected
getAltDDName() - Method in interface org.apache.catalina.Context
Return the alternate Deployment Descriptor name.
getAltDDName() - Method in class org.apache.catalina.core.StandardContext
 
getAltDDName() - Method in class org.apache.catalina.startup.FailedContext
 
getAlternateURL() - Method in class org.apache.catalina.realm.JNDIRealm
Getter for property alternateURL.
getAlwaysAccessSession() - Method in interface org.apache.catalina.Context
If this is true, every request that is associated with a session will cause the session's last accessed time to be updated regardless of whether or not the request explicitly accesses the session.
getAlwaysAccessSession() - Method in class org.apache.catalina.core.StandardContext
 
getAlwaysAccessSession() - Method in class org.apache.catalina.startup.FailedContext
 
getAlwaysUseSession() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Returns whether a session should always be used once a user is authenticated.
getAmount() - Method in record class org.apache.catalina.filters.ExpiresFilter.Duration
Returns the magnitude of this duration.
getAnnotationCacheSize() - Method in class org.apache.catalina.core.DefaultInstanceManager
Makes cache size available to unit tests.
getAnnotationEntries() - Method in class org.apache.tomcat.util.bcel.classfile.Annotations
Gets the array of annotation entries in this annotation
getAnnotationEntries() - Method in class org.apache.tomcat.util.bcel.classfile.JavaClass
Return annotations entries from "RuntimeVisibleAnnotations" attribute on the class, if there is any.
getAnnotationEntry() - Method in class org.apache.tomcat.util.bcel.classfile.AnnotationElementValue
Gets the annotation entry.
getAnnotationType() - Method in class org.apache.tomcat.util.bcel.classfile.AnnotationEntry
Gets the annotation type name.
getAntiClickJackingOption() - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
Returns the X-Frame-Options value.
getAntiClickJackingUri() - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
Returns the URI used with the ALLOW_FROM X-Frame-Options directive.
getAntiResourceLocking() - Method in class org.apache.catalina.core.StandardContext
Return the anti-resource-locking flag for this context.
getAppBase() - Method in class org.apache.catalina.core.StandardHost
 
getAppBase() - Method in interface org.apache.catalina.Host
Get the application root for this Host.
getAppBase(StandardHost) - Method in class org.apache.catalina.storeconfig.StoreContextAppender
Resolves the absolute canonical path of the application base directory for the given host.
getAppBaseFile() - Method in class org.apache.catalina.core.StandardHost
 
getAppBaseFile() - Method in interface org.apache.catalina.Host
Get an absolute File for the appBase of this Host.
getAppContext() - Method in class org.apache.catalina.authenticator.jaspic.PersistentProviderRegistrations.Provider
Returns the application context of the provider.
getAppContext() - Method in class org.apache.catalina.authenticator.jaspic.SimpleServerAuthConfig
 
getApplicationData() - Method in record class org.apache.tomcat.websocket.WsPongMessage
 
getApplicationEventListeners() - Method in interface org.apache.catalina.Context
Obtain the registered application event listeners.
getApplicationEventListeners() - Method in class org.apache.catalina.core.StandardContext
 
getApplicationEventListeners() - Method in class org.apache.catalina.startup.FailedContext
 
getApplicationLifecycleListeners() - Method in interface org.apache.catalina.Context
Obtain the registered application lifecycle listeners.
getApplicationLifecycleListeners() - Method in class org.apache.catalina.core.StandardContext
 
getApplicationLifecycleListeners() - Method in class org.apache.catalina.startup.FailedContext
 
getApplyJava8u40Fix() - Method in class org.apache.catalina.authenticator.SpnegoAuthenticator
Deprecated.
This method will be removed from Tomcat 12 onwards.
getAppName() - Method in class org.apache.catalina.realm.JAASRealm
Get the JAAS application name.
getAppReadBufHandler() - Method in class org.apache.tomcat.util.net.Nio2Channel
 
getAppReadBufHandler() - Method in class org.apache.tomcat.util.net.NioChannel
Returns the application-level read buffer handler.
getAppReadBufSize() - Method in class org.apache.tomcat.util.net.SocketProperties
Returns the application read buffer size in bytes.
getAppWriteBufSize() - Method in class org.apache.tomcat.util.net.SocketProperties
Returns the application write buffer size in bytes.
getArchiveEntries(boolean) - Method in class org.apache.catalina.webresources.AbstractArchiveResourceSet
Obtain the map of entries in the archive.
getArchiveEntries(boolean) - Method in class org.apache.catalina.webresources.AbstractSingleArchiveResourceSet
 
getArchiveEntries(boolean) - Method in class org.apache.catalina.webresources.JarWarResourceSet
Obtain the map of entries in the archive.
getArchiveEntry(String) - Method in class org.apache.catalina.webresources.AbstractArchiveResourceSet
Obtain a single entry from the archive.
getArchiveEntry(String) - Method in class org.apache.catalina.webresources.AbstractSingleArchiveResourceSet
 
getArchiveEntry(String) - Method in class org.apache.catalina.webresources.JarWarResourceSet
Obtain a single entry from the archive.
getArchiveIndexStrategy() - Method in interface org.apache.catalina.WebResourceRoot
Get the strategy to use for the resources archive lookup.
getArchiveIndexStrategy() - Method in class org.apache.catalina.webresources.StandardRoot
 
getArchiveIndexStrategyEnum() - Method in interface org.apache.catalina.WebResourceRoot
Get the strategy to use for the resources archive lookup.
getArchiveIndexStrategyEnum() - Method in class org.apache.catalina.webresources.StandardRoot
 
getArchiveResourceSet() - Method in class org.apache.catalina.webresources.AbstractArchiveResource
Returns the archive resource set.
getArgs() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
Get the arguments for MBean creation.
getArgs() - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
Get the arguments for the MBean operation.
getArray() - Method in class org.apache.catalina.tribes.io.DirectByteArrayOutputStream
Get a copy of the bytes written to this stream.
getArray(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getArray(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getArray(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getArray(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getArrayDirect() - Method in class org.apache.catalina.tribes.io.DirectByteArrayOutputStream
Get the underlying byte array directly without copying.
getAsciiStream(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getAsciiStream(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getAsyncContext() - Method in class org.apache.catalina.connector.Request
 
getAsyncContext() - Method in class org.apache.catalina.connector.RequestFacade
 
getAsyncContextInternal() - Method in class org.apache.catalina.connector.Request
Return the internal async context.
getAsyncRemote() - Method in class org.apache.tomcat.websocket.WsSession
 
getAsyncSupported() - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
Returns the async-supported setting for this filter.
getAsyncSupported() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
Returns whether this servlet supports async processing.
getAsyncSupportedBoolean() - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
Returns whether async processing is supported for this filter.
getAsyncTimeout() - Method in class org.apache.catalina.connector.Connector
Returns the default timeout for async requests.
getAsyncTimeout() - Method in class org.apache.coyote.AbstractProcessor
Gets the async timeout.
getAtETag() - Method in class org.apache.jasper.compiler.Node.CustomTag
Returns the nodes generated at the end tag by a tag plugin.
getAtSTag() - Method in class org.apache.jasper.compiler.Node.CustomTag
Returns the nodes generated at the start tag by a tag plugin.
getAttempt() - Method in class org.apache.catalina.tribes.transport.AbstractSender
Returns the current retry attempt count.
getAttribute() - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
Get the attribute name.
getAttribute() - Method in class org.apache.catalina.ant.jmx.JMXAccessorGetTask
Get the MBean attribute name.
getAttribute() - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
Get the MBean attribute name.
getAttribute() - Method in class org.apache.catalina.ant.JMXGetTask
Get method for the attribute name
getAttribute() - Method in class org.apache.catalina.ant.JMXSetTask
Get method for the attribute name
getAttribute(PrintWriter, String, String, String) - Method in class org.apache.catalina.manager.JMXProxyServlet
Get an MBean attribute value.
getAttribute(String) - Method in class org.apache.catalina.connector.Request
 
getAttribute(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getAttribute(String) - Method in class org.apache.catalina.core.ApplicationContext
 
getAttribute(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getAttribute(String) - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
 
getAttribute(String) - Method in class org.apache.catalina.ha.context.ReplicatedContext.ReplApplContext
 
getAttribute(String) - Method in class org.apache.catalina.mbeans.ConnectorMBean
 
getAttribute(String) - Method in class org.apache.catalina.mbeans.ContextResourceLinkMBean
 
getAttribute(String) - Method in class org.apache.catalina.mbeans.ContextResourceMBean
 
getAttribute(String) - Method in class org.apache.catalina.realm.GenericPrincipal
 
getAttribute(String) - Method in class org.apache.catalina.session.StandardSession
 
getAttribute(String) - Method in class org.apache.catalina.session.StandardSessionFacade
 
getAttribute(String) - Method in interface org.apache.catalina.TomcatPrincipal
Returns the value of the named attribute as an Object, or null if no attribute of the given name exists, or if null has been specified as the attribute's name.
getAttribute(String) - Method in class org.apache.coyote.Request
Return the value of the specified attribute.
getAttribute(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
 
getAttribute(String) - Method in class org.apache.jasper.servlet.JspCServletContext
 
getAttribute(String) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
getAttribute(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Used by subcomponents to retrieve configuration information.
getAttribute(String, int) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getAttribute(String, int) - Method in class org.apache.jasper.runtime.PageContextImpl
 
getAttributeMap() - Method in class org.apache.catalina.ha.context.ReplicatedContext.ReplApplContext
Return the attribute map.
getAttributeNames() - Method in class org.apache.catalina.connector.Request
Returns an Enumeration containing the names of the attributes available to this request.
getAttributeNames() - Method in class org.apache.catalina.connector.RequestFacade
 
getAttributeNames() - Method in class org.apache.catalina.core.ApplicationContext
 
getAttributeNames() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getAttributeNames() - Method in class org.apache.catalina.ha.context.ReplicatedContext.ReplApplContext
 
getAttributeNames() - Method in class org.apache.catalina.realm.GenericPrincipal
 
getAttributeNames() - Method in class org.apache.catalina.session.StandardSession
 
getAttributeNames() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getAttributeNames() - Method in interface org.apache.catalina.TomcatPrincipal
Returns an Enumeration containing the names of the attributes available to this Principal.
getAttributeNames() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getAttributeNamesInScope(int) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getAttributeNamesInScope(int) - Method in class org.apache.jasper.runtime.PageContextImpl
 
getAttributes() - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
 
getAttributes() - Method in class org.apache.coyote.Request
Return the request attributes map.
getAttributes() - Method in class org.apache.jasper.compiler.Node
Gets this Node's attributes.
getAttributes() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Returns the attributes map for this connection.
getAttributes() - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
Returns the list of tag attributes.
getAttributes() - Method in class org.apache.tomcat.util.modeler.ManagedBean
Return the collection of attributes for this MBean.
getAttributes(String[]) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
getAttributes(String, String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getAttributesScope(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getAttributesScope(String) - Method in class org.apache.jasper.runtime.PageContextImpl
 
getAttributeValue(String) - Method in class org.apache.jasper.compiler.Node
Returns the value of the attribute with the given name.
getAu() - Method in enum class org.apache.tomcat.util.net.openssl.ciphers.Cipher
Returns the authentication algorithm.
getAuth() - Method in class org.apache.tomcat.util.descriptor.web.ContextResource
Returns the authorization requirement for this resource.
getAuth() - Method in enum class org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
Returns the authentication type for this scheme.
getAuthConstraint() - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
Return the authorization constraint present flag for this security constraint.
getAuthContext(String, Subject, Map) - Method in class org.apache.catalina.authenticator.jaspic.SimpleServerAuthConfig
Returns the ServerAuthContext for the given authentication context ID.
getAuthContextID(MessageInfo) - Method in class org.apache.catalina.authenticator.jaspic.SimpleServerAuthConfig
Determines the authentication context ID for the given message.
getAuthenticatedUsers() - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
Was the "all authenticated users" wildcard included in this authentication constraint?
getAuthenticateHeaderName() - Method in enum class org.apache.tomcat.websocket.AuthenticationType
Returns the name of the authenticate header.
getAuthentication() - Method in class org.apache.catalina.realm.JNDIRealm
Get the type of authentication to use.
getAuthenticationSessionTimeout() - Method in class org.apache.catalina.authenticator.FormAuthenticator
Returns the maximum session timeout to be used during authentication if the authentication process creates a session.
getAuthenticator() - Method in interface org.apache.catalina.Context
Returns the Authenticator used by this context for handling authentication.
getAuthenticator() - Method in class org.apache.catalina.core.StandardContext
 
getAuthenticator() - Method in class org.apache.catalina.startup.FailedContext
 
getAuthenticator(String) - Static method in class org.apache.tomcat.websocket.AuthenticatorFactory
Return a new authenticator instance.
getAuthMethod() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the authentication method, which is vendor-specific and not defined by HttpServletRequest.
getAuthMethod() - Method in class org.apache.catalina.authenticator.BasicAuthenticator
 
getAuthMethod() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
getAuthMethod() - Method in class org.apache.catalina.authenticator.FormAuthenticator
 
getAuthMethod() - Method in class org.apache.catalina.authenticator.NonLoginAuthenticator
 
getAuthMethod() - Method in class org.apache.catalina.authenticator.SpnegoAuthenticator
 
getAuthMethod() - Method in class org.apache.catalina.authenticator.SSLAuthenticator
 
getAuthMethod() - Method in class org.apache.tomcat.util.descriptor.web.LoginConfig
Get the authentication method.
getAuthorization(String, String, String, String, String) - Method in class org.apache.tomcat.websocket.Authenticator
Deprecated.
getAuthorization(String, String, String, String, String, String) - Method in class org.apache.tomcat.websocket.Authenticator
Generate the authorization header value that will be sent to the server.
getAuthorization(String, String, String, String, String, String) - Method in class org.apache.tomcat.websocket.BasicAuthenticator
 
getAuthorization(String, String, String, String, String, String) - Method in class org.apache.tomcat.websocket.DigestAuthenticator
 
getAuthorizationHeaderName() - Method in enum class org.apache.tomcat.websocket.AuthenticationType
Returns the name of the authorization header.
getAuthType() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Gets the name of the authentication type originally used to authenticate the user associated with the SSO.
getAuthType() - Method in class org.apache.catalina.connector.Request
 
getAuthType() - Method in class org.apache.catalina.connector.RequestFacade
 
getAuthType() - Method in class org.apache.catalina.manager.DummyProxySession
 
getAuthType() - Method in interface org.apache.catalina.Session
Returns the authentication type used to authenticate the cached Principal, if any.
getAuthType() - Method in class org.apache.catalina.session.StandardSession
 
getAuthType() - Method in class org.apache.coyote.Request
Return the authentication type.
getAutoBind() - Method in interface org.apache.catalina.tribes.transport.nio.NioReceiverMBean
Returns the auto-bind mode.
getAutoBind() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns the number of attempts to find an available port for auto-binding.
getAutoCommit() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
getAutoCommit() - Method in interface org.apache.tomcat.dbcp.dbcp2.PoolableConnectionMXBean
getAutoCommit() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
 
getAutoCommit() - Method in interface org.apache.tomcat.jdbc.pool.PooledConnectionMBean
Returns the current auto-commit mode.
getAutoCommitOnReturn() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the value of the flag that controls whether or not connections being returned to the pool will be checked and configured with Connection.setAutoCommit(true) if the auto commit setting is false when the connection is returned.
getAutoDeploy() - Method in class org.apache.catalina.core.StandardHost
Get the value of the auto deploy flag.
getAutoDeploy() - Method in interface org.apache.catalina.Host
Get the value of the auto deploy flag.
getAutoFlush() - Method in class org.apache.jasper.compiler.PageInfo
Returns the autoFlush attribute value.
getAutoGeneratedKeys() - Method in class org.apache.tomcat.dbcp.dbcp2.PStmtKey
Gets a flag indicating whether auto-generated keys should be returned; one of Statement.RETURN_GENERATED_KEYS or Statement.NO_GENERATED_KEYS.
getAvailable() - Method in class org.apache.catalina.core.StandardWrapper
 
getAvailable() - Method in class org.apache.catalina.startup.Tomcat.ExistingStandardWrapper
 
getAvailable() - Method in interface org.apache.catalina.Wrapper
Returns the available date/time for this servlet, in milliseconds since the epoch.
getAvailable() - Method in class org.apache.coyote.Request
Return the number of available bytes.
getAwait() - Method in class org.apache.catalina.startup.Bootstrap
Returns whether the daemon should block after starting.
getBackgroundProcessorDelay() - Method in interface org.apache.catalina.Container
Get the delay between the invocation of the backgroundProcess method on this container and its children.
getBackgroundProcessorDelay() - Method in class org.apache.catalina.core.ContainerBase
 
getBackgroundProcessorDelay() - Method in class org.apache.catalina.startup.FailedContext
 
getBackupNodes() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
Gets the backup nodes for this entry.
getBackupNodes() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
Gets the backup nodes.
getBase() - Method in class org.apache.catalina.webresources.AbstractArchiveResource
Returns the base.
getBase() - Method in class org.apache.catalina.webresources.AbstractResourceSet
Gets the base.
getBasename() - Method in class org.apache.catalina.storeconfig.StoreFileMover
Returns the base directory path for configuration files.
getBaseName() - Method in interface org.apache.catalina.Context
Returns the base name to use for WARs, directories or context.xml files for this context.
getBaseName() - Method in class org.apache.catalina.core.StandardContext
 
getBaseName() - Method in class org.apache.catalina.startup.FailedContext
 
getBaseName() - Method in class org.apache.catalina.util.ContextName
Returns the base name of this context.
getBasePackageName() - Method in class org.apache.jasper.JspCompilationContext
Returns the base package name into which all servlet and associated code is generated.
getBaseUrl() - Method in class org.apache.catalina.webresources.AbstractArchiveResource
Returns the base URL.
getBaseUrl() - Method in class org.apache.catalina.webresources.AbstractArchiveResourceSet
 
getBaseUrl() - Method in class org.apache.catalina.webresources.AbstractFileResourceSet
 
getBaseUrl() - Method in class org.apache.catalina.webresources.EmptyResourceSet
Obtain the base URL for this set of resources.
getBaseUrl() - Method in interface org.apache.catalina.WebResourceSet
Obtain the base URL for this set of resources.
getBaseUrls() - Method in interface org.apache.catalina.WebResourceRoot
Get the list of WebResourceSet.getBaseUrl() for all WebResourceSets used by this root.
getBaseUrls() - Method in class org.apache.catalina.webresources.StandardRoot
 
getBaseUrlString() - Method in class org.apache.catalina.webresources.AbstractArchiveResourceSet
Returns the base URL string.
getBasic() - Method in class org.apache.catalina.core.StandardPipeline
 
getBasic() - Method in interface org.apache.catalina.Pipeline
Returns the basic Valve for this Pipeline.
getBasicRemote() - Method in class org.apache.tomcat.websocket.WsSession
 
getBatchingAllowed() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointBase
 
getBatchingAllowed() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
getBean() - Method in class org.apache.catalina.ant.JMXGetTask
Get method for the bean name
getBean() - Method in class org.apache.catalina.ant.JMXSetTask
Get method for the bean name
getBeanName() - Method in class org.apache.jasper.compiler.Node.UseBean
Returns the bean name attribute of this useBean action.
getBeanRepository() - Method in class org.apache.jasper.compiler.PageInfo
Returns the bean repository for this page.
getBeanType(String) - Method in class org.apache.jasper.compiler.BeanRepository
Returns the class of a registered bean.
getBeforeOrdering() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the before ordering set.
getBeginJavaLine() - Method in class org.apache.jasper.compiler.Node
Returns the starting line number in the generated Java code.
getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getBigDecimal(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getBigDecimal(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getBigDecimal(int, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
getBigDecimal(int, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
getBigDecimal(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getBigDecimal(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getBigDecimal(String, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
getBinaryDecoders() - Method in class org.apache.tomcat.websocket.Util.DecoderMatch
Returns the list of matched binary decoders.
getBinaryMessageHandler() - Method in class org.apache.tomcat.websocket.WsSession
Returns the binary message handler for this session.
getBinaryStream(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getBinaryStream(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getBind() - Method in class org.apache.catalina.tribes.membership.McastService
 
getBind() - Method in interface org.apache.catalina.tribes.membership.McastServiceMBean
Get the bind address.
getBind() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns the bind address.
getBindOnInit() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get the bind on init flag.
getBindState() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get the current bind state.
getBlob(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getBlob(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getBlob(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getBlob(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getBlock() - Method in class org.apache.catalina.valves.SemaphoreValve
Return whether the valve blocks until a permit is available.
getBlockingWriteTimeoutExpiry() - Method in class org.apache.tomcat.websocket.MessagePart
Get the blocking write timeout expiry.
getBlockWhenExhausted() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets whether to block when the borrowObject() method is invoked when the pool is exhausted (the maximum number of "active" objects has been reached).
getBlockWhenExhausted() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Gets the value for the blockWhenExhausted configuration attribute for pools created with this configuration instance.
getBlockWhenExhausted() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getBlockWhenExhausted() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
getBody() - Method in class org.apache.catalina.authenticator.SavedRequest
Returns the body of the saved request.
getBody() - Method in class org.apache.jasper.compiler.Node
Returns the body of this node.
getBodyBytes(MessageBytes) - Method in class org.apache.coyote.ajp.AjpMessage
Read a non-terminated string of bytes from the packet.
getBodyContent() - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
Returns the body content type.
getBoolean(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getBoolean(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getBoolean(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getBoolean(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getBorrowedCount() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets the total number of objects successfully borrowed from this pool over the lifetime of the pool.
getBorrowedCount() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
Gets the number of times this object has been borrowed.
getBorrowedCount() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObjectInfo
 
getBorrowedCount() - Method in interface org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObjectInfoMBean
Gets the number of times this object has been borrowed.
getBorrowedCount() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getBorrowedCount() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
getBorrowedCount() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
Gets the number of times this object has been borrowed.
getBorrowedCount() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
The total number of connections borrowed from this pool.
getBorrowedCount() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The total number of connections borrowed from this pool.
getBorrowedCount() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getBorrowedCount() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
Returns the total number of connections borrowed since pool creation.
getBoundary(String) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Gets the boundary from the Content-type header.
getBoundContext() - Method in class org.apache.naming.SelectorContext
Get the bound context.
getBucketCounter() - Method in class org.apache.catalina.util.FastRateLimiter
 
getBucketCounter() - Method in class org.apache.catalina.util.RateLimiterBase
Returns the internal instance of TimeBucketCounterBase.
getBucketDuration() - Method in class org.apache.catalina.util.TimeBucketCounterBase
Returns the duration of each time bucket.
getBucketIndex(long) - Method in class org.apache.catalina.util.TimeBucketCounter
Calculate the bucket index for the specific timestamp.
getBucketIndex(long) - Method in class org.apache.catalina.util.TimeBucketCounterBase
Calculate the bucket index for the specific timestamp.
getBuf() - Method in class org.apache.tomcat.util.buf.ByteBufferHolder
Returns the wrapped buffer.
getBuffer() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
Returns the message buffer.
getBuffer() - Method in class org.apache.coyote.ajp.AjpMessage
Return the underlying byte buffer.
getBuffer() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
Returns the buffer size configuration.
getBuffer() - Method in class org.apache.jasper.compiler.PageInfo
Returns the buffer size in bytes.
getBuffer() - Method in class org.apache.tomcat.util.buf.ByteChunk
Returns the underlying byte array.
getBuffer() - Method in class org.apache.tomcat.util.buf.CharChunk
Returns the underlying character buffer.
getBuffer() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
Returns the buffer size for pages in this group.
getBuffer() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
 
getBuffer(int, boolean) - Method in class org.apache.catalina.tribes.io.BufferPool
Retrieves a buffer from the pool.
getBufferElement(int) - Method in class org.apache.tomcat.util.buf.AbstractChunk
Returns the element at the specified index in the buffer.
getBufferElement(int) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
getBufferElement(int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
getBufferPool() - Static method in class org.apache.catalina.tribes.io.BufferPool
Returns the singleton buffer pool instance.
getBufferPool() - Method in class org.apache.tomcat.util.net.SocketProperties
Returns the NioChannel pool size.
getBufferPoolSize() - Method in class org.apache.tomcat.util.net.SocketProperties
Returns the buffer pool size in bytes to be cached.
getBufferSize() - Method in class org.apache.catalina.connector.OutputBuffer
Returns the buffer size.
getBufferSize() - Method in class org.apache.catalina.connector.Response
 
getBufferSize() - Method in class org.apache.catalina.connector.ResponseFacade
 
getBufferSize() - Method in class org.apache.jasper.runtime.BodyContentImpl
 
getBufferValue() - Method in class org.apache.jasper.compiler.PageInfo
Returns the buffer value.
getBufHandler() - Method in class org.apache.tomcat.util.net.Nio2Channel
 
getBufHandler() - Method in class org.apache.tomcat.util.net.NioChannel
Returns the buffer handler for this channel.
getBuildDateWarningAgeDays() - Method in class org.apache.catalina.security.SecurityListener
Gets the number of days that may pass between the build-date of this Tomcat instance before warnings are printed.
getByte() - Method in class org.apache.coyote.ajp.AjpMessage
Read a single byte from the packet and advance the read position.
getByte(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getByte(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getByte(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getByte(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getByteBuffer() - Method in class org.apache.catalina.connector.InputBuffer
 
getByteBuffer() - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
 
getByteBuffer() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
 
getByteBuffer() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
 
getByteBuffer() - Method in class org.apache.coyote.http11.Http11InputBuffer
 
getByteBuffer() - Method in class org.apache.coyote.http11.upgrade.UpgradeApplicationBufferHandler
 
getByteBuffer() - Method in interface org.apache.tomcat.util.buf.ByteChunk.ByteInputChannel
Obtain the ByteBuffer this channel is targeting.
getByteBuffer() - Method in interface org.apache.tomcat.util.net.ApplicationBufferHandler
Returns the current byte buffer.
getByteChunk() - Method in class org.apache.tomcat.util.buf.MessageBytes
Returns the byte chunk, representing the byte[] and offset/length.
getByteEnabled() - Method in class org.apache.tomcat.util.buf.StringCache
Returns whether the byte chunk string cache is enabled.
getBytes() - Method in class org.apache.catalina.tribes.io.XByteBuffer
Returns the bytes in the buffer, in its exact length.
getBytes() - Method in class org.apache.catalina.tribes.UniqueId
Returns the raw bytes of this unique identifier.
getBytes() - Method in class org.apache.tomcat.util.bcel.classfile.ConstantDouble
Get the 8-byte double value stored in this constant pool entry.
getBytes() - Method in class org.apache.tomcat.util.bcel.classfile.ConstantFloat
Get the 4-byte float value stored in this constant pool entry.
getBytes() - Method in class org.apache.tomcat.util.bcel.classfile.ConstantInteger
Get the 4-byte integer value stored in this constant pool entry.
getBytes() - Method in class org.apache.tomcat.util.bcel.classfile.ConstantLong
Get the 8-byte long value stored in this constant pool entry.
getBytes() - Method in class org.apache.tomcat.util.bcel.classfile.ConstantUtf8
Returns the UTF-8 string value stored in this constant pool entry.
getBytes() - Method in class org.apache.tomcat.util.buf.ByteChunk
Returns the underlying byte array.
getBytes(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getBytes(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getBytes(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getBytes(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getBytes(MessageBytes) - Method in class org.apache.coyote.ajp.AjpMessage
Read a null-terminated string of bytes from the packet.
getBytesDirect() - Method in class org.apache.catalina.tribes.io.XByteBuffer
Returns the internal byte array directly, without copying.
getBytesRead() - Method in class org.apache.coyote.Request
Return the number of bytes read.
getBytesRead() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
Returns the number of bytes, which have been read by the stream.
getBytesReceived() - Method in class org.apache.coyote.http11.upgrade.UpgradeGroupInfo
Returns the total bytes received across all connections.
getBytesReceived() - Method in class org.apache.coyote.http11.upgrade.UpgradeInfo
Returns the number of bytes received.
getBytesReceived() - Method in class org.apache.coyote.RequestGroupInfo
Return the total bytes received.
getBytesReceived() - Method in class org.apache.coyote.RequestInfo
Return the total bytes received.
getBytesSent() - Method in class org.apache.coyote.http11.upgrade.UpgradeGroupInfo
Returns the total bytes sent across all connections.
getBytesSent() - Method in class org.apache.coyote.http11.upgrade.UpgradeInfo
Returns the number of bytes sent.
getBytesSent() - Method in class org.apache.coyote.RequestGroupInfo
Return the total bytes sent.
getBytesSent() - Method in class org.apache.coyote.RequestInfo
Return the total bytes sent.
getBytesWritten() - Method in class org.apache.coyote.ajp.AjpProcessor.SocketOutputBuffer
 
getBytesWritten() - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
 
getBytesWritten() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
 
getBytesWritten() - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
 
getBytesWritten() - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
 
getBytesWritten() - Method in class org.apache.coyote.http11.Http11OutputBuffer
 
getBytesWritten() - Method in class org.apache.coyote.http11.Http11OutputBuffer.SocketOutputBuffer
 
getBytesWritten() - Method in class org.apache.coyote.http2.Http2OutputBuffer
 
getBytesWritten() - Method in interface org.apache.coyote.OutputBuffer
Bytes written to the underlying socket.
getBytesWritten(boolean) - Method in class org.apache.catalina.connector.Response
Return the number of bytes actually written to the socket.
getBytesWritten(boolean) - Method in class org.apache.coyote.Response
Bytes written to socket - i.e. after compression, chunking, etc.
getCaCertificateFile() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns the CA certificate file.
getCaCertificatePath() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns the CA certificate path.
getCache() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the cache authenticated Principals flag.
getCache() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getCache() - Method in class org.apache.jasper.JspC
 
getCache() - Method in interface org.apache.jasper.Options
The web-application wide cache for the TagLibraryInfo tag library descriptors, used if Options.isCaching() returns true.
getCache() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
Returns the statement cache for the current pooled connection.
getCacheControlHeader() - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
Returns the Cache-Control header value.
getCacheKey() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache.CachedStatement
Returns the cache key for this statement.
getCacheMaxSize() - Method in interface org.apache.catalina.WebResourceRoot
Get the maximum permitted size for the cache.
getCacheMaxSize() - Method in class org.apache.catalina.webresources.StandardRoot
 
getCacheObjectMaxSize() - Method in interface org.apache.catalina.WebResourceRoot
Get the maximum permitted size for a single object in the cache.
getCacheObjectMaxSize() - Method in class org.apache.catalina.webresources.StandardRoot
 
getCacheRemovalWarningTime() - Method in class org.apache.catalina.realm.LockOutRealm
Get the minimum period a failed authentication must remain in the cache to avoid generating a warning if it is removed from the cache to make space for a new entry.
getCacheSize() - Method in class org.apache.catalina.realm.LockOutRealm
Get the maximum number of users for which authentication failure will be kept in the cache.
getCacheSize() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
getCacheSize() - Method in interface org.apache.tomcat.jdbc.pool.interceptor.StatementCacheMBean
Returns the current global cache size across all connections.
getCacheSize() - Method in class org.apache.tomcat.util.buf.StringCache
Returns the maximum size of the string cache.
getCacheSizePerConnection() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
getCacheSizePerConnection() - Method in interface org.apache.tomcat.jdbc.pool.interceptor.StatementCacheMBean
Returns the cache size for the current connection.
getCacheState() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the state caching flag.
getCacheState() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getCacheState() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
Gets whether to cache properties.
getCacheState() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Gets the cache state to propagate in PoolableConnectionFactory.makeObject().
getCacheState() - Method in interface org.apache.tomcat.dbcp.dbcp2.PoolableConnectionMXBean
Gets whether to cache properties.
getCacheStrategy() - Method in interface org.apache.catalina.WebResourceRoot
Obtain the current caching strategy.
getCacheStrategy() - Method in class org.apache.catalina.webresources.Cache
Returns the cache strategy.
getCacheStrategy() - Method in class org.apache.catalina.webresources.StandardRoot
 
getCacheTtl() - Method in interface org.apache.catalina.WebResourceRoot
Get the Time-To-Live (TTL) for cache entries.
getCacheTtl() - Method in class org.apache.catalina.webresources.StandardRoot
 
getCalendardField() - Method in enum class org.apache.catalina.filters.ExpiresFilter.DurationUnit
Returns the calendar field corresponding to this duration unit.
getCallback() - Method in class org.apache.catalina.tribes.group.RpcChannel
Get the RPC callback handler.
getCallback() - Method in class org.apache.catalina.tribes.transport.AbstractRxTask
Gets the callback.
getCanonicalPath() - Method in interface org.apache.catalina.WebResource
Returns the canonical path of this resource.
getCanonicalPath() - Method in class org.apache.catalina.webresources.AbstractArchiveResource
 
getCanonicalPath() - Method in class org.apache.catalina.webresources.CachedResource
 
getCanonicalPath() - Method in class org.apache.catalina.webresources.EmptyResource
 
getCanonicalPath() - Method in class org.apache.catalina.webresources.FileResource
 
getCanonicalPath() - Method in class org.apache.catalina.webresources.JarResourceRoot
 
getCanReauthenticate() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Gets whether the authentication type associated with the original authentication supports reauthentication.
getCapacity() - Method in class org.apache.catalina.tribes.io.XByteBuffer
Returns the current capacity of the internal buffer.
getCaseSensitive() - Method in class org.apache.catalina.realm.LockOutRealm
Get the case sensitivity flag for username matching.
getCatalina() - Method in class org.apache.catalina.core.StandardServer
 
getCatalina() - Method in interface org.apache.catalina.Server
Returns the outer Catalina startup/shutdown component, if one has been set.
getCatalinaBase() - Method in interface org.apache.catalina.Container
Obtain the location of CATALINA_BASE.
getCatalinaBase() - Method in class org.apache.catalina.core.ContainerBase
 
getCatalinaBase() - Method in class org.apache.catalina.core.StandardEngine
 
getCatalinaBase() - Method in class org.apache.catalina.core.StandardServer
 
getCatalinaBase() - Method in interface org.apache.catalina.Server
Returns the configured base (instance) directory.
getCatalinaBase() - Static method in class org.apache.catalina.startup.Bootstrap
Obtain the name of the configured base (instance) directory.
getCatalinaBase() - Method in class org.apache.catalina.startup.FailedContext
 
getCatalinaBase() - Method in class org.apache.catalina.storeconfig.ConnectorStoreAppender
Returns the canonical catalina base directory.
getCatalinaBaseFile() - Static method in class org.apache.catalina.startup.Bootstrap
Obtain the configured base (instance) directory.
getCatalinaHome() - Method in interface org.apache.catalina.Container
Obtain the location of CATALINA_HOME.
getCatalinaHome() - Method in class org.apache.catalina.core.ContainerBase
 
getCatalinaHome() - Method in class org.apache.catalina.core.StandardEngine
 
getCatalinaHome() - Method in class org.apache.catalina.core.StandardServer
 
getCatalinaHome() - Method in interface org.apache.catalina.Server
Returns the configured home (binary) directory.
getCatalinaHome() - Static method in class org.apache.catalina.startup.Bootstrap
Obtain the name of configured home (binary) directory.
getCatalinaHome() - Method in class org.apache.catalina.startup.FailedContext
 
getCatalinaHomeFile() - Static method in class org.apache.catalina.startup.Bootstrap
Obtain the configured home (binary) directory.
getCatalog() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
getCatalog() - Method in interface org.apache.tomcat.dbcp.dbcp2.PoolableConnectionMXBean
getCatalog() - Method in class org.apache.tomcat.dbcp.dbcp2.PStmtKey
Gets the catalog.
getCatalog() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
 
getCatalog() - Method in interface org.apache.tomcat.jdbc.pool.PooledConnectionMBean
Returns the current catalog name.
getCatalogs() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getCatalogSeparator() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getCatalogTerm() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getCause() - Method in class org.apache.catalina.tribes.ChannelException.FaultyMember
Returns the cause of the failure.
getCause() - Method in exception class org.apache.tomcat.util.http.fileupload.impl.FileUploadIOException
Returns the exceptions cause.
getCause() - Method in exception class org.apache.tomcat.util.http.fileupload.impl.IOFileUploadException
Returns the exceptions cause.
getCauseList() - Method in exception class org.apache.tomcat.dbcp.dbcp2.SQLExceptionList
Gets the cause list.
getCertificateChain(String) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
 
getCertificateChain(String) - Method in class org.apache.tomcat.util.net.openssl.OpenSSLContext
 
getCertificateChain(String) - Method in interface org.apache.tomcat.util.net.SSLContext
Returns the certificate chain for the given alias.
getCertificateChainFile() - Method in class org.apache.tomcat.util.net.SSLHostConfigCertificate
Returns the path to the certificate chain file used by OpenSSL.
getCertificateFile() - Method in class org.apache.tomcat.util.net.SSLHostConfigCertificate
Returns the path to the certificate file used by OpenSSL.
getCertificateKeyAlias() - Method in class org.apache.tomcat.util.net.SSLHostConfigCertificate
Returns the alias of the key entry in the keystore.
getCertificateKeyFile() - Method in class org.apache.tomcat.util.net.SSLHostConfigCertificate
Returns the path to the private key file used by OpenSSL.
getCertificateKeyManager() - Method in class org.apache.tomcat.util.net.SSLHostConfigCertificate
Returns the X509KeyManager for this certificate configuration.
getCertificateKeyPassword() - Method in class org.apache.tomcat.util.net.SSLHostConfigCertificate
Returns the password for the certificate's private key.
getCertificateKeyPasswordFile() - Method in class org.apache.tomcat.util.net.SSLHostConfigCertificate
Returns the path to the file containing the certificate key password.
getCertificateKeystore() - Method in class org.apache.tomcat.util.net.SSLHostConfigCertificate
Returns the Java KeyStore for this certificate.
getCertificateKeystoreFile() - Method in class org.apache.tomcat.util.net.SSLHostConfigCertificate
Returns the path to the keystore file.
getCertificateKeystorePassword() - Method in class org.apache.tomcat.util.net.SSLHostConfigCertificate
Returns the password used to access the keystore.
getCertificateKeystorePasswordFile() - Method in class org.apache.tomcat.util.net.SSLHostConfigCertificate
Returns the path to the file containing the keystore password.
getCertificateKeystoreProvider() - Method in class org.apache.tomcat.util.net.SSLHostConfigCertificate
Returns the provider of the keystore.
getCertificateKeystoreType() - Method in class org.apache.tomcat.util.net.SSLHostConfigCertificate
Returns the type of the keystore (e.g., JKS, PKCS12).
getCertificateRevocationListFile() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns the certificate revocation list file.
getCertificateRevocationListPath() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns the certificate revocation list path.
getCertificates() - Method in interface org.apache.catalina.WebResource
Returns the certificates that were used to sign this resource to verify it.
getCertificates() - Method in class org.apache.catalina.webresources.AbstractArchiveResource
 
getCertificates() - Method in class org.apache.catalina.webresources.AbstractArchiveResource.JarInputStreamWrapper
Returns the certificates.
getCertificates() - Method in class org.apache.catalina.webresources.CachedResource
 
getCertificates() - Method in class org.apache.catalina.webresources.EmptyResource
 
getCertificates() - Method in class org.apache.catalina.webresources.FileResource
 
getCertificates() - Method in class org.apache.catalina.webresources.JarResourceRoot
 
getCertificates() - Method in class org.apache.tomcat.util.net.jsse.PEMFile
Returns the list of X509 certificates loaded from this PEM file.
getCertificates() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns the set of certificates.
getCertificates(boolean) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns the set of certificates, optionally creating a default if empty.
getCertificateVerification() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns the certificate verification mode.
getCertificateVerificationAsString() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns the certificate verification mode as a string.
getCertificateVerificationDepth() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns the certificate verification depth.
getCGIVariable(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
Get the value of a CGI variable by name.
getChangeSessionIdOnAuthentication() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the flag that states if we should change the session ID of an existing session upon successful authentication.
getChannel() - Method in interface org.apache.catalina.ha.CatalinaCluster
Returns the channel associated with the cluster.
getChannel() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Returns the channel associated with the cluster.
getChannel() - Method in interface org.apache.catalina.tribes.ChannelInterceptor
Return the channel that is related to this interceptor
getChannel() - Method in interface org.apache.catalina.tribes.ChannelReceiver
Return the channel that is related to this ChannelReceiver
getChannel() - Method in interface org.apache.catalina.tribes.ChannelSender
Return the channel that is related to this ChannelSender
getChannel() - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
getChannel() - Method in class org.apache.catalina.tribes.group.RpcChannel
Get the underlying channel.
getChannel() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
Get the channel.
getChannel() - Method in class org.apache.catalina.tribes.membership.MembershipServiceBase
 
getChannel() - Method in interface org.apache.catalina.tribes.MembershipService
Return the channel that is related to this MembershipService
getChannel() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Gets the channel used for communication.
getChannel() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
getChannel() - Method in class org.apache.catalina.tribes.transport.ReplicationTransmitter
 
getChannelReceiver() - Method in class org.apache.catalina.tribes.group.GroupChannel
 
getChannelReceiver() - Method in interface org.apache.catalina.tribes.ManagedChannel
returns the channel receiver
getChannelSender() - Method in class org.apache.catalina.tribes.group.GroupChannel
 
getChannelSender() - Method in interface org.apache.catalina.tribes.ManagedChannel
returns the channel sender
getChannelSendOptions() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Returns the channel send options as an integer flag value.
getChannelSendOptions() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Gets the channel send options.
getChannelSendOptionsName() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
returns the SendOptions as a comma separated list of names for use by JMX
getChannelStartOptions() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Returns the channel start options.
getCharacterEncoding() - Method in class org.apache.catalina.authenticator.FormAuthenticator
Return the character encoding to use to read the username and password.
getCharacterEncoding() - Method in class org.apache.catalina.connector.Request
 
getCharacterEncoding() - Method in class org.apache.catalina.connector.RequestFacade
 
getCharacterEncoding() - Method in class org.apache.catalina.connector.Response
 
getCharacterEncoding() - Method in class org.apache.catalina.connector.ResponseFacade
 
getCharacterEncoding() - Method in class org.apache.coyote.Request
Deprecated.
Unused. This method will be removed in Tomcat 12.
getCharacterEncoding() - Method in class org.apache.coyote.Response
Deprecated.
Unused. Will be removed in Tomcat 12.
getCharacterEncoding() - Method in interface org.apache.tomcat.util.http.fileupload.RequestContext
Retrieve the character encoding for the request.
getCharacterEncoding() - Method in class org.apache.tomcat.util.http.fileupload.servlet.ServletRequestContext
Retrieve the character encoding for the request.
getCharacterStream(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getCharacterStream(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getCharacterStream(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getCharacterStream(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getCharChunk() - Method in class org.apache.tomcat.util.buf.MessageBytes
Returns the char chunk, representing the char[] and offset/length.
getCharEnabled() - Method in class org.apache.tomcat.util.buf.StringCache
Returns whether the char chunk string cache is enabled.
getCharEncoding() - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
Returns the character encoding of the response.
getChars() - Method in class org.apache.tomcat.util.buf.CharChunk
Returns the character buffer.
getCharset() - Method in class org.apache.catalina.ant.AbstractCatalinaTask
Returns the charset used during URL encoding.
getCharset() - Method in class org.apache.catalina.authenticator.BasicAuthenticator
Returns the character set used for encoding credentials, as set by the user.
getCharset() - Method in class org.apache.coyote.Request
Deprecated.
Unused. This method will be removed in Tomcat 12.
getCharset() - Method in class org.apache.coyote.Response
Deprecated.
Unused. Will be removed in Tomcat 12.
getCharset() - Method in class org.apache.tomcat.util.buf.B2CConverter
Returns the charset used by this converter.
getCharset() - Method in class org.apache.tomcat.util.buf.ByteChunk
Returns the character set for this chunk.
getCharset() - Method in class org.apache.tomcat.util.buf.C2BConverter
Returns the charset used by this converter.
getCharset() - Method in class org.apache.tomcat.util.buf.CharsetHolder
Returns the Charset, null if no Charset has been specified, or null if the holder was created using the name of a Charset that the JRE does not recognise.
getCharset() - Method in class org.apache.tomcat.util.buf.MessageBytes
Return the Charset used for string<->byte conversions.
getCharset() - Method in class org.apache.tomcat.util.descriptor.web.XmlEncodingBase
Obtain the character encoding of the XML source that was used to populate this object.
getCharset() - Method in interface org.apache.tomcat.util.http.CookieProcessor
Obtain the character set that will be used when converting between bytes and characters when parsing and/or generating HTTP headers for cookies.
getCharset() - Method in class org.apache.tomcat.util.http.Parameters
Returns the character set used for decoding body parameters.
getCharset() - Method in class org.apache.tomcat.util.http.parser.MediaType
Get the charset.
getCharset() - Method in class org.apache.tomcat.util.http.Rfc6265CookieProcessor
 
getCharset(String) - Static method in class org.apache.tomcat.util.buf.B2CConverter
Obtain the Charset for the given encoding
getCharset(String) - Method in class org.apache.tomcat.util.buf.CharsetCache
Retrieves the charset for the given name.
getCharset(Locale) - Method in interface org.apache.catalina.Context
Obtain the character set name to use with the given Locale.
getCharset(Locale) - Method in class org.apache.catalina.core.StandardContext
 
getCharset(Locale) - Method in class org.apache.catalina.startup.FailedContext
 
getCharset(Locale) - Method in class org.apache.catalina.util.CharsetMapper
Calculate the name of a character set to be assumed, given the specified Locale and the absence of a character set specified as part of the content type header.
getCharSet() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Gets the content charset passed by the agent or null if not defined.
getCharsetHolder() - Method in class org.apache.coyote.Request
Return the charset holder.
getCharsetHolder() - Method in class org.apache.coyote.Response
Get the charset holder.
getCharsetMapper() - Method in class org.apache.catalina.core.StandardContext
Return the locale to character set mapper for this context.
getCharsetMapperClass() - Method in class org.apache.catalina.core.StandardContext
Return the locale to character set mapper class for this context.
getCheckContainersAvailable() - Method in class org.apache.catalina.valves.HealthCheckValve
Get whether to check if all child containers are available.
getCheckedOsUsers() - Method in class org.apache.catalina.security.SecurityListener
Returns the current list of operating system users not permitted to run Tomcat.
getCheckInterval() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getCheckInterval() - Method in class org.apache.jasper.JspC
In JspC this always returns 0.
getCheckInterval() - Method in interface org.apache.jasper.Options
Returns the interval in seconds at which the background compile thread checks for modified JSP files.
getCheckPeriod() - Method in class org.apache.catalina.security.TLSCertificateReloadListener
Get the time, in seconds, between reloading checks.
getChildInfo() - Method in class org.apache.jasper.compiler.Node.ChildInfoBase
Returns the collected child element information.
getChildren() - Method in class org.apache.catalina.core.ContainerBase
Returns the ObjectNames of all child containers that are instances of ContainerBase.
getChildren() - Method in class org.apache.tomcat.util.xreflection.SetPropertyClass
Returns the set of child classes registered under this class.
getCipherForSSL(long) - Static method in class org.apache.tomcat.jni.SSL
SSL_get_cipher.
getCipherList() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns the list of configured ciphers.
getCiphers() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns the cipher (TLSv1.2 and below) configuration.
getCiphers(long) - Static method in class org.apache.tomcat.jni.SSL
Returns all cipher suites that are enabled for negotiation in an SSL handshake.
getCiphers(long) - Static method in class org.apache.tomcat.jni.SSLContext
Returns all cipher suites that are enabled for negotiation in an SSL handshake.
getCipherSuite() - Method in class org.apache.tomcat.util.net.jsse.JSSESupport
 
getCipherSuite() - Method in interface org.apache.tomcat.util.net.SSLSupport
The cipher suite being used on this connection.
getCipherSuites() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Obtain the current cipher suite (TLSv1.3) configuration.
getClassDebugInfo() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getClassDebugInfo() - Method in class org.apache.jasper.JspC
 
getClassDebugInfo() - Method in interface org.apache.jasper.Options
Returns whether debug information is included in compiled classes.
getClassesToInitialize() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
Get the classes to initialize.
getClassFileName() - Method in class org.apache.jasper.compiler.SmapStratum
Returns the name of the output .class file.
getClassFileName() - Method in class org.apache.jasper.JspCompilationContext
Returns the full path name of the compiled class file.
getClassImports() - Method in interface org.apache.jasper.runtime.JspSourceImports
Returns the set of class imports.
getClassLoader() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
Get the class loader for MBean creation.
getClassLoader() - Method in class org.apache.catalina.core.ApplicationContext
 
getClassLoader() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getClassLoader() - Method in interface org.apache.catalina.Loader
Return the Java class loader to be used by this Loader.
getClassLoader() - Method in class org.apache.catalina.loader.WebappLoader
 
getClassLoader() - Method in class org.apache.jasper.JspCompilationContext
What class loader to use for loading classes while compiling this JSP?
getClassLoader() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getClassLoader() - Static method in class org.apache.naming.ContextBindings
Retrieves the naming context bound to a class loader.
getClassLoader() - Method in class org.apache.tomcat.util.digester.Digester
Return the class loader to be used for instantiating application objects when required.
getClassLoaderInfo(ClassLoader) - Method in class org.apache.juli.ClassLoaderLogManager
Retrieve the configuration associated with the specified classloader.
getClassLoaderOnly() - Method in class org.apache.catalina.webresources.AbstractResourceSet
Checks if this resource set is class loader only.
getClassLoaderOnly() - Method in class org.apache.catalina.webresources.EmptyResourceSet
 
getClassLoaderOnly() - Method in interface org.apache.catalina.WebResourceSet
Should resources returned by this resource set only be included in any results when the lookup is explicitly looking for class loader resources. i.e. should these resources be excluded from look ups that are explicitly looking for static (non-class loader) resources.
getClassLoaderResource(String) - Method in interface org.apache.catalina.WebResourceRoot
Obtain the object that represents the class loader resource at the given path.
getClassLoaderResource(String) - Method in class org.apache.catalina.webresources.StandardRoot
 
getClassLoaderResources(String) - Method in interface org.apache.catalina.WebResourceRoot
Obtain the objects that represent the class loader resource at the given path.
getClassLoaderResources(String) - Method in class org.apache.catalina.webresources.StandardRoot
 
getClassLoaders() - Method in class org.apache.catalina.ha.context.ReplicatedContext
Return the class loaders to use for serialization.
getClassLoaders() - Method in class org.apache.catalina.ha.session.ClusterManagerBase
Returns the class loaders for this manager's context.
getClassLoaders() - Method in class org.apache.catalina.ha.session.DeltaSession
Get the class loaders used for deserialization.
getClassLoaders(Context) - Static method in class org.apache.catalina.ha.session.ClusterManagerBase
Returns the class loaders for the specified context.
getClassLoadingLock(String) - Method in class org.apache.catalina.loader.WebappClassLoader
This class loader is not parallel capable so lock on the class loader rather than a per-class lock.
getClassLoadTime() - Method in class org.apache.catalina.core.StandardWrapper
Returns the time taken to load the servlet class.
getClassName() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
Get the MBean class name.
getClassName() - Method in class org.apache.catalina.authenticator.jaspic.PersistentProviderRegistrations.Provider
Returns the class name of the provider.
getClassName() - Method in class org.apache.catalina.core.ApplicationFilterRegistration
 
getClassName() - Method in class org.apache.catalina.core.ApplicationServletRegistration
 
getClassName() - Method in class org.apache.catalina.mbeans.ClassNameMBean
 
getClassName() - Method in class org.apache.catalina.session.ManagerBase
Returns the fully qualified name of this manager's implementation class.
getClassName() - Method in class org.apache.catalina.startup.ListenerCreateRule.OptionalListener
Return the class name of the listener.
getClassName() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinition
Returns the interceptor class name.
getClassName() - Method in class org.apache.tomcat.util.bcel.classfile.JavaClass
Get the name of this class.
getClassName() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Returns the fully qualified Java class name of the managed object for this MBean.
getClassName() - Method in class org.apache.tomcat.util.modeler.ManagedBean
The fully qualified name of the Java class of the MBean described by this descriptor.
getClassName() - Method in interface org.apache.tomcat.websocket.ClientEndpointHolder
Returns the fully qualified class name of the endpoint.
getClassName() - Method in class org.apache.tomcat.websocket.EndpointClassHolder
 
getClassName() - Method in class org.apache.tomcat.websocket.EndpointHolder
 
getClassName() - Method in class org.apache.tomcat.websocket.PojoClassHolder
 
getClassName() - Method in class org.apache.tomcat.websocket.PojoHolder
 
getClasspath() - Method in class org.apache.catalina.loader.WebappLoader
Classpath, as set in org.apache.catalina.jsp_classpath context property
getClassPath() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Returns the classpath that is passed off to the Java compiler.
getClassPath() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getClassPath() - Method in class org.apache.jasper.JspC
 
getClassPath() - Method in class org.apache.jasper.JspCompilationContext
Returns the classpath used by the Java compiler for this JSP.
getClassPath() - Method in interface org.apache.jasper.Options
Returns the classpath used by the compiler when compiling generated Servlets.
getClassResources() - Method in class org.apache.catalina.webresources.StandardRoot
Returns the class resource sets registered with this root.
getClazz() - Method in class org.apache.tomcat.util.xreflection.SetPropertyClass
Returns the Class represented by this instance.
getClearReferencesHttpClientKeepAliveThread() - Method in class org.apache.catalina.core.StandardContext
Return the clearReferencesHttpClientKeepAliveThread flag for this context.
getClearReferencesHttpClientKeepAliveThread() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Get the clearReferencesHttpClientKeepAliveThread flag for this Context.
getClearReferencesLogFactoryRelease() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Get the clearReferencesLogFactoryRelease flag for this Context.
getClearReferencesRmiTargets() - Method in class org.apache.catalina.core.StandardContext
Returns whether RMI targets should be cleared during stop to prevent memory leaks.
getClearReferencesRmiTargets() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Returns whether RMI target references should be cleared on reload.
getClearReferencesStopThreads() - Method in class org.apache.catalina.core.StandardContext
Return the clearReferencesStopThreads flag for this context.
getClearReferencesStopThreads() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Get the clearReferencesStopThreads flag for this Context.
getClearReferencesStopTimerThreads() - Method in class org.apache.catalina.core.StandardContext
Return the clearReferencesStopTimerThreads flag for this context.
getClearReferencesStopTimerThreads() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Get the clearReferencesStopTimerThreads flag for this Context.
getClearReferencesThreadLocals() - Method in class org.apache.catalina.core.StandardContext
Returns whether ThreadLocal references should be cleared during stop to prevent memory leaks.
getClearReferencesThreadLocals() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Returns whether ThreadLocal references should be cleared on reload.
getClientAliases(String, Principal[]) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
 
getClientAuthConfig(String, String, CallbackHandler) - Method in class org.apache.catalina.authenticator.jaspic.SimpleAuthConfigProvider
Returns the client-side authentication configuration for the specified layer and application context.
getClientCertProvider() - Method in class org.apache.coyote.AbstractProtocol
When client certificate information is presented in a form other than instances of X509Certificate it needs to be converted before it can be used and this property controls which JSSE provider is used to perform the conversion.
getClientInfo() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
getClientInfo(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
getClientInfoProperties() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getClientIpSessionId() - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
Get the map of client identifiers to session IDs.
getClientRequestedApplicationProtocols() - Method in class org.apache.tomcat.util.net.TLSClientHelloExtractor
Returns the application-level protocols requested by the client.
getClientRequestedCipherNames() - Method in class org.apache.tomcat.util.net.TLSClientHelloExtractor
Returns the names of cipher suites requested by the client.
getClientRequestedCiphers() - Method in class org.apache.tomcat.util.net.TLSClientHelloExtractor
Returns the list of cipher suites requested by the client.
getClientRequestedProtocols() - Method in class org.apache.tomcat.util.net.TLSClientHelloExtractor
Returns the transport protocols requested by the client.
getClientSignatureSchemes() - Method in class org.apache.tomcat.util.net.TLSClientHelloExtractor
Returns the signature schemes requested by the client.
getClientSupportedGroups() - Method in class org.apache.tomcat.util.net.TLSClientHelloExtractor
Returns the key exchange groups supported by the client.
getClientToServerElement(ExtendedAccessLogValve.PatternTokenizer) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Returns the appropriate log element for a client-to-server token.
getClob(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getClob(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getClob(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getClob(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getCloseMethod() - Method in class org.apache.tomcat.util.descriptor.web.ContextResource
Returns the close method name.
getCloseMethodConfigured() - Method in class org.apache.tomcat.util.descriptor.web.ContextResource
Returns whether the close method has been explicitly configured.
getCloseReason() - Method in exception class org.apache.tomcat.websocket.WsIOException
Returns the WebSocket close reason for this exception.
getCluster() - Method in interface org.apache.catalina.Container
Get the Cluster for this container.
getCluster() - Method in class org.apache.catalina.core.ContainerBase
 
getCluster() - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
 
getCluster() - Method in interface org.apache.catalina.ha.ClusterDeployer
Returns the cluster associated with this deployer.
getCluster() - Method in class org.apache.catalina.ha.ClusterListener
Returns the cluster associated with this listener.
getCluster() - Method in interface org.apache.catalina.ha.ClusterManager
Returns the cluster associated with this manager.
getCluster() - Method in interface org.apache.catalina.ha.ClusterValve
Returns the cluster the valve is associated with
getCluster() - Method in class org.apache.catalina.ha.session.ClusterManagerBase
 
getCluster() - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
 
getCluster() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
 
getCluster() - Method in class org.apache.catalina.startup.FailedContext
 
getClusterDeployer() - Method in interface org.apache.catalina.ha.CatalinaCluster
Returns the current Deployer.
getClusterDeployer() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Returns the current Deployer.
getClusterInternal() - Method in class org.apache.catalina.core.ContainerBase
Provide access to just the cluster component attached to this container.
getClusterName() - Method in interface org.apache.catalina.Cluster
Return the name of the cluster that this Server is currently configured to operate within.
getClusterName() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Return the name of the cluster that this Server is currently configured to operate within.
getClusterReceiver() - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
Returns the cluster receiver.
getClusterSender() - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
Returns the cluster sender.
getCodeBase() - Method in interface org.apache.catalina.WebResource
Returns the code base for this resource.
getCodeBase() - Method in class org.apache.catalina.webresources.AbstractArchiveResource
 
getCodeBase() - Method in class org.apache.catalina.webresources.CachedResource
 
getCodeBase() - Method in class org.apache.catalina.webresources.EmptyResource
 
getCodeBase() - Method in class org.apache.catalina.webresources.FileResource
 
getCodeBase() - Method in class org.apache.catalina.webresources.JarResourceRoot
 
getCollectDetailedStatistics() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets whether detailed timing statistics collection is enabled.
getCollectDetailedStatistics() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Gets the value for the collectDetailedStatistics configuration attribute for pools created with this configuration instance.
getColumnIndexes() - Method in class org.apache.tomcat.dbcp.dbcp2.PStmtKey
Gets an array of column indexes indicating the columns that should be returned from the inserted row or rows.
getColumnNames() - Method in class org.apache.tomcat.dbcp.dbcp2.PStmtKey
Gets an array of column names indicating the columns that should be returned from the inserted row or rows.
getColumnNumber() - Method in class org.apache.jasper.compiler.Mark
Get the column number.
getColumnPrivileges(String, String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getColumns(String, String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getCommand() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets derived command string
getCommand() - Method in interface org.apache.catalina.tribes.Member
Return the command associated with this member.
getCommand() - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
getCommands() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLConf
Returns the list of commands in this configuration.
getComment() - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
 
getCommitOnReturn() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getCommitOnReturn() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getCommitOnReturn() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns whether the pool commits any pending transaction when a connection is returned.
getCommitOnReturn() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getCommitTime() - Method in class org.apache.coyote.Response
Return the time the response was committed (based on System.currentTimeMillis).
getCommitTimeNanos() - Method in class org.apache.coyote.Response
Return the time the response was committed (based on System.nanoTime).
getCommonPropertyType(ELContext, Object) - Method in class org.apache.el.stream.StreamELResolverImpl
 
getCommonPropertyType(ELContext, Object) - Method in class org.apache.jasper.el.JasperELResolver.GraalBeanELResolver
 
getCommonRole() - Method in class org.apache.catalina.realm.JNDIRealm
Get the common role.
getComparator(String) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Get a comparator for sessions based on the specified sort criteria.
getComparator(String) - Method in class org.apache.catalina.servlets.DefaultServlet.SortManager
Get the comparator for the given order string.
getComparator(DefaultServlet.SortManager.Order) - Method in class org.apache.catalina.servlets.DefaultServlet.SortManager
Get the comparator for the given order.
getCompilationContext() - Method in class org.apache.jasper.compiler.Compiler
Returns the JSP compilation context.
getCompiler() - Method in class org.apache.jasper.compiler.ParserController
Returns the compiler associated with this parser controller.
getCompiler() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getCompiler() - Method in class org.apache.jasper.JspC
 
getCompiler() - Method in class org.apache.jasper.JspCompilationContext
Returns the compiler instance for this compilation context.
getCompiler() - Method in interface org.apache.jasper.Options
Compiler to use.
getCompilerClassName() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getCompilerClassName() - Method in class org.apache.jasper.JspC
 
getCompilerClassName() - Method in interface org.apache.jasper.Options
Returns the fully qualified class name of the Jasper Java compiler implementation to use.
getCompilerSourceVM() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getCompilerSourceVM() - Method in class org.apache.jasper.JspC
 
getCompilerSourceVM() - Method in interface org.apache.jasper.Options
Returns the source Java VM version for the compiler, such as 1.8.
getCompilerTargetVM() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getCompilerTargetVM() - Method in class org.apache.jasper.JspC
 
getCompilerTargetVM() - Method in interface org.apache.jasper.Options
Returns the target Java VM version for the compiler, such as 1.8.
getCompletedTaskCount() - Method in class org.apache.catalina.core.StandardThreadExecutor
Return the approximate total number of tasks that have completed execution.
getCompletedTaskCount() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
Return the total number of tasks that have completed execution by the pool.
getCompletedTaskCount() - Method in interface org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptorMBean
Get the completed task count.
getCompletedTaskCount() - Method in interface org.apache.catalina.tribes.transport.nio.NioReceiverMBean
Returns the total number of completed tasks.
getCompletedTaskCount() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Return the total number of tasks that have completed execution by the pool.
getCompletedTaskCount() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Returns the approximate total number of tasks that have completed execution.
getCompositeData(CompositeType) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
Returns the query statistics as JMX CompositeData.
getCompositeType() - Static method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
Returns the composite type used for JMX query statistics.
getCompressedSizeRX() - Method in class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
 
getCompressedSizeRX() - Method in interface org.apache.catalina.tribes.group.interceptors.GzipInterceptorMBean
Returns the total compressed received data size in bytes.
getCompressedSizeTX() - Method in class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
 
getCompressedSizeTX() - Method in interface org.apache.catalina.tribes.group.interceptors.GzipInterceptorMBean
Returns the total compressed transmitted data size in bytes.
getCompressibleMimeType() - Method in class org.apache.coyote.CompressionConfig
Returns the comma-separated list of MIME types eligible for compression.
getCompressibleMimeType() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the MIME types that may be subject to compression.
getCompressibleMimeTypes() - Method in class org.apache.coyote.CompressionConfig
Returns the array of MIME types eligible for compression.
getCompressibleMimeTypes() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the MIME types that may be subject to compression as an array.
getCompression() - Method in class org.apache.coyote.CompressionConfig
Return compression level.
getCompression() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the compression setting.
getCompressionLevel() - Method in class org.apache.coyote.CompressionConfig
Returns the internal numeric compression level.
getCompressionLevel() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the compression level.
getCompressionMinSize() - Method in class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
 
getCompressionMinSize() - Method in interface org.apache.catalina.tribes.group.interceptors.GzipInterceptorMBean
Returns the minimum payload size for compression to be enabled.
getCompressionMinSize() - Method in class org.apache.coyote.CompressionConfig
Returns the minimum response size in bytes required before compression is applied.
getCompressionMinSize() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the minimum response size for compression to be applied.
getComputedFailCtxIfServletStartFails() - Method in class org.apache.catalina.core.StandardContext
Returns the computed value of failCtxIfServletStartFails, inheriting from parent Host if not explicitly set.
getConcurrency() - Method in class org.apache.catalina.valves.SemaphoreValve
Return the concurrency level of the semaphore.
getConcurrency() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getCondition() - Method in class org.apache.catalina.valves.AbstractAccessLogValve
Return whether the attribute name to look for when performing conditional logging.
getConditionalState() - Method in class org.apache.catalina.ssi.SSIMediator
Returns the conditional state tracker for nested if/else/endif directives.
getConditionIf() - Method in class org.apache.catalina.valves.AbstractAccessLogValve
Return whether the attribute name to look for when performing conditional logging.
getConditions() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get the conditions for this rule.
getConditionUnless() - Method in class org.apache.catalina.valves.AbstractAccessLogValve
Return whether the attribute name to look for when performing conditional logging.
getCondPattern() - Method in class org.apache.catalina.valves.rewrite.RewriteCond
Returns the condition pattern.
getConfig() - Method in class org.apache.catalina.ant.DeployTask
Get the context configuration file URL.
getConfig() - Method in class org.apache.catalina.realm.JAASRealm
Load custom JAAS Configuration.
getConfigBase(String) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Deprecated.
getConfigBase(String, PrintWriter, StringManager) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Get config base.
getConfigBaseFile() - Method in class org.apache.catalina.core.StandardHost
 
getConfigBaseFile() - Method in interface org.apache.catalina.Host
Get the default configuration path of this Host.
getConfigBaseName() - Method in class org.apache.catalina.startup.HostConfig
Get the name of the configBase.
getConfigBasePath() - Method in class org.apache.catalina.startup.ContextConfig
Returns the configuration base path for the Host that contains this Context.
getConfigClass() - Method in class org.apache.catalina.core.StandardHost
 
getConfigClass() - Method in interface org.apache.catalina.Host
Get the Java class name of the context configuration class for new web applications.
getConfigClass() - Method in class org.apache.catalina.startup.UserConfig
Returns the Context configuration class name.
getConfigErrMsg() - Method in class org.apache.catalina.ssi.SSIMediator
Returns the current error message configuration.
getConfigFile() - Method in interface org.apache.catalina.Context
Return the URL of the XML descriptor for this context.
getConfigFile() - Method in class org.apache.catalina.core.StandardContext
 
getConfigFile() - Method in class org.apache.catalina.realm.JAASRealm
Get the path of the JAAS configuration file.
getConfigFile() - Method in class org.apache.catalina.startup.Catalina
Return the pathname to the server configuration file.
getConfigFile() - Method in class org.apache.catalina.startup.FailedContext
 
getConfigFileWriter(Context) - Method in class org.apache.catalina.storeconfig.StandardContextSF
Get explicit writer for context (context.getConfigFile()).
getConfigNew() - Method in class org.apache.catalina.storeconfig.StoreFileMover
Returns the File object representing the new configuration file.
getConfigOld() - Method in class org.apache.catalina.storeconfig.StoreFileMover
Returns the File object representing the old configuration file.
getConfigPath(Container, String) - Static method in interface org.apache.catalina.Container
Find the configuration path where a configuration resource is located.
getConfigProvider(String, String, RegistrationListener) - Method in class org.apache.catalina.authenticator.jaspic.AuthConfigFactoryImpl
 
getConfigSave() - Method in class org.apache.catalina.storeconfig.StoreFileMover
Returns the File object representing the saved backup configuration file.
getConfigSizeFmt() - Method in class org.apache.catalina.ssi.SSIMediator
Returns the current size format configuration.
getConfigTimeFmt() - Method in class org.apache.catalina.ssi.SSIMediator
Returns the current time format configuration.
getConfigType() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Expose in String form for JMX.
getConfiguration() - Method in class org.apache.catalina.valves.rewrite.RewriteValve
Get the rewrite configuration.
getConfigured() - Method in interface org.apache.catalina.Context
Return the "correctly configured" flag for this Context.
getConfigured() - Method in class org.apache.catalina.core.StandardContext
 
getConfigured() - Method in class org.apache.catalina.startup.FailedContext
 
getConfResource(String) - Method in interface org.apache.tomcat.util.file.ConfigurationSource
Get a resource, based on the conf path.
getConnection() - Method in class org.apache.catalina.session.DataSourceStore
Check the connection associated with this store, if it's null or closed try to reopen it.
getConnection() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Creates (if necessary) and return a connection to the database.
getConnection() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Attempts to establish a database connection.
getConnection() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getConnection() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
getConnection() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.ManagedDataSource
 
getConnection() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDataSource
Returns a Connection from my pool, according to the contract specified by ObjectPool.borrowObject().
getConnection() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Borrows a connection from the pool.
getConnection() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Get a database connection.
getConnection() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
Returns the connection proxy.
getConnection() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Returns the underlying connection
getConnection() - Method in class org.apache.tomcat.jdbc.pool.ProxyConnection
Returns the underlying pooled connection.
getConnection(String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
BasicDataSource does NOT support this method.
getConnection(String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Attempts to retrieve a database connection using InstanceKeyDataSource.getPooledConnectionAndInfo(String, String) with the provided user name and password.
getConnection(String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDataSource
getConnection(String, String) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Borrows a connection from the pool.
getConnection(String, String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Get a database connection.
GETCONNECTION_VAL - Static variable in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
getConnectionAsync() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Retrieves a Connection future.
getConnectionAsync() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Invokes an sync operation to retrieve the connection.
getConnectionCount() - Method in class org.apache.coyote.AbstractProtocol
Gets the connection count.
getConnectionCount() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Return the current count of connections handled by this endpoint, if the connections are counted (which happens when the maximum count of connections is limited), or -1 if they are not.
getConnectionFactory() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.LocalXAConnectionFactory
Gets the connection factory.
getConnectionFactory() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Gets the connection factory.
getConnectionFactoryClassName() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the ConnectionFactoryClassName that has been configured for use by this pool.
getConnectionId() - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
getConnectionId() - Method in record class org.apache.tomcat.util.net.ServletConnectionImpl
 
getConnectionIndex() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Gets how many connections were created in PoolableConnectionFactory.makeObject().
getConnectionInitSqls() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the list of SQL statements executed when a physical connection is first created.
getConnectionInitSqls() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Gets the collection of initialization SQL statements.
getConnectionInitSqlsAsArray() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Provides the same data as BasicDataSource.getConnectionInitSqls() but in an array so it is accessible via JMX.
getConnectionInitSqlsAsArray() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getConnectionInternal() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
Gets the internal connection.
getConnectionLinger() - Method in class org.apache.coyote.AbstractProtocol
Gets the connection linger time.
getConnectionLinger() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Socket linger.
getConnectionManager(UserPassKey) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Gets the pooled connection manager for the given key.
getConnectionManager(UserPassKey) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
 
getConnectionManager(UserPassKey) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.SharedPoolDataSource
 
getConnectionName() - Method in class org.apache.catalina.realm.JNDIRealm
Get the connection username for this Realm.
getConnectionName() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
 
getConnectionPassword() - Method in class org.apache.catalina.realm.JNDIRealm
Get the connection password for this Realm.
getConnectionPassword() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
 
getConnectionPool() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the underlying connection pool.
getConnectionPool(String) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDriver
Gets the connection pool for the given name.
getConnectionPoolDataSource() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Gets the value of connectionPoolDataSource.
getConnectionPoolSize() - Method in class org.apache.catalina.realm.JNDIRealm
Get the connection pool size.
getConnectionProperties() - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Gets the connection properties passed to the JDBC driver.
getConnectionProperties() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getConnectionProperties() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getConnectionProperties() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The connection properties that will be sent to the JDBC driver when establishing new connections.
getConnectionProperties() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getConnections() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get a set with the current open connections.
getConnectionString() - Method in class org.apache.tomcat.dbcp.dbcp2.DriverConnectionFactory
Gets the connection String.
getConnectionTimeout() - Method in class org.apache.catalina.realm.JNDIRealm
Get the connection timeout.
getConnectionTimeout() - Method in class org.apache.coyote.AbstractProtocol
Gets the connection timeout.
getConnectionTimeout() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Socket timeout.
getConnectionUploadTimeout() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Specifies a different (usually longer) connection timeout during data upload.
getConnectionUri() - Method in class org.apache.tomcat.dbcp.dbcp2.DriverManagerConnectionFactory
Gets the connection URI.
getConnectionURL() - Method in class org.apache.catalina.realm.JNDIRealm
Get the connection URL for this Realm.
getConnectionVersion() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
 
getConnectionVersion() - Method in interface org.apache.tomcat.jdbc.pool.PooledConnectionMBean
Returns the connection version.
getConnector() - Method in class org.apache.catalina.connector.Request
Return the connector through which this request was received.
getConnector() - Method in class org.apache.catalina.startup.Tomcat
Get the default HTTP connector that is used by the embedded Tomcat.
getConnectorCerts(StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Get the SSL certificates for each connector.
getConnectorCiphers(StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Get the SSL ciphers for each connector.
getConnectorName(String) - Static method in class org.apache.catalina.manager.StatusTransformer
Return the connector name without the port, for auto port connectors.
getConnectorNames() - Method in class org.apache.catalina.core.StandardService
Return the JMX ObjectNames for the connectors currently associated with this service.
getConnectorTrustedCerts(StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Get the trusted certificates for each connector.
getConnectTime() - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
getConnectTime() - Method in interface org.apache.catalina.tribes.transport.DataSender
Returns the connection time.
getConnectTimeout() - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
getConnectTimeout() - Method in interface org.apache.catalina.tribes.group.interceptors.TcpFailureDetectorMBean
Returns the connection timeout in milliseconds.
getConnectTimeout() - Method in class org.apache.catalina.tribes.membership.cloud.CloudMembershipService
 
getConnectTimeout() - Method in interface org.apache.catalina.tribes.membership.cloud.CloudMembershipServiceMBean
Returns the connection timeout in milliseconds.
getConnectTimeout() - Method in class org.apache.catalina.tribes.membership.StaticMembershipService
 
getConnectTimeout() - Method in interface org.apache.catalina.tribes.membership.StaticMembershipServiceMBean
Returns the connection timeout in milliseconds.
getConstant(int) - Method in class org.apache.tomcat.util.bcel.classfile.ConstantPool
Gets constant from constant pool.
getConstant(int, byte) - Method in class org.apache.tomcat.util.bcel.classfile.ConstantPool
Gets constant from constant pool and check whether it has the expected type.
getConstant(int, Class) - Method in class org.apache.tomcat.util.bcel.classfile.ConstantPool
Gets constant from constant pool.
getConstantAttribute(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Returns the value of a constant attribute.
getConstantInteger(int) - Method in class org.apache.tomcat.util.bcel.classfile.ConstantPool
Gets constant from constant pool and check whether it has the expected type.
getConstantName(int) - Static method in class org.apache.tomcat.util.bcel.Const
Get the CONSTANT_NAMES entry at the given index.
getConstantUtf8(int) - Method in class org.apache.tomcat.util.bcel.classfile.ConstantPool
Gets constant from constant pool and check whether it has the expected type.
getConstructor() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
Returns the constructor used to create this proxy.
getConstructor(int, Class) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
Creates a constructor for a proxy class, if one doesn't already exist
getContainer() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
 
getContainer() - Method in class org.apache.catalina.authenticator.jaspic.CallbackHandlerImpl
 
getContainer() - Method in interface org.apache.catalina.Contained
Get the Container with which this instance is associated.
getContainer() - Method in class org.apache.catalina.ContainerEvent
Return the Container on which this event occurred.
getContainer() - Method in class org.apache.catalina.core.StandardPipeline
 
getContainer() - Method in class org.apache.catalina.core.StandardService
 
getContainer() - Method in class org.apache.catalina.deploy.NamingResourcesImpl
 
getContainer() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Get the Container with which this instance is associated.
getContainer() - Method in class org.apache.catalina.realm.RealmBase
 
getContainer() - Method in interface org.apache.catalina.Service
Returns the Engine that handles requests for all Connectors associated with this Service.
getContainer() - Method in class org.apache.catalina.valves.ValveBase
 
getContainer() - Method in interface org.apache.tomcat.util.descriptor.web.NamingResources
Returns the container with which the naming resources are associated.
getContainer() - Method in class org.apache.tomcat.websocket.WsContainerProvider
Returns the WebSocket container.
getContainer() - Method in class org.apache.tomcat.websocket.WsSession
 
getContainerSciFilter() - Method in interface org.apache.catalina.Context
Obtains the regular expression that specifies which container provided SCIs should be filtered out and not used for this context.
getContainerSciFilter() - Method in class org.apache.catalina.core.StandardContext
 
getContainerSciFilter() - Method in class org.apache.catalina.startup.FailedContext
 
getContent() - Method in interface org.apache.catalina.WebResource
Returns the binary content of this resource.
getContent() - Method in class org.apache.catalina.webresources.AbstractArchiveResource
 
getContent() - Method in class org.apache.catalina.webresources.CachedResource
 
getContent() - Method in class org.apache.catalina.webresources.EmptyResource
 
getContent() - Method in class org.apache.catalina.webresources.FileResource
 
getContent() - Method in class org.apache.catalina.webresources.JarResourceRoot
 
getContent() - Method in class org.apache.jasper.util.FastRemovalDequeue.Entry
Returns the content stored in this entry.
getContentLanguage() - Method in class org.apache.coyote.Response
Return the content language.
getContentLength() - Method in class org.apache.catalina.connector.Request
 
getContentLength() - Method in class org.apache.catalina.connector.RequestFacade
 
getContentLength() - Method in class org.apache.catalina.connector.Response
Get the content length that was set or calculated for this response.
getContentLength() - Method in interface org.apache.catalina.WebResource
Returns the content length of this resource.
getContentLength() - Method in class org.apache.catalina.webresources.AbstractArchiveResource
 
getContentLength() - Method in class org.apache.catalina.webresources.CachedResource
 
getContentLength() - Method in class org.apache.catalina.webresources.EmptyResource
 
getContentLength() - Method in class org.apache.catalina.webresources.FileResource
 
getContentLength() - Method in class org.apache.catalina.webresources.JarResourceRoot
 
getContentLength() - Method in class org.apache.catalina.webresources.war.WarURLConnection
 
getContentLength() - Method in class org.apache.coyote.Request
Return the content length.
getContentLength() - Method in class org.apache.coyote.RequestInfo
Return the content length.
getContentLength() - Method in class org.apache.coyote.Response
Get the content length as an int.
getContentLengthLong() - Method in class org.apache.catalina.connector.Request
 
getContentLengthLong() - Method in class org.apache.catalina.connector.RequestFacade
 
getContentLengthLong() - Method in class org.apache.catalina.webresources.war.WarURLConnection
 
getContentLengthLong() - Method in class org.apache.coyote.Request
Return the content length as a long.
getContentLengthLong() - Method in class org.apache.coyote.Response
Get the content length as a long.
getContentType() - Method in class org.apache.catalina.authenticator.SavedRequest
Returns the content type of the saved request.
getContentType() - Method in class org.apache.catalina.connector.Request
 
getContentType() - Method in class org.apache.catalina.connector.RequestFacade
 
getContentType() - Method in class org.apache.catalina.connector.Response
 
getContentType() - Method in class org.apache.catalina.connector.ResponseFacade
 
getContentType() - Method in class org.apache.catalina.core.ApplicationPart
 
getContentType() - Method in class org.apache.coyote.Request
Return the content type as a string.
getContentType() - Method in class org.apache.coyote.Response
Get the content type.
getContentType() - Method in class org.apache.jasper.compiler.PageInfo
Returns the content type.
getContentType() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Gets the content type passed by the agent or null if not defined.
getContentType() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Returns the content type passed by the browser or null if not defined.
getContentType() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemStream
Returns the content type passed by the browser or null if not defined.
getContentType() - Method in class org.apache.tomcat.util.http.fileupload.impl.FileItemStreamImpl
Returns the items content type, or null.
getContentType() - Method in interface org.apache.tomcat.util.http.fileupload.RequestContext
Retrieve the content type of the request.
getContentType() - Method in class org.apache.tomcat.util.http.fileupload.servlet.ServletRequestContext
Retrieve the content type of the request.
getContentTypeAttribute(String, String) - Static method in class org.apache.jasper.tagplugins.jstl.Util
Get the value associated with a content-type attribute.
getContentWritten() - Method in class org.apache.catalina.connector.OutputBuffer
Returns the total number of bytes and characters written.
getContentWritten() - Method in class org.apache.catalina.connector.Response
Return the number of bytes the application has actually written to the output stream.
getContentWritten() - Method in class org.apache.catalina.connector.ResponseFacade
Get the number of bytes written.
getContentWritten() - Method in class org.apache.coyote.Response
Bytes written by application - i.e. before compression, chunking, etc.
getContext() - Method in class org.apache.catalina.connector.Request
Return the Context within which this Request is being processed.
getContext() - Method in class org.apache.catalina.connector.Response
Return the Context within which this request is being processed.
getContext() - Method in class org.apache.catalina.core.ApplicationContext
Returns the underlying StandardContext.
getContext() - Method in interface org.apache.catalina.Loader
Return the Context with which this Loader has been associated.
getContext() - Method in class org.apache.catalina.loader.WebappLoader
 
getContext() - Method in interface org.apache.catalina.Manager
Get the Context with which this Manager is associated.
getContext() - Method in class org.apache.catalina.session.ManagerBase
 
getContext() - Method in interface org.apache.catalina.WebResourceRoot
Returns the web application this WebResourceRoot is associated with.
getContext() - Method in class org.apache.catalina.webresources.StandardRoot
 
getContext(Class) - Method in class org.apache.el.lang.EvaluationContext
 
getContext(Class) - Method in class org.apache.jasper.el.ELContextWrapper
 
getContext(String) - Method in class org.apache.catalina.core.ApplicationContext
 
getContext(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getContext(String) - Method in class org.apache.jasper.servlet.JspCServletContext
 
getContextBind() - Method in record class org.apache.coyote.UpgradeToken
Returns the context binder for this upgrade.
getContextClass() - Method in class org.apache.catalina.core.StandardHost
Returns the Java class name of the Context implementation class for new web applications.
getContextClass() - Method in class org.apache.catalina.startup.HostConfig
Get the Context implementation class name.
getContextClass() - Method in class org.apache.catalina.startup.UserConfig
Returns the Context implementation class name.
getContextFactory() - Method in class org.apache.catalina.realm.JNDIRealm
Get the JNDI context factory for this Realm.
getContextGetResourceRequiresSlash() - Method in interface org.apache.catalina.Context
If this is true then the path passed to ServletContext.getResource() or ServletContext.getResourceAsStream() must start with "/".
getContextGetResourceRequiresSlash() - Method in class org.apache.catalina.core.StandardContext
 
getContextGetResourceRequiresSlash() - Method in class org.apache.catalina.startup.FailedContext
 
getContextName() - Method in class org.apache.catalina.authenticator.SingleSignOnSessionKey
Returns the context name associated with this key.
getContextName() - Method in class org.apache.catalina.ha.deploy.FileMessage
Returns the context name associated with this file transfer.
getContextName() - Method in class org.apache.catalina.ha.deploy.UndeployMessage
Returns the name of the context being undeployed.
getContextName() - Method in interface org.apache.catalina.ha.session.SessionMessage
Returns the context name associated with this message.
getContextName() - Method in class org.apache.catalina.ha.session.SessionMessageImpl
 
getContextName() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Get the context name for this class loader.
getContextParams() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the context parameters.
getContextPath() - Method in class org.apache.catalina.connector.Request
 
getContextPath() - Method in class org.apache.catalina.connector.RequestFacade
 
getContextPath() - Method in class org.apache.catalina.core.ApplicationContext
 
getContextPath() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getContextPath() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getContextRelativePath(ServletRequest, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Convert a possibly relative resource path into a context-relative resource path that starts with a '/'.
getContextWebXmlSource() - Method in class org.apache.catalina.startup.ContextConfig
Identify the application web.xml to be used and obtain an input source for it.
getContextXmlJavaSource(String, String) - Method in class org.apache.catalina.startup.ContextConfig
Returns the Java source file path for the given context XML class.
getContextXmlPackageName(String, Container) - Static method in class org.apache.catalina.startup.ContextConfig
Builds the package name for context XML generated code based on the container hierarchy.
getContinueResponseTiming() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the setting for how responses to 100-Continue requests will be sent.
getContinueResponseTimingInternal() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the continue response timing setting as an enum value.
getContinueResponseTimingInternal() - Method in class org.apache.coyote.http2.Http2Protocol
Returns the timing for 100-continue responses.
getCookie(int) - Method in class org.apache.tomcat.util.http.ServerCookies
Returns the cookie at the specified index.
getCookieAttribute(String) - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
Returns a cookie attribute value.
getCookieAttributes() - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
Returns the cookie attributes map.
getCookieComment() - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
Returns the cookie comment.
getCookieCount() - Method in class org.apache.tomcat.util.http.ServerCookies
Returns the number of cookies currently stored.
getCookieDomain() - Method in class org.apache.catalina.authenticator.SingleSignOn
Returns the optional cookie domain.
getCookieDomain() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get the cookie domain.
getCookieDomain() - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
Returns the cookie domain.
getCookieHttpOnly() - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
Returns the cookie HTTP-only flag.
getCookieLifetime() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get the cookie lifetime.
getCookieMaxAge() - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
Returns the cookie max age.
getCookieName() - Method in class org.apache.catalina.authenticator.SingleSignOn
Returns the cookie name that will be used for the SSO cookie.
getCookieName() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get the cookie name.
getCookieName() - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
Returns the cookie name.
getCookiePath() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get the cookie path.
getCookiePath() - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
Returns the cookie path.
getCookieProcessor() - Method in interface org.apache.catalina.Context
Returns the CookieProcessor that will be used to process cookies for this Context.
getCookieProcessor() - Method in class org.apache.catalina.core.StandardContext
 
getCookieProcessor() - Method in class org.apache.catalina.startup.FailedContext
 
getCookieResult() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get the cookie result.
getCookies() - Method in class org.apache.catalina.authenticator.SavedRequest
Returns an iterator over the cookies saved for this request.
getCookies() - Method in class org.apache.catalina.connector.Request
 
getCookies() - Method in class org.apache.catalina.connector.RequestFacade
 
getCookies() - Method in interface org.apache.catalina.Context
Return the "use cookies for session ids" flag.
getCookies() - Method in class org.apache.catalina.core.StandardContext
 
getCookies() - Method in class org.apache.catalina.startup.FailedContext
 
getCookies() - Method in class org.apache.coyote.Request
Return the server cookies.
getCookieSecure() - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
Returns the cookie secure flag.
getCookiesWithoutEquals() - Method in class org.apache.tomcat.util.http.CookieProcessorBase
Get the current cookiesWithoutEquals setting as a string.
getCookiesWithoutEqualsInternal() - Method in class org.apache.tomcat.util.http.CookieProcessorBase
Get the current cookiesWithoutEquals setting as an enum.
getCookieValue() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get the cookie value.
getCoordinator() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Returns coordinator if one is available
getCoordinator() - Method in class org.apache.catalina.tribes.group.interceptors.SimpleCoordinator
Returns the current coordinator member (first member in the sorted view).
getCopyXML() - Method in class org.apache.catalina.core.StandardContext
Flag which indicates if bundled context.xml files should be copied to the config folder.
getCorePoolSize() - Method in class org.apache.catalina.core.StandardThreadExecutor
Return the core number of threads for the underlying thread pool.
getCorePoolSize() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Returns the core number of threads.
getCount() - Method in class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
 
getCount() - Method in interface org.apache.catalina.tribes.group.interceptors.GzipInterceptorMBean
Returns the total message count.
getCount() - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.MessageOrder
Returns the count of messages in this chain.
getCount() - Method in class org.apache.tomcat.util.digester.Digester
Return the current depth of the element stack.
getCount() - Method in class org.apache.tomcat.util.threads.LimitLatch
Returns the current count for the latch
getCountAllocated() - Method in class org.apache.catalina.core.StandardWrapper
Returns the number of active allocations of this servlet.
getCountCompressedRX() - Method in class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
 
getCountCompressedRX() - Method in interface org.apache.catalina.tribes.group.interceptors.GzipInterceptorMBean
Returns the count of compressed received messages.
getCountCompressedTX() - Method in class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
 
getCountCompressedTX() - Method in interface org.apache.catalina.tribes.group.interceptors.GzipInterceptorMBean
Returns the count of compressed transmitted messages.
getCounter() - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.Counter
Returns the current counter value.
getCounterNoStateTransferred() - Method in class org.apache.catalina.ha.session.DeltaManager
Get the counter for sessions where no state was transferred.
getCounterReceive_EVT_ALL_SESSION_DATA() - Method in class org.apache.catalina.ha.session.DeltaManager
Get the receive counter for EVT_ALL_SESSION_DATA events.
getCounterReceive_EVT_ALL_SESSION_NOCONTEXTMANAGER() - Method in class org.apache.catalina.ha.session.DeltaManager
Get the receive counter for EVT_ALL_SESSION_NOCONTEXTMANAGER events.
getCounterReceive_EVT_ALL_SESSION_TRANSFERCOMPLETE() - Method in class org.apache.catalina.ha.session.DeltaManager
Get the receive counter for EVT_ALL_SESSION_TRANSFERCOMPLETE events.
getCounterReceive_EVT_CHANGE_SESSION_ID() - Method in class org.apache.catalina.ha.session.DeltaManager
Get the receive counter for EVT_CHANGE_SESSION_ID events.
getCounterReceive_EVT_GET_ALL_SESSIONS() - Method in class org.apache.catalina.ha.session.DeltaManager
Get the receive counter for EVT_GET_ALL_SESSIONS events.
getCounterReceive_EVT_SESSION_ACCESSED() - Method in class org.apache.catalina.ha.session.DeltaManager
Get the receive counter for EVT_SESSION_ACCESSED events.
getCounterReceive_EVT_SESSION_CREATED() - Method in class org.apache.catalina.ha.session.DeltaManager
Get the receive counter for EVT_SESSION_CREATED events.
getCounterReceive_EVT_SESSION_DELTA() - Method in class org.apache.catalina.ha.session.DeltaManager
Get the receive counter for EVT_SESSION_DELTA events.
getCounterReceive_EVT_SESSION_EXPIRED() - Method in class org.apache.catalina.ha.session.DeltaManager
Get the receive counter for EVT_SESSION_EXPIRED events.
getCounterSend_EVT_ALL_SESSION_DATA() - Method in class org.apache.catalina.ha.session.DeltaManager
Get the send counter for EVT_ALL_SESSION_DATA events.
getCounterSend_EVT_ALL_SESSION_TRANSFERCOMPLETE() - Method in class org.apache.catalina.ha.session.DeltaManager
Get the send counter for EVT_ALL_SESSION_TRANSFERCOMPLETE events.
getCounterSend_EVT_CHANGE_SESSION_ID() - Method in class org.apache.catalina.ha.session.DeltaManager
Get the send counter for EVT_CHANGE_SESSION_ID events.
getCounterSend_EVT_GET_ALL_SESSIONS() - Method in class org.apache.catalina.ha.session.DeltaManager
Get the send counter for EVT_GET_ALL_SESSIONS events.
getCounterSend_EVT_SESSION_ACCESSED() - Method in class org.apache.catalina.ha.session.DeltaManager
Get the send counter for EVT_SESSION_ACCESSED events.
getCounterSend_EVT_SESSION_CREATED() - Method in class org.apache.catalina.ha.session.DeltaManager
Get the send counter for EVT_SESSION_CREATED events.
getCounterSend_EVT_SESSION_DELTA() - Method in class org.apache.catalina.ha.session.DeltaManager
Get the send counter for EVT_SESSION_DELTA events.
getCounterSend_EVT_SESSION_EXPIRED() - Method in class org.apache.catalina.ha.session.DeltaManager
Get the send counter for EVT_SESSION_EXPIRED events.
getCountUncompressedRX() - Method in class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
 
getCountUncompressedRX() - Method in interface org.apache.catalina.tribes.group.interceptors.GzipInterceptorMBean
Returns the count of uncompressed received messages.
getCountUncompressedTX() - Method in class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
 
getCountUncompressedTX() - Method in interface org.apache.catalina.tribes.group.interceptors.GzipInterceptorMBean
Returns the count of uncompressed transmitted messages.
getCoyoteRequest() - Method in class org.apache.catalina.connector.Request
Get the Coyote request.
getCoyoteResponse() - Method in class org.apache.catalina.connector.Response
Return the Coyote response.
getCrawlerIps() - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
Get the regular expression used to identify crawlers based on their IP address.
getCrawlerUserAgents() - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
Get the regular expression used to identify crawlers based on the User-Agent header.
getCreatedBy() - Method in interface org.apache.catalina.TrackedWebResource
Returns the stack trace of the code that created this resource.
getCreatedCount() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets the total number of objects created for this pool over the lifetime of the pool.
getCreatedCount() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getCreatedCount() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
getCreatedCount() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
The total number of connections created by this pool.
getCreatedCount() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The total number of connections created by this pool.
getCreatedCount() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getCreatedCount() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
Returns the total number of connections created since pool creation.
getCreateDirs() - Method in class org.apache.catalina.core.StandardHost
Returns true if the Host will attempt to create directories for appBase and xmlBase unless they already exist.
getCreateDirs() - Method in interface org.apache.catalina.Host
Returns true if the Host will attempt to create directories for appBase and xmlBase unless they already exist.
getCreateInstant() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
 
getCreateInstant() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
Gets the time (using the same basis as Instant.now()) that this object was created.
getCreateTime() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
 
getCreateTime() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObjectInfo
 
getCreateTime() - Method in interface org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObjectInfoMBean
Gets the time (using the same basis as Clock.instant()) that pooled object was created.
getCreateTime() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
Deprecated.
Use PooledObject.getCreateInstant() which offers the best precision.
getCreateTimeFormatted() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObjectInfo
 
getCreateTimeFormatted() - Method in interface org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObjectInfoMBean
Gets the time that pooled object was created.
getCreateUploadTargets() - Method in interface org.apache.catalina.Context
Will Tomcat attempt to create an upload target used by this web application if it does not exist when the web application attempts to use it?
getCreateUploadTargets() - Method in class org.apache.catalina.core.StandardContext
 
getCreateUploadTargets() - Method in class org.apache.catalina.startup.FailedContext
 
getCreation() - Method in interface org.apache.catalina.WebResource
Returns the creation time of this resource.
getCreation() - Method in class org.apache.catalina.webresources.AbstractArchiveResource
 
getCreation() - Method in class org.apache.catalina.webresources.CachedResource
 
getCreation() - Method in class org.apache.catalina.webresources.EmptyResource
 
getCreation() - Method in class org.apache.catalina.webresources.FileResource
 
getCreation() - Method in class org.apache.catalina.webresources.JarResourceRoot
 
getCreationStackTrace() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets the stack trace for the call that created this pool.
getCreationStackTrace() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getCreationStackTrace() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
getCreationTime() - Method in class org.apache.catalina.manager.DummyProxySession
 
getCreationTime() - Method in interface org.apache.catalina.Session
Returns the creation time for this session.
getCreationTime() - Method in class org.apache.catalina.session.StandardSession
 
getCreationTime() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getCreationTime() - Method in class org.apache.tomcat.util.threads.TaskThread
Returns the time at which this thread was created.
getCreationTime(String) - Method in class org.apache.catalina.session.ManagerBase
Get the creation time for the given session as a formatted string.
getCreationTimeInternal() - Method in class org.apache.catalina.manager.DummyProxySession
 
getCreationTimeInternal() - Method in interface org.apache.catalina.Session
Returns the creation time for this session, bypassing the session validity checks.
getCreationTimeInternal() - Method in class org.apache.catalina.session.StandardSession
 
getCreationTimestamp(String) - Method in class org.apache.catalina.session.ManagerBase
Get the creation timestamp for the given session.
getCredentialHandler() - Method in interface org.apache.catalina.Realm
Returns the CredentialHandler configured for this Realm.
getCredentialHandler() - Method in class org.apache.catalina.realm.RealmBase
 
getCredentialHandlers() - Method in class org.apache.catalina.realm.NestedCredentialHandler
Get the credential handlers.
getCRLs(String) - Method in class org.apache.tomcat.util.net.SSLUtilBase
Load the collection of CRLs.
getCrossContext() - Method in interface org.apache.catalina.Context
Return the "allow crossing servlet contexts" flag.
getCrossContext() - Method in class org.apache.catalina.core.StandardContext
Return the "allow crossing servlet contexts" flag.
getCrossContext() - Method in class org.apache.catalina.startup.FailedContext
 
getCrossReference(String, String, String, String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getCurrentBucketPrefix() - Method in class org.apache.catalina.util.TimeBucketCounterBase
Returns current bucket prefix
getCurrentDate() - Method in interface org.apache.catalina.ssi.SSIExternalResolver
Returns the current date.
getCurrentDate() - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
Get the current date.
getCurrentDate() - Static method in class org.apache.tomcat.util.http.FastHttpDateFormat
Get the current date in HTTP format.
getCurrentElementName() - Method in class org.apache.tomcat.util.digester.Digester
Return the name of the XML element that is currently being processed.
getCurrentProcessor() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Returns the current processor.
getCurrentQueryString() - Method in class org.apache.coyote.RequestInfo
Return the current query string.
getCurrentSize() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
getCurrentSize() - Method in interface org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptorMBean
Get the current queue size.
getCurrentThreadCount() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Return the amount of threads that are managed by the pool.
getCurrentThreadsBusy() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Return the amount of threads that are in use
getCurrentTimeMillis() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
 
getCurrentUri() - Method in class org.apache.coyote.RequestInfo
Return the current request URI.
getCursorName() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getCustomNestingLevel() - Method in class org.apache.jasper.compiler.Node.CustomTag
Gets this custom tag's custom nesting level, which is given as the number of times this custom tag is nested inside itself.
getCustomTagParent() - Method in class org.apache.jasper.compiler.Node.CustomTag
Returns the parent custom tag.
getDaemon() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Check if the threads are daemon threads.
getData() - Method in class org.apache.catalina.ContainerEvent
Return the event data of this event.
getData() - Method in class org.apache.catalina.ha.deploy.FileMessage
Returns the data payload of this message.
getData() - Method in class org.apache.catalina.LifecycleEvent
Returns the event data of this event.
getData() - Method in class org.apache.catalina.SessionEvent
Returns the event data of this event.
getData() - Method in class org.apache.catalina.tribes.membership.MemberImpl
Create a data package to send over the wire representing this member.
getData() - Method in class org.apache.tomcat.util.http.fileupload.DeferredFileOutputStream
Returns the data for this output stream as an array of bytes, assuming that the data has been retained in memory.
getData(boolean) - Method in interface org.apache.catalina.tribes.Member
Highly optimized version of serializing a member into a byte array Returns a cached byte[] reference, do not modify this data
getData(boolean) - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
getData(boolean, boolean) - Method in interface org.apache.catalina.tribes.Member
Highly optimized version of serializing a member into a byte array Returns a cached byte[] reference, do not modify this data
getData(boolean, boolean) - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
getDatabaseMajorVersion() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getDatabaseMinorVersion() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getDatabaseProductName() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getDatabaseProductVersion() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getDataFromPackage(byte[]) - Static method in class org.apache.catalina.tribes.io.ChannelData
Deserializes a ChannelData object from a byte array.
getDataFromPackage(XByteBuffer) - Static method in class org.apache.catalina.tribes.io.ChannelData
Deserializes a ChannelData object from a byte array
getDataLength() - Method in class org.apache.catalina.ha.deploy.FileMessage
Returns the length of the valid data in the data array.
getDataLength() - Method in interface org.apache.catalina.tribes.Member
Length of a message obtained by Member.getData(boolean) or Member.getData(boolean, boolean).
getDataLength() - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
getDataPackage() - Method in class org.apache.catalina.tribes.io.ChannelData
Serializes the ChannelData object into a byte[] array
getDataPackage(byte[], int) - Method in class org.apache.catalina.tribes.io.ChannelData
Serializes the ChannelData object into the specified byte array at the given offset.
getDataPackageLength() - Method in class org.apache.catalina.tribes.io.ChannelData
Returns the length of the data package when serialized.
getDataPackageLength(int) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
Calculates the total length of a data package including header, size indicator, data, and footer.
getDataSource() - Method in class org.apache.tomcat.dbcp.dbcp2.DataSourceConnectionFactory
Gets the data source..
getDataSource() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getDataSource() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getDataSource() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns a datasource, if one exists that is being used to create connections.
getDataSource() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getDataSourceJmxName() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Gets data source JMX ObjectName.
getDataSourceJmxObjectName() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Gets the data source JMX ObjectName.
getDataSourceJNDI() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getDataSourceJNDI() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getDataSourceJNDI() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns the JNDI string configured for data source usage.
getDataSourceJNDI() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getDataSourceName() - Method in class org.apache.catalina.realm.DataSourceRealm
Return the name of the JNDI JDBC DataSource.
getDataSourceName() - Method in class org.apache.catalina.servlets.DataSourcePropertyStore
Return the DataSource JNDI name, will be prefixed with java:comp/env for the lookup.
getDataSourceName() - Method in class org.apache.catalina.session.DataSourceStore
Return the name of the JNDI DataSource-factory.
getDataSourceName() - Method in class org.apache.catalina.users.DataSourceUserDatabase
Return the name of the JNDI JDBC DataSource.
getDataSourceName() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Gets the name of the ConnectionPoolDataSource which backs this pool.
getDate(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getDate(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getDate(int, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getDate(int, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getDate(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getDate(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getDate(String, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getDate(String, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getDateHeader(String) - Method in class org.apache.catalina.connector.Request
 
getDateHeader(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getDateHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getDaysBefore() - Method in class org.apache.catalina.security.TLSCertificateReloadListener
Get the number of days before the expiry of a TLS certificate that it is expected that the new certificate will be in place and the reloading can be triggered.
getDbProperties() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getDbProperties() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getDbProperties() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns the database properties that are passed into the Driver.connect(String, Properties) method.
getDbProperties() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getDec(int) - Static method in class org.apache.tomcat.util.buf.HexUtils
Get the decimal value of the character at the given index.
getDecodedRequestURI() - Method in class org.apache.catalina.authenticator.SavedRequest
Returns the decoded request URI of the saved request, with path parameters excluded.
getDecodedRequestURI() - Method in class org.apache.catalina.connector.Request
Get the decoded request URI.
getDecodedRequestURIMB() - Method in class org.apache.catalina.connector.Request
Get the decoded request URI.
getDecoders(List, InstanceManager) - Static method in class org.apache.tomcat.websocket.Util
Build the list of decoder entries from a set of decoder implementations.
getDeepclone() - Method in class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor
Returns whether deep cloning is enabled.
getDefaultAsyncSendTimeout() - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
Get the default timeout for sending a message asynchronously.
getDefaultAutoCommit() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the default auto-commit property.
getDefaultAutoCommit() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getDefaultAutoCommit() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Gets the Default auto-commit value.
getDefaultAutoCommit() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getDefaultAutoCommit() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getDefaultAutoCommit() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The default auto-commit state of connections created by this pool.
getDefaultAutoCommit() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getDefaultBlockWhenExhausted() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Gets the default value for BaseObjectPoolConfig.getBlockWhenExhausted() for each per user pool.
getDefaultCatalog() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the default catalog.
getDefaultCatalog() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getDefaultCatalog() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Gets the default catalog.
getDefaultCatalog() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getDefaultCatalog() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getDefaultCatalog() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
If non null, during connection creation the method Connection.setCatalog(String) will be called with the set value.
getDefaultCatalog() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getDefaultCharset() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Gets the default charset for use when no explicit charset parameter is provided by the sender.
getDefaultCharset() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
Gets the default charset for use when no explicit charset parameter is provided by the sender.
getDefaultContentType() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
Returns the default content type.
getDefaultContentType() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
Returns the default content type for pages in this group.
getDefaultContentType() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
 
getDefaultContextXml() - Method in class org.apache.catalina.core.StandardContext
Returns the location of the default context XML.
getDefaultDurationBetweenEvictionRuns() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Gets the default value for BaseGenericObjectPool.getDurationBetweenEvictionRuns() for each per user pool.
getDefaultEvictionPolicyClassName() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Gets the default value for BaseObjectPoolConfig.getEvictionPolicyClassName() for each per user pool.
getDefaultExpiresConfiguration() - Method in class org.apache.catalina.filters.ExpiresFilter
Returns the default expiration configuration.
getDefaultFactory(Reference) - Method in class org.apache.naming.factory.EjbFactory
 
getDefaultFactory(Reference) - Method in class org.apache.naming.factory.FactoryBase
If a default factory is available for the given reference type, create the default factory.
getDefaultFactory(Reference) - Method in class org.apache.naming.factory.ResourceEnvFactory
 
getDefaultFactory(Reference) - Method in class org.apache.naming.factory.ResourceFactory
 
getDefaultFactory(Reference) - Method in class org.apache.naming.factory.TransactionFactory
 
getDefaultFactoryClassName() - Method in class org.apache.naming.AbstractRef
Returns the default factory class name.
getDefaultFactoryClassName() - Method in class org.apache.naming.EjbRef
 
getDefaultFactoryClassName() - Method in class org.apache.naming.HandlerRef
 
getDefaultFactoryClassName() - Method in class org.apache.naming.LookupRef
 
getDefaultFactoryClassName() - Method in class org.apache.naming.ResourceEnvRef
 
getDefaultFactoryClassName() - Method in class org.apache.naming.ResourceLinkRef
 
getDefaultFactoryClassName() - Method in class org.apache.naming.ResourceRef
 
getDefaultFactoryClassName() - Method in class org.apache.naming.ServiceRef
 
getDefaultFactoryClassName() - Method in class org.apache.naming.TransactionRef
 
getDefaultHost() - Method in class org.apache.catalina.core.StandardEngine
 
getDefaultHost() - Method in interface org.apache.catalina.Engine
Returns the default host name for this Engine.
getDefaultIterations() - Method in class org.apache.catalina.realm.DigestCredentialHandlerBase
Get the default number of iterations used by the CredentialHandler.
getDefaultIterations() - Method in class org.apache.catalina.realm.MessageDigestCredentialHandler
 
getDefaultIterations() - Method in class org.apache.catalina.realm.SecretKeyCredentialHandler
 
getDefaultLifo() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Gets the default value for BaseObjectPoolConfig.getLifo() for each per user pool.
getDefaultMaxBinaryMessageBufferSize() - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
 
getDefaultMaxIdle() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Gets the default value for GenericKeyedObjectPoolConfig.getMaxIdlePerKey() for each per user pool.
getDefaultMaxSessionIdleTimeout() - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
 
getDefaultMaxTextMessageBufferSize() - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
 
getDefaultMaxTotal() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Gets the default value for GenericKeyedObjectPoolConfig.getMaxTotalPerKey() for each per user pool.
getDefaultMaxWait() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Gets the default value for BaseObjectPoolConfig.getMaxWaitDuration() for each per user pool.
getDefaultMaxWaitMillis() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
getDefaultMinEvictableIdleDuration() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Gets the default value for BaseObjectPoolConfig.getMinEvictableIdleDuration() for each per user pool.
getDefaultMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
getDefaultMinIdle() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Gets the default value for GenericKeyedObjectPoolConfig.getMinIdlePerKey() for each per user pool.
getDefaultNotificationInfo() - Static method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Returns the default notification info describing all notification types that this MBean can send.
getDefaultNumTestsPerEvictionRun() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Gets the default value for BaseObjectPoolConfig.getNumTestsPerEvictionRun() for each per user pool.
getDefaultPolicyName() - Method in class org.apache.catalina.util.ExactRateLimiter
 
getDefaultPolicyName() - Method in class org.apache.catalina.util.FastRateLimiter
 
getDefaultPolicyName() - Method in class org.apache.catalina.util.RateLimiterBase
If policy name has not been specified, the first call of RateLimiterBase.getPolicyName() returns an auto-generated policy name using the default policy name as prefix and followed by auto-increase index.
getDefaultQueryTimeout() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
getDefaultQueryTimeout() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
getDefaultQueryTimeout() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
getDefaultQueryTimeoutDuration() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the default query timeout that will be used for Statements created from this connection.
getDefaultQueryTimeoutDuration() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
Gets the default query timeout that will be used for Statements created from this connection.
getDefaultQueryTimeoutDuration() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Gets the default query timeout Duration.
getDefaultQueryTimeoutSeconds() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
getDefaultReadOnly() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the default readOnly property.
getDefaultReadOnly() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getDefaultReadOnly() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Gets the default read-only-value.
getDefaultReadOnly() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getDefaultReadOnly() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getDefaultReadOnly() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
If non null, during connection creation the method Connection.setReadOnly(boolean) will be called with the set value.
getDefaultReadOnly() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getDefaultResolver() - Static method in class org.apache.jasper.el.ELContextImpl
Get the default EL resolver.
getDefaultSaltLength() - Method in class org.apache.catalina.realm.DigestCredentialHandlerBase
Get the default salt length used by the CredentialHandler.
getDefaultSchema() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the default schema.
getDefaultSchema() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getDefaultSchema() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Gets the default schema.
getDefaultSessionTrackingModes() - Method in class org.apache.catalina.core.ApplicationContext
 
getDefaultSessionTrackingModes() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getDefaultSessionTrackingModes() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getDefaultSoftMinEvictableIdleDuration() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Gets the default value for BaseGenericObjectPool.getSoftMinEvictableIdleDuration() for each per user pool.
getDefaultSoftMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
getDefaultSSLHostConfigName() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the default SSL host configuration name.
getDefaultSSLHostConfigName() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get the host name for the default SSL configuration for this endpoint - always in lower case.
getDefaultTestOnBorrow() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Gets the default value for BaseGenericObjectPool.getTestOnBorrow() for each per user pool.
getDefaultTestOnCreate() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Gets the default value for BaseGenericObjectPool.getTestOnCreate() for each per user pool.
getDefaultTestOnReturn() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Gets the default value for BaseGenericObjectPool.getTestOnReturn() for each per user pool.
getDefaultTestWhileIdle() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Gets the default value for BaseGenericObjectPool.getTestWhileIdle() for each per user pool.
getDefaultTimeBetweenEvictionRunsMillis() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
getDefaultTransactionIsolation() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the default transaction isolation state of returned connections.
getDefaultTransactionIsolation() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getDefaultTransactionIsolation() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Gets the value of defaultTransactionIsolation, which defines the state of connections handed out from this pool.
getDefaultTransactionIsolation() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getDefaultTransactionIsolation() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Gets the default transaction isolation.
getDefaultTransactionIsolation() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getDefaultTransactionIsolation() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getDefaultTransactionIsolation() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns the default transaction isolation level.
getDefaultTransactionIsolation() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getDefaultWebXml() - Method in class org.apache.catalina.core.StandardContext
Returns the location of the default web XML.
getDefaultWebXml() - Method in class org.apache.catalina.startup.ContextConfig
Obtain the location of the default deployment descriptor.
getDefaultWebXmlListener() - Method in class org.apache.catalina.startup.Tomcat
Return a listener that provides the required configuration items for JSP processing.
getDefaultWorkDir(StandardContext) - Method in class org.apache.catalina.storeconfig.StoreContextAppender
Make default Work Dir.
getDeferredSyntax() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
Returns whether deferred syntax is allowed as literal.
getDeferredSyntaxAllowedAsLiteral() - Method in class org.apache.jasper.compiler.PageInfo
Returns the deferredSyntaxAllowedAsLiteral attribute value.
getDeferredSyntaxAllowedAsLiteral() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
 
getDelegate() - Method in class org.apache.catalina.core.StandardContext
Return the "follow standard delegation model" flag used to configure our ClassLoader.
getDelegate() - Method in interface org.apache.catalina.Loader
Return the "follow standard delegation model" flag used to configure our ClassLoader.
getDelegate() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Return the "delegate first" flag for this class loader.
getDelegate() - Method in class org.apache.catalina.loader.WebappLoader
 
getDelegate() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
Returns my underlying Connection.
getDelegate() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
Gets the underlying database meta data.
getDelegate() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
Gets my delegate.
getDelegate() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
Returns my underlying Statement.
getDelegate() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.ManagedConnection
 
getDelegate() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
Returns the delegated statement.
getDelegate() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns whether this web application delegates first for class loading.
getDelegateConnection() - Method in class org.apache.tomcat.jdbc.pool.ProxyConnection
Returns the delegate pooled connection.
getDelegatedTask() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLEngine
 
getDelegateInternal() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
Gets the delegate connection.
getDelimiter() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Get the delimiter for array results.
getDeltaRequest() - Method in class org.apache.catalina.ha.session.DeltaSession
Deprecated.
Unused. This method will be removed in Tomcat 12.
getDeltaRequestPool() - Method in class org.apache.catalina.ha.session.ClusterManagerBase
Returns the pool of DeltaRequest objects.
getDeny() - Method in class org.apache.catalina.filters.RemoteCIDRFilter
Return a string representation of the NetMask list in #deny.
getDeny() - Method in class org.apache.catalina.filters.RequestFilter
Return the regular expression used to test for denied requests for this Filter, if any.
getDeny() - Method in class org.apache.catalina.startup.UserConfig
Returns the regular expression that defines denied users.
getDeny() - Method in class org.apache.catalina.valves.RemoteCIDRValve
Return a string representation of the NetMask list in #deny.
getDeny() - Method in class org.apache.catalina.valves.RequestFilterValve
Return the regular expression used to test for denied requests for this Valve, if any; otherwise, return null.
getDenyStatus() - Method in class org.apache.catalina.filters.CsrfPreventionFilterBase
Get the HTTP status code used to reject denied requests.
getDenyStatus() - Method in class org.apache.catalina.filters.RequestFilter
Return the HTTP response status code used to reject denied requests.
getDenyStatus() - Method in class org.apache.catalina.valves.RequestFilterValve
Return the HTTP response status code used to reject denied requests.
getDenyUncoveredHttpMethods() - Method in interface org.apache.catalina.Context
Return the deny-uncovered-http-methods flag for this web application.
getDenyUncoveredHttpMethods() - Method in class org.apache.catalina.core.StandardContext
 
getDenyUncoveredHttpMethods() - Method in class org.apache.catalina.startup.FailedContext
 
getDenyUncoveredHttpMethods() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns whether uncovered HTTP methods are denied.
getDependants() - Method in class org.apache.jasper.compiler.PageInfo
Returns the map of dependent files.
getDependants() - Method in interface org.apache.jasper.runtime.JspSourceDependent
Returns a map of file names and last modified time where the current page has a source dependency on the file.
getDependants() - Method in class org.apache.jasper.servlet.JspServletWrapper
Get a list of files that the current page has source dependency on.
getDeployDir() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Returns the deployment directory path.
getDeployDirFile() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Returns the deployment directory as a File object.
getDeployIgnore() - Method in class org.apache.catalina.core.StandardHost
 
getDeployIgnore() - Method in interface org.apache.catalina.Host
Get the regular expression that defines the files and directories in the host's appBase that will be ignored by the automatic deployment process.
getDeployIgnorePattern() - Method in class org.apache.catalina.core.StandardHost
 
getDeployIgnorePattern() - Method in interface org.apache.catalina.Host
Get the compiled regular expression that defines the files and directories in the host's appBase that will be ignored by the automatic deployment process.
getDeploymentTime(String) - Method in class org.apache.catalina.startup.HostConfig
Get the instant where an application was deployed.
getDeployOnStartup() - Method in class org.apache.catalina.core.StandardHost
Get the value of the deploy on startup flag.
getDeployOnStartup() - Method in interface org.apache.catalina.Host
Get the value of the deploy on startup flag.
getDerefAliases() - Method in class org.apache.catalina.realm.JNDIRealm
Get the derefAliases setting to be used.
getDerivedPackageName() - Method in class org.apache.jasper.JspCompilationContext
Returns the derived package name based on the JSP URI path hierarchy.
getDescription() - Method in class org.apache.catalina.authenticator.jaspic.PersistentProviderRegistrations.Provider
Returns the description of the provider.
getDescription() - Method in interface org.apache.catalina.Group
Returns the description of this group.
getDescription() - Method in interface org.apache.catalina.Role
Gets the description of this role.
getDescription() - Method in class org.apache.catalina.users.AbstractGroup
 
getDescription() - Method in class org.apache.catalina.users.AbstractRole
 
getDescription() - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Gets the value of description.
getDescription() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Gets the description.
getDescription() - Method in class org.apache.tomcat.util.descriptor.web.ApplicationParameter
Returns the description of this parameter.
getDescription() - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
Returns the description of this filter.
getDescription() - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
Return the description of this resource.
getDescription() - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
Get the description of this web resource collection.
getDescription() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
Returns the description of this servlet.
getDescription() - Method in class org.apache.tomcat.util.modeler.FeatureInfo
Returns the human-readable description of this feature.
getDescription() - Method in class org.apache.tomcat.util.modeler.ManagedBean
Return the human-readable description of this MBean.
getDesiredBufferSize() - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Gets the desired buffer size for AJP packets.
getDesiredBufferSize() - Method in interface org.apache.coyote.ProtocolHandler
Some protocols, like AJP, have a packet length that shouldn't be exceeded, and this can be used to adjust the buffering used by the application layer.
getDestination() - Method in class org.apache.catalina.tribes.transport.AbstractSender
Returns the destination member for this sender.
getDestroyedByBorrowValidationCount() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets the total number of objects destroyed by this pool as a result of failing validation during borrowObject() over the lifetime of the pool.
getDestroyedByBorrowValidationCount() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getDestroyedByBorrowValidationCount() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
getDestroyedByEvictorCount() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets the total number of objects destroyed by the evictor associated with this pool over the lifetime of the pool.
getDestroyedByEvictorCount() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getDestroyedByEvictorCount() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
getDestroyedCount() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets the total number of objects destroyed by this pool over the lifetime of the pool.
getDestroyedCount() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getDestroyedCount() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
getDevelopment() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getDevelopment() - Method in class org.apache.jasper.JspC
In JspC this always returns false.
getDevelopment() - Method in interface org.apache.jasper.Options
Main development flag, which enables detailed error reports with sources, as well automatic recompilation of JSPs and tag files.
getDiff() - Method in class org.apache.catalina.ha.session.DeltaSession
 
getDiff() - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
Returns a diff and sets the dirty map to false
getDiffValue() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
Gets the diff value data.
getDigest(String, String, String) - Method in class org.apache.catalina.realm.RealmBase
Return the digest associated with given principal's username.
getDigester() - Method in class org.apache.catalina.realm.MemoryRealm
Get a configured Digester for processing the XML input file.
getDigester() - Method in class org.apache.tomcat.util.digester.AbstractObjectCreationFactory
Returns the Digester that was set by the FactoryCreateRule upon initialization.
getDigester() - Method in interface org.apache.tomcat.util.digester.ObjectCreationFactory
Gets the digester that was set upon initialization.
getDigester() - Method in class org.apache.tomcat.util.digester.Rule
Identify the Digester with which this Rule is associated.
getDigester() - Method in interface org.apache.tomcat.util.digester.Rules
Returns the Digester instance with which this Rules instance is associated.
getDigester() - Method in class org.apache.tomcat.util.digester.RulesBase
Return the Digester instance with which this Rules instance is associated.
getDigestInRfc3112Order() - Method in class org.apache.catalina.realm.MessageDigestCredentialHandler
Get whether the digest is in RFC 3112 order.
getDirect() - Method in interface org.apache.catalina.tribes.transport.nio.NioReceiverMBean
Returns whether direct buffers are used.
getDirect() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns whether direct (off-heap) buffers are used.
getDirectBuffer() - Method in class org.apache.catalina.tribes.transport.AbstractSender
Returns whether direct (ByteBuffer) buffers are used.
getDirectBuffer() - Method in interface org.apache.catalina.tribes.transport.nio.PooledParallelSenderMBean
Returns whether direct buffers are used.
getDirectBuffer() - Method in class org.apache.tomcat.util.net.SocketProperties
Returns whether direct buffers are used for network buffers.
getDirectBufferPool() - Method in class org.apache.tomcat.util.net.SocketProperties
Returns the direct buffer pool size.
getDirectory() - Method in class org.apache.catalina.session.FileStore
Returns the directory path where session files are stored.
getDirectory() - Method in class org.apache.catalina.valves.AccessLogValve
Returns the directory in which log files are created.
getDirectoryContextEnvironment() - Method in class org.apache.catalina.realm.JNDIRealm
Create our directory context configuration.
getDirectoryName() - Method in class org.apache.catalina.startup.UserConfig
Returns the directory name for user web applications.
getDirectSslBuffer() - Method in class org.apache.tomcat.util.net.SocketProperties
Returns whether direct buffers are used for SSL network buffers.
getDisableCompression() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns whether compression is disabled.
getDisableProxyCaching() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the flag that states if we add headers to disable caching by proxies.
getDisableSessionTickets() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns whether session tickets are disabled.
getDisableUploadTimeout() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the flag that controls upload time-outs.
getDiscard() - Method in class org.apache.catalina.tribes.io.XByteBuffer
Returns the discard flag for invalid packages.
getDiscardFacades() - Method in class org.apache.catalina.connector.Connector
Returns whether the object facades are discarded.
getDiscardFacades() - Method in class org.apache.catalina.connector.Request
Get the recycling strategy of the facade objects.
getDiscardRequestsAndResponses() - Method in class org.apache.coyote.http2.Http2Protocol
Returns whether requests and responses are discarded after processing.
getDisconnectionIgnoreSqlCodes() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the set of SQL State codes that are not considered fatal disconnection codes.
getDisconnectionIgnoreSqlCodes() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Gets the collection of SQL State codes that are not considered fatal disconnection codes.
getDisconnectionIgnoreSqlCodesAsArray() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Provides the same data as BasicDataSource.getDisconnectionIgnoreSqlCodes() but in an array, so it is accessible via JMX.
getDisconnectionIgnoreSqlCodesAsArray() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getDisconnectionSqlCodes() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the set of SQL State codes considered to signal fatal conditions.
getDisconnectionSqlCodes() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnection
Gets the disconnection SQL codes.
getDisconnectionSqlCodes() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Gets SQL State codes considered to signal fatal conditions.
getDisconnectionSqlCodes() - Static method in class org.apache.tomcat.dbcp.dbcp2.Utils
Gets a copy of SQL codes of fatal connection errors.
getDisconnectionSqlCodesAsArray() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Provides the same data as BasicDataSource.getDisconnectionSqlCodes() but in an array so it is accessible via JMX.
getDisconnectionSqlCodesAsArray() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getDispatcherMapping() - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
Returns the dispatcher mapping bitmask for this filter mapping.
getDispatcherNames() - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
Returns the names of the dispatchers mapped to this filter.
getDispatchersUseEncodedPaths() - Method in interface org.apache.catalina.Context
Are paths used in calls to obtain a request dispatcher expected to be encoded?
getDispatchersUseEncodedPaths() - Method in class org.apache.catalina.core.StandardContext
Are paths used in calls to obtain a request dispatcher expected to be encoded?
getDispatchersUseEncodedPaths() - Method in class org.apache.catalina.startup.FailedContext
 
getDispatcherType() - Method in class org.apache.catalina.connector.Request
 
getDispatcherType() - Method in class org.apache.catalina.connector.RequestFacade
 
getDispatcherWrapsSameObject() - Method in interface org.apache.catalina.Context
If this is true then any wrapped request or response object passed to an application dispatcher will be checked to ensure that it has wrapped the original request or response.
getDispatcherWrapsSameObject() - Method in class org.apache.catalina.core.StandardContext
 
getDispatcherWrapsSameObject() - Method in class org.apache.catalina.startup.FailedContext
 
getDisplayCreationTimeForSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
Returns the formatted creation time for the given session.
getDisplayInactiveTimeForSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
Returns the formatted inactive time for the given session.
getDisplayLastAccessedTimeForSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
Returns the formatted last accessed time for the given session.
getDisplayname() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
Returns the WebService reference display name.
getDisplayName() - Method in interface org.apache.catalina.Context
Return the display name of this web application.
getDisplayName() - Method in class org.apache.catalina.core.StandardContext
 
getDisplayName() - Method in class org.apache.catalina.startup.FailedContext
 
getDisplayName() - Method in class org.apache.catalina.util.ContextName
Returns the display name of this context.
getDisplayName() - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
Returns the display name.
getDisplayName() - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
Returns the display name.
getDisplayName() - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
Returns the display name of this filter.
getDisplayName() - Method in class org.apache.tomcat.util.descriptor.web.MessageDestination
Get the display name.
getDisplayName() - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
Get the display name of this security constraint.
getDisplayName() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
Returns the display name of this servlet.
getDisplayName() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the display name of the web application.
getDisplayName() - Method in class org.apache.tomcat.util.modeler.AttributeInfo
Returns the display name of this attribute.
getDisplaySourceFragment() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getDisplaySourceFragment() - Method in class org.apache.jasper.JspC
In JspC this always returns true.
getDisplaySourceFragment() - Method in interface org.apache.jasper.Options
Returns whether a source fragment should be included in exception messages for debugging.
getDisplayTTLForSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
Returns the formatted time-to-live for the given session.
getDisplayUsedTimeForSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
Returns the formatted total used time for the given session.
getDistinguishedName(DirContext, String, SearchResult) - Method in class org.apache.catalina.realm.JNDIRealm
Returns the distinguished name of a search result.
getDistributable() - Method in interface org.apache.catalina.Context
Get the distributable flag for this web application.
getDistributable() - Method in class org.apache.catalina.core.StandardContext
Get the distributable flag for this web application.
getDistributable() - Method in class org.apache.catalina.startup.FailedContext
 
getDN() - Method in class org.apache.catalina.realm.JNDIRealm.User
Get the distinguished name.
getDocBase() - Method in interface org.apache.catalina.Context
Obtain the document root for this Context.
getDocBase() - Method in class org.apache.catalina.core.StandardContext
 
getDocBase() - Method in class org.apache.catalina.startup.FailedContext
 
getDocBase(StandardContext, File) - Method in class org.apache.catalina.storeconfig.StoreContextAppender
Resolves the absolute canonical path of the document base directory for the given context.
getDoctypeName() - Method in class org.apache.jasper.compiler.PageInfo
Returns the DOCTYPE name.
getDoctypePublic() - Method in class org.apache.jasper.compiler.PageInfo
Returns the DOCTYPE public identifier.
getDoctypeSystem() - Method in class org.apache.jasper.compiler.PageInfo
Returns the DOCTYPE system identifier.
getDocumentBuilder() - Method in class org.apache.catalina.servlets.WebdavServlet
Return JAXP document builder instance.
getDocumentLocator() - Method in class org.apache.tomcat.util.digester.Digester
Gets the document locator associated with our parser.
getDomain() - Method in class org.apache.catalina.connector.CoyoteAdapter
 
getDomain() - Method in interface org.apache.catalina.Container
Obtain the JMX domain under which this container will be / has been registered.
getDomain() - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
 
getDomain() - Method in interface org.apache.catalina.JmxEnabled
Returns the domain under which this component will be / has been registered.
getDomain() - Method in interface org.apache.catalina.Service
Returns the domain under which this container will be / has been registered.
getDomain() - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
 
getDomain() - Method in interface org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptorMBean
Get the domain filter.
getDomain() - Method in interface org.apache.catalina.tribes.Member
Return the domain for this cluster.
getDomain() - Method in class org.apache.catalina.tribes.membership.McastService
 
getDomain() - Method in interface org.apache.catalina.tribes.membership.McastServiceMBean
Get the domain.
getDomain() - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
getDomain() - Method in class org.apache.catalina.util.LifecycleMBeanBase
 
getDomain() - Method in class org.apache.coyote.AbstractProtocol
Gets the domain.
getDomain() - Method in interface org.apache.coyote.Adapter
Provide the name of the domain to use to register MBeans for components associated with the connector.
getDomain() - Method in class org.apache.tomcat.util.modeler.ManagedBean
Return the (optional) ObjectName domain in which this MBean should be registered in the MBeanServer.
getDomain() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get the JMX domain.
getDomainInternal() - Method in class org.apache.catalina.connector.Connector
 
getDomainInternal() - Method in class org.apache.catalina.core.ContainerBase
 
getDomainInternal() - Method in class org.apache.catalina.core.StandardEngine
 
getDomainInternal() - Method in class org.apache.catalina.core.StandardServer
 
getDomainInternal() - Method in class org.apache.catalina.core.StandardService
 
getDomainInternal() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
getDomainInternal() - Method in class org.apache.catalina.core.StandardVirtualThreadExecutor
 
getDomainInternal() - Method in class org.apache.catalina.deploy.NamingResourcesImpl
 
getDomainInternal() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Returns the JMX domain for this cluster, derived from the associated container.
getDomainInternal() - Method in class org.apache.catalina.loader.WebappLoader
 
getDomainInternal() - Method in class org.apache.catalina.mapper.MapperListener
 
getDomainInternal() - Method in class org.apache.catalina.realm.RealmBase
 
getDomainInternal() - Method in class org.apache.catalina.session.ManagerBase
 
getDomainInternal() - Method in class org.apache.catalina.startup.FailedContext
 
getDomainInternal() - Method in class org.apache.catalina.util.LifecycleMBeanBase
Method implemented by subclasses to identify the domain in which MBeans should be registered.
getDomainInternal() - Method in class org.apache.catalina.valves.ValveBase
 
getDomainInternal() - Method in class org.apache.catalina.webresources.StandardRoot
 
getDouble(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getDouble(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getDouble(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getDouble(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getDrainTimeout() - Method in class org.apache.coyote.http2.Http2Protocol
Returns the drain timeout in nanoseconds.
getDriver() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the JDBC Driver that has been configured for use by this pool.
getDriver() - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Gets the driver class name.
getDriver() - Method in class org.apache.tomcat.dbcp.dbcp2.DriverConnectionFactory
Gets the JDBC Driver.
getDriverClassLoader() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the class loader specified for loading the JDBC driver.
getDriverClassName() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the JDBC driver class name.
getDriverClassName() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getDriverClassName() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getDriverClassName() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getDriverClassName() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The fully qualified Java class name of the JDBC driver to be used.
getDriverClassName() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getDriverMajorVersion() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getDriverMinorVersion() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getDriverName() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getDriverVersion() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getDropTime() - Method in class org.apache.catalina.tribes.membership.McastService
 
getDropTime() - Method in interface org.apache.catalina.tribes.membership.McastServiceMBean
Get the drop time.
getDuplicates() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the list of duplicate fragment names.
getDuration() - Method in record class org.apache.catalina.session.ManagerBase.SessionTiming
Return the duration associated with this piece of timing information in seconds.
getDuration() - Method in interface org.apache.catalina.util.RateLimiter
Returns the actual duration of a time window in seconds.
getDuration() - Method in class org.apache.catalina.util.RateLimiterBase
 
getDurationBetweenEvictionRuns() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the value of the {code durationBetweenEvictionRuns} property.
getDurationBetweenEvictionRuns() - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Gets the duration to sleep between runs of the idle object evictor thread.
getDurationBetweenEvictionRuns() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets the duration to sleep between runs of the idle object evictor thread.
getDurationBetweenEvictionRuns() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Gets the value for the timeBetweenEvictionRuns configuration attribute for pools created with this configuration instance.
getDurations() - Method in record class org.apache.catalina.filters.ExpiresFilter.ExpiresConfiguration
Returns the list of durations for this configuration.
getEffectiveMajorVersion() - Method in interface org.apache.catalina.Context
Returns the effective major version of the Servlet spec used by this context.
getEffectiveMajorVersion() - Method in class org.apache.catalina.core.ApplicationContext
 
getEffectiveMajorVersion() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getEffectiveMajorVersion() - Method in class org.apache.catalina.core.StandardContext
 
getEffectiveMajorVersion() - Method in class org.apache.catalina.startup.FailedContext
 
getEffectiveMajorVersion() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getEffectiveMinorVersion() - Method in interface org.apache.catalina.Context
Returns the effective minor version of the Servlet spec used by this context.
getEffectiveMinorVersion() - Method in class org.apache.catalina.core.ApplicationContext
 
getEffectiveMinorVersion() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getEffectiveMinorVersion() - Method in class org.apache.catalina.core.StandardContext
 
getEffectiveMinorVersion() - Method in class org.apache.catalina.startup.FailedContext
 
getEffectiveMinorVersion() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getEffectiveSessionTrackingModes() - Method in class org.apache.catalina.core.ApplicationContext
 
getEffectiveSessionTrackingModes() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getEffectiveSessionTrackingModes() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getEjbLocalRefs() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the EJB local references.
getEjbRefs() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the EJB references.
getEL() - Method in class org.apache.jasper.compiler.Node.ELExpression
Returns the EL expression nodes.
getEL() - Method in class org.apache.jasper.compiler.Node.JspAttribute
Returns the EL expression nodes for this attribute.
getELContext() - Method in class org.apache.el.lang.EvaluationContext
Returns the underlying wrapped ELContext.
getELContext() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getELContext() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getElementValuePairs() - Method in class org.apache.tomcat.util.bcel.classfile.AnnotationEntry
Gets the element value pairs in this annotation entry.
getElementValuesArray() - Method in class org.apache.tomcat.util.bcel.classfile.ArrayElementValue
Returns the array of element values.
getElIgnored() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
Returns whether EL is ignored.
getElIgnored() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
 
getELInterpreter(ServletContext) - Static method in class org.apache.jasper.compiler.ELInterpreterFactory
Obtain the correct EL Interpreter for the given web application.
getELResolver() - Method in class org.apache.el.lang.EvaluationContext
 
getELResolver() - Method in class org.apache.jasper.el.ELContextImpl
 
getELResolver() - Method in class org.apache.jasper.el.ELContextWrapper
 
getEmptyBuf() - Method in class org.apache.tomcat.util.net.SecureNio2Channel
 
getEmptyBuf() - Method in class org.apache.tomcat.util.net.SecureNioChannel
Returns an empty byte buffer used for SSL wrap operations.
getEnableAutoCommitOnReturn() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
getEnabled() - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
Returns whether this valve is enabled.
getEnabled() - Method in class org.apache.catalina.valves.AbstractAccessLogValve
Returns the enabled flag.
getEnabled() - Method in class org.apache.catalina.valves.rewrite.RewriteValve
Get whether the rewrite valve is enabled.
getEnabled() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
Returns whether this servlet is enabled.
getEnabledCiphers() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns the ciphers enabled for this TLS virtual host.
getEnabledCiphers() - Method in interface org.apache.tomcat.util.net.SSLUtil
The set of enabled ciphers is the intersection of the implemented ciphers and the configured ciphers.
getEnabledCiphers() - Method in class org.apache.tomcat.util.net.SSLUtilBase
 
getEnabledCipherSuites() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLEngine
 
getEnabledProtocol() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLContext
Returns the currently enabled SSL/TLS protocol.
getEnabledProtocols() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLEngine
 
getEnabledProtocols() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns the protocols enabled for this TLS virtual host.
getEnabledProtocols() - Method in interface org.apache.tomcat.util.net.SSLUtil
The set of enabled protocols is the intersection of the implemented protocols and the configured protocols.
getEnabledProtocols() - Method in class org.apache.tomcat.util.net.SSLUtilBase
 
getEnableLookups() - Method in class org.apache.catalina.connector.Connector
Return the "enable DNS lookups" flag.
getEnableLookups() - Method in class org.apache.catalina.filters.RemoteIpFilter
Returns whether DNS lookups are enabled for remote address resolution.
getEnableSessionCreation() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLEngine
 
getEnableStatistics() - Method in class org.apache.catalina.ha.session.DeltaManager
Check if statistics collection is enabled.
getEnc() - Method in enum class org.apache.tomcat.util.net.openssl.ciphers.Cipher
Returns the encryption algorithm.
getEncodedPath() - Method in interface org.apache.catalina.Context
Return the URL encoded context path
getEncodedPath() - Method in class org.apache.catalina.core.StandardContext
 
getEncodedPath() - Method in class org.apache.catalina.startup.FailedContext
 
getEncodedReverseSolidusHandling() - Method in class org.apache.catalina.connector.Connector
Returns the handling mode for encoded reverse solidus (backslash) characters.
getEncodedReverseSolidusHandling() - Method in interface org.apache.catalina.Context
Obtain the current configuration for the handling of encoded reverse solidus (%5c - \) characters in paths used to obtain RequestDispatcher instances for this Context.
getEncodedReverseSolidusHandling() - Method in class org.apache.catalina.core.StandardContext
 
getEncodedReverseSolidusHandlingEnum() - Method in interface org.apache.catalina.Context
Obtain the current configuration for the handling of encoded reverse solidus (%5c - \) characters in paths used to obtain RequestDispatcher instances for this Context.
getEncodedReverseSolidusHandlingEnum() - Method in class org.apache.catalina.core.StandardContext
 
getEncodedReverseSolidusHandlingInternal() - Method in class org.apache.catalina.connector.Connector
Returns the internal handling mode for encoded reverse solidus (backslash) characters.
getEncodedSolidusHandling() - Method in class org.apache.catalina.connector.Connector
Returns the handling mode for encoded solidus (forward slash) characters.
getEncodedSolidusHandling() - Method in interface org.apache.catalina.Context
Obtain the current configuration for the handling of encoded solidus (%2f - /) characters in paths used to obtain RequestDispatcher instances for this Context.
getEncodedSolidusHandling() - Method in class org.apache.catalina.core.StandardContext
 
getEncodedSolidusHandlingEnum() - Method in interface org.apache.catalina.Context
Obtain the current configuration for the handling of encoded solidus (%2f - /) characters in paths used to obtain RequestDispatcher instances for this Context.
getEncodedSolidusHandlingEnum() - Method in class org.apache.catalina.core.StandardContext
 
getEncodedSolidusHandlingInternal() - Method in class org.apache.catalina.connector.Connector
Returns the internal handling mode for encoded solidus (forward slash) characters.
getEncoding() - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
Returns the character encoding configured for this filter.
getEncoding() - Method in class org.apache.catalina.realm.MessageDigestCredentialHandler
Get the encoding.
getEncoding() - Method in class org.apache.catalina.storeconfig.StoreFileMover
Returns the character encoding used for configuration files.
getEncoding() - Method in class org.apache.catalina.storeconfig.StoreRegistry
Returns the character encoding used when writing configuration files.
getEncoding() - Method in class org.apache.catalina.valves.AccessLogValve
Return the character set name that is used to write the log file.
getEncoding() - Method in class org.apache.tomcat.util.http.parser.AcceptEncoding
Gets the encoding.
getEncoding() - Method in class org.apache.tomcat.util.http.parser.TE
Returns the encoding name.
getEncodingName() - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
 
getEncodingName() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
 
getEncodingName() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
 
getEncodingName() - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
 
getEncodingName() - Method in class org.apache.coyote.http11.filters.VoidInputFilter
 
getEncodingName() - Method in interface org.apache.coyote.http11.InputFilter
Get the name of the encoding handled by this filter.
getEncryptionAlgorithm() - Method in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor
Gets the encryption algorithm being used to encrypt and decrypt channel messages.
getEncryptionAlgorithm() - Method in interface org.apache.catalina.tribes.group.interceptors.EncryptInterceptorMBean
Returns the encryption algorithm currently in use.
getEncryptionKey() - Method in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor
Gets the encryption key being used for encryption and decryption.
getEncryptionKey() - Method in interface org.apache.catalina.tribes.group.interceptors.EncryptInterceptorMBean
Returns the encryption key as raw bytes.
getEncryptionKeyString() - Method in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor
Returns the hex-encoded encryption key string.
getEnd() - Method in class org.apache.tomcat.util.buf.AbstractChunk
Returns the end position of the data in the buffer.
getEnd() - Method in class org.apache.tomcat.util.http.parser.ContentRange
Returns the end position of the content range.
getEnd() - Method in class org.apache.tomcat.util.http.parser.Ranges.Entry
Returns the end position of the range.
getEndHandler() - Method in class org.apache.tomcat.websocket.MessagePart
Get the end handler.
getEndJavaLine() - Method in class org.apache.jasper.compiler.Node
Returns the ending line number in the generated Java code.
getEndpoint() - Method in class org.apache.coyote.AbstractProtocol
Gets the endpoint.
getEndpoint() - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Gets the endpoint.
getEndpoint() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Gets the endpoint.
getEndpoint() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Returns the endpoint.
getEndpointInstance(Class) - Method in class org.apache.tomcat.websocket.server.DefaultServerEndpointConfigurator
 
getEnforceEncodingInGetWriter() - Method in class org.apache.catalina.connector.Connector
Returns whether the encoding must be enforced when calling getWriter().
getEngine() - Method in class org.apache.catalina.session.ManagerBase
Retrieve the enclosing Engine for this Manager.
getEngine() - Method in class org.apache.catalina.startup.Tomcat
Access to the engine, for further customization.
getEngineInfo() - Method in class org.apache.jasper.runtime.JspFactoryImpl
 
getEntityResolver() - Method in class org.apache.tomcat.util.digester.Digester
Return the Entity Resolver used by the SAX parser.
getEntries() - Method in class org.apache.tomcat.util.http.parser.Ranges
Returns the list of range entries.
getEntryInputStream() - Method in interface org.apache.tomcat.Jar
Obtains the input stream for the current entry.
getEntryInputStream() - Method in class org.apache.tomcat.util.scan.AbstractInputStreamJar
 
getEntryInputStream() - Method in class org.apache.tomcat.util.scan.JarFileUrlJar
 
getEntryInputStream() - Method in class org.apache.tomcat.util.scan.ReferenceCountedJar
 
getEntryName() - Method in interface org.apache.tomcat.Jar
Obtains the name of the current entry.
getEntryName() - Method in class org.apache.tomcat.util.descriptor.tld.TldResourcePath
Returns the name of the JAR entry that contains the TLD.
getEntryName() - Method in class org.apache.tomcat.util.scan.AbstractInputStreamJar
 
getEntryName() - Method in class org.apache.tomcat.util.scan.JarFileUrlJar
 
getEntryName() - Method in class org.apache.tomcat.util.scan.ReferenceCountedJar
 
getEnv(String...) - Static method in class org.apache.catalina.tribes.membership.cloud.CloudMembershipProvider
Get value of environment variable.
getEnvContext() - Method in class org.apache.catalina.core.NamingContextListener
Return the naming environment context.
getEnvEntries() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the environment entries.
getEnvironment() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets derived CGI environment
getEnvironment() - Method in class org.apache.naming.NamingContext
 
getEnvironment() - Method in class org.apache.naming.SelectorContext
 
getEnvironments() - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Return the MBean Names of the set of defined environment entries for this web application
getEnvName(int) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get the name of an environment variable.
getEnvResult(int) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get the result of an environment variable substitution.
getEnvSize() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get the number of environment variables.
getEnvValue(int) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get the value of an environment variable.
getError() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Returns the first I/O error that occurred on this socket.
getErrorCode() - Method in class org.apache.tomcat.util.descriptor.web.ErrorPage
Returns the error code for which this error page is active.
getErrorCode() - Method in exception class org.apache.tomcat.util.http.InvalidParameterException
Get the HTTP error code associated with this exception.
getErrorCount() - Method in class org.apache.catalina.core.StandardContext
Gets the cumulative error count of all servlets in this StandardContext.
getErrorCount() - Method in class org.apache.catalina.core.StandardWrapper
Returns the number of requests processed by the wrapper that resulted in an error.
getErrorCount() - Method in class org.apache.coyote.RequestGroupInfo
Return the error count.
getErrorCount() - Method in class org.apache.coyote.RequestInfo
Return the error count.
getErrorDispatcher() - Method in class org.apache.jasper.compiler.Compiler
Returns the error dispatcher.
getErrorException() - Method in class org.apache.coyote.Request
Get the Exception that occurred during the writing of the response.
getErrorException() - Method in class org.apache.coyote.Response
Get the Exception that occurred during the writing of the response.
getErrorHandler() - Method in class org.apache.catalina.tribes.group.InterceptorPayload
Get the error handler.
getErrorHandler() - Method in class org.apache.tomcat.util.digester.Digester
Return the error handler for this Digester.
getErrorMessage() - Method in class org.apache.jasper.compiler.JavacErrorDetail
Gets the compilation error message.
getErrorOnELNotFound() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
Returns whether to error on EL not found.
getErrorOnELNotFound() - Method in class org.apache.jasper.compiler.PageInfo
Returns the errorOnELNotFound attribute value.
getErrorOnELNotFound() - Method in interface org.apache.jasper.runtime.JspSourceDirectives
Returns whether an error should be raised when an EL expression is not found.
getErrorOnELNotFound() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
Returns whether to error on EL not found.
getErrorOnELNotFound() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
 
getErrorOnUndeclaredNamespace() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
Returns whether to error on undeclared namespace.
getErrorOnUndeclaredNamespace() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
 
getErrorOnUseBeanInvalidClassAttribute() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getErrorOnUseBeanInvalidClassAttribute() - Method in class org.apache.jasper.JspC
 
getErrorOnUseBeanInvalidClassAttribute() - Method in interface org.apache.jasper.Options
Returns true if Jasper issues a compilation error instead of a runtime Instantiation error if the class attribute specified in useBean action is invalid.
getErrorPage() - Method in class org.apache.jasper.compiler.PageInfo
Returns the error page URL.
getErrorPage() - Method in class org.apache.tomcat.util.descriptor.web.LoginConfig
Get the error page URI.
getErrorPages() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the error pages.
getErrorReportValveClass() - Method in class org.apache.catalina.core.StandardHost
Returns the Java class name of the error report valve class for new web applications.
getErrors() - Method in class org.apache.tomcat.util.descriptor.XmlErrorHandler
Returns the list of collected parsing errors.
getErrorState() - Method in class org.apache.coyote.AbstractProcessor
Gets the current error state.
getErrorString(long) - Static method in class org.apache.tomcat.jni.SSL
Get the error number representing for the given errorNumber.
getETag() - Method in interface org.apache.catalina.WebResource
Returns the weak ETag calculated from the content length and last modified.
getETag() - Method in class org.apache.catalina.webresources.AbstractResource
Gets the weak ETag for this resource.
getETag() - Method in class org.apache.catalina.webresources.CachedResource
 
getETag() - Method in class org.apache.catalina.webresources.EmptyResource
 
getEvaluationListeners() - Method in class org.apache.el.lang.EvaluationContext
 
getEventCache() - Method in class org.apache.tomcat.util.net.SocketProperties
Returns the poller event cache size.
getEventType() - Method in interface org.apache.catalina.ha.session.SessionMessage
returns the event type
getEventType() - Method in class org.apache.catalina.ha.session.SessionMessageImpl
 
getEventType() - Method in interface org.apache.catalina.tribes.ChannelInterceptor.InterceptorEvent
Returns the event type.
getEventType() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
 
getEventTypeDesc() - Method in interface org.apache.catalina.tribes.ChannelInterceptor.InterceptorEvent
Returns the event type description.
getEventTypeDesc() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
 
getEventTypeString() - Method in interface org.apache.catalina.ha.session.SessionMessage
Clear text event type name (for logging purpose only).
getEventTypeString() - Method in class org.apache.catalina.ha.session.SessionMessageImpl
 
getEvictionPolicy() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets the EvictionPolicy defined for this pool.
getEvictionPolicy() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Gets the value for the evictionPolicyClass configuration attribute for pools created with this configuration instance.
getEvictionPolicyClassName() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the EvictionPolicy implementation in use with this connection pool.
getEvictionPolicyClassName() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets the name of the EvictionPolicy implementation that is used by this pool.
getEvictionPolicyClassName() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Gets the value for the evictionPolicyClassName configuration attribute for pools created with this configuration instance.
getEvictorShutdownTimeout() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
getEvictorShutdownTimeout() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
getEvictorShutdownTimeoutDuration() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets the timeout that will be used when waiting for the Evictor to shutdown if this pool is closed and it is the only pool still using the the value for the Evictor.
getEvictorShutdownTimeoutDuration() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Gets the value for the evictorShutdownTimeout configuration attribute for pools created with this configuration instance.
getEvictorShutdownTimeoutMillis() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
getEvictorShutdownTimeoutMillis() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
getException() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getException() - Method in class org.apache.jasper.runtime.PageContextImpl
Returns the exception associated with this page context, if any.
getExceptionList() - Method in exception class org.apache.tomcat.dbcp.dbcp2.ListException
Gets the list of exceptions.
getExceptionOnFailedWrite() - Method in class org.apache.catalina.core.NamingContextListener
Return whether or not an attempt to modify the JNDI context will trigger an exception.
getExceptionOnFailedWrite() - Method in class org.apache.naming.NamingContext
Returns whether an attempt to write to a read-only context results in an exception.
getExceptionType() - Method in class org.apache.tomcat.util.descriptor.web.ErrorPage
Returns the exception type for which this error page is active.
getExcludedResponseStatusCodes() - Method in class org.apache.catalina.filters.ExpiresFilter
Returns the excluded response status codes as a comma-delimited string.
getExcludedResponseStatusCodesAsInts() - Method in class org.apache.catalina.filters.ExpiresFilter
Returns the excluded response status codes as an integer array.
getExecutor() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns the executor service used by this receiver.
getExecutor() - Method in class org.apache.coyote.AbstractProtocol
Gets the executor for this protocol handler.
getExecutor() - Method in interface org.apache.coyote.ProtocolHandler
The executor, provide access to the underlying thread pool.
getExecutor() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get the external executor.
getExecutor(String) - Method in class org.apache.catalina.core.StandardService
 
getExecutor(String) - Method in class org.apache.catalina.mbeans.ServiceMBean
Retrieves executor by name
getExecutor(String) - Method in interface org.apache.catalina.Service
Retrieves executor by name, null if not found
getExecutor(Thread) - Method in class org.apache.tomcat.util.compat.Jre19Compat
 
getExecutor(Thread) - Method in class org.apache.tomcat.util.compat.JreCompat
Obtains the executor, if any, used to create the provided thread.
getExecutorName() - Method in class org.apache.catalina.connector.Connector
Returns the name of the executor associated with this connector.
getExecutorTerminationTimeoutMillis() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get the executor termination timeout.
getExpectedType() - Method in class org.apache.el.ValueExpressionImpl
 
getExpectedType() - Method in class org.apache.el.ValueExpressionLiteral
 
getExpectedType() - Method in class org.apache.jasper.el.JspValueExpression
 
getExpectedTypeName() - Method in class org.apache.jasper.compiler.Node.JspAttribute
Returns the expected type name for this attribute.
getExpirationDate(HttpServletRequest, ExpiresFilter.XHttpServletResponse) - Method in class org.apache.catalina.filters.ExpiresFilter
Returns the expiration date of the given ExpiresFilter.XHttpServletResponse or null if no expiration date has been configured for the declared content type.
getExpirationDate(ExpiresFilter.ExpiresConfiguration, ExpiresFilter.XHttpServletResponse) - Method in class org.apache.catalina.filters.ExpiresFilter
getExpirationTime() - Method in class org.apache.catalina.tribes.membership.cloud.CloudMembershipService
 
getExpirationTime() - Method in interface org.apache.catalina.tribes.membership.cloud.CloudMembershipServiceMBean
Returns the member expiration time in milliseconds.
getExpirationTime() - Method in class org.apache.catalina.tribes.membership.StaticMembershipService
 
getExpirationTime() - Method in interface org.apache.catalina.tribes.membership.StaticMembershipServiceMBean
Returns the member expiration time in milliseconds.
getExpire() - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
 
getExpire() - Method in interface org.apache.catalina.tribes.group.interceptors.FragmentationInterceptorMBean
Returns the expiration time for fragments in milliseconds.
getExpire() - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
Returns the message expiration time in milliseconds.
getExpire() - Method in class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor
Returns the message expiration time in milliseconds.
getExpiredSessions() - Method in interface org.apache.catalina.Manager
Gets the number of sessions that have expired.
getExpiredSessions() - Method in class org.apache.catalina.session.ManagerBase
 
getExpiresConfigurationByContentType() - Method in class org.apache.catalina.filters.ExpiresFilter
Returns the map of expiration configurations by content type.
getExportedKeys(String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getExposedHeaders() - Method in class org.apache.catalina.filters.CorsFilter
Obtain the headers to expose.
getExpression() - Method in class org.apache.jasper.compiler.ELNode.Root
Returns the expression contained in this root node.
getExpressionFactory() - Method in class org.apache.jasper.compiler.PageInfo
Returns the expression factory.
getExpressionFactory() - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
 
getExpressionString() - Method in class org.apache.el.MethodExpressionImpl
Returns the original String used to create this Expression, unmodified.
getExpressionString() - Method in class org.apache.el.MethodExpressionLiteral
 
getExpressionString() - Method in class org.apache.el.ValueExpressionImpl
Returns the type the result of the expression will be coerced to after evaluation.
getExpressionString() - Method in class org.apache.el.ValueExpressionLiteral
 
getExpressionString() - Method in class org.apache.jasper.el.JspMethodExpression
 
getExpressionString() - Method in class org.apache.jasper.el.JspValueExpression
 
getExprInXml(String) - Static method in class org.apache.jasper.compiler.JspUtil
Takes a potential expression and converts it into XML form.
getExtends() - Method in class org.apache.jasper.compiler.PageInfo
Gets the value of the 'extends' page directive attribute.
getExtends(boolean) - Method in class org.apache.jasper.compiler.PageInfo
Gets the value of the 'extends' page directive attribute.
getExtension() - Method in class org.apache.jasper.compiler.JspConfig.JspPropertyGroup
Returns the file extension component of this property group.
getExtensionResponse() - Method in class org.apache.tomcat.websocket.PerMessageDeflate
 
getExtensionResponse() - Method in interface org.apache.tomcat.websocket.Transformation
Obtain the extension that describes the information to be returned to the client.
getExtensions() - Method in class org.apache.jasper.JspC
Returns the list of file extensions that are treated as JSP files.
getExternalLoaders() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Gets the external class loaders.
getExternalSubset(String, String) - Method in class org.apache.tomcat.util.descriptor.LocalResolver
 
getExtraNameCharacters() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getExtraSmap() - Method in class org.apache.jasper.compiler.Node.TemplateText
Returns the extra source-to-Java line mappings for this template text.
getFacade() - Method in class org.apache.catalina.core.ApplicationContext
Returns the ServletContext facade.
getFacade() - Method in class org.apache.catalina.ha.context.ReplicatedContext.ReplApplContext
 
getFactory() - Static method in class org.apache.juli.logging.LogFactory
Construct (if necessary) and return a LogFactory instance, using the following ordered lookup procedure to determine the name of the implementation class to be loaded.
getFactory() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
Gets a reference to the factory used to create, destroy and validate the objects used by this pool.
getFactory() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
Gets a reference to the factory used to create, destroy and validate the objects used by this pool.
getFactory() - Method in class org.apache.tomcat.dbcp.pool2.impl.SoftReferenceObjectPool
Gets the PooledObjectFactory used by this pool to create and manage object instances.
getFactory() - Method in class org.apache.tomcat.util.descriptor.web.ContextResourceLink
Returns the factory to be used for creating the object.
getFactory() - Method in class org.apache.tomcat.util.digester.Digester
SAX parser factory method.
getFactory(FileMessage) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Create factory for all transported war files
getFactoryClassName() - Method in class org.apache.naming.AbstractRef
 
getFactoryType() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
Gets the type - including the specific type rather than the generic - of the factory.
getFactoryType() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
getFailCtxIfServletStartFails() - Method in class org.apache.catalina.core.StandardContext
Returns whether the context should fail if a servlet fails to start.
getFailOnError() - Method in class org.apache.jasper.JspC
Returns whether an exception will be thrown in case of a compilation error.
getFailureCount() - Method in class org.apache.catalina.realm.LockOutRealm
Get the number of failed authentication attempts required to lock the user account.
getFailures() - Method in class org.apache.catalina.realm.LockOutRealm.LockRecord
Get the number of authentication failures.
getFairness() - Method in class org.apache.catalina.valves.SemaphoreValve
Return the fairness setting of the semaphore.
getFairness() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets whether or not the pool serves threads waiting to borrow objects fairly.
getFairness() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Gets the value for the fairness configuration attribute for pools created with this configuration instance.
getFairness() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getFairness() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
getFakeAttributes() - Method in class org.apache.tomcat.util.digester.Digester
Return the fake attributes list.
getFastFailValidation() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
True means that validation will fail immediately for connections that have previously thrown SQLExceptions with SQL State indicating fatal disconnection errors.
getFastFailValidation() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getFaultyMembers() - Method in exception class org.apache.catalina.tribes.ChannelException
Returns an array of members that failed and the reason they failed.
getFetchDirection() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getFetchDirection() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
getFetchSize() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getFetchSize() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
getFieldDescriptions() - Static method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
Returns the descriptions of the fields in the composite data representation.
getFieldName() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Gets the name of the field in the multipart form corresponding to this file item.
getFieldName() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Returns the name of the field in the multipart form corresponding to this file item.
getFieldName() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemStream
Returns the name of the field in the multipart form corresponding to this file item.
getFieldName() - Method in class org.apache.tomcat.util.http.fileupload.impl.FileItemStreamImpl
Returns the items field name.
getFieldName() - Method in exception class org.apache.tomcat.util.http.fileupload.impl.FileSizeLimitExceededException
Returns the field name of the item, which caused the exception.
getFieldName(FileItemHeaders) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Gets the field name from the Content-disposition header.
getFieldNames() - Static method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
Returns the names of the fields in the composite data representation.
getFieldTypes() - Static method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
Returns the JMX OpenType of each field in the composite data representation.
getFile() - Method in class org.apache.catalina.ha.deploy.FileMessageFactory
Returns the file associated with this factory.
getFile() - Method in class org.apache.jasper.compiler.Mark
Get the file name.
getFile() - Method in class org.apache.tomcat.util.http.fileupload.DeferredFileOutputStream
Returns either the output file specified in the constructor or the temporary file created or null.
getFileBase() - Method in class org.apache.catalina.webresources.AbstractFileResourceSet
Returns the file base for this resource set.
getFileCountMax() - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Returns the maximum number of files allowed in a single request.
getFileDateFormat() - Method in class org.apache.catalina.valves.AccessLogValve
Returns the date format used for date-based log rotation.
getFileItemFactory() - Method in class org.apache.tomcat.util.http.fileupload.FileUpload
Returns the factory class used when creating file items.
getFileItemFactory() - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Returns the factory class used when creating file items.
getFileItems() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemIterator
Returns all file items by iterating through the entire request.
getFileItems() - Method in class org.apache.tomcat.util.http.fileupload.impl.FileItemIteratorImpl
 
getFileLastModified(String, boolean) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
Returns the last modified timestamp of the specified file.
getFileLastModified(String, boolean) - Method in class org.apache.catalina.ssi.SSIMediator
Returns the last modified timestamp of the specified file.
getFileLastModified(String, boolean) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
Get the last modified time of a file.
getFilename() - Method in class org.apache.catalina.storeconfig.StoreFileMover
Returns the configuration file name.
getFileName() - Method in class org.apache.catalina.ha.deploy.FileMessage
Returns the name of the file being transferred.
getFileName() - Method in exception class org.apache.tomcat.util.http.fileupload.impl.FileSizeLimitExceededException
Returns the file name of the item, which caused the exception.
getFileName(FileItemHeaders) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Gets the file name from the Content-disposition header.
getFileSize(String, boolean) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
Returns the size of the specified file in bytes.
getFileSize(String, boolean) - Method in class org.apache.catalina.ssi.SSIMediator
Returns the size of the specified file in bytes.
getFileSize(String, boolean) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
Get the size of a file.
getFileSizeMax() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemIterator
Returns the maximum size of a single file.
getFileSizeMax() - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Returns the maximum allowed size of a single uploaded file, as opposed to FileUploadBase.getSizeMax().
getFileSizeMax() - Method in class org.apache.tomcat.util.http.fileupload.impl.FileItemIteratorImpl
 
getFileSizeThreshold() - Method in class org.apache.tomcat.util.descriptor.web.MultipartDef
Get the file size threshold.
getFileText(String, boolean) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
Returns the text content of the specified file.
getFileText(String, boolean) - Method in class org.apache.catalina.ssi.SSIMediator
Returns the text content of the specified file.
getFileText(String, boolean) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
Get the text content of a file.
getFilter() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Return the replication filter pattern as a string.
getFilter() - Method in class org.apache.catalina.valves.PersistentValve
Returns the filter pattern used to identify requests that should bypass session persistence.
getFilter() - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
Returns the filter instance associated with this definition.
getFilterChain() - Method in class org.apache.catalina.connector.Request
Get filter chain associated with the request.
getFilterClass() - Method in class org.apache.catalina.core.ApplicationFilterConfig
Returns the filter class name.
getFilterClass() - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
Returns the fully qualified name of the Java class that implements this filter.
getFilterClassName() - Method in class org.apache.catalina.valves.FilterValve
Gets the name of the class for the Filter.
getFilterInitParameterMap() - Method in class org.apache.catalina.core.ApplicationFilterConfig
Returns an unmodifiable map of filter initialization parameters.
getFilterMappings() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the filter mappings.
getFilterName() - Method in class org.apache.catalina.core.ApplicationFilterConfig
 
getFilterName() - Method in class org.apache.catalina.valves.FilterValve
 
getFilterName() - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
Returns the name of this filter.
getFilterName() - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
Returns the name of the filter associated with this mapping.
getFilterRegistration(String) - Method in class org.apache.catalina.core.ApplicationContext
 
getFilterRegistration(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getFilterRegistration(String) - Method in class org.apache.jasper.servlet.JspCServletContext
 
getFilterRegistrations() - Method in class org.apache.catalina.core.ApplicationContext
 
getFilterRegistrations() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getFilterRegistrations() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getFilters() - Method in class org.apache.coyote.http11.Http11OutputBuffer
Get filters.
getFilters() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the filter definitions.
getFIPSMode() - Method in class org.apache.catalina.core.AprLifecycleListener
Returns the FIPS mode configuration.
getFIPSMode() - Method in class org.apache.catalina.core.OpenSSLLifecycleListener
Returns the FIPS mode status.
getFireRequestListenersOnForwards() - Method in interface org.apache.catalina.Context
Returns whether or not request listeners will be fired on forwards for this Context.
getFireRequestListenersOnForwards() - Method in class org.apache.catalina.core.StandardContext
 
getFireRequestListenersOnForwards() - Method in class org.apache.catalina.startup.FailedContext
 
getFirst() - Method in class org.apache.catalina.core.StandardPipeline
 
getFirst() - Method in interface org.apache.catalina.Pipeline
Returns the first Valve in the pipeline.
getfirstInterceptor() - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
Returns the first (bottom-most) interceptor in the chain.
getFirstInterceptor() - Method in class org.apache.catalina.tribes.group.GroupChannel
Returns the first interceptor of the stack.
getFlagsString() - Method in class org.apache.catalina.valves.rewrite.RewriteCond
Returns the flags string.
getFlagsString() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get the flags string.
getFloat(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getFloat(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getFloat(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getFloat(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getForceDnHexEscape() - Method in class org.apache.catalina.realm.JNDIRealm
Get the forceDnHexEscape flag.
getFork() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getFork() - Method in class org.apache.jasper.JspC
 
getFork() - Method in interface org.apache.jasper.Options
The boolean flag to tell Ant whether to fork JSP page compilations.
getFormat(long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.DateFormatCache
Gets the formatted timestamp in CLF format.
getFormat(long) - Method in class org.apache.juli.DateFormatCache
Get the formatted timestamp for the given time.
getFormat(String, Locale, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.DateFormatCache
Gets the formatted timestamp in the given format.
getForwardExpired() - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
Returns whether expired messages are forwarded.
getFQCN() - Method in class org.apache.jasper.JspCompilationContext
Returns the fully qualified class name of the generated servlet or tag handler.
getFragCollection(FragmentationInterceptor.FragKey, ChannelMessage) - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
Gets the fragment collection for the given key, creating one if it does not exist.
getFragments() - Method in class org.apache.tomcat.util.descriptor.web.FragmentJarScannerCallback
Returns the map of parsed web fragments, keyed by fragment name.
getFrequency() - Method in class org.apache.catalina.tribes.membership.McastService
 
getFrequency() - Method in interface org.apache.catalina.tribes.membership.McastServiceMBean
Get the heartbeat frequency.
getFullDuration() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
Gets the duration since this object was created (using Instant.now()).
getFullName() - Method in interface org.apache.catalina.User
Returns the full name of this user.
getFullName() - Method in class org.apache.catalina.users.AbstractUser
 
getFunctionColumns(String, String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getFunctionInfo() - Method in class org.apache.jasper.compiler.ELNode.Function
Returns the FunctionInfo for this function.
getFunctionMapper() - Method in class org.apache.el.lang.EvaluationContext
 
getFunctionMapper() - Method in class org.apache.jasper.el.ELContextImpl
 
getFunctionMapper() - Method in class org.apache.jasper.el.ELContextWrapper
 
getFunctions() - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
Returns the list of function definitions.
getFunctions(String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getGenerateCode() - Method in class org.apache.catalina.startup.Catalina
Return whether code generation is enabled.
getGenerateCode() - Method in class org.apache.catalina.startup.ContextConfig
Returns whether code generation is enabled for this context.
getGeneratedClasses() - Static method in class org.apache.tomcat.util.digester.Digester
Get the names of all generated classes.
getGeneratedCode() - Method in class org.apache.tomcat.util.digester.Digester
Get the generated code buffer.
getGeneratedCodeLocation() - Method in class org.apache.catalina.startup.Catalina
Return the location of generated sources.
getGeneratedCodeLocation() - Method in class org.apache.catalina.startup.ContextConfig
Returns the location where generated code is stored.
getGeneratedCodePackage() - Method in class org.apache.catalina.startup.Catalina
Return the top package name for generated source.
getGeneratedCodePackage() - Method in class org.apache.catalina.startup.ContextConfig
Returns the package name for generated code.
getGeneratedJavaAddTimestamp() - Method in class org.apache.jasper.JspC
Should the container include the time the file was generated in the comments at the start of a Java file generated from a JSP or tag.
getGeneratedJavaAddTimestamp() - Method in interface org.apache.jasper.Options
Should the container include the time the file was generated in the comments at the start of a Java file generated from a JSP or tag.
getGeneratedJspPackageName() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getGeneratedJspPackageName() - Method in interface org.apache.jasper.Options
Returns the default package name for compiled JSP pages.
getGeneratedKeys() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
getGeneratedTagFilePackageName() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getGeneratedTagFilePackageName() - Method in interface org.apache.jasper.Options
Returns the default package name for tag handlers generated from tag files.
getGenericGetPropertyMethod() - Method in class org.apache.tomcat.util.xreflection.SetPropertyClass
Returns the generic getProperty method if one exists.
getGenericSetPropertyMethod() - Method in class org.apache.tomcat.util.xreflection.SetPropertyClass
Returns the generic setProperty method if one exists.
getGetMethod() - Method in class org.apache.tomcat.util.modeler.AttributeInfo
Returns the name of the property getter method, generating a default if not explicitly set.
getGlobal() - Method in class org.apache.coyote.AbstractProtocol.ConnectionHandler
Gets the global request processor.
getGlobal() - Method in class org.apache.coyote.http2.Http2Protocol
Returns the global request group info for JMX statistics.
getGlobal() - Method in class org.apache.tomcat.util.descriptor.web.ContextResourceLink
Returns the global name of this resource.
getGlobal() - Method in interface org.apache.tomcat.util.net.AbstractEndpoint.Handler
Obtain the GlobalRequestProcessor associated with the handler.
getGlobalNamingContext() - Method in class org.apache.catalina.core.StandardServer
 
getGlobalNamingContext() - Method in interface org.apache.catalina.Server
Returns the global JNDI naming context for this server.
getGlobalNamingResources() - Method in class org.apache.catalina.core.StandardServer
 
getGlobalNamingResources() - Method in interface org.apache.catalina.Server
Returns the global naming resources for this server.
getGlobalProcessor() - Method in class org.apache.coyote.http11.upgrade.UpgradeInfo
Returns the parent group info.
getGlobalProcessor() - Method in class org.apache.coyote.RequestInfo
Return the global request processor.
getGlobalRequestProcessorMBeanName() - Method in class org.apache.coyote.AbstractProtocol
Gets the MBean name for the Global Request Processor.
getGlobalTimeStamp() - Method in class org.apache.catalina.startup.ContextConfig.DefaultWebXmlCacheEntry
Returns the last modified timestamp of the global web.xml.
getGlobalWebXmlSource() - Method in class org.apache.catalina.startup.ContextConfig
Identify the default web.xml to be used and obtain an input source for it.
getGracefulStopAwaitMillis() - Method in class org.apache.catalina.core.StandardService
Get the number of milliseconds to wait for all threads to finish during a graceful stop.
getGroup() - Method in class org.apache.catalina.ha.backend.HeartbeatListener
Get the multicast IP address used for sending heartbeat messages.
getGroup() - Method in class org.apache.tomcat.util.modeler.ManagedBean
Return the (optional) group to which this MBean belongs.
getGroupList() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns the parsed group list.
getGroupname() - Method in interface org.apache.catalina.Group
Returns the group name of this group, which must be unique within the scope of a UserDatabase.
getGroupname() - Method in class org.apache.catalina.users.AbstractGroup
 
getGroupNameCol() - Method in class org.apache.catalina.users.DataSourceUserDatabase
Return the column name used for group names.
getGroupRoles(String) - Method in class org.apache.catalina.mbeans.DataSourceUserDatabaseMBean
Get roles for a group.
getGroupRoleTable() - Method in class org.apache.catalina.users.DataSourceUserDatabase
Return the table that holds the relation between groups and roles.
getGroups() - Method in class org.apache.catalina.mbeans.DataSourceUserDatabaseMBean
Get the names of all groups defined in this database.
getGroups() - Method in class org.apache.catalina.mbeans.SparseUserDatabaseMBean
Return the MBean Names of all groups defined in this database.
getGroups() - Method in class org.apache.catalina.mbeans.UserMBean
Returns the MBean Names of all groups this user is a member of.
getGroups() - Method in interface org.apache.catalina.User
Returns the set of Groups to which this user belongs.
getGroups() - Method in interface org.apache.catalina.UserDatabase
Get the set of Groups defined in this user database.
getGroups() - Method in class org.apache.catalina.users.DataSourceUserDatabase
 
getGroups() - Method in class org.apache.catalina.users.GenericUser
 
getGroups() - Method in class org.apache.catalina.users.MemoryUserDatabase
 
getGroups() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns the configured named groups.
getGroupTable() - Method in class org.apache.catalina.users.DataSourceUserDatabase
Return the table that holds group data.
getGssCredential() - Method in class org.apache.catalina.realm.GenericPrincipal
 
getGssCredential() - Method in interface org.apache.catalina.TomcatPrincipal
Returns the user's delegated GSS credentials.
getHandler() - Method in class org.apache.coyote.AbstractProtocol
Gets the handler.
getHandler() - Method in class org.apache.naming.ServiceRef
Add and Get Handlers classes.
getHandler() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Returns the first handler in the interceptor chain
getHandler() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get the handler.
getHandler(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
Returns the handler with the given name.
getHandlerclass() - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
Returns the Handler reference class.
getHandlers() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
Returns an iterator over the handler names.
getHandlersSize() - Method in class org.apache.naming.ServiceRef
Returns the number of handlers in the list.
getHandshakeCount(long) - Static method in class org.apache.tomcat.jni.SSL
Return the handshake completed count.
getHandshakeStatus() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLEngine
 
getHasFormalParameters() - Method in class org.apache.el.lang.LambdaExpressionNestedState
Returns whether the current lambda expression has formal parameters.
getHeader() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
Returns the coordination message header.
getHeader(String) - Method in class org.apache.catalina.connector.Request
 
getHeader(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getHeader(String) - Method in class org.apache.catalina.connector.Response
 
getHeader(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
getHeader(String) - Method in class org.apache.catalina.core.ApplicationPart
 
getHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getHeader(String) - Method in class org.apache.coyote.Request
Return the value of the specified header.
getHeader(String) - Method in interface org.apache.tomcat.util.http.fileupload.FileItemHeaders
Returns the value of the specified part header as a String.
getHeader(String) - Method in class org.apache.tomcat.util.http.fileupload.util.FileItemHeadersImpl
 
getHeader(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
Get the value of a header.
getHeaderByteBuffer() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
 
getHeaderByteBuffer() - Method in class org.apache.coyote.http11.Http11InputBuffer
 
getHeaderByteBuffer() - Method in interface org.apache.tomcat.util.http.parser.HttpHeaderParser.HeaderDataSource
Obtain a reference to the buffer containing the header data.
getHeaderEncoding() - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Gets the character encoding used when reading the headers of an individual part.
getHeaderEncoding() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Gets the character encoding used when reading the headers of an individual part.
getHeaderEntry(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
Find the header entry for the given name (case-insensitive).
getHeaderForCode(int) - Static method in class org.apache.coyote.ajp.Constants
Converts an AJP coded HTTP request header to the header name.
getHeaderFrameBuffers(int) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
getHeaderName() - Method in class org.apache.tomcat.util.http.WebdavIfHeader
Returns the name of the header.
getHeaderNames() - Method in class org.apache.catalina.authenticator.SavedRequest
Returns an iterator over the names of all headers saved for this request.
getHeaderNames() - Method in class org.apache.catalina.connector.Request
 
getHeaderNames() - Method in class org.apache.catalina.connector.RequestFacade
 
getHeaderNames() - Method in class org.apache.catalina.connector.Response
 
getHeaderNames() - Method in class org.apache.catalina.connector.ResponseFacade
 
getHeaderNames() - Method in class org.apache.catalina.core.ApplicationPart
 
getHeaderNames() - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getHeaderNames() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemHeaders
Returns an Iterator of all the header names.
getHeaderNames() - Method in class org.apache.tomcat.util.http.fileupload.util.FileItemHeadersImpl
 
getHeaders() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Gets the file item headers.
getHeaders() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemHeadersSupport
Returns the collection of headers defined locally within this item.
getHeaders() - Method in class org.apache.tomcat.util.http.fileupload.impl.FileItemStreamImpl
Returns the file item headers.
getHeaders() - Method in class org.apache.tomcat.websocket.server.WsHandshakeRequest
 
getHeaders() - Method in class org.apache.tomcat.websocket.WsHandshakeResponse
 
getHeaders(String) - Method in class org.apache.catalina.connector.Request
 
getHeaders(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getHeaders(String) - Method in class org.apache.catalina.connector.Response
 
getHeaders(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
getHeaders(String) - Method in class org.apache.catalina.core.ApplicationPart
 
getHeaders(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getHeaders(String) - Method in interface org.apache.tomcat.util.http.fileupload.FileItemHeaders
Returns all the values of the specified item header as an Iterator of String objects.
getHeaders(String) - Method in class org.apache.tomcat.util.http.fileupload.util.FileItemHeadersImpl
 
getHeaderValue() - Method in class org.apache.tomcat.util.http.WebdavIfHeader
Return the String representation of the If header present on the given request or null.
getHeaderValues(String) - Method in class org.apache.catalina.authenticator.SavedRequest
Returns an iterator over the values for the specified header.
getHeartbeat() - Method in class org.apache.catalina.tribes.group.GroupChannel
 
getHeartbeat() - Method in interface org.apache.catalina.tribes.group.GroupChannelMBean
Returns whether the internal heartbeat is enabled.
getHeartbeatSleeptime() - Method in class org.apache.catalina.tribes.group.GroupChannel
 
getHeartbeatSleeptime() - Method in interface org.apache.catalina.tribes.group.GroupChannelMBean
Returns the heartbeat sleep interval in milliseconds.
getHex(int) - Static method in class org.apache.tomcat.util.buf.HexUtils
Get the hexadecimal byte for the given index.
getHighConcurrencyStatus() - Method in class org.apache.catalina.valves.SemaphoreValve
Return the HTTP status code returned when concurrency is too high.
getHitCount() - Method in class org.apache.catalina.webresources.Cache
Returns the total number of cache hits.
getHitCount() - Method in class org.apache.tomcat.util.buf.StringCache
Returns the number of cache hits.
getHoldability() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
getHoldability() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getHoldability() - Method in interface org.apache.tomcat.dbcp.dbcp2.PoolableConnectionMXBean
getHoldability() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
 
getHoldability() - Method in interface org.apache.tomcat.jdbc.pool.PooledConnectionMBean
Returns the current holdability for ResultSet objects.
getHome() - Method in class org.apache.tomcat.util.descriptor.web.ContextEjb
Returns the name of the EJB home implementation class.
getHome() - Method in class org.apache.tomcat.util.descriptor.web.ContextLocalEjb
Returns the name of the EJB home implementation class.
getHome(String) - Method in class org.apache.catalina.startup.HomesUserDatabase
 
getHome(String) - Method in class org.apache.catalina.startup.PasswdUserDatabase
 
getHome(String) - Method in interface org.apache.catalina.startup.UserDatabase
Return an absolute pathname to the home directory for the specified user.
getHomeBase() - Method in class org.apache.catalina.startup.UserConfig
Returns the base directory containing user home directories.
getHonorCipherOrder() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns whether to honor the cipher order.
getHost() - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
Get the JMX host.
getHost() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Get the JMX MBeanServer host.
getHost() - Method in class org.apache.catalina.connector.Request
Return the host within which this request is being processed.
getHost() - Method in class org.apache.catalina.ha.backend.HeartbeatListener
Get the host corresponding to the connector we want to proxy.
getHost() - Method in class org.apache.catalina.startup.Tomcat
Returns the default Host for this embedded Tomcat instance.
getHost() - Method in interface org.apache.catalina.tribes.ChannelReceiver
String representation of the IPv4 or IPv6 address that this host is listening to.
getHost() - Method in interface org.apache.catalina.tribes.Member
Returns the listen host for the ChannelReceiver implementation
getHost() - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
getHost() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns the host address for this receiver.
getHostConfigBase() - Method in class org.apache.catalina.startup.ContextConfig
Returns the configuration base directory for the Host that contains this Context.
getHostHeader() - Method in class org.apache.catalina.valves.RemoteIpValve
Obtain the name of the HTTP header used to override the value returned by Request.getServerName() and (optionally depending on {link RemoteIpValve.isChangeLocalName() Request.getLocalName().
getHostname() - Method in class org.apache.catalina.tribes.membership.MemberImpl
Get the hostname.
getHostName() - Method in class org.apache.catalina.authenticator.SingleSignOnSessionKey
Returns the host name associated with this key.
getHostName() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
getHostName() - Method in interface org.apache.juli.WebappProperties
Returns a name for the logging system to use for the Host where the web application, if any, associated with the class loader is deployed.
getHostName() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns the host name associated with this SSL configuration.
getHostnameVerifier() - Method in class org.apache.catalina.realm.JNDIRealm
Get the HostnameVerifier to use for peer certificate verification when opening connections using StartTLS.
getHostnameVerifierClassName() - Method in class org.apache.catalina.realm.JNDIRealm
Get the name of the HostnameVerifier class used for connections using StartTLS.
getHostTimeStamp() - Method in class org.apache.catalina.startup.ContextConfig.DefaultWebXmlCacheEntry
Returns the last modified timestamp of the host web.xml.
getHostWebXmlSource() - Method in class org.apache.catalina.startup.ContextConfig
Identify the host web.xml to be used and obtain an input source for it.
getHpackDecoder() - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
getHpackEncoder() - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
Gets the HPACK encoder for this connection, creating it if necessary.
getHstsMaxAgeSeconds() - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
Returns the maximum age in seconds for the HSTS header.
getHttp11Protocol() - Method in class org.apache.coyote.http2.Http2Protocol
Returns the parent HTTP/1.1 protocol handler.
getHttpParser() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the HttpParser used to parse relaxed characters.
getHttpServerPort() - Method in class org.apache.catalina.valves.RemoteIpValve
Returns the configured HTTP server port.
getHttpServletMapping() - Method in class org.apache.catalina.connector.Request
 
getHttpServletMapping() - Method in class org.apache.catalina.connector.RequestFacade
 
getHttpServletMapping() - Method in class org.apache.catalina.core.ApplicationMapping
Returns the HttpServletMapping for this request.
getHttpSession() - Method in class org.apache.tomcat.websocket.server.WsHandshakeRequest
 
getHttpSessionId() - Method in class org.apache.tomcat.websocket.WsSession
Returns the HTTP session ID associated with this WebSocket session.
getHttpsServerPort() - Method in class org.apache.catalina.filters.RemoteIpFilter
Returns the configured HTTPS server port.
getHttpsServerPort() - Method in class org.apache.catalina.valves.RemoteIpValve
Returns the configured HTTPS server port.
getHttpUpgradeHandler() - Method in record class org.apache.coyote.UpgradeToken
Returns the HTTP upgrade handler.
getHttpUpgradeName(boolean) - Method in class org.apache.coyote.http2.Http2Protocol
 
getHttpUpgradeName(boolean) - Method in interface org.apache.coyote.UpgradeProtocol
Returns the name that clients will use to request an upgrade to this protocol.
getId() - Method in class org.apache.catalina.manager.DummyProxySession
 
getId() - Method in interface org.apache.catalina.Session
Returns the session identifier for this session.
getId() - Method in class org.apache.catalina.session.StandardSession
 
getId() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getId() - Method in class org.apache.catalina.storeconfig.StoreDescription
Return the real id or TagClass
getId() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
Returns the message ID.
getId() - Method in interface org.apache.catalina.UserDatabase
Get the unique global identifier of this user database.
getId() - Method in class org.apache.catalina.users.DataSourceUserDatabase
 
getId() - Method in class org.apache.catalina.users.MemoryUserDatabase
 
getId() - Method in class org.apache.coyote.AbstractProtocol
Gets the protocol ID.
getId() - Method in interface org.apache.coyote.ProtocolHandler
The default behavior is to identify connectors uniquely with address and port.
getId() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
The default behavior is to identify connectors uniquely with address and port.
getId() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getId() - Method in enum class org.apache.tomcat.util.net.openssl.ciphers.Cipher
Returns the cipher ID.
getId() - Method in enum class org.apache.tomcat.util.net.openssl.ciphers.Group
Returns the numeric identifier for this group as defined in the TLS supported groups registry.
getId() - Method in enum class org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
Returns the numeric ID of this signature scheme.
getId() - Method in class org.apache.tomcat.websocket.WsSession
 
getId(String, String) - Method in class org.apache.tomcat.util.modeler.NoDescriptorRegistry
 
getId(String, String) - Method in class org.apache.tomcat.util.modeler.Registry
Return an int ID for faster access.
getId(String, String) - Method in interface org.apache.tomcat.util.modeler.RegistryMBean
Return an int ID for faster access.
getIdentifierQuoteString() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getIdInternal() - Method in class org.apache.catalina.manager.DummyProxySession
 
getIdInternal() - Method in interface org.apache.catalina.Session
Returns the session identifier for this session, bypassing validity checks.
getIdInternal() - Method in class org.apache.catalina.session.StandardSession
 
getIdle() - Method in class org.apache.catalina.ant.SessionsTask
Returns the minimum idle time in minutes for sessions to be included.
getIdle() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Returns the number of idle connections
getIdle() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
If the pool has not been created, it will be created during this call.
getIdle() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getIdle() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
Returns the number of idle connections in the pool.
getIdleDuration() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
 
getIdleDuration() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
Gets the amount of time that this object last spend in the idle state (it may still be idle in which case subsequent calls will return an increased value).
getIdleEvictDuration() - Method in class org.apache.tomcat.dbcp.pool2.impl.EvictionConfig
Gets the idleEvictTime for this eviction configuration instance.
getIdleEvictTime() - Method in class org.apache.tomcat.dbcp.pool2.impl.EvictionConfig
getIdleEvictTimeDuration() - Method in class org.apache.tomcat.dbcp.pool2.impl.EvictionConfig
getIdleSoftEvictDuration() - Method in class org.apache.tomcat.dbcp.pool2.impl.EvictionConfig
Gets the idleSoftEvictTime for this eviction configuration instance.
getIdleSoftEvictTime() - Method in class org.apache.tomcat.dbcp.pool2.impl.EvictionConfig
getIdleSoftEvictTimeDuration() - Method in class org.apache.tomcat.dbcp.pool2.impl.EvictionConfig
getIdleTime() - Method in class org.apache.catalina.manager.DummyProxySession
 
getIdleTime() - Method in interface org.apache.catalina.Session
Returns the idle time from last client access time.
getIdleTime() - Method in class org.apache.catalina.session.StandardSession
 
getIdleTime() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
 
getIdleTime() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
getIdleTimeInternal() - Method in class org.apache.catalina.manager.DummyProxySession
 
getIdleTimeInternal() - Method in interface org.apache.catalina.Session
Returns the idle time from last client access time without invalidation check.
getIdleTimeInternal() - Method in class org.apache.catalina.session.StandardSession
 
getIdleTimeMillis() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
 
getIdleTimeMillis() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
Deprecated.
Use PooledObject.getIdleTime() which offers the best precision.
getIds() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLSessionContext
 
getIf() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
Get the if condition property name.
getIf() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Get the if condition property name.
getIgnoreAnnotations() - Method in interface org.apache.catalina.Context
Determine if annotations parsing is currently disabled
getIgnoreAnnotations() - Method in class org.apache.catalina.core.StandardContext
Determine if annotations parsing is currently disabled
getIgnoreAnnotations() - Method in class org.apache.catalina.startup.FailedContext
 
getIgnoreCookieName() - Method in class org.apache.catalina.valves.LoadBalancerDrainingValve
Gets the name of the cookie that can be used to override the re-balancing behavior of this Valve when the current node is in the DISABLED activation state.
getIgnoreCookieValue() - Method in class org.apache.catalina.valves.LoadBalancerDrainingValve
Gets the expected value of the cookie that can be used to override the re-balancing behavior of this Valve when the current node is in the DISABLED activation state.
getImpact() - Method in class org.apache.tomcat.util.modeler.OperationInfo
Returns the "impact" of this operation, which should be a (case-insensitive) string value "ACTION", "ACTION_INFO", "INFO", or "UNKNOWN".
getImplementedCiphers() - Method in class org.apache.tomcat.util.net.jsse.JSSEUtil
 
getImplementedCiphers() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLUtil
 
getImplementedCiphers() - Method in class org.apache.tomcat.util.net.SSLUtilBase
Returns the set of implemented SSL/TLS ciphers.
getImplementedProtocols() - Method in class org.apache.tomcat.util.net.jsse.JSSEUtil
 
getImplementedProtocols() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLUtil
 
getImplementedProtocols() - Method in class org.apache.tomcat.util.net.SSLUtilBase
Returns the set of implemented SSL/TLS protocols.
getImportedKeys(String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getImportHandler() - Method in class org.apache.el.lang.EvaluationContext
 
getImports() - Method in class org.apache.jasper.compiler.Node.PageDirective
Returns the list of imported classes and packages.
getImports() - Method in class org.apache.jasper.compiler.Node.TagDirective
Returns the list of imported classes and packages for this tag directive.
getImports() - Method in class org.apache.jasper.compiler.PageInfo
Returns the list of imports for this page.
getInactiveTimeForSession(Session) - Static method in class org.apache.catalina.manager.util.SessionUtils
Returns the time in milliseconds since the session was last accessed.
getIncludeCoda() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
Returns the collection of include coda files.
getIncludeCoda() - Method in class org.apache.jasper.compiler.PageInfo
Returns the collection of include coda files.
getIncludeCodas() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
Returns the collection of include coda file paths.
getIncludeCodas() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
 
getIncludePrelude() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
Returns the collection of include prelude files.
getIncludePrelude() - Method in class org.apache.jasper.compiler.PageInfo
Returns the collection of include prelude files.
getIncludePreludes() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
Returns the collection of include prelude file paths.
getIncludePreludes() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
 
getInCounter(Member) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
Returns the incoming counter for a member, creating one if needed.
getIncremental() - Method in class org.apache.tomcat.util.http.parser.Priority
Returns the incremental flag.
getIndex() - Method in class org.apache.catalina.ssi.ExpressionTokenizer
Returns the current index in the expression.
getIndex() - Method in class org.apache.tomcat.util.bcel.classfile.SimpleElementValue
Returns the constant pool index of this element value.
getIndexInfo(String, String, String, boolean, boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getInfo() - Method in class org.apache.catalina.storeconfig.StoreFactoryBase
Returns descriptive information about this Factory implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.jasper.compiler.PageInfo
Returns the page info string.
getInfo() - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
Returns the description info.
getInfo() - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
Returns the description information.
getInfo() - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
Returns the description info.
getInitialContext(Hashtable) - Method in class org.apache.naming.java.javaURLContextFactory
Get a new (writable) initial context.
getInitialSize() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the initial size of the connection pool.
getInitialSize() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getInitialSize() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getInitialSize() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getInitialSize() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns the number of connections that will be established when the connection pool is started.
getInitialSize() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getInitialWindowSize() - Method in class org.apache.coyote.http2.Http2Protocol
Returns the initial window size advertised to the client.
getInitiatePingDisabled() - Method in class org.apache.coyote.http2.Http2Protocol
Returns whether periodic PING frames are disabled.
getInitParameter(String) - Method in class org.apache.catalina.core.ApplicationContext
 
getInitParameter(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getInitParameter(String) - Method in class org.apache.catalina.core.ApplicationFilterConfig
 
getInitParameter(String) - Method in class org.apache.catalina.core.ApplicationFilterRegistration
 
getInitParameter(String) - Method in class org.apache.catalina.core.ApplicationServletRegistration
 
getInitParameter(String) - Method in class org.apache.catalina.core.StandardWrapper
 
getInitParameter(String) - Method in class org.apache.catalina.core.StandardWrapperFacade
 
getInitParameter(String) - Method in class org.apache.catalina.valves.FilterValve
 
getInitParameter(String) - Method in class org.apache.jasper.servlet.JspCServletContext
 
getInitParameterNames() - Method in class org.apache.catalina.core.ApplicationContext
 
getInitParameterNames() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getInitParameterNames() - Method in class org.apache.catalina.core.ApplicationFilterConfig
 
getInitParameterNames() - Method in class org.apache.catalina.core.StandardWrapper
 
getInitParameterNames() - Method in class org.apache.catalina.core.StandardWrapperFacade
 
getInitParameterNames() - Method in class org.apache.catalina.valves.FilterValve
 
getInitParameterNames() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getInitParameters() - Method in class org.apache.catalina.core.ApplicationFilterRegistration
 
getInitParameters() - Method in class org.apache.catalina.core.ApplicationServletRegistration
 
getInitParams() - Method in class org.apache.tomcat.util.descriptor.tld.ValidatorXml
Returns the initialization parameters.
getInitSeedGenerator() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
Get the init seed generator flag.
getInitSQL() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getInitSQL() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getInitSQL() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
A custom query to be run when a connection is first created.
getInitSQL() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getInjectionTargets() - Method in interface org.apache.tomcat.util.descriptor.web.Injectable
Returns the list of injection targets.
getInjectionTargets() - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
 
getInnerClassName() - Method in class org.apache.jasper.compiler.Node
Returns the name of the inner class for this node.
getInnermostDelegate() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
If my underlying Connection is not a DelegatingConnection, returns it, otherwise recursively invokes this method on my delegate.
getInnermostDelegate() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
If my underlying ResultSet is not a DelegatingResultSet, returns it, otherwise recursively invokes this method on my delegate.
getInnermostDelegate() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
If my underlying ResultSet is not a DelegatingResultSet, returns it, otherwise recursively invokes this method on my delegate.
getInnermostDelegate() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
If my underlying Statement is not a DelegatingStatement, returns it, otherwise recursively invokes this method on my delegate.
getInnermostDelegate() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.ManagedConnection
 
getInnermostDelegateInternal() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
Although this method is public, it is part of the internal API and should not be used by clients.
getInPoolSize() - Method in interface org.apache.catalina.tribes.transport.nio.PooledParallelSenderMBean
Returns the number of senders currently available in the pool.
getInPoolSize() - Method in class org.apache.catalina.tribes.transport.PooledSender
Returns the number of senders currently available in the pool.
getInProgressAsyncCount() - Method in class org.apache.catalina.core.StandardContext
Returns the number of in-progress async requests.
getInputBuffer() - Method in class org.apache.coyote.Request
Return the input buffer.
getInputLineNumber(int) - Method in class org.apache.jasper.compiler.SmapStratum
Maps a generated Java file line number back to the original JSP source file and line number.
getInputSource(String, Jar, JspCompilationContext) - Static method in class org.apache.jasper.compiler.JspUtil
Gets an input source for the given file name.
getInputStream() - Method in class org.apache.catalina.connector.Request
 
getInputStream() - Method in class org.apache.catalina.connector.RequestFacade
 
getInputStream() - Method in class org.apache.catalina.core.ApplicationPart
 
getInputStream() - Method in interface org.apache.catalina.WebResource
Obtains an InputStream based on the contents of this resource.
getInputStream() - Method in class org.apache.catalina.webresources.AbstractResource
Gets the input stream for this resource.
getInputStream() - Method in class org.apache.catalina.webresources.CachedResource
 
getInputStream() - Method in class org.apache.catalina.webresources.EmptyResource
 
getInputStream() - Method in class org.apache.catalina.webresources.war.WarURLConnection
 
getInputStream() - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessorExternal
 
getInputStream() - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessorInternal
 
getInputStream() - Method in class org.apache.tomcat.util.file.ConfigurationSource.Resource
Returns the input stream for reading the resource content.
getInputStream() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Gets an InputStream that can be used to retrieve the contents of the file.
getInputStream() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Returns an InputStream that can be used to retrieve the contents of the file.
getInputStream() - Method in interface org.apache.tomcat.util.http.fileupload.RequestContext
Retrieve the input stream for the request.
getInputStream() - Method in class org.apache.tomcat.util.http.fileupload.servlet.ServletRequestContext
Retrieve the input stream for the request.
getInputStream(String) - Method in interface org.apache.tomcat.Jar
Obtain an InputStream for a given entry in a JAR.
getInputStream(String) - Method in class org.apache.tomcat.util.scan.AbstractInputStreamJar
 
getInputStream(String) - Method in class org.apache.tomcat.util.scan.JarFileUrlJar
 
getInputStream(String) - Method in class org.apache.tomcat.util.scan.ReferenceCountedJar
 
getInputStream(String, Jar, JspCompilationContext) - Static method in class org.apache.jasper.compiler.JspUtil
Gets an input stream for the given file name.
getInsecureRenegotiation() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns whether insecure renegotiation is allowed.
getInstalledAprVersion() - Static method in class org.apache.catalina.core.AprLifecycleListener
Get the installed APR version string, if available.
getInstalledExtensionNames() - Method in class org.apache.tomcat.websocket.TransformationFactory
Returns the names of all registered extensions.
getInstalledExtensions() - Method in class org.apache.tomcat.websocket.TransformationFactory
Returns all registered extensions.
getInstalledExtensions() - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
Get the installed extensions.
getInstalledOpenSslVersion() - Static method in class org.apache.catalina.core.AprLifecycleListener
Get the installed OpenSSL version string (via APR), if available.
getInstalledOpenSslVersion() - Static method in class org.apache.catalina.core.OpenSSLLifecycleListener
Get the installed OpenSSL version string (via FFM), if available.
getInstalledTcnVersion() - Static method in class org.apache.catalina.core.AprLifecycleListener
Get the installed Tomcat Native version string, if available.
getInstance() - Static method in class org.apache.catalina.webresources.TomcatURLStreamHandlerFactory
Obtain a reference to the singleton instance.
getInstance() - Static method in class org.apache.jasper.runtime.ProtectedFunctionMapper
Generated Servlet and Tag Handler implementations call this method to retrieve an instance of the ProtectedFunctionMapper.
getInstance() - Static method in class org.apache.tomcat.util.compat.JreCompat
Get the current JreCompat instance.
getInstance() - Static method in class org.apache.tomcat.websocket.BackgroundProcessManager
Returns the singleton instance of the BackgroundProcessManager.
getInstance() - Static method in class org.apache.tomcat.websocket.TransformationFactory
Returns the singleton TransformationFactory instance.
getInstance(ServletContext) - Static method in class org.apache.jasper.compiler.TldCache
Returns the TldCache instance for the given servlet context.
getInstance(ServletContext) - Static method in class org.apache.jasper.runtime.JspApplicationContextImpl
Returns the JspApplicationContextImpl singleton for the given ServletContext.
getInstance(File, boolean) - Static method in class org.apache.catalina.ha.deploy.FileMessageFactory
Creates a factory to read or write from a file.
getInstance(Class) - Method in class org.apache.juli.logging.LogFactory
Convenience method to derive a name from the specified class and call getInstance(String) with it.
getInstance(String) - Method in class org.apache.juli.logging.LogFactory
Construct (if necessary) and return a Log instance, using the factory's current set of configuration attributes.
getInstance(String) - Static method in class org.apache.tomcat.util.buf.CharsetHolder
Creates a CharsetHolder from the given charset name.
getInstance(String) - Static method in class org.apache.tomcat.util.net.SSLImplementation
Obtain an instance (not a singleton) of the implementation with the given class name.
getInstance(Charset) - Static method in class org.apache.tomcat.util.buf.CharsetHolder
Creates a CharsetHolder from the given Charset.
getInstance(InstanceManager) - Method in interface org.apache.tomcat.websocket.ClientEndpointHolder
Returns an instance of the endpoint using the given instance manager.
getInstance(InstanceManager) - Method in class org.apache.tomcat.websocket.EndpointClassHolder
 
getInstance(InstanceManager) - Method in class org.apache.tomcat.websocket.EndpointHolder
 
getInstance(InstanceManager) - Method in class org.apache.tomcat.websocket.PojoClassHolder
 
getInstance(InstanceManager) - Method in class org.apache.tomcat.websocket.PojoHolder
 
getInstanceKey() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Gets the instance key.
getInstanceManager() - Method in interface org.apache.catalina.Context
Returns the instance manager associated with this context.
getInstanceManager() - Method in class org.apache.catalina.core.StandardContext
 
getInstanceManager() - Method in class org.apache.catalina.startup.FailedContext
 
getInstanceManager() - Method in record class org.apache.coyote.UpgradeToken
Returns the instance manager for creating servlets and filters.
getInstanceManager() - Method in class org.apache.tomcat.websocket.WsSession
Returns the instance manager for this session.
getInstanceManager(ServletConfig) - Static method in class org.apache.jasper.runtime.InstanceManagerFactory
Get the InstanceManager from the given ServletConfig.
getInstanceManager(ClassLoader) - Method in class org.apache.tomcat.websocket.server.WsServerContainer
Returns the instance manager for the given class loader.
getInstanceManager(ClassLoader) - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
Returns the instance manager for the given class loader.
getInt() - Method in class org.apache.coyote.ajp.AjpMessage
Read an integer from packet, and advance the read position past it.
getInt(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getInt(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getInt(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getInt(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getInterceptor() - Method in interface org.apache.catalina.tribes.ChannelInterceptor.InterceptorEvent
Returns the interceptor that fired the event.
getInterceptor() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
 
getInterceptorClass() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinition
Returns the interceptor class, loading it if necessary.
getInterceptors() - Method in class org.apache.catalina.tribes.group.GroupChannel
 
getInterceptors() - Method in interface org.apache.catalina.tribes.ManagedChannel
Returns the interceptor stack
getInterestOps() - Method in class org.apache.tomcat.util.net.NioEndpoint.PollerEvent
Returns the interest operations.
getInterface() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
Returns the JAX-WS Service interface class name.
getInterfaceNames() - Method in class org.apache.catalina.startup.ContextConfig.JavaClassCacheEntry
Returns the names of the implemented interfaces.
getInterfaceNames() - Method in class org.apache.tomcat.util.bcel.classfile.JavaClass
Get the names of the interfaces implemented by this class.
getIntermediateHandler() - Method in class org.apache.tomcat.websocket.MessagePart
Get the intermediate handler.
getInternal(Object) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Gets the internal map entry for a key.
getInternal(String) - Method in class org.apache.el.util.MessageFactory
Get a message from the bundle.
getInternal(String, Object...) - Method in class org.apache.el.util.MessageFactory
Get a message from the bundle with arguments.
getInternalid() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
Get the internal ID.
getInternalPath() - Method in class org.apache.catalina.webresources.AbstractResourceSet
Gets the internal path.
getInternalProxies() - Method in class org.apache.catalina.filters.RemoteIpFilter
Deprecated.
The implementation of this method will be replaced with the implementation of RemoteIpFilter.getInternalProxiesAsString() in Tomcat 12 onwards with the return type changing to String
getInternalProxies() - Method in class org.apache.catalina.valves.RemoteIpValve
Obtain the currently configured internal proxies.
getInternalProxiesAsString() - Method in class org.apache.catalina.filters.RemoteIpFilter
Deprecated.
This method will be renamed to getInternalProxies() as of Tomcat 12
getInternalUpgradeHandler(SocketWrapperBase, Adapter, Request) - Method in class org.apache.coyote.http2.Http2Protocol
 
getInternalUpgradeHandler(SocketWrapperBase, Adapter, Request) - Method in interface org.apache.coyote.UpgradeProtocol
Returns an instance of the HTTP upgrade handler for this protocol.
getInterruptedThreadsCount() - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
Returns the total number of threads that have been interrupted due to being stuck.
getInterruptible() - Method in class org.apache.catalina.valves.SemaphoreValve
Return whether the valve blocks interruptibly.
getInterruptThreadThreshold() - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
Returns the threshold in seconds before stuck threads are interrupted.
getInterval() - Method in class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
 
getInterval() - Method in interface org.apache.catalina.tribes.group.interceptors.GzipInterceptorMBean
Returns the number of messages between statistics reports being written to the log.
getInterval() - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
 
getInterval() - Method in interface org.apache.catalina.tribes.group.interceptors.TcpPingInterceptorMBean
Returns the ping interval in milliseconds.
getInterval() - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
 
getInterval() - Method in interface org.apache.catalina.tribes.group.interceptors.ThroughputInterceptorMBean
Returns the reporting interval in milliseconds.
getIntHeader(String) - Method in class org.apache.catalina.connector.Request
 
getIntHeader(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getIntHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getInUsePoolSize() - Method in interface org.apache.catalina.tribes.transport.nio.PooledParallelSenderMBean
Returns the number of senders currently in use.
getInUsePoolSize() - Method in class org.apache.catalina.tribes.transport.PooledSender
Returns the number of senders currently in use.
getInvalidatedSessions() - Method in interface org.apache.catalina.ha.ClusterManager
When the manager expires session not tied to a request.
getInvalidatedSessions() - Method in class org.apache.catalina.ha.session.BackupManager
 
getInvalidatedSessions() - Method in class org.apache.catalina.ha.session.DeltaManager
 
getInvalidAuthenticationWhenDeny() - Method in class org.apache.catalina.valves.RequestFilterValve
Return whether a denied request is handled by setting an invalid authentication header.
getInvoke(String, Object[], String[], BaseModelMBean, Object) - Method in class org.apache.tomcat.util.modeler.ManagedBean
Get the method to invoke for the given operation.
getIOChannel() - Method in class org.apache.tomcat.util.net.Nio2Channel
 
getIOChannel() - Method in class org.apache.tomcat.util.net.NioChannel
Returns the underlying socket channel.
getIpv6Canonical() - Method in class org.apache.catalina.valves.AbstractAccessLogValve
Returns the ipv6 canonical flag.
getIsELIgnored() - Method in class org.apache.jasper.compiler.PageInfo
Returns the isELIgnored attribute value.
getIsErrorPage() - Method in class org.apache.jasper.compiler.PageInfo
Returns the isErrorPage attribute value.
getIsXml() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
Returns whether the pages in this group are XML.
getIsXml() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
 
getItem() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ExchangeCountDownLatch
Returns the exchanged item.
getItem() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ExchangeCountDownLatch
Get the item.
getItemIterator(RequestContext) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Processes an RFC 1867 compliant multipart/form-data stream.
getIterations() - Method in class org.apache.catalina.realm.DigestCredentialHandlerBase
Get the number of iterations of the associated algorithm that will be used when creating a new stored credential for a given input credential.
getIteratorAndClearDispatches() - Method in class org.apache.coyote.AbstractProcessorLight
Returns an iterator over the dispatches and clears the set.
getJ2EEApplication() - Method in class org.apache.catalina.core.StandardContext
Returns the J2EE Application ObjectName this module belongs to.
getJ2EEServer() - Method in class org.apache.catalina.core.StandardContext
Returns the J2EE Server ObjectName this module is deployed on.
getJakartaConverter() - Method in class org.apache.catalina.loader.WebappLoader
Returns the Jakarta converter profile name.
getJarEntryURL(URL, String) - Static method in class org.apache.tomcat.util.scan.JarFactory
Get a JAR entry URL for the given base URL and entry name.
getJarFileURL() - Method in interface org.apache.tomcat.Jar
Returns the URL for accessing the JAR file.
getJarFileURL() - Method in class org.apache.tomcat.util.scan.AbstractInputStreamJar
 
getJarFileURL() - Method in class org.apache.tomcat.util.scan.JarFileUrlJar
 
getJarFileURL() - Method in class org.apache.tomcat.util.scan.ReferenceCountedJar
 
getJarInputStreamWrapper() - Method in class org.apache.catalina.webresources.AbstractArchiveResource
Returns a wrapper for the input stream of this resource.
getJarInputStreamWrapper() - Method in class org.apache.catalina.webresources.AbstractSingleArchiveResource
Gets the JAR input stream wrapper for this resource.
getJarInputStreamWrapper() - Method in class org.apache.catalina.webresources.JarWarResource
 
getJarName() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the JAR name for this web fragment.
getJarResources() - Method in interface org.apache.catalina.WebResourceRoot
Returns the array of WebResourceSet configured to this web application as a 'Jar' resource.
getJarResources() - Method in class org.apache.catalina.webresources.StandardRoot
 
getJarScanFilter() - Method in interface org.apache.tomcat.JarScanner
Get the JAR scan filter currently in use.
getJarScanFilter() - Method in class org.apache.tomcat.util.scan.StandardJarScanner
 
getJarScanner() - Method in interface org.apache.catalina.Context
Get the Jar Scanner to be used to scan for JAR resources for this context.
getJarScanner() - Method in class org.apache.catalina.core.StandardContext
 
getJarScanner() - Method in class org.apache.catalina.startup.FailedContext
 
getJarScanner(ServletContext) - Static method in class org.apache.jasper.compiler.JarScannerFactory
Obtain the JarScanner associated with the specified ServletContext.
getJaspicCallbackHandlerClass() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the JASPIC callback handler class name
getJavaEncoding() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getJavaEncoding() - Method in class org.apache.jasper.JspC
Returns the encoding to use for java files.
getJavaEncoding() - Method in interface org.apache.jasper.Options
Returns the Java platform character encoding used when generating the JSP page servlet source.
getJavaFileName() - Method in class org.apache.jasper.compiler.JavacErrorDetail
Gets the name of the Java source file in which the compilation error occurred.
getJavaLine() - Method in class org.apache.jasper.compiler.ServletWriter
Returns the current Java line number.
getJavaLineNumber() - Method in class org.apache.jasper.compiler.JavacErrorDetail
Gets the compilation error line number.
getJavaName() - Method in enum class org.apache.catalina.authenticator.DigestAuthenticator.AuthDigest
Get the Java standard name for this digest algorithm.
getJavaPath() - Method in class org.apache.jasper.JspCompilationContext
Returns the path of the Java file relative to the work directory.
getJavaseClassLoader() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Returns the Java SE class loader.
getJaxrpcmappingfile() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
Returns the JAX-RPC mapping file.
getJdbcInterceptors() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getJdbcInterceptors() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getJdbcInterceptors() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
A semicolon separated list of classnames extending JdbcInterceptor class.
getJdbcInterceptors() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getJdbcInterceptorsAsArray() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getJdbcInterceptorsAsArray() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getJdbcInterceptorsAsArray() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns the PoolConfiguration.getJdbcInterceptors() as an array of objects with properties and the classes.
getJdbcInterceptorsAsArray() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getJDBCMajorVersion() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getJDBCMinorVersion() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getJkHomeBase(String, File) - Method in class org.apache.catalina.storeconfig.ConnectorStoreAppender
Returns the canonical JK home base directory.
getJMXConnection() - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
Get JMXConnection (default look at jmx.server project reference from jmxOpen Task).
getJMXConnection() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
get JMXConnection
getJmxDomain() - Method in class org.apache.catalina.tribes.group.GroupChannel
 
getJmxDomain() - Method in interface org.apache.catalina.tribes.JmxChannel
Return the jmx domain which this channel is registered.
getJmxEnabled() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Gets the value of the flag that determines if JMX will be enabled for pools created with this configuration instance.
getJmxName() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the JMX name that has been requested for this DataSource.
getJmxName() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets the name under which the pool has been registered with the platform MBean server or null if the pool has not been registered.
getJmxName() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Returns the JMX ObjectName of this MBean.
getJmxNameBase() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Gets the value of the JMX name base that will be used as part of the name assigned to JMX enabled pools created with this configuration instance.
getJmxNamePrefix() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Gets the value of the JMX name prefix that will be used as part of the name assigned to JMX enabled pools created with this configuration instance.
getJmxPool() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Return the object that is potentially registered in JMX for notifications
getJmxPrefix() - Method in class org.apache.catalina.tribes.group.GroupChannel
 
getJmxPrefix() - Method in interface org.apache.catalina.tribes.JmxChannel
Return the jmx prefix which will be used with channel ObjectName.
getJndiEnvironment(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Gets the value of jndiEnvironment which is used when instantiating a JNDI InitialContext.
getJndiExceptionOnFailedWrite() - Method in class org.apache.catalina.core.StandardContext
Return whether an attempt to modify the JNDI context will trigger an exception or if the request will be ignored.
getJspApplicationContext(ServletContext) - Method in class org.apache.jasper.runtime.JspFactoryImpl
 
getJspAttributes() - Method in class org.apache.jasper.compiler.Node.CustomTag
Returns the JSP attributes for this custom tag.
getJspAttributes() - Method in class org.apache.jasper.compiler.Node.JspElement
Returns the JSP attributes of this element.
getJspAttributes() - Method in class org.apache.jasper.compiler.Node.UninterpretedTag
Returns the JSP attributes of this uninterpreted tag.
getJspBeginLineNumber() - Method in class org.apache.jasper.compiler.JavacErrorDetail
Gets the start line number (in the JSP file) of the JSP element responsible for the compilation error.
getJspCompilationContext() - Method in class org.apache.jasper.compiler.ParserController
Returns the JSP compilation context associated with this parser controller.
getJspConfig() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getJspConfig() - Method in class org.apache.jasper.JspC
 
getJspConfig() - Method in interface org.apache.jasper.Options
Returns the JSP configuration information as specified in the web.xml deployment descriptor.
getJspConfigDescriptor() - Method in interface org.apache.catalina.Context
Returns the JSP configuration for this context.
getJspConfigDescriptor() - Method in class org.apache.catalina.core.ApplicationContext
 
getJspConfigDescriptor() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getJspConfigDescriptor() - Method in class org.apache.catalina.core.StandardContext
 
getJspConfigDescriptor() - Method in class org.apache.catalina.startup.FailedContext
 
getJspConfigDescriptor() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getJspConfigDescriptor() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the JSP configuration descriptor.
getJspConfigPageEncoding() - Method in class org.apache.jasper.compiler.Node.Root
Gets the encoding specified in the JSP config element whose URL pattern matches the page containing this Root.
getJspContext() - Method in class org.apache.jasper.runtime.JspFragmentHelper
 
getJspCount() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Returns the number of JSPs for which JspServletWrappers exist, i.e., the number of JSPs that have been loaded into the webapp.
getJspCount() - Method in class org.apache.jasper.servlet.JspServlet
Returns the number of JSPs for which JspServletWrappers exist, i.e., the number of JSPs that have been loaded into the webapp with which this JspServlet is associated.
getJspEngineContext() - Method in class org.apache.jasper.servlet.JspServletWrapper
Returns the JSP compilation context.
getJspExtract() - Method in class org.apache.jasper.compiler.JavacErrorDetail
Gets the extract of the JSP that corresponds to this message.
getJspFile() - Method in class org.apache.jasper.compiler.PageInfo
Returns the JSP file path.
getJspFile() - Method in class org.apache.jasper.JspCompilationContext
Path of the JSP URI.
getJspFile() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
Returns the name of the JSP file to which this servlet definition applies.
getJspFileName() - Method in class org.apache.jasper.compiler.JavacErrorDetail
Gets the name of the JSP file from which the Java source file was generated.
getJspIdleTimeout() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getJspIdleTimeout() - Method in class org.apache.jasper.JspC
 
getJspIdleTimeout() - Method in interface org.apache.jasper.Options
Returns the idle timeout for JSP unloading.
getJspLoader() - Method in class org.apache.jasper.JspCompilationContext
Returns the JSP-specific class loader, creating it if necessary.
getJspPrecompilationQueryParameter() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getJspPrecompilationQueryParameter() - Method in interface org.apache.jasper.Options
Returns the query parameter name that triggers JSP pre-compilation.
getJspProperty() - Method in class org.apache.jasper.compiler.JspConfig.JspPropertyGroup
Returns the JSP property configuration for this property group.
getJspPropertyGroups() - Method in class org.apache.tomcat.util.descriptor.web.JspConfigDescriptorImpl
 
getJspPropertyGroups() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the JSP property groups.
getJspQueueLength() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Gets the number of JSPs that are in the JSP limiter queue
getJspQueueLength() - Method in class org.apache.jasper.servlet.JspServlet
Gets the number of JSPs that are in the JSP limiter queue
getJspReloadCount() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Gets the current value of the JSP reload counter.
getJspReloadCount() - Method in class org.apache.jasper.servlet.JspServlet
Gets the number of JSPs that have been reloaded.
getJspServletBase() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getJspServletBase() - Method in interface org.apache.jasper.Options
Returns the default base class for generated JSP servlets.
getJspUnloadCount() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Gets the number of JSPs that have been unloaded.
getJspUnloadCount() - Method in class org.apache.jasper.servlet.JspServlet
Gets the number of JSPs that have been unloaded.
getJspUri() - Method in class org.apache.jasper.servlet.JspServletWrapper
Returns the JSP URI.
getJspVersion() - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
Returns the JSP version requirement.
getJsseCipherNames() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Obtain the list of JSSE cipher names for the current configuration.
getJsseNames() - Method in enum class org.apache.tomcat.util.net.openssl.ciphers.Cipher
Returns the JSSE names.
getJvmRoute() - Method in class org.apache.catalina.core.StandardEngine
 
getJvmRoute() - Method in interface org.apache.catalina.Engine
Returns the JvmRouteId for this engine.
getJvmRoute() - Method in class org.apache.catalina.session.ManagerBase
Retrieve the JvmRoute for the enclosing Engine.
getJvmRoute() - Method in interface org.apache.catalina.SessionIdGenerator
Returns the node identifier associated with this node which will be included in the generated session ID.
getJvmRoute() - Method in class org.apache.catalina.util.SessionIdGeneratorBase
 
getKeepAliveCount() - Method in class org.apache.catalina.tribes.transport.AbstractSender
Returns the maximum number of requests before disconnecting for keepalive.
getKeepAliveCount() - Method in interface org.apache.catalina.tribes.transport.nio.PooledParallelSenderMBean
Returns the number of keep-alive messages before a connection check.
getKeepAliveCount() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
Number of keep-alive sockets.
getKeepAliveCount() - Method in class org.apache.tomcat.util.net.NioEndpoint
Number of keep-alive sockets.
getKeepAliveTime() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
getKeepAliveTime() - Method in interface org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptorMBean
Get the keep alive time.
getKeepAliveTime() - Method in class org.apache.catalina.tribes.transport.AbstractSender
Returns the maximum time in milliseconds before disconnecting for keepalive.
getKeepAliveTime() - Method in interface org.apache.catalina.tribes.transport.nio.PooledParallelSenderMBean
Returns the keep-alive interval in milliseconds.
getKeepAliveTime(TimeUnit) - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Returns the thread keep-alive time, which is the amount of time that threads may remain idle before being terminated.
getKeepAliveTimeout() - Method in class org.apache.coyote.AbstractProtocol
The time Tomcat will wait for a subsequent request before closing the connection.
getKeepAliveTimeout() - Method in class org.apache.coyote.http2.Http2Protocol
Returns the keep-alive timeout in milliseconds.
getKeepAliveTimeout() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get the keepalive timeout.
getKeepGenerated() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getKeepGenerated() - Method in class org.apache.jasper.JspC
In JspC this always returns true.
getKeepGenerated() - Method in interface org.apache.jasper.Options
Returns whether the generated Java source files should be kept after compilation.
getKey() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Get the private key used for nonce generation.
getKey() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
Gets the key for this entry.
getKey() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
Gets the key for this message.
getKeyCount() - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
Returns the number of registered keys.
getKeyData() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
Gets the serialized key data.
getKeyLength() - Method in class org.apache.catalina.realm.SecretKeyCredentialHandler
Returns the key length.
getKeyManagerAlgorithm() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns the key manager algorithm.
getKeyManagers() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLUtil
 
getKeyManagers() - Method in interface org.apache.tomcat.util.net.SSLUtil
Returns the key managers.
getKeyManagers() - Method in class org.apache.tomcat.util.net.SSLUtilBase
 
getKeyPrefix() - Method in class org.apache.catalina.core.PropertiesRoleMappingListener
Gets the prefix to filter from property keys.
getKeys() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
Gets a copy of the pool key list.
getKeys() - Method in interface org.apache.tomcat.dbcp.pool2.KeyedObjectPool
Gets a copy of the pool key list.
getKeySize() - Method in class org.apache.tomcat.util.net.jsse.JSSESupport
Get the key size.
getKeySize() - Method in interface org.apache.tomcat.util.net.SSLSupport
Get the key size.
getKeyType() - Method in enum class org.apache.tomcat.util.net.SSLHostConfigCertificate.Type
Returns the key type for this certificate type.
getKx() - Method in enum class org.apache.tomcat.util.net.openssl.ciphers.Cipher
Returns the key exchange algorithm.
getLambdaArgument(String) - Method in class org.apache.el.lang.EvaluationContext
 
getLambdaExpressionNestedState() - Method in class org.apache.el.lang.EvaluationContext
Returns the lambda expression nested state, if this context or its wrapped context is associated with a nested lambda expression.
getLandingPage() - Method in class org.apache.catalina.authenticator.FormAuthenticator
Return the landing page to use when FORM auth is mis-used.
getLanguage(boolean) - Method in class org.apache.jasper.compiler.PageInfo
Returns the language attribute value.
getLargeIcon() - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
Returns the large icon path.
getLargeIcon() - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
Returns the large icon path.
getLargeIcon() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
Returns the large icon for this WebService.
getLargeIcon() - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
Returns the large icon associated with this filter.
getLargeIcon() - Method in class org.apache.tomcat.util.descriptor.web.MessageDestination
Get the large icon.
getLargeIcon() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
Returns the large icon associated with this servlet.
getLargeMaxRows() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
getLargestPoolSize() - Method in class org.apache.catalina.core.StandardThreadExecutor
Return the largest number of threads that have ever simultaneously been in the pool.
getLargestPoolSize() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Returns the largest number of threads that have ever simultaneously been in the pool.
getLargeUpdateCount() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
getLastAccess() - Method in class org.apache.catalina.tribes.io.ObjectReader
Returns the timestamp of the last access.
getLastAccessedTime() - Method in class org.apache.catalina.manager.DummyProxySession
 
getLastAccessedTime() - Method in interface org.apache.catalina.Session
Returns the last time the client sent a request associated with this session, as the number of milliseconds since midnight, January 1, 1970 GMT.
getLastAccessedTime() - Method in class org.apache.catalina.session.StandardSession
 
getLastAccessedTime() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getLastAccessedTime(String) - Method in class org.apache.catalina.session.ManagerBase
Get the last access time for the given session as a formatted string.
getLastAccessedTimeInternal() - Method in class org.apache.catalina.manager.DummyProxySession
 
getLastAccessedTimeInternal() - Method in interface org.apache.catalina.Session
Returns the last client access time without invalidation check.
getLastAccessedTimeInternal() - Method in class org.apache.catalina.session.StandardSession
 
getLastAccessedTimestamp(String) - Method in class org.apache.catalina.session.ManagerBase
Get the timestamp of the last access for the given session.
getLastBorrowInstant() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
 
getLastBorrowInstant() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
Gets the time the wrapped object was last borrowed.
getLastBorrowTime() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
 
getLastBorrowTime() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObjectInfo
 
getLastBorrowTime() - Method in interface org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObjectInfoMBean
Gets the time (using the same basis as Clock.instant()) the polled object was last borrowed.
getLastBorrowTime() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
Deprecated.
Use PooledObject.getLastBorrowInstant() which offers the best precision.
getLastBorrowTimeFormatted() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObjectInfo
 
getLastBorrowTimeFormatted() - Method in interface org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObjectInfoMBean
Gets the time that pooled object was last borrowed.
getLastBorrowTrace() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObjectInfo
 
getLastBorrowTrace() - Method in interface org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObjectInfoMBean
Gets the stack trace recorded when the pooled object was last borrowed.
getLastCnt() - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
 
getLastCnt() - Method in interface org.apache.catalina.tribes.group.interceptors.ThroughputInterceptorMBean
Returns the last message count.
getLastConnected() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Returns the timestamp of when the connection was last connected to the database. ie, a successful call to Driver.connect(String, java.util.Properties).
getLastConnected() - Method in interface org.apache.tomcat.jdbc.pool.PooledConnectionMBean
Returns the timestamp of the last successful connection.
getLastErrorNumber() - Static method in class org.apache.tomcat.jni.SSL
Get the error number representing the last error OpenSSL encountered on this thread.
getLastFailureTime() - Method in class org.apache.catalina.realm.LockOutRealm.LockRecord
Get the time of the last failure.
getLastJspQueueUpdate() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Returns the last time the update background task has run.
getLastModificationTest() - Method in class org.apache.jasper.servlet.JspServletWrapper
Returns the timestamp of the last modification test.
getLastModified() - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
Returns the value of the last-modified header field.
getLastModified() - Method in interface org.apache.catalina.WebResource
Returns the last modified time.
getLastModified() - Method in class org.apache.catalina.webresources.AbstractArchiveResource
 
getLastModified() - Method in class org.apache.catalina.webresources.CachedResource
 
getLastModified() - Method in class org.apache.catalina.webresources.EmptyResource
 
getLastModified() - Method in class org.apache.catalina.webresources.FileResource
 
getLastModified() - Method in class org.apache.catalina.webresources.JarResourceRoot
 
getLastModified() - Method in class org.apache.catalina.webresources.war.WarURLConnection
 
getLastModified() - Method in interface org.apache.tomcat.Jar
Obtain the last modified time for the JAR.
getLastModified() - Method in class org.apache.tomcat.util.file.ConfigurationSource.Resource
Returns the last modified time of the resource in milliseconds since the epoch.
getLastModified(String) - Method in class org.apache.jasper.JspCompilationContext
Returns the last modified time of the given resource using the default tag JAR.
getLastModified(String) - Method in interface org.apache.tomcat.Jar
Obtain the last modified time for the given resource in the JAR.
getLastModified(String) - Method in class org.apache.tomcat.util.scan.AbstractInputStreamJar
 
getLastModified(String) - Method in class org.apache.tomcat.util.scan.JarFileUrlJar
 
getLastModified(String) - Method in class org.apache.tomcat.util.scan.ReferenceCountedJar
 
getLastModified(String, Jar) - Method in class org.apache.jasper.JspCompilationContext
Returns the last modified time of the given resource.
getLastModifiedHeader() - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
Returns the Last-Modified header value as a timestamp.
getLastModifiedHttp() - Method in interface org.apache.catalina.WebResource
Returns the last modified time in HTTP format.
getLastModifiedHttp() - Method in class org.apache.catalina.webresources.AbstractResource
Gets the last modified date as an HTTP date string.
getLastModifiedHttp() - Method in class org.apache.catalina.webresources.CachedResource
 
getLastModifiedHttp() - Method in class org.apache.catalina.webresources.EmptyResource
 
getLastRead() - Method in class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper
Returns the last read timestamp.
getLastRequestProcessingTime() - Method in class org.apache.coyote.RequestInfo
Return the processing time of the last request.
getLastReturnInstant() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
 
getLastReturnInstant() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
Gets the time the wrapped object was last borrowed.
getLastReturnTime() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
 
getLastReturnTime() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObjectInfo
 
getLastReturnTime() - Method in interface org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObjectInfoMBean
Gets the time (using the same basis as Clock.instant())the wrapped object was last returned.
getLastReturnTime() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
Deprecated.
Use PooledObject.getLastReturnInstant() which offers the best precision.
getLastReturnTimeFormatted() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObjectInfo
 
getLastReturnTimeFormatted() - Method in interface org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObjectInfoMBean
Gets the time that pooled object was last returned.
getLastSendTime() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Return the last send time.
getLastServicedRequest() - Static method in class org.apache.catalina.core.ApplicationFilterChain
The last request passed to a servlet for servicing from the current thread.
getLastServicedResponse() - Static method in class org.apache.catalina.core.ApplicationFilterChain
The last response passed to a servlet for servicing from the current thread.
getLastTimeReplicated() - Method in class org.apache.catalina.ha.session.DeltaSession
 
getLastTimeReplicated() - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
Returns the last replicate time.
getLastUsageTime() - Method in class org.apache.jasper.servlet.JspServletWrapper
Returns the timestamp of the last usage.
getLastUsed() - Method in class org.apache.tomcat.dbcp.dbcp2.AbandonedTrace
Deprecated.
getLastUsed() - Method in interface org.apache.tomcat.dbcp.pool2.TrackedUse
Deprecated.
Use TrackedUse.getLastUsedInstant() which offers the best precision.
getLastUsedInstant() - Method in class org.apache.tomcat.dbcp.dbcp2.AbandonedTrace
 
getLastUsedInstant() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
Gets an estimate of the last time this object was used.
getLastUsedInstant() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
Gets an estimate of the last time this object was used.
getLastUsedInstant() - Method in interface org.apache.tomcat.dbcp.pool2.TrackedUse
Gets the last Instant this object was used.
getLastUsedTime() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
Gets an estimate of the last time this object was used.
getLastUsedTime() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
Deprecated.
Use PooledObject.getLastUsedInstant() which offers the best precision.
getLastValidated() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Returns the timestamp of the last successful validation query execution.
getLastValidated() - Method in interface org.apache.tomcat.jdbc.pool.PooledConnectionMBean
Returns the timestamp of the last successful validation.
getLastWrite() - Method in class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper
Returns the last write timestamp.
getLayer() - Method in class org.apache.catalina.authenticator.jaspic.PersistentProviderRegistrations.Provider
Returns the layer of the provider.
getLbForceSession() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
Get the lbForceSession flag.
getLbRecovertime() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
Get the lbRecovertime value.
getLbRetries() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
Get the lbRetries value.
getLbStickySession() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
Get the lbStickySession flag.
getLeader() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
Returns the leader member.
getLeftoverInput() - Method in class org.apache.coyote.AbstractProcessor
Allows retrieving additional input during the upgrade process.
getLeftoverInput() - Method in class org.apache.coyote.http11.Http11Processor
 
getLeftoverInput() - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessorBase
 
getLeftoverInput() - Method in interface org.apache.coyote.Processor
Allows retrieving additional input during the upgrade process.
getLegacyAppBase() - Method in class org.apache.catalina.core.StandardHost
 
getLegacyAppBase() - Method in interface org.apache.catalina.Host
Get the legacy (Java EE) application root for this Host.
getLegacyAppBaseFile() - Method in class org.apache.catalina.core.StandardHost
 
getLegacyAppBaseFile() - Method in interface org.apache.catalina.Host
Get an absolute File for the legacy (Java EE) appBase of this Host.
getLen() - Method in class org.apache.coyote.ajp.AjpMessage
Return the current message length.
getLength() - Method in class org.apache.catalina.tribes.io.XByteBuffer
Returns the current length of the data in the buffer.
getLength() - Method in class org.apache.coyote.http2.HPackHuffman.HuffmanCode
Returns the code length in bits.
getLength() - Method in class org.apache.tomcat.util.buf.AbstractChunk
Returns the length of the data in the buffer.
getLength() - Method in class org.apache.tomcat.util.buf.MessageBytes
Returns the length of the original buffer.
getLength() - Method in class org.apache.tomcat.util.http.parser.ContentRange
Returns the total length of the resource.
getLevel() - Method in enum class org.apache.tomcat.util.net.openssl.ciphers.Cipher
Returns the encryption strength level.
getLibraryName() - Method in class org.apache.catalina.core.JniLifecycleListener
Get the name of the library to load.
getLibraryNames() - Method in exception class org.apache.tomcat.jni.LibraryNotFoundError
Returns the names of the libraries that failed to load.
getLibraryPath() - Method in class org.apache.catalina.core.JniLifecycleListener
Get the path of the library to load.
getLifecycle() - Method in class org.apache.catalina.LifecycleEvent
Returns the Lifecycle on which this event occurred.
getLifecycleEvent() - Method in enum class org.apache.catalina.LifecycleState
Returns the lifecycle event associated with this state.
getLifo() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the LIFO property.
getLifo() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getLifo() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets whether the pool has LIFO (last in, first out) behavior with respect to idle objects - always returning the most recently used object from the pool, or as a FIFO (first in, first out) queue, where the pool always returns the oldest object in the idle object pool.
getLifo() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Gets the value for the lifo configuration attribute for pools created with this configuration instance.
getLifo() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getLifo() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
getLimit() - Method in class org.apache.tomcat.util.buf.AbstractChunk
Returns the maximum amount of data in the buffer.
getLimit() - Method in class org.apache.tomcat.util.collections.ConcurrentLruCache
Returns the current maximum number of entries allowed in the cache.
getLimit() - Method in exception class org.apache.tomcat.util.http.fileupload.impl.FileCountLimitExceededException
Retrieves the limit that was exceeded.
getLimit() - Method in class org.apache.tomcat.util.threads.LimitLatch
Obtain the current limit.
getLimitInternal() - Method in class org.apache.tomcat.util.buf.AbstractChunk
Returns the internal limit for the buffer.
getLineNumber() - Method in class org.apache.jasper.compiler.Mark
Get the line number.
getLink() - Method in class org.apache.tomcat.util.descriptor.web.ContextEjb
Returns the link to a Jakarta EE EJB definition.
getLink() - Method in class org.apache.tomcat.util.descriptor.web.ContextLocalEjb
Returns the link to a Jakarta EE EJB definition.
getLink() - Method in class org.apache.tomcat.util.descriptor.web.MessageDestinationRef
Get the link.
getLink() - Method in class org.apache.tomcat.util.descriptor.web.SecurityRoleRef
Get the role link.
getLinked(Reference) - Method in class org.apache.naming.factory.EjbFactory
 
getLinked(Reference) - Method in class org.apache.naming.factory.FactoryBase
If this reference is a link to another JNDI object, obtain that object.
getLinked(Reference) - Method in class org.apache.naming.factory.ResourceEnvFactory
 
getLinked(Reference) - Method in class org.apache.naming.factory.ResourceFactory
 
getLinked(Reference) - Method in class org.apache.naming.factory.TransactionFactory
 
getListener() - Method in class org.apache.catalina.core.AsyncListenerWrapper
Returns the wrapped async listener.
getListener() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns the message listener for this receiver.
getListeners() - Method in class org.apache.jasper.servlet.TldScanner
Returns a list of all listeners declared by scanned TLDs.
getListeners() - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
Returns the list of listener class names.
getListeners() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the listener class names.
getLoader() - Method in interface org.apache.catalina.Context
Returns the Loader with which this Context is associated.
getLoader() - Method in class org.apache.catalina.core.StandardContext
 
getLoader() - Method in class org.apache.catalina.startup.FailedContext
 
getLoaderClass() - Method in class org.apache.catalina.loader.WebappLoader
Returns the ClassLoader class name.
getLoaderRepositories() - Method in class org.apache.catalina.loader.WebappLoader
Returns the loader repositories as an array of URLs.
getLoaderRepositoriesString() - Method in class org.apache.catalina.loader.WebappLoader
Returns the loader repositories as a colon-separated string.
getLoadOnStartup() - Method in class org.apache.catalina.core.StandardWrapper
 
getLoadOnStartup() - Method in interface org.apache.catalina.Wrapper
Returns the load-on-startup order value (negative value means load on first call).
getLoadOnStartup() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
Returns the load-on-startup order for this servlet.
getLoadOnStartupString() - Method in class org.apache.catalina.core.StandardWrapper
Returns the load-on-startup value that was parsed.
getLoadTime() - Method in class org.apache.catalina.core.StandardWrapper
Returns the time taken to load the servlet.
getLocal() - Method in class org.apache.tomcat.util.descriptor.web.ContextLocalEjb
Returns the name of the EJB local implementation class.
getLocal() - Method in class org.apache.tomcat.websocket.WsSession
Returns the local endpoint for this session.
getLocalAddr() - Method in class org.apache.catalina.connector.Request
 
getLocalAddr() - Method in class org.apache.catalina.connector.RequestFacade
 
getLocalAddr() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Returns the local IP address.
getLocalAddress() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Obtain the network address the server socket is bound to.
getLocalAddress() - Method in class org.apache.tomcat.util.net.AbstractNetworkChannelEndpoint
 
getLocalAddress() - Method in interface org.apache.tomcat.websocket.AsyncChannelWrapper
Returns the local address to which the channel is bound.
getLocalAddress() - Method in class org.apache.tomcat.websocket.AsyncChannelWrapperNonSecure
 
getLocalAddress() - Method in class org.apache.tomcat.websocket.AsyncChannelWrapperSecure
 
getLocalCertificateChain() - Method in class org.apache.tomcat.util.net.jsse.JSSESupport
 
getLocalCertificateChain() - Method in interface org.apache.tomcat.util.net.SSLSupport
The server certificate chain (if any) that were sent to the peer.
getLocalDataSource() - Method in class org.apache.catalina.realm.DataSourceRealm
Return whether the datasource will be looked up in the webapp JNDI Context.
getLocalDataSource() - Method in class org.apache.catalina.session.DataSourceStore
Return whether the datasource will be looked up in the webapp JNDI Context.
getLocale() - Method in class org.apache.catalina.connector.Request
 
getLocale() - Method in class org.apache.catalina.connector.RequestFacade
 
getLocale() - Method in class org.apache.catalina.connector.Response
 
getLocale() - Method in class org.apache.catalina.connector.ResponseFacade
 
getLocale() - Method in class org.apache.catalina.tribes.util.StringManager
Identify the Locale this StringManager is associated with
getLocale() - Method in class org.apache.catalina.valves.AbstractAccessLogValve
Return the locale used to format timestamps in log entries and in log file name suffix.
getLocale() - Method in class org.apache.coyote.Response
Get the locale for this response.
getLocale() - Method in class org.apache.el.lang.EvaluationContext
 
getLocale() - Method in class org.apache.jasper.el.ELContextWrapper
 
getLocale() - Method in class org.apache.tomcat.util.http.parser.AcceptLanguage
Returns the locale.
getLocale() - Method in class org.apache.tomcat.util.res.StringManager
Identify the Locale this StringManager is associated with.
getLocaleEncodingMappings() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the locale-encoding mappings.
getLocales() - Method in class org.apache.catalina.authenticator.SavedRequest
Returns an iterator over the locales saved for this request.
getLocales() - Method in class org.apache.catalina.connector.Request
 
getLocales() - Method in class org.apache.catalina.connector.RequestFacade
 
getLocalJndiResource() - Method in class org.apache.catalina.realm.UserDatabaseRealm
Determines whether this Realm is configured to obtain the associated UserDatabase from the global JNDI context or a local (web application) JNDI context.
getLocalJvmRoute(Request) - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
get jvmroute from engine
getLocalLoopbackDisabled() - Method in class org.apache.catalina.tribes.membership.McastService
 
getLocalLoopbackDisabled() - Method in interface org.apache.catalina.tribes.membership.McastServiceMBean
Get whether local loopback is disabled.
getLocalMember() - Method in interface org.apache.catalina.ha.CatalinaCluster
Returns the member that represents this node.
getLocalMember() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Returns the member that represents this node.
getLocalMember(boolean) - Method in interface org.apache.catalina.tribes.Channel
Return the member that represents this node.
getLocalMember(boolean) - Method in interface org.apache.catalina.tribes.ChannelInterceptor
Intercepts the Channel.getLocalMember(boolean) method
getLocalMember(boolean) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
 
getLocalMember(boolean) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
getLocalMember(boolean) - Method in interface org.apache.catalina.tribes.group.GroupChannelMBean
Returns the local member of the channel.
getLocalMember(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
 
getLocalMember(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
getLocalMember(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
 
getLocalMember(boolean) - Method in interface org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptorMBean
Returns the local member.
getLocalMember(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
getLocalMember(boolean) - Method in class org.apache.catalina.tribes.membership.cloud.CloudMembershipService
 
getLocalMember(boolean) - Method in class org.apache.catalina.tribes.membership.McastService
 
getLocalMember(boolean) - Method in class org.apache.catalina.tribes.membership.StaticMembershipService
 
getLocalMember(boolean) - Method in interface org.apache.catalina.tribes.MembershipService
Get the local member.
getLocalMemberName() - Method in class org.apache.catalina.tribes.membership.McastService
 
getLocalMemberName() - Method in interface org.apache.catalina.tribes.membership.McastServiceMBean
Get the local member name.
getLocalName() - Method in class org.apache.catalina.connector.Request
 
getLocalName() - Method in class org.apache.catalina.connector.RequestFacade
 
getLocalName() - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getLocalName() - Method in class org.apache.jasper.compiler.Node
Returns the local name of this node.
getLocalName() - Method in class org.apache.jasper.compiler.Node.JspAttribute
Returns the local name of the attribute.
getLocalName() - Method in class org.apache.jasper.compiler.Node.NamedAttribute
 
getLocalName() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Returns the local host name.
getLocalparts() - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
Returns the iterator of local parts for SOAP headers.
getLocalPort() - Method in class org.apache.catalina.connector.Connector
Returns the port number on which this connector is actually listening.
getLocalPort() - Method in class org.apache.catalina.connector.Request
 
getLocalPort() - Method in class org.apache.catalina.connector.RequestFacade
 
getLocalPort() - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getLocalPort() - Method in class org.apache.coyote.AbstractProtocol
Gets the local port.
getLocalPort() - Method in class org.apache.coyote.Request
Return the local port.
getLocalPort() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get the local port the server socket is bound to.
getLocalPort() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Returns the local port number.
getLocalWar() - Method in class org.apache.catalina.ant.DeployTask
Get the local WAR file path.
getLocation() - Method in class org.apache.tomcat.util.descriptor.web.ErrorPage
Returns the context-relative location to handle this error or exception.
getLocation() - Method in class org.apache.tomcat.util.descriptor.web.MultipartDef
Get the location.
getLock() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Returns the lock for this wrapper.
getLock() - Method in class org.apache.tomcat.websocket.server.WsRemoteEndpointImplServer
 
getLock() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
Returns the lock used for thread-safe operations.
getLock() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplClient
 
getLock(String) - Method in interface org.apache.catalina.WebResourceLockSet
Obtain a reentrant read/write lock for the resource at the provided path.
getLock(String) - Method in class org.apache.catalina.webresources.DirResourceSet
 
getLock(String) - Method in class org.apache.tomcat.util.concurrent.KeyedReentrantReadWriteLock
Obtain the reentrant read/write lock for the given key.
getLockOutTime() - Method in class org.apache.catalina.realm.LockOutRealm
Get the period for which an account will be locked.
getLog() - Method in class org.apache.catalina.realm.DigestCredentialHandlerBase
Get the logger for the CredentialHandler instance.
getLog() - Method in class org.apache.catalina.realm.MessageDigestCredentialHandler
 
getLog() - Method in class org.apache.catalina.realm.SecretKeyCredentialHandler
 
getLog() - Method in class org.apache.catalina.valves.RemoteAddrValve
Deprecated.
 
getLog() - Method in class org.apache.catalina.valves.RemoteCIDRValve
 
getLog() - Method in class org.apache.catalina.valves.RemoteHostValve
 
getLog() - Method in class org.apache.catalina.valves.RequestFilterValve
Returns the logger instance used by this valve.
getLog() - Method in class org.apache.catalina.webresources.AbstractResource
Gets the logger for this resource.
getLog() - Method in class org.apache.catalina.webresources.FileResource
 
getLog() - Method in class org.apache.catalina.webresources.JarResource
 
getLog() - Method in class org.apache.catalina.webresources.JarResourceRoot
 
getLog() - Method in class org.apache.catalina.webresources.JarWarResource
 
getLog() - Method in class org.apache.catalina.webresources.WarResource
 
getLog() - Method in class org.apache.coyote.AbstractProcessorLight
Returns the logger associated with this processor type.
getLog() - Method in class org.apache.coyote.AbstractProtocol.ConnectionHandler
Gets the logger.
getLog() - Method in class org.apache.coyote.AbstractProtocol
Concrete implementations need to provide access to their logger to be used by the abstract classes.
getLog() - Method in class org.apache.coyote.ajp.AjpNio2Protocol
 
getLog() - Method in class org.apache.coyote.ajp.AjpNioProtocol
 
getLog() - Method in class org.apache.coyote.ajp.AjpProcessor
 
getLog() - Method in class org.apache.coyote.http11.Http11Nio2Protocol
 
getLog() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getLog() - Method in class org.apache.coyote.http11.Http11Processor
 
getLog() - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessorExternal
 
getLog() - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessorInternal
 
getLog() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get the logger for this endpoint.
getLog() - Method in class org.apache.tomcat.util.net.jsse.JSSEUtil
 
getLog() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
 
getLog() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getLog() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLUtil
 
getLog() - Method in class org.apache.tomcat.util.net.SSLUtilBase
Returns the log for this utility.
getLog() - Method in class org.apache.tomcat.websocket.server.WsFrameServer
 
getLog() - Method in class org.apache.tomcat.websocket.WsFrameBase
Returns the log instance for this frame.
getLog() - Method in class org.apache.tomcat.websocket.WsFrameClient
 
getLog(Class) - Static method in class org.apache.juli.logging.LogFactory
Convenience method to return a named logger, without the application having to care about factories.
getLog(String) - Static method in class org.apache.juli.logging.LogFactory
Convenience method to return a named logger, without the application having to care about factories.
getLogAbandoned() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Flag to log stack traces for application code which abandoned a Statement or Connection.
getLogAbandoned() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getLogAbandoned() - Method in class org.apache.tomcat.dbcp.pool2.impl.AbandonedConfig
Flag to log stack traces for application code which abandoned an object.
getLogAbandoned() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets whether this pool identifies and logs any abandoned objects.
getLogAbandoned() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getLogAbandoned() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
getLogArgs() - Method in class org.apache.catalina.startup.VersionLoggerListener
Returns whether JVM arguments will be logged.
getLogCertificate() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get the logger for certificate-related messages.
getLogCertificate() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
 
getLogCertificate() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getLogEffectiveWebXml() - Method in interface org.apache.catalina.Context
Should the effective web.xml for this context be logged on context start?
getLogEffectiveWebXml() - Method in class org.apache.catalina.core.StandardContext
 
getLogEffectiveWebXml() - Method in class org.apache.catalina.startup.FailedContext
 
getLogElement(String, ExtendedAccessLogValve.PatternTokenizer) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Returns the appropriate log element for the given token.
getLogEnv() - Method in class org.apache.catalina.startup.VersionLoggerListener
Returns whether environment variables will be logged.
getLogExpiredConnections() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
When BasicDataSource.getMaxConnDuration() is set to limit connection lifetime, this property determines whether or not log messages are generated when the pool closes connections due to maximum lifetime exceeded.
getLogExpiredConnections() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getLogger() - Method in interface org.apache.catalina.Container
Obtain the log to which events for this container should be logged.
getLogger() - Method in class org.apache.catalina.core.ContainerBase
 
getLogger() - Method in class org.apache.catalina.filters.AddDefaultCharsetFilter
 
getLogger() - Method in class org.apache.catalina.filters.CsrfPreventionFilterBase
 
getLogger() - Method in class org.apache.catalina.filters.ExpiresFilter
 
getLogger() - Method in class org.apache.catalina.filters.FilterBase
Returns the logger for this filter.
getLogger() - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
 
getLogger() - Method in class org.apache.catalina.filters.RateLimitFilter
Returns the logger for this filter.
getLogger() - Method in class org.apache.catalina.filters.RemoteAddrFilter
Deprecated.
 
getLogger() - Method in class org.apache.catalina.filters.RemoteCIDRFilter
 
getLogger() - Method in class org.apache.catalina.filters.RemoteHostFilter
 
getLogger() - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
Returns the logger used by this filter.
getLogger() - Method in class org.apache.catalina.startup.FailedContext
 
getLogger() - Method in class org.apache.tomcat.util.digester.Digester
Return the current Logger associated with this instance of the Digester.
getLogger(String) - Method in class org.apache.juli.ClassLoaderLogManager
Get the logger associated with the specified name inside the classloader local configuration.
getLoggerNames() - Method in class org.apache.juli.ClassLoaderLogManager
Get an enumeration of the logger names currently defined in the classloader local configuration.
getLoginConfig() - Method in interface org.apache.catalina.Context
Returns the login configuration descriptor for this web application.
getLoginConfig() - Method in class org.apache.catalina.core.StandardContext
 
getLoginConfig() - Method in class org.apache.catalina.startup.FailedContext
 
getLoginConfig() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the login configuration.
getLoginConfigName() - Method in class org.apache.catalina.authenticator.SpnegoAuthenticator
Returns the JAAS login configuration name.
getLoginPage() - Method in class org.apache.tomcat.util.descriptor.web.LoginConfig
Get the login page URI.
getLogInterval() - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
 
getLogInterval() - Method in interface org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptorMBean
Get the log interval.
getLoginTimeout() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
BasicDataSource does NOT support this method.
getLoginTimeout() - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Gets the maximum time in seconds that this data source can wait while attempting to connect to a database.
getLoginTimeout() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
getLoginTimeout() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDataSource
getLoginTimeout() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
getLoginTimeoutDuration() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Gets the value of loginTimeout.
getLogInvalidStoredCredentials() - Method in class org.apache.catalina.realm.DigestCredentialHandlerBase
When checking input credentials against stored credentials will a warning message be logged if invalid stored credentials are discovered?
getLogName() - Method in interface org.apache.catalina.Container
Return the logger name that the container will use.
getLogName() - Method in class org.apache.catalina.core.ContainerBase
 
getLogName() - Method in class org.apache.catalina.startup.FailedContext
 
getLogProps() - Method in class org.apache.catalina.startup.VersionLoggerListener
Returns whether system properties will be logged.
getLogValidationErrors() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getLogValidationErrors() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getLogValidationErrors() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns true if errors that happen during validation will be logged
getLogValidationErrors() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getLogWriter() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the log writer being used by this data source.
getLogWriter() - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Gets the log writer for this data source.
getLogWriter() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Gets the value of logWriter.
getLogWriter() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDataSource
Returns my log writer.
getLogWriter() - Method in class org.apache.tomcat.dbcp.pool2.impl.AbandonedConfig
Gets the log writer being used by this configuration to log information on abandoned objects.
getLogWriter() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
getLong() - Method in class org.apache.tomcat.util.buf.ByteChunk
Parses the byte chunk content as a long integer.
getLong() - Method in class org.apache.tomcat.util.buf.MessageBytes
Convert the buffer to a long, cache the value.
getLong(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getLong(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getLong(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getLong(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getLongInt() - Method in class org.apache.coyote.ajp.AjpMessage
Read a 32 bits integer from packet, and advance the read position past it.
getLookupCount() - Method in class org.apache.catalina.webresources.Cache
Returns the total number of cache lookups.
getLookupName() - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
Return the JNDI lookup name for this resource.
getMac() - Method in enum class org.apache.tomcat.util.net.openssl.ciphers.Cipher
Returns the message digest algorithm.
getMajorVersion() - Method in class org.apache.catalina.core.ApplicationContext
 
getMajorVersion() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getMajorVersion() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getMajorVersion() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDriver
 
getMajorVersion() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the major version number.
getMajorVersion() - Static method in class org.apache.tomcat.util.net.openssl.OpenSSLStatus
Returns the OpenSSL major version.
getManagedBean(Object) - Method in class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
Create a ManagedBean (StoreConfig).
getManagedResource() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Get the instance handle of the object against which we execute all methods in this ModelMBean management interface.
getManager() - Method in interface org.apache.catalina.Context
Returns the Manager with which this Context is associated.
getManager() - Method in class org.apache.catalina.core.StandardContext
 
getManager() - Method in class org.apache.catalina.manager.DummyProxySession
 
getManager() - Method in interface org.apache.catalina.Session
Returns the Manager within which this Session is valid.
getManager() - Method in class org.apache.catalina.session.StandardSession
 
getManager() - Method in class org.apache.catalina.session.StoreBase
 
getManager() - Method in class org.apache.catalina.startup.FailedContext
 
getManager() - Method in interface org.apache.catalina.Store
Return the Manager instance associated with this Store.
getManager(Class) - Static method in class org.apache.catalina.tribes.util.StringManager
The StringManager will be returned for the package in which the class is located.
getManager(Class) - Static method in class org.apache.naming.StringManager
Returns the StringManager for the package of the given class.
getManager(Class) - Static method in class org.apache.tomcat.util.res.StringManager
Get the StringManager for a given class.
getManager(String) - Method in interface org.apache.catalina.ha.CatalinaCluster
Get Manager
getManager(String) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Get Manager
getManager(String) - Static method in class org.apache.catalina.tribes.util.StringManager
If a manager for a package already exists, it will be reused, else a new StringManager will be created and returned.
getManager(String) - Static method in class org.apache.naming.StringManager
Get the StringManager for a particular package.
getManager(String) - Static method in class org.apache.tomcat.util.res.StringManager
Get the StringManager for a particular package.
getManager(String, Enumeration) - Static method in class org.apache.catalina.tribes.util.StringManager
Retrieve the StringManager for a list of Locales.
getManager(String, Enumeration) - Static method in class org.apache.tomcat.util.res.StringManager
Retrieve the StringManager for a list of Locales.
getManager(String, Locale) - Static method in class org.apache.catalina.tribes.util.StringManager
If a manager for a package/Locale combination already exists, it will be reused, else a new StringManager will be created and returned.
getManager(String, Locale) - Static method in class org.apache.tomcat.util.res.StringManager
Get the StringManager for a particular package and Locale.
getManager(Request) - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
get ClusterManager
getManagerName(String, Manager) - Method in interface org.apache.catalina.ha.CatalinaCluster
Get a new cluster name for a manager.
getManagerName(String, Manager) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Get a new cluster name for a manager.
getManagers() - Method in interface org.apache.catalina.ha.CatalinaCluster
Returns the map of managers.
getManagers() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Returns the map of managers.
getManagerTemplate() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Returns the manager template used to create new cluster managers.
getManifest() - Method in interface org.apache.catalina.WebResource
Returns the manifest associated with this resource.
getManifest() - Method in class org.apache.catalina.webresources.AbstractArchiveResource
 
getManifest() - Method in class org.apache.catalina.webresources.AbstractResourceSet
Gets the manifest.
getManifest() - Method in class org.apache.catalina.webresources.CachedResource
 
getManifest() - Method in class org.apache.catalina.webresources.EmptyResource
 
getManifest() - Method in class org.apache.catalina.webresources.FileResource
 
getManifest() - Method in class org.apache.catalina.webresources.JarResourceRoot
 
getManifest() - Method in interface org.apache.tomcat.Jar
Obtain the manifest for the JAR file.
getManifest() - Method in class org.apache.tomcat.util.scan.AbstractInputStreamJar
 
getManifest() - Method in class org.apache.tomcat.util.scan.JarFileUrlJar
 
getManifest() - Method in class org.apache.tomcat.util.scan.ReferenceCountedJar
 
getMap() - Method in class org.apache.catalina.authenticator.jaspic.MessageInfoImpl
 
getMapContextName() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Gets the map context name.
getMapForFunction(String, Class, String, Class[]) - Static method in class org.apache.jasper.runtime.ProtectedFunctionMapper
Creates an instance for this class, and stores the Method for the given EL function prefix and name.
getMapId() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
Gets the map identifier.
getMapMembers() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Gets the current map members.
getMapMembers(HashMap) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Gets the map members from the given map.
getMapMembersExcl(Member[]) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Gets the map members excluding the given members.
getMapName() - Method in class org.apache.catalina.ha.session.BackupManager
Returns the name of the replication map.
getMapName() - Method in class org.apache.jasper.compiler.ELNode.Nodes
Returns the function map name for this EL expression.
getMapOwner() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Gets the map owner.
getMappedFile() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getMappedFile() - Method in class org.apache.jasper.JspC
 
getMappedFile() - Method in interface org.apache.jasper.Options
Returns whether HTML mapped Servlets are supported.
getMapper() - Method in class org.apache.catalina.core.StandardService
 
getMapper() - Method in interface org.apache.catalina.Service
Returns the mapper associated with this Service.
getMapperContextRootRedirectEnabled() - Method in interface org.apache.catalina.Context
Determines if requests for a web application context root will be redirected (adding a trailing slash) by the Mapper.
getMapperContextRootRedirectEnabled() - Method in class org.apache.catalina.core.StandardContext
Determines if requests for a web application context root will be redirected (adding a trailing slash) by the Mapper.
getMapperContextRootRedirectEnabled() - Method in class org.apache.catalina.startup.FailedContext
 
getMapperDirectoryRedirectEnabled() - Method in interface org.apache.catalina.Context
Determines if requests for a directory will be redirected (adding a trailing slash) by the Mapper.
getMapperDirectoryRedirectEnabled() - Method in class org.apache.catalina.core.StandardContext
Determines if requests for a directory will be redirected (adding a trailing slash) by the Mapper.
getMapperDirectoryRedirectEnabled() - Method in class org.apache.catalina.startup.FailedContext
 
getMappingData() - Method in class org.apache.catalina.connector.Request
Return the mapping data for this request.
getMappings() - Method in class org.apache.catalina.core.ApplicationServletRegistration
 
getMapSendOptions() - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
Returns the map send options.
getMapSendOptions() - Method in class org.apache.catalina.ha.context.ReplicatedContext
Return the options for sending map updates.
getMapSendOptions() - Method in class org.apache.catalina.ha.session.BackupManager
Returns the channel send options for the replication map.
getMapSendOptionsName() - Method in class org.apache.catalina.ha.session.BackupManager
returns the SendOptions as a comma separated list of names
getMatch() - Method in class org.apache.tomcat.util.digester.Digester
Return the current rule match path.
getMatchAllServletNames() - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
Returns whether this mapping matches all servlet names.
getMatchAllUrlPatterns() - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
Returns whether this mapping matches all URL patterns.
getMatcher() - Method in class org.apache.catalina.valves.rewrite.RewriteCond
Returns the matcher for the condition, if it is a pattern-based condition.
getMatcher() - Method in class org.apache.catalina.valves.rewrite.RewriteCond.PatternCondition
Returns the last matcher used for evaluation.
getMaxActive() - Method in interface org.apache.catalina.Manager
Gets the maximum number of sessions that have been active at the same time.
getMaxActive() - Method in class org.apache.catalina.session.ManagerBase
 
getMaxActive() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getMaxActive() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getMaxActive() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The maximum number of active connections that can be allocated from this pool at the same time.
getMaxActive() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getMaxActiveSessions() - Method in class org.apache.catalina.session.ManagerBase
Returns the maximum number of active Sessions allowed, or -1 for no limit.
getMaxActiveSessions() - Method in exception class org.apache.catalina.session.TooManyActiveSessionsException
Gets the maximum number of sessions allowed by the session manager.
getMaxAge() - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
 
getMaxAge() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getMaxAge() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getMaxAge() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Time in milliseconds to keep this connection before reconnecting.
getMaxAge() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getMaxBinaryLiteralLength() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getMaxBinaryMessageBufferSize() - Method in class org.apache.tomcat.websocket.WsSession
 
getMaxBorrowWaitDuration() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets the maximum time a thread has waited to borrow objects from the pool.
getMaxBorrowWaitTimeMillis() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
getMaxBorrowWaitTimeMillis() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getMaxBorrowWaitTimeMillis() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
getMaxCacheSize() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
getMaxCacheSize() - Method in interface org.apache.tomcat.jdbc.pool.interceptor.StatementCacheMBean
Returns the maximum size of the statement cache.
getMaxCatalogNameLength() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getMaxCharLiteralLength() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getMaxColumnNameLength() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getMaxColumnsInGroupBy() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getMaxColumnsInIndex() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getMaxColumnsInOrderBy() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getMaxColumnsInSelect() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getMaxColumnsInTable() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getMaxConcurrentStreamExecution() - Method in class org.apache.coyote.http2.Http2Protocol
Returns the maximum number of concurrently executing streams.
getMaxConcurrentStreams() - Method in class org.apache.coyote.http2.Http2Protocol
Returns the maximum number of concurrent streams.
getMaxConnDuration() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the maximum permitted duration of a connection.
getMaxConnDuration() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Gets the maximum permitted lifetime of a connection.
getMaxConnDuration() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Gets the Maximum connection duration.
getMaxConnections() - Method in class org.apache.coyote.AbstractProtocol
Gets the maximum number of connections.
getMaxConnections() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getMaxConnections() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get the maximum number of connections.
getMaxConnLifetime() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
getMaxConnLifetimeMillis() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
getMaxConnLifetimeMillis() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getMaxConnLifetimeMillis() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
getMaxConnLifetimeMillis() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Gets the Maximum connection lifetime in milliseconds.
getMaxCookieCount() - Method in class org.apache.catalina.connector.Connector
Returns the maximum number of cookies that will be accepted in a request.
getMaxCursorNameLength() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getMaxDays() - Method in class org.apache.catalina.valves.AccessLogValve
Returns the maximum number of days to retain log files.
getMaxExtensionSize() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the maximum size of extension information in chunked encoding.
getMaxFieldSize() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
getMaxFileSize() - Method in class org.apache.tomcat.util.descriptor.web.MultipartDef
Get the maximum file size.
getMaxFrameSize() - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
getMaxHeaderCount() - Method in class org.apache.coyote.AbstractProtocol
Gets the maximum header count.
getMaxHeaderCount() - Method in class org.apache.coyote.http2.Http2Protocol
Returns the maximum number of headers allowed per request.
getMaxHeaderSize() - Method in class org.apache.coyote.http2.Http2Protocol
Returns the maximum size of request headers in bytes.
getMaxHttpHeaderSize() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the maximum size of the HTTP message header.
getMaxHttpRequestHeaderSize() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the maximum size of the HTTP request message header.
getMaxHttpResponseHeaderSize() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the maximum size of the HTTP response message header.
getMaxIdle() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the maximum number of connections that can remain idle in the pool.
getMaxIdle() - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Gets the maximum number of statements that can remain idle in the pool, without extra ones being released, or negative for no limit.
getMaxIdle() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getMaxIdle() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
Gets the cap on the number of "idle" instances in the pool.
getMaxIdle() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolConfig
Gets the value for the maxIdle configuration attribute for pools created with this configuration instance.
getMaxIdle() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
getMaxIdle() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getMaxIdle() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getMaxIdle() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The maximum number of connections that should be kept in the idle pool if PoolConfiguration.isPoolSweeperEnabled() returns false.
getMaxIdle() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getMaxIdleBackup() - Method in class org.apache.catalina.session.PersistentManagerBase
Indicates how many seconds old a session can get, after its last use in a request, before it should be backed up to the store.
getMaxIdlePerKey() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
Gets the cap on the number of "idle" instances per key in the pool.
getMaxIdlePerKey() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolConfig
Gets the value for the maxIdlePerKey configuration attribute for pools created with this configuration instance.
getMaxIdlePerKey() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getMaxIdleSwap() - Method in class org.apache.catalina.session.PersistentManagerBase
Returns the maximum time in seconds a session may be idle before it is eligible to be swapped to disk due to inactivity.
getMaxIdleTime() - Method in class org.apache.catalina.core.StandardThreadExecutor
Return the maximum idle time in milliseconds.
getMaxIdleTime() - Method in interface org.apache.catalina.tribes.transport.nio.NioReceiverMBean
Returns the maximum idle time.
getMaxIdleTime() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns the maximum idle time for threads in the executor pool.
getMaxIdleTimeout() - Method in class org.apache.tomcat.websocket.WsSession
 
getMaximumPoolSize() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Returns the maximum allowed number of threads.
getMaxInactiveInterval() - Method in class org.apache.catalina.manager.DummyProxySession
 
getMaxInactiveInterval() - Method in interface org.apache.catalina.Session
Returns the maximum time interval, in seconds, between client requests before the servlet container will invalidate the session.
getMaxInactiveInterval() - Method in class org.apache.catalina.session.StandardSession
 
getMaxInactiveInterval() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getMaxIndexLength() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getMaxInvocationDate() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
Returns the timestamp when the longest query execution occurred.
getMaxInvocationTime() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
Returns the longest time this query took to execute.
getMaxKeepAliveRequests() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the maximum number of requests which can be performed over a keep-alive connection.
getMaxKeepAliveRequests() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get the maximum number of keep alive requests.
getMaxLoadedJsps() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getMaxLoadedJsps() - Method in class org.apache.jasper.JspC
 
getMaxLoadedJsps() - Method in interface org.apache.jasper.Options
The maximum number of loaded jsps per web-application.
getMaxLogicalLobSize() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getMaxLogMessageBufferSize() - Method in class org.apache.catalina.valves.AbstractAccessLogValve
Returns the max log message buffer size.
getMaxMessageSize() - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerBase
 
getMaxMessageSize() - Method in interface org.apache.tomcat.websocket.WrappedMessageHandler
Returns the maximum message size supported by this handler.
getMaxOpenPreparedStatements() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the value of the maxOpenPreparedStatements property.
getMaxOpenPreparedStatements() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getMaxOpenPreparedStatements() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Gets the maximum number of open prepared statements.
getMaxOutputLineNumber() - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
Calculates the maximum output line number covered by this mapping.
getMaxParameterCount() - Method in class org.apache.catalina.connector.Connector
Returns the maximum number of parameters (GET plus POST) that will be automatically parsed by the container.
getMaxPartCount() - Method in class org.apache.catalina.connector.Connector
Returns the maximum number of parts that will be accepted in a multipart request.
getMaxPartHeaderSize() - Method in class org.apache.catalina.connector.Connector
Returns the maximum size of the headers for each part in a multipart request.
getMaxPostSize() - Method in class org.apache.catalina.connector.Connector
Returns the maximum size of a POST which will be automatically parsed by the container.
getMaxPreparedStatements() - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Gets the maximum number of prepared statements.
getMaxProcedureNameLength() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getMaxQueue() - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
Returns the maximum queue size.
getMaxQueueSize() - Method in class org.apache.catalina.core.StandardThreadExecutor
Return the maximum number of elements that can queue up before tasks are rejected.
getMaxQueueSize() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
getMaxQueueSize() - Method in interface org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptorMBean
Get the maximum queue size.
getMaxQueueSize() - Method in class org.apache.coyote.AbstractProtocol
Gets the maximum queue size.
getMaxQueueSize() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get the maximum queue size.
getMaxRequestSize() - Method in class org.apache.tomcat.util.descriptor.web.MultipartDef
Get the maximum request size.
getMaxRequestUri() - Method in class org.apache.coyote.RequestInfo
Return the URI of the request with the longest processing time.
getMaxRetryAttempts() - Method in class org.apache.catalina.tribes.transport.AbstractSender
Returns the maximum number of retry attempts.
getMaxRetryAttempts() - Method in interface org.apache.catalina.tribes.transport.nio.PooledParallelSenderMBean
Returns the maximum number of retry attempts.
getMaxRows() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
getMaxRowSize() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getMaxSavePostSize() - Method in class org.apache.catalina.connector.Connector
Returns the maximum size of a POST which will be saved by the container during authentication.
getMaxSavePostSize() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Return the maximum size of the post which will be saved during FORM or CLIENT-CERT authentication.
getMaxSchemaNameLength() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getMaxSize() - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
 
getMaxSize() - Method in interface org.apache.catalina.tribes.group.interceptors.FragmentationInterceptorMBean
Returns the maximum size of a fragment in bytes.
getMaxSize() - Method in class org.apache.catalina.tribes.io.BufferPool
Returns the maximum pool size.
getMaxSize() - Method in class org.apache.catalina.webresources.Cache
Returns the maximum cache size in kilobytes.
getMaxSpareThreads() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
getMaxSpareThreads() - Method in interface org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptorMBean
Get the maximum spare threads.
getMaxStatementLength() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getMaxStatements() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getMaxSwallowSize() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the maximum amount of request body to swallow.
getMaxTableNameLength() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getMaxTablesInSelect() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getMaxTasks() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns the maximum number of tasks in the pool.
getMaxTextMessageBufferSize() - Method in class org.apache.tomcat.websocket.WsSession
 
getMaxThreads() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
getMaxThreads() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
getMaxThreads() - Method in interface org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptorMBean
Get the maximum threads.
getMaxThreads() - Method in interface org.apache.catalina.tribes.transport.nio.NioReceiverMBean
Returns the maximum number of threads.
getMaxThreads() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns the maximum number of threads in the executor pool.
getMaxThreads() - Method in class org.apache.catalina.tribes.transport.RxTaskPool
Return the maximum number of tasks allowed in the pool.
getMaxThreads() - Method in class org.apache.coyote.AbstractProtocol
Gets the maximum number of threads.
getMaxThreads() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get the maximum number of worker threads.
getMaxThreads() - Method in interface org.apache.tomcat.util.threads.ResizableExecutor
Returns the maximum number of threads in the pool.
getMaxTime() - Method in class org.apache.catalina.core.StandardContext
Gets the maximum processing time of all servlets in this StandardContext.
getMaxTime() - Method in class org.apache.catalina.core.StandardWrapper
Returns the maximum processing time for a single request.
getMaxTime() - Method in class org.apache.coyote.RequestGroupInfo
Return the maximum request processing time.
getMaxTime() - Method in class org.apache.coyote.RequestInfo
Return the maximum request processing time.
getMaxTotal() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the maximum number of active connections that can be allocated at the same time.
getMaxTotal() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getMaxTotal() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.SharedPoolDataSource
getMaxTotal() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets the maximum number of objects that can be allocated by the pool (checked out to clients, or idle awaiting checkout) at a given time.
getMaxTotal() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolConfig
Gets the value for the maxTotal configuration attribute for pools created with this configuration instance.
getMaxTotal() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getMaxTotal() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolConfig
Gets the value for the maxTotal configuration attribute for pools created with this configuration instance.
getMaxTotal() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
getMaxTotalPerKey() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
Gets the limit on the number of object instances allocated by the pool (checked out or idle), per key.
getMaxTotalPerKey() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolConfig
Gets the value for the maxTotalPerKey configuration attribute for pools created with this configuration instance.
getMaxTotalPerKey() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getMaxTrailerCount() - Method in class org.apache.coyote.http2.Http2Protocol
Returns the maximum number of trailer headers allowed per request.
getMaxTrailerSize() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the maximum size of trailing headers.
getMaxTrailerSize() - Method in class org.apache.coyote.http2.Http2Protocol
Returns the maximum size of trailer headers in bytes.
getMaxUserNameLength() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getMaxValidTime() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Returns the maximum valid time for FileMessageFactory.
getMaxValidTime() - Method in class org.apache.catalina.ha.deploy.FileMessageFactory
Returns the maximum time in seconds that this factory instance is allowed to exist from last modification.
getMaxWait() - Method in interface org.apache.catalina.tribes.transport.nio.PooledParallelSenderMBean
Returns the maximum wait time in milliseconds for a sender from the pool.
getMaxWait() - Method in class org.apache.catalina.tribes.transport.PooledSender
Returns the maximum time to wait for a sender from the pool, in milliseconds.
getMaxWait() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getMaxWait() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getMaxWait() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The maximum number of milliseconds that the pool will wait (when there are no available connections and the PoolConfiguration.getMaxActive() has been reached) for a connection to be returned before throwing an exception.
getMaxWait() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getMaxWaitDuration() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the maximum Duration that the pool will wait for a connection to be returned before throwing an exception.
getMaxWaitDuration() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets the maximum duration the borrowObject() method should block before throwing an exception when the pool is exhausted and BaseGenericObjectPool.getBlockWhenExhausted() is true.
getMaxWaitDuration() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Gets the value for the maxWait configuration attribute for pools created with this configuration instance.
getMaxWaitMillis() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
getMaxWaitMillis() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getMaxWaitMillis() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
getMaxWaitMillis() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
getMaxWaitMillis() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getMaxWaitMillis() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
getMbAppTx() - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
 
getMbAppTx() - Method in interface org.apache.catalina.tribes.group.interceptors.ThroughputInterceptorMBean
Returns the application-layer transmit rate in MB/s.
getMBeanAttributeType(MBeanServerConnection, String, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
Get MBean Attribute from Mbean Server
getMBeanInfo() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Return the MBeanInfo object for this MBean.
getMBeanKeyProperties() - Method in interface org.apache.catalina.Container
Calculate the key properties string to be added to an object's ObjectName to indicate that it is associated with this container.
getMBeanKeyProperties() - Method in class org.apache.catalina.core.ContainerBase
 
getMBeanKeyProperties() - Method in class org.apache.catalina.startup.FailedContext
 
getMBeanParameterInfo() - Method in class org.apache.tomcat.util.modeler.OperationInfo
Creates an array of MBeanParameterInfo from the operation parameters.
getMBeanServer() - Method in class org.apache.tomcat.util.modeler.NoDescriptorRegistry
 
getMBeanServer() - Method in class org.apache.tomcat.util.modeler.Registry
Factory method to create (if necessary) and return our MBeanServer instance.
getMbRx() - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
 
getMbRx() - Method in interface org.apache.catalina.tribes.group.interceptors.ThroughputInterceptorMBean
Returns the receive rate in MB/s.
getMbTx() - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
 
getMbTx() - Method in interface org.apache.catalina.tribes.group.interceptors.ThroughputInterceptorMBean
Returns the transmit rate in MB/s.
getMeanActiveDuration() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets the mean time objects are active for based on the last BaseGenericObjectPool.MEAN_TIMING_STATS_CACHE_SIZE objects returned to the pool.
getMeanActiveTimeMillis() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
getMeanActiveTimeMillis() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getMeanActiveTimeMillis() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
getMeanBorrowWaitDuration() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets the mean time threads wait to borrow an object based on the last BaseGenericObjectPool.MEAN_TIMING_STATS_CACHE_SIZE objects borrowed from the pool.
getMeanBorrowWaitTimeMillis() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
getMeanBorrowWaitTimeMillis() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getMeanBorrowWaitTimeMillis() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
getMeanIdleDuration() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets the mean time objects are idle for based on the last BaseGenericObjectPool.MEAN_TIMING_STATS_CACHE_SIZE objects borrowed from the pool.
getMeanIdleTimeMillis() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
getMeanIdleTimeMillis() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getMeanIdleTimeMillis() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
getMember() - Method in class org.apache.catalina.tribes.ChannelException.FaultyMember
Returns the member that failed.
getMember() - Method in class org.apache.catalina.tribes.membership.Membership.MbrEntry
Obtain the member associated with this entry.
getMember() - Method in class org.apache.catalina.tribes.membership.StaticMembershipProvider.MemberMessage
Returns the member associated with this message.
getMember(byte[]) - Static method in class org.apache.catalina.tribes.membership.MemberImpl
Deserializes a member from data sent over the wire.
getMember(byte[], int, int) - Static method in class org.apache.catalina.tribes.membership.MemberImpl
Deserializes a member from data sent over the wire.
getMember(byte[], int, int, MemberImpl) - Static method in class org.apache.catalina.tribes.membership.MemberImpl
Deserializes a member from data sent over the wire.
getMember(byte[], MemberImpl) - Static method in class org.apache.catalina.tribes.membership.MemberImpl
Deserializes a member from data sent over the wire.
getMember(Member) - Method in interface org.apache.catalina.tribes.Channel
Returns the member from the membership service with complete and recent data.
getMember(Member) - Method in interface org.apache.catalina.tribes.ChannelInterceptor
Intercepts the Channel.getMember(Member) method
getMember(Member) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
 
getMember(Member) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
getMember(Member) - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
 
getMember(Member) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
getMember(Member) - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
 
getMember(Member) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
getMember(Member) - Method in class org.apache.catalina.tribes.membership.Membership
Get a member by reference.
getMember(Member) - Method in class org.apache.catalina.tribes.membership.MembershipProviderBase
 
getMember(Member) - Method in class org.apache.catalina.tribes.membership.MembershipServiceBase
 
getMember(Member) - Method in interface org.apache.catalina.tribes.MembershipProvider
Get the specified member from the associated membership.
getMember(Member) - Method in interface org.apache.catalina.tribes.MembershipService
Retrieve the specified member from the membership.
getMemberAliveTime() - Method in interface org.apache.catalina.tribes.Member
Contains information on how long this member has been online.
getMemberAliveTime() - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
getMembers() - Method in interface org.apache.catalina.ha.CatalinaCluster
Returns all the members currently participating in the cluster.
getMembers() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Returns all the members currently participating in the cluster.
getMembers() - Method in interface org.apache.catalina.tribes.Channel
Get all current group members.
getMembers() - Method in interface org.apache.catalina.tribes.ChannelInterceptor
Intercepts the Channel.getMembers() method
getMembers() - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
 
getMembers() - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
getMembers() - Method in interface org.apache.catalina.tribes.group.GroupChannelMBean
Returns the current members of the channel.
getMembers() - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
 
getMembers() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
Returns the member view.
getMembers() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
getMembers() - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
 
getMembers() - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
getMembers() - Method in class org.apache.catalina.tribes.membership.Membership
Returning a list of all the members in the membership.
getMembers() - Method in class org.apache.catalina.tribes.membership.MembershipProviderBase
 
getMembers() - Method in class org.apache.catalina.tribes.membership.MembershipServiceBase
 
getMembers() - Method in interface org.apache.catalina.tribes.MembershipProvider
Get the members from the associated membership.
getMembers() - Method in interface org.apache.catalina.tribes.MembershipService
Returns all members currently in the cluster.
getMembersByName() - Method in interface org.apache.catalina.tribes.membership.cloud.CloudMembershipServiceMBean
Returns the names of all members in the cluster.
getMembersByName() - Method in interface org.apache.catalina.tribes.membership.McastServiceMBean
Get the member names.
getMembersByName() - Method in class org.apache.catalina.tribes.membership.MembershipServiceBase
 
getMembersByName() - Method in interface org.apache.catalina.tribes.membership.StaticMembershipServiceMBean
Returns the names of all cluster members.
getMembersByName() - Method in interface org.apache.catalina.tribes.MembershipService
Returns the names of all members in the cluster.
getMembershipId() - Method in class org.apache.catalina.tribes.membership.StaticMembershipProvider.MemberMessage
Returns the membership group identifier.
getMembershipProvider() - Method in class org.apache.catalina.tribes.membership.cloud.CloudMembershipService
 
getMembershipProvider() - Method in class org.apache.catalina.tribes.membership.McastService
 
getMembershipProvider() - Method in class org.apache.catalina.tribes.membership.StaticMembershipService
 
getMembershipProvider() - Method in interface org.apache.catalina.tribes.MembershipService
Get the MembershipProvider
getMembershipProviderClassName() - Method in class org.apache.catalina.tribes.membership.cloud.CloudMembershipService
Return the membership provider class.
getMembershipService() - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
Returns the membership service.
getMembershipService() - Method in class org.apache.catalina.tribes.group.GroupChannel
 
getMembershipService() - Method in interface org.apache.catalina.tribes.ManagedChannel
Returns the membership service
getMessage() - Method in class org.apache.catalina.connector.Response
Get the error message that was set with sendError() for this response.
getMessage() - Method in class org.apache.catalina.tribes.ByteMessage
Returns the message contents of this byte message
getMessage() - Method in exception class org.apache.catalina.tribes.ChannelException
Returns the message for this exception
getMessage() - Method in interface org.apache.catalina.tribes.ChannelMessage
returns the byte buffer that contains the actual message payload
getMessage() - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.MessageOrder
Returns the channel message.
getMessage() - Method in class org.apache.catalina.tribes.group.Response
Get the message.
getMessage() - Method in class org.apache.catalina.tribes.io.ChannelData
 
getMessage() - Method in class org.apache.catalina.tribes.transport.nio.NioSender
Returns the current message being sent.
getMessage() - Method in class org.apache.coyote.Response
Get the status message.
getMessage(String) - Static method in class org.apache.jasper.compiler.Localizer
Returns the localized error message corresponding to the given error code.
getMessage(String) - Static method in class org.apache.tomcat.dbcp.dbcp2.Utils
Gets the correct i18n message for the given key.
getMessage(String, Object...) - Static method in class org.apache.jasper.compiler.Localizer
Returns the localized error message corresponding to the given error code.
getMessage(String, Object...) - Static method in class org.apache.tomcat.dbcp.dbcp2.Utils
Gets the correct i18n message for the given key with placeholders replaced by the supplied arguments.
getMessageDestinationRefs() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the message destination references.
getMessageDestinations() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the message destinations.
getMessageHandlers() - Method in class org.apache.tomcat.websocket.WsSession
 
getMessageHandlers(Object, Map, Session, EndpointConfig) - Method in class org.apache.tomcat.websocket.pojo.PojoMethodMapping
Create the message handlers for the given POJO instance.
getMessageLayer() - Method in class org.apache.catalina.authenticator.jaspic.SimpleServerAuthConfig
 
getMessageListener() - Method in interface org.apache.catalina.tribes.ChannelReceiver
Returns the message listener that is associated with this receiver
getMessageListener() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns the message listener for this receiver.
getMessageNumber() - Method in class org.apache.catalina.ha.deploy.FileMessage
Returns the message number within the file transfer sequence.
getMessageStatistics() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets whether to include statistics in exception messages.
getMetaData() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
getMetaData() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
getMetaData() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getMetadataComplete() - Method in interface org.apache.catalina.Context
Determine if the metadata of the application is complete.
getMetadataComplete() - Method in class org.apache.catalina.core.StandardContext
 
getMetadataComplete() - Method in class org.apache.catalina.startup.FailedContext
 
getMethod - Variable in class org.apache.tomcat.util.modeler.AttributeInfo
Name of the getter method for this attribute.
getMethod() - Method in class org.apache.catalina.authenticator.SavedRequest
Returns the HTTP method of the saved request.
getMethod() - Method in class org.apache.catalina.connector.Request
 
getMethod() - Method in class org.apache.catalina.connector.RequestFacade
 
getMethod() - Method in class org.apache.coyote.Request
Return the HTTP method.
getMethod() - Method in class org.apache.coyote.RequestInfo
Return the HTTP method.
getMethod() - Method in class org.apache.el.lang.FunctionMapperImpl.Function
Gets the resolved method, lazily loading it from serialized data if needed.
getMethod(EvaluationContext, Object, Object, Class[], Object[]) - Static method in class org.apache.el.util.ReflectionUtil
Returns a method based on the criteria.
getMethodForCode(int) - Static method in class org.apache.coyote.ajp.Constants
Converts an AJP coded HTTP method to the method name.
getMethodInfo(ELContext) - Method in class org.apache.el.MethodExpressionImpl
Evaluates the expression relative to the provided context, and returns information about the actual referenced method.
getMethodInfo(ELContext) - Method in class org.apache.el.MethodExpressionLiteral
 
getMethodInfo(ELContext) - Method in class org.apache.jasper.el.JspMethodExpression
 
getMethodInfo(ObjectName, String) - Method in class org.apache.tomcat.util.modeler.NoDescriptorRegistry
 
getMethodInfo(ObjectName, String) - Method in class org.apache.tomcat.util.modeler.Registry
Find the operation info for a method
getMethodInfo(ObjectName, String, int) - Method in class org.apache.tomcat.util.modeler.Registry
Find the operation info for a method.
getMethodMapping() - Method in class org.apache.tomcat.websocket.pojo.PojoEndpointBase
Returns the method mapping for this endpoint.
getMethodName() - Method in class org.apache.jasper.compiler.ELNode.Function
Returns the Java method name mapped to this EL function.
getMethodReference(ELContext) - Method in class org.apache.el.MethodExpressionImpl
 
getMethodReference(ELContext) - Method in class org.apache.el.MethodExpressionLiteral
 
getMethodReference(ELContext) - Method in class org.apache.jasper.el.JspMethodExpression
 
getMillisUntilNextBucket() - Method in class org.apache.catalina.util.TimeBucketCounter
 
getMillisUntilNextBucket() - Method in class org.apache.catalina.util.TimeBucketCounterBase
When we want to test a full bucket duration we need to sleep until the next bucket starts.
getMimeHeaders() - Method in class org.apache.coyote.Request
Return the MIME headers.
getMimeHeaders() - Method in class org.apache.coyote.Response
Get the response headers.
getMimeMappings() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the MIME mappings.
getMimeTrailerFields() - Method in class org.apache.coyote.Request
Return the MIME trailer fields.
getMimeType() - Method in interface org.apache.catalina.WebResource
Returns the MIME type for this Resource.
getMimeType() - Method in class org.apache.catalina.webresources.AbstractResource
Gets the MIME type for this resource.
getMimeType() - Method in class org.apache.catalina.webresources.CachedResource
 
getMimeType() - Method in class org.apache.catalina.webresources.EmptyResource
 
getMimeType(String) - Method in class org.apache.catalina.core.ApplicationContext
 
getMimeType(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getMimeType(String) - Method in class org.apache.jasper.servlet.JspCServletContext
 
getMinBufferSize() - Method in exception class org.apache.tomcat.websocket.ReadBufferOverflowException
Returns the minimum buffer size required to handle the data.
getMinEvictableIdleDuration() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the {code minEvictableIdleDuration} property.
getMinEvictableIdleDuration() - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Gets the minimum amount of time a statement may sit idle in the pool before it is eligible for eviction by the idle object evictor (if any).
getMinEvictableIdleDuration() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets the minimum amount of time an object may sit idle in the pool before it is eligible for eviction by the idle object evictor (if any - see BaseGenericObjectPool.setDurationBetweenEvictionRuns(Duration)).
getMinEvictableIdleDuration() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Gets the value for the minEvictableIdleTime configuration attribute for pools created with this configuration instance.
getMinEvictableIdleTime() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
getMinEvictableIdleTime() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
getMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
getMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
getMinEvictableIdleTimeMillis() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
getMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
getMinEvictableIdleTimeMillis() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getMinEvictableIdleTimeMillis() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
getMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getMinEvictableIdleTimeMillis() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The minimum amount of time an object must sit idle in the pool before it is eligible for eviction.
getMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getMinIdle() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the minimum number of idle connections in the pool.
getMinIdle() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getMinIdle() - Method in class org.apache.tomcat.dbcp.pool2.impl.EvictionConfig
Gets the minIdle for this eviction configuration instance.
getMinIdle() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
Gets the target for the minimum number of idle objects to maintain in the pool.
getMinIdle() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolConfig
Gets the value for the minIdle configuration attribute for pools created with this configuration instance.
getMinIdle() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
getMinIdle() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getMinIdle() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getMinIdle() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The minimum number of established connections that should be kept in the pool at all times.
getMinIdle() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getMinIdlePerKey() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
Gets the target for the minimum number of idle objects to maintain in each of the keyed sub-pools.
getMinIdlePerKey() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolConfig
Gets the value for the minIdlePerKey configuration attribute for pools created with this configuration instance.
getMinIdlePerKey() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getMinIdleSwap() - Method in class org.apache.catalina.session.PersistentManagerBase
Returns the minimum time in seconds a session must be idle before it is eligible to be swapped to disk to keep the active session count below maxActiveSessions.
getMinimumUmask() - Method in class org.apache.catalina.security.SecurityListener
Get the minimum umask that must be configured before Tomcat will start.
getMinInvocationDate() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
Returns the timestamp when the shortest query execution occurred.
getMinInvocationTime() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
Returns the shortest time this query took to execute.
getMinorVersion() - Method in class org.apache.catalina.core.ApplicationContext
 
getMinorVersion() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getMinorVersion() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getMinorVersion() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDriver
 
getMinorVersion() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the minor version number.
getMinorVersion() - Static method in class org.apache.tomcat.util.net.openssl.OpenSSLStatus
Returns the OpenSSL minor version.
getMinSpareThreads() - Method in class org.apache.catalina.core.StandardThreadExecutor
Return the minimum number of spare threads.
getMinSpareThreads() - Method in class org.apache.coyote.AbstractProtocol
Gets the minimum number of spare threads.
getMinSpareThreads() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get the minimum number of spare threads.
getMinTasks() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns the minimum number of tasks in the pool.
getMinThreads() - Method in interface org.apache.catalina.tribes.transport.nio.NioReceiverMBean
Returns the minimum number of threads.
getMinThreads() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns the minimum number of threads in the executor pool.
getMinThreads() - Method in class org.apache.catalina.tribes.transport.RxTaskPool
Return the minimum number of tasks maintained in the pool.
getMinTime() - Method in class org.apache.catalina.core.StandardContext
Gets the minimum processing time of all servlets in this StandardContext.
getMinTime() - Method in class org.apache.catalina.core.StandardWrapper
Returns the minimum processing time for a single request.
getModelerType() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Returns the type of the managed resource.
getModificationTestInterval() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getModificationTestInterval() - Method in class org.apache.jasper.JspC
In JspC this always returns 0.
getModificationTestInterval() - Method in interface org.apache.jasper.Options
Returns the interval in seconds between modification tests for JSP files.
getMoreData(byte, boolean, int, ByteBuffer) - Method in class org.apache.tomcat.websocket.PerMessageDeflate
 
getMoreData(byte, boolean, int, ByteBuffer) - Method in interface org.apache.tomcat.websocket.Transformation
Obtain more input data.
getMoreResults() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
getMoreResults(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
getMostSevere(ErrorState) - Method in enum class org.apache.coyote.ErrorState
Compare this ErrorState with the provided ErrorState and return the most severe.
getMsgCount() - Method in class org.apache.catalina.tribes.membership.MemberImpl
Get the message count.
getMsgNr() - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.MessageOrder
Returns the message number.
getMsgRxCnt() - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
 
getMsgRxCnt() - Method in interface org.apache.catalina.tribes.group.interceptors.ThroughputInterceptorMBean
Returns the received message count.
getMsgsReceived() - Method in class org.apache.coyote.http11.upgrade.UpgradeGroupInfo
Returns the total messages received across all connections.
getMsgsReceived() - Method in class org.apache.coyote.http11.upgrade.UpgradeInfo
Returns the number of messages received.
getMsgsSent() - Method in class org.apache.coyote.http11.upgrade.UpgradeGroupInfo
Returns the total messages sent across all connections.
getMsgsSent() - Method in class org.apache.coyote.http11.upgrade.UpgradeInfo
Returns the number of messages sent.
getMsgTxCnt() - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
 
getMsgTxCnt() - Method in interface org.apache.catalina.tribes.group.interceptors.ThroughputInterceptorMBean
Returns the transmitted message count.
getMsgTxErr() - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
 
getMsgTxErr() - Method in interface org.apache.catalina.tribes.group.interceptors.ThroughputInterceptorMBean
Returns the transmit error count.
getMsgtype() - Method in class org.apache.catalina.tribes.membership.StaticMembershipProvider.MemberMessage
Returns the message type.
getMsgType() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
Gets the message type.
getMultipartConfigElement() - Method in class org.apache.catalina.core.StandardWrapper
 
getMultipartConfigElement() - Method in interface org.apache.catalina.Wrapper
Returns the multipart configuration for the associated Servlet.
getMultipartDef() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
Returns the multipart configuration for this servlet.
getMultiPartStream() - Method in class org.apache.tomcat.util.http.fileupload.impl.FileItemIteratorImpl
Returns the underlying MultipartStream, initializing it if necessary.
getMultiport() - Method in class org.apache.catalina.ha.backend.HeartbeatListener
Get the multicast port used for sending heartbeat messages.
getName() - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
Get the MBean object name.
getName() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Get the name used at remote MbeanServer.
getName() - Method in class org.apache.catalina.authenticator.jaspic.PersistentProviderRegistrations.Property
Returns the name of the property.
getName() - Method in class org.apache.catalina.connector.CoyotePrincipal
 
getName() - Method in interface org.apache.catalina.Container
Return a name string (suitable for use by humans) that describes this Container.
getName() - Method in class org.apache.catalina.core.ApplicationFilterRegistration
 
getName() - Method in class org.apache.catalina.core.ApplicationPart
 
getName() - Method in class org.apache.catalina.core.ApplicationServletRegistration
 
getName() - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
 
getName() - Method in class org.apache.catalina.core.ContainerBase
 
getName() - Method in class org.apache.catalina.core.NamingContextListener
Return the "name" property.
getName() - Method in class org.apache.catalina.core.StandardHost
 
getName() - Method in class org.apache.catalina.core.StandardService
 
getName() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
getName() - Method in class org.apache.catalina.core.StandardVirtualThreadExecutor
 
getName() - Method in interface org.apache.catalina.Executor
Returns the name of this executor.
getName() - Method in interface org.apache.catalina.ha.ClusterManager
Return the name of the manager, at host /context name and at engine hostname+/context.
getName() - Method in class org.apache.catalina.ha.session.BackupManager
 
getName() - Method in class org.apache.catalina.ha.session.DeltaManager
 
getName() - Method in class org.apache.catalina.realm.GenericPrincipal
 
getName() - Method in interface org.apache.catalina.Service
Returns the name of this Service.
getName() - Method in class org.apache.catalina.session.DataSourceStore
Return the name for this instance, built from the container name.
getName() - Method in class org.apache.catalina.session.ManagerBase
Returns the descriptive short name of this Manager implementation.
getName() - Method in class org.apache.catalina.session.PersistentManager
 
getName() - Method in class org.apache.catalina.session.PersistentManagerBase
 
getName() - Method in class org.apache.catalina.session.StandardManager
 
getName() - Method in class org.apache.catalina.startup.FailedContext
 
getName() - Method in class org.apache.catalina.storeconfig.StoreRegistry
Returns the name of this registry.
getName() - Method in interface org.apache.catalina.TrackedWebResource
Returns the name of this resource.
getName() - Method in interface org.apache.catalina.tribes.Channel
Return the name of this channel.
getName() - Method in class org.apache.catalina.tribes.group.GroupChannel
 
getName() - Method in interface org.apache.catalina.tribes.Member
Return the name of this node, should be unique within the group.
getName() - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
getName() - Method in class org.apache.catalina.users.AbstractGroup
Make the principal name the same as the group name.
getName() - Method in class org.apache.catalina.users.AbstractRole
Make the principal name the same as the role name.
getName() - Method in class org.apache.catalina.users.AbstractUser
Make the principal name the same as the user name.
getName() - Method in class org.apache.catalina.util.ContextName
Returns the name of this context.
getName() - Method in interface org.apache.catalina.WebResource
Returns the name of this resource.
getName() - Method in class org.apache.catalina.webresources.AbstractArchiveResource
 
getName() - Method in class org.apache.catalina.webresources.CachedResource
 
getName() - Method in class org.apache.catalina.webresources.EmptyResource
 
getName() - Method in class org.apache.catalina.webresources.FileResource
 
getName() - Method in class org.apache.catalina.webresources.JarResourceRoot
 
getName() - Method in class org.apache.catalina.webresources.VirtualResource
 
getName() - Method in class org.apache.coyote.AbstractProtocol
Gets the name of this protocol instance.
getName() - Method in class org.apache.jasper.compiler.ELNode.Function
Returns the function name.
getName() - Method in class org.apache.jasper.compiler.Node.AttributeGenerator
Returns the name of the attribute.
getName() - Method in class org.apache.jasper.compiler.Node.JspAttribute
Returns the name of the attribute.
getName() - Method in class org.apache.jasper.compiler.Node.NamedAttribute
Returns the name of this named attribute.
getName() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Returns the name of this pool
getName() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getName() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getName() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns the name of the connection pool.
getName() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getName() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
Returns the property name.
getName() - Method in class org.apache.tomcat.util.buf.CharsetHolder
Returns the charset name.
getName() - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
Returns the tag name.
getName() - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
Returns the tag name.
getName() - Method in class org.apache.tomcat.util.descriptor.web.ApplicationParameter
Returns the name of this parameter.
getName() - Method in class org.apache.tomcat.util.descriptor.web.ErrorPage
Returns the name of this error page, which is either the exception type or the error code.
getName() - Method in interface org.apache.tomcat.util.descriptor.web.Injectable
Returns the name of this injectable.
getName() - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
 
getName() - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
Get the name of this web resource collection.
getName() - Method in class org.apache.tomcat.util.descriptor.web.SecurityRoleRef
Get the role name.
getName() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the name of the web application.
getName() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Gets the original file name in the client's file system.
getName() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Returns the original file name in the client's file system, as provided by the browser (or other client software).
getName() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemStream
Returns the original file name in the client's file system, as provided by the browser (or other client software).
getName() - Method in class org.apache.tomcat.util.http.fileupload.impl.FileItemStreamImpl
Returns the items file name.
getName() - Method in exception class org.apache.tomcat.util.http.fileupload.InvalidFileNameException
Returns the invalid file name.
getName() - Method in class org.apache.tomcat.util.http.ServerCookie
Returns the name of this cookie as a MessageBytes object.
getName() - Method in class org.apache.tomcat.util.modeler.FeatureInfo
Returns the name of this feature.
getName() - Method in class org.apache.tomcat.util.modeler.ManagedBean
Return the name of this managed bean, which must be unique among all MBeans managed by a particular MBeans server.
getName() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get the name of the thread pool.
getName() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLConfCmd
Returns the command name.
getName() - Static method in class org.apache.tomcat.util.net.openssl.OpenSSLStatus
Returns the OpenSSL library name.
getName() - Method in class org.apache.tomcat.websocket.pojo.PojoPathParam
Return the name of the parameter.
getName() - Method in class org.apache.tomcat.websocket.WsExtension
 
getName() - Method in class org.apache.tomcat.websocket.WsExtensionParameter
 
getName(int) - Method in class org.apache.tomcat.util.http.MimeHeaders
Return the Nth header name.
getNameAttribute() - Method in class org.apache.jasper.compiler.Node.JspElement
Gets the XML-style 'name' attribute.
getNamedAttributeNode() - Method in class org.apache.jasper.compiler.Node.JspAttribute
Returns the named attribute node.
getNamedAttributeNode(String) - Method in class org.apache.jasper.compiler.Node
Searches all sub-nodes of this node for jsp:attribute standard actions with the given name.
getNamedAttributeNodes() - Method in class org.apache.jasper.compiler.Node
Searches all subnodes of this node for jsp:attribute standard actions, and returns that set of nodes as a Node.Nodes object.
getNamedDispatcher(String) - Method in class org.apache.catalina.core.ApplicationContext
 
getNamedDispatcher(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getNamedDispatcher(String) - Method in class org.apache.jasper.servlet.JspCServletContext
 
getNameIndex() - Method in class org.apache.catalina.connector.Connector
Returns the unique index for this connector.
getNameIndex() - Method in class org.apache.coyote.AbstractProtocol
Gets the name index for this protocol.
getNameIndex() - Method in class org.apache.tomcat.util.bcel.classfile.ConstantClass
Gets the name index in constant pool of class name.
getNameInNamespace() - Method in class org.apache.naming.NamingContext
 
getNameInNamespace() - Method in class org.apache.naming.SelectorContext
 
getNameParser(String) - Method in class org.apache.naming.NamingContext
 
getNameParser(String) - Method in class org.apache.naming.SelectorContext
 
getNameParser(Name) - Method in class org.apache.naming.NamingContext
 
getNameParser(Name) - Method in class org.apache.naming.SelectorContext
 
getNamePrefix() - Method in class org.apache.catalina.core.StandardThreadExecutor
Return the name prefix for new threads.
getNamePrefix() - Method in class org.apache.catalina.core.StandardVirtualThreadExecutor
Return the name prefix for virtual threads.
getNamePrefix() - Method in class org.apache.coyote.AbstractProtocol
Obtain the prefix to be used when construction a name for this protocol handler.
getNamePrefix() - Method in class org.apache.coyote.ajp.AjpNio2Protocol
 
getNamePrefix() - Method in class org.apache.coyote.ajp.AjpNioProtocol
 
getNamePrefix() - Method in class org.apache.coyote.http11.Http11Nio2Protocol
 
getNamePrefix() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getNames() - Method in class org.apache.tomcat.util.modeler.BaseAttributeFilter
Return the set of names that are accepted by this filter.
getNamespace() - Method in class org.apache.catalina.tribes.membership.cloud.CloudMembershipProvider
Get the Kubernetes namespace, or "tomcat" if the Kubernetes environment variable cannot be found (with a warning log about the missing namespace).
getNamespaceAware() - Method in class org.apache.tomcat.util.digester.Digester
Return the "namespace aware" flag for parsers we create.
getNamespaceuri(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
Returns the namespace URI for the given local part.
getNamespaceURI() - Method in class org.apache.tomcat.util.digester.Rule
Return the namespace URI for which this Rule is relevant, if any.
getNameString() - Method in class org.apache.tomcat.util.bcel.classfile.ElementValuePair
Returns the element name as a string.
getNamingContextListener() - Method in class org.apache.catalina.core.StandardContext
Naming context listener accessor.
getNamingResources() - Method in interface org.apache.catalina.Context
Returns the naming resources associated with this web application.
getNamingResources() - Method in class org.apache.catalina.core.StandardContext
 
getNamingResources() - Method in class org.apache.catalina.startup.FailedContext
 
getNamingResources() - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
Return the NamingResources with which this resource is associated.
getNamingToken() - Method in interface org.apache.catalina.Context
Returns the token necessary for operations on the associated JNDI naming context.
getNamingToken() - Method in class org.apache.catalina.core.StandardContext
 
getNamingToken() - Method in class org.apache.catalina.core.StandardServer
 
getNamingToken() - Method in interface org.apache.catalina.Server
Returns the token required for performing operations on the associated JNDI naming context.
getNamingToken() - Method in class org.apache.catalina.startup.FailedContext
 
getNCharacterStream(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getNCharacterStream(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getNCharacterStream(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getNCharacterStream(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getNClob(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getNClob(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getNClob(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getNClob(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getNeedClientAuth() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLEngine
 
getNegotiatedExtensions() - Method in class org.apache.tomcat.websocket.WsSession
 
getNegotiatedExtensions(List, List) - Method in class org.apache.tomcat.websocket.server.DefaultServerEndpointConfigurator
 
getNegotiatedProtocol() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLEngine
 
getNegotiatedProtocol() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Returns the protocol negotiated for this connection.
getNegotiatedProtocol() - Method in interface org.apache.tomcat.util.net.SSLUtil.ProtocolInfo
ALPN information.
getNegotiatedProtocol(String) - Method in class org.apache.coyote.AbstractProtocol
Find a suitable handler for the protocol negotiated at the network layer.
getNegotiatedProtocol(String) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Find a suitable handler for the protocol negotiated at the network layer.
getNegotiatedProtocol(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
getNegotiatedSubprotocol() - Method in class org.apache.tomcat.websocket.WsSession
 
getNegotiatedSubprotocol(List, List) - Method in class org.apache.tomcat.websocket.server.DefaultServerEndpointConfigurator
 
getNestedRealms() - Method in class org.apache.catalina.realm.CombinedRealm
Returns the array of Realm instances contained by this realm.
getNestedSequenceLevel() - Method in class org.apache.tomcat.util.buf.Asn1Parser
Returns the current nesting level of SEQUENCE tags.
getNestingCount() - Method in class org.apache.el.lang.LambdaExpressionNestedState
Returns the current nesting count.
getNetworkTimeout() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
getNetworkTimeout(Connection) - Static method in class org.apache.tomcat.dbcp.dbcp2.Jdbc41Bridge
Delegates to Connection.getNetworkTimeout() without throwing an AbstractMethodError.
getNewDataSender() - Method in class org.apache.catalina.tribes.transport.nio.PooledParallelSender
 
getNewDataSender() - Method in class org.apache.catalina.tribes.transport.PooledSender
Creates and returns a new DataSender instance for the pool.
getNewInstance(Reference) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSourceFactory
 
getNewInstance(Reference) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.SharedPoolDataSourceFactory
 
getNewSession() - Method in class org.apache.catalina.session.ManagerBase
Get new session class to be used in the doLoad() method.
getNext() - Method in interface org.apache.catalina.tribes.ChannelInterceptor
Retrieve the next interceptor in the list
getNext() - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
getNext() - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.MessageOrder
Returns the next message in the order.
getNext() - Method in interface org.apache.catalina.Valve
Returns the next Valve in this pipeline, or null if this is the last Valve in the pipeline.
getNext() - Method in class org.apache.catalina.valves.ValveBase
 
getNext() - Method in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
Returns the next interceptor in the chain
getNextBackupIndex() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Gets the next backup index using round-robin rotation.
getNextBackupNode() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Gets the next backup node using round-robin rotation.
getNextCheck() - Method in class org.apache.catalina.webresources.CachedResource
Returns the next check time.
getNextMode() - Method in class org.apache.tomcat.util.log.UserDataHelper
Returns log mode for the next log message, or null if the message should not be logged.
getNextPoll() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
Get the next poll index.
getNextPut() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
Get the next put index.
getNioChannels() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
 
getNioChannels() - Method in class org.apache.tomcat.util.net.NioEndpoint
Returns the NIO channel cache.
getNoCompressionEncodings() - Method in class org.apache.coyote.CompressionConfig
Returns the list of content encodings that indicate already-compressed content.
getNoCompressionEncodings() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the content encodings that should not be used.
getNoCompressionUserAgents() - Method in class org.apache.coyote.CompressionConfig
Obtain the String form of the regular expression that defines the user agents to not use gzip with.
getNoCompressionUserAgents() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the list of user agents that should not use compression.
getNoCompressionUserAgentsPattern() - Method in class org.apache.coyote.CompressionConfig
Returns the compiled regular expression pattern for user agents that should not receive compressed responses.
getNoCompressionUserAgentsPattern() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the pattern of user agents that should not use compression.
getNode(int) - Method in class org.apache.jasper.compiler.Node.Nodes
Returns the node at the given index.
getNoKeepAliveUserAgents() - Method in class org.apache.catalina.authenticator.SpnegoAuthenticator
Returns the regex pattern for user agents that should not use keep-alive connections.
getNonceCache(HttpServletRequest, HttpSession) - Method in class org.apache.catalina.filters.CsrfPreventionFilter
Obtain the CsrfPreventionFilter.NonceCache associated with the request and/or session.
getNonceCacheSize() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Get the maximum number of server nonces to keep in the cache.
getNonceCountWindowSize() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Get the window size to use to track seen nonce count values for a given nonce.
getNonceValidity() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Get how long server nonces are valid for in milliseconds.
getNonCustomTagPrefix(String) - Method in class org.apache.jasper.compiler.PageInfo
Gets the mark for a non-custom tag prefix.
getNonTaglibXmlnsAttributes() - Method in class org.apache.jasper.compiler.Node
Gets this Node's xmlns attributes that do not represent tag libraries (only meaningful for Nodes parsed from XML syntax).
getNormalizedPath() - Method in class org.apache.tomcat.websocket.server.UriTemplate
Returns the normalized path with numeric parameter indices.
getNote(int) - Method in class org.apache.coyote.Request
Return the note at the specified position.
getNote(int) - Method in class org.apache.coyote.Response
Get the note at the given position.
getNote(String) - Method in class org.apache.catalina.connector.Request
Return the object bound with the specified name to the internal notes for this request, or null if no such binding exists.
getNote(String) - Method in class org.apache.catalina.manager.DummyProxySession
 
getNote(String) - Method in interface org.apache.catalina.Session
Returns the object bound with the specified name to the internal notes for this session, or null if no such binding exists.
getNote(String) - Method in class org.apache.catalina.session.StandardSession
 
getNoteNames() - Method in class org.apache.catalina.manager.DummyProxySession
 
getNoteNames() - Method in interface org.apache.catalina.Session
Returns an Iterator containing the String names of all notes bindings that exist for this session.
getNoteNames() - Method in class org.apache.catalina.session.StandardSession
 
getNotFoundClassResourceCacheSize() - Method in class org.apache.catalina.core.StandardContext
Returns the size of the cache for not-found class resources.
getNotFoundClassResourceCacheSize() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Returns the size of the cache for class resources that were not found.
getNotificationInfo() - Method in class org.apache.catalina.core.StandardContext
 
getNotificationInfo() - Method in class org.apache.catalina.core.StandardWrapper
 
getNotificationInfo() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
Returns information about the notifications this MBean can send.
getNotificationInfo() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getNotificationInfo() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
getNotificationInfo() - Method in class org.apache.tomcat.util.modeler.BaseNotificationBroadcaster
Return an MBeanNotificationInfo object describing the notifications sent by this MBean.
getNotifications() - Method in class org.apache.tomcat.util.modeler.ManagedBean
Return the collection of notifications for this MBean.
getNotifTypes() - Method in class org.apache.tomcat.util.modeler.NotificationInfo
Returns the array of notification types for this MBean.
getNotifyAttributeListenerOnUnchangedValue() - Method in interface org.apache.catalina.Manager
When an attribute that is already present in the session is added again under the same name and a HttpSessionAttributeListener is configured for the session should HttpSessionAttributeListener.attributeReplaced(jakarta.servlet.http.HttpSessionBindingEvent) be called?
getNotifyAttributeListenerOnUnchangedValue() - Method in class org.apache.catalina.session.ManagerBase
 
getNotifyBindingListenerOnUnchangedValue() - Method in interface org.apache.catalina.Manager
When an attribute that is already present in the session is added again under the same name and the attribute implements HttpSessionBindingListener, should HttpSessionBindingListener.valueUnbound(jakarta.servlet.http.HttpSessionBindingEvent) be called followed by HttpSessionBindingListener.valueBound(jakarta.servlet.http.HttpSessionBindingEvent)?
getNotifyBindingListenerOnUnchangedValue() - Method in class org.apache.catalina.session.ManagerBase
 
getNrOfCrossContextSendRequests() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Return the number of cross-context send requests.
getNrOfFilterRequests() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Return the number of filtered requests.
getNrOfInvocations() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
Returns the total number of times this query has been invoked.
getNrOfRequests() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Return the number of requests.
getNrOfSendRequests() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Return the number of send requests.
getNString(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getNString(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getNString(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getNString(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getNumActive() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
[Read Only] The current number of active connections that have been allocated from this data source.
getNumActive() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getNumActive() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Gets the number of active connections in the default pool.
getNumActive() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.SharedPoolDataSource
Gets the number of active connections in the pool.
getNumActive() - Method in class org.apache.tomcat.dbcp.pool2.BaseObjectPool
Not supported in this base implementation.
getNumActive() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
 
getNumActive() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getNumActive() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
 
getNumActive() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
getNumActive() - Method in class org.apache.tomcat.dbcp.pool2.impl.SoftReferenceObjectPool
Gets the number of instances currently borrowed from this pool.
getNumActive() - Method in interface org.apache.tomcat.dbcp.pool2.KeyedObjectPool
Gets the total number of instances currently borrowed from this pool but not yet returned.
getNumActive() - Method in interface org.apache.tomcat.dbcp.pool2.ObjectPool
Gets the number of instances currently borrowed from this pool.
getNumActive() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Returns the number of connections currently in use by the application.
getNumActive() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getNumActive() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
Returns the number of active (in-use) connections.
getNumActive(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Gets the number of active connections in the pool for a given user.
getNumActive(K) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
 
getNumActive(K) - Method in interface org.apache.tomcat.dbcp.pool2.KeyedObjectPool
Gets the number of instances currently borrowed from but not yet returned to the pool corresponding to the given key.
getNumActivePerKey() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
 
getNumActivePerKey() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getNumberOfSessions() - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
Returns the number of migrated sessions.
getNumBits() - Method in class org.apache.catalina.util.TimeBucketCounter
Returns the number of bits used for bucket index calculation.
getNumCount() - Method in class org.apache.jasper.compiler.Node.CustomTag
Returns the number count for this custom tag.
getNumericFunctions() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getNumIdle() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
[Read Only] The current number of idle connections that are waiting to be allocated from this data source.
getNumIdle() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getNumIdle() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Gets the number of idle connections in the default pool.
getNumIdle() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.SharedPoolDataSource
Gets the number of idle connections in the pool.
getNumIdle() - Method in class org.apache.tomcat.dbcp.pool2.BaseObjectPool
Not supported in this base implementation.
getNumIdle() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets the number of instances currently idle in this pool.
getNumIdle() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
 
getNumIdle() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getNumIdle() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
 
getNumIdle() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
getNumIdle() - Method in class org.apache.tomcat.dbcp.pool2.impl.SoftReferenceObjectPool
Gets an approximation not less than the of the number of idle instances in the pool.
getNumIdle() - Method in interface org.apache.tomcat.dbcp.pool2.KeyedObjectPool
Gets the total number of instances currently idle in this pool.
getNumIdle() - Method in interface org.apache.tomcat.dbcp.pool2.ObjectPool
Gets the number of instances currently idle in this pool.
getNumIdle() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
getNumIdle() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getNumIdle() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
Returns the number of idle connections in the pool.
getNumIdle(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Gets the number of idle connections in the pool for a given user.
getNumIdle(K) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
 
getNumIdle(K) - Method in interface org.apache.tomcat.dbcp.pool2.KeyedObjectPool
Gets the number of instances corresponding to the given key currently idle in this pool.
getNumTestsPerEvictionRun() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the value of the {code numTestsPerEvictionRun} property.
getNumTestsPerEvictionRun() - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Gets the number of statements to examine during each run of the idle object evictor thread (if any.)
getNumTestsPerEvictionRun() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getNumTestsPerEvictionRun() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets the maximum number of objects to examine during each run (if any) of the idle object evictor thread.
getNumTestsPerEvictionRun() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Gets the value for the numTestsPerEvictionRun configuration attribute for pools created with this configuration instance.
getNumTestsPerEvictionRun() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getNumTestsPerEvictionRun() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
getNumTestsPerEvictionRun() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getNumTestsPerEvictionRun() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getNumTestsPerEvictionRun() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Property not used
getNumTestsPerEvictionRun() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getNumWaiters() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
Gets an estimate of the number of threads currently blocked waiting for an object from the pool.
getNumWaiters() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getNumWaiters() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
Gets an estimate of the number of threads currently blocked waiting for an object from the pool.
getNumWaiters() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
getNumWaitersByKey() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
Gets an estimate of the number of threads currently blocked waiting for an object from the pool for each key.
getNumWaitersByKey() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getObject() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
 
getObject() - Method in class org.apache.tomcat.dbcp.pool2.impl.PooledSoftReference
Gets the object that the wrapped SoftReference refers to.
getObject() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
Gets the underlying object that is wrapped by this instance of PooledObject.
getObject(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getObject(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getObject(int, Class) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getObject(int, Class) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getObject(int, Map) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getObject(int, Map) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getObject(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getObject(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getObject(String, Class) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getObject(String, Class) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getObject(String, Map) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getObject(String, Map) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getObject(ResultSet, int, Class) - Static method in class org.apache.tomcat.dbcp.dbcp2.Jdbc41Bridge
Delegates to ResultSet.getObject(int, Class) without throwing an AbstractMethodError.
getObject(ResultSet, String, Class) - Static method in class org.apache.tomcat.dbcp.dbcp2.Jdbc41Bridge
getObject(PooledObject) - Static method in interface org.apache.tomcat.dbcp.pool2.PooledObject
Gets the wrapped object or null.
getObjectInputStream(InputStream) - Method in class org.apache.catalina.session.StoreBase
Create the object input stream to use to read a session from the store.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.catalina.users.DataSourceUserDatabaseFactory
Create and return a new DataSourceUserDatabase instance that has been configured according to the properties of the specified Reference.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.catalina.users.MemoryUserDatabaseFactory
Create and return a new MemoryUserDatabase instance that has been configured according to the properties of the specified Reference.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.BeanFactory
Create a new Bean instance.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.DataSourceLinkFactory
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.FactoryBase
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.LookupFactory
Create a new Resource env instance.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.MailSessionFactory
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.OpenEjbFactory
Create a new EJB instance using OpenEJB.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.ResourceLinkFactory
Create a new resource instance.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.SendMailFactory
Create a MimePartDataSource instance from the given JNDI reference.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.java.javaURLContextFactory
Create a new Context's instance.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSourceFactory
Creates and return a new BasicDataSource instance.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Implements ObjectFactory to create an instance of this class
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSourceFactory
Implements ObjectFactory to create an instance of SharedPoolDataSource or PerUserPoolDataSource
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.SharedPoolDataSourceFactory
Implements ObjectFactory to create an instance of SharedPoolDataSource or PerUserPoolDataSource
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.tomcat.jdbc.naming.GenericNamingResourcesFactory
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Create and return a new BasicDataSource instance.
getObjectMaxSize() - Method in class org.apache.catalina.webresources.Cache
Returns the maximum size of a single cached object in kilobytes.
getObjectMaxSizeBytes() - Method in class org.apache.catalina.webresources.Cache
Returns the maximum size of a single cached object in bytes.
getObjectName() - Method in interface org.apache.catalina.Container
Obtain the JMX name for this container.
getObjectName() - Method in interface org.apache.catalina.JmxEnabled
Returns the name under which this component has been registered with JMX.
getObjectName() - Method in class org.apache.catalina.util.LifecycleMBeanBase
 
getObjectName() - Method in class org.apache.coyote.AbstractProtocol
Gets the object name.
getObjectName() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Returns the JMX ObjectName under which this MBean is registered.
getObjectName() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Returns the JMX ObjectName for this pooled connection.
getObjectName() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Returns the string representation of the JMX ObjectName.
getObjectName() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns the JMX object name.
getObjectName() - Method in class org.apache.tomcat.util.net.SSLHostConfigCertificate
Returns the JMX ObjectName for this certificate configuration.
getObjectName(Class, String) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
Returns the JMX ObjectName for the given class and pool name.
getObjectNameKeyProperties() - Method in class org.apache.catalina.connector.Connector
 
getObjectNameKeyProperties() - Method in class org.apache.catalina.core.StandardContext
 
getObjectNameKeyProperties() - Method in class org.apache.catalina.core.StandardEngine
 
getObjectNameKeyProperties() - Method in class org.apache.catalina.core.StandardHost
 
getObjectNameKeyProperties() - Method in class org.apache.catalina.core.StandardServer
 
getObjectNameKeyProperties() - Method in class org.apache.catalina.core.StandardService
 
getObjectNameKeyProperties() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
getObjectNameKeyProperties() - Method in class org.apache.catalina.core.StandardVirtualThreadExecutor
 
getObjectNameKeyProperties() - Method in class org.apache.catalina.core.StandardWrapper
 
getObjectNameKeyProperties() - Method in class org.apache.catalina.deploy.NamingResourcesImpl
 
getObjectNameKeyProperties() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Returns the key properties used to build the JMX ObjectName for this cluster.
getObjectNameKeyProperties() - Method in class org.apache.catalina.loader.WebappLoader
 
getObjectNameKeyProperties() - Method in class org.apache.catalina.mapper.MapperListener
 
getObjectNameKeyProperties() - Method in class org.apache.catalina.realm.RealmBase
 
getObjectNameKeyProperties() - Method in class org.apache.catalina.session.ManagerBase
 
getObjectNameKeyProperties() - Method in class org.apache.catalina.startup.FailedContext
 
getObjectNameKeyProperties() - Method in class org.apache.catalina.util.LifecycleMBeanBase
Allow subclasses to specify the key properties component of the ObjectName that will be used to register this component.
getObjectNameKeyProperties() - Method in class org.apache.catalina.valves.ValveBase
 
getObjectNameKeyProperties() - Method in class org.apache.catalina.webresources.StandardRoot
 
getOcspEnabled() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns whether OCSP is enabled.
getOcspSoftFail() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns whether OCSP soft fail is enabled.
getOcspTimeout() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns the OCSP timeout.
getOcspVerifyFlags() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns the OCSP verify flags.
getOffset() - Method in class org.apache.tomcat.util.buf.AbstractChunk
Deprecated.
Unused. This method will be removed in Tomcat 12.
getOmit() - Method in class org.apache.jasper.compiler.Node.NamedAttribute
Returns the omit attribute of this named attribute.
getOmitXmlDecl() - Method in class org.apache.jasper.compiler.PageInfo
Returns the omit XML declaration setting.
getONameForUpgrade(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the ObjectName for the MBean of the specified upgrade protocol.
getOnClose() - Method in class org.apache.tomcat.websocket.pojo.PojoMethodMapping
Return the method annotated with OnClose.
getOnCloseArgs(Map, Session, CloseReason) - Method in class org.apache.tomcat.websocket.pojo.PojoMethodMapping
Build the arguments for the onClose method.
getOnError() - Method in class org.apache.tomcat.websocket.pojo.PojoMethodMapping
Return the method annotated with OnError.
getOnErrorArgs(Map, Session, Throwable) - Method in class org.apache.tomcat.websocket.pojo.PojoMethodMapping
Build the arguments for the onError method.
getOnOpen() - Method in class org.apache.tomcat.websocket.pojo.PojoMethodMapping
Return the method annotated with OnOpen.
getOnOpenArgs(Map, Session, EndpointConfig) - Method in class org.apache.tomcat.websocket.pojo.PojoMethodMapping
Build the arguments for the onOpen method.
getOoBInline() - Method in class org.apache.catalina.tribes.transport.AbstractSender
Returns whether out-of-band data is delivered inline.
getOoBInline() - Method in interface org.apache.catalina.tribes.transport.nio.NioReceiverMBean
Returns whether out-of-band inline is enabled.
getOoBInline() - Method in interface org.apache.catalina.tribes.transport.nio.PooledParallelSenderMBean
Returns whether out-of-band data is processed inline.
getOoBInline() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns whether OOBINLINE (out-of-band data) is enabled.
getOoBInline() - Method in class org.apache.tomcat.util.net.SocketProperties
Returns the OOBINLINE socket option value.
getOpaque() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Get the opaque string.
getOpCode() - Method in class org.apache.tomcat.websocket.MessagePart
Get the operation code.
getOpenSessions() - Method in class org.apache.tomcat.websocket.WsSession
 
getOpenSSLAlias() - Method in enum class org.apache.tomcat.util.net.openssl.ciphers.Cipher
Returns the OpenSSL alias.
getOpenSSLAltNames() - Method in enum class org.apache.tomcat.util.net.openssl.ciphers.Cipher
Returns the OpenSSL alternative names.
getOpenSslConf() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns the OpenSSL configuration.
getOpenSslConfContext() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns the OpenSSL configuration context pointer.
getOpenSslContext() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns the OpenSSL context pointer.
getOpenSSLVersion() - Static method in class org.apache.catalina.core.AprStatus
Deprecated.
 
getOpenSSLVersion() - Static method in class org.apache.tomcat.jni.AprStatus
Returns the OpenSSL version.
getOperation() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
Get the comparison operation.
getOperation() - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
Get the MBean operation name.
getOperations() - Method in class org.apache.tomcat.util.modeler.ManagedBean
Return the collection of operations for this MBean.
getOption(ServletConfig, String, String) - Static method in class org.apache.jasper.runtime.TagHandlerPool
Retrieves a configuration option from the given servlet config, falling back to the servlet context init parameter, then to the default value.
getOptionCheck() - Method in class org.apache.catalina.tribes.group.GroupChannel
 
getOptionCheck() - Method in interface org.apache.catalina.tribes.group.GroupChannelMBean
Returns whether option flag checking is enabled.
getOptionFlag() - Method in interface org.apache.catalina.tribes.ChannelInterceptor
An interceptor can react to a message based on a set bit on the message options.
getOptionFlag() - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
getOptionFlag() - Method in interface org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptorMBean
Get the option flag.
getOptionFlag() - Method in interface org.apache.catalina.tribes.group.interceptors.EncryptInterceptorMBean
Returns the option flag for the encryption interceptor.
getOptionFlag() - Method in interface org.apache.catalina.tribes.group.interceptors.GzipInterceptorMBean
Returns the option flag used by this interceptor.
getOptionFlag() - Method in interface org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptorMBean
Get the option flag.
getOptionFlag() - Method in interface org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptorMBean
Returns the option flag used for message sending.
getOptionFlag() - Method in interface org.apache.catalina.tribes.group.interceptors.TcpFailureDetectorMBean
Returns the socket option flag used for member checks.
getOptionFlag() - Method in interface org.apache.catalina.tribes.group.interceptors.TcpPingInterceptorMBean
Returns the socket option flag used for ping messages.
getOptionFlag() - Method in interface org.apache.catalina.tribes.group.interceptors.ThroughputInterceptorMBean
Returns the socket option flag.
getOptions() - Method in interface org.apache.catalina.tribes.ChannelMessage
The message options is a 32 bit flag set that triggers interceptors and message behavior.
getOptions() - Method in class org.apache.catalina.tribes.io.ChannelData
 
getOptions() - Method in class org.apache.catalina.tribes.transport.AbstractRxTask
Gets the options.
getOptions() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Returns the options for this runtime context.
getOptions() - Method in class org.apache.jasper.JspCompilationContext
Returns the options object for this compilation context.
getOptions(long) - Static method in class org.apache.tomcat.jni.SSL
Get OpenSSL Option.
getOptions(long) - Static method in class org.apache.tomcat.jni.SSLContext
Get OpenSSL Option.
getOrder(String) - Method in class org.apache.catalina.servlets.DefaultServlet.SortManager
Gets the Order to apply given an ordering-string.
getOriginalDocBase() - Method in class org.apache.catalina.core.StandardContext
Return the original document root for this context.
getOriginalMaxInactiveInterval() - Method in class org.apache.catalina.authenticator.SavedRequest
Deprecated.
This method will be removed in Tomcat 12.0.x onwards. Use SavedRequest.getOriginalMaxInactiveIntervalOptional()
getOriginalMaxInactiveIntervalOptional() - Method in class org.apache.catalina.authenticator.SavedRequest
Returns the original max inactive interval for the session.
getOriginalText() - Method in class org.apache.jasper.compiler.ELNode.Function
Returns the original function text as it appeared in the source.
getOut() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getOut() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getOutboundRemaining() - Method in class org.apache.tomcat.util.net.NioChannel
Returns the number of bytes remaining in the outbound buffer.
getOutboundRemaining() - Method in class org.apache.tomcat.util.net.SecureNioChannel
 
getOutCounter(Member) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
Returns the outgoing counter for a member, creating one if needed.
getOutputDir() - Method in class org.apache.jasper.JspCompilationContext
The output directory to generate code into.
getOutputStream() - Method in class org.apache.catalina.connector.Response
 
getOutputStream() - Method in class org.apache.catalina.connector.ResponseFacade
 
getOutputStream() - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
 
getOutputStream() - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
Return an OutputStream, throws an exception if a printwriter already been returned.
getOutputStream() - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessorExternal
 
getOutputStream() - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessorInternal
 
getOutputStream() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
 
getOutputStream() - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
 
getOutputStream() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Gets an OutputStream that can be used for storing the contents of the file.
getOutputStream() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Returns an OutputStream that can be used for storing the contents of the file.
getOverheadContinuationThreshold() - Method in class org.apache.coyote.http2.Http2Protocol
Returns the payload size threshold for CONTINUATION frame overhead tracking.
getOverheadCountFactor() - Method in class org.apache.coyote.http2.Http2Protocol
Returns the overhead count factor used for overhead frame tracking.
getOverheadDataThreshold() - Method in class org.apache.coyote.http2.Http2Protocol
Returns the payload size threshold for DATA frame overhead tracking.
getOverheadResetFactor() - Method in class org.apache.coyote.http2.Http2Protocol
Returns the overhead reset factor used for RST frame tracking.
getOverheadWindowUpdateThreshold() - Method in class org.apache.coyote.http2.Http2Protocol
Returns the payload size threshold for WINDOW_UPDATE frame overhead tracking.
getOverride() - Method in interface org.apache.catalina.Context
Returns whether the container's default web.xml should be overridden by this web application's web.xml.
getOverride() - Method in class org.apache.catalina.core.StandardContext
Returns whether the container's default web.xml should be overridden by this web application's web.xml.
getOverride() - Method in class org.apache.catalina.startup.FailedContext
 
getOverride() - Method in class org.apache.tomcat.util.descriptor.web.ApplicationParameter
Returns whether overrides are allowed.
getOverride() - Method in class org.apache.tomcat.util.descriptor.web.ContextEnvironment
Returns whether this environment entry allows overrides by the application deployment descriptor.
getOverride() - Method in class org.apache.tomcat.util.descriptor.web.ContextResourceEnvRef
Returns whether this environment entry allows overrides by the application deployment descriptor.
getPackageImports() - Method in interface org.apache.jasper.runtime.JspSourceImports
Returns the set of package imports.
getPacketSize() - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Gets the AJP packet size.
getPage() - Method in class org.apache.jasper.compiler.Node.ForwardAction
Returns the page attribute for this forward action.
getPage() - Method in class org.apache.jasper.compiler.Node.IncludeAction
Returns the page attribute for this include action.
getPage() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getPage() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getPageContext(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.jasper.runtime.JspFactoryImpl
 
getPageEncoding() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
Returns the page encoding.
getPageEncoding() - Method in class org.apache.jasper.compiler.Node.Root
Returns the encoding of the page.
getPageEncoding() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
Returns the page encoding for pages in this group.
getPageEncoding() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
 
getPageInfo() - Method in class org.apache.jasper.compiler.Compiler
Returns the page information.
getParallelAnnotationScanning() - Method in interface org.apache.catalina.Context
Returns the value of the parallel annotation scanning flag.
getParallelAnnotationScanning() - Method in class org.apache.catalina.core.StandardContext
 
getParallelAnnotationScanning() - Method in class org.apache.catalina.startup.FailedContext
 
getParameter() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
Returns the parameter value from the most recent parameter token.
getParameter(String) - Method in class org.apache.catalina.connector.Request
 
getParameter(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getParameter(String) - Method in class org.apache.tomcat.util.http.Parameters
Returns the first value of the parameter with the given name.
getParameterCount() - Method in class org.apache.tomcat.util.http.parser.MediaType
Get the number of parameters.
getParameterMap() - Method in class org.apache.catalina.connector.Request
 
getParameterMap() - Method in class org.apache.catalina.connector.RequestFacade
 
getParameterMap() - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
Returns the set of initialization parameters for this filter, keyed by parameter name.
getParameterMap() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
Returns the set of initialization parameters for this servlet, keyed by parameter name.
getParameterMap() - Method in class org.apache.tomcat.websocket.server.WsHandshakeRequest
 
getParameterMetaData() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
getParameterNames() - Method in class org.apache.catalina.connector.Request
 
getParameterNames() - Method in class org.apache.catalina.connector.RequestFacade
 
getParameterNames() - Method in class org.apache.tomcat.util.http.Parameters
Returns the names of all parameters.
getParameters() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets derived CGI query parameters
getParameters() - Method in class org.apache.coyote.Request
Return the request parameters.
getParameters() - Method in class org.apache.jasper.compiler.ELNode.Function
Returns the parameter type signatures for this function.
getParameters() - Method in class org.apache.tomcat.util.http.parser.TE
Returns the parameters for this encoding.
getParameters() - Method in class org.apache.tomcat.websocket.WsExtension
 
getParameters(String, KeyStore, boolean) - Method in class org.apache.tomcat.util.net.SSLUtilBase
Return the initialization parameters for the TrustManager.
getParameterTypeNames() - Method in class org.apache.jasper.compiler.Node.JspAttribute
Returns the parameter type names for a deferred method expression.
getParameterValue(String) - Method in class org.apache.tomcat.util.http.parser.MediaType
Get the value of a parameter.
getParameterValues(String) - Method in class org.apache.catalina.connector.Request
 
getParameterValues(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getParameterValues(String) - Method in class org.apache.tomcat.util.http.Parameters
Returns the values of the parameter with the given name.
getParent() - Method in interface org.apache.catalina.Container
Get the parent container.
getParent() - Method in class org.apache.catalina.core.ContainerBase
 
getParent() - Method in class org.apache.catalina.ha.context.ReplicatedContext.ReplApplContext
Return the parent replicated context.
getParent() - Method in class org.apache.catalina.startup.FailedContext
 
getParent() - Method in class org.apache.jasper.compiler.Node
Returns the parent node.
getParent() - Method in class org.apache.tomcat.util.xreflection.SetPropertyClass
Returns the parent class.
getParentClassLoader() - Method in interface org.apache.catalina.Container
Get the parent class loader.
getParentClassLoader() - Method in class org.apache.catalina.core.ContainerBase
 
getParentClassLoader() - Method in class org.apache.catalina.core.StandardContext
 
getParentClassLoader() - Method in class org.apache.catalina.core.StandardEngine
 
getParentClassLoader() - Method in class org.apache.catalina.core.StandardServer
 
getParentClassLoader() - Method in class org.apache.catalina.core.StandardService
 
getParentClassLoader() - Method in interface org.apache.catalina.Server
Returns the parent class loader for this server component.
getParentClassLoader() - Method in interface org.apache.catalina.Service
Returns the parent class loader for this component.
getParentClassLoader() - Method in class org.apache.catalina.startup.Catalina
Return the shared extensions class loader.
getParentClassLoader() - Method in class org.apache.catalina.startup.FailedContext
 
getParentClassLoader() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Get the parent ClassLoader.
getParentContext() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Get the PluginContext for the parent of this custom tag.
getParentLogger() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
 
getParentLogger() - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
 
getParentLogger() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
 
getParentLogger() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDataSource
 
getParentLogger() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDriver
 
getParentLogger() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
getParentLogger(CommonDataSource) - Static method in class org.apache.tomcat.dbcp.dbcp2.Jdbc41Bridge
getParentPool() - Method in class org.apache.tomcat.jdbc.pool.ProxyConnection
Returns the parent connection pool.
getParentTag() - Method in class org.apache.jasper.runtime.JspFragmentHelper
Returns the parent tag that owns this fragment.
getParseBodyMethods() - Method in class org.apache.catalina.connector.Connector
Returns the HTTP methods which will support body parameters parsing.
getParsedHeaders(String) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Parses the header-part and returns as key/value pairs.
getParser() - Method in class org.apache.tomcat.util.digester.Digester
Return the SAXParser we will use to parse the input stream.
getParser(String) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
getPart(String) - Method in class org.apache.catalina.connector.Request
 
getPart(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getPartHeaderSizeMax() - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Obtain the per part size limit for headers.
getPartHeaderSizeMax() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Obtain the per part size limit for headers.
getPartialServletStackTrace(Throwable) - Method in class org.apache.catalina.valves.ErrorReportValve
Print out a partial servlet stack trace (truncating at the last occurrence of jakarta.servlet.).
getPartitioned() - Method in class org.apache.tomcat.util.http.CookieProcessorBase
Should the Partitioned attribute be added by default to cookies created for this web application.
getParts() - Method in class org.apache.catalina.connector.Request
 
getParts() - Method in class org.apache.catalina.connector.RequestFacade
 
getPassword() - Method in class org.apache.catalina.ant.AbstractCatalinaTask
Returns the login password for the Manager application.
getPassword() - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
Get the JMX password.
getPassword() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Get the login password.
getPassword() - Method in class org.apache.catalina.authenticator.BasicAuthenticator.BasicCredentials
Trivial accessor.
getPassword() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Gets the password credential (if any) associated with the SSO.
getPassword() - Method in class org.apache.catalina.realm.JNDIRealm.User
Get the password.
getPassword() - Method in interface org.apache.catalina.User
Returns the logon password of this user.
getPassword() - Method in class org.apache.catalina.users.AbstractUser
 
getPassword() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Deprecated.
Exposing passwords via JMX is an Information Exposure issue.
getPassword() - Method in interface org.apache.tomcat.dbcp.dbcp2.BasicDataSourceMXBean
Deprecated.
Exposing passwords via JMX is an Information Exposure issue.
getPassword() - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Gets the value of password for the default user.
getPassword() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getPassword() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getPassword() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns the password used when establishing connections to the database.
getPassword() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getPassword(String) - Method in class org.apache.catalina.realm.AuthenticatedUserRealm
 
getPassword(String) - Method in class org.apache.catalina.realm.CombinedRealm
 
getPassword(String) - Method in class org.apache.catalina.realm.DataSourceRealm
 
getPassword(String) - Method in class org.apache.catalina.realm.JAASRealm
 
getPassword(String) - Method in class org.apache.catalina.realm.JNDIRealm
 
getPassword(String) - Method in class org.apache.catalina.realm.MemoryRealm
 
getPassword(String) - Method in class org.apache.catalina.realm.NullRealm
 
getPassword(String) - Method in class org.apache.catalina.realm.RealmBase
Get the password for the specified user.
getPassword(String) - Method in class org.apache.catalina.realm.UserDatabaseRealm
 
getPassword(Connection, String) - Method in class org.apache.catalina.realm.DataSourceRealm
Return the password associated with the given principal's username.
getPasswordCharArray() - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Gets the value of password for the default user.
getPath() - Method in class org.apache.catalina.ant.AbstractCatalinaCommandTask
Returns the path.
getPath() - Method in class org.apache.catalina.ant.ValidatorTask
Returns the path to the webapp directory.
getPath() - Method in interface org.apache.catalina.Context
Returns the context path for this web application.
getPath() - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
 
getPath() - Method in class org.apache.catalina.core.StandardContext
 
getPath() - Method in record class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
Get the path.
getPath() - Method in class org.apache.catalina.startup.FailedContext
 
getPath() - Method in class org.apache.catalina.util.ContextName
Returns the path of this context.
getPath() - Method in class org.apache.catalina.valves.HealthCheckValve
Get the health check path.
getPath() - Method in class org.apache.jasper.compiler.JspConfig.JspPropertyGroup
Returns the URL path component of this property group.
getPath() - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
Returns the tag file path.
getPathInfo() - Method in class org.apache.catalina.connector.Request
 
getPathInfo() - Method in class org.apache.catalina.connector.RequestFacade
 
getPathname() - Method in class org.apache.catalina.realm.MemoryRealm
Get the pathname of the XML file containing user definitions.
getPathname() - Method in class org.apache.catalina.session.StandardManager
Return the session persistence pathname, if any.
getPathname() - Method in class org.apache.catalina.users.MemoryUserDatabase
Return the relative or absolute pathname to the persistent storage file.
getPathParameter(String) - Method in class org.apache.catalina.connector.Request
Return the value of the specified path parameter.
getPathParameter(String) - Method in class org.apache.coyote.Request
Return the value of the specified path parameter.
getPathParameters() - Method in class org.apache.tomcat.websocket.WsSession
 
getPathPrefix(HttpServletRequest) - Method in class org.apache.catalina.servlets.DefaultServlet
Determines the appropriate path to prepend resources with when generating directory listings.
getPathPrefix(HttpServletRequest) - Method in class org.apache.catalina.servlets.WebdavServlet
 
getPathsAcceptingParams() - Method in class org.apache.catalina.filters.RestCsrfPreventionFilter
Get the set of paths that accept parameters.
getPathTranslated() - Method in class org.apache.catalina.connector.Request
 
getPathTranslated() - Method in class org.apache.catalina.connector.RequestFacade
 
getPathWithoutContext(String, String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
Remove the context path prefix from a servlet path.
getPathWithoutFileName(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
Get the path portion without the file name.
getPattern() - Method in class org.apache.catalina.valves.AbstractAccessLogValve
Returns the format pattern.
getPatternString() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get the pattern string.
getPaused() - Method in interface org.apache.catalina.Context
Is this Context paused whilst it is reloaded?
getPaused() - Method in class org.apache.catalina.core.StandardContext
 
getPaused() - Method in class org.apache.catalina.startup.FailedContext
 
getPayload() - Method in interface org.apache.catalina.tribes.Member
Return the payload associated with this member.
getPayload() - Method in class org.apache.catalina.tribes.membership.McastService
Get the payload.
getPayload() - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
getPayload() - Method in class org.apache.tomcat.websocket.MessagePart
Get the payload.
getPeerAddr() - Method in class org.apache.catalina.connector.Request
Return the peer IP address of the connection making this request.
getPeerAddr() - Method in class org.apache.coyote.RequestInfo
Return the peer address.
getPeerCertChain(long) - Static method in class org.apache.tomcat.jni.SSL
Get the peer certificate chain or null if none was sent.
getPeerCertificate(long) - Static method in class org.apache.tomcat.jni.SSL
Get the peer certificate or null if none was sent.
getPeerCertificateChain() - Method in class org.apache.tomcat.util.net.jsse.JSSESupport
 
getPeerCertificateChain() - Method in interface org.apache.tomcat.util.net.SSLSupport
The client certificate chain (if any).
getPerformanceBandwidth() - Method in class org.apache.tomcat.util.net.SocketProperties
Returns the performance preference for bandwidth.
getPerformanceConnectionTime() - Method in class org.apache.tomcat.util.net.SocketProperties
Returns the performance preference for connection time.
getPerformanceLatency() - Method in class org.apache.tomcat.util.net.SocketProperties
Returns the performance preference for latency.
getPerformReadTest() - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
getPerformReadTest() - Method in interface org.apache.catalina.tribes.group.interceptors.TcpFailureDetectorMBean
Returns whether read tests are performed.
getPerformSendTest() - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
getPerformSendTest() - Method in interface org.apache.catalina.tribes.group.interceptors.TcpFailureDetectorMBean
Returns whether send tests are performed.
getPeriodicEventDelay() - Method in class org.apache.catalina.core.StandardServer
Return the period between two lifecycle events, in seconds.
getPermission() - Method in class org.apache.catalina.webresources.war.WarURLConnection
Deprecated.
getPermissions(CodeSource) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Get the Permissions for a CodeSource.
getPermittedSize() - Method in exception class org.apache.tomcat.util.http.fileupload.impl.SizeException
Retrieves the permitted size of the request.
getPersistAuthentication() - Method in class org.apache.catalina.session.ManagerBase
Return whether sessions managed by this manager shall persist authentication information or not.
getPerUserBlockWhenExhausted(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Gets the user specific value for BaseGenericObjectPool.getBlockWhenExhausted() for the specified user's pool or the default if no user specific value is defined.
getPerUserDefaultAutoCommit(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Gets the user specific default value for Connection.setAutoCommit(boolean) for the specified user's pool.
getPerUserDefaultReadOnly(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Gets the user specific default value for Connection.setReadOnly(boolean) for the specified user's pool.
getPerUserDefaultTransactionIsolation(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Gets the user specific default value for Connection.setTransactionIsolation(int) for the specified user's pool.
getPerUserDurationBetweenEvictionRuns(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Gets the user specific value for BaseGenericObjectPool.getDurationBetweenEvictionRuns() for the specified user's pool or the default if no user specific value is defined.
getPerUserEvictionPolicyClassName(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Gets the user specific value for BaseGenericObjectPool.getEvictionPolicyClassName() for the specified user's pool or the default if no user specific value is defined.
getPerUserLifo(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Gets the user specific value for BaseGenericObjectPool.getLifo() for the specified user's pool or the default if no user specific value is defined.
getPerUserMaxIdle(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Gets the user specific value for GenericObjectPool.getMaxIdle() for the specified user's pool or the default if no user specific value is defined.
getPerUserMaxTotal(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Gets the user specific value for BaseGenericObjectPool.getMaxTotal() for the specified user's pool or the default if no user specific value is defined.
getPerUserMaxWaitDuration(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Gets the user specific value for BaseGenericObjectPool.getMaxWaitDuration() for the specified user's pool or the default if no user specific value is defined.
getPerUserMaxWaitMillis(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
getPerUserMinEvictableIdleDuration(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Gets the user specific value for BaseGenericObjectPool.getMinEvictableIdleDuration() for the specified user's pool or the default if no user specific value is defined.
getPerUserMinEvictableIdleTimeMillis(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
getPerUserMinIdle(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Gets the user specific value for GenericObjectPool.getMinIdle() for the specified user's pool or the default if no user specific value is defined.
getPerUserNumTestsPerEvictionRun(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Gets the user specific value for BaseGenericObjectPool.getNumTestsPerEvictionRun() for the specified user's pool or the default if no user specific value is defined.
getPerUserSoftMinEvictableIdleDuration(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Gets the user specific value for BaseGenericObjectPool.getSoftMinEvictableIdleDuration() for the specified user's pool or the default if no user specific value is defined.
getPerUserSoftMinEvictableIdleTimeMillis(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
getPerUserTestOnBorrow(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Gets the user specific value for BaseGenericObjectPool.getTestOnBorrow() for the specified user's pool or the default if no user specific value is defined.
getPerUserTestOnCreate(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Gets the user specific value for BaseGenericObjectPool.getTestOnCreate() for the specified user's pool or the default if no user specific value is defined.
getPerUserTestOnReturn(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Gets the user specific value for BaseGenericObjectPool.getTestOnReturn() for the specified user's pool or the default if no user specific value is defined.
getPerUserTestWhileIdle(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Gets the user specific value for BaseGenericObjectPool.getTestWhileIdle() for the specified user's pool or the default if no user specific value is defined.
getPerUserTimeBetweenEvictionRunsMillis(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
getPingInterval() - Method in class org.apache.catalina.tribes.membership.StaticMembershipService
 
getPingInterval() - Method in interface org.apache.catalina.tribes.membership.StaticMembershipServiceMBean
Returns the ping interval in milliseconds.
getPingManager() - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
getPipeline() - Method in interface org.apache.catalina.Container
Return the Pipeline object that manages the Valves associated with this Container.
getPipeline() - Method in class org.apache.catalina.core.ContainerBase
 
getPipeline() - Method in class org.apache.catalina.startup.FailedContext
 
getPluggabilityScan() - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
Returns the pluggability scan pattern.
getPluggabilitySkip() - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
Returns the pluggability skip pattern.
getPluginAttribute(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Get the value of an attribute in the current tagplugin context.
getPlugins() - Method in class org.apache.tomcat.util.descriptor.tagplugin.TagPluginParser
Returns the map of registered tag plugins.
getPojo() - Method in class org.apache.tomcat.websocket.pojo.PojoEndpointBase
Returns the POJO instance wrapped by this endpoint.
getPolicy() - Method in interface org.apache.catalina.util.RateLimiter
Returns the full representation of the current rate limit policy in the format defined by the IETF draft for RateLimit header fields.
getPolicyName() - Method in interface org.apache.catalina.util.RateLimiter
Returns the name of the rate limit policy.
getPolicyName() - Method in class org.apache.catalina.util.RateLimiterBase
 
getPoller() - Method in class org.apache.tomcat.util.net.NioEndpoint
Returns the poller instance.
getPoller() - Method in class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper
Returns the poller.
getPollerThreadPriority() - Method in class org.apache.coyote.http11.Http11NioProtocol
Gets the poller thread priority for the NIO endpoint.
getPollerThreadPriority() - Method in class org.apache.tomcat.util.net.NioEndpoint
Returns the poller thread priority.
getPongMessageHandler() - Method in class org.apache.tomcat.websocket.WsSession
Returns the pong message handler for this session.
getPool() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Returns the ObjectPool in which Connections are pooled.
getPool() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDataSource
Gets the backing object pool.
getPool() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Return the underlying connection pool, creating it if necessary.
getPool() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Returns the underlying connection pool instance.
getPool() - Method in class org.apache.tomcat.jdbc.pool.ProxyConnection
Returns the parent connection pool.
getPoolCleaners() - Static method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Returns an unmodifiable set of all registered pool cleaner tasks.
getPoolCounter() - Static method in class org.apache.tomcat.jdbc.pool.PoolProperties
Returns the current pool counter value.
getPooledConnection() - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Attempts to establish a database connection using the default user and password.
getPooledConnection() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Get a database connection.
getPooledConnection(String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Attempts to establish a database connection.
getPooledConnection(String, String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Get a database connection.
getPooledConnectionAndInfo(String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
This method is protected but can only be implemented in this package because PooledConnectionAndInfo is a package private type.
getPooledConnectionAndInfo(String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
 
getPooledConnectionAndInfo(String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.SharedPoolDataSource
 
getPooledObjectToString() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObjectInfo
 
getPooledObjectToString() - Method in interface org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObjectInfoMBean
Gets a String form of the wrapper for debug purposes.
getPooledObjectType() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObjectInfo
 
getPooledObjectType() - Method in interface org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObjectInfoMBean
Gets the name of the class of the pooled object.
getPoolName() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getPoolName() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
JMX operation - return the name of the pool
getPoolName() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getPoolName() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns the name of the connection pool.
getPoolName() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getPoolNames() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDriver
Gets the pool names.
getPoolNames() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
JMX operation - return the names of all the pools
getPoolProperties() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Returns the pool properties associated with this connection pool
getPoolProperties() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Return the pool configuration properties.
getPoolProperties() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Returns the pool configuration for the wrapped connection pool.
getPoolProperties() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Returns the configuration for this connection and pool
getPoolSize() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
getPoolSize() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
Return the current number of threads that are managed by the pool.
getPoolSize() - Method in interface org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptorMBean
Get the pool size.
getPoolSize() - Method in interface org.apache.catalina.tribes.transport.nio.NioReceiverMBean
Returns the current pool size.
getPoolSize() - Method in interface org.apache.catalina.tribes.transport.nio.PooledParallelSenderMBean
Returns the size of the sender pool.
getPoolSize() - Method in class org.apache.catalina.tribes.transport.PooledSender
Returns the maximum number of senders in the pool.
getPoolSize() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Return the current number of threads that are managed by the pool.
getPoolSize() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Return the current number of connections in the pool.
getPoolSize() - Method in interface org.apache.tomcat.util.threads.ResizableExecutor
Returns the current number of threads in the pool.
getPoolSize() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Returns the current number of threads in the pool.
getPoolSizeNoLock() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Returns the current number of threads in the pool.
getPoolStatements() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Tests whether to pool statements.
getPoolStats(String) - Static method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
Returns the query stats for a given pool
getPoolTagsWithExtends() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getPoolTagsWithExtends() - Method in interface org.apache.jasper.Options
Returns whether tag pooling is allowed on JSP pages that use the extends directive.
getPoolTimer() - Static method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Returns the shared timer used for scheduling pool cleaner tasks.
getPoolVersion() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Returns the current pool version counter.
getPopulateRequestAttributesFromSocket() - Method in class org.apache.coyote.AbstractProcessor
Processors that populate request attributes directly (e.g.
getPopulateRequestAttributesFromSocket() - Method in class org.apache.coyote.ajp.AjpProcessor
 
getPort() - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
Get the JMX port.
getPort() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Get the JMX MBeanServer port.
getPort() - Method in class org.apache.catalina.connector.Connector
Returns the port number on which this connector is configured to listen for requests.
getPort() - Method in class org.apache.catalina.core.StandardServer
 
getPort() - Method in class org.apache.catalina.ha.backend.HeartbeatListener
Get the port of the connector we want to proxy.
getPort() - Method in interface org.apache.catalina.Server
Returns the port number on which the server listens for shutdown commands.
getPort() - Method in interface org.apache.catalina.tribes.ChannelReceiver
Returns the listening port
getPort() - Method in interface org.apache.catalina.tribes.Member
Returns the listen port for the ChannelReceiver implementation
getPort() - Method in class org.apache.catalina.tribes.membership.McastService
 
getPort() - Method in interface org.apache.catalina.tribes.membership.McastServiceMBean
Get the multicast port.
getPort() - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
getPort() - Method in class org.apache.catalina.tribes.transport.AbstractSender
Returns the port of the destination.
getPort() - Method in interface org.apache.catalina.tribes.transport.nio.NioReceiverMBean
Returns the TCP listen port.
getPort() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns the port on which this receiver is listening.
getPort() - Method in class org.apache.coyote.AbstractProtocol
Gets the port.
getPort() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get the server socket port.
getPortHeader() - Method in class org.apache.catalina.filters.RemoteIpFilter
Returns the configured port header name.
getPortHeader() - Method in class org.apache.catalina.valves.RemoteIpValve
Obtain the name of the HTTP header used to override the value returned by Request.getServerPort() and (optionally depending on {link RemoteIpValve.isChangeLocalPort() Request.getLocalPort().
getPortlink(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
Returns the port link for the given service endpoint.
getPortName(int) - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
Returns the port name at the given index.
getPortNamesSize() - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
Returns the number of port names.
getPortOffset() - Method in class org.apache.catalina.connector.Connector
Returns the port offset to be applied to the configured port.
getPortOffset() - Method in class org.apache.catalina.core.StandardServer
 
getPortOffset() - Method in interface org.apache.catalina.Server
Get the number that offsets the port used for shutdown commands.
getPortOffset() - Method in class org.apache.coyote.AbstractProtocol
Gets the port offset.
getPortOffset() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get the port offset.
getPortWithOffset() - Method in class org.apache.catalina.connector.Connector
Returns the effective port number after applying the port offset.
getPortWithOffset() - Method in class org.apache.catalina.core.StandardServer
 
getPortWithOffset() - Method in interface org.apache.catalina.Server
Get the actual port on which server is listening for the shutdown commands.
getPortWithOffset() - Method in class org.apache.coyote.AbstractProtocol
Gets the port with offset applied.
getPortWithOffset() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get the port with offset applied.
getPostConstructMethods() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the post-construct methods.
getPostHandshakeAuthInProgress(long) - Static method in class org.apache.tomcat.jni.SSL
Is post handshake authentication in progress on this connection?
getPostResources() - Method in interface org.apache.catalina.WebResourceRoot
Returns the array of WebResourceSet configured to this web application as a 'Post' resource.
getPostResources() - Method in class org.apache.catalina.webresources.StandardRoot
 
getPreDestroyMethods() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the pre-destroy methods.
getPredicate() - Method in class org.apache.catalina.filters.CsrfPreventionFilter.MimePredicate
Get the delegate predicate.
getPreemptiveAuthentication() - Method in interface org.apache.catalina.Context
Returns whether the context will process authentication credentials when the request is for a non-protected resource.
getPreemptiveAuthentication() - Method in class org.apache.catalina.core.StandardContext
 
getPreemptiveAuthentication() - Method in class org.apache.catalina.startup.FailedContext
 
getPrefix() - Method in class org.apache.catalina.valves.AccessLogValve
Returns the log file prefix.
getPrefix() - Method in class org.apache.jasper.compiler.ELNode.Function
Returns the namespace prefix.
getPrefix() - Method in class org.apache.jasper.compiler.Node.CustomTag
Returns the tag prefix.
getPrefix() - Method in class org.apache.jasper.compiler.Node.NamedAttribute
Returns the prefix of this named attribute.
getPreflightMaxAge() - Method in class org.apache.catalina.filters.CorsFilter
Returns the preflight response cache time in seconds.
getPreResources() - Method in interface org.apache.catalina.WebResourceRoot
Returns the array of WebResourceSet configured to this web application as a 'Pre' resource.
getPreResources() - Method in class org.apache.catalina.webresources.StandardRoot
 
getPrevious() - Method in interface org.apache.catalina.tribes.ChannelInterceptor
Retrieve the previous interceptor in the list
getPrevious() - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
getPrimary() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
Gets the primary member for this entry.
getPrimary() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
Gets the primary member.
getPrimaryIndicatorName() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Return the primary indicator name.
getPrimaryKeys(String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getPrincipal() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Gets the Principal that has been authenticated by the SSO.
getPrincipal() - Method in class org.apache.catalina.connector.Request
Return the principal that has been authenticated for this request.
getPrincipal() - Method in class org.apache.catalina.manager.DummyProxySession
 
getPrincipal() - Method in interface org.apache.catalina.Session
Returns the authenticated Principal that is associated with this Session.
getPrincipal() - Method in class org.apache.catalina.session.StandardSession
 
getPrincipal(String) - Method in class org.apache.catalina.realm.AuthenticatedUserRealm
 
getPrincipal(String) - Method in class org.apache.catalina.realm.CombinedRealm
 
getPrincipal(String) - Method in class org.apache.catalina.realm.DataSourceRealm
 
getPrincipal(String) - Method in class org.apache.catalina.realm.JAASRealm
 
getPrincipal(String) - Method in class org.apache.catalina.realm.JNDIRealm
 
getPrincipal(String) - Method in class org.apache.catalina.realm.MemoryRealm
 
getPrincipal(String) - Method in class org.apache.catalina.realm.NullRealm
 
getPrincipal(String) - Method in class org.apache.catalina.realm.RealmBase
Get the principal associated with the specified user.
getPrincipal(String) - Method in class org.apache.catalina.realm.UserDatabaseRealm
 
getPrincipal(String, GSSCredential) - Method in class org.apache.catalina.realm.JNDIRealm
Get the principal for the given username.
getPrincipal(X509Certificate) - Method in class org.apache.catalina.realm.RealmBase
Get the principal associated with the specified certificate.
getPrincipal(JNDIRealm.JNDIConnection, String, GSSCredential) - Method in class org.apache.catalina.realm.JNDIRealm
Get the principal associated with the specified username.
getPrincipal(GSSName, GSSCredential) - Method in class org.apache.catalina.realm.JNDIRealm
 
getPrincipal(GSSName, GSSCredential) - Method in class org.apache.catalina.realm.RealmBase
Get the principal associated with the specified GSSName.
getPrincipal(GSSName, GSSCredential, GSSContext) - Method in class org.apache.catalina.realm.RealmBase
Get the principal associated with the specified GSSName.
getPrivateKey() - Method in class org.apache.tomcat.util.net.jsse.PEMFile
Returns the private key loaded from this PEM file.
getPrivateKey(String) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
 
getPrivileged() - Method in interface org.apache.catalina.Context
Returns whether this web application is privileged and can access container internals.
getPrivileged() - Method in class org.apache.catalina.core.StandardContext
Returns whether this web application is privileged and can access container internals.
getPrivileged() - Method in class org.apache.catalina.startup.FailedContext
 
getProcedureColumns(String, String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getProcedures(String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getProcedureTerm() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getProcessDeployFrequency() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Returns the frequency of watcher checks.
getProcessExpiresFrequency() - Method in class org.apache.catalina.session.ManagerBase
Returns the frequency of session expiration and related manager checks.
getProcessingTime() - Method in class org.apache.catalina.core.StandardContext
Gets the cumulative processing times of all servlets in this StandardContext.
getProcessingTime() - Method in class org.apache.catalina.core.StandardWrapper
Returns the total processing time for all requests.
getProcessingTime() - Method in class org.apache.catalina.session.ManagerBase
Get the processing time.
getProcessingTime() - Method in class org.apache.coyote.RequestGroupInfo
Return the total processing time.
getProcessingTime() - Method in class org.apache.coyote.RequestInfo
Return the total processing time.
getProcessor(SocketWrapperBase, Adapter) - Method in class org.apache.coyote.http2.Http2Protocol
 
getProcessor(SocketWrapperBase, Adapter) - Method in interface org.apache.coyote.UpgradeProtocol
Returns a processor instance for processing a connection using this protocol.
getProcessorCache() - Method in class org.apache.coyote.AbstractProtocol
Gets the processor cache size.
getProcessorCache() - Method in class org.apache.tomcat.util.net.SocketProperties
Returns the socket processor cache size.
getProcessPeriod() - Method in interface org.apache.tomcat.websocket.BackgroundProcess
 
getProcessPeriod() - Method in class org.apache.tomcat.websocket.server.WsWriteTimeout
The default value is 1 which means asynchronous write timeouts are processed every 1 second.
getProcessPeriod() - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
The default value is 10 which means session expirations are processed every 10 seconds.
getProgressListener() - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Returns the progress listener.
getProject() - Method in class org.apache.jasper.compiler.AntCompiler
Returns the Ant project, initializing it if necessary.
getPropagateInterruptState() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getPropagateInterruptState() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getPropagateInterruptState() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns true if the pool is configured to propagate interrupt state of a thread.
getPropagateInterruptState() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getProperties() - Method in class org.apache.catalina.authenticator.jaspic.PersistentProviderRegistrations.Provider
Returns the properties of the provider.
getProperties() - Method in class org.apache.catalina.startup.ListenerCreateRule.OptionalListener
Return a set of the property keys.
getProperties() - Method in interface org.apache.catalina.tribes.membership.cloud.CloudMembershipServiceMBean
Returns the properties for this service.
getProperties() - Method in interface org.apache.catalina.tribes.membership.McastServiceMBean
Get the properties.
getProperties() - Method in class org.apache.catalina.tribes.membership.MembershipServiceBase
 
getProperties() - Method in interface org.apache.catalina.tribes.membership.StaticMembershipServiceMBean
Returns the configuration properties.
getProperties() - Method in interface org.apache.catalina.tribes.MembershipService
Returns the properties used to configure the membership service.
getProperties() - Method in class org.apache.tomcat.dbcp.dbcp2.DriverConnectionFactory
Gets the properties.
getProperties() - Method in class org.apache.tomcat.dbcp.dbcp2.DriverManagerConnectionFactory
Gets the Properties, may be null.
getProperties() - Method in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
Returns the properties configured for this interceptor
getProperties() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinition
Returns the map of interceptor properties.
getProperties() - Method in class org.apache.tomcat.util.xreflection.SetPropertyClass
Returns the set of reflection properties for this class.
getProperties(String) - Static method in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Parse properties from the string.
getProperties(String, Properties) - Static method in class org.apache.tomcat.jdbc.pool.PoolProperties
Parses a property string into a Properties object.
getProperty(Object, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Get the value of a property from the given object.
getProperty(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Get Property
getProperty(String) - Method in class org.apache.catalina.connector.Connector
Return a property from the protocol handler.
getProperty(String) - Static method in class org.apache.catalina.startup.CatalinaProperties
Returns the value of the specified property.
getProperty(String) - Method in class org.apache.catalina.startup.ListenerCreateRule.OptionalListener
Return a property from the listener.
getProperty(String) - Method in class org.apache.catalina.tribes.membership.cloud.CloudMembershipService
Return a property.
getProperty(String) - Method in class org.apache.catalina.valves.ErrorReportValve
Gets a property for error page configuration.
getProperty(String) - Method in class org.apache.coyote.AbstractProtocol
Generic property getter used by the digester.
getProperty(String) - Method in class org.apache.jasper.EmbeddedServletOptions
Gets the value of the named property from the underlying settings.
getProperty(String) - Method in class org.apache.juli.ClassLoaderLogManager
Get the value of the specified property in the classloader local configuration.
getProperty(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextTransaction
Get a configured property.
getProperty(String) - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
Returns the value of the specified property.
getProperty(String) - Method in class org.apache.tomcat.util.digester.Digester
Return the current value of the specified property for the underlying XMLReader implementation.
getProperty(String) - Method in class org.apache.tomcat.util.digester.EnvironmentPropertySource
 
getProperty(String) - Method in class org.apache.tomcat.util.digester.ServiceBindingPropertySource
Resolves a property key using Kubernetes service bindings.
getProperty(String) - Method in class org.apache.tomcat.util.digester.SystemPropertySource
 
getProperty(String) - Method in interface org.apache.tomcat.util.IntrospectionUtils.PropertySource
Returns the value of the property with the specified key.
getProperty(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get the value of the specified property.
getPropertyInfo(String, Properties) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDriver
 
getPropertyKeys(Connector) - Method in class org.apache.catalina.storeconfig.ConnectorStoreAppender
Get all properties from Connector and current ProtocolHandler.
getPropertyName(Method) - Static method in class org.apache.catalina.util.Introspection
Extract the Java Bean property name from the setter name.
getPropertyNode() - Method in class org.apache.catalina.servlets.WebdavServlet.ProppatchOperation
Returns the XML node that contains the property name (and value if SET).
getProtectedProperty() - Method in class org.apache.catalina.servlets.WebdavServlet.ProppatchOperation
Returns whether the property is protected.
getProtocol() - Method in class org.apache.catalina.connector.Connector
Returns the Coyote protocol handler in use.
getProtocol() - Method in class org.apache.catalina.connector.Request
 
getProtocol() - Method in class org.apache.catalina.connector.RequestFacade
 
getProtocol() - Method in class org.apache.catalina.realm.JNDIRealm
Get the protocol to be used.
getProtocol() - Method in class org.apache.coyote.AbstractProtocol.ConnectionHandler
Gets the protocol.
getProtocol() - Method in class org.apache.coyote.RequestInfo
Return the protocol.
getProtocol() - Method in record class org.apache.coyote.UpgradeToken
Returns the protocol name for the upgrade.
getProtocol() - Method in class org.apache.tomcat.util.net.jsse.JSSESupport
 
getProtocol() - Method in enum class org.apache.tomcat.util.net.openssl.ciphers.Cipher
Returns the protocol version.
getProtocol() - Method in record class org.apache.tomcat.util.net.ServletConnectionImpl
 
getProtocol() - Method in interface org.apache.tomcat.util.net.SSLSupport
Returns the protocol string indicating how the SSL socket was created e.g.
getProtocolConnectionId() - Method in record class org.apache.tomcat.util.net.ServletConnectionImpl
 
getProtocolHandler() - Method in class org.apache.catalina.connector.Connector
Returns the protocol handler associated with the connector.
getProtocolHandlerClassName() - Method in class org.apache.catalina.connector.Connector
Returns the class name of the Coyote protocol handler in use.
getProtocolHeader() - Method in class org.apache.catalina.filters.RemoteIpFilter
Returns the configured protocol header name.
getProtocolHeader() - Method in class org.apache.catalina.valves.RemoteIpValve
Return the configured protocol header name.
getProtocolHeaderHttpsValue() - Method in class org.apache.catalina.filters.RemoteIpFilter
Returns the configured HTTPS value for the protocol header.
getProtocolHeaderHttpsValue() - Method in class org.apache.catalina.valves.RemoteIpValve
Return the configured protocol header HTTPS value.
getProtocolName() - Method in class org.apache.coyote.AbstractProtocol
Obtain the name of the protocol, (Http, Ajp, etc.).
getProtocolName() - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Gets the name of the protocol.
getProtocolName() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
getProtocolName() - Method in class org.apache.tomcat.util.http.parser.Upgrade
Returns the protocol name.
getProtocolRequestId() - Method in class org.apache.catalina.connector.Request
 
getProtocolRequestId() - Method in class org.apache.catalina.connector.RequestFacade
 
getProtocolRequestId() - Method in class org.apache.coyote.AbstractProcessor
Protocols that provide per HTTP request IDs (e.g.
getProtocolRequestId() - Method in class org.apache.coyote.Request
Return the protocol request ID.
getProtocols() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns the configured protocols.
getProtocolVersion() - Method in class org.apache.tomcat.util.http.parser.Upgrade
Returns the protocol version, or null if not specified.
getProtocolVersion() - Method in class org.apache.tomcat.websocket.WsSession
 
getProviderName() - Method in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor
Gets the JCA provider name used for cryptographic activities.
getProviderName() - Method in interface org.apache.catalina.tribes.group.interceptors.EncryptInterceptorMBean
Returns the JCA provider name for cryptographic operations.
getProviders() - Method in class org.apache.catalina.authenticator.jaspic.PersistentProviderRegistrations.Providers
Returns the list of registered providers.
getProxiesHeader() - Method in class org.apache.catalina.filters.RemoteIpFilter
Returns the configured proxies header name.
getProxiesHeader() - Method in class org.apache.catalina.valves.RemoteIpValve
Return the configured proxies header name.
getProxyConstructor(boolean) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Creates and caches a Constructor used to instantiate the proxy object.
getProxyElement(ExtendedAccessLogValve.PatternTokenizer) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Returns the appropriate log element for a proxy token.
getProxyList() - Method in class org.apache.catalina.ha.backend.HeartbeatListener
Get the list of proxies that send requests to this server.
getProxyName() - Method in class org.apache.catalina.connector.Connector
Returns the proxy server name for this Connector.
getProxyPort() - Method in class org.apache.catalina.connector.Connector
Returns the proxy server port for this Connector.
getProxyURL() - Method in class org.apache.catalina.ha.backend.HeartbeatListener
Get the URL specified in <Location/> for the SetHandler heartbeat in httpd.conf.
getPseudoColumns(String, String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getPseudoColumns(DatabaseMetaData, String, String, String, String) - Static method in class org.apache.tomcat.dbcp.dbcp2.Jdbc41Bridge
getPublicId() - Method in interface org.apache.catalina.Context
Returns the public identifier of the deployment descriptor DTD that is currently being parsed.
getPublicId() - Method in class org.apache.catalina.core.StandardContext
 
getPublicId() - Method in class org.apache.catalina.startup.FailedContext
 
getPublicId() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the public identifier.
getPublicId() - Method in class org.apache.tomcat.util.digester.Digester
Return the public identifier of the DTD we are currently parsing under, if any.
getQName() - Method in class org.apache.jasper.compiler.Node
Returns the qualified name of this node.
getQuality() - Method in class org.apache.tomcat.util.http.parser.AcceptEncoding
Gets the quality factor.
getQuality() - Method in class org.apache.tomcat.util.http.parser.AcceptLanguage
Returns the quality value.
getQuality() - Method in class org.apache.tomcat.util.http.parser.TE
Returns the quality factor.
getQuery() - Method in class org.apache.catalina.ant.JMXQueryTask
Get method for the JMX query string
getQuery() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
Returns the SQL query string for these statistics.
getQueryStats(String) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
Retrieves or creates a QueryStats entry for the given SQL string.
getQueryString() - Method in class org.apache.catalina.authenticator.SavedRequest
Returns the query string of the saved request.
getQueryString() - Method in class org.apache.catalina.connector.Request
 
getQueryString() - Method in class org.apache.catalina.connector.RequestFacade
 
getQueryString() - Method in class org.apache.tomcat.websocket.server.WsHandshakeRequest
 
getQueryString() - Method in class org.apache.tomcat.websocket.WsSession
 
getQueryTimeout() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
getQueue() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Returns the task queue used by this executor.
getQueuedThreads() - Method in class org.apache.tomcat.util.threads.LimitLatch
Provide access to the list of threads waiting to acquire this limited shared latch.
getQueueSize() - Method in class org.apache.catalina.core.StandardThreadExecutor
Return the current queue size.
getQuota(int) - Method in interface org.apache.catalina.util.RateLimiter
Provide the quota header for this rate limit for a given request count within the current time window.
getQuoteAttributeEL() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getQuoteAttributeEL() - Method in class org.apache.jasper.JspC
 
getQuoteAttributeEL() - Method in interface org.apache.jasper.Options
Returns whether quoting rules from JSP.1.6 are applied to EL expressions in attributes.
getRandomBytes(byte[]) - Method in class org.apache.catalina.util.SessionIdGeneratorBase
Fill the given byte array with random bytes using a pooled SecureRandom instance.
getRatio() - Method in class org.apache.catalina.util.TimeBucketCounter
Returns the ratio between the configured duration param and the actual duration which will be set to the next power of 2.
getRatio() - Method in class org.apache.catalina.util.TimeBucketCounterBase
Returns the ratio between the configured duration param and the actual duration.
getReadBuffer() - Method in class org.apache.tomcat.util.net.SocketBufferHandler
Returns the read buffer.
getReader() - Method in class org.apache.catalina.connector.Request
 
getReader() - Method in class org.apache.catalina.connector.RequestFacade
 
getReader() - Method in class org.apache.jasper.runtime.BodyContentImpl
 
getReadListener() - Method in class org.apache.coyote.Request
Return the read listener.
getReadme(WebResource, String) - Method in class org.apache.catalina.servlets.DefaultServlet
Get the readme file as a string.
getReadMethod(Class, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Gets the read method (getter) for a bean property.
getReadonly() - Method in class org.apache.catalina.users.DataSourceUserDatabase
Return whether the user database is read only.
getReadonly() - Method in class org.apache.catalina.users.MemoryUserDatabase
Return the readonly status of the user database.
getReadState() - Method in class org.apache.tomcat.websocket.WsFrameBase
Returns the current read state.
getReadTestTimeout() - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
getReadTestTimeout() - Method in interface org.apache.catalina.tribes.group.interceptors.TcpFailureDetectorMBean
Returns the read test timeout in milliseconds.
getReadTimeout() - Method in class org.apache.catalina.realm.JNDIRealm
Get the read timeout.
getReadTimeout() - Method in class org.apache.catalina.tribes.membership.cloud.CloudMembershipService
 
getReadTimeout() - Method in interface org.apache.catalina.tribes.membership.cloud.CloudMembershipServiceMBean
Returns the read timeout in milliseconds.
getReadTimeout() - Method in class org.apache.coyote.http2.Http2Protocol
Returns the read timeout in milliseconds.
getReadTimeout() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Returns the read timeout in milliseconds.
getRealClassName(Attributes) - Method in class org.apache.tomcat.util.digester.ObjectCreateRule
Return the actual class name of the class to be instantiated.
getRealHost() - Method in class org.apache.catalina.mapper.Mapper.MappedHost
Get the real host.
getRealHostName() - Method in class org.apache.catalina.mapper.Mapper.MappedHost
Get the real host name.
getRealm() - Method in interface org.apache.catalina.Container
Obtain the Realm with which this Container is associated.
getRealm() - Method in class org.apache.catalina.core.ContainerBase
 
getRealm() - Method in class org.apache.catalina.core.StandardEngine
 
getRealm() - Method in class org.apache.catalina.startup.FailedContext
 
getRealmInternal() - Method in class org.apache.catalina.core.ContainerBase
Returns the Realm directly attached to this container, without falling back to the parent.
getRealmName() - Method in class org.apache.tomcat.util.descriptor.web.LoginConfig
Get the realm name.
getRealmName(Context) - Static method in class org.apache.catalina.authenticator.AuthenticatorBase
Returns the realm name for the given context.
getRealmPath() - Method in class org.apache.catalina.realm.RealmBase
Return the path used in the JMX object name for this realm.
getRealms() - Method in class org.apache.catalina.realm.CombinedRealm
Returns the JMX ObjectNames of the realms that this realm is wrapping.
getRealmSuffix() - Method in class org.apache.catalina.realm.RealmBase
Return the suffix for the JMX object name, based on the realm path.
getRealPath(String) - Method in interface org.apache.catalina.Context
Returns the real path for a given virtual path.
getRealPath(String) - Method in class org.apache.catalina.core.ApplicationContext
 
getRealPath(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getRealPath(String) - Method in class org.apache.catalina.core.StandardContext
 
getRealPath(String) - Method in class org.apache.catalina.startup.FailedContext
 
getRealPath(String) - Method in class org.apache.jasper.JspCompilationContext
Gets the actual path of a URI relative to the context of the compilation.
getRealPath(String) - Method in class org.apache.jasper.servlet.JspCServletContext
 
getReceivedQueueSize() - Method in class org.apache.catalina.ha.session.DeltaManager
Get the current size of the received message queue.
getRecompileOnFail() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getRecompileOnFail() - Method in class org.apache.jasper.JspC
In JspC this always returns false.
getRecompileOnFail() - Method in interface org.apache.jasper.Options
Returns whether the JSP engine should attempt re-compilation when an initial compilation fails.
getReconnectedCount() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
The total number of connections reconnected by this pool.
getReconnectedCount() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The total number of connections reconnected by this pool.
getReconnectedCount() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getReconnectedCount() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
Returns the total number of reconnections since pool creation.
getRecoveryCounter() - Method in class org.apache.catalina.tribes.membership.McastService
 
getRecoveryCounter() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
Get the recovery counter.
getRecoveryCounter() - Method in interface org.apache.catalina.tribes.membership.McastServiceMBean
Get the recovery counter.
getRecoveryEnabled() - Method in class org.apache.catalina.tribes.membership.McastService
 
getRecoveryEnabled() - Method in interface org.apache.catalina.tribes.membership.McastServiceMBean
Get whether recovery is enabled.
getRecoverySleepTime() - Method in class org.apache.catalina.tribes.membership.McastService
 
getRecoverySleepTime() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
Get the recovery sleep time.
getRecoverySleepTime() - Method in interface org.apache.catalina.tribes.membership.McastServiceMBean
Get the recovery sleep time.
getRedirectCode() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get the redirect HTTP status code.
getRedirectPort() - Method in class org.apache.catalina.connector.Connector
Returns the port number to which a request should be redirected if it comes in on a non-SSL port and is subject to a security constraint with a transport guarantee that requires SSL.
getRedirectPortWithOffset() - Method in class org.apache.catalina.connector.Connector
Returns the redirect port with the port offset applied.
getRef() - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
Get the project reference for the JMX connection.
getRef() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Get the reference ID for the JMX connection.
getRef(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getRef(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getRef(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getRef(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getReference() - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Implements Referenceable.
getReference() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
getReference() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.SharedPoolDataSource
Creates a new Reference to a SharedPoolDataSource.
getReference() - Method in class org.apache.tomcat.dbcp.pool2.impl.PooledSoftReference
Gets the SoftReference wrapped by this object.
getReferrals() - Method in class org.apache.catalina.realm.JNDIRealm
Get the current settings for handling JNDI referrals.
getRegisteredJmxName() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the registered JMX ObjectName.
getRegistrationContext(String) - Method in class org.apache.catalina.authenticator.jaspic.AuthConfigFactoryImpl
 
getRegistrationIDs(AuthConfigProvider) - Method in class org.apache.catalina.authenticator.jaspic.AuthConfigFactoryImpl
 
getRegistry() - Method in interface org.apache.catalina.storeconfig.IStoreConfig
Get Configuration Registry
getRegistry() - Method in interface org.apache.catalina.storeconfig.IStoreFactory
Get the associated registry.
getRegistry() - Method in class org.apache.catalina.storeconfig.StoreConfig
 
getRegistry() - Method in class org.apache.catalina.storeconfig.StoreFactoryBase
 
getRegistry() - Method in class org.apache.catalina.storeconfig.StoreLoader
Returns the StoreRegistry instance loaded from the configuration.
getRegistry(Object) - Static method in class org.apache.tomcat.util.modeler.Registry
Factory method to create (if necessary) and return our Registry instance.
getRegistry(Object, Object) - Static method in class org.apache.tomcat.util.modeler.Registry
Factory method to create (if necessary) and return our Registry instance.
getRegistry(Channel) - Static method in class org.apache.catalina.tribes.jmx.JmxRegistry
Get the JMX registry for the given channel.
getRegistryResource() - Method in class org.apache.catalina.storeconfig.StoreLoader
Returns the URL of the registry resource that was loaded.
getRejectedExecutionHandler() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Returns the current handler for unexecutable tasks.
getRejectedSessions() - Method in interface org.apache.catalina.Manager
Gets the number of sessions that were not created because the maximum number of active sessions was reached.
getRejectedSessions() - Method in class org.apache.catalina.session.ManagerBase
 
getRejectSuspiciousURIs() - Method in class org.apache.catalina.connector.Connector
Returns whether suspicious URIs should be rejected.
getRelativePath(HttpServletRequest) - Method in class org.apache.catalina.servlets.DefaultServlet
Return the relative path associated with this servlet.
getRelativePath(HttpServletRequest) - Static method in class org.apache.catalina.ssi.SSIServletRequestUtil
Return the relative path associated with this servlet.
getRelativePath(HttpServletRequest, boolean) - Method in class org.apache.catalina.servlets.DefaultServlet
Get the relative path from the request, with option to allow empty path.
getRelativePath(HttpServletRequest, boolean) - Method in class org.apache.catalina.servlets.WebdavServlet
Override the DefaultServlet implementation and only use the PathInfo.
getRelaxedPathChars() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the set of characters allowed in a URL path.
getRelaxedQueryChars() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the set of characters allowed in a URL query string.
getReleasedCount() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
The total number of connections released from this pool.
getReleasedCount() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The total number of connections released from this pool.
getReleasedCount() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getReleasedCount() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
Returns the total number of connections released since pool creation.
getReleasedIdleCount() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
The total number of connections released by eviction.
getReleasedIdleCount() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The total number of connections released by eviction.
getReleasedIdleCount() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getReleasedIdleCount() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
Returns the total number of idle connections released by the pool cleaner.
getReleaseTime() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
The time limit for how long the object can remain unused before it is released
getReload() - Method in class org.apache.jasper.servlet.JspServletWrapper
Returns the reload flag.
getReloadable() - Method in interface org.apache.catalina.Context
Returns whether automatic reloading is enabled for this web application.
getReloadable() - Method in class org.apache.catalina.core.StandardContext
Returns whether automatic reloading is enabled for this web application.
getReloadable() - Method in class org.apache.catalina.startup.FailedContext
 
getRemaining() - Method in class org.apache.jasper.runtime.BodyContentImpl
 
getRemaining() - Method in class org.apache.jasper.runtime.JspWriterImpl
 
getRemains() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
Returns the remaining unparsed portion of the pattern string.
getRemote() - Method in class org.apache.tomcat.util.descriptor.web.ContextEjb
Returns the name of the EJB remote implementation class.
getRemoteAddr() - Method in class org.apache.catalina.connector.Request
 
getRemoteAddr() - Method in class org.apache.catalina.connector.RequestFacade
 
getRemoteAddr() - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getRemoteAddr() - Method in class org.apache.coyote.RequestInfo
Return the remote address.
getRemoteAddr() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Returns the remote IP address.
getRemoteAddrForwarded() - Method in class org.apache.coyote.RequestInfo
Obtain the remote address for this connection as reported by an intermediate proxy (if any).
getRemoteHost() - Method in class org.apache.catalina.connector.Request
 
getRemoteHost() - Method in class org.apache.catalina.connector.RequestFacade
 
getRemoteHost() - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getRemoteHost() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Returns the remote host name.
getRemoteIpHeader() - Method in class org.apache.catalina.filters.RemoteIpFilter
Returns the configured remote IP header name.
getRemoteIpHeader() - Method in class org.apache.catalina.valves.RemoteIpValve
Return the configured remote IP header name.
getRemotePort() - Method in class org.apache.catalina.connector.Request
 
getRemotePort() - Method in class org.apache.catalina.connector.RequestFacade
 
getRemotePort() - Method in class org.apache.coyote.Request
Return the remote port.
getRemotePort() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Returns the remote port number.
getRemoteUser() - Method in class org.apache.catalina.connector.Request
 
getRemoteUser() - Method in class org.apache.catalina.connector.RequestFacade
 
getRemoteUser() - Method in class org.apache.coyote.Request
Return the remote user.
getRemoteUserNeedsAuthorization() - Method in class org.apache.coyote.Request
Check if the remote user needs authorization.
getRemoveAbandonedCount() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
The total number of connections released by remove abandoned.
getRemoveAbandonedCount() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The total number of connections released by remove abandoned.
getRemoveAbandonedCount() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getRemoveAbandonedCount() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
Returns the total number of connections removed due to abandonment.
getRemoveAbandonedOnBorrow() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Flag to remove abandoned connections if they exceed the removeAbandonedTimeout when borrowObject is invoked.
getRemoveAbandonedOnBorrow() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getRemoveAbandonedOnBorrow() - Method in class org.apache.tomcat.dbcp.pool2.impl.AbandonedConfig
Flag to remove abandoned objects if they exceed the removeAbandonedTimeout when borrowObject is invoked.
getRemoveAbandonedOnBorrow() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets whether a check is made for abandoned objects when an object is borrowed from this pool.
getRemoveAbandonedOnBorrow() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getRemoveAbandonedOnBorrow() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
getRemoveAbandonedOnMaintenance() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Flag to remove abandoned connections if they exceed the removeAbandonedTimeout during pool maintenance.
getRemoveAbandonedOnMaintenance() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getRemoveAbandonedOnMaintenance() - Method in class org.apache.tomcat.dbcp.pool2.impl.AbandonedConfig
Flag to remove abandoned objects if they exceed the removeAbandonedTimeout when pool maintenance (the "evictor") runs.
getRemoveAbandonedOnMaintenance() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets whether a check is made for abandoned objects when the evictor runs.
getRemoveAbandonedOnMaintenance() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getRemoveAbandonedOnMaintenance() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
getRemoveAbandonedTimeout() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
getRemoveAbandonedTimeout() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getRemoveAbandonedTimeout() - Method in class org.apache.tomcat.dbcp.pool2.impl.AbandonedConfig
getRemoveAbandonedTimeout() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
getRemoveAbandonedTimeout() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getRemoveAbandonedTimeout() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
getRemoveAbandonedTimeout() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getRemoveAbandonedTimeout() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getRemoveAbandonedTimeout() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The time in seconds before a connection can be considered abandoned.
getRemoveAbandonedTimeout() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getRemoveAbandonedTimeoutDuration() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the timeout before an abandoned connection can be removed.
getRemoveAbandonedTimeoutDuration() - Method in class org.apache.tomcat.dbcp.pool2.impl.AbandonedConfig
Timeout before an abandoned object can be removed.
getRemoveAbandonedTimeoutDuration() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets the timeout before which an object will be considered to be abandoned by this pool.
getRemoveSuspectsTimeout() - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
getRemoveSuspectsTimeout() - Method in interface org.apache.catalina.tribes.group.interceptors.TcpFailureDetectorMBean
Returns the timeout for removing suspects.
getRenewThreadsWhenStoppingContext() - Method in class org.apache.catalina.core.StandardContext
Returns whether threads should be renewed when stopping the context.
getReplaced() - Method in class org.apache.jasper.util.FastRemovalDequeue.Entry
Returns the content that was displaced when this entry was added to a full queue.
getReplayWindowMessageCount() - Method in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor
Returns the maximum number of replay entries to retain.
getReplayWindowMessageCount() - Method in interface org.apache.catalina.tribes.group.interceptors.EncryptInterceptorMBean
Returns the maximum number of replay cache entries.
getReplayWindowTime() - Method in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor
Returns the time-based replay window in milliseconds.
getReplayWindowTime() - Method in interface org.apache.catalina.tribes.group.interceptors.EncryptInterceptorMBean
Returns the time-based replay window in milliseconds.
getReplicateMessageType() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Gets the replicate message type.
getReplicateMessageType() - Method in class org.apache.catalina.tribes.tipis.LazyReplicatedMap
 
getReplicateMessageType() - Method in class org.apache.catalina.tribes.tipis.ReplicatedMap
 
getReplicationStream(byte[]) - Method in interface org.apache.catalina.ha.ClusterManager
Open stream and use correct ClassLoader (Container), switching thread context class loader.
getReplicationStream(byte[]) - Method in class org.apache.catalina.ha.session.ClusterManagerBase
 
getReplicationStream(byte[], int, int) - Method in interface org.apache.catalina.ha.ClusterManager
Open stream and use correct ClassLoader (Container), switching thread context class loader.
getReplicationStream(byte[], int, int) - Method in class org.apache.catalina.ha.session.ClusterManagerBase
 
getReplyMessageOptions() - Method in class org.apache.catalina.tribes.group.RpcChannel
Get the reply message options.
getReport() - Method in class org.apache.jasper.compiler.AntCompiler.JasperAntLogger
Returns and clears the accumulated compilation report.
getReporter() - Method in class org.apache.catalina.connector.Response
Return a PrintWriter that can be used to render error messages, regardless of whether a stream or writer has already been acquired.
getRepository() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
Gets the directory used to temporarily store files that are larger than the configured size threshold.
getReqAttributeIgnoreCase(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
Get a request attribute by name, case-insensitive.
getRequest() - Method in class org.apache.catalina.connector.Request
Return the wrapped HttpServletRequest for this request, creating the facade if necessary.
getRequest() - Method in class org.apache.catalina.connector.Response
Get the request with which this response is associated.
getRequest() - Method in class org.apache.catalina.core.AsyncContextImpl
 
getRequest() - Method in class org.apache.coyote.AbstractProcessor
 
getRequest() - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessorBase
 
getRequest() - Method in interface org.apache.coyote.Processor
Gets the request associated with this processor.
getRequest() - Method in class org.apache.coyote.Response
Get the associated request.
getRequest() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getRequest() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getRequestAttributesEnabled() - Method in interface org.apache.catalina.AccessLog
Checks if request attributes will be logged.
getRequestAttributesEnabled() - Method in class org.apache.catalina.core.AccessLogAdapter
 
getRequestAttributesEnabled() - Method in class org.apache.catalina.core.StandardEngine.NoopAccessLog
 
getRequestAttributesEnabled() - Method in class org.apache.catalina.filters.RemoteIpFilter
Returns whether request attributes for access logging are enabled.
getRequestAttributesEnabled() - Method in class org.apache.catalina.valves.AbstractAccessLogValve
 
getRequestAttributesEnabled() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
 
getRequestAttributesEnabled() - Method in class org.apache.catalina.valves.RemoteIpValve
Return whether request attributes are enabled.
getRequestBytesReceived() - Method in class org.apache.coyote.RequestInfo
Return the bytes received for the current request.
getRequestBytesSent() - Method in class org.apache.coyote.RequestInfo
Return the bytes sent for the current request.
getRequestCertificates(Request) - Method in class org.apache.catalina.authenticator.SSLAuthenticator
Look for the X509 certificate chain in the Request under the key jakarta.servlet.request.X509Certificate.
getRequestCharacterEncoding() - Method in interface org.apache.catalina.Context
Get the default request body encoding for this web application.
getRequestCharacterEncoding() - Method in class org.apache.catalina.core.ApplicationContext
 
getRequestCharacterEncoding() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getRequestCharacterEncoding() - Method in class org.apache.catalina.core.StandardContext
 
getRequestCharacterEncoding() - Method in class org.apache.catalina.startup.FailedContext
 
getRequestCharacterEncoding() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getRequestCharacterEncoding() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the request character encoding.
getRequestCount() - Method in class org.apache.catalina.core.StandardContext
Gets the cumulative request count of all servlets in this StandardContext.
getRequestCount() - Method in class org.apache.catalina.core.StandardWrapper
Returns the number of requests processed by the wrapper.
getRequestCount() - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
getRequestCount() - Method in interface org.apache.catalina.tribes.transport.DataSender
Returns the current request count.
getRequestCount() - Method in class org.apache.coyote.RequestGroupInfo
Return the request count.
getRequestCount() - Method in class org.apache.coyote.RequestInfo
Return the request count.
getRequestDispatcher(String) - Method in class org.apache.catalina.connector.Request
 
getRequestDispatcher(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getRequestDispatcher(String) - Method in class org.apache.catalina.core.ApplicationContext
 
getRequestDispatcher(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getRequestDispatcher(String) - Method in class org.apache.jasper.servlet.JspCServletContext
 
getRequestedCiphers() - Method in class org.apache.tomcat.util.net.jsse.JSSESupport
 
getRequestedCiphers() - Method in interface org.apache.tomcat.util.net.SSLSupport
Returns the list of SSL/TLS ciphers requested by the client.
getRequestedPath(HttpServletRequest) - Method in class org.apache.catalina.filters.CsrfPreventionFilterBase
Get the requested path from the given request.
getRequestedProtocols() - Method in class org.apache.tomcat.util.net.jsse.JSSESupport
 
getRequestedProtocols() - Method in interface org.apache.tomcat.util.net.SSLSupport
Returns the list of SSL/TLS protocol versions requested by the client.
getRequestedSessionId() - Method in class org.apache.catalina.connector.Request
 
getRequestedSessionId() - Method in class org.apache.catalina.connector.RequestFacade
 
getRequestId() - Method in class org.apache.catalina.connector.Request
 
getRequestId() - Method in class org.apache.catalina.connector.RequestFacade
 
getRequestId() - Method in class org.apache.coyote.Request
Return the request ID.
getRequestMessage() - Method in class org.apache.catalina.authenticator.jaspic.MessageInfoImpl
 
getRequestParameterMap() - Method in class org.apache.tomcat.websocket.WsSession
 
getRequestPath(ServletRequest) - Static method in class org.apache.catalina.util.FilterUtil
Returns the request path from the dispatcher request path attribute.
getRequestPathMB() - Method in class org.apache.catalina.connector.Request
Get the request path.
getRequestProcessingTime() - Method in class org.apache.coyote.RequestInfo
Return the processing time for the current request.
getRequestProcessor() - Method in class org.apache.coyote.Request
Return the request processor info.
getRequests() - Method in interface org.apache.catalina.util.RateLimiter
Returns the maximum number of requests allowed per time window.
getRequests() - Method in class org.apache.catalina.util.RateLimiterBase
 
getRequestURI() - Method in class org.apache.catalina.authenticator.SavedRequest
Returns the request URI of the saved request.
getRequestURI() - Method in class org.apache.catalina.connector.Request
 
getRequestURI() - Method in class org.apache.catalina.connector.RequestFacade
 
getRequestURI() - Method in class org.apache.tomcat.websocket.server.WsHandshakeRequest
 
getRequestURI() - Method in class org.apache.tomcat.websocket.WsSession
 
getRequestURL() - Method in class org.apache.catalina.connector.Request
 
getRequestURL() - Method in class org.apache.catalina.connector.RequestFacade
 
getRequestURL() - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getRequestURL(HttpServletRequest) - Static method in class org.apache.catalina.util.RequestUtil
Build an appropriate return value for HttpServletRequest.getRequestURL() based on the provided request object.
getRequireFullStackTrace() - Method in class org.apache.tomcat.dbcp.pool2.impl.AbandonedConfig
Indicates if full stack traces are required when logAbandoned is true.
getRequireReauthentication() - Method in class org.apache.catalina.authenticator.SingleSignOn
Gets whether each request needs to be reauthenticated (by an Authenticator downstream in the pipeline) to the security Realm, or if this Valve can itself bind security info to the request based on the presence of a valid SSO entry without rechecking with the Realm.
getResource() - Method in class org.apache.catalina.webresources.AbstractArchiveResource
Returns the resource.
getResource(String) - Method in class org.apache.catalina.core.ApplicationContext
 
getResource(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getResource(String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Find the resource with the given name.
getResource(String) - Method in class org.apache.catalina.startup.CatalinaBaseConfigurationSource
 
getResource(String) - Method in interface org.apache.catalina.WebResourceRoot
Obtain the object that represents the resource at the given path.
getResource(String) - Method in class org.apache.catalina.webresources.AbstractArchiveResourceSet
 
getResource(String) - Method in class org.apache.catalina.webresources.DirResourceSet
 
getResource(String) - Method in class org.apache.catalina.webresources.EmptyResourceSet
Obtain the object that represents the resource at the given path.
getResource(String) - Method in class org.apache.catalina.webresources.FileResourceSet
 
getResource(String) - Method in class org.apache.catalina.webresources.StandardRoot
 
getResource(String) - Method in interface org.apache.catalina.WebResourceSet
Obtain the object that represents the resource at the given path.
getResource(String) - Method in class org.apache.jasper.JspCompilationContext
Gets a resource as a URL, relative to the context of this compilation.
getResource(String) - Method in class org.apache.jasper.servlet.JspCServletContext
 
getResource(String) - Method in interface org.apache.tomcat.util.file.ConfigurationSource
Get a resource, not based on the conf path.
getResource(String, boolean) - Method in class org.apache.catalina.webresources.Cache
Retrieves a single resource from the cache.
getResource(String, boolean, boolean) - Method in class org.apache.catalina.webresources.StandardRoot
Retrieve a web resource by path with configurable validation and class loader resource lookup.
getResourceAsStream(String) - Method in class org.apache.catalina.core.ApplicationContext
 
getResourceAsStream(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getResourceAsStream(String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Find the resource with the given name, and return an input stream that can be used for reading it.
getResourceAsStream(String) - Method in class org.apache.jasper.JspCompilationContext
Gets a resource as a stream, relative to the meanings of this context's implementation.
getResourceAsStream(String) - Method in class org.apache.jasper.servlet.JasperLoader
Delegate to parent
getResourceAsStream(String) - Method in class org.apache.jasper.servlet.JspCServletContext
 
getResourceEnvRefs() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the resource environment references.
getResourceInternal(String, boolean) - Method in class org.apache.catalina.webresources.StandardRoot
Retrieve a web resource by path from all registered resource sets.
getResourceLinks() - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Return the MBean Names of all the defined resource link references for this application.
getResourceName() - Method in class org.apache.catalina.realm.UserDatabaseRealm
Returns the global JNDI name of the UserDatabase resource we will be using.
getResourceOnlyServlets() - Method in interface org.apache.catalina.Context
Obtains the list of Servlets that expect a resource to be present.
getResourceOnlyServlets() - Method in class org.apache.catalina.core.StandardContext
 
getResourceOnlyServlets() - Method in class org.apache.catalina.startup.FailedContext
 
getResourcePath() - Method in class org.apache.catalina.valves.ParameterLimitValve
Returns the relative path to the configuration file.
getResourcePaths(String) - Method in class org.apache.catalina.core.ApplicationContext
 
getResourcePaths(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getResourcePaths(String) - Method in class org.apache.jasper.JspCompilationContext
Gets the resource paths beneath the given path, relative to the context.
getResourcePaths(String) - Method in class org.apache.jasper.servlet.JspCServletContext
 
getResourceRefs() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the resource references.
getResources() - Method in interface org.apache.catalina.Context
Returns the Resources with which this Context is associated.
getResources() - Method in class org.apache.catalina.core.StandardContext
 
getResources() - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Return the MBean Names of all the defined resource references for this application.
getResources() - Method in class org.apache.catalina.startup.FailedContext
 
getResources() - Method in class org.apache.tomcat.util.http.WebdavIfHeader
Returns an iterator over all resources present in the if header.
getResources(String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
getResources(String) - Method in interface org.apache.catalina.WebResourceRoot
Obtain the objects that represent the resource at the given path.
getResources(String) - Method in class org.apache.catalina.webresources.StandardRoot
 
getResources(String, boolean) - Method in class org.apache.catalina.webresources.Cache
Retrieves multiple resources from the cache.
getResourcesInternal(String, boolean) - Method in class org.apache.catalina.webresources.StandardRoot
Retrieve all web resources matching the given path from all registered resource sets.
getResponse() - Method in class org.apache.catalina.connector.Request
Return the response with which this request is associated.
getResponse() - Method in class org.apache.catalina.connector.Response
Get the HttpServletResponse for which this object is the facade.
getResponse() - Method in class org.apache.catalina.core.AsyncContextImpl
 
getResponse() - Method in class org.apache.coyote.Request
Return the associated response.
getResponse() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getResponse() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getResponseAjpIndex(String) - Static method in class org.apache.coyote.ajp.Constants
Get the AJP response header index for the given header name.
getResponseCharacterEncoding() - Method in interface org.apache.catalina.Context
Get the default response body encoding for this web application.
getResponseCharacterEncoding() - Method in class org.apache.catalina.core.ApplicationContext
 
getResponseCharacterEncoding() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getResponseCharacterEncoding() - Method in class org.apache.catalina.core.StandardContext
 
getResponseCharacterEncoding() - Method in class org.apache.catalina.startup.FailedContext
 
getResponseCharacterEncoding() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getResponseCharacterEncoding() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the response character encoding.
getResponseHeaderForCode(int) - Static method in class org.apache.coyote.ajp.Constants
Converts an AJP coded response header name to the HTTP response header name.
getResponseMessage() - Method in class org.apache.catalina.authenticator.jaspic.MessageInfoImpl
 
getResponses() - Method in class org.apache.catalina.tribes.group.RpcChannel.RpcCollector
Get the collected responses.
getRestrictedUserAgents() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the string form of the regular expression that defines the User agents which should be restricted to HTTP/1.0 support.
getRestrictedUserAgentsPattern() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the pattern of user agents that should be restricted to HTTP/1.0.
getResult() - Method in class org.apache.tomcat.util.net.TLSClientHelloExtractor
Returns the result of the TLS ClientHello extraction.
getResultproperty() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Get the result property name.
getResultSet() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
getResultSetConcurrency() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
getResultSetConcurrency() - Method in class org.apache.tomcat.dbcp.dbcp2.PStmtKey
Gets the result set concurrency type; one of ResultSet.CONCUR_READ_ONLY or ResultSet.CONCUR_UPDATABLE.
getResultSetConstructor() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
Gets the constructor for creating ResultSet proxies.
getResultSetHoldability() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getResultSetHoldability() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
getResultSetHoldability() - Method in class org.apache.tomcat.dbcp.dbcp2.PStmtKey
Gets the result set holdability, one of the following ResultSet constants: ResultSet.HOLD_CURSORS_OVER_COMMIT or ResultSet.CLOSE_CURSORS_AT_COMMIT.
getResultSetType() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
getResultSetType() - Method in class org.apache.tomcat.dbcp.dbcp2.PStmtKey
getRetain() - Method in enum class org.apache.catalina.WebResourceRoot.ArchiveIndexStrategy
Returns whether this strategy retains the index.
getReturnedCount() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets the total number of objects returned to this pool over the lifetime of the pool.
getReturnedCount() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getReturnedCount() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
getReturnedCount() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
The total number of connections returned to this pool.
getReturnedCount() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The total number of connections returned to this pool.
getReturnedCount() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getReturnedCount() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
Returns the total number of connections returned since pool creation.
getReturnType() - Method in class org.apache.tomcat.util.modeler.OperationInfo
Returns the fully qualified Java class name of the return type for this operation.
getReuseCapacityOnMaintenance() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
Gets whether to call GenericKeyedObjectPool.reuseCapacity() during pool maintenance (eviction).
getReuseCapacityOnMaintenance() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolConfig
Gets the value for the reuseCapacityOnMaintenance configuration attribute for pools created with this configuration instance.
getReuseCapacityOnReturn() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
Gets whether to call GenericKeyedObjectPool.reuseCapacity() when returning objects to the pool.
getReuseCapacityOnReturn() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolConfig
Gets the value for the reuseCapacityOnReturn configuration attribute for pools created with this configuration instance.
getRevocationEnabled() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns whether revocation checking is enabled.
getRfcName() - Method in enum class org.apache.catalina.authenticator.DigestAuthenticator.AuthDigest
Get the RFC name for this digest algorithm.
getRole() - Method in class org.apache.tomcat.util.modeler.OperationInfo
Returns the role of this operation ("getter", "setter", "operation", or "constructor").
getRoleAndGroupDescriptionCol() - Method in class org.apache.catalina.users.DataSourceUserDatabase
Return the column name used for role and group descriptions.
getRoleBase() - Method in class org.apache.catalina.realm.JNDIRealm
Get the base element for role searches.
getRoleClassNames() - Method in class org.apache.catalina.realm.JAASRealm
Get the comma-delimited list of role class names.
getRoleMappingFile() - Method in class org.apache.catalina.core.PropertiesRoleMappingListener
Gets the path to the role mapping properties file.
getRolename() - Method in interface org.apache.catalina.Role
Gets the role name of this role, which must be unique within the scope of a UserDatabase.
getRolename() - Method in class org.apache.catalina.users.AbstractRole
 
getRoleName() - Method in class org.apache.catalina.realm.JNDIRealm
Get the role name attribute name for this Realm.
getRoleNameCol() - Method in class org.apache.catalina.realm.DataSourceRealm
Return the column in the user role table that names a role.
getRoleNameCol() - Method in class org.apache.catalina.users.DataSourceUserDatabase
Return the column in the user role table that names a role.
getRoleNested() - Method in class org.apache.catalina.realm.JNDIRealm
Get the nested group search flag.
getRoles() - Method in interface org.apache.catalina.Group
Returns the set of Roles assigned specifically to this group.
getRoles() - Method in class org.apache.catalina.mbeans.DataSourceUserDatabaseMBean
Get the names of all roles defined in this database.
getRoles() - Method in class org.apache.catalina.mbeans.GroupMBean
Returns the MBean ObjectNames of all authorized roles for this group.
getRoles() - Method in class org.apache.catalina.mbeans.SparseUserDatabaseMBean
Return the MBean Names of all roles defined in this database.
getRoles() - Method in class org.apache.catalina.mbeans.UserMBean
Returns the MBean Names of all roles assigned to this user.
getRoles() - Method in class org.apache.catalina.realm.GenericPrincipal
Returns the set of roles associated with this user.
getRoles() - Method in class org.apache.catalina.realm.JNDIRealm.User
Get the roles.
getRoles() - Method in class org.apache.catalina.realm.UserDatabaseRealm.UserDatabasePrincipal
 
getRoles() - Method in interface org.apache.catalina.User
Returns the set of Roles assigned specifically to this user.
getRoles() - Method in interface org.apache.catalina.UserDatabase
Get the set of Roles defined in this user database.
getRoles() - Method in class org.apache.catalina.users.DataSourceUserDatabase
 
getRoles() - Method in class org.apache.catalina.users.GenericGroup
 
getRoles() - Method in class org.apache.catalina.users.GenericUser
 
getRoles() - Method in class org.apache.catalina.users.MemoryUserDatabase
 
getRoles(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Return the roles associated with the given username.
getRoles(Connection, String) - Method in class org.apache.catalina.realm.DataSourceRealm
Return the roles associated with the given username.
getRoles(JNDIRealm.JNDIConnection, JNDIRealm.User) - Method in class org.apache.catalina.realm.JNDIRealm
Return a List of roles associated with the given User.
getRoles(User) - Static method in class org.apache.catalina.realm.UserDatabaseRealm
Returns the roles associated with the given user, including roles from groups.
getRoleSearch() - Method in class org.apache.catalina.realm.JNDIRealm
Get the message format pattern for selecting roles in this Realm.
getRoleSubtree() - Method in class org.apache.catalina.realm.JNDIRealm
Get the "search subtree for roles" flag.
getRoleTable() - Method in class org.apache.catalina.users.DataSourceUserDatabase
Return the table that holds role data.
getRollbackOnReturn() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the current value of the flag that controls whether a connection will be rolled back when it is returned to the pool if auto commit is not enabled and the connection is not read only.
getRollbackOnReturn() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getRollbackOnReturn() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getRollbackOnReturn() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns whether the pool rolls back any pending transaction when a connection is returned.
getRollbackOnReturn() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getRoot() - Method in class org.apache.catalina.webresources.AbstractResourceSet
Gets the root.
getRoot() - Method in class org.apache.jasper.compiler.Node
Returns the root node of the parse tree.
getRoot() - Method in class org.apache.jasper.compiler.Node.Nodes
Returns the root node of this collection.
getRoot() - Method in class org.apache.tomcat.util.digester.Digester
When the Digester is being used as a SAXContentHandler, this method allows you to access the root object that has been created after parsing.
getRootCause(ServletException) - Static method in class org.apache.catalina.core.StandardWrapper
Extract the root cause from a servlet exception.
getRow() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getRowId(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getRowId(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getRowId(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getRowId(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getRowIdLifetime() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getRpcChannel() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Gets the RPC channel.
getRpcId() - Method in class org.apache.catalina.tribes.group.RpcChannel
Get the RPC identifier.
getRpcTimeout() - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
Returns the RPC timeout in milliseconds.
getRpcTimeout() - Method in class org.apache.catalina.ha.session.BackupManager
Returns the RPC timeout for replication messages.
getRpcTimeout() - Method in class org.apache.catalina.tribes.membership.StaticMembershipService
 
getRpcTimeout() - Method in interface org.apache.catalina.tribes.membership.StaticMembershipServiceMBean
Returns the RPC timeout in milliseconds.
getRpcTimeout() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Gets the RPC timeout.
getRpName() - Method in class org.apache.coyote.RequestInfo
Return the MBean name.
getRsv() - Method in class org.apache.tomcat.websocket.MessagePart
Get the reserved bits.
getRules() - Method in class org.apache.tomcat.util.digester.Digester
Return the Rules implementation object containing our rules collection and associated matching policy.
getRulesValidation() - Method in class org.apache.tomcat.util.digester.Digester
Return the rules validation flag.
getRunAs() - Method in class org.apache.catalina.core.StandardWrapper
 
getRunAs() - Method in interface org.apache.catalina.Wrapper
Returns the run-as identity for this servlet.
getRunAs() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
Returns the run-as configuration for this servlet.
getRunAsRole() - Method in class org.apache.catalina.core.ApplicationServletRegistration
 
getRuntimeContext() - Method in class org.apache.jasper.JspCompilationContext
Returns the JSP runtime context for this compilation context.
getRxBufSize() - Method in class org.apache.catalina.tribes.transport.AbstractSender
Returns the receive buffer size for TCP connections.
getRxBufSize() - Method in interface org.apache.catalina.tribes.transport.nio.NioReceiverMBean
Returns the receive buffer size.
getRxBufSize() - Method in class org.apache.catalina.tribes.transport.nio.NioReplicationTask
Returns the receive buffer size.
getRxBufSize() - Method in interface org.apache.catalina.tribes.transport.nio.PooledParallelSenderMBean
Returns the receive buffer size.
getRxBufSize() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns the size of the receive buffer for TCP connections.
getRxBufSize() - Method in class org.apache.tomcat.util.net.SocketProperties
Returns the socket receive buffer size in bytes.
getRxStart() - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
 
getRxStart() - Method in interface org.apache.catalina.tribes.group.interceptors.ThroughputInterceptorMBean
Returns the receive start timestamp.
getRxTask() - Method in class org.apache.catalina.tribes.transport.RxTaskPool
Find an idle worker thread, if any.
getSaltLength() - Method in class org.apache.catalina.realm.DigestCredentialHandlerBase
Get the salt length that will be used when creating a new stored credential for a given input credential.
getSameSiteCookies() - Method in class org.apache.tomcat.util.http.CookieProcessorBase
Get the current sameSiteCookies setting.
getSaveOnRestart() - Method in class org.apache.catalina.session.PersistentManagerBase
Indicates whether sessions are saved when the Manager is shut down properly.
getSAXLogger() - Method in class org.apache.tomcat.util.digester.Digester
Gets the logger used for logging SAX-related information.
getSchema() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
getSchema() - Method in interface org.apache.tomcat.dbcp.dbcp2.PoolableConnectionMXBean
getSchema() - Method in class org.apache.tomcat.dbcp.dbcp2.PStmtKey
Gets the schema.
getSchema() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
 
getSchema() - Method in interface org.apache.tomcat.jdbc.pool.PooledConnectionMBean
Returns the current schema name.
getSchema(Connection) - Static method in class org.apache.tomcat.dbcp.dbcp2.Jdbc41Bridge
Delegates to Connection.getSchema() without throwing an AbstractMethodError.
getSchemas() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getSchemas(String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getSchemaTerm() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getScheme() - Method in class org.apache.catalina.connector.Connector
Returns the scheme that will be assigned to requests received through this connector.
getScheme() - Method in class org.apache.catalina.connector.Request
 
getScheme() - Method in class org.apache.catalina.connector.RequestFacade
 
getScheme() - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getSchemeName() - Method in class org.apache.tomcat.websocket.Authenticator
Get the authentication method.
getSchemeName() - Method in class org.apache.tomcat.websocket.BasicAuthenticator
 
getSchemeName() - Method in class org.apache.tomcat.websocket.DigestAuthenticator
 
getSciSet() - Method in class org.apache.catalina.startup.ContextConfig.JavaClassCacheEntry
Returns the set of ServletContainerInitializers interested in this class.
getScope() - Method in class org.apache.tomcat.util.descriptor.web.ContextResource
Returns the sharing scope of this resource factory.
getScope(String) - Static method in class org.apache.jasper.tagplugins.jstl.Util
Converts the given string description of a scope to the corresponding PageContext constant.
getScratchDir() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getScratchDir() - Method in class org.apache.jasper.JspC
 
getScratchDir() - Method in interface org.apache.jasper.Options
Returns the scratch directory used as the work folder for temporary compilation files.
getScriptingInvalid() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
Returns whether scripting is invalid for pages in this group.
getScriptingInvalid() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
 
getScriptingVars(int) - Method in class org.apache.jasper.compiler.Node.CustomTag
Gets the scripting variables for the given scope that need to be declared.
getSearchStringEscape() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getSecret() - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Gets the secret that must be included with every request.
getSecretRequired() - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Gets whether a secret is required with every request.
getSecure() - Method in class org.apache.catalina.connector.Connector
Returns the secure connection flag that will be assigned to requests received through this connector.
getSecure() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the flag indicating if this protocol is treated as secure.
getSecurePagesWithPragma() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the flag that states, if proxy caching is disabled, what headers we add to disable the caching.
getSecurePort() - Method in interface org.apache.catalina.tribes.ChannelReceiver
Returns the secure listening port
getSecurePort() - Method in interface org.apache.catalina.tribes.Member
Returns the secure listen port for the ChannelReceiver implementation.
getSecurePort() - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
getSecurePort() - Method in interface org.apache.catalina.tribes.transport.nio.NioReceiverMBean
Returns the secure port.
getSecurePort() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns the secure port number.
getSecureRandomAlgorithm() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the secure random number generator algorithm name.
getSecureRandomAlgorithm() - Method in class org.apache.catalina.session.ManagerBase
Returns the secure random number generator algorithm name.
getSecureRandomAlgorithm() - Method in class org.apache.catalina.util.SessionIdGeneratorBase
Get the name of the algorithm used to create the SecureRandom instances which generate new session IDs.
getSecureRandomClass() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the secure random number generator class name.
getSecureRandomClass() - Method in class org.apache.catalina.session.ManagerBase
Returns the secure random number generator class name.
getSecureRandomClass() - Method in class org.apache.catalina.util.SessionIdGeneratorBase
Get the class name of the SecureRandom implementation used to generate session IDs.
getSecureRandomProvider() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the secure random number generator provider name.
getSecureRandomProvider() - Method in class org.apache.catalina.session.ManagerBase
Returns the secure random number generator provider name.
getSecureRandomProvider() - Method in class org.apache.catalina.util.SessionIdGeneratorBase
Get the name of the provider used to create the SecureRandom instances which generate new session IDs.
getSecurityConstraints() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the security constraints.
getSecurityRoleRefs() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
Returns the set of security role references for this servlet.
getSecurityRoles() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the security roles.
getSegmentCount() - Method in class org.apache.tomcat.websocket.server.UriTemplate
Returns the number of path segments.
getSelector() - Method in class org.apache.catalina.tribes.transport.nio.NioSender
Returns the NIO selector.
getSelector() - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
Returns the selector.
getSelectorTimeout() - Method in interface org.apache.catalina.tribes.transport.nio.NioReceiverMBean
Returns the selector timeout.
getSelectorTimeout() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns the TCP selector timeout in milliseconds.
getSelectorTimeout() - Method in class org.apache.coyote.http11.Http11NioProtocol
Gets the selector timeout for the NIO endpoint.
getSelectorTimeout() - Method in class org.apache.tomcat.util.net.NioEndpoint
Returns the selector timeout.
getSendAllSessionsSize() - Method in class org.apache.catalina.ha.session.DeltaManager
Get the batch size for sending all sessions.
getSendAllSessionsWaitTime() - Method in class org.apache.catalina.ha.session.DeltaManager
Get the wait time for sending all sessions.
getSender() - Method in class org.apache.catalina.tribes.transport.PooledSender
Retrieves a sender from the pool, waiting up to maxWait milliseconds.
getSenderState(Member) - Static method in class org.apache.catalina.tribes.transport.SenderState
Returns the SenderState for the given member, creating one if it does not exist.
getSenderState(Member, boolean) - Static method in class org.apache.catalina.tribes.transport.SenderState
Returns the SenderState for the given member.
getSendfile() - Method in class org.apache.coyote.Request
Check if sendfile is enabled.
getSendfileData() - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
 
getSendfileData() - Method in class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper
Returns the sendfile data.
getSendOptionsAsString(int) - Static method in interface org.apache.catalina.tribes.Channel
Translates an integer value of SendOptions to its human-friendly comma separated value list for use in JMX and such.
getSendOptionValue(String) - Static method in interface org.apache.catalina.tribes.Channel
Translates the name of an option to its integer value.
getSendRedirectBody() - Method in interface org.apache.catalina.Context
Returns whether the context is configured to include a response body as part of a redirect response.
getSendRedirectBody() - Method in class org.apache.catalina.core.StandardContext
 
getSendRedirectBody() - Method in class org.apache.catalina.startup.FailedContext
 
getSendStream() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointBasic
 
getSendStream() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
Returns an OutputStream for sending binary data.
getSendTimeout() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointAsync
 
getSendTimeout() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
Returns the send timeout in milliseconds.
getSendWriter() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointBasic
 
getSendWriter() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
Returns a Writer for sending text data.
getServer() - Method in class org.apache.catalina.core.StandardContext
Returns the J2EE Server ObjectName this module is deployed on.
getServer() - Method in class org.apache.catalina.core.StandardService
 
getServer() - Method in class org.apache.catalina.realm.RealmBase
Return the Server object that is the ultimate parent for the container with which this Realm is associated.
getServer() - Method in interface org.apache.catalina.Service
Returns the Server with which we are associated (if any).
getServer() - Method in class org.apache.catalina.startup.Catalina
Return the server component.
getServer() - Method in class org.apache.catalina.startup.Tomcat
Get the server object.
getServer() - Method in interface org.apache.catalina.storeconfig.IStoreConfig
Get associated server
getServer() - Method in class org.apache.catalina.storeconfig.StoreConfig
 
getServer() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the value of the Server response header.
getServerAliases(String, Principal[]) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
 
getServerAuthConfig(String, String, CallbackHandler) - Method in class org.apache.catalina.authenticator.jaspic.SimpleAuthConfigProvider
Returns the server-side authentication configuration for the specified layer and application context.
getServerBuilt() - Method in class org.apache.catalina.core.StandardServer
Return the current server built timestamp
getServerBuilt() - Static method in class org.apache.catalina.util.ServerInfo
Returns the server built time for this version of Tomcat.
getServerBuiltISO() - Static method in class org.apache.catalina.util.ServerInfo
Returns the server built date for this version of Tomcat in ISO-8601 date format.
getServerCookies() - Method in class org.apache.catalina.connector.Request
Return the server representation of the cookies associated with this request.
getServerFilename() - Method in class org.apache.catalina.storeconfig.StoreConfig
Get server.xml location
getServerInfo() - Method in class org.apache.catalina.core.ApplicationContext
 
getServerInfo() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getServerInfo() - Method in class org.apache.catalina.core.StandardServer
Report the current Tomcat Server Release number
getServerInfo() - Static method in class org.apache.catalina.util.ServerInfo
Returns the server identification for this version of Tomcat.
getServerInfo() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getServerName() - Method in class org.apache.catalina.connector.Request
 
getServerName() - Method in class org.apache.catalina.connector.RequestFacade
 
getServerName() - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getServerNumber() - Method in class org.apache.catalina.core.StandardServer
Return the current server's version number.
getServerNumber() - Static method in class org.apache.catalina.util.ServerInfo
Returns the server's version number.
getServerPort() - Method in class org.apache.catalina.connector.Request
 
getServerPort() - Method in class org.apache.catalina.connector.RequestFacade
 
getServerPort() - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
getServerPort() - Method in class org.apache.coyote.Request
Return the server port.
getServerPort() - Method in class org.apache.coyote.RequestInfo
Return the server port.
getServerRemoveAppProvidedValues() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Should application provider values for the HTTP Server header be removed.
getServerSessionContext() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLContext
 
getServerSessionContext() - Method in interface org.apache.tomcat.util.net.SSLContext
Returns the server session context.
getServerSocket() - Method in class org.apache.tomcat.util.net.AbstractNetworkChannelEndpoint
Returns the server socket used by this endpoint.
getServerSocket() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
 
getServerSocket() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getServerSocketFactory() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLContext
 
getServerSocketFactory() - Method in interface org.apache.tomcat.util.net.SSLContext
Returns the server socket factory.
getServerToClientElement(ExtendedAccessLogValve.PatternTokenizer) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Returns the appropriate log element for a server-to-client token.
getServerXml() - Method in class org.apache.catalina.startup.CatalinaBaseConfigurationSource
 
getServerXml() - Method in interface org.apache.tomcat.util.file.ConfigurationSource
Returns the contents of the main conf/server.xml file.
getService() - Method in class org.apache.catalina.connector.Connector
Returns the Service with which this connector is associated.
getService() - Method in class org.apache.catalina.core.StandardEngine
 
getService() - Method in interface org.apache.catalina.Engine
Returns the Service with which we are associated (if any).
getService() - Method in class org.apache.catalina.startup.Tomcat
Get the service object.
getService(Container) - Static method in interface org.apache.catalina.Container
Return the Service to which this container belongs.
getServiceendpoints() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
Declares a client dependency on the container to resolving a Service Endpoint Interface to a WSDL port.
getServiceMethodName() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getServiceMethodName() - Method in interface org.apache.jasper.Options
_jspService is the name of the method that is called by HttpJspBase.service().
getServiceName() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
getServiceName() - Method in interface org.apache.juli.WebappProperties
Returns a name for the logging system to use for the Service where the Host, if any, associated with the class loader is deployed.
getServiceNames() - Method in class org.apache.catalina.core.StandardServer
Return the JMX ObjectNames for all configured services.
getServiceqname() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
Returns the WSDL service QName array.
getServiceqname(int) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
Returns the WSDL service QName at the given index.
getServiceqnameLocalpart() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
Returns the local part of the WSDL service QName.
getServiceqnameNamespaceURI() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
Returns the namespace URI of the WSDL service QName.
getServiceRefs() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the service references.
getServiceStartTime() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
Get the service start time.
getServiceStartTime() - Method in class org.apache.catalina.tribes.membership.MemberImpl
Get the service start time.
getServlet() - Method in class org.apache.catalina.core.StandardWrapper
 
getServlet() - Method in class org.apache.catalina.startup.Tomcat.ExistingStandardWrapper
 
getServlet() - Method in interface org.apache.catalina.Wrapper
Returns the associated Servlet instance.
getServlet() - Method in class org.apache.jasper.servlet.JspServletWrapper
Gets the servlet, compiling and loading it if necessary.
getServletClass() - Method in class org.apache.catalina.core.StandardWrapper
 
getServletClass() - Method in class org.apache.catalina.startup.Tomcat.ExistingStandardWrapper
 
getServletClass() - Method in interface org.apache.catalina.Wrapper
Returns the fully qualified servlet class name for this servlet.
getServletClass() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
Returns the fully qualified name of the Java class that implements this servlet.
getServletClassName() - Method in class org.apache.jasper.JspCompilationContext
Just the class name (does not include package name) of the generated class.
getServletClasspathAttribute() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getServletClasspathAttribute() - Method in interface org.apache.jasper.Options
Returns the ServletContext attribute name used for the classpath.
getServletConfig() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getServletConfig() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getServletConnection() - Method in class org.apache.catalina.connector.Request
 
getServletConnection() - Method in class org.apache.catalina.connector.RequestFacade
 
getServletConnection() - Method in class org.apache.coyote.AbstractProcessor
Protocols must override this method and return an appropriate ServletConnection instance
getServletConnection() - Method in class org.apache.coyote.ajp.AjpProcessor
 
getServletConnection() - Method in class org.apache.coyote.http11.Http11Processor
 
getServletConnection() - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
Gets the servlet connection for this HTTP/2 connection.
getServletConnection() - Method in class org.apache.coyote.Request
Return the servlet connection.
getServletConnection(String, String) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Returns the ServletConnection for this socket, creating it if necessary.
getServletContext() - Method in class org.apache.catalina.connector.Request
 
getServletContext() - Method in class org.apache.catalina.connector.RequestFacade
 
getServletContext() - Method in interface org.apache.catalina.Context
Returns the ServletContext instance for which this Context acts as a facade.
getServletContext() - Method in class org.apache.catalina.core.ApplicationFilterConfig
 
getServletContext() - Method in class org.apache.catalina.core.StandardContext
 
getServletContext() - Method in class org.apache.catalina.core.StandardWrapper
 
getServletContext() - Method in class org.apache.catalina.core.StandardWrapperFacade
 
getServletContext() - Method in class org.apache.catalina.ha.context.ReplicatedContext
 
getServletContext() - Method in class org.apache.catalina.session.StandardSession
 
getServletContext() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getServletContext() - Method in record class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
Get the servlet context.
getServletContext() - Method in class org.apache.catalina.startup.FailedContext
 
getServletContext() - Method in class org.apache.catalina.valves.FilterValve
 
getServletContext() - Method in class org.apache.jasper.JspCompilationContext
Returns the servlet context for this compilation context.
getServletContext() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getServletContext() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getServletContext() - Method in class org.apache.jasper.servlet.JspServletWrapper
Returns the servlet context.
getServletContextAndPath(String, boolean) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
Resolve a path to a servlet context and path.
getServletContextAndPathFromNonVirtualPath(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
Resolve a non-virtual (relative) path to a servlet context and path.
getServletContextAndPathFromVirtualPath(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
Resolve a virtual path to a servlet context and path.
getServletContextName() - Method in class org.apache.catalina.core.ApplicationContext
 
getServletContextName() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getServletContextName() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getServletInfo() - Method in class org.apache.catalina.manager.HTMLManagerServlet
 
getServletInfo() - Method in class org.apache.jasper.runtime.HttpJspBase
 
getServletJavaFileName() - Method in class org.apache.jasper.JspCompilationContext
Returns the full path name of the Java file into which the servlet is being generated.
getServletMappings() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the servlet URL mappings.
getServletMethods() - Method in class org.apache.catalina.core.StandardWrapper
 
getServletMethods() - Method in interface org.apache.catalina.Wrapper
Gets the names of the methods supported by the underlying servlet.
getServletName() - Method in class org.apache.catalina.core.StandardWrapper
 
getServletName() - Method in class org.apache.catalina.core.StandardWrapperFacade
 
getServletName() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
Returns the name of this servlet.
getServletNameMappings() - Method in class org.apache.catalina.core.ApplicationFilterRegistration
 
getServletNames() - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
Returns the servlet names this mapping matches.
getServletPackageName() - Method in class org.apache.jasper.JspCompilationContext
Package name for the generated class is made up of the base package name, which is user settable, and the derived package name.
getServletPath() - Method in class org.apache.catalina.connector.Request
 
getServletPath() - Method in class org.apache.catalina.connector.RequestFacade
 
getServletRegistration(String) - Method in class org.apache.catalina.core.ApplicationContext
 
getServletRegistration(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getServletRegistration(String) - Method in class org.apache.jasper.servlet.JspCServletContext
 
getServletRegistrations() - Method in class org.apache.catalina.core.ApplicationContext
 
getServletRegistrations() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getServletRegistrations() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getServletRequestElement(String) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Returns the appropriate log element for a servlet request method parameter.
getServlets() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the servlet definitions.
getSession() - Method in class org.apache.catalina.connector.Request
 
getSession() - Method in class org.apache.catalina.connector.RequestFacade
 
getSession() - Method in interface org.apache.catalina.ha.session.SessionMessage
Returns the serialized data for the session.
getSession() - Method in class org.apache.catalina.ha.session.SessionMessageImpl
 
getSession() - Method in class org.apache.catalina.manager.DummyProxySession
 
getSession() - Method in interface org.apache.catalina.Session
Returns the HttpSession for which this object is the facade.
getSession() - Method in class org.apache.catalina.session.StandardSession
 
getSession() - Method in class org.apache.catalina.SessionEvent
Returns the Session on which this event occurred.
getSession() - Method in class org.apache.jasper.compiler.PageInfo
Returns the session attribute value.
getSession() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
getSession() - Method in class org.apache.jasper.runtime.PageContextImpl
 
getSession() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLEngine
 
getSession() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
Returns the WebSocket session.
getSession(boolean) - Method in class org.apache.catalina.connector.Request
 
getSession(boolean) - Method in class org.apache.catalina.connector.RequestFacade
 
getSession(byte[]) - Method in class org.apache.tomcat.util.net.openssl.OpenSSLSessionContext
 
getSession(String) - Method in class org.apache.catalina.session.ManagerBase
Returns information about the session with the given session id.
getSessionActivityCheck() - Method in interface org.apache.catalina.Manager
If this is true, Tomcat will track the number of active requests for each session.
getSessionActivityCheck() - Method in class org.apache.catalina.session.ManagerBase
 
getSessionAppCol() - Method in class org.apache.catalina.session.DataSourceStore
Return the web application name column for the table.
getSessionAttribute(String, String) - Method in class org.apache.catalina.session.ManagerBase
For debugging.
getSessionAttributeNameFilter() - Method in class org.apache.catalina.session.ManagerBase
Obtain the regular expression used to filter session attribute based on attribute name.
getSessionAttributeNamePattern() - Method in class org.apache.catalina.session.ManagerBase
Provides ManagerBase.getSessionAttributeNameFilter() as a pre-compiled regular expression pattern.
getSessionAttributeValueClassNameFilter() - Method in class org.apache.catalina.session.ManagerBase
Obtain the regular expression used to filter session attribute based on the implementation class of the value.
getSessionAttributeValueClassNamePattern() - Method in class org.apache.catalina.session.ManagerBase
Provides ManagerBase.getSessionAttributeValueClassNameFilter() as a pre-compiled regular expression pattern.
getSessionAverageAliveTime() - Method in interface org.apache.catalina.Manager
Gets the average time (in seconds) that expired sessions had been alive.
getSessionAverageAliveTime() - Method in class org.apache.catalina.session.ManagerBase
Gets the average time (in seconds) that expired sessions had been alive.
getSessionCacheMode(long) - Static method in class org.apache.tomcat.jni.SSLContext
Get the mode of the current used internal session cache.
getSessionCacheSize() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLSessionContext
 
getSessionCacheSize() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns the session cache size.
getSessionCacheSize(long) - Static method in class org.apache.tomcat.jni.SSLContext
Get the size of the internal session cache. http://www.openssl.org/docs/ssl/SSL_CTX_sess_get_cache_size.html
getSessionCacheTimeout(long) - Static method in class org.apache.tomcat.jni.SSLContext
Get the timeout for the internal session cache in seconds. http://www.openssl.org/docs/ssl/SSL_CTX_set_timeout.html
getSessionCloseTimeout() - Method in class org.apache.tomcat.websocket.WsSession
Returns the session close timeout in milliseconds.
getSessionConfig() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the session configuration.
getSessionCookieConfig() - Method in class org.apache.catalina.core.ApplicationContext
 
getSessionCookieConfig() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getSessionCookieConfig() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getSessionCookieDomain() - Method in interface org.apache.catalina.Context
Gets the domain to use for session cookies.
getSessionCookieDomain() - Method in class org.apache.catalina.core.StandardContext
 
getSessionCookieDomain() - Method in class org.apache.catalina.startup.FailedContext
 
getSessionCookieName() - Method in interface org.apache.catalina.Context
Gets the name to use for session cookies.
getSessionCookieName() - Method in class org.apache.catalina.core.StandardContext
 
getSessionCookieName() - Method in class org.apache.catalina.startup.FailedContext
 
getSessionCookieName(Context) - Static method in class org.apache.catalina.util.SessionConfig
Determine the name to use for the session cookie for the provided context.
getSessionCookiePath() - Method in interface org.apache.catalina.Context
Gets the path to use for session cookies.
getSessionCookiePath() - Method in class org.apache.catalina.core.StandardContext
 
getSessionCookiePath() - Method in class org.apache.catalina.startup.FailedContext
 
getSessionCookiePath(Context) - Static method in class org.apache.catalina.util.SessionConfig
Determine the value to use for the session cookie path for the provided context.
getSessionCookiePathUsesTrailingSlash() - Method in interface org.apache.catalina.Context
Is a / added to the end of the session cookie path to ensure browsers, particularly IE, don't send a session cookie for context /foo with requests intended for context /foobar.
getSessionCookiePathUsesTrailingSlash() - Method in class org.apache.catalina.core.StandardContext
 
getSessionCookiePathUsesTrailingSlash() - Method in class org.apache.catalina.startup.FailedContext
 
getSessionCounter() - Method in interface org.apache.catalina.Manager
Returns the total number of sessions created by this manager, which is approximated as the number of active sessions plus the number of expired sessions.
getSessionCounter() - Method in class org.apache.catalina.session.ManagerBase
 
getSessionCreateRate() - Method in interface org.apache.catalina.Manager
Gets the current rate of session creation (in session per minute).
getSessionCreateRate() - Method in class org.apache.catalina.session.ManagerBase
Gets the current rate of session creation (in session per minute).
getSessionDataCol() - Method in class org.apache.catalina.session.DataSourceStore
Return the data column for the table.
getSessionExpireRate() - Method in interface org.apache.catalina.Manager
Gets the current rate of session expiration (in session per minute).
getSessionExpireRate() - Method in class org.apache.catalina.session.ManagerBase
Gets the current rate of session expiration (in session per minute).
getSessionForNameAndId(ContextName, String, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Get a specific session by ID for the specified context.
getSessionId() - Method in class org.apache.catalina.authenticator.SingleSignOnSessionKey
Returns the session ID associated with this key.
getSessionId() - Method in class org.apache.catalina.ha.session.DeltaRequest
Get the session identifier.
getSessionId() - Method in class org.apache.tomcat.util.net.jsse.JSSESupport
 
getSessionId() - Method in interface org.apache.tomcat.util.net.SSLSupport
The current session Id.
getSessionId(long) - Static method in class org.apache.tomcat.jni.SSL
Returns the ID of the session as byte array representation.
getSessionID() - Method in interface org.apache.catalina.ha.session.SessionMessage
Returns the session ID for the session.
getSessionID() - Method in class org.apache.catalina.ha.session.SessionMessageImpl
 
getSessionIdAttribute() - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
set session id attribute to failed node for request.
getSessionIdCol() - Method in class org.apache.catalina.session.DataSourceStore
Return the Id column for the table.
getSessionIdGenerator() - Method in interface org.apache.catalina.Manager
Returns the session id generator for this manager.
getSessionIdGenerator() - Method in class org.apache.catalina.session.ManagerBase
 
getSessionIdLength() - Method in interface org.apache.catalina.SessionIdGenerator
Returns the number of bytes for a session ID.
getSessionIdLength() - Method in class org.apache.catalina.util.SessionIdGeneratorBase
 
getSessionIdsFull() - Method in interface org.apache.catalina.DistributedManager
Returns the list of all sessions IDS (primary, backup and proxy).
getSessionIdsFull() - Method in class org.apache.catalina.ha.session.BackupManager
 
getSessionIdsFull() - Method in class org.apache.catalina.session.PersistentManagerBase
 
getSessionInactiveInterval() - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
Get the session timeout for a crawler's session.
getSessionInternal() - Method in class org.apache.catalina.connector.Request
Return the session associated with this request, creating one if necessary.
getSessionInternal(boolean) - Method in class org.apache.catalina.connector.Request
Return the session associated with this request, optionally creating one if necessary.
getSessionLastAccessAtStart() - Method in interface org.apache.catalina.Manager
If this is true, the last accessed time for sessions will be calculated from the beginning of the previous request.
getSessionLastAccessAtStart() - Method in class org.apache.catalina.session.ManagerBase
 
getSessionLastAccessedCol() - Method in class org.apache.catalina.session.DataSourceStore
Return the Last Accessed column.
getSessionListener(String) - Method in class org.apache.catalina.authenticator.SingleSignOn
Returns a session listener for the specified SSO identifier.
getSessionListener(String) - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
 
getSessionMaxAliveTime() - Method in interface org.apache.catalina.Manager
Gets the longest time (in seconds) that an expired session had been alive.
getSessionMaxAliveTime() - Method in class org.apache.catalina.session.ManagerBase
 
getSessionMaxInactiveCol() - Method in class org.apache.catalina.session.DataSourceStore
Return the Max Inactive column.
getSessionReplaceCounter() - Method in class org.apache.catalina.ha.session.DeltaManager
Get the session replace counter.
getSessionsForName(ContextName, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Get all sessions for the specified context.
getSessionTable() - Method in class org.apache.catalina.session.DataSourceStore
Return the table for this Store.
getSessionTimeout() - Method in interface org.apache.catalina.Context
Returns the default session timeout in minutes for this web application.
getSessionTimeout() - Method in class org.apache.catalina.core.ApplicationContext
 
getSessionTimeout() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getSessionTimeout() - Method in class org.apache.catalina.core.StandardContext
Returns the default session timeout in minutes for this web application.
getSessionTimeout() - Method in class org.apache.catalina.startup.FailedContext
 
getSessionTimeout() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getSessionTimeout() - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
Returns the session timeout.
getSessionTimeout() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLSessionContext
 
getSessionTimeout() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns the session timeout.
getSessionTrackingModes() - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
Returns the session tracking modes.
getSessionUriParamName(Context) - Static method in class org.apache.catalina.util.SessionConfig
Determine the name to use for the session path parameter for the provided context.
getSessionValidCol() - Method in class org.apache.catalina.session.DataSourceStore
Return the Is Valid column.
getSetMethod() - Method in class org.apache.tomcat.util.modeler.AttributeInfo
Returns the name of the property setter method, generating a default if not explicitly set.
getSetter(String, BaseModelMBean, Object) - Method in class org.apache.tomcat.util.modeler.ManagedBean
Get the setter method for the given attribute.
getSharedConnection() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.TransactionContext
Gets the connection shared by all ManagedConnections in the transaction.
getSharedWebXml() - Method in interface org.apache.tomcat.util.file.ConfigurationSource
Returns the contents of the shared conf/web.xml file.
getShort(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getShort(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getShort(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getShort(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getShortName() - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
Returns the short name of the tag library.
getShutdown() - Method in class org.apache.catalina.core.StandardServer
 
getShutdown() - Method in interface org.apache.catalina.Server
Returns the shutdown command string the server is waiting for.
getShutdown(long) - Static method in class org.apache.tomcat.jni.SSL
SSL_get_shutdown
getSignature() - Method in class org.apache.tomcat.util.modeler.OperationInfo
Returns the array of parameters for this operation.
getSingleton() - Method in class org.apache.tomcat.util.descriptor.web.ContextResource
Returns whether this resource is a singleton.
getSize() - Method in class org.apache.catalina.core.ApplicationPart
 
getSize() - Method in class org.apache.catalina.ha.session.DeltaRequest
Get the number of actions recorded.
getSize() - Method in class org.apache.catalina.session.DataSourceStore
 
getSize() - Method in class org.apache.catalina.session.FileStore
 
getSize() - Method in interface org.apache.catalina.Store
Return the number of Sessions present in this Store.
getSize() - Method in class org.apache.catalina.webresources.Cache
Returns the current cache size in kilobytes.
getSize() - Method in class org.apache.jasper.util.FastRemovalDequeue
Retrieve the size of the list.
getSize() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Returns the total size of this pool, this includes both busy and idle connections
getSize() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Returns the current total number of connections in the pool.
getSize() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getSize() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
Returns the total number of connections in the pool.
getSize() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Gets the size of the file.
getSize() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Returns the size of the file item.
getSizeLimit() - Method in class org.apache.catalina.realm.JNDIRealm
Get the size limit.
getSizeMax() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemIterator
Returns the maximum size of the complete HTTP request.
getSizeMax() - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Returns the maximum allowed size of a complete request, as opposed to FileUploadBase.getFileSizeMax().
getSizeMax() - Method in class org.apache.tomcat.util.http.fileupload.impl.FileItemIteratorImpl
 
getSizeRX() - Method in class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
 
getSizeRX() - Method in interface org.apache.catalina.tribes.group.interceptors.GzipInterceptorMBean
Returns the total received data size in bytes.
getSizeThreshold() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
Gets the size threshold beyond which files are written directly to disk.
getSizeTX() - Method in class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
 
getSizeTX() - Method in interface org.apache.catalina.tribes.group.interceptors.GzipInterceptorMBean
Returns the total transmitted data size in bytes.
getSkip() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get the number of rules to skip.
getSkipMemoryLeakChecksOnJvmShutdown() - Method in class org.apache.catalina.core.StandardContext
Returns whether memory leak checks should be skipped on JVM shutdown.
getSkipMemoryLeakChecksOnJvmShutdown() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Returns whether memory leak checks should be skipped on JVM shutdown.
getSlowQueriesCD() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
JMX operation - returns all the queries we have collected.
getSlowQueriesCD() - Method in interface org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmxMBean
Returns slow query statistics as JMX CompositeData.
getSmallIcon() - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
Returns the small icon path.
getSmallIcon() - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
Returns the small icon path.
getSmallIcon() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
Returns the small icon for this WebService.
getSmallIcon() - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
Returns the small icon associated with this filter.
getSmallIcon() - Method in class org.apache.tomcat.util.descriptor.web.MessageDestination
Get the small icon.
getSmallIcon() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
Returns the small icon associated with this servlet.
getSmap(String) - Method in class org.apache.jasper.compiler.Compiler
Returns the source map for the specified class.
getSmaps() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Returns the map of SMAP strata for compiled JSPs.
getSmapString() - Method in class org.apache.jasper.compiler.SmapStratum
Generates the complete SMAP string representation of this stratum.
getSniHostName() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Returns the SNI host name.
getSniParseLimit() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the SNI parse limit.
getSniParseLimit() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get the SNI parse limit.
getSNIValue() - Method in class org.apache.tomcat.util.net.TLSClientHelloExtractor
Returns the SNI value provided by the client.
getSoapRole(int) - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
Returns the SOAP role at the given index.
getSoapRolesSize() - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
Returns the number of SOAP roles.
getSocket() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Returns the wrapped socket.
getSocketBufferHandler() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Returns the socket buffer handler.
getSocketFactory() - Method in class org.apache.catalina.tribes.membership.cloud.AbstractStreamProvider
Returns the SSL socket factory.
getSocketFactory() - Method in class org.apache.catalina.tribes.membership.cloud.CertificateStreamProvider
 
getSocketFactory() - Method in class org.apache.catalina.tribes.membership.cloud.InsecureStreamProvider
 
getSocketFactory() - Method in class org.apache.catalina.tribes.membership.cloud.TokenStreamProvider
 
getSocketProperties() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get the socket properties.
getSocketStatus() - Method in enum class org.apache.tomcat.util.net.DispatchType
Get the socket event status associated with this dispatch type.
getSocketWrapper() - Method in class org.apache.coyote.AbstractProcessor
Get the socket wrapper being used.
getSocketWrapper() - Method in class org.apache.tomcat.util.net.NioEndpoint.PollerEvent
Returns the socket wrapper.
getSoftMinEvictableIdleDuration() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the minimum amount of time a connection may sit idle in the pool before it is eligible for eviction by the idle object evictor, with the extra condition that at least "minIdle" connections remain in the pool.
getSoftMinEvictableIdleDuration() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets the minimum amount of time an object may sit idle in the pool before it is eligible for eviction by the idle object evictor (if any - see BaseGenericObjectPool.setDurationBetweenEvictionRuns(Duration)), with the extra condition that at least minIdle object instances remain in the pool.
getSoftMinEvictableIdleDuration() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Gets the value for the softMinEvictableIdleTime configuration attribute for pools created with this configuration instance.
getSoftMinEvictableIdleTime() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
getSoftMinEvictableIdleTime() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
getSoftMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
getSoftMinEvictableIdleTimeMillis() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getSoftMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
getSoftMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
getSoKeepAlive() - Method in class org.apache.catalina.tribes.transport.AbstractSender
Returns whether SO_KEEPALIVE is enabled.
getSoKeepAlive() - Method in interface org.apache.catalina.tribes.transport.nio.NioReceiverMBean
Returns whether SO_KEEPALIVE is enabled.
getSoKeepAlive() - Method in interface org.apache.catalina.tribes.transport.nio.PooledParallelSenderMBean
Returns whether SO_KEEPALIVE is enabled.
getSoKeepAlive() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns whether SO_KEEPALIVE is enabled.
getSoKeepAlive() - Method in class org.apache.tomcat.util.net.SocketProperties
Returns the SO_KEEPALIVE socket option value.
getSoLingerOn() - Method in class org.apache.catalina.tribes.transport.AbstractSender
Returns whether SO_LINGER is enabled.
getSoLingerOn() - Method in interface org.apache.catalina.tribes.transport.nio.NioReceiverMBean
Returns whether SO_LINGER is enabled.
getSoLingerOn() - Method in interface org.apache.catalina.tribes.transport.nio.PooledParallelSenderMBean
Returns whether SO_LINGER is enabled.
getSoLingerOn() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns whether SO_LINGER is enabled.
getSoLingerOn() - Method in class org.apache.tomcat.util.net.SocketProperties
Returns whether SO_LINGER is enabled.
getSoLingerTime() - Method in class org.apache.catalina.tribes.transport.AbstractSender
Returns the SO_LINGER timeout value in seconds.
getSoLingerTime() - Method in interface org.apache.catalina.tribes.transport.nio.NioReceiverMBean
Returns the SO_LINGER timeout.
getSoLingerTime() - Method in interface org.apache.catalina.tribes.transport.nio.PooledParallelSenderMBean
Returns the SO_LINGER timeout value.
getSoLingerTime() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns the SO_LINGER timeout value in seconds.
getSoLingerTime() - Method in class org.apache.tomcat.util.net.SocketProperties
Returns the SO_LINGER timeout value in seconds.
getSoReuseAddress() - Method in class org.apache.catalina.tribes.transport.AbstractSender
Returns whether SO_REUSEADDR is enabled.
getSoReuseAddress() - Method in interface org.apache.catalina.tribes.transport.nio.NioReceiverMBean
Returns whether SO_REUSEADDR is enabled.
getSoReuseAddress() - Method in interface org.apache.catalina.tribes.transport.nio.PooledParallelSenderMBean
Returns whether SO_REUSEADDR is enabled.
getSoReuseAddress() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns whether SO_REUSEADDR is enabled.
getSoReuseAddress() - Method in class org.apache.tomcat.util.net.SocketProperties
Returns the SO_REUSEADDR socket option value.
getSoTimeout() - Method in class org.apache.catalina.tribes.membership.McastService
 
getSoTimeout() - Method in interface org.apache.catalina.tribes.membership.McastServiceMBean
Get the socket timeout.
getSoTimeout() - Method in class org.apache.tomcat.util.net.SocketProperties
Returns the SO_TIMEOUT value in milliseconds.
getSoTrafficClass() - Method in class org.apache.catalina.tribes.transport.AbstractSender
Returns the TCP traffic class value.
getSoTrafficClass() - Method in interface org.apache.catalina.tribes.transport.nio.PooledParallelSenderMBean
Returns the IP traffic class value.
getSoTrafficClass() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns the IP traffic class (TOS) value for sockets.
getSource() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
Returns the source member.
getSource() - Method in class org.apache.catalina.tribes.group.Response
Get the source member.
getSource() - Static method in class org.apache.tomcat.util.file.ConfigFileLoader
Get the configured configuration source.
getSpnegoDelegationQop() - Method in class org.apache.catalina.realm.JNDIRealm
Get the SPNEGO delegation quality of protection.
getSql() - Method in class org.apache.tomcat.dbcp.dbcp2.PStmtKey
Gets the SQL statement.
getSql() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
Returns the SQL text.
getSQLKeywords() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getSQLStateType() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getSQLXML(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getSQLXML(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getSQLXML(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getSQLXML(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getSslCipherHeader() - Method in class org.apache.catalina.valves.SSLValve
Returns the header name used to retrieve the cipher suite.
getSslCipherUserKeySizeHeader() - Method in class org.apache.catalina.valves.SSLValve
Returns the header name used to retrieve the cipher key size.
getSslClientCertHeader() - Method in class org.apache.catalina.valves.SSLValve
Returns the header name used to retrieve the client certificate.
getSslClientEscapedCertHeader() - Method in class org.apache.catalina.valves.SSLValve
Returns the header name used to retrieve the escaped client certificate.
getSslContext() - Method in class org.apache.tomcat.util.net.SSLHostConfigCertificate
Returns the SSLContext for this certificate.
getSslContext(String) - Method in interface org.apache.tomcat.jni.SSLContext.SNICallBack
Deprecated.
This callback is made during the TLS handshake when the client uses the SNI extension to request a specific TLS host.
getSslContextGenerated() - Method in class org.apache.tomcat.util.net.SSLHostConfigCertificate
Returns the SSLContext generated from the certificate configuration.
getSslEngine() - Method in class org.apache.tomcat.util.net.SecureNio2Channel
 
getSslEngine() - Method in class org.apache.tomcat.util.net.SecureNioChannel
Returns the SSL engine for this channel.
getSSLEngine() - Method in class org.apache.catalina.core.AprLifecycleListener
Returns the SSL engine configuration.
getSSLEngine() - Method in class org.apache.catalina.core.OpenSSLLifecycleListener
Returns the SSL engine information.
getSSLHostConfig() - Method in class org.apache.tomcat.util.net.SSLHostConfigCertificate
Returns the SSLHostConfig that owns this certificate configuration.
getSSLHostConfig(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Look up the SSLHostConfig for the given host name.
getSslImplementation() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get the SSL implementation.
getSslImplementationName() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the name of the SSL implementation.
getSslImplementationName() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get the name of the SSL implementation class.
getSslImplementationShortName() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the short name of the SSL implementation.
getSslProtocol() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns the SSL protocol.
getSSLRandomSeed() - Method in class org.apache.catalina.core.AprLifecycleListener
Returns the SSL random seed source.
getSSLRandomSeed() - Method in class org.apache.catalina.core.OpenSSLLifecycleListener
Returns the SSL random seed.
getSslSecureProtocolHeader() - Method in class org.apache.catalina.valves.SSLValve
Returns the header name used to retrieve the secure protocol.
getSslSessionIdHeader() - Method in class org.apache.catalina.valves.SSLValve
Returns the header name used to retrieve the SSL session ID.
getSslSupport() - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
 
getSslSupport() - Method in class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper
 
getSslSupport() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Obtain an SSLSupport instance for this socket.
getSSLSupport() - Method in class org.apache.tomcat.util.net.SecureNio2Channel
 
getSSLSupport() - Method in class org.apache.tomcat.util.net.SecureNioChannel
Returns the SSL support object for this channel, or null if the SSL engine has not been initialized.
getSSLSupport(SSLSession, Map) - Method in class org.apache.tomcat.util.net.jsse.JSSEImplementation
 
getSSLSupport(SSLSession, Map) - Method in class org.apache.tomcat.util.net.openssl.OpenSSLImplementation
 
getSSLSupport(SSLSession, Map) - Method in class org.apache.tomcat.util.net.SSLImplementation
Obtain an instance of SSLSupport.
getSSLUtil(SSLHostConfigCertificate) - Method in class org.apache.tomcat.util.net.jsse.JSSEImplementation
 
getSSLUtil(SSLHostConfigCertificate) - Method in class org.apache.tomcat.util.net.openssl.OpenSSLImplementation
 
getSSLUtil(SSLHostConfigCertificate) - Method in class org.apache.tomcat.util.net.SSLImplementation
Returns the SSL utility for the given certificate.
getSsoReauthenticationMode() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Returns the SSO re-authentication mode.
getStackTrace() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Returns the stack trace from when this connection was borrowed.
getStackTrace(Throwable) - Static method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Convert an exception into a String
getStage() - Method in class org.apache.coyote.RequestInfo
Return the current processing stage.
getStart() - Method in class org.apache.jasper.compiler.Node
Returns the start mark (location) of this node.
getStart() - Method in class org.apache.jasper.compiler.Node.ScriptingElement
For the same reason as above, the source line information in the contained TemplateText node should be used.
getStart() - Method in class org.apache.tomcat.util.buf.AbstractChunk
Returns the start position of the data in the buffer.
getStart() - Method in class org.apache.tomcat.util.http.parser.ContentRange
Returns the start position of the content range.
getStart() - Method in class org.apache.tomcat.util.http.parser.Ranges.Entry
Returns the start position of the range.
getStartChildren() - Method in class org.apache.catalina.core.ContainerBase
Return if children of this container will be started automatically when they are added to this container.
getStartingPoint() - Method in record class org.apache.catalina.filters.ExpiresFilter.ExpiresConfiguration
Returns the starting point for this configuration.
getStartInstant() - Method in class org.apache.coyote.Request
Return the request start instant.
getStartStopExecutor() - Method in class org.apache.catalina.core.StandardHost
 
getStartStopExecutor() - Method in interface org.apache.catalina.Host
Get the executor that is used for starting and stopping contexts.
getStartStopThreads() - Method in interface org.apache.catalina.Container
Obtain the number of threads available for starting and stopping any children associated with this container.
getStartStopThreads() - Method in class org.apache.catalina.core.ContainerBase
 
getStartStopThreads() - Method in class org.apache.catalina.startup.FailedContext
 
getStartTime() - Method in class org.apache.catalina.core.StandardContext
Gets the time this context was started.
getStartTime() - Method in class org.apache.catalina.startup.FailedContext
Returns the start time.
getStartTime() - Method in class org.apache.coyote.Request
Return the request start time in milliseconds.
getStartTimeNanos() - Method in class org.apache.coyote.Request
Return the request start time in nanoseconds.
getStartupTime() - Method in class org.apache.catalina.core.StandardContext
Gets the time (in milliseconds) it took to start this context.
getStartupTime() - Method in class org.apache.catalina.startup.FailedContext
Returns the startup time.
getState() - Method in interface org.apache.catalina.Lifecycle
Obtain the current state of the source component.
getState() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
getState() - Method in class org.apache.catalina.util.LifecycleBase
 
getState() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
Gets the state of this object.
getState() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
Gets the state of this object.
getState() - Method in class org.apache.tomcat.util.net.Acceptor
Returns the current state of the acceptor.
getStatement() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getStatement() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementFinalizer.StatementEntry
Returns the tracked statement.
getStatementPool() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingConnection
Gets the prepared statement pool.
getStateMessageType() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Gets the state message type.
getStateMessageType() - Method in class org.apache.catalina.tribes.tipis.LazyReplicatedMap
 
getStateMessageType() - Method in class org.apache.catalina.tribes.tipis.ReplicatedMap
 
getStateMutex() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Gets the state mutex object.
getStateName() - Method in interface org.apache.catalina.Lifecycle
Obtain a textual representation of the current component state.
getStateName() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
getStateName() - Method in class org.apache.catalina.util.LifecycleBase
 
getStateTransferred() - Method in class org.apache.catalina.ha.session.DeltaManager
Check if the state transfer is complete.
getStateTransferTimeout() - Method in class org.apache.catalina.ha.session.DeltaManager
Get the state transfer timeout value.
getStaticMembers() - Method in class org.apache.catalina.tribes.membership.StaticMembershipService
Returns the list of static members.
getStaticOnly() - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
Returns whether static-only mode is enabled.
getStaticOnly() - Method in class org.apache.catalina.webresources.AbstractResourceSet
Checks if this resource set is static only.
getStaticOnly() - Method in class org.apache.catalina.webresources.EmptyResourceSet
 
getStaticOnly() - Method in interface org.apache.catalina.WebResourceSet
Should resources returned by this resource set only be included in any results when the lookup is explicitly looking for static (non-class loader) resources. i.e. should these resources be excluded from look ups that are explicitly looking for class loader resources.
getStatsEnabled() - Method in class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
 
getStatsEnabled() - Method in interface org.apache.catalina.tribes.group.interceptors.GzipInterceptorMBean
Returns whether the interceptor is configured to collect statistics.
getStatus() - Method in class org.apache.catalina.connector.Response
 
getStatus() - Method in class org.apache.catalina.connector.ResponseFacade
 
getStatus() - Method in class org.apache.coyote.Response
Get the response status code.
getStatus() - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
 
getStatusCode() - Method in class org.apache.catalina.servlets.WebdavServlet.ProppatchOperation
Returns the status code to set as a result of the operation.
getStatusLine() - Method in class org.apache.catalina.ant.FindLeaksTask
Returns the statusLine parameter that controls if the response includes a status line or not.
getStatusLock() - Static method in class org.apache.tomcat.jni.AprStatus
Code that changes the status of the APR library MUST hold the write lock while making any changes.
getStmtType() - Method in class org.apache.tomcat.dbcp.dbcp2.PStmtKey
Gets the SQL statement type.
getStopLatch() - Method in class org.apache.tomcat.util.net.NioEndpoint
Returns the stop latch.
getStore() - Method in class org.apache.catalina.session.PersistentManagerBase
 
getStore() - Method in interface org.apache.catalina.StoreManager
Returns the Store object which manages persistent Session storage for this Manager.
getStoreAppender() - Method in interface org.apache.catalina.storeconfig.IStoreFactory
Get the store appender.
getStoreAppender() - Method in class org.apache.catalina.storeconfig.StoreFactoryBase
 
getStoreConfig() - Method in class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
Returns the store config instance.
getStoreConfigClass() - Method in class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
Returns the fully qualified class name of the StoreConfig implementation.
getStoreFactory() - Method in class org.apache.catalina.storeconfig.StoreDescription
Returns the StoreFactory instance used to create objects for this description.
getStoreFactoryClass() - Method in class org.apache.catalina.storeconfig.StoreDescription
Returns the fully qualified class name of the StoreFactory implementation.
getStoreLocation() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Gets the File object for the FileItem's data's temporary location on the disk.
getStoreName() - Method in class org.apache.catalina.session.DataSourceStore
 
getStoreName() - Method in class org.apache.catalina.session.FileStore
 
getStoreName() - Method in class org.apache.catalina.session.StoreBase
Return the name for this Store, used for logging.
getStoreRegistry() - Method in class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
Returns the name of the StoreRegistry MBean.
getStream() - Method in class org.apache.catalina.connector.Request
Return the input stream associated with this request, creating it if necessary.
getStream() - Method in class org.apache.tomcat.util.http.fileupload.DeferredFileOutputStream
Returns the current output stream.
getStream() - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
Returns the underlying output stream, to which the corresponding OutputStream methods in this class will ultimately delegate.
getStreamELResolver() - Method in class org.apache.el.ExpressionFactoryImpl
 
getStreamReadTimeout() - Method in class org.apache.coyote.http2.Http2Protocol
Returns the stream-level read timeout in milliseconds.
getStreamWriteTimeout() - Method in class org.apache.coyote.http2.Http2Protocol
Returns the stream-level write timeout in milliseconds.
getStrength_bits() - Method in enum class org.apache.tomcat.util.net.openssl.ciphers.Cipher
Returns the number of strength bits.
getStrictGetProperty() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getStrictGetProperty() - Method in interface org.apache.jasper.Options
Returns whether strict enforcement of the JSP.5.3 requirement is applied, requiring objects used in jsp:getProperty to be previously introduced to the JSP processor.
getStrictQuoteEscaping() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getStrictQuoteEscaping() - Method in class org.apache.jasper.JspC
 
getStrictQuoteEscaping() - Method in interface org.apache.jasper.Options
Returns whether strict quote escaping is enabled for scriplet expressions.
getStrictSni() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get the strict SNI check flag.
getStrictWhitespace() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getStrictWhitespace() - Method in interface org.apache.jasper.Options
Returns whether strict whitespace handling rules are applied during JSP compilation.
getString() - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
Returns the current LineInfo as a String, printing all values only when appropriate (but LineInfoID if and only if it's been specified, as its necessity is sensitive to context).
getString() - Method in class org.apache.jasper.runtime.BodyContentImpl
 
getString() - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
Returns the response body as a string.
getString() - Method in class org.apache.tomcat.util.buf.MessageBytes
Returns the string value.
getString() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Gets the contents of the file as a String, using the default character encoding.
getString() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Returns the contents of the file item as a String, using the default character encoding.
getString(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getString(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getString(String) - Method in class org.apache.catalina.core.ApplicationPart
Returns the part content as a string with the given encoding.
getString(String) - Method in class org.apache.catalina.tribes.util.StringManager
Get a string from the underlying resource bundle or return null if the String is not found.
getString(String) - Method in class org.apache.naming.StringManager
Get a string from the underlying resource bundle or return null if the String is not found.
getString(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getString(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getString(String) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Gets the contents of the file as a String, using the specified encoding.
getString(String) - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Returns the contents of the file item as a String, using the specified encoding.
getString(String) - Method in class org.apache.tomcat.util.res.StringManager
Get a string from the underlying resource bundle or return null if the String is not found.
getString(String, Object...) - Method in class org.apache.catalina.tribes.util.StringManager
Get a string from the underlying resource bundle and format it with the given set of arguments.
getString(String, Object...) - Method in class org.apache.naming.StringManager
Get a string from the underlying resource bundle and format it with the given set of arguments.
getString(String, Object...) - Method in class org.apache.tomcat.util.res.StringManager
Get a string from the underlying resource bundle and format it with the given set of arguments.
getStringFunctions() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getStringInterpreter(ServletContext) - Static method in class org.apache.jasper.compiler.StringInterpreterFactory
Obtain the correct String Interpreter for the given web application.
getStrongETag() - Method in interface org.apache.catalina.WebResource
Return the strong ETag if available else return the weak ETag calculated from the content length and last modified.
getStrongETag() - Method in class org.apache.catalina.webresources.AbstractResource
Gets the strong ETag for this resource.
getStrongETag() - Method in class org.apache.catalina.webresources.CachedResource
 
getStuckThreadCount() - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
Returns the number of threads currently detected as stuck.
getStuckThreadIds() - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
Returns the IDs of all threads currently detected as stuck.
getStuckThreadNames() - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
Returns the names of all threads currently detected as stuck.
getSub() - Method in class org.apache.catalina.valves.rewrite.Substitution
Returns the raw substitution string.
getSubmittedCount() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Returns the total number of tasks that have been submitted to this pool.
getSubmittedFileName() - Method in class org.apache.catalina.core.ApplicationPart
 
getSubstitution() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get the substitution.
getSubstitutionString() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get the substitution string.
getSubtype() - Method in class org.apache.tomcat.util.http.parser.MediaType
Get the media subtype.
getSuffix() - Method in class org.apache.catalina.valves.AccessLogValve
Returns the log file suffix.
getSuperclassName() - Method in class org.apache.catalina.startup.ContextConfig.JavaClassCacheEntry
Returns the name of the superclass.
getSuperclassName() - Method in class org.apache.tomcat.util.bcel.classfile.JavaClass
returns the super class name of this class.
getSuperTables(String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getSuperTypes(String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getSupportedCipherSuites() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLEngine
 
getSupportedProtocols() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLEngine
 
getSupportedSSLParameters() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLContext
 
getSupportedSSLParameters() - Method in interface org.apache.tomcat.util.net.SSLContext
Returns the supported SSL parameters.
getSupportsRelativeRedirects() - Method in class org.apache.coyote.Request
Check if relative redirects are supported.
getSuspectTimeout() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getSuspectTimeout() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getSuspectTimeout() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns the time in seconds to pass before a connection is marked an abandoned suspect.
getSuspectTimeout() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getSuspendWrappedResponseAfterForward() - Method in interface org.apache.catalina.Context
If this is true, then following a forward the response will be unwrapped to suspend the Catalina response instead of simply closing the top level response.
getSuspendWrappedResponseAfterForward() - Method in class org.apache.catalina.core.StandardContext
 
getSuspendWrappedResponseAfterForward() - Method in class org.apache.catalina.startup.FailedContext
 
getSwallowAbortedUploads() - Method in interface org.apache.catalina.Context
Returns true if remaining request data will be read (swallowed) even the request violates a data size constraint.
getSwallowAbortedUploads() - Method in class org.apache.catalina.core.StandardContext
Returns true if remaining request data will be read (swallowed) even the request violates a data size constraint.
getSwallowAbortedUploads() - Method in class org.apache.catalina.startup.FailedContext
 
getSwallowedExceptionListener() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets the listener used (if any) to receive notifications of exceptions unavoidably swallowed by the pool.
getSwallowOutput() - Method in interface org.apache.catalina.Context
Returns whether stdout and stderr are redirected to the logger during servlet execution.
getSwallowOutput() - Method in class org.apache.catalina.core.StandardContext
Returns whether stdout and stderr are redirected to the logger during servlet execution.
getSwallowOutput() - Method in class org.apache.catalina.startup.FailedContext
 
getSystemFunctions() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getTableName() - Method in class org.apache.catalina.servlets.DataSourcePropertyStore
Return the table name that will be used in the database.
getTablePrivileges(String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getTables(String, String, String, String[]) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getTableTypes() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getTag() - Method in class org.apache.catalina.ant.DeployTask
Get the deployment tag.
getTag() - Method in class org.apache.catalina.storeconfig.StoreDescription
Returns the XML tag name for this description.
getTag() - Method in class org.apache.jasper.compiler.Node.AttributeGenerator
Returns the custom tag this attribute belongs to.
getTag() - Method in class org.apache.tomcat.util.bcel.classfile.Constant
Gets the tag of constant.
getTagAttributeInfo() - Method in class org.apache.jasper.compiler.Node.JspAttribute
Returns the TagAttributeInfo for this attribute.
getTagClass() - Method in class org.apache.catalina.storeconfig.StoreDescription
Returns the fully qualified class name associated with this description's tag.
getTagClass() - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
Returns the tag handler class.
getTagData() - Method in class org.apache.jasper.compiler.Node.CustomTag
Returns the tag data for this custom tag.
getTagFileInfo() - Method in class org.apache.jasper.compiler.Node.CustomTag
Returns the tag file information for this custom tag.
getTagFileJar() - Method in class org.apache.jasper.JspCompilationContext
Returns the JAR file in which the tag file for which this JspCompilationContext was created is packaged, or null if this JspCompilationContext does not correspond to a tag file, or if the corresponding tag file is not packaged in a JAR.
getTagFiles() - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
Returns the list of tag file definitions.
getTagHandlerClass() - Method in class org.apache.jasper.compiler.Node.CustomTag
Returns the tag handler class.
getTagHandlerClassName(String, String, String, ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
Gets the fully-qualified class name of the tag handler corresponding to the given tag file path.
getTagHandlerPool(ServletConfig) - Static method in class org.apache.jasper.runtime.TagHandlerPool
Creates or retrieves a TagHandlerPool for the given servlet configuration.
getTagHandlerPoolName() - Method in class org.apache.jasper.compiler.Node.CustomTag
Returns the tag handler pool name.
getTagInfo() - Method in class org.apache.jasper.compiler.Node.CustomTag
Returns the tag information for this custom tag.
getTagInfo() - Method in class org.apache.jasper.JspCompilationContext
Returns the tag information for this compilation context.
getTaglib(String) - Method in class org.apache.jasper.compiler.PageInfo
Gets the tag library corresponding to the given URI.
getTaglibAttributes() - Method in class org.apache.jasper.compiler.Node
Gets this Node's xmlns attributes that represent tag libraries (only meaningful for Nodes parsed from XML syntax).
getTaglibLocation() - Method in class org.apache.tomcat.util.descriptor.web.TaglibDescriptorImpl
 
getTaglibs() - Method in class org.apache.jasper.compiler.PageInfo
Gets the collection of tag libraries that are associated with a URI.
getTaglibs() - Method in class org.apache.tomcat.util.descriptor.web.JspConfigDescriptorImpl
 
getTaglibs() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the taglib mappings.
getTaglibURI() - Method in class org.apache.tomcat.util.descriptor.web.TaglibDescriptorImpl
 
getTaglibXml(TldResourcePath) - Method in class org.apache.jasper.compiler.TldCache
Returns the parsed tag library XML for the given resource path.
getTagPluginContext() - Method in class org.apache.jasper.compiler.Node.CustomTag
Returns the tag plugin context for this custom tag.
getTagPluginManager() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getTagPluginManager() - Method in class org.apache.jasper.JspC
 
getTagPluginManager() - Method in interface org.apache.jasper.Options
Returns the Tag Plugin Manager used for applying tag plugins during JSP compilation.
getTags() - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
Returns the list of tag definitions.
getTagVariableInfos() - Method in class org.apache.jasper.compiler.Node.CustomTag
Returns the tag variable information from the tag info.
getTarget() - Method in class org.apache.tomcat.websocket.Util.DecoderMatch
Returns the target type that decoders were matched against.
getTargetClass() - Method in class org.apache.tomcat.util.descriptor.web.InjectionTarget
Returns the target class name.
getTargetName() - Method in class org.apache.tomcat.util.descriptor.web.InjectionTarget
Returns the target field or method name.
getTaskCount() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
Return the total number of tasks that have ever been scheduled for execution by the pool.
getTaskCount() - Method in interface org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptorMBean
Get the task count.
getTaskCount() - Method in interface org.apache.catalina.tribes.transport.nio.NioReceiverMBean
Returns the total number of tasks submitted.
getTaskCount() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Return the total number of tasks that have ever been scheduled for execution by the pool.
getTaskCount() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Returns the approximate total number of tasks that have ever been scheduled for execution.
getTaskCreator() - Method in class org.apache.catalina.tribes.transport.RxTaskPool
Return the task creator factory used by this pool.
getTaskPool() - Method in class org.apache.catalina.tribes.transport.AbstractRxTask
Gets the task pool.
getTaskPool() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns the task pool used by this receiver.
getTcnVersionWarning() - Static method in class org.apache.catalina.core.AprLifecycleListener
Get a warning message if the installed Tomcat Native version is older than recommended.
getTcpNoDelay() - Method in class org.apache.catalina.tribes.transport.AbstractSender
Returns whether TCP_NODELAY is enabled.
getTcpNoDelay() - Method in interface org.apache.catalina.tribes.transport.nio.NioReceiverMBean
Returns whether TCP_NODELAY is enabled.
getTcpNoDelay() - Method in interface org.apache.catalina.tribes.transport.nio.PooledParallelSenderMBean
Returns whether TCP_NODELAY is enabled.
getTcpNoDelay() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns whether TCP_NODELAY is enabled.
getTcpNoDelay() - Method in class org.apache.coyote.AbstractProtocol
Gets whether TCP no-delay is enabled.
getTcpNoDelay() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Socket TCP no delay.
getTcpNoDelay() - Method in class org.apache.tomcat.util.net.SocketProperties
Returns the TCP_NODELAY socket option value.
getTeiClass() - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
Returns the TagExtraInfo class.
getTempDir() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Returns the temporary directory path.
getTempDirFile() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Returns the temporary directory as a File object.
getTempFile() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Creates and returns a File representing a uniquely named temporary file in the configured repository path.
getTemporaryVariableName() - Method in class org.apache.jasper.compiler.Node.NamedAttribute
Returns a unique temporary variable name to store the result in.
getTemporaryVariableName() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Generates a unique temporary variable name for use in generated code.
getTempVariableNamePrefix() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getTempVariableNamePrefix() - Method in interface org.apache.jasper.Options
Returns the prefix used for generated temporary variable names.
getTerminateOnStartFailure() - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
Returns whether to terminate on start failure.
getTestOnBorrow() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the {code testOnBorrow} property.
getTestOnBorrow() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getTestOnBorrow() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets whether objects borrowed from the pool will be validated before being returned from the borrowObject() method.
getTestOnBorrow() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Gets the value for the testOnBorrow configuration attribute for pools created with this configuration instance.
getTestOnBorrow() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getTestOnBorrow() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
getTestOnCreate() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the {code testOnCreate} property.
getTestOnCreate() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getTestOnCreate() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets whether objects created for the pool will be validated before being returned from the borrowObject() method.
getTestOnCreate() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Gets the value for the testOnCreate configuration attribute for pools created with this configuration instance.
getTestOnCreate() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getTestOnCreate() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
getTestOnReturn() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the value of the {code testOnReturn} property.
getTestOnReturn() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets whether objects borrowed from the pool will be validated when they are returned to the pool via the returnObject() method.
getTestOnReturn() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Gets the value for the testOnReturn configuration attribute for pools created with this configuration instance.
getTestOnReturn() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getTestOnReturn() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
getTestString() - Method in class org.apache.catalina.valves.rewrite.RewriteCond
Returns the test string.
getTestWhileIdle() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the value of the {code testWhileIdle} property.
getTestWhileIdle() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getTestWhileIdle() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Gets whether objects sitting idle in the pool will be validated by the idle object evictor (if any - see BaseGenericObjectPool.setDurationBetweenEvictionRuns(Duration)).
getTestWhileIdle() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Gets the value for the testWhileIdle configuration attribute for pools created with this configuration instance.
getTestWhileIdle() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getTestWhileIdle() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
getText() - Method in class org.apache.jasper.compiler.ELNode.ELText
Returns the text content.
getText() - Method in class org.apache.jasper.compiler.ELNode.Text
Returns the text content.
getText() - Method in class org.apache.jasper.compiler.Node
Returns the text content of this node.
getText() - Method in class org.apache.jasper.compiler.Node.NamedAttribute
 
getText() - Method in class org.apache.jasper.compiler.Node.ScriptingElement
When this node was created from a JSP page in JSP syntax, its text was stored as a String in the "text" field, whereas when this node was created from a JSP document, its text was stored as one or more TemplateText nodes in its body.
getTextAttribute(String) - Method in class org.apache.jasper.compiler.Node
Get the attribute that is non request time expression, either from the attribute of the node, or from a jsp:attribute
getTextDecoders() - Method in class org.apache.tomcat.websocket.Util.DecoderMatch
Returns the list of matched text decoders.
getTextMessageHandler() - Method in class org.apache.tomcat.websocket.WsSession
Returns the text message handler for this session.
getThisAccessedTime() - Method in class org.apache.catalina.manager.DummyProxySession
 
getThisAccessedTime() - Method in interface org.apache.catalina.Session
Returns the last time the client sent a request associated with this session, as the number of milliseconds since midnight, January 1, 1970 GMT.
getThisAccessedTime() - Method in class org.apache.catalina.session.StandardSession
 
getThisAccessedTime(String) - Method in class org.apache.catalina.session.ManagerBase
Get the last access time for the given session as a formatted string.
getThisAccessedTimeInternal() - Method in class org.apache.catalina.manager.DummyProxySession
 
getThisAccessedTimeInternal() - Method in interface org.apache.catalina.Session
Returns the last client access time without invalidation check.
getThisAccessedTimeInternal() - Method in class org.apache.catalina.session.StandardSession
 
getThisAccessedTimestamp(String) - Method in class org.apache.catalina.session.ManagerBase
Get the timestamp of the last access for the given session.
getThread() - Static method in class org.apache.naming.ContextBindings
Retrieves the naming context bound to the current thread.
getThreadBindingListener() - Method in interface org.apache.catalina.Context
Returns the associated ThreadBindingListener.
getThreadBindingListener() - Method in class org.apache.catalina.core.StandardContext
 
getThreadBindingListener() - Method in class org.apache.catalina.startup.FailedContext
 
getThreadCount() - Method in class org.apache.jasper.JspC
Returns the number of threads to use for compilation.
getThreadDump() - Static method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Creates a stack trace representing the existing thread's current state.
getThreadDump() - Static method in class org.apache.tomcat.util.Diagnostics
Retrieves a formatted JVM thread dump.
getThreadDump(Enumeration) - Static method in class org.apache.tomcat.util.Diagnostics
Retrieves a formatted JVM thread dump.
getThreadDump(StringManager) - Static method in class org.apache.tomcat.util.Diagnostics
Retrieve a JVM thread dump formatted using the given StringManager.
getThreadFactory() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Returns the thread factory used to create new threads.
getThreadId() - Method in class org.apache.coyote.Request
Return the thread ID.
getThreadName() - Method in class org.apache.catalina.session.FileStore
Returns the name used for the background thread that processes this store.
getThreadName(long) - Static method in class org.apache.juli.OneLineFormatter
LogRecord has threadID but no thread name.
getThreadPriority() - Method in class org.apache.catalina.core.StandardThreadExecutor
Return the thread priority for new threads.
getThreadPriority() - Method in class org.apache.coyote.AbstractProtocol
Gets the thread priority.
getThreadPriority() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get the priority of the worker threads.
getThreadRenewalDelay() - Method in class org.apache.catalina.core.StandardThreadExecutor
Return the thread renewal delay in milliseconds.
getThreadRenewalDelay() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Returns the delay in milliseconds after which threads should be renewed.
getThreadsMaxIdleTime() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get the maximum idle time for threads in the internal thread pool.
getThreshold() - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
Returns the current threshold in seconds for stuck thread detection.
getThreshold() - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport
returns the query measure threshold.
getThrowable() - Method in exception class org.apache.tomcat.util.MultiThrowable
Return the wrapped throwable.
getThrowable(ServletRequest) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Returns the value of the jakarta.servlet.error.exception request attribute value, if present, otherwise the value of the jakarta.servlet.jsp.jspException request attribute value.
getThrowables() - Method in exception class org.apache.tomcat.util.MultiThrowable
Return a read-only list of the wrapped throwables.
getThrowOnFailedAck() - Method in class org.apache.catalina.tribes.transport.AbstractSender
Returns whether an exception is thrown on ACK failure.
getThrowOnFailedAck() - Method in interface org.apache.catalina.tribes.transport.nio.PooledParallelSenderMBean
Returns whether an exception is thrown on failed acknowledgement.
getThrowOnFailure() - Method in class org.apache.catalina.util.LifecycleBase
Will a LifecycleException thrown by a subclass during LifecycleBase.initInternal(), LifecycleBase.startInternal(), LifecycleBase.stopInternal() or LifecycleBase.destroyInternal() be re-thrown for the caller to handle or will it be logged instead?
getThrowOnInitFailure() - Method in class org.apache.catalina.startup.Catalina
Return whether an exception should be thrown if an error occurs during server init.
getTime(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getTime(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getTime(int, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getTime(int, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getTime(long) - Static method in class org.apache.tomcat.jni.SSL
SSL_get_time
getTime(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getTime(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getTime(String, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getTime(String, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getTimeBetweenEvictionRuns() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
getTimeBetweenEvictionRuns() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
getTimeBetweenEvictionRunsMillis() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
getTimeBetweenEvictionRunsMillis() - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
getTimeBetweenEvictionRunsMillis() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getTimeBetweenEvictionRunsMillis() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
getTimeBetweenEvictionRunsMillis() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
getTimeBetweenEvictionRunsMillis() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
getTimeBetweenEvictionRunsMillis() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
getTimeBetweenEvictionRunsMillis() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getTimeBetweenEvictionRunsMillis() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getTimeBetweenEvictionRunsMillis() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The number of milliseconds to sleep between runs of the idle connection validation, abandoned cleaner and idle pool resizing.
getTimeBetweenEvictionRunsMillis() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getTimeDateFunctions() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getTimeFormat() - Method in class org.apache.juli.DateFormatCache
Get the time format string used by this cache.
getTimeFormat() - Method in class org.apache.juli.OneLineFormatter
Obtain the format currently being used for time stamps in log messages.
getTimeLimit() - Method in class org.apache.catalina.realm.JNDIRealm
Get the time limit.
getTimeout() - Method in class org.apache.catalina.core.AsyncContextImpl
 
getTimeout() - Method in class org.apache.catalina.tribes.transport.AbstractSender
Returns the connection timeout in milliseconds.
getTimeout() - Method in interface org.apache.catalina.tribes.transport.nio.NioReceiverMBean
Returns the socket timeout.
getTimeout() - Method in interface org.apache.catalina.tribes.transport.nio.PooledParallelSenderMBean
Returns the socket timeout in milliseconds.
getTimeout() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns the socket timeout in milliseconds.
getTimeout() - Method in class org.apache.tomcat.websocket.server.WsServerContainer
Returns the write timeout handler.
getTimeoutExpiry() - Method in class org.apache.tomcat.websocket.server.WsRemoteEndpointImplServer
Returns the timeout expiry time in milliseconds.
getTimeoutInterval() - Method in class org.apache.tomcat.util.net.SocketProperties
Returns the minimum frequency of the timeout interval in milliseconds.
getTimestamp() - Method in class org.apache.catalina.authenticator.DigestAuthenticator.NonceInfo
Get the timestamp when this nonce was created.
getTimestamp() - Method in interface org.apache.catalina.ha.ClusterMessage
Returns the timestamp of this message.
getTimestamp() - Method in class org.apache.catalina.ha.ClusterMessageBase
 
getTimestamp() - Method in class org.apache.catalina.ha.deploy.UndeployMessage
 
getTimestamp() - Method in class org.apache.catalina.ha.session.SessionMessageImpl
 
getTimestamp() - Method in record class org.apache.catalina.session.ManagerBase.SessionTiming
Return the time stamp associated with this piece of timing information in milliseconds.
getTimestamp() - Method in interface org.apache.catalina.tribes.ChannelMessage
Timestamp of when the message was created.
getTimestamp() - Method in class org.apache.catalina.tribes.io.ChannelData
 
getTimestamp() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Return the timestamps of last pool action.
getTimestamp() - Method in interface org.apache.tomcat.jdbc.pool.PooledConnectionMBean
Returns the timestamp of the last pool action.
getTimestamp(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getTimestamp(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getTimestamp(int, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getTimestamp(int, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getTimestamp(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getTimestamp(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getTimestamp(String, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getTimestamp(String, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getTimeTag() - Method in class org.apache.catalina.storeconfig.StoreFileMover
Time value for backup yyyy-mm-dd.hh-mm-ss.
getTimeTx() - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
 
getTimeTx() - Method in interface org.apache.catalina.tribes.group.interceptors.ThroughputInterceptorMBean
Returns the last transmit time.
getTimeZone() - Method in class org.apache.catalina.util.Strftime
Get the timezone used for formatting conversions
getTldCache() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getTldCache() - Method in class org.apache.jasper.JspC
 
getTldCache() - Method in interface org.apache.jasper.Options
The cache that maps URIs, resource paths and parsed TLD files for the various tag libraries 'exposed' by the web application.
getTldResourcePath(String) - Method in class org.apache.jasper.compiler.TldCache
Returns the resource path for the given TLD URI.
getTldResourcePath(String) - Method in class org.apache.jasper.JspCompilationContext
Gets the 'location' of the TLD associated with the given taglib 'uri'.
getTldResourcePathTaglibXmlMap() - Method in class org.apache.jasper.servlet.TldScanner
Returns the map of TldResourcePath to parsed XML files built by this scanner.
getTldScan() - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
Returns the TLD scan pattern.
getTldScanTime() - Method in class org.apache.catalina.core.StandardContext
Gets the time (in milliseconds) spent scanning TLDs during startup.
getTldScanTime() - Method in class org.apache.catalina.startup.FailedContext
Returns the TLD scan time.
getTldSkip() - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
Returns the TLD skip pattern.
getTldValidation() - Method in interface org.apache.catalina.Context
Will the parsing of *.tld files for this Context be performed by a validating parser?
getTldValidation() - Method in class org.apache.catalina.core.StandardContext
 
getTldValidation() - Method in class org.apache.catalina.startup.FailedContext
 
getTlibVersion() - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
Returns the tag library version.
getToken() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
Returns the next token from the pattern string.
getTokenValue() - Method in class org.apache.catalina.ssi.ExpressionTokenizer
Returns the string value of the most recently parsed token.
getTomcatAuthentication() - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Should authentication be done in the native web server layer, or in the Servlet container ?
getTomcatAuthorization() - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Should authentication be done in the native web server layer and authorization in the Servlet container?
getToString() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnection
Gets the value of the DelegatingConnection.toString() method via a bean getter, so it can be read as a property via JMX.
getToString() - Method in interface org.apache.tomcat.dbcp.dbcp2.PoolableConnectionMXBean
Gets the value of the Object.toString() method via a bean getter, so it can be read as a property via JMX.
getTotalInvocationTime() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
Returns the total time spent executing this query across all invocations.
getTotalNrOfMsgs() - Method in class org.apache.catalina.ha.deploy.FileMessage
Returns the total number of messages in the file transfer.
getTotalRequestTime() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Return the total request time.
getTotalSendTime() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Return the total send time.
getTrace() - Method in class org.apache.tomcat.dbcp.dbcp2.AbandonedTrace
Gets a list of objects being traced by this object.
getTrackedResources() - Method in class org.apache.catalina.webresources.StandardRoot
Returns the list of currently tracked resources.
getTrackLockedFiles() - Method in interface org.apache.catalina.WebResourceRoot
Has the track locked files feature been enabled?
getTrackLockedFiles() - Method in class org.apache.catalina.webresources.StandardRoot
 
getTrailerFields() - Method in class org.apache.catalina.connector.Request
 
getTrailerFields() - Method in class org.apache.catalina.connector.RequestFacade
 
getTrailerFields() - Method in class org.apache.catalina.connector.Response
 
getTrailerFields() - Method in class org.apache.catalina.connector.ResponseFacade
 
getTrailerFields() - Method in class org.apache.coyote.Request
Return the trailer fields as a map.
getTrailerFields() - Method in class org.apache.coyote.Response
Get the trailer fields supplier.
getTrainThreshold() - Method in class org.apache.tomcat.util.buf.StringCache
Returns the number of toString calls required before the cache is built.
getTransaction() - Method in class org.apache.catalina.deploy.NamingResourcesImpl
Return the transaction object.
getTransactionContext() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.ManagedConnection
Gets the transaction context.
getTransactionIsolation() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
getTransactionIsolation() - Method in interface org.apache.tomcat.dbcp.dbcp2.PoolableConnectionMXBean
getTransactionIsolation() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
 
getTransactionIsolation() - Method in interface org.apache.tomcat.jdbc.pool.PooledConnectionMBean
Returns the current transaction isolation level.
getTransactionManager() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.BasicManagedDataSource
Gets the required transaction manager property.
getTransactionRegistry() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.BasicManagedDataSource
Gets the transaction registry.
getTransactionRegistry() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.DataSourceXAConnectionFactory
 
getTransactionRegistry() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.LocalXAConnectionFactory
Gets the transaction registry.
getTransactionRegistry() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.ManagedConnection
Gets the transaction registry.
getTransactionRegistry() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.ManagedDataSource
Gets the transaction registry.
getTransactionRegistry() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.PoolableManagedConnection
Gets the transaction registry.
getTransactionRegistry() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.PoolableManagedConnectionFactory
Gets the transaction registry.
getTransactionRegistry() - Method in interface org.apache.tomcat.dbcp.dbcp2.managed.XAConnectionFactory
Gets the TransactionRegistry for this connection factory which contains the XAResource for every connection created by this factory.
getTransactionSynchronizationRegistry() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.BasicManagedDataSource
Gets the optional TransactionSynchronizationRegistry.
getTransactionTimeout() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.LocalXAConnectionFactory.LocalXAResource
Always returns 0 since we have no way to set a transaction timeout on a JDBC connection.
getTransformation() - Method in class org.apache.tomcat.websocket.server.WsFrameServer
 
getTransformation() - Method in class org.apache.tomcat.websocket.WsFrameBase
Returns the transformation applied to this frame.
getTransport() - Method in class org.apache.catalina.tribes.transport.ReplicationTransmitter
Return the transport used for message sending.
getTransportGuaranteeRedirectStatus() - Method in class org.apache.catalina.realm.RealmBase
Returns the HTTP status code used when the container needs to issue an HTTP redirect to meet the requirements of a configured transport guarantee.
getTrimDirectiveWhitespaces() - Method in class org.apache.jasper.compiler.PageInfo
Returns the trimDirectiveWhitespaces attribute value.
getTrimDirectiveWhitespaces() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
 
getTrimSpaces() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getTrimSpaces() - Method in class org.apache.jasper.JspC
 
getTrimSpaces() - Method in interface org.apache.jasper.Options
Returns the option for trimming whitespace-only template text.
getTrimWhitespace() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
Returns whether to trim directive whitespaces.
getTrustedProxies() - Method in class org.apache.catalina.filters.RemoteIpFilter
Deprecated.
The implementation of this method will be replaced with the implementation of RemoteIpFilter.getTrustedProxiesAsString() in Tomcat 12 onwards with the return type changing to String
getTrustedProxies() - Method in class org.apache.catalina.valves.RemoteIpValve
Obtain the currently configured trusted proxies.
getTrustedProxiesAsString() - Method in class org.apache.catalina.filters.RemoteIpFilter
Deprecated.
This method will be renamed to getInternalProxies() as of Tomcat 12
getTrustManagerClassName() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns the trust manager class name.
getTrustManagers() - Method in interface org.apache.tomcat.util.net.SSLUtil
Returns the trust managers.
getTrustManagers() - Method in class org.apache.tomcat.util.net.SSLUtilBase
 
getTruststore() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns the truststore.
getTruststoreAlgorithm() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns the truststore algorithm.
getTruststoreFile() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns the truststore file.
getTruststorePassword() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns the truststore password.
getTruststoreProvider() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns the truststore provider.
getTruststoreType() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns the truststore type.
getTtl() - Method in class org.apache.catalina.ha.backend.HeartbeatListener
Get the TTL value used for multicast packets.
getTtl() - Method in class org.apache.catalina.tribes.membership.McastService
 
getTtl() - Method in interface org.apache.catalina.tribes.membership.McastServiceMBean
Get the TTL.
getTtl() - Method in class org.apache.catalina.webresources.Cache
Returns the time-to-live for cached entries.
getTTLForSession(Session) - Static method in class org.apache.catalina.manager.util.SessionUtils
Returns the remaining time-to-live for the session in milliseconds.
getTxBufSize() - Method in class org.apache.catalina.tribes.transport.AbstractSender
Returns the transmit buffer size for TCP connections.
getTxBufSize() - Method in interface org.apache.catalina.tribes.transport.nio.NioReceiverMBean
Returns the transmit buffer size.
getTxBufSize() - Method in interface org.apache.catalina.tribes.transport.nio.PooledParallelSenderMBean
Returns the transmit buffer size.
getTxBufSize() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns the size of the transmit buffer for TCP connections.
getTxBufSize() - Method in class org.apache.tomcat.util.net.SocketProperties
Returns the socket send buffer size in bytes.
getTxStart() - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
 
getTxStart() - Method in interface org.apache.catalina.tribes.group.interceptors.ThroughputInterceptorMBean
Returns the transmit start timestamp.
getType() - Method in class org.apache.catalina.ant.jmx.Arg
Returns the argument type.
getType() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
Get the data type for comparison.
getType() - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
Get the value type.
getType() - Method in class org.apache.catalina.ant.ResourcesTask
Return the fully qualified class name of the resource type being requested.
getType() - Method in class org.apache.catalina.ContainerEvent
Return the event type of this event.
getType() - Method in class org.apache.catalina.LifecycleEvent
Returns the event type of this event.
getType() - Method in class org.apache.catalina.SessionEvent
Returns the event type of this event.
getType() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
Returns the message type.
getType() - Method in class org.apache.jasper.compiler.ELNode.Root
Returns the type character of this expression.
getType() - Method in class org.apache.jasper.compiler.ELParser
Returns the type of the parsed EL expression.
getType() - Method in class org.apache.jasper.compiler.Node.ELExpression
Returns the type character of this EL expression.
getType() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getType() - Method in class org.apache.tomcat.util.buf.MessageBytes
Return the type of the original content.
getType() - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
Return the name of the resource implementation class.
getType() - Method in class org.apache.tomcat.util.http.parser.MediaType
Get the media type.
getType() - Method in class org.apache.tomcat.util.modeler.FeatureInfo
Returns the fully qualified Java class name of this element.
getType() - Method in class org.apache.tomcat.util.modeler.ManagedBean
Return the fully qualified name of the Java class of the resource implementation class described by the managed bean described by this descriptor.
getType() - Method in class org.apache.tomcat.util.net.SSLHostConfigCertificate
Returns the type of this certificate configuration.
getType() - Method in class org.apache.tomcat.websocket.pojo.PojoPathParam
Return the type of the parameter.
getType(ELContext) - Method in class org.apache.el.ValueExpressionImpl
 
getType(ELContext) - Method in class org.apache.el.ValueExpressionLiteral
 
getType(ELContext) - Method in class org.apache.jasper.el.JspValueExpression
 
getType(ELContext, Object, Object) - Method in class org.apache.el.stream.StreamELResolverImpl
 
getType(ELContext, Object, Object) - Method in class org.apache.jasper.el.JasperELResolver.GraalBeanELResolver
 
getType(ObjectName, String) - Method in class org.apache.tomcat.util.modeler.NoDescriptorRegistry
 
getType(ObjectName, String) - Method in class org.apache.tomcat.util.modeler.Registry
Get the type of an attribute of the object, from the metadata.
getTypeDesc() - Method in class org.apache.catalina.tribes.membership.StaticMembershipProvider.MemberMessage
Returns a human-readable description of the message type.
getTypeDesc() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
Gets a description of the message type.
getTypeInfo() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getTypeMap() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
getTypes() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
Returns the statement types being cached.
getTypeValue() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get the MIME type value.
getUdpPort() - Method in interface org.apache.catalina.tribes.ChannelReceiver
Returns the UDP port
getUdpPort() - Method in interface org.apache.catalina.tribes.Member
Returns the UDP port that this member is listening to for UDP messages.
getUdpPort() - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
getUdpPort() - Method in class org.apache.catalina.tribes.transport.AbstractSender
Returns the UDP port of the destination.
getUdpPort() - Method in interface org.apache.catalina.tribes.transport.nio.NioReceiverMBean
Returns the UDP port.
getUdpPort() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns the UDP port number.
getUdpRxBufSize() - Method in class org.apache.catalina.tribes.transport.AbstractSender
Returns the receive buffer size for UDP connections.
getUdpRxBufSize() - Method in interface org.apache.catalina.tribes.transport.nio.NioReceiverMBean
Returns the UDP receive buffer size.
getUdpRxBufSize() - Method in interface org.apache.catalina.tribes.transport.nio.PooledParallelSenderMBean
Returns the UDP receive buffer size.
getUdpRxBufSize() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns the size of the receive buffer for UDP connections.
getUdpTxBufSize() - Method in class org.apache.catalina.tribes.transport.AbstractSender
Returns the transmit buffer size for UDP connections.
getUdpTxBufSize() - Method in interface org.apache.catalina.tribes.transport.nio.NioReceiverMBean
Returns the UDP transmit buffer size.
getUdpTxBufSize() - Method in interface org.apache.catalina.tribes.transport.nio.PooledParallelSenderMBean
Returns the UDP transmit buffer size.
getUdpTxBufSize() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns the size of the transmit buffer for UDP connections.
getUDTs(String, String, String, int[]) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getUncompressedSizeRX() - Method in class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
 
getUncompressedSizeRX() - Method in interface org.apache.catalina.tribes.group.interceptors.GzipInterceptorMBean
Returns the total uncompressed received data size in bytes.
getUncompressedSizeTX() - Method in class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
 
getUncompressedSizeTX() - Method in interface org.apache.catalina.tribes.group.interceptors.GzipInterceptorMBean
Returns the total uncompressed transmitted data size in bytes.
getUndeployOldVersions() - Method in class org.apache.catalina.core.StandardHost
 
getUndeployOldVersions() - Method in interface org.apache.catalina.Host
Get whether the Host is configured to automatically undeploy old versions of applications deployed using parallel deployment.
getUnicodeStream(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
getUnicodeStream(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
getUniqudId(byte[]) - Static method in class org.apache.catalina.tribes.util.Arrays
Creates a UniqueId from a byte array.
getUniqudId(ChannelMessage) - Static method in class org.apache.catalina.tribes.util.Arrays
Extracts a UniqueId from a ChannelMessage.
getUniqueId() - Method in interface org.apache.catalina.ha.ClusterMessage
Returns the unique identifier for this message.
getUniqueId() - Method in class org.apache.catalina.ha.deploy.FileMessage
 
getUniqueId() - Method in class org.apache.catalina.ha.deploy.UndeployMessage
 
getUniqueId() - Method in class org.apache.catalina.ha.session.SessionMessageImpl
 
getUniqueId() - Method in interface org.apache.catalina.tribes.ChannelMessage
Each message must have a globally unique Id. interceptors heavily depend on this id for message processing
getUniqueId() - Method in class org.apache.catalina.tribes.io.ChannelData
 
getUniqueId() - Method in interface org.apache.catalina.tribes.Member
returns a UUID unique for this member over all sessions.
getUniqueId() - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
getUniqueValue(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
Finds and returns a unique header field with the given name.
getUnit() - Method in record class org.apache.catalina.filters.ExpiresFilter.Duration
Returns the unit of this duration.
getUnits() - Method in class org.apache.tomcat.util.http.parser.ContentRange
Returns the range units (e.g., "bytes") in lower case.
getUnits() - Method in class org.apache.tomcat.util.http.parser.Ranges
Returns the range units (e.g., "bytes").
getUnixDomainSocketPath() - Method in class org.apache.tomcat.util.net.NioEndpoint
Returns the Unix domain socket path.
getUnixDomainSocketPathPermissions() - Method in class org.apache.tomcat.util.net.NioEndpoint
Returns the Unix domain socket path permissions.
getUnless() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
Get the unless condition property name.
getUnless() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Get the unless condition property name.
getUnloadDelay() - Method in class org.apache.catalina.core.StandardContext
Return the value of the unload delay flag.
getUnloadHandle() - Method in class org.apache.jasper.servlet.JspServletWrapper
Returns the unload handle for managing JSP unloading.
getUnlockTimeout() - Method in class org.apache.tomcat.util.net.SocketProperties
Returns the unlock timeout in milliseconds.
getUnpackWAR() - Method in class org.apache.catalina.core.StandardContext
Return the unpack WAR flag.
getUnquoted(String, char, boolean, boolean, boolean, boolean) - Static method in class org.apache.jasper.compiler.AttributeParser
Parses the provided input String as a JSP attribute and returns an unquoted value.
getUpdate() - Method in class org.apache.catalina.ant.DeployTask
Check if existing webapps should be updated.
getUpdateCount() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
getUpdateType() - Method in class org.apache.catalina.servlets.WebdavServlet.ProppatchOperation
Returns the update type for this operation.
getUpgradeGroupInfo(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the upgrade group info for the specified upgrade protocol.
getUpgradeInfo() - Method in interface org.apache.coyote.http11.upgrade.InternalHttpUpgradeHandler
Returns the associated upgrade information used to collect statistics for the connection.
getUpgradeInfo() - Method in class org.apache.tomcat.websocket.server.WsHttpUpgradeHandler
 
getUpgradeProtocol(String) - Method in class org.apache.coyote.AbstractProtocol
Find a suitable handler for the protocol upgraded name specified.
getUpgradeProtocol(String) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Find a suitable handler for the protocol upgraded name specified.
getUpgradeProtocol(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
getUpgradeProtocolName() - Method in class org.apache.coyote.http2.Http2Protocol
Returns the name of the upgrade protocol (h2 for SSL, h2c for plain).
getUpgradeToken() - Method in class org.apache.coyote.AbstractProcessor
Generate an upgrade token.
getUpgradeToken() - Method in class org.apache.coyote.http11.Http11Processor
 
getUpgradeToken() - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessorBase
 
getUpgradeToken() - Method in interface org.apache.coyote.Processor
Generate an upgrade token.
getUrgency() - Method in class org.apache.tomcat.util.http.parser.Priority
Returns the urgency value.
getUri() - Method in class org.apache.jasper.compiler.ELNode.Function
Returns the URI associated with this function's namespace.
getUri() - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
Returns the URI of the tag library.
getURI() - Method in class org.apache.jasper.compiler.Node.CustomTag
Returns the URI namespace that this custom action belongs to.
getURI() - Method in class org.apache.jasper.compiler.Node.JspAttribute
Returns the namespace of the attribute.
getURI() - Method in class org.apache.tomcat.util.file.ConfigurationSource.Resource
Returns the URI that identifies the resource location.
getURI(String) - Method in class org.apache.catalina.startup.CatalinaBaseConfigurationSource
 
getURI(String) - Method in class org.apache.jasper.compiler.PageInfo
Returns the URI to which the given prefix maps.
getURI(String) - Method in interface org.apache.tomcat.util.file.ConfigurationSource
Get a URI to the given resource.
getUriCharset() - Method in class org.apache.catalina.valves.rewrite.Resolver
Return the URI character set.
getUriCharset() - Method in class org.apache.catalina.valves.rewrite.ResolverImpl
 
getURICharset() - Method in class org.apache.catalina.connector.Connector
Returns the Charset to use to convert raw URI bytes (after %nn decoding) to characters.
getURIConverter() - Method in class org.apache.catalina.connector.Request
Return the URI byte-to-char converter.
getURIEncoding() - Method in class org.apache.catalina.connector.Connector
Returns the name of character encoding to be used for the URI using the original case.
getUriTldResourcePathMap() - Method in class org.apache.jasper.servlet.TldScanner
Returns the map of URI to TldResourcePath built by this scanner.
getUrl() - Method in class org.apache.catalina.ant.AbstractCatalinaTask
Returns the URL of the Manager application to be used.
getUrl() - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
Get the JMX URL.
getUrl() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Get the JMX MBeanServer URL.
getUrl() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the JDBC connection {code connectionString} property.
getUrl() - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Gets the value of connection string used to locate the database for this data source.
getUrl() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getUrl() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getUrl() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getUrl() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The URL used to connect to the database
getUrl() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getUrl() - Method in class org.apache.tomcat.util.descriptor.tld.TldResourcePath
Returns the URL of the TLD or of the JAR containing the TLD.
getURL() - Method in interface org.apache.catalina.WebResource
Returns a URL to access this resource.
getURL() - Method in class org.apache.catalina.webresources.AbstractArchiveResource
 
getURL() - Method in class org.apache.catalina.webresources.CachedResource
 
getURL() - Method in class org.apache.catalina.webresources.EmptyResource
 
getURL() - Method in class org.apache.catalina.webresources.FileResource
 
getURL() - Method in class org.apache.catalina.webresources.JarResourceRoot
 
getURL() - Method in class org.apache.jasper.compiler.Mark
Gets the URL of the resource with which this Mark is associated
getURL() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getURL() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the URL of the web.xml.
getURL(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getURL(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getURL(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
getURL(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getURL(String) - Method in interface org.apache.tomcat.Jar
Obtain, in String form, the URL for an entry in this JAR.
getURL(String) - Method in class org.apache.tomcat.util.scan.AbstractInputStreamJar
 
getURL(String) - Method in class org.apache.tomcat.util.scan.JarFileUrlJar
 
getURL(String) - Method in class org.apache.tomcat.util.scan.ReferenceCountedJar
 
getURLConnection(String, boolean) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
Get a URL connection for the given path.
getURLDecoder() - Method in class org.apache.coyote.Request
Return the URL decoder.
getUrlPatternMappings() - Method in class org.apache.catalina.core.ApplicationFilterRegistration
 
getUrlPatterns() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
Returns the set of URL patterns for this property group.
getUrlPatterns() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
 
getURLPatterns() - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
Returns the URL patterns this mapping matches.
getURLs() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
getUsage() - Method in class org.apache.tomcat.util.descriptor.web.MessageDestinationRef
Get the usage.
getUseAsyncIO() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Check if asynchronous IO is enabled.
getUseBodyEncodingForURI() - Method in class org.apache.catalina.connector.Connector
Returns whether the entity body encoding should be used for the URI.
getUseBufferPool() - Method in class org.apache.catalina.tribes.transport.AbstractRxTask
Gets whether the buffer pool is being used.
getUseBufferPool() - Method in interface org.apache.catalina.tribes.transport.nio.NioReceiverMBean
Returns whether the buffer pool is used.
getUseBufferPool() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns whether a buffer pool is used for message handling.
getUseClientMode() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLEngine
 
getUseContextClassLoader() - Method in class org.apache.tomcat.util.digester.Digester
Return a boolean to indicate if the context classloader should be used.
getUseDeepClone() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
Get whether deep clone is used.
getUseDisposableConnectionFacade() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getUseDisposableConnectionFacade() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getUseDisposableConnectionFacade() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns true if this connection pool is configured to use a connection facade to prevent re-use of connection after Connection.close() has been invoked
getUseDisposableConnectionFacade() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getUsedTimeForSession(Session) - Static method in class org.apache.catalina.manager.util.SessionUtils
Returns the time in milliseconds that the session has been active.
getUseExactMatch() - Method in class org.apache.tomcat.util.digester.CallMethodRule
Should MethodUtils.invokeExactMethod be used for the reflection.
getUseGeneratedCode() - Method in class org.apache.catalina.startup.Catalina
Return whether generated code should be used.
getUseGeneratedCode() - Method in class org.apache.catalina.startup.ContextConfig
Returns whether the use of generated code is enabled for this context.
getUseHttpOnly() - Method in interface org.apache.catalina.Context
Gets the value of the use HttpOnly cookies for session cookies flag.
getUseHttpOnly() - Method in class org.apache.catalina.core.StandardContext
Gets the value of the use HttpOnly cookies for session cookies flag.
getUseHttpOnly() - Method in class org.apache.catalina.startup.FailedContext
 
getUseInheritedChannel() - Method in class org.apache.tomcat.util.net.NioEndpoint
Returns whether an inherited channel is used.
getUseInstanceManagerForTags() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getUseInstanceManagerForTags() - Method in interface org.apache.jasper.Options
Returns whether the container instance manager is used to create tag bean instances.
getUseIPVHosts() - Method in class org.apache.catalina.connector.Connector
Test if IP-based virtual hosting is enabled.
getUseKeepAliveResponseHeader() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Get the flag that controls whether the Keep-Alive response header will be used.
getUseLock() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getUseLock() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getUseLock() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Return true if a lock should be used when operations are performed on the connection object.
getUseLock() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getUseLongContentLength() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
 
getUseNonstandardTagOptimizations() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getUseNonstandardTagOptimizations() - Method in class org.apache.jasper.JspC
 
getUseNonstandardTagOptimizations() - Method in interface org.apache.jasper.Options
A string containing a comma-separated list of names to which custom tag implementations should be applied.
getUseOpenSSL() - Static method in class org.apache.catalina.core.AprLifecycleListener
Returns whether OpenSSL is in use.
getUseOpenSSL() - Static method in class org.apache.catalina.core.AprStatus
Deprecated.
 
getUseOpenSSL() - Static method in class org.apache.catalina.core.OpenSSLLifecycleListener
Returns whether OpenSSL should be used.
getUseOpenSSL() - Static method in class org.apache.tomcat.jni.AprStatus
Returns whether OpenSSL is in use.
getUseOpenSSL() - Static method in class org.apache.tomcat.util.net.openssl.OpenSSLStatus
Checks if OpenSSL should be used.
getUsePartitioned() - Method in interface org.apache.catalina.Context
Should the Partitioned attribute be added to session cookies created for this web application.
getUsePartitioned() - Method in class org.apache.catalina.core.StandardContext
 
getUsePartitioned() - Method in class org.apache.catalina.startup.FailedContext
 
getUsePeerAddress() - Method in class org.apache.catalina.valves.RequestFilterValve
Get the flag deciding whether we use the connection peer address or the remote address.
getUsePropertiesFile() - Method in class org.apache.catalina.valves.ProxyErrorReportValve
Returns whether a properties file is used to determine the redirect URLs.
getUser() - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Gets the value of default user (login or user name).
getUser(JNDIRealm.JNDIConnection, String) - Method in class org.apache.catalina.realm.JNDIRealm
Return a User object containing information about the user with the specified username, if found in the directory; otherwise return null.
getUser(JNDIRealm.JNDIConnection, String, String) - Method in class org.apache.catalina.realm.JNDIRealm
Return a User object containing information about the user with the specified username, if found in the directory; otherwise return null.
getUser(JNDIRealm.JNDIConnection, String, String, int) - Method in class org.apache.catalina.realm.JNDIRealm
Return a User object containing information about the user with the specified username, if found in the directory; otherwise return null.
getUserAttributes() - Method in class org.apache.catalina.realm.RealmBase
Returns the comma separated names of user attributes to additionally query from the realm.
getUserBase() - Method in class org.apache.catalina.realm.JNDIRealm
Get the base element for user searches.
getUserByPattern(DirContext, String, String[], String) - Method in class org.apache.catalina.realm.JNDIRealm
Use the distinguished name to locate the directory entry for the user with the specified username and return a User object; otherwise return null.
getUserByPattern(JNDIRealm.JNDIConnection, String, String, String[], int) - Method in class org.apache.catalina.realm.JNDIRealm
Use the UserPattern configuration attribute to locate the directory entry for the user with the specified username and return a User object; otherwise return null.
getUserBySearch(JNDIRealm.JNDIConnection, String, String[]) - Method in class org.apache.catalina.realm.JNDIRealm
Search the directory to return a User object containing information about the user with the specified username, if found in the directory; otherwise return null.
getUserClass() - Method in class org.apache.catalina.startup.UserConfig
Returns the user database class name.
getUserClassNames() - Method in class org.apache.catalina.realm.JAASRealm
Get the comma-delimited list of user class names.
getUserConfig() - Method in class org.apache.catalina.startup.HomesUserDatabase
 
getUserConfig() - Method in class org.apache.catalina.startup.PasswdUserDatabase
 
getUserConfig() - Method in interface org.apache.catalina.startup.UserDatabase
Return the UserConfig listener with which we are associated.
getUserConstraint() - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
Return the user data constraint for this security constraint.
getUserCredCol() - Method in class org.apache.catalina.realm.DataSourceRealm
Return the column in the user table that holds the user's credentials.
getUserCredCol() - Method in class org.apache.catalina.users.DataSourceUserDatabase
Return the column in the user table that holds the user's credentials.
getUserDatabase() - Method in interface org.apache.catalina.Group
Returns the UserDatabase within which this Group is defined.
getUserDatabase() - Method in interface org.apache.catalina.Role
Gets the UserDatabase within which this Role is defined.
getUserDatabase() - Method in interface org.apache.catalina.User
Returns the UserDatabase within which this User is defined.
getUserDatabase() - Method in class org.apache.catalina.users.GenericGroup
 
getUserDatabase() - Method in class org.apache.catalina.users.GenericRole
 
getUserDatabase() - Method in class org.apache.catalina.users.GenericUser
 
getUseRedirect() - Method in class org.apache.catalina.valves.ProxyErrorReportValve
Returns whether a redirect is used to send the error report to the specified location.
getUseRelativeRedirects() - Method in interface org.apache.catalina.Context
Will HTTP 1.1 and later location headers generated by a call to HttpServletResponse.sendRedirect(String) use relative or absolute redirects.
getUseRelativeRedirects() - Method in class org.apache.catalina.core.StandardContext
Will HTTP 1.1 and later location headers generated by a call to HttpServletResponse.sendRedirect(String) use relative or absolute redirects.
getUseRelativeRedirects() - Method in class org.apache.catalina.startup.FailedContext
 
getUserFullNameCol() - Method in class org.apache.catalina.users.DataSourceUserDatabase
Return the column name used for user full names.
getUserGroups(String) - Method in class org.apache.catalina.mbeans.DataSourceUserDatabaseMBean
Get groups for a user.
getUserGroupTable() - Method in class org.apache.catalina.users.DataSourceUserDatabase
Return the table that holds the relation between users and groups.
getUsername() - Method in class org.apache.catalina.ant.AbstractCatalinaTask
Returns the login username for the Manager application.
getUsername() - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
Get the JMX username.
getUsername() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Get the login username.
getUsername() - Method in class org.apache.catalina.authenticator.BasicAuthenticator.BasicCredentials
Trivial accessor.
getUsername() - Method in class org.apache.catalina.authenticator.DigestAuthenticator.DigestInfo
Get the authenticated user name.
getUsername() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Gets the username provided by the user as part of the authentication process.
getUsername() - Method in interface org.apache.catalina.User
Returns the logon username of this user.
getUsername() - Method in class org.apache.catalina.users.AbstractUser
 
getUsername() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
getUsername() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getUsername() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.DataSourceXAConnectionFactory
getUsername() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getUsername() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getUsername() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns the username used to establish the connection with
getUsername() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getUsername(X509Certificate) - Method in class org.apache.catalina.realm.X509SubjectDnRetriever
 
getUsername(X509Certificate) - Method in interface org.apache.catalina.realm.X509UsernameRetriever
Gets a username from an X509Certificate.
getUserName() - Method in class org.apache.catalina.realm.JNDIRealm.User
Get the username.
getUserName() - Method in class org.apache.tomcat.dbcp.dbcp2.DataSourceConnectionFactory
Gets the user name, may be null.
getUserName() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getUserName() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getUserName() - Method in class org.apache.tomcat.dbcp.dbcp2.DriverManagerConnectionFactory
Gets the user name, may be null.
getUserName() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.DataSourceXAConnectionFactory
Gets the user name used to authenticate new connections.
getUserNameCol() - Method in class org.apache.catalina.realm.DataSourceRealm
Return the column in the user table that holds the user's name.
getUserNameCol() - Method in class org.apache.catalina.users.DataSourceUserDatabase
Return the column in the user table that holds the user's name.
getUserNameProperty() - Method in enum class org.apache.tomcat.websocket.AuthenticationType
Returns the property name for the user name.
getUserPassword() - Method in class org.apache.catalina.realm.JNDIRealm
Get the password attribute used to retrieve the user password.
getUserPassword() - Method in class org.apache.tomcat.dbcp.dbcp2.DataSourceConnectionFactory
Gets the user password, may be null.
getUserPassword() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.DataSourceXAConnectionFactory
Gets the user password.
getUserPasswordProperty() - Method in enum class org.apache.tomcat.websocket.AuthenticationType
Returns the property name for the user password.
getUserPattern() - Method in class org.apache.catalina.realm.JNDIRealm
Get the message format pattern for selecting users in this Realm.
getUserPrincipal() - Method in class org.apache.catalina.connector.Request
 
getUserPrincipal() - Method in class org.apache.catalina.connector.RequestFacade
 
getUserPrincipal() - Method in class org.apache.catalina.realm.GenericPrincipal
 
getUserPrincipal() - Method in interface org.apache.catalina.TomcatPrincipal
Returns the authenticated principal to be exposed to applications.
getUserPrincipal() - Method in class org.apache.tomcat.websocket.server.WsHandshakeRequest
 
getUserPrincipal() - Method in class org.apache.tomcat.websocket.WsSession
 
getUserPrincipalInternal() - Method in class org.apache.tomcat.websocket.WsSession
Returns the user principal for this session.
getUserProperties() - Method in class org.apache.tomcat.websocket.WsSession
 
getUserRealmProperty() - Method in enum class org.apache.tomcat.websocket.AuthenticationType
Returns the property name for the user realm.
getUserRoleAttribute() - Method in class org.apache.catalina.realm.JNDIRealm
Get the user role attribute name.
getUserRoleId() - Method in class org.apache.catalina.realm.JNDIRealm.User
Get the user role ID.
getUserRoleName() - Method in class org.apache.catalina.realm.JNDIRealm
Get the user role name attribute name for this Realm.
getUserRoles(String) - Method in class org.apache.catalina.mbeans.DataSourceUserDatabaseMBean
Get roles for a user.
getUserRoleTable() - Method in class org.apache.catalina.realm.DataSourceRealm
Return the table that holds the relation between user's and roles.
getUserRoleTable() - Method in class org.apache.catalina.users.DataSourceUserDatabase
Return the table that holds the relation between user's and roles.
getUsers() - Method in interface org.apache.catalina.Group
Returns the set of Users that are members of this group.
getUsers() - Method in class org.apache.catalina.mbeans.DataSourceUserDatabaseMBean
Get the names of all users defined in this database.
getUsers() - Method in class org.apache.catalina.mbeans.GroupMBean
Returns the MBean ObjectNames of all users that are members of this group.
getUsers() - Method in class org.apache.catalina.mbeans.SparseUserDatabaseMBean
Return the MBean Names of all users defined in this database.
getUsers() - Method in class org.apache.catalina.startup.HomesUserDatabase
 
getUsers() - Method in class org.apache.catalina.startup.PasswdUserDatabase
 
getUsers() - Method in interface org.apache.catalina.startup.UserDatabase
Return an enumeration of the usernames defined on this server.
getUsers() - Method in interface org.apache.catalina.UserDatabase
Get the set of Users defined in this user database.
getUsers() - Method in class org.apache.catalina.users.DataSourceUserDatabase
 
getUsers() - Method in class org.apache.catalina.users.GenericGroup
 
getUsers() - Method in class org.apache.catalina.users.MemoryUserDatabase
 
getUserSearch() - Method in class org.apache.catalina.realm.JNDIRealm
Get the message format pattern for selecting users in this Realm.
getUserSubtree() - Method in class org.apache.catalina.realm.JNDIRealm
Get the "search subtree for users" flag.
getUserTable() - Method in class org.apache.catalina.realm.DataSourceRealm
Return the table that holds user data.
getUserTable() - Method in class org.apache.catalina.users.DataSourceUserDatabase
Return the table that holds user data.
getUsesBloom() - Method in enum class org.apache.catalina.WebResourceRoot.ArchiveIndexStrategy
Returns whether this strategy uses a bloom filter.
getUseSendfile() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Check if sendfile is enabled for this connector.
getUseSendfile() - Method in class org.apache.coyote.http2.Http2Protocol
Returns whether sendfile is enabled.
getUseSendfile() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get the sendfile flag.
getUseShutdownHook() - Method in class org.apache.catalina.startup.Catalina
Return whether a shutdown hook is used.
getUseStartTls() - Method in class org.apache.catalina.realm.JNDIRealm
Get the flag whether to use StartTLS for connections to the ldap server.
getUseStatementFacade() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getUseStatementFacade() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getUseStatementFacade() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns true if this connection pool is configured to wrap statements in order to enable equals() and hashCode() methods to be called on the closed statements if any statement proxy is set.
getUseStatementFacade() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getUseStaticPrincipal() - Method in class org.apache.catalina.realm.UserDatabaseRealm
Returns whether a static principal disconnected from the database is used.
getUseThread() - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
 
getUseThread() - Method in interface org.apache.catalina.tribes.group.interceptors.TcpPingInterceptorMBean
Returns whether a dedicated ping thread is used.
getUseThread() - Method in class org.apache.catalina.tribes.membership.StaticMembershipService
 
getUseThread() - Method in interface org.apache.catalina.tribes.membership.StaticMembershipServiceMBean
Returns whether a background ping thread is in use.
getUseUsageTracking() - Method in class org.apache.tomcat.dbcp.pool2.impl.AbandonedConfig
If the pool implements UsageTracking, should the pool record a stack trace every time a method is called on a pooled object and retain the most recent stack trace to aid debugging of abandoned objects?
getUseVirtualThreads() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get whether virtual threads are enabled.
getUtilityExecutor() - Method in class org.apache.catalina.core.StandardServer
 
getUtilityExecutor() - Method in interface org.apache.catalina.Server
Returns the utility executor managed by the server for background tasks.
getUtilityExecutor() - Method in interface org.apache.catalina.tribes.Channel
Return executor that can be used for utility tasks.
getUtilityExecutor() - Method in class org.apache.catalina.tribes.group.GroupChannel
 
getUtilityExecutor() - Method in class org.apache.coyote.AbstractProtocol
Gets the utility executor for this protocol handler.
getUtilityExecutor() - Method in interface org.apache.coyote.ProtocolHandler
Get the utility executor that should be used by the protocol handler.
getUtilityExecutor() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Get the utility executor.
getUtilityThreads() - Method in class org.apache.catalina.core.StandardServer
 
getUtilityThreads() - Method in interface org.apache.catalina.Server
Get the utility thread count.
getUtilityThreadsAsDaemon() - Method in class org.apache.catalina.core.StandardServer
Get if the utility threads are daemon threads.
getValidate() - Method in class org.apache.catalina.realm.RealmBase
Return the "validate certificate chains" flag.
getValidateClientProvidedNewSessionId() - Method in interface org.apache.catalina.Context
Will client provided session IDs be validated (see Context.setValidateClientProvidedNewSessionId(boolean)) before use?
getValidateClientProvidedNewSessionId() - Method in class org.apache.catalina.core.StandardContext
Will client provided session IDs be validated (see Context.setValidateClientProvidedNewSessionId(boolean)) before use?
getValidateClientProvidedNewSessionId() - Method in class org.apache.catalina.startup.FailedContext
 
getValidatedCharset() - Method in class org.apache.tomcat.util.buf.CharsetHolder
Returns the Charset or null if no Charset has been specified.
getValidating() - Method in class org.apache.tomcat.util.digester.Digester
Return the validating parser flag.
getValidationInterval() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getValidationInterval() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getValidationInterval() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
avoid excess validation, only run validation at most at this frequency - time in milliseconds.
getValidationInterval() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getValidationQuery() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the validation query used to validate connections before returning them.
getValidationQuery() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getValidationQuery() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Gets the SQL query that will be used to validate connections from this pool before returning them to the caller.
getValidationQuery() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Gets the validation query.
getValidationQuery() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getValidationQuery() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getValidationQuery() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The SQL query that will be used to validate connections from this pool before returning them to the caller or pool.
getValidationQuery() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getValidationQueryTimeout() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
getValidationQueryTimeout() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
getValidationQueryTimeout() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
getValidationQueryTimeout() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getValidationQueryTimeout() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getValidationQueryTimeout() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The timeout in seconds before a connection validation queries fail.
getValidationQueryTimeout() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getValidationQueryTimeoutDuration() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the validation query timeout.
getValidationQueryTimeoutDuration() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Returns the timeout Duration before the validation query fails.
getValidationQueryTimeoutDuration() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Gets the query timeout in seconds.
getValidationQueryTimeoutSeconds() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
getValidator() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getValidator() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getValidator() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns the validator object used for connection validation.
getValidator() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getValidator() - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
Returns the validator configuration.
getValidatorClass() - Method in class org.apache.tomcat.util.descriptor.tld.ValidatorXml
Returns the validator class name.
getValidatorClassName() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
getValidatorClassName() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getValidatorClassName() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Return the name of the optional validator class - may be null.
getValidatorClassName() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
getValue() - Method in class org.apache.catalina.ant.jmx.Arg
Returns the argument value.
getValue() - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
Get the expected attribute value.
getValue() - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
Get the attribute value.
getValue() - Method in class org.apache.catalina.ant.JMXSetTask
Get method for the attribute value
getValue() - Method in class org.apache.catalina.authenticator.jaspic.PersistentProviderRegistrations.Property
Returns the value of the property.
getValue() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
Gets the value for this entry.
getValue() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
Gets the value for this message.
getValue() - Method in class org.apache.coyote.http2.HPackHuffman.HuffmanCode
Returns the code value.
getValue() - Method in class org.apache.jasper.compiler.Node.JspAttribute
Returns the value for the attribute.
getValue() - Method in class org.apache.jasper.compiler.Node.ParamAction
Returns the value attribute of this param action.
getValue() - Method in class org.apache.jasper.compiler.Node.SetProperty
Returns the value attribute of this setProperty action.
getValue() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
Returns the property value.
getValue() - Method in class org.apache.tomcat.util.bcel.classfile.ElementValuePair
Returns the element value.
getValue() - Method in enum class org.apache.tomcat.util.buf.EncodedSolidusHandling
Returns the string value for this handling strategy.
getValue() - Method in class org.apache.tomcat.util.descriptor.web.ApplicationParameter
Returns the value of this parameter.
getValue() - Method in class org.apache.tomcat.util.descriptor.web.ContextEnvironment
Returns the value of this environment entry.
getValue() - Method in enum class org.apache.tomcat.util.http.CookiesWithoutEquals
Get the string value of this enum constant.
getValue() - Method in enum class org.apache.tomcat.util.http.SameSiteCookies
Returns the string value of this SameSite setting.
getValue() - Method in class org.apache.tomcat.util.http.ServerCookie
Returns the value of this cookie as a MessageBytes object.
getValue() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLConfCmd
Returns the command value.
getValue() - Method in class org.apache.tomcat.websocket.WsExtensionParameter
 
getValue(int) - Method in class org.apache.tomcat.util.http.MimeHeaders
Return the Nth header value.
getValue(ELContext) - Method in class org.apache.el.ValueExpressionImpl
 
getValue(ELContext) - Method in class org.apache.el.ValueExpressionLiteral
 
getValue(ELContext) - Method in class org.apache.jasper.el.JspValueExpression
 
getValue(ELContext, Object, Object) - Method in class org.apache.el.stream.StreamELResolverImpl
 
getValue(ELContext, Object, Object) - Method in class org.apache.jasper.el.JasperELResolver
 
getValue(ELContext, Object, Object) - Method in class org.apache.jasper.el.JasperELResolver.GraalBeanELResolver
 
getValue(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
Finds and returns a header field with the given name.
getValueAsBoolean(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
Returns the property value as a boolean.
getValueAsByte(byte) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
Returns the property value as a byte.
getValueAschar(char) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
Returns the property value as a char.
getValueAsDouble(double) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
Returns the property value as a double.
getValueAsFloat(float) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
Returns the property value as a float.
getValueAsInt(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
Returns the property value as an int.
getValueAsLong(long) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
Returns the property value as a long.
getValueAsShort(short) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
Returns the property value as a short.
getValueData() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
Gets the serialized value data.
getValueFromBeanInfoPropertyEditor(Class, String, String, Class) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Gets a value using a bean info property editor.
getValueFromPropertyEditorManager(Class, String, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Gets a value using the property editor manager.
getValueReference(ELContext) - Method in class org.apache.el.ValueExpressionImpl
 
getValveNames() - Method in class org.apache.catalina.core.StandardHost
Returns the MBean Names of the Valves associated with this Host.
getValveObjectNames() - Method in class org.apache.catalina.core.StandardPipeline
Return the JMX ObjectNames for all the Valves in this Pipeline.
getValves() - Method in class org.apache.catalina.core.StandardPipeline
 
getValves() - Method in interface org.apache.catalina.ha.CatalinaCluster
Returns the current cluster valves.
getValves() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Returns the current cluster valves.
getValves() - Method in interface org.apache.catalina.Pipeline
Returns all Valves in the pipeline, including the basic Valve.
getVariableForExpressionFactory() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getVariableForExpressionFactory() - Method in interface org.apache.jasper.Options
Returns the variable name used in the generated JSP servlet code to reference the EL expression factory.
getVariableForInstanceManager() - Method in class org.apache.jasper.EmbeddedServletOptions
 
getVariableForInstanceManager() - Method in interface org.apache.jasper.Options
Returns the variable name used in the generated JSP servlet code to reference the instance manager.
getVariableInfos() - Method in class org.apache.jasper.compiler.Node.CustomTag
Returns the variable information computed from the tag data.
getVariableMapper() - Method in class org.apache.el.lang.EvaluationContext
 
getVariableMapper() - Method in class org.apache.jasper.el.ELContextImpl
 
getVariableMapper() - Method in class org.apache.jasper.el.ELContextWrapper
 
getVariableNames() - Method in class org.apache.catalina.ssi.SSIMediator
Returns the collection of all available variable names, including built-in and external variables.
getVariables() - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
Returns the list of tag variables.
getVariableValue(String) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
Returns the value of the named variable, or null if not found.
getVariableValue(String) - Method in class org.apache.catalina.ssi.SSIMediator
Returns the value of the named variable with no encoding applied.
getVariableValue(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
Get the value of an SSI variable.
getVariableValue(String, String) - Method in class org.apache.catalina.ssi.SSIMediator
Returns the value of the named variable with the specified encoding applied.
getVarInfoNames() - Method in class org.apache.jasper.compiler.PageInfo
Returns the set of variable info names.
getVersion() - Method in class org.apache.catalina.ant.AbstractCatalinaCommandTask
Returns the version.
getVersion() - Method in class org.apache.catalina.ha.session.DeltaSession
 
getVersion() - Method in class org.apache.catalina.storeconfig.StoreRegistry
Returns the version of this registry.
getVersion() - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
For accuracy checking, a serialized attribute can contain a version number This number increases as modifications are made to the data.
getVersion() - Method in class org.apache.catalina.util.ContextName
Returns the version of this context.
getVersion() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the version of the web.xml.
getVersion() - Static method in class org.apache.tomcat.util.net.openssl.OpenSSLStatus
Returns the OpenSSL version.
getVersion(long) - Static method in class org.apache.tomcat.jni.SSL
SSL_get_version
getVersionColumns(String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
getView() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Returns the current view of members.
getView() - Method in class org.apache.catalina.tribes.group.interceptors.SimpleCoordinator
Returns the current sorted view of cluster members.
getViewId() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Returns the current view ID.
getVirtualHost() - Method in class org.apache.coyote.RequestInfo
Return the virtual host.
getVirtualServerName() - Method in class org.apache.catalina.core.ApplicationContext
 
getVirtualServerName() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getVirtualServerName() - Method in class org.apache.jasper.servlet.JspCServletContext
 
getVMInfo() - Static method in class org.apache.tomcat.util.Diagnostics
Retrieves a formatted JVM information text.
getVMInfo(Enumeration) - Static method in class org.apache.tomcat.util.Diagnostics
Retrieves a formatted JVM information text.
getVMInfo(StringManager) - Static method in class org.apache.tomcat.util.Diagnostics
Retrieve a JVM information text formatted using the given StringManager.
getWaitCount() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Return the number of threads waiting for a connection
getWaitCount() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Returns the number of threads currently waiting for a connection from the pool.
getWaitCount() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
getWaitCount() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
Returns the number of threads waiting for a connection.
getWaitingProcessorCount() - Method in class org.apache.coyote.AbstractProtocol
Gets the count of waiting processors.
getWantClientAuth() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLEngine
 
getWar() - Method in class org.apache.catalina.ant.DeployTask
Get the WAR file URL.
getWar() - Method in class org.apache.catalina.ha.deploy.WarWatcher.WarInfo
Returns the WAR file.
getWarnings() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
getWarnings() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
getWarnings() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
getWarnings() - Method in class org.apache.tomcat.util.descriptor.XmlErrorHandler
Returns the list of collected parsing warnings.
getWarnOnSessionAttributeFilterFailure() - Method in class org.apache.catalina.session.ManagerBase
Should a warn level log message be generated if a session attribute is not persisted / replicated / restored.
getWarSeparator() - Static method in class org.apache.tomcat.util.buf.UriUtil
Returns the separator used in WAR URLs.
getWatchDir() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Returns the watch directory path.
getWatchDirFile() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Returns the watch directory as a File object.
getWatchEnabled() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Returns whether the watch directory feature is enabled.
getWatchSource() - Method in class org.apache.catalina.users.MemoryUserDatabase
Get whether to watch the source file for changes.
getWebappConfigFile(String, String) - Method in class org.apache.catalina.startup.Tomcat
Finds the web application configuration file (web.xml) for the given path.
getWebappJar() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns whether this descriptor came from a webapp JAR.
getWebAppMount() - Method in class org.apache.catalina.webresources.AbstractResourceSet
Gets the web app mount.
getWebappName() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
getWebappName() - Method in interface org.apache.juli.WebappProperties
Returns a name for the logging system to use for the web application, if any, associated with the class loader.
getWebappPath() - Method in interface org.apache.catalina.WebResource
Returns the webapp path of this resource.
getWebappPath() - Method in class org.apache.catalina.webresources.AbstractResource
Gets the web app path.
getWebappPath() - Method in class org.apache.catalina.webresources.CachedResource
 
getWebappPath() - Method in class org.apache.catalina.webresources.EmptyResource
 
getWebappPath() - Method in class org.apache.tomcat.util.descriptor.tld.TldResourcePath
Returns the path within the web application, if any, that the resource returned by TldResourcePath.getUrl() was obtained from.
getWebappVersion() - Method in interface org.apache.catalina.Context
Returns the version of this web application, used to differentiate different versions of the same web application when using parallel deployment.
getWebappVersion() - Method in class org.apache.catalina.core.StandardContext
 
getWebappVersion() - Method in class org.apache.catalina.startup.FailedContext
 
getWebResourceRoot() - Method in interface org.apache.catalina.WebResource
Returns a reference to the WebResourceRoot of which this WebResource is a part.
getWebResourceRoot() - Method in class org.apache.catalina.webresources.AbstractResource
Gets the web resource root.
getWebResourceRoot() - Method in class org.apache.catalina.webresources.CachedResource
 
getWebResourceRoot() - Method in class org.apache.catalina.webresources.EmptyResource
 
getWebXml() - Method in class org.apache.catalina.startup.ContextConfig.DefaultWebXmlCacheEntry
Returns the cached web.xml fragment.
getWebXmlSource(String, boolean) - Method in class org.apache.catalina.startup.ContextConfig
Utility method to create an input source from the specified XML file.
getWelcomeFiles() - Method in class org.apache.catalina.core.StandardContext
Return the welcome files for this web application.
getWelcomeFiles() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the welcome files.
getWhiteSpaces() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
Returns any whitespace following the current position.
getWorkDir() - Method in class org.apache.catalina.core.StandardContext
Return the work directory for this context.
getWorkDir() - Method in class org.apache.catalina.core.StandardHost
Returns the host work directory base.
getWorker() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
Get the worker name.
getWorkerClusterDomain() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
Get the worker cluster domain.
getWorkerDisabled() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
Get the worker disabled flag.
getWorkerLb() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
Get the worker load balancing configuration.
getWorkerLoadFactor() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
Get the worker load factor.
getWorkerRedirect() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
Get the worker redirect target.
getWorkerStopped() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
Get the worker stopped flag.
getWorkerThreadName() - Method in class org.apache.coyote.RequestInfo
Return the worker thread name.
getWorkerThreadOptions() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns the options flags for worker threads.
getWorkerType() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
Get the worker type.
getWorkingDirectory() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets derived CGI working directory
getWorkPath() - Method in class org.apache.catalina.core.StandardContext
Get the absolute path to the work dir.
getWrappedHandler() - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerBase
Expose the POJO if it is a message handler so the Session is able to match requests to remove handlers if the original handler has been wrapped.
getWrappedHandler() - Method in interface org.apache.tomcat.websocket.WrappedMessageHandler
Returns the wrapped message handler, or null if the underlying POJO is not a message handler.
getWrapper() - Method in class org.apache.catalina.connector.Request
Return the wrapper within which this request is being processed.
getWrapper() - Method in interface org.apache.catalina.ContainerServlet
Obtain the Wrapper with which this Servlet is associated.
getWrapper() - Method in class org.apache.catalina.manager.host.HostManagerServlet
 
getWrapper() - Method in class org.apache.catalina.manager.ManagerServlet
 
getWrapper(String) - Method in class org.apache.jasper.compiler.JspRuntimeContext
Get an already existing JspServletWrapper.
getWrapperClass() - Method in interface org.apache.catalina.Context
Returns the Java class name of the Wrapper implementation used for servlets in this Context.
getWrapperClass() - Method in class org.apache.catalina.core.StandardContext
 
getWrapperClass() - Method in class org.apache.catalina.startup.FailedContext
 
getWriteBuffer() - Method in class org.apache.tomcat.util.net.SocketBufferHandler
Returns the write buffer.
getWriteListener() - Method in class org.apache.coyote.Response
Get the write listener.
getWriteMethod(Class, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Gets the write method (setter) for a bean property.
getWriter() - Method in class org.apache.catalina.connector.Response
 
getWriter() - Method in class org.apache.catalina.connector.ResponseFacade
 
getWriter() - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
 
getWriter() - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
Return a printwriter, throws an exception if an OutputStream already been returned.
getWriter() - Method in class org.apache.catalina.storeconfig.StoreFileMover
Open an output writer for the new configuration file.
getWriter() - Method in class org.apache.jasper.JspCompilationContext
Returns the writer used to write the generated Servlet source code.
getWriter() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
 
getWriter() - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
 
getWriteTimeout() - Method in class org.apache.coyote.http2.Http2Protocol
Returns the write timeout in milliseconds.
getWriteTimeout() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Returns the write timeout in milliseconds.
getWsdlfile() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
Returns the location of the web service WSDL description.
getWsPath() - Method in class org.apache.tomcat.websocket.pojo.PojoMethodMapping
Return the WebSocket path for this endpoint.
getX509UsernameRetrieverClassName() - Method in class org.apache.catalina.realm.RealmBase
Gets the name of the class that will be used to extract usernames from X509 client certificates.
getXAConnection() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Get a database connection.
getXAConnection() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Returns the underlying XA connection
getXAConnection(String, String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Get a database connection.
getXaDataSource() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.DataSourceXAConnectionFactory
Gets the XA data source.
getXADataSource() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.BasicManagedDataSource
Gets the optional XADataSource class name.
getXaDataSourceInstance() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.BasicManagedDataSource
Gets the XADataSource instance used by the XAConnectionFactory.
getXAResource(Connection) - Method in class org.apache.tomcat.dbcp.dbcp2.managed.TransactionRegistry
Gets the XAResource registered for the connection.
getXid() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.LocalXAConnectionFactory.LocalXAResource
Gets the current xid of the transaction branch associated with this XAResource.
getXmlBase() - Method in class org.apache.catalina.core.StandardHost
 
getXmlBase() - Method in interface org.apache.catalina.Host
Get the XML root for this Host.
getXmlBlockExternal() - Method in interface org.apache.catalina.Context
Will the parsing of web.xml, web-fragment.xml, *.tld, *.jspx, *.tagx and tagplugin.xml files for this Context block the use of external entities?
getXmlBlockExternal() - Method in class org.apache.catalina.core.StandardContext
 
getXmlBlockExternal() - Method in class org.apache.catalina.startup.FailedContext
 
getXmlNamespaceAware() - Method in interface org.apache.catalina.Context
Will the parsing of web.xml and web-fragment.xml files for this Context be performed by a namespace aware parser?
getXmlNamespaceAware() - Method in class org.apache.catalina.core.StandardContext
 
getXmlNamespaceAware() - Method in class org.apache.catalina.startup.FailedContext
 
getXMLReader() - Method in class org.apache.tomcat.util.digester.Digester
Return the XMLReader to be used for parsing the input document.
getXmlValidation() - Method in interface org.apache.catalina.Context
Will the parsing of web.xml and web-fragment.xml files for this Context be performed by a validating parser?
getXmlValidation() - Method in class org.apache.catalina.core.StandardContext
 
getXmlValidation() - Method in class org.apache.catalina.startup.FailedContext
 
getXParameterElement(ExtendedAccessLogValve.PatternTokenizer) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Returns the appropriate log element for an x-parameter token.
getXpoweredBy() - Method in class org.apache.catalina.connector.Connector
Indicates whether the generation of an X-Powered-By response header for Servlet-generated responses is enabled or disabled for this Connector.
GLOB - Enum constant in enum class org.apache.catalina.startup.ClassLoaderFactory.RepositoryType
Repository is a glob pattern directory.
global - Variable in class org.apache.catalina.manager.ManagerServlet
The global JNDI NamingContext for this server, if available.
GLOBALNAME - Static variable in class org.apache.naming.ResourceLinkRef
Description address type.
GlobalNamingResourcesSF - Class in org.apache.catalina.storeconfig
store server.xml GlobalNamingResource.
GlobalNamingResourcesSF() - Constructor for class org.apache.catalina.storeconfig.GlobalNamingResourcesSF
Default constructor for GlobalNamingResourcesSF.
globalRequestProcessors - Variable in class org.apache.catalina.manager.StatusManagerServlet
Vector of global request processors object names.
GlobalResourcesLifecycleListener - Class in org.apache.catalina.mbeans
Implementation of LifecycleListener that instantiates the set of MBeans associated with global JNDI resources that are subject to management.
GlobalResourcesLifecycleListener() - Constructor for class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
Default constructor for GlobalResourcesLifecycleListener.
Globals - Class in org.apache.catalina
Global constants that are applicable to multiple packages within Catalina.
Globals() - Constructor for class org.apache.catalina.Globals
Default constructor for Globals.
globalXsltFile - Variable in class org.apache.catalina.servlets.DefaultServlet
Allow customized directory listing per instance.
goaway(int, long, String) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
GOAWAY - Static variable in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
GOAWAY frame header with zero stream ID.
gone - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
This forces the current URL to be gone, i.e., it immediately sends back an HTTP response of 410 (GONE).
GOST - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.KeyExchange
GOST key exchange (SSL_kGOST).
GOST01 - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Authentication
GOST R 34.10-2001 authentication.
GOST89MAC - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.MessageDigest
GOST89MAC digest.
GOST94 - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Authentication
GOST R 34.10-94 signature authentication.
GOST94 - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.MessageDigest
GOST94 digest.
GRAAL - Static variable in class org.apache.jasper.runtime.JspRuntimeLibrary
Indicates whether the code is running under GraalVM native image.
GraalBeanELResolver() - Constructor for class org.apache.jasper.el.JasperELResolver.GraalBeanELResolver
Constructs a new GraalBeanELResolver.
group - Variable in class org.apache.tomcat.util.modeler.ManagedBean
The group to which this MBean belongs.
Group - Enum Class in org.apache.tomcat.util.net.openssl.ciphers
All the supported named groups.
Group - Interface in org.apache.catalina
Abstract representation of a group of Users in a UserDatabase.
GroupChannel - Class in org.apache.catalina.tribes.group
The default implementation of a Channel.
The GroupChannel manages the replication channel.
GroupChannel() - Constructor for class org.apache.catalina.tribes.group.GroupChannel
Creates a GroupChannel.
GroupChannel.HeartbeatRunnable - Class in org.apache.catalina.tribes.group
Internal heartbeat runnable.
GroupChannel.InterceptorIterator - Class in org.apache.catalina.tribes.group
An iterator to loop through the interceptors in a channel.
GroupChannelMBean - Interface in org.apache.catalina.tribes.group
MBean interface for managing a GroupChannel.
GroupMBean - Class in org.apache.catalina.mbeans
A ModelMBean implementation for the org.apache.catalina.Group component.
GroupMBean() - Constructor for class org.apache.catalina.mbeans.GroupMBean
Default constructor for GroupMBean.
groupname - Variable in class org.apache.catalina.users.AbstractGroup
The group name of this group.
groupNameCol - Variable in class org.apache.catalina.users.DataSourceUserDatabase
The column in the user group table that names a group
groupRoleTable - Variable in class org.apache.catalina.users.DataSourceUserDatabase
The table that holds the relation between groups and roles
groups - Variable in class org.apache.catalina.users.GenericUser
The set of Groups that this user is a member of.
groups - Variable in class org.apache.catalina.users.MemoryUserDatabase
The set of Groups defined in this database, keyed by group name.
GROUPS - Static variable in class org.apache.tomcat.util.net.openssl.OpenSSLConfCmd
Sets TLS groups.
groupTable - Variable in class org.apache.catalina.users.DataSourceUserDatabase
The table that holds user data.
GSS_CREDENTIAL_ATTR - Static variable in class org.apache.catalina.Globals
Request attribute name for the GSS credential.
gssCredential - Variable in class org.apache.catalina.realm.GenericPrincipal
The user's delegated credentials.
guessDisplayLocaleFromSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
Try to get user locale from the session, if possible.
guessDisplayUserFromSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
Try to get username from the session, if possible.
guessLocaleFromSession(HttpSession) - Static method in class org.apache.catalina.manager.util.SessionUtils
Try to get user locale from the session, if possible.
guessLocaleFromSession(Session) - Static method in class org.apache.catalina.manager.util.SessionUtils
Try to get user locale from the session, if possible.
guessUserFromSession(Session) - Static method in class org.apache.catalina.manager.util.SessionUtils
Try to get user from the session, if possible.
GZIP_FILTER - Static variable in class org.apache.coyote.http11.Constants
GZIP filter (output).
GzipInterceptor - Class in org.apache.catalina.tribes.group.interceptors
Channel interceptor that compresses messages using GZIP before transmission and decompresses received messages.
GzipInterceptor() - Constructor for class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
Default constructor for GzipInterceptor.
GzipInterceptorMBean - Interface in org.apache.catalina.tribes.group.interceptors
MBean interface for managing a GzipInterceptor.
GzipOutputFilter - Class in org.apache.coyote.http11.filters
Gzip output filter that compresses response data using the GZIP algorithm.
GzipOutputFilter() - Constructor for class org.apache.coyote.http11.filters.GzipOutputFilter
Constructs a new GzipOutputFilter.
GzipOutputFilter.FakeOutputStream - Class in org.apache.coyote.http11.filters
Internal output stream that writes data to the underlying buffer.

H

H_SIZE - Static variable in class org.apache.coyote.ajp.Constants
Size of basic packet header.
halt() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Block in/out messages while an election is going on
handle(Callback[]) - Method in class org.apache.catalina.authenticator.jaspic.CallbackHandlerImpl
 
handle(Callback[]) - Method in class org.apache.catalina.realm.JAASCallbackHandler
Retrieve the information requested in the provided Callbacks.
handleALL_SESSION_DATA(SessionMessage, Member) - Method in class org.apache.catalina.ha.session.DeltaManager
Handle receive sessions from other node ( restart )
handleALL_SESSION_NOCONTEXTMANAGER(SessionMessage, Member) - Method in class org.apache.catalina.ha.session.DeltaManager
handle receive no context manager.
handleALL_SESSION_TRANSFERCOMPLETE(SessionMessage, Member) - Method in class org.apache.catalina.ha.session.DeltaManager
handle receive session state is complete transferred
handleAppInitiatedIOException(IOException) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
Handles an I/O error on the socket underlying the HTTP/2 connection when it is triggered by application code (usually reading the request or writing the response).
handleCHANGE_SESSION_ID(SessionMessage, Member) - Method in class org.apache.catalina.ha.session.DeltaManager
handle receive change sessionID at other node
handleCompletion(UniqueId) - Method in interface org.apache.catalina.tribes.ErrorHandler
Invoked when the message has been sent successfully.
handleError(ChannelException, UniqueId) - Method in interface org.apache.catalina.tribes.ErrorHandler
Invoked if the message is dispatched async, and an error occurs
handleErrorFlush(String) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Handles error output with the ERR priority and flushes the stream.
handleErrorOutput(String) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Handles error output with the ERR priority.
handleException(SQLException) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
Handles the given exception by throwing it.
handleException(SQLException) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
handleException(SQLException) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
Handles a SQL exception by delegating to a DelegatingStatement or DelegatingConnection.
handleException(SQLException) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
Delegates the exception to the internal connection if set, otherwise rethrows it.
handleException(SQLException) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnection
 
handleExceptionNoThrow(T) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
Handles the given SQLException.
handleExceptionWithDelay(int) - Method in class org.apache.tomcat.util.net.Acceptor
Handles exceptions where a delay is required to prevent a Thread from entering a tight loop which will consume CPU and may also trigger large amounts of logging.
handleFlush(String) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Handles output with the INFO priority and flushes the stream.
handleGET_ALL_SESSIONS(SessionMessage, Member) - Method in class org.apache.catalina.ha.session.DeltaManager
Handle a get all sessions message from another node.
handleGetProperty(Object, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Gets the value of a bean property.
handleJspException(Exception) - Method in class org.apache.jasper.servlet.JspServletWrapper
Attempts to construct a JasperException that contains helpful information about what went wrong.
handleJvmRoute(Request, String, String) - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
Handle jvmRoute stickiness after tomcat instance failed.
handleMyToken(Member, NonBlockingCoordinator.CoordinationMessage, Membership) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Handles a coordination token that originated from the local member.
handleNotification(Notification, Object) - Method in class org.apache.catalina.manager.StatusManagerServlet
 
handleOtherToken(Member, NonBlockingCoordinator.CoordinationMessage, Membership) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Handles a coordination token from another member.
handleOutput(String) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Handles output with the INFO priority.
handleOutput(String, int) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Handles output with ERR priority to error stream and all other priorities to output stream.
handlePageException(Exception) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
handlePageException(Exception) - Method in class org.apache.jasper.runtime.PageContextImpl
 
handlePageException(Throwable) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
handlePageException(Throwable) - Method in class org.apache.jasper.runtime.PageContextImpl
 
handlePojoMethodInvocationTargetException(InvocationTargetException) - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerBase
Handles an InvocationTargetException that occurred during POJO method invocation.
handlePossibleTurnover(Request) - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
handle possible session turn over.
handlePreflightCORS(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.apache.catalina.filters.CorsFilter
Handles CORS pre-flight request.
handleQueryParameters() - Method in class org.apache.tomcat.util.http.Parameters
Process the query string into parameters
handler - Variable in class org.apache.tomcat.util.net.SocketWrapperBase.OperationState
Completion handler to invoke when the operation completes.
handler() - Method in record class org.apache.tomcat.websocket.MessageHandlerResult
Returns the value of the handler record component.
Handler - Class in org.apache.catalina.webresources.war
URL stream handler for WAR file URLs.
Handler() - Constructor for class org.apache.catalina.webresources.war.Handler
Constructs a new Handler.
HANDLER_CLASS - Static variable in class org.apache.naming.HandlerRef
Handler Classname address type.
HANDLER_LOCALPART - Static variable in class org.apache.naming.HandlerRef
Handler Classname address type.
HANDLER_NAME - Static variable in class org.apache.naming.HandlerRef
HandlerName address type.
HANDLER_NAMESPACE - Static variable in class org.apache.naming.HandlerRef
Handler Classname address type.
HANDLER_PARAMNAME - Static variable in class org.apache.naming.HandlerRef
Handler Classname address type.
HANDLER_PARAMVALUE - Static variable in class org.apache.naming.HandlerRef
Handler Classname address type.
HANDLER_PORTNAME - Static variable in class org.apache.naming.HandlerRef
Handler PortName address type.
HANDLER_SOAPROLE - Static variable in class org.apache.naming.HandlerRef
Handler SoapRole address type.
HandlerRef - Class in org.apache.naming
Represents a reference handler for a web service.
HandlerRef(String, String) - Constructor for class org.apache.naming.HandlerRef
Create a new HandlerRef with the specified reference name and handler class.
HandlerRef(String, String, String, String) - Constructor for class org.apache.naming.HandlerRef
Create a new HandlerRef with the specified parameters.
handleSESSION_ACCESSED(SessionMessage, Member) - Method in class org.apache.catalina.ha.session.DeltaManager
handle receive session is access at other node ( primary session is now false)
handleSESSION_CREATED(SessionMessage, Member) - Method in class org.apache.catalina.ha.session.DeltaManager
handle receive new session is created at other node (create backup - primary false)
handleSESSION_DELTA(SessionMessage, Member) - Method in class org.apache.catalina.ha.session.DeltaManager
handle receive session delta
handleSESSION_EXPIRED(SessionMessage, Member) - Method in class org.apache.catalina.ha.session.DeltaManager
handle receive session is expired at other node ( expire session also here)
handleSetProperty(Object, String, boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Sets a bean property to the given boolean value.
handleSetProperty(Object, String, byte) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Sets a bean property to the given byte value.
handleSetProperty(Object, String, char) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Sets a bean property to the given char value.
handleSetProperty(Object, String, double) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Sets a bean property to the given double value.
handleSetProperty(Object, String, float) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Sets a bean property to the given float value.
handleSetProperty(Object, String, int) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Sets a bean property to the given int value.
handleSetProperty(Object, String, long) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Sets a bean property to the given long value.
handleSetProperty(Object, String, short) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Sets a bean property to the given short value.
handleSetProperty(Object, String, Object) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Sets a bean property to the given value.
handleSetPropertyExpression(Object, String, String, PageContext, ProtectedFunctionMapper) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Sets a bean property from an EL expression.
handleSimpleCORS(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.apache.catalina.filters.CorsFilter
Handles a CORS request of type CorsFilter.CORSRequestType.SIMPLE.
handlesTypesAnnotations - Variable in class org.apache.catalina.startup.ContextConfig
Flag that indicates if at least one HandlesTypes entry is present that represents an annotation.
handlesTypesNonAnnotations - Variable in class org.apache.catalina.startup.ContextConfig
Flag that indicates if at least one HandlesTypes entry is present that represents a non-annotation.
handleThrowable(Throwable) - Static method in class org.apache.catalina.tribes.util.ExceptionUtils
Checks whether the supplied Throwable is one that needs to be rethrown and swallows all others.
handleThrowable(Throwable) - Static method in class org.apache.el.util.ExceptionUtils
Checks whether the supplied Throwable is one that needs to be rethrown and swallows all others.
handleThrowable(Throwable) - Static method in class org.apache.jasper.runtime.ExceptionUtils
Checks whether the supplied Throwable is one that needs to be rethrown and swallows all others.
handleThrowable(Throwable) - Static method in class org.apache.tomcat.util.ExceptionUtils
Checks whether the supplied Throwable is one that needs to be rethrown and swallows all others.
handleToken(NonBlockingCoordinator.CoordinationMessage, Membership) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Handles a coordination token, routing to the appropriate handler based on source.
handleViewConf(NonBlockingCoordinator.CoordinationMessage, Membership) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Handles a view confirmation message.
handshake() - Method in class org.apache.tomcat.util.net.Nio2Channel
Performs SSL handshake hence is a no-op for the non-secure implementation.
handshake() - Method in class org.apache.tomcat.util.net.SecureNio2Channel
Performs SSL handshake, non-blocking, but performs NEED_TASK on the same thread.
handshake() - Method in interface org.apache.tomcat.websocket.AsyncChannelWrapper
Performs the SSL/TLS handshake.
handshake() - Method in class org.apache.tomcat.websocket.AsyncChannelWrapperNonSecure
 
handshake() - Method in class org.apache.tomcat.websocket.AsyncChannelWrapperSecure
 
handshake(boolean, boolean) - Method in class org.apache.tomcat.util.net.NioChannel
Performs SSL handshake hence is a no-op for the non-secure implementation.
handshake(boolean, boolean) - Method in class org.apache.tomcat.util.net.SecureNioChannel
Performs SSL handshake, non-blocking, but performs NEED_TASK on the same thread.
handshakeComplete - Variable in class org.apache.tomcat.util.net.SecureNioChannel
True when the SSL handshake is complete
handshakeInternal(boolean) - Method in class org.apache.tomcat.util.net.SecureNio2Channel
 
handshakeStatus - Variable in class org.apache.tomcat.util.net.SecureNioChannel
Current handshake status, updated during handshake processing
handshakeUnwrap() - Method in class org.apache.tomcat.util.net.SecureNio2Channel
Perform handshake unwrap
handshakeUnwrap(boolean) - Method in class org.apache.tomcat.util.net.SecureNioChannel
Perform handshake unwrap
handshakeWrap() - Method in class org.apache.tomcat.util.net.SecureNio2Channel
Performs the WRAP function
handshakeWrap(boolean) - Method in class org.apache.tomcat.util.net.SecureNioChannel
Performs the WRAP function
hasAsyncIO() - Method in interface org.apache.coyote.http11.upgrade.InternalHttpUpgradeHandler
Checks if the handler is able to process asynchronous IO.
hasAsyncIO() - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessorInternal
Returns whether the internal handler has pending async I/O.
hasAsyncIO() - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
hasAsyncIO() - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
 
hasAsyncIO() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Allows using NIO2 style read/write.
hasDataToRead() - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
 
hasDataToRead() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Checks if there is data available to read from the socket.
hasDataToWrite() - Method in class org.apache.coyote.http11.Http11OutputBuffer
Check if there is data waiting to be written to the socket.
hasDataToWrite() - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
 
hasDataToWrite() - Method in class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper
 
hasDataToWrite() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Checks if there is data waiting to be written to the socket.
hasDescriptor - Variable in class org.apache.catalina.startup.HostConfig.DeployedApplication
Does this application have a context.xml descriptor file on the host's configBase?
hasDynamicAttributes() - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
Returns whether the tag accepts dynamic attributes.
hasEmptyBody() - Method in class org.apache.jasper.compiler.Node.CustomTag
A custom action is considered to have an empty body if any of the following hold true: getBody() returns null all immediate children are jsp:attribute actions the action's jsp:body is empty
hasExpectation() - Method in class org.apache.coyote.Request
Check if there is an expectation.
hasExpired(long) - Method in class org.apache.catalina.tribes.membership.Membership.MbrEntry
Check if this member has expired.
hash() - Method in class org.apache.tomcat.util.buf.AbstractChunk
Returns the hash code for this buffer.
hasHashCode - Variable in class org.apache.tomcat.util.buf.AbstractChunk
Indicates whether the hash code has been computed.
hashCode() - Method in class org.apache.catalina.authenticator.SingleSignOnSessionKey
 
hashCode() - Method in class org.apache.catalina.connector.CoyotePrincipal
 
hashCode() - Method in record class org.apache.catalina.filters.ExpiresFilter.Duration
Returns a hash code value for this object.
hashCode() - Method in record class org.apache.catalina.filters.ExpiresFilter.ExpiresConfiguration
Returns a hash code value for this object.
hashCode() - Method in class org.apache.catalina.ha.deploy.WarWatcher.WarInfo
 
hashCode() - Method in record class org.apache.catalina.ha.tcp.SendMessageData
Returns a hash code value for this object.
hashCode() - Method in record class org.apache.catalina.mapper.WrapperMappingInfo
Returns a hash code value for this object.
hashCode() - Method in class org.apache.catalina.realm.GenericPrincipal
 
hashCode() - Method in class org.apache.catalina.realm.RealmBase.AllRolesMode
 
hashCode() - Method in record class org.apache.catalina.servlets.DefaultServlet.CompressionFormat
Returns a hash code value for this object.
hashCode() - Method in record class org.apache.catalina.session.ManagerBase.SessionTiming
Returns a hash code value for this object.
hashCode() - Method in record class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
Returns a hash code value for this object.
hashCode() - Method in record class org.apache.catalina.startup.ClassLoaderFactory.Repository
Returns a hash code value for this object.
hashCode() - Method in class org.apache.catalina.tribes.ChannelException.FaultyMember
 
hashCode() - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor.FragKey
 
hashCode() - Method in record class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor.MapEntry
Returns a hash code value for this object.
hashCode() - Method in class org.apache.catalina.tribes.group.RpcChannel.RpcCollector
 
hashCode() - Method in class org.apache.catalina.tribes.group.RpcChannel.RpcCollectorKey
 
hashCode() - Method in class org.apache.catalina.tribes.io.ChannelData
 
hashCode() - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
hashCode() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Returns the hash code for this map based on the map context name.
hashCode() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
 
hashCode() - Method in class org.apache.catalina.tribes.UniqueId
 
hashCode() - Method in class org.apache.catalina.users.GenericGroup
 
hashCode() - Method in class org.apache.catalina.users.GenericRole
 
hashCode() - Method in class org.apache.catalina.users.GenericUser
 
hashCode() - Method in class org.apache.catalina.util.NetMask
 
hashCode() - Method in class org.apache.coyote.http2.HPackHuffman.HuffmanCode
 
hashCode() - Method in record class org.apache.coyote.UpgradeToken
Returns a hash code value for this object.
hashCode() - Method in class org.apache.el.lang.FunctionMapperImpl.Function
 
hashCode() - Method in class org.apache.el.MethodExpressionImpl
Returns the hash code for this Expression.
hashCode() - Method in class org.apache.el.MethodExpressionLiteral
 
hashCode() - Method in class org.apache.el.ValueExpressionImpl
 
hashCode() - Method in class org.apache.el.ValueExpressionLiteral
 
hashCode() - Method in class org.apache.jasper.compiler.Mark
 
hashCode() - Method in record class org.apache.jasper.compiler.SmapInput
Returns a hash code value for this object.
hashCode() - Method in class org.apache.jasper.el.JspMethodExpression
 
hashCode() - Method in class org.apache.jasper.el.JspValueExpression
 
hashCode() - Method in class org.apache.naming.NamingEntry
 
hashCode() - Method in class org.apache.tomcat.dbcp.dbcp2.PStmtKey
 
hashCode() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
 
hashCode() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
 
hashCode() - Method in class org.apache.tomcat.jdbc.pool.DisposableConnectionFacade
 
hashCode() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
 
hashCode() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
 
hashCode() - Method in class org.apache.tomcat.jdbc.pool.StatementFacade.ResultSetProxy
 
hashCode() - Method in class org.apache.tomcat.jdbc.pool.StatementFacade.StatementProxy
 
hashCode() - Method in class org.apache.tomcat.util.buf.AbstractChunk
 
hashCode() - Method in class org.apache.tomcat.util.buf.MessageBytes
 
hashCode() - Method in class org.apache.tomcat.util.buf.StringCache.ByteEntry
 
hashCode() - Method in class org.apache.tomcat.util.buf.StringCache.CharEntry
 
hashCode() - Method in class org.apache.tomcat.util.descriptor.tld.TldResourcePath
 
hashCode() - Method in class org.apache.tomcat.util.descriptor.web.ContextEjb
 
hashCode() - Method in class org.apache.tomcat.util.descriptor.web.ContextEnvironment
 
hashCode() - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
 
hashCode() - Method in class org.apache.tomcat.util.descriptor.web.ContextLocalEjb
 
hashCode() - Method in class org.apache.tomcat.util.descriptor.web.ContextResource
 
hashCode() - Method in class org.apache.tomcat.util.descriptor.web.ContextResourceEnvRef
 
hashCode() - Method in class org.apache.tomcat.util.descriptor.web.ContextResourceLink
 
hashCode() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
 
hashCode() - Method in class org.apache.tomcat.util.descriptor.web.LoginConfig
 
hashCode() - Method in class org.apache.tomcat.util.descriptor.web.MessageDestination
 
hashCode() - Method in class org.apache.tomcat.util.descriptor.web.MessageDestinationRef
 
hashCode() - Method in class org.apache.tomcat.util.descriptor.web.MultipartDef
 
hashCode() - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
 
hashCode() - Method in class org.apache.tomcat.util.descriptor.web.SecurityRoleRef
 
hashCode() - Method in class org.apache.tomcat.util.descriptor.web.TaglibDescriptorImpl
 
hashCode() - Method in class org.apache.tomcat.util.http.parser.Ranges.Entry
 
hashCode() - Method in record class org.apache.tomcat.util.net.ServletConnectionImpl
Returns a hash code value for this object.
hashCode() - Method in class org.apache.tomcat.util.xreflection.SetPropertyClass
 
hashCode() - Method in record class org.apache.tomcat.websocket.DecoderEntry
Returns a hash code value for this object.
hashCode() - Method in record class org.apache.tomcat.websocket.MessageHandlerResult
Returns a hash code value for this object.
hashCode() - Method in record class org.apache.tomcat.websocket.server.WsMappingResult
Returns a hash code value for this object.
hashCode() - Method in record class org.apache.tomcat.websocket.server.WsSessionListener
Returns a hash code value for this object.
hashCode() - Method in record class org.apache.tomcat.websocket.WsPongMessage
Returns a hash code value for this object.
hashCode(byte[]) - Static method in class org.apache.catalina.tribes.util.Arrays
Computes a hash code for a byte array.
HASHCODE_VAL - Static variable in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
hasHigherPriority(Member[], Member[]) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Checks if the complete membership has a higher priority leader than the local membership.
hasIncludeAction() - Method in class org.apache.jasper.compiler.Node.ChildInfo
Returns whether the tag body contains an include action.
hasJspRoot() - Method in class org.apache.jasper.compiler.PageInfo
Checks if this page has a JSP root.
hasLoggingConfig() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
hasLoggingConfig() - Method in interface org.apache.juli.WebappProperties
Deprecated.
Unused. Will be removed in Tomcat 12 onwards.
hasMatches() - Method in class org.apache.tomcat.websocket.Util.DecoderMatch
Returns whether any decoders matched the target type.
hasMembers - Variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
has members
hasMembers() - Method in interface org.apache.catalina.ha.CatalinaCluster
Checks if the cluster has members.
hasMembers() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Checks if the cluster has members.
hasMembers() - Method in interface org.apache.catalina.tribes.Channel
Returns true if there are any members in the group.
hasMembers() - Method in interface org.apache.catalina.tribes.ChannelInterceptor
Intercepts the Channel.hasMembers() method
hasMembers() - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
 
hasMembers() - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
hasMembers() - Method in interface org.apache.catalina.tribes.group.GroupChannelMBean
Returns whether the channel has any members.
hasMembers() - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
 
hasMembers() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
hasMembers() - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
 
hasMembers() - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
hasMembers() - Method in interface org.apache.catalina.tribes.membership.cloud.CloudMembershipServiceMBean
Returns whether there are members in the cluster.
hasMembers() - Method in interface org.apache.catalina.tribes.membership.McastServiceMBean
Check if there are members.
hasMembers() - Method in class org.apache.catalina.tribes.membership.Membership
Returning that service has members or not.
hasMembers() - Method in class org.apache.catalina.tribes.membership.MembershipProviderBase
 
hasMembers() - Method in class org.apache.catalina.tribes.membership.MembershipServiceBase
 
hasMembers() - Method in interface org.apache.catalina.tribes.membership.StaticMembershipServiceMBean
Checks if there are any members in the cluster.
hasMembers() - Method in interface org.apache.catalina.tribes.MembershipProvider
Checks whether the membership contains any members.
hasMembers() - Method in interface org.apache.catalina.tribes.MembershipService
Checks whether the membership group contains any members.
hasMessageDigest(String) - Method in class org.apache.catalina.realm.RealmBase
Check whether the current credential handler uses the specified message digest algorithm.
hasMessageHandlers() - Method in class org.apache.tomcat.websocket.pojo.PojoMethodMapping
Check if there are any message handlers defined.
hasMore() - Method in class org.apache.naming.NamingContextBindingsEnumeration
 
hasMore() - Method in class org.apache.naming.NamingContextEnumeration
 
hasMoreElements() - Method in class org.apache.catalina.ha.context.ReplicatedContext.MultiEnumeration
 
hasMoreElements() - Method in class org.apache.naming.NamingContextBindingsEnumeration
 
hasMoreElements() - Method in class org.apache.naming.NamingContextEnumeration
 
hasMoreTokens() - Method in class org.apache.catalina.ssi.ExpressionTokenizer
Checks if there are more tokens available.
hasMoreTokens() - Method in class org.apache.catalina.valves.rewrite.QuotedStringTokenizer
Returns whether there are more tokens available.
hasNegotiableProtocols() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Check if there are any negotiable protocols configured.
hasNext() - Method in class org.apache.catalina.tribes.group.GroupChannel.InterceptorIterator
 
hasNext() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.FairIterator
 
hasNext() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.FairIterator
 
hasNext() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemIterator
Returns, whether another instance of FileItemStream is available.
hasNext() - Method in class org.apache.tomcat.util.http.fileupload.impl.FileItemIteratorImpl
Returns, whether another instance of FileItemStream is available.
hasOriginalRequestAndResponse() - Method in class org.apache.catalina.core.AsyncContextImpl
 
hasOutboundRemaining() - Method in class org.apache.tomcat.util.net.SocketWrapperBase.OperationState
Checks if there is remaining outbound data in the buffers.
hasPackage() - Method in class org.apache.catalina.tribes.io.ObjectReader
Checks if there is a complete package available.
hasParamAction() - Method in class org.apache.jasper.compiler.Node.ChildInfo
Returns whether the tag body contains a param action.
hasParameter() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
Returns whether the last token was followed by a parameter indicator.
hasParameters() - Method in class org.apache.tomcat.websocket.server.UriTemplate
Returns whether this template contains path parameters.
hasPerOperationTimeout() - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
 
hasPerOperationTimeout() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Allows indicating if the connector supports per operation timeout.
hasProperty(Properties, String) - Method in class org.apache.catalina.tribes.membership.McastService
Check if a required property is available.
hasQueuedThreads() - Method in class org.apache.tomcat.util.threads.LimitLatch
Returns true if there is at least one thread waiting to acquire the shared lock, otherwise returns false.
hasResourcePermission(Request, Response, SecurityConstraint[], Context) - Method in interface org.apache.catalina.Realm
Perform access control based on the specified authorization constraint.
hasResourcePermission(Request, Response, SecurityConstraint[], Context) - Method in class org.apache.catalina.realm.RealmBase
 
hasRole(String) - Method in class org.apache.catalina.realm.GenericPrincipal
Does the user represented by this Principal possess the specified role?
hasRole(String) - Method in class org.apache.catalina.realm.UserDatabaseRealm.UserDatabasePrincipal
 
hasRole(Wrapper, Principal, String) - Method in class org.apache.catalina.realm.CombinedRealm
 
hasRole(Wrapper, Principal, String) - Method in interface org.apache.catalina.Realm
Check if the specified Principal has the specified security role, within the context of this Realm.
hasRole(Wrapper, Principal, String) - Method in class org.apache.catalina.realm.RealmBase
Check if the specified Principal has the specified security role, within the context of this Realm.
hasRoleInternal(Principal, String) - Method in class org.apache.catalina.realm.RealmBase
Check if the specified Principal has the specified security role, within the context of this Realm.
hasScheme(CharSequence) - Static method in class org.apache.tomcat.util.buf.UriUtil
Determine if a URI string has a scheme component.
hasScriptingVars() - Method in class org.apache.jasper.compiler.Node.ChildInfo
Returns whether the tag body contains scripting variables.
hasSetProperty() - Method in class org.apache.jasper.compiler.Node.ChildInfo
Returns whether the tag body contains a setProperty action.
hasSubToken() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
Returns whether the last token was followed by a sub-token indicator.
hasTaglib(String) - Method in class org.apache.jasper.compiler.PageInfo
Checks to see if the given URI is mapped to a tag library.
hasUseBean() - Method in class org.apache.jasper.compiler.Node.ChildInfo
Returns whether the tag body contains a useBean action.
hasUserDataPermission(Request, Response, SecurityConstraint[]) - Method in interface org.apache.catalina.Realm
Enforce any user data constraint required by the security constraint guarding this request URI.
hasUserDataPermission(Request, Response, SecurityConstraint[]) - Method in class org.apache.catalina.realm.RealmBase
 
hasValue() - Method in class org.apache.tomcat.util.http.WebdavIfHeader
Returns true if an If header was present in the given request.
HAVE_MORE_HEADERS - Enum constant in enum class org.apache.tomcat.util.http.parser.HttpHeaderParser.HeaderParseStatus
A header has been parsed and there are more headers to parse.
HEAD - Static variable in class org.apache.tomcat.util.http.Method
HEAD method.
HEADER_MULTI_LINE - Enum constant in enum class org.apache.tomcat.util.http.parser.HttpHeaderParser.HeaderParsePosition
Before reading a new line of a header.
HEADER_NAME - Enum constant in enum class org.apache.tomcat.util.http.parser.HttpHeaderParser.HeaderParsePosition
Reading a header name.
HEADER_RATE_LIMIT - Static variable in class org.apache.catalina.filters.RateLimitFilter
Name of the rate limit remaining quota header field defined in RateLimit header fields for HTTP (draft).
HEADER_RATE_LIMIT_POLICY - Static variable in class org.apache.catalina.filters.RateLimitFilter
Name of the rate limit policy header field defined in RateLimit header fields for HTTP (draft).
HEADER_SEPARATOR - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
A byte sequence that marks the end of header-part (CRLFCRLF).
HEADER_SINK - Static variable in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
Default header sink for HPACK decoding.
HEADER_SKIPLINE - Enum constant in enum class org.apache.tomcat.util.http.parser.HttpHeaderParser.HeaderParsePosition
Reading all bytes until the next CRLF.
HEADER_START - Enum constant in enum class org.apache.tomcat.util.http.parser.HttpHeaderParser.HeaderParsePosition
Start of a new header.
HEADER_VALUE - Enum constant in enum class org.apache.tomcat.util.http.parser.HttpHeaderParser.HeaderParsePosition
Reading the header value.
HEADER_VALUE_START - Enum constant in enum class org.apache.tomcat.util.http.parser.HttpHeaderParser.HeaderParsePosition
Skipping whitespace before text of header value starts, either on the first line of header value (just after ':') or on subsequent lines when it is known that subsequent line starts with SP or HT.
headerBuffer - Variable in class org.apache.coyote.http11.Http11OutputBuffer
The buffer used for header composition.
HeaderElement(String) - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.HeaderElement
Creates a new header element.
headers - Variable in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
Map of header names to their values.
headers - Variable in class org.apache.catalina.tribes.membership.cloud.CloudMembershipProvider
HTTP headers for cloud API requests.
headersContinue(int, boolean) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
headersEnd(int, boolean) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
headersStart(int, boolean) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
HeadersTooLargeException - Exception Class in org.apache.coyote.http11
Exception used to mark the specific error condition of the HTTP headers exceeding the maximum permitted size.
HeadersTooLargeException() - Constructor for exception class org.apache.coyote.http11.HeadersTooLargeException
Construct an exception with no detail message.
HeadersTooLargeException(String) - Constructor for exception class org.apache.coyote.http11.HeadersTooLargeException
Construct an exception with the specified detail message.
HeadersTooLargeException(String, Throwable) - Constructor for exception class org.apache.coyote.http11.HeadersTooLargeException
Construct an exception with the specified detail message and cause.
HeadersTooLargeException(Throwable) - Constructor for exception class org.apache.coyote.http11.HeadersTooLargeException
Construct an exception with the specified cause.
HeaderUtil - Class in org.apache.tomcat.util.http
Utility methods for HTTP header processing.
HealthCheckValve - Class in org.apache.catalina.valves
Simple Valve that responds to cloud orchestrators health checks.
HealthCheckValve() - Constructor for class org.apache.catalina.valves.HealthCheckValve
Construct a new HealthCheckValve.
heartbeat - Variable in class org.apache.catalina.tribes.group.GroupChannel
Flag to determine if the channel manages its own heartbeat If set to true, the channel will start a local thread for the heart beat.
heartbeat() - Method in interface org.apache.catalina.tribes.Channel
Sends a heart beat through the interceptor stacks.
heartbeat() - Method in interface org.apache.catalina.tribes.ChannelInterceptor
The heartbeat() method gets invoked periodically to allow interceptors to clean up resources, time out object and perform actions that are unrelated to sending/receiving data.
heartbeat() - Method in interface org.apache.catalina.tribes.ChannelSender
A channel heartbeat, use this method to clean up resources
heartbeat() - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
 
heartbeat() - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
heartbeat() - Method in class org.apache.catalina.tribes.group.GroupChannel
Sends a heartbeat through the interceptor stack.
Invoke this method from the application on a periodic basis if you have turned off internal heartbeats channel.setHeartbeat(false)
heartbeat() - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
 
heartbeat() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
heartbeat() - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
heartbeat() - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
 
heartbeat() - Method in class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor
 
heartbeat() - Method in interface org.apache.catalina.tribes.Heartbeat
Heartbeat invocation for resources cleanup etc
heartbeat() - Method in class org.apache.catalina.tribes.membership.cloud.CloudMembershipProvider
 
heartbeat() - Method in class org.apache.catalina.tribes.membership.StaticMembershipProvider
 
heartbeat() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Sends a heartbeat to all members in the cluster.
heartbeat() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Performs a heartbeat operation.
heartbeat() - Method in class org.apache.catalina.tribes.transport.ReplicationTransmitter
Call transmitter to check for sender socket status
Heartbeat - Interface in org.apache.catalina.tribes
Can be implemented by the ChannelListener and Membership listeners to receive heartbeat notifications from the Channel
heartbeatBackgroundEnabled - Variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
call Channel.heartbeat() at container background thread
heartbeatFuture - Variable in class org.apache.catalina.tribes.group.GroupChannel
Internal heartbeat future
HeartbeatListener - Class in org.apache.catalina.ha.backend
Lifecycle listener that provides heartbeat information to mod_heartbeat for Apache HTTP Server.
HeartbeatListener() - Constructor for class org.apache.catalina.ha.backend.HeartbeatListener
Constructs a new HeartbeatListener.
HeartbeatRunnable() - Constructor for class org.apache.catalina.tribes.group.GroupChannel.HeartbeatRunnable
Default constructor for HeartbeatRunnable.
heartbeatSleeptime - Variable in class org.apache.catalina.tribes.group.GroupChannel
If heartbeat == true then how often do we want this heartbeat to run.
helpNeeded - Variable in class org.apache.jasper.JspC
Flag indicating help was requested.
hex(int) - Static method in class org.apache.coyote.ajp.AjpMessage
Convert an integer to a two-character hex string.
hexLine(byte[], int, int) - Static method in class org.apache.coyote.ajp.AjpMessage
Generate a hex dump line for debugging.
HexUtils - Class in org.apache.tomcat.util.buf
Tables useful when converting byte arrays to and from strings of hexadecimal digits.
HIGH - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.EncryptionLevel
High strength encryption.
highConcurrencyStatus - Variable in class org.apache.catalina.valves.SemaphoreValve
High concurrency status.
hitCount - Static variable in class org.apache.tomcat.util.buf.StringCache
Hit count.
hits() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLSessionStats
Returns the number of successfully reused sessions.
HomesUserDatabase - Class in org.apache.catalina.startup
Concrete implementation of the UserDatabase interface that considers all directories in a specified base directory to be "home" directories for those users.
HomesUserDatabase() - Constructor for class org.apache.catalina.startup.HomesUserDatabase
Constructs a new HomesUserDatabase.
host - Variable in class org.apache.catalina.ha.backend.HeartbeatListener
Host of the connector to proxy.
host - Variable in class org.apache.catalina.ha.deploy.FarmWarDeployer
The associated host.
host - Variable in class org.apache.catalina.manager.ManagerServlet
The associated host.
host - Variable in class org.apache.catalina.mapper.MappingData
The mapped host.
host - Variable in class org.apache.catalina.startup.HostConfig
The Host we are associated with.
host - Variable in class org.apache.catalina.tribes.membership.MemberImpl
The listen host for this member.
host - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
Host.
Host - Class in org.apache.tomcat.util.http.parser
Utility class for parsing HTTP Host header values.
Host - Interface in org.apache.catalina
A Host is a Container that represents a virtual host in the Catalina servlet engine.
HOST_HEADER_NAME - Static variable in class org.apache.tomcat.websocket.Constants
Host HTTP header name.
HOST_HEADER_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
Parameter name for the host header configuration.
HostConfig - Class in org.apache.catalina.startup
Startup event listener for a Host that configures the properties of that Host, and the associated defined contexts.
HostConfig() - Constructor for class org.apache.catalina.startup.HostConfig
Constructs a new HostConfig.
HostConfig.DeployedApplication - Class in org.apache.catalina.startup
This class represents the state of a deployed application, as well as the monitored resources.
HostContextXml - Static variable in class org.apache.catalina.startup.Constants
The path to the host context XML file.
HostElement() - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.HostElement
Constructs a new HostElement.
HostManagerServlet - Class in org.apache.catalina.manager.host
Servlet that enables remote management of the virtual hosts installed on the server.
HostManagerServlet() - Constructor for class org.apache.catalina.manager.host.HostManagerServlet
Constructs a new HostManagerServlet.
hostname - Variable in class org.apache.catalina.startup.Tomcat
The default hostname.
hostname - Variable in class org.apache.catalina.tribes.membership.MemberImpl
The hostname string representation.
HostRuleSet - Class in org.apache.catalina.startup
RuleSet for processing the contents of a Host definition element.
HostRuleSet() - Constructor for class org.apache.catalina.startup.HostRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
HostRuleSet(String) - Constructor for class org.apache.catalina.startup.HostRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
HostWebXml - Static variable in class org.apache.catalina.startup.Constants
The path to the host web.xml file.
hostWebXmlCache - Static variable in class org.apache.catalina.startup.ContextConfig
Cache of default web.xml fragments per Host
HOUR - Enum constant in enum class org.apache.catalina.filters.ExpiresFilter.DurationUnit
Hour duration unit.
HpackDecoder - Class in org.apache.coyote.http2
A decoder for HPACK.
HPackHuffman - Class in org.apache.coyote.http2
Utility class for Huffman encoding and decoding used in HPACK compression for HTTP/2 headers.
HPackHuffman.HuffmanCode - Class in org.apache.coyote.http2
Represents a Huffman code with a value and bit length.
HT - Static variable in class org.apache.coyote.http11.Constants
HT.
HTML_HEADER_SECTION - Static variable in class org.apache.catalina.manager.Constants
The HTML header section template for manager pages.
HTML_TAIL_SECTION - Static variable in class org.apache.catalina.manager.Constants
The HTML tail section template for manager pages.
HTML_TAIL_SECTION - Static variable in class org.apache.catalina.manager.host.Constants
The HTML tail section template for host manager pages.
htmlElementContent(Object) - Static method in class org.apache.tomcat.util.security.Escape
Convert the object to a string via Object.toString() and HTML escape the resulting string for use in HTML content.
htmlElementContent(String) - Static method in class org.apache.tomcat.util.security.Escape
Escape content for use in HTML.
HTMLHostManagerServlet - Class in org.apache.catalina.manager.host
Servlet that enables remote management of the virtual hosts deployed on the server.
HTMLHostManagerServlet() - Constructor for class org.apache.catalina.manager.host.HTMLHostManagerServlet
Constructs a new HTMLHostManagerServlet.
HTMLManagerServlet - Class in org.apache.catalina.manager
Servlet that enables remote management of the web applications deployed within the same virtual host as this web application is.
HTMLManagerServlet() - Constructor for class org.apache.catalina.manager.HTMLManagerServlet
Constructs a new HTMLManagerServlet.
HTTP_10 - Static variable in class org.apache.coyote.http11.Constants
HTTP/1.0.
HTTP_11 - Static variable in class org.apache.coyote.http11.Constants
HTTP/1.1.
HTTP_11_BYTES - Static variable in class org.apache.coyote.http11.Constants
HTTP/1.1 protocol version bytes.
HTTP_REQUEST_ATTRIBUTE_IS_CORS_REQUEST - Static variable in class org.apache.catalina.filters.CorsFilter
Boolean value, suggesting if the request is a CORS request or not.
HTTP_REQUEST_ATTRIBUTE_ORIGIN - Static variable in class org.apache.catalina.filters.CorsFilter
Attribute that contains the origin of the request.
HTTP_REQUEST_ATTRIBUTE_PREFIX - Static variable in class org.apache.catalina.filters.CorsFilter
The prefix to a CORS request attribute.
HTTP_REQUEST_ATTRIBUTE_REQUEST_HEADERS - Static variable in class org.apache.catalina.filters.CorsFilter
Request headers sent as 'Access-Control-Request-Headers' header, for pre-flight request.
HTTP_REQUEST_ATTRIBUTE_REQUEST_TYPE - Static variable in class org.apache.catalina.filters.CorsFilter
Type of CORS request, of type CorsFilter.CORSRequestType.
HTTP_SERVER_PORT_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
Parameter name for the HTTP server port configuration.
Http11InputBuffer - Class in org.apache.coyote.http11
InputBuffer for HTTP that provides request header parsing as well as transfer encoding.
Http11InputBuffer(Request, int, HttpParser) - Constructor for class org.apache.coyote.http11.Http11InputBuffer
Constructs a new Http11InputBuffer.
Http11Nio2Protocol - Class in org.apache.coyote.http11
HTTP/1.1 protocol implementation using NIO2.
Http11Nio2Protocol() - Constructor for class org.apache.coyote.http11.Http11Nio2Protocol
 
Http11Nio2Protocol(Nio2Endpoint) - Constructor for class org.apache.coyote.http11.Http11Nio2Protocol
 
Http11NioProtocol - Class in org.apache.coyote.http11
HTTP/1.1 protocol implementation using NIO.
Http11NioProtocol() - Constructor for class org.apache.coyote.http11.Http11NioProtocol
Constructs a new Http11NioProtocol with a default NIO endpoint.
Http11NioProtocol(NioEndpoint) - Constructor for class org.apache.coyote.http11.Http11NioProtocol
Constructs a new Http11NioProtocol with the specified endpoint.
Http11OutputBuffer - Class in org.apache.coyote.http11
Provides buffering for the HTTP headers (allowing responses to be reset before they have been committed) and the link to the Socket for writing the headers (once committed) and the response body.
Http11OutputBuffer(Response, int) - Constructor for class org.apache.coyote.http11.Http11OutputBuffer
Constructs a new Http11OutputBuffer.
Http11OutputBuffer.SocketOutputBuffer - Class in org.apache.coyote.http11
This class is an output buffer which will write data to a socket.
Http11Processor - Class in org.apache.coyote.http11
Processor for HTTP/1.1 requests and responses.
Http11Processor(AbstractHttp11Protocol, Adapter) - Constructor for class org.apache.coyote.http11.Http11Processor
Creates a new HTTP/1.1 processor.
Http2AsyncUpgradeHandler - Class in org.apache.coyote.http2
Asynchronous HTTP/2 upgrade handler that uses non-blocking I/O for all operations.
Http2AsyncUpgradeHandler(Http2Protocol, Adapter, Request, SocketWrapperBase) - Constructor for class org.apache.coyote.http2.Http2AsyncUpgradeHandler
Creates a new async HTTP/2 upgrade handler.
Http2AsyncUpgradeHandler.AsyncPingManager - Class in org.apache.coyote.http2
Asynchronous ping manager for HTTP/2 connections.
Http2AsyncUpgradeHandler.SendfileCompletionHandler - Class in org.apache.coyote.http2
Completion handler for asynchronous sendfile operations.
Http2OutputBuffer - Class in org.apache.coyote.http2
HTTP/2 output buffer that wraps a chain of OutputFilter instances and delegates to a Stream.StreamOutputBuffer.
Http2OutputBuffer(Response, Stream.StreamOutputBuffer) - Constructor for class org.apache.coyote.http2.Http2OutputBuffer
Creates the output buffer.
Http2Protocol - Class in org.apache.coyote.http2
HTTP/2 protocol handler.
Http2Protocol() - Constructor for class org.apache.coyote.http2.Http2Protocol
Creates a new instance of the HTTP/2 protocol handler.
HttpHeaderParser - Class in org.apache.tomcat.util.http.parser
Parses HTTP request and response headers from a byte buffer.
HttpHeaderParser(HttpHeaderParser.HeaderDataSource, MimeHeaders, boolean) - Constructor for class org.apache.tomcat.util.http.parser.HttpHeaderParser
Creates a new header parser.
HttpHeaderParser.HeaderDataSource - Interface in org.apache.tomcat.util.http.parser
Provides access to the header data buffer for the parser.
HttpHeaderParser.HeaderParsePosition - Enum Class in org.apache.tomcat.util.http.parser
Possible parser positions during header parsing.
HttpHeaderParser.HeaderParseStatus - Enum Class in org.apache.tomcat.util.http.parser
Possible return values from HttpHeaderParser.parseHeader().
HttpHeaderSecurityFilter - Class in org.apache.catalina.filters
Provides a single configuration point for security measures that required the addition of one or more HTTP headers to the response.
HttpHeaderSecurityFilter() - Constructor for class org.apache.catalina.filters.HttpHeaderSecurityFilter
Creates a new instance of the filter.
HttpJspBase - Class in org.apache.jasper.runtime
This is the super class of all JSP-generated servlets.
HttpJspBase() - Constructor for class org.apache.jasper.runtime.HttpJspBase
Creates a new instance of an HTTP JSP servlet.
HttpOutputBuffer - Interface in org.apache.coyote.http11
HTTP/1.1 output buffer interface.
HttpParser - Class in org.apache.tomcat.util.http.parser
HTTP header value parser implementation.
HttpParser(String, String) - Constructor for class org.apache.tomcat.util.http.parser.HttpParser
Creates a new HTTP parser with optional relaxed character sets for path and query.
HTTPS_SERVER_PORT_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
Parameter name for the HTTPS server port configuration.
HttpStatusCodeElement() - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.HttpStatusCodeElement
Constructs a new HttpStatusCodeElement.
httpUpgradeHandler() - Method in record class org.apache.coyote.UpgradeToken
Returns the value of the httpUpgradeHandler record component.
HuffmanCode(int, int) - Constructor for class org.apache.coyote.http2.HPackHuffman.HuffmanCode
Creates a new Huffman code.

I

4. Instantiate Model MBeans As Needed - Section in package org.apache.tomcat.util.modeler
 
ib - Variable in class org.apache.catalina.connector.CoyoteInputStream
The underlying input buffer.
ib - Variable in class org.apache.catalina.connector.CoyoteReader
The underlying input buffer.
IC_PREFIX - Static variable in class org.apache.naming.SelectorContext
Initial context prefix.
id - Variable in class org.apache.catalina.session.StandardSession
The session identifier of this Session.
id - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
The message ID.
id - Variable in class org.apache.catalina.users.DataSourceUserDatabase
The unique global identifier of this user database.
id - Variable in class org.apache.catalina.users.MemoryUserDatabase
The unique global identifier of this user database.
id() - Method in record class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor.MapEntry
Returns the value of the id record component.
IDEA - Enum constant in enum class org.apache.tomcat.util.net.openssl.ciphers.Encryption
IDEA encryption.
IdentifierElement() - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.IdentifierElement
Creates a new identifier element with unknown type.
IdentifierElement(String) - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.IdentifierElement
Creates a new identifier element with the specified type.
IDENTITY_FILTER - Static variable in class org.apache.coyote.http11.Constants
Identity filters (input and output).
IdentityInputFilter - Class in org.apache.coyote.http11.filters
Identity input filter.
IdentityInputFilter(int) - Constructor for class org.apache.coyote.http11.filters.IdentityInputFilter
Creates a new identity input filter.
IdentityOutputFilter - Class in org.apache.coyote.http11.filters
Identity output filter.
IdentityOutputFilter() - Constructor for class org.apache.coyote.http11.filters.IdentityOutputFilter
Creates a new instance of the identity output filter.
idle - Variable in class org.apache.catalina.ant.SessionsTask
Minimum idle time in minutes for sessions to be included in the response.
IDLE - Enum constant in enum class org.apache.tomcat.dbcp.pool2.PooledObjectState
In the queue, not in use.
If - Class in org.apache.jasper.tagplugins.jstl.core
Tag plugin for the JSTL <c:if> tag.
If() - Constructor for class org.apache.jasper.tagplugins.jstl.core.If
Creates a new instance of the If tag plugin.
ifPresent(LambdaExpression) - Method in class org.apache.el.stream.Optional
If a value is present, invokes the given lambda with the value.
ignorableWhitespace(char[], int, int) - Method in class org.apache.tomcat.util.digester.Digester
Process notification of ignorable whitespace received from the body of an XML element.
IGNORE - Enum constant in enum class org.apache.tomcat.util.http.CookiesWithoutEquals
Ignore cookies without an equals sign.
ignoreAnnotations - Variable in class org.apache.catalina.core.DefaultInstanceManager
Whether to ignore annotations during injection.
ignoreResponseConstraint - Variable in class org.apache.catalina.ant.AbstractCatalinaTask
If set to true - ignore the constraint of the first line of the response message that must be "OK -".
IllegalBoundaryException() - Constructor for exception class org.apache.tomcat.util.http.fileupload.MultipartStream.IllegalBoundaryException
Constructs an IllegalBoundaryException with no detail message.
IllegalBoundaryException(String) - Constructor for exception class org.apache.tomcat.util.http.fileupload.MultipartStream.IllegalBoundaryException
Constructs an IllegalBoundaryException with the specified detail message.
IMMEDIATELY - Enum constant in enum class org.apache.coyote.ContinueResponseTiming
Tomcat will automatically send the 100 intermediate response before sending the request to the servlet.
impact - Variable in class org.apache.tomcat.util.modeler.OperationInfo
Impact of the operation.
impl - Variable in class org.apache.catalina.tribes.membership.McastService
A handle to the actual low level implementation
Implementation Details - Section in class org.apache.catalina.filters.ExpiresFilter
 
Implementation notes - Section in class org.apache.catalina.servlets.CGIServlet
 
IMPLEMENTED_PROTOCOLS_SET - Static variable in class org.apache.tomcat.util.net.openssl.OpenSSLEngine
Set of implemented protocols.
implementsBodyTag() - Method in class org.apache.jasper.compiler.Node.CustomTag
Returns whether the tag handler implements BodyTag.
implementsDynamicAttributes() - Method in class org.apache.jasper.compiler.Node.CustomTag
Returns whether the tag handler implements DynamicAttributes.
implementsIterationTag() - Method in class org.apache.jasper.compiler.Node.CustomTag
Returns whether the tag handler implements IterationTag.
implementsJspIdConsumer() - Method in class org.apache.jasper.compiler.Node.CustomTag
Returns whether the tag handler implements JspIdConsumer.
implementsSimpleTag() - Method in class org.apache.jasper.compiler.Node.CustomTag
Returns whether the tag handler implements SimpleTag.
implementsTryCatchFinally() - Method in class org.apache.jasper.compiler.Node.CustomTag
Returns whether the tag handler implements TryCatchFinally.
ImplicitTldRuleSet - Class in org.apache.tomcat.util.descriptor.tld
RulesSet for digesting implicit.tld files.
ImplicitTldRuleSet() - Constructor for class org.apache.tomcat.util.descriptor.tld.ImplicitTldRuleSet
Creates a new instance of the implicit TLD rule set.
Import - Class in org.apache.jasper.tagplugins.jstl.core
Tag plugin for the JSTL <c:import> tag.
Import - Class in org.apache.tomcat.buildutil.translate
Utility class for importing translated properties files.
Import() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Import
Creates a new instance of the Import tag plugin.
Import() - Constructor for class org.apache.tomcat.buildutil.translate.Import
Creates a new instance of the Import utility.
ImportResponseWrapper(HttpServletResponse) - Constructor for class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
Constructs a new ImportResponseWrapper.
in - Variable in class org.apache.catalina.ha.deploy.FileMessageFactory
When openForWrite=false, the input stream is held by this variable
inc() - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.Counter
Increments the counter and returns the new value.
inc() - Method in class org.apache.catalina.tribes.membership.MemberImpl
Increment the message count.
INC_WEBXML - Static variable in class org.apache.jasper.JspC
Web.xml generation level for include fragment.
incCounter(Member) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
Increments the outgoing message counter for a member.
include(ServletRequest, ServletResponse, String, JspWriter, boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Perform a RequestDispatcher.include() operation, with optional flushing of the response beforehand.
include(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
include(String) - Method in class org.apache.jasper.runtime.PageContextImpl
 
include(String, boolean) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
include(String, boolean) - Method in class org.apache.jasper.runtime.PageContextImpl
 
INCLUDE - Static variable in class org.apache.tomcat.util.descriptor.web.FilterMap
Dispatcher type constant for include dispatch.
INCLUDE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
Internal name for the include action.
INCLUDE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
Internal name for the include directive action.
included - Variable in class org.apache.catalina.connector.Response
The included flag.
included(String, String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
Check if the constraint applies to a URI and method.
increaseOverheadCount(FrameType) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
increaseOverheadCount(FrameType, int) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
Used to increase the overhead for frames that don't use the overheadCountFactor (CONTINUATION, DATA, WINDOW_UPDATE and RESET).
increment(String) - Method in interface org.apache.catalina.util.RateLimiter
Increments the number of requests by the given identifier in the current time window.
increment(String) - Method in class org.apache.catalina.util.RateLimiterBase
 
increment(String) - Method in class org.apache.catalina.util.TimeBucketCounterBase
Increments the counter for the passed identifier in the current time bucket and returns the new value.
INCREMENT - Static variable in class org.apache.catalina.core.ApplicationFilterChain
Default increment for filter array growth.
incrementErrorCount() - Method in class org.apache.catalina.core.StandardWrapper
Increment the error count used for monitoring.
incrementErrorCount() - Method in interface org.apache.catalina.Wrapper
Increment the error count value used when monitoring.
incrementInProgressAsyncCount() - Method in interface org.apache.catalina.Context
Increment the count of in-progress async requests.
incrementInProgressAsyncCount() - Method in class org.apache.catalina.core.AsyncContextImpl
 
incrementInProgressAsyncCount() - Method in class org.apache.catalina.core.StandardContext
 
incrementInProgressAsyncCount() - Method in class org.apache.catalina.startup.FailedContext
 
incrementInProgressAsyncCount() - Method in interface org.apache.coyote.AsyncContextCallback
Used to notify the Context that async processing has started.
incrementJspReloadCount() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Increments the JSP reload counter.
incrementNestingCount() - Method in class org.apache.el.lang.LambdaExpressionNestedState
Increments the nesting count for nested lambda expressions.
incrementRemoved() - Method in class org.apache.jasper.JspCompilationContext
Increments the removed counter and removes the wrapper from the runtime context.
incrementWindowSize(int) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
incrementWindowSize(int, int) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
incTripCount() - Method in class org.apache.jasper.servlet.JspServletWrapper
Increments and returns the trip count.
indexOf(byte[], int, int, char) - Static method in class org.apache.tomcat.util.buf.ByteChunk
Returns the first instance of the given character in the given byte array between the specified start and end.
indexOf(char) - Method in class org.apache.tomcat.util.buf.CharChunk
Returns the index of the first occurrence of the given character.
indexOf(char[], int, int, char) - Static method in class org.apache.tomcat.util.buf.CharChunk
Returns the first instance of the given character in the given char array between the specified start and end.
indexOf(char, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
Returns the first instance of the given character in this ByteChunk starting at the specified byte.
indexOf(char, int) - Method in class org.apache.tomcat.util.buf.CharChunk
Returns the first instance of the given character in this CharChunk starting at the specified char.
indexOf(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
Find the index of a string.
indexOf(String, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
Find the index of a string.
indexOf(String, int, int, int) - Method in class org.apache.tomcat.util.buf.AbstractChunk
Return the index of the first occurrence of the subsequence of the given String, or -1 if it is not found.
indexOf(Member, Member[]) - Static method in class org.apache.catalina.tribes.util.Arrays
Finds the index of a member in an array.
indexOfIgnoreCase(String, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
Find the index of a string, ignoring case.
indexPayload - Variable in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerBase
The index in the params array where the payload is stored.
indexSession - Variable in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerBase
The index in the params array where the session is stored.
INFINITE_TIMEOUT - Static variable in class org.apache.coyote.http11.upgrade.UpgradeProcessorBase
Timeout value that disables timeout checking.
info - Variable in class org.apache.tomcat.util.modeler.FeatureInfo
The underlying JMX MBeanFeatureInfo object.
info(Object) - Method in interface org.apache.juli.logging.Log
Log a message with info log level.
info(Object, Throwable) - Method in interface org.apache.juli.logging.Log
Log an error with info log level.
INFO - Enum constant in enum class org.apache.tomcat.util.log.UserDataHelper.Mode
Log at INFO level.
INFO_THEN_DEBUG - Enum constant in enum class org.apache.tomcat.util.log.UserDataHelper.Mode
Log at INFO level for the first message, then DEBUG for subsequent messages.
init() - Method in class org.apache.catalina.filters.CorsFilter
 
init() - Method in class org.apache.catalina.filters.RemoteIpFilter
 
init() - Method in interface org.apache.catalina.Lifecycle
Prepare the component for starting.
init() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
init() - Method in class org.apache.catalina.manager.host.HostManagerServlet
 
init() - Method in class org.apache.catalina.manager.HTMLManagerServlet
 
init() - Method in class org.apache.catalina.manager.JMXProxyServlet
 
init() - Method in class org.apache.catalina.manager.ManagerServlet
 
init() - Method in class org.apache.catalina.manager.StatusManagerServlet
 
init() - Method in class org.apache.catalina.servlets.DataSourcePropertyStore
 
init() - Method in class org.apache.catalina.servlets.DefaultServlet
 
init() - Method in class org.apache.catalina.servlets.WebdavServlet
 
init() - Method in class org.apache.catalina.servlets.WebdavServlet.MemoryPropertyStore
 
init() - Method in interface org.apache.catalina.servlets.WebdavServlet.PropertyStore
Initialize the store.
init() - Method in class org.apache.catalina.ssi.SSIFilter
Initializes the filter by reading configuration parameters.
init() - Method in class org.apache.catalina.ssi.SSIServlet
Initialize the SSI servlet with configuration parameters.
init() - Method in class org.apache.catalina.startup.Bootstrap
Initialize daemon.
init() - Method in class org.apache.catalina.startup.ContextConfig
Process an "init" event for this Context.
init() - Method in class org.apache.catalina.startup.Tomcat
Initialize the server.
init() - Method in class org.apache.catalina.storeconfig.StoreFileMover
Generate the Filename to new with TimeStamp.
init() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
Initialize the mcast service.
init() - Method in class org.apache.catalina.util.LifecycleBase
 
init() - Method in class org.apache.coyote.AbstractProtocol
Initializes the protocol handler.
init() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
 
init() - Method in interface org.apache.coyote.ProtocolHandler
Initialise the protocol.
init() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Initialize the endpoint.
init() - Method in class org.apache.tomcat.websocket.server.WsFilter
 
init(FilterConfig) - Method in class org.apache.catalina.filters.AddDefaultCharsetFilter
 
init(FilterConfig) - Method in class org.apache.catalina.filters.CsrfPreventionFilter
 
init(FilterConfig) - Method in class org.apache.catalina.filters.CsrfPreventionFilterBase
 
init(FilterConfig) - Method in class org.apache.catalina.filters.ExpiresFilter
 
init(FilterConfig) - Method in class org.apache.catalina.filters.FilterBase
Iterates over the configuration parameters and either logs a warning, or throws an exception for any parameter that does not have a matching setter in this filter.
init(FilterConfig) - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
 
init(FilterConfig) - Method in class org.apache.catalina.filters.RateLimitFilter
Iterates over the configuration parameters and either logs a warning, or throws an exception for any parameter that does not have a matching setter in this filter.
init(FilterConfig) - Method in class org.apache.catalina.filters.RestCsrfPreventionFilter
 
init(WebConnection) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
init(WebConnection) - Method in class org.apache.tomcat.websocket.server.WsHttpUpgradeHandler
 
init(ServletConfig) - Method in class org.apache.catalina.servlets.CGIServlet
Sets instance variables.
init(ServletConfig) - Method in class org.apache.jasper.runtime.HttpJspBase
 
init(ServletConfig) - Method in class org.apache.jasper.runtime.TagHandlerPool
Initializes this pool with settings from the given servlet configuration.
init(ServletConfig) - Method in class org.apache.jasper.servlet.JspServlet
 
init(String) - Static method in class org.apache.tomcat.util.security.ConcurrentMessageDigest
Ensures that ConcurrentMessageDigest.digest(String, byte[][]) will support the specified algorithm.
init(String[]) - Method in class org.apache.catalina.startup.Bootstrap
Load the Catalina daemon.
init(String, int) - Method in class org.apache.catalina.ha.backend.CollectedInfo
Initializes the collected info by looking up the thread pool MBean for the given host and port.
init(Properties) - Method in class org.apache.catalina.tribes.membership.cloud.CloudMembershipProvider
 
init(Properties) - Method in class org.apache.catalina.tribes.membership.MembershipProviderBase
 
init(Properties) - Method in class org.apache.catalina.tribes.membership.StaticMembershipProvider
 
init(Properties) - Method in interface org.apache.catalina.tribes.MembershipProvider
Initialize the membership provider with the specified configuration.
init(KeyManager[], TrustManager[], SecureRandom) - Method in class org.apache.tomcat.util.net.openssl.OpenSSLContext
Setup the SSL_CTX.
init(KeyManager[], TrustManager[], SecureRandom) - Method in interface org.apache.tomcat.util.net.SSLContext
Initializes the SSL context with the given key managers, trust managers, and random number generator.
init(HeartbeatListener) - Method in class org.apache.catalina.ha.backend.MultiCastSender
 
init(HeartbeatListener) - Method in interface org.apache.catalina.ha.backend.Sender
Set the configuration parameters
init(HeartbeatListener) - Method in class org.apache.catalina.ha.backend.TcpSender
 
init(AbstractReplicatedMap.MapOwner, Channel, String, long, int, ClassLoader[], boolean) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Initializes the map by creating the RPC channel, registering itself as a channel listener This method is also responsible for initiating the state transfer
init(JspCompilationContext, JspServletWrapper) - Method in class org.apache.jasper.compiler.Compiler
Initializes the compiler with the given compilation context and servlet wrapper.
init(PoolConfiguration) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Initialize the connection pool - called from the constructor
init(ConfigurationSource) - Method in class org.apache.catalina.startup.Tomcat
Initialize the server given the specified configuration source.
init(ConfigurationSource, String[]) - Method in class org.apache.catalina.startup.Tomcat
Initialize the server given the specified configuration source.
init(FileUploadBase, RequestContext) - Method in class org.apache.tomcat.util.http.fileupload.impl.FileItemIteratorImpl
Initializes the multipart stream for processing the request.
init(SocketWrapperBase) - Method in class org.apache.coyote.http11.Http11OutputBuffer
Initialize the output buffer with the socket wrapper.
initBaseDir() - Method in class org.apache.catalina.startup.Tomcat
Initializes the base directory from system properties if not already set.
initClassLoader() - Method in class org.apache.jasper.JspC
Initializes the classloader as/if needed for the given compilation context.
INITIAL_ID - Static variable in class org.apache.catalina.tribes.membership.cloud.CloudMembershipService
Initial unique identifier for the local member.
INITIAL_STATE - Variable in class org.apache.catalina.connector.InputBuffer
Initial state before any read operation.
initialContext - Static variable in class org.apache.naming.java.javaURLContextFactory
Initial context.
initialContext - Variable in class org.apache.naming.SelectorContext
Request for an initial context.
initialiseSsl() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Initialise the SSL configuration.
initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.jasper.runtime.PageContextImpl
 
initialize(String) - Static method in class org.apache.tomcat.jni.Library
Setup any APR internal data structures.
initialize(String) - Static method in class org.apache.tomcat.jni.SSL
Initialize OpenSSL support.
initialize(Subject, CallbackHandler, Map, Map) - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
 
initializeConnection(Connection) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Initializes the given connection with the collection of SQL statements set in PoolableConnectionFactory.setConnectionInitSql(Collection).
initializeConnectionLatch() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Initialize the connection latch if it has not already been created.
initialized - Variable in class org.apache.catalina.core.NamingContextListener
Initialized flag.
INITIALIZED - Enum constant in enum class org.apache.catalina.LifecycleState
Component has been initialized.
initializePoolCleaner(PoolConfiguration) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Starts the pool cleaner (evicter) thread if pool sweeper is enabled.
initializerClassMap - Variable in class org.apache.catalina.startup.ContextConfig
Map of ServletContainerInitializer to classes they expressed interest in.
INITIALIZING - Enum constant in enum class org.apache.catalina.LifecycleState
Component is being initialized.
initInternal() - Method in class org.apache.catalina.authenticator.SpnegoAuthenticator
 
initInternal() - Method in class org.apache.catalina.connector.Connector
 
initInternal() - Method in class org.apache.catalina.core.StandardContext
 
initInternal() - Method in class org.apache.catalina.core.StandardEngine
 
initInternal() - Method in class org.apache.catalina.core.StandardPipeline
 
initInternal() - Method in class org.apache.catalina.core.StandardServer
Subclasses implement this method to perform any instance initialisation required.
initInternal() - Method in class org.apache.catalina.core.StandardService
Invoke a pre-startup initialization.
initInternal() - Method in class org.apache.catalina.deploy.NamingResourcesImpl
 
initInternal() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Initializes the cluster component and registers the cluster deployer with JMX.
initInternal() - Method in class org.apache.catalina.realm.RealmBase
 
initInternal() - Method in class org.apache.catalina.session.ManagerBase
 
initInternal() - Method in class org.apache.catalina.session.StoreBase
 
initInternal() - Method in class org.apache.catalina.util.LifecycleBase
Subclasses implement this method to perform any instance initialisation required.
initInternal() - Method in class org.apache.catalina.util.LifecycleMBeanBase
 
initInternal() - Method in class org.apache.catalina.util.SessionIdGeneratorBase
 
initInternal() - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
 
initInternal() - Method in class org.apache.catalina.valves.ParameterLimitValve
 
initInternal() - Method in class org.apache.catalina.valves.RequestFilterValve
 
initInternal() - Method in class org.apache.catalina.valves.rewrite.RewriteValve
 
initInternal() - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
 
initInternal() - Method in class org.apache.catalina.valves.ValveBase
 
initInternal() - Method in class org.apache.catalina.webresources.AbstractFileResourceSet
 
initInternal() - Method in class org.apache.catalina.webresources.AbstractSingleArchiveResourceSet
 
initInternal() - Method in class org.apache.catalina.webresources.DirResourceSet
 
initInternal() - Method in class org.apache.catalina.webresources.EmptyResourceSet
 
initInternal() - Method in class org.apache.catalina.webresources.JarWarResourceSet
 
initInternal() - Method in class org.apache.catalina.webresources.StandardRoot
 
initNaming() - Method in class org.apache.catalina.startup.Catalina
Initialize naming support.
initServerSocket() - Method in class org.apache.tomcat.util.net.NioEndpoint
Initializes the server socket channel.
initServletContext(ClassLoader) - Method in class org.apache.jasper.JspC
Initializes the servlet context, TLD scanner, TLD cache, runtime context, JSP config, and tag plugin manager for compilation.
initStreams() - Method in class org.apache.catalina.startup.Catalina
Initialize output stream redirection.
initTldScanner(JspCServletContext, ClassLoader) - Method in class org.apache.jasper.JspC
Initializes the TLD scanner for the given servlet context and class loader.
initWebappDefaults(String) - Method in class org.apache.catalina.startup.Tomcat
Provide default configuration for a context.
initWebappDefaults(Context) - Static method in class org.apache.catalina.startup.Tomcat
initWebXml() - Method in class org.apache.jasper.JspC
Initializes the web.xml output writers based on the configured generation level.
Injectable - Interface in org.apache.tomcat.util.descriptor.web
Interface for objects that can be injected with dependencies.
InjectionTarget - Class in org.apache.tomcat.util.descriptor.web
Represents a target for dependency injection.
InjectionTarget() - Constructor for class org.apache.tomcat.util.descriptor.web.InjectionTarget
Creates a new injection target with no initial values.
InjectionTarget(String, String) - Constructor for class org.apache.tomcat.util.descriptor.web.InjectionTarget
Creates a new injection target with the specified class and name.
INLINE - Enum constant in enum class org.apache.tomcat.util.net.SocketWrapperBase.CompletionState
The operation completed inline.
InlineExecutorService - Class in org.apache.tomcat.util.threads
An executor service that runs tasks inline on the calling thread.
InlineExecutorService() - Constructor for class org.apache.tomcat.util.threads.InlineExecutorService
Creates a new inline executor service.
innerClassName - Variable in class org.apache.jasper.compiler.Node
The name of the inner class to which the codes for this node and its body are generated.
innerMap - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
The underlying concurrent map storing entries.
innermostDelegateEquals(Connection) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
Compares innermost delegate to the given connection.
input - Variable in class org.apache.catalina.servlets.DefaultServlet
The input buffer size to use when serving resources.
input - Variable in class org.apache.coyote.http11.filters.SavedRequestInputFilter
The original request body.
inputBuffer - Variable in class org.apache.catalina.connector.Request
The associated input buffer.
inputBuffer - Variable in class org.apache.tomcat.websocket.WsFrameBase
The input buffer for reading data.
InputBuffer - Class in org.apache.catalina.connector
The buffer used by Tomcat request.
InputBuffer - Interface in org.apache.coyote
This class is only for internal use in the protocol implementation.
InputBuffer(int, Request) - Constructor for class org.apache.catalina.connector.InputBuffer
Alternate constructor which allows specifying the initial buffer size.
InputBuffer(Request) - Constructor for class org.apache.catalina.connector.InputBuffer
Default constructor.
inputEncoding - Variable in class org.apache.catalina.ssi.SSIServlet
Input encoding.
inputEncoding - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
Character encoding for included file content.
InputFilter - Interface in org.apache.coyote.http11
Input filter interface.
InputSourceUtil - Class in org.apache.tomcat.util.descriptor
Utility methods for working with InputSource instances.
inputStream - Variable in class org.apache.catalina.connector.Request
ServletInputStream.
INSECURE_TRUST_MANAGERS - Static variable in class org.apache.catalina.tribes.membership.cloud.AbstractStreamProvider
Insecure trust managers that accept all certificates.
InsecureStreamProvider - Class in org.apache.catalina.tribes.membership.cloud
Stream provider that uses an insecure SSL context for testing purposes.
insertBefore - Static variable in class org.apache.jasper.JspC
Set of XML elements before which generated content should be inserted.
insertLicense(Writer) - Static method in class org.apache.tomcat.buildutil.Utils
Writes the Apache License header to the given writer.
insertRow() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
insertsAreDetected(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
inSet(Member, Member[]) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Checks if a member is in the given set.
install() - Method in class org.apache.catalina.core.StandardEngine.AccessLogListener
Installs this listener on the configured engine, host, and context.
install(String, File) - Method in interface org.apache.catalina.ha.ClusterDeployer
Install a new web application, whose web application archive is at the specified URL, into this container and all the other members of the cluster with the specified context name.
install(String, File) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Install a new web application, whose web application archive is at the specified URL, into this container and all the other members of the cluster with the specified context name.
INSTALLED_EXTENSIONS - Static variable in class org.apache.tomcat.websocket.Constants
List of installed WebSocket extensions.
installedHost - Variable in class org.apache.catalina.manager.host.HostManagerServlet
The associated host.
installSmap(Map) - Static method in class org.apache.jasper.compiler.SmapUtil
Installs SMAP data into the compiled class files by writing the SourceDebugExtension attribute.
instance - Variable in class org.apache.catalina.core.StandardWrapper
The (single) possibly uninitialized instance of this servlet.
instance - Static variable in class org.apache.catalina.tribes.io.BufferPool
Singleton instance of the buffer pool.
INSTANCE - Static variable in class org.apache.tomcat.dbcp.pool2.impl.NoOpCallStack
The singleton instance.
instanceInitialized - Variable in class org.apache.catalina.core.StandardWrapper
Flag that indicates if this instance has been initialized
InstanceKeyDataSource - Class in org.apache.tomcat.dbcp.dbcp2.datasources
InstanceKeyDataSource() - Constructor for class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Default no-arg constructor for Serialization.
instanceManager - Variable in class org.apache.jasper.runtime.TagHandlerPool
The instance manager used for tag handler creation.
instanceManager() - Method in record class org.apache.coyote.UpgradeToken
Returns the value of the instanceManager record component.
InstanceManager - Interface in org.apache.tomcat
Interface for creating and managing instances of objects.
InstanceManagerBindings - Class in org.apache.tomcat
Utility class for binding InstanceManager instances to class loaders.
InstanceManagerFactory - Class in org.apache.jasper.runtime
Factory for obtaining InstanceManager instances from a JSP ServletConfig.
InstrumentableClassLoader - Interface in org.apache.tomcat
Specifies a class loader capable of being decorated with ClassFileTransformers.
InterceptorDefinition(Class) - Constructor for class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinition
Constructs an InterceptorDefinition with the given class.
InterceptorDefinition(String) - Constructor for class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinition
Constructs an InterceptorDefinition with the given class name.
InterceptorIterator(ChannelInterceptor, ChannelInterceptor) - Constructor for class org.apache.catalina.tribes.group.GroupChannel.InterceptorIterator
Creates an InterceptorIterator.
InterceptorPayload - Class in org.apache.catalina.tribes.group
Payload object used to pass an ErrorHandler to interceptors.
InterceptorPayload() - Constructor for class org.apache.catalina.tribes.group.InterceptorPayload
Constructs a new InterceptorPayload.
InterceptorProperty(String, String) - Constructor for class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
Constructs an InterceptorProperty with the given name and value.
interceptors - Variable in class org.apache.catalina.tribes.group.GroupChannel
The first interceptor in the interceptor stack.
InterceptorSF - Class in org.apache.catalina.storeconfig
Generate Interceptor Element
InterceptorSF() - Constructor for class org.apache.catalina.storeconfig.InterceptorSF
Constructs a new InterceptorSF.
interestOps() - Method in class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper
Returns the current interest operations.
interestOps(int) - Method in class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper
Sets the interest operations.
interestOpsHas(int) - Method in class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper
Checks if a specific interest operation is set.
interfaceNames - Variable in class org.apache.catalina.startup.ContextConfig.JavaClassCacheEntry
The names of the implemented interfaces.
Interfaces for the Application Developer - Section in package org.apache.catalina.tribes
 
Interfaces for the Tribes Component Developer - Section in package org.apache.catalina.tribes
 
INTERNAL_EXECUTOR_NAME - Static variable in class org.apache.catalina.connector.Connector
Name used for the internal executor when no external executor is configured.
INTERNAL_PROXIES_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
Parameter name for the internal proxies configuration.
internalDispatcherType - Variable in class org.apache.catalina.connector.Request
The current dispatcher type.
internalExecutor - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Are we using an internal executor
internalExecutorAttributes - Static variable in class org.apache.catalina.storeconfig.ConnectorStoreAppender
Set of attribute names that belong to the internal executor.
InternalHttpUpgradeHandler - Interface in org.apache.coyote.http11.upgrade
This Tomcat specific interface is implemented by handlers that require direct access to Tomcat's I/O layer rather than going through the Servlet API.
InternalRewriteMap - Class in org.apache.catalina.valves.rewrite
Utility class providing built-in rewrite map implementations.
InternalRewriteMap.Escape - Class in org.apache.catalina.valves.rewrite
RewriteMap that URL-encodes strings.
InternalRewriteMap.LowerCase - Class in org.apache.catalina.valves.rewrite
RewriteMap that converts strings to lower case.
InternalRewriteMap.Unescape - Class in org.apache.catalina.valves.rewrite
RewriteMap that URL-decodes strings.
InternalRewriteMap.UpperCase - Class in org.apache.catalina.valves.rewrite
RewriteMap that converts strings to upper case.
internalStart(int) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
Starts up the channel.
internalStop(int) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
Shuts down the channel.
interpreterCall(boolean, String, Class, String) - Static method in class org.apache.jasper.compiler.JspUtil
Produces a String representing a call to the EL interpreter.
interpreterCall(JspCompilationContext, boolean, String, Class, String) - Method in interface org.apache.jasper.compiler.ELInterpreter
Returns the string representing the code that will be inserted into the servlet generated for JSP.
interpreterCall(JspCompilationContext, boolean, String, Class, String) - Method in class org.apache.jasper.compiler.ELInterpreterFactory.DefaultELInterpreter
 
interpreterCall(JspCompilationContext, boolean, String, Class, String) - Method in class org.apache.jasper.optimizations.ELInterpreterTagSetters
 
interruptible - Variable in class org.apache.catalina.valves.SemaphoreValve
Block interruptibly until a permit is available.
interval - Variable in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
Ping interval in milliseconds.
Introduction - Section in package org.apache.tomcat.util.digester
 
introspect(Object, ServletRequest) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Sets bean properties from request parameters.
introspecthelper(Object, String, String, ServletRequest, String, boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Sets a single bean property from a string value.
Introspection - Class in org.apache.catalina.util
Provides introspection utilities that either require knowledge of Tomcat internals or are solely used by Tomcat internals.
IntrospectionUtils - Class in org.apache.tomcat.util
Utils for introspection and reflection
IntrospectionUtils.PropertySource - Interface in org.apache.tomcat.util
Interface for a source of named properties used during introspection.
intsToCommaDelimitedString(int[]) - Static method in class org.apache.catalina.filters.ExpiresFilter
Convert an array of ints into a comma-delimited string
INVALID - Enum constant in enum class org.apache.tomcat.dbcp.pool2.PooledObjectState
Failed maintenance (e.g. eviction test or validation) and will be / has been destroyed
INVALID_CORS - Enum constant in enum class org.apache.catalina.filters.CorsFilter.CORSRequestType
An invalid CORS request, i.e. it qualifies to be a CORS request, but fails to be a valid one.
invalidate() - Method in class org.apache.catalina.session.StandardSession
 
invalidate() - Method in class org.apache.catalina.session.StandardSessionFacade
 
invalidate() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
Sets the state to INVALID.
invalidate() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
Sets the state to INVALID.
invalidateConnection(Connection) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Manually invalidates a connection, effectively requesting the pool to try to close it, remove it from the pool and reclaim pool capacity.
invalidateConnection(Connection) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDriver
Invalidates the given connection.
invalidateObject(K, T) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
Invalidates an object from the pool.
invalidateObject(K, T, DestroyMode) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
Invalidates an object from the pool, using the provided DestroyMode.
invalidateObject(K, V) - Method in interface org.apache.tomcat.dbcp.pool2.KeyedObjectPool
Invalidates an object from the pool.
invalidateObject(K, V, DestroyMode) - Method in interface org.apache.tomcat.dbcp.pool2.KeyedObjectPool
Invalidates an object from the pool, using the provided DestroyMode.
invalidateObject(T) - Method in class org.apache.tomcat.dbcp.pool2.BaseObjectPool
 
invalidateObject(T) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
Invalidates an object from the pool.
invalidateObject(T) - Method in class org.apache.tomcat.dbcp.pool2.impl.SoftReferenceObjectPool
 
invalidateObject(T) - Method in interface org.apache.tomcat.dbcp.pool2.ObjectPool
Invalidates an object from the pool.
invalidateObject(T, DestroyMode) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
Invalidates an object from the pool, using the provided DestroyMode
invalidateObject(T, DestroyMode) - Method in interface org.apache.tomcat.dbcp.pool2.ObjectPool
Invalidates an object from the pool, using the provided DestroyMode
invalidateSession() - Method in class org.apache.tomcat.util.net.jsse.JSSESupport
Invalidate the session this support object is associated with.
invalidateSession() - Method in interface org.apache.tomcat.util.net.SSLSessionManager
Invalidate the SSL session
invalidateSessions(ContextName, String[], StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Invalidate specified sessions.
InvalidContentTypeException - Exception Class in org.apache.tomcat.util.http.fileupload.impl
Thrown to indicate that the request is not a multipart request.
InvalidContentTypeException() - Constructor for exception class org.apache.tomcat.util.http.fileupload.impl.InvalidContentTypeException
Constructs a InvalidContentTypeException with no detail message.
InvalidContentTypeException(String) - Constructor for exception class org.apache.tomcat.util.http.fileupload.impl.InvalidContentTypeException
Constructs an InvalidContentTypeException with the specified detail message.
InvalidContentTypeException(String, Throwable) - Constructor for exception class org.apache.tomcat.util.http.fileupload.impl.InvalidContentTypeException
Constructs an InvalidContentTypeException with the specified detail message and cause.
invalidDescriptors - Variable in class org.apache.catalina.startup.HostConfig
The list of descriptors in the appBase to be ignored because they are invalid (e.g. contain /../ sequences).
invalidDirectories - Variable in class org.apache.catalina.startup.HostConfig
The list of directories in the appBase to be ignored because they are invalid (e.g. contain /../ sequences).
InvalidFileNameException - Exception Class in org.apache.tomcat.util.http.fileupload
This exception is thrown in case of an invalid file name.
InvalidFileNameException(String, String) - Constructor for exception class org.apache.tomcat.util.http.fileupload.InvalidFileNameException
Creates a new instance.
InvalidParameterException - Exception Class in org.apache.tomcat.util.http
Extend IllegalStateException to identify the cause as an invalid parameter.
InvalidParameterException(String) - Constructor for exception class org.apache.tomcat.util.http.InvalidParameterException
Construct a new exception with the given message.
InvalidParameterException(String, int) - Constructor for exception class org.apache.tomcat.util.http.InvalidParameterException
Construct a new exception with the given message and error code.
InvalidParameterException(String, Throwable) - Constructor for exception class org.apache.tomcat.util.http.InvalidParameterException
Construct a new exception with the given message and cause.
InvalidParameterException(Throwable) - Constructor for exception class org.apache.tomcat.util.http.InvalidParameterException
Construct a new exception with the given cause.
InvalidParameterException(Throwable, int) - Constructor for exception class org.apache.tomcat.util.http.InvalidParameterException
Construct a new exception with the given cause and error code.
invalidWars - Variable in class org.apache.catalina.startup.HostConfig
The list of Wars in the appBase to be ignored because they are invalid (e.g. contain /../ sequences).
invoke(ELContext, Object[]) - Method in class org.apache.el.MethodExpressionImpl
Evaluates the expression relative to the provided context, invokes the method that was found using the supplied parameters, and returns the result of the method invocation.
invoke(ELContext, Object[]) - Method in class org.apache.el.MethodExpressionLiteral
 
invoke(ELContext, Object[]) - Method in class org.apache.jasper.el.JspMethodExpression
 
invoke(ELContext, Object, Object, Class[], Object[]) - Method in class org.apache.el.stream.StreamELResolverImpl
 
invoke(ELContext, Object, Object, Class[], Object[]) - Method in class org.apache.jasper.el.JasperELResolver
 
invoke(Object, Method, Object[]) - Method in class org.apache.naming.factory.DataSourceLinkFactory.DataSourceHandler
 
invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.DisposableConnectionFacade
 
invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
 
invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport.StatementProxy
 
invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.interceptor.ConnectionState
 
invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.interceptor.ResetAbandonedTimer
 
invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.ResultSetProxy
 
invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
 
invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
Gets invoked each time an operation on Connection is invoked.
invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.ProxyConnection
 
invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.StatementFacade.ResultSetProxy
 
invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.StatementFacade.StatementProxy
 
invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.TrapException
 
invoke(String, Object[], String[]) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
invoke(List, String, boolean) - Method in class org.apache.tomcat.util.modeler.NoDescriptorRegistry
 
invoke(List, String, boolean) - Method in class org.apache.tomcat.util.modeler.Registry
Invoke an operation on a list of mbeans.
invoke(List, String, boolean) - Method in interface org.apache.tomcat.util.modeler.RegistryMBean
Invoke an operation on a set of mbeans.
invoke(Request, Response) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Enforce the security restrictions in the web application deployment descriptor of our associated Context.
invoke(Request, Response) - Method in class org.apache.catalina.authenticator.SingleSignOn
Perform single-sign-on support processing for this request.
invoke(Request, Response) - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
Detect possible the JVMRoute change at cluster backup node.
invoke(Request, Response) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
 
invoke(Request, Response) - Method in interface org.apache.catalina.Valve
Perform request processing as required by this Valve.
invoke(Request, Response) - Method in class org.apache.catalina.valves.AbstractAccessLogValve
 
invoke(Request, Response) - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
 
invoke(Request, Response) - Method in class org.apache.catalina.valves.ErrorReportValve
Invoke the next Valve in the sequence.
invoke(Request, Response) - Method in class org.apache.catalina.valves.FilterValve
 
invoke(Request, Response) - Method in class org.apache.catalina.valves.HealthCheckValve
 
invoke(Request, Response) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
 
invoke(Request, Response) - Method in class org.apache.catalina.valves.LoadBalancerDrainingValve
 
invoke(Request, Response) - Method in class org.apache.catalina.valves.ParameterLimitValve
Checks if any of the defined patterns matches the URI of the request and if it does, enforces the corresponding parameter limit for the request.
invoke(Request, Response) - Method in class org.apache.catalina.valves.PersistentValve
 
invoke(Request, Response) - Method in class org.apache.catalina.valves.RemoteAddrValve
Deprecated.
 
invoke(Request, Response) - Method in class org.apache.catalina.valves.RemoteCIDRValve
 
invoke(Request, Response) - Method in class org.apache.catalina.valves.RemoteHostValve
 
invoke(Request, Response) - Method in class org.apache.catalina.valves.RemoteIpValve
 
invoke(Request, Response) - Method in class org.apache.catalina.valves.RequestFilterValve
Extract the desired request property, and pass it (along with the specified request and response objects) to the protected process() method to perform the actual filtering.
invoke(Request, Response) - Method in class org.apache.catalina.valves.rewrite.RewriteValve
 
invoke(Request, Response) - Method in class org.apache.catalina.valves.SemaphoreValve
Do concurrency control on the request using the semaphore.
invoke(Request, Response) - Method in class org.apache.catalina.valves.SSLValve
 
invoke(Request, Response) - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
 
INVOKE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
Internal name for the invoke action.
invokeAll(Collection) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
invokeAll(Collection) - Method in class org.apache.catalina.core.StandardVirtualThreadExecutor
 
invokeAll(Collection) - Method in class org.apache.tomcat.util.threads.ScheduledThreadPoolExecutor
 
invokeAll(Collection, long, TimeUnit) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
invokeAll(Collection, long, TimeUnit) - Method in class org.apache.catalina.core.StandardVirtualThreadExecutor
 
invokeAll(Collection, long, TimeUnit) - Method in class org.apache.tomcat.util.threads.ScheduledThreadPoolExecutor
 
invokeAny(Collection) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
invokeAny(Collection) - Method in class org.apache.catalina.core.StandardVirtualThreadExecutor
 
invokeAny(Collection) - Method in class org.apache.tomcat.util.threads.ScheduledThreadPoolExecutor
 
invokeAny(Collection, long, TimeUnit) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
invokeAny(Collection, long, TimeUnit) - Method in class org.apache.catalina.core.StandardVirtualThreadExecutor
 
invokeAny(Collection, long, TimeUnit) - Method in class org.apache.tomcat.util.threads.ScheduledThreadPoolExecutor
 
invoked - Variable in class org.apache.catalina.valves.rewrite.RewriteValve
If rewriting occurs, the whole request will be processed again.
IO_TIMEOUT_MS_DEFAULT - Static variable in class org.apache.tomcat.websocket.Constants
Default I/O timeout in milliseconds for WebSocket client connections.
IO_TIMEOUT_MS_PROPERTY - Static variable in class org.apache.tomcat.websocket.Constants
Property name to set to configure the timeout (in milliseconds) when establishing a WebSocket connection to server.
IOFileUploadException - Exception Class in org.apache.tomcat.util.http.fileupload.impl
Thrown to indicate an IOException.
IOFileUploadException(String, IOException) - Constructor for exception class org.apache.tomcat.util.http.fileupload.impl.IOFileUploadException
Creates a new instance with the given cause.
IOTools - Class in org.apache.catalina.util
Contains commonly needed I/O-related methods.
IOUtils - Class in org.apache.tomcat.util.http.fileupload
General IO stream manipulation utilities.
ip - Variable in class org.apache.catalina.ha.backend.HeartbeatListener
Multicast IP address.
IPv6Utils - Class in org.apache.tomcat.util.net
IPv6 utilities.
is - Variable in class org.apache.tomcat.util.modeler.AttributeInfo
Whether this is a boolean attribute with an "is" getter.
IS_ERROR - Enum constant in enum class org.apache.coyote.ActionCode
Has the processor been placed into the error state?
IS_IBM_JVM - Static variable in class org.apache.tomcat.util.compat.JreVendor
true if the current JVM is an IBM JVM.
IS_IO_ALLOWED - Enum constant in enum class org.apache.coyote.ActionCode
The processor may have been placed into an error state and some error states do not permit any further I/O.
IS_MAC_OS - Static variable in class org.apache.tomcat.util.compat.JrePlatform
true if the current platform is macOS.
IS_MANDATORY - Static variable in class org.apache.catalina.authenticator.jaspic.MessageInfoImpl
Key for the mandatory flag.
IS_ORACLE_JVM - Static variable in class org.apache.tomcat.util.compat.JreVendor
true if the current JVM is an Oracle or Sun JVM.
IS_TRAILER_FIELDS_READY - Enum constant in enum class org.apache.coyote.ActionCode
Are the request trailer fields ready to be read?
IS_TRAILER_FIELDS_SUPPORTED - Enum constant in enum class org.apache.coyote.ActionCode
Are HTTP trailer fields supported for the current response?
IS_WINDOWS - Static variable in class org.apache.tomcat.util.compat.JrePlatform
true if the current platform is Windows.
isAbandonedConfig() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Tests whether or not abandoned object removal is configured for this pool.
isAbandonedConfig() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
isAbandonedConfig() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
isAbsolutePath(int) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
Checks if the given character is valid for an absolute path as per RFC 3986.
isAbsolutePathRelaxed(int) - Method in class org.apache.tomcat.util.http.parser.HttpParser
Checks if the given character is valid for a relaxed absolute path.
isAbsoluteURI(String) - Static method in class org.apache.tomcat.util.buf.UriUtil
Does the provided path start with file:/ or <protocol>://.
isAbsoluteUrl(String) - Static method in class org.apache.jasper.tagplugins.jstl.Util
Returns true if our current URL is absolute, false otherwise. taken from org.apache.taglibs.standard.tag.common.core.ImportSupport
isAccessed() - Method in class org.apache.catalina.tribes.io.ObjectReader
Checks if this reader is currently being accessed.
isAccessReplicate() - Method in class org.apache.catalina.ha.session.DeltaSession
 
isAccessReplicate() - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
If this returns true, to replicate that an object has been accessed
isAccessToUnderlyingConnectionAllowed() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Gets the value of the accessToUnderlyingConnectionAllowed property.
isAccessToUnderlyingConnectionAllowed() - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Returns the value of the accessToUnderlyingConnectionAllowed property.
isAccessToUnderlyingConnectionAllowed() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
isAccessToUnderlyingConnectionAllowed() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.ManagedConnection
If false, getDelegate() and getInnermostDelegate() will return null.
isAccessToUnderlyingConnectionAllowed() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDataSource
Returns the value of the accessToUnderlyingConnectionAllowed property.
isAccessToUnderlyingConnectionAllowed() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDriver
Returns the value of the accessToUnderlyingConnectionAllowed property.
isAccessToUnderlyingConnectionAllowed() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
isAccessToUnderlyingConnectionAllowed() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
isAccessToUnderlyingConnectionAllowed() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Property not used.
isAccessToUnderlyingConnectionAllowed() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
isActive() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
Checks if this entry is active.
isActive() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.TransactionContext
True if the transaction is active or marked for rollback only.
isAfterLast() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
isAlias() - Method in class org.apache.catalina.mapper.Mapper.MappedHost
Check if this is an alias.
isAllowed(String) - Method in class org.apache.catalina.valves.RemoteCIDRValve
 
isAllowed(String) - Method in class org.apache.catalina.valves.RequestFilterValve
Perform the test implemented by this Valve, matching against the specified request property value.
isAllowValid() - Method in class org.apache.catalina.valves.RequestFilterValve
Returns false if the last change to the allow pattern did not apply successfully.
isAllSpace() - Method in class org.apache.jasper.compiler.Node.TemplateText
Checks if this template text contains whitespace only.
isAlpha(int) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
Checks if the given character is an alphabetic character.
isAlternateUsernameAllowed() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
isAlternateUsernameAllowed() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
isAlternateUsernameAllowed() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns true if the call getConnection(username,password) is allowed.
isAlternateUsernameAllowed() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
isAlwaysSend() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
isAlwaysSend() - Method in interface org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptorMBean
Check if always send is enabled.
isAntiClickJackingEnabled() - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
Returns whether anti-click-jacking protection is enabled.
isAnyOriginAllowed() - Method in class org.apache.catalina.filters.CorsFilter
Determines if any origin is allowed to make CORS request.
isAppCommitted() - Method in class org.apache.catalina.connector.Response
Application commit flag accessor.
isAppContextProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
Get the app context protection flag.
isAprAvailable() - Static method in class org.apache.catalina.core.AprLifecycleListener
Checks APR availability, initializing if necessary.
isAprAvailable() - Static method in class org.apache.catalina.core.AprStatus
Deprecated.
 
isAprAvailable() - Static method in class org.apache.tomcat.jni.AprStatus
Returns whether APR is available.
isAprInitialized() - Static method in class org.apache.catalina.core.AprStatus
Deprecated.
 
isAprInitialized() - Static method in class org.apache.tomcat.jni.AprStatus
Returns whether APR has been initialized.
isAsciiSuperset(Charset) - Static method in class org.apache.tomcat.util.buf.CharsetUtil
Checks if the given charset is a superset of ASCII.
isAsync() - Method in class org.apache.catalina.connector.Request
Check if this request is in async mode.
isAsync() - Method in class org.apache.coyote.AbstractProcessor
 
isAsync() - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessorBase
 
isAsync() - Method in interface org.apache.coyote.Processor
Checks if the Processor is in async state.
isAsyncCompleting() - Method in class org.apache.catalina.connector.Request
Check if async is currently completing.
isAsyncDispatching() - Method in class org.apache.catalina.connector.Request
Check if async dispatch is in progress.
isAsyncStarted() - Method in class org.apache.catalina.connector.Request
 
isAsyncStarted() - Method in class org.apache.catalina.connector.RequestFacade
 
isAsyncSupported() - Method in class org.apache.catalina.connector.Request
 
isAsyncSupported() - Method in class org.apache.catalina.connector.RequestFacade
 
isAsyncSupported() - Method in class org.apache.catalina.core.StandardPipeline
 
isAsyncSupported() - Method in class org.apache.catalina.core.StandardWrapper
 
isAsyncSupported() - Method in interface org.apache.catalina.Pipeline
Returns true if all the valves in this pipeline support async, false otherwise
isAsyncSupported() - Method in interface org.apache.catalina.Valve
Returns whether this Valve supports Servlet 3+ async requests.
isAsyncSupported() - Method in class org.apache.catalina.valves.ValveBase
 
isAsyncSupported() - Method in interface org.apache.catalina.Wrapper
Does the associated Servlet support async processing?
isAttributebinding() - Method in class org.apache.catalina.ant.jmx.JMXAccessorQueryTask
Get the attribute binding flag.
isAttributeDistributable(String, Object) - Method in class org.apache.catalina.manager.DummyProxySession
 
isAttributeDistributable(String, Object) - Method in interface org.apache.catalina.Session
Does the session implementation support the distributing of the given attribute?
isAttributeDistributable(String, Object) - Method in class org.apache.catalina.session.StandardSession
Does the session implementation support the distributing of the given attribute?
isAttributes() - Method in class org.apache.catalina.storeconfig.StoreDescription
Indicates whether the attributes of this component should be stored.
isAttributeSpecified(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Checks whether the specified attribute is present in the current tag.
isAutoCommitOnReturn() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Tests whether to set auto-commit on PoolableConnectionFactory.passivateObject(PooledObject).
isAutoFlush() - Method in class org.apache.jasper.compiler.PageInfo
Checks if autoFlush is enabled.
isAvailable() - Method in class org.apache.catalina.core.AsyncContextImpl
 
isAvailable() - Static method in class org.apache.catalina.core.OpenSSLLifecycleListener
Checks if OpenSSL is available.
isAvailable() - Method in enum class org.apache.catalina.LifecycleState
May the public methods other than property getters/setters and lifecycle methods be called for a component in this state?
isAvailable() - Method in class org.apache.catalina.realm.CombinedRealm
 
isAvailable() - Method in class org.apache.catalina.realm.DataSourceRealm
 
isAvailable() - Method in interface org.apache.catalina.Realm
Return the availability of the realm for authentication.
isAvailable() - Method in class org.apache.catalina.realm.JAASRealm
 
isAvailable() - Method in class org.apache.catalina.realm.JNDIRealm
 
isAvailable() - Method in class org.apache.catalina.realm.UserDatabaseRealm
 
isAvailable() - Method in interface org.apache.catalina.UserDatabase
Is the database available.
isAvailable() - Method in class org.apache.catalina.users.DataSourceUserDatabase
 
isAvailable() - Method in interface org.apache.coyote.AsyncContextCallback
Reports if the web application associated with this async request is available.
isAvailable() - Static method in class org.apache.tomcat.util.net.openssl.OpenSSLStatus
Checks if OpenSSL is available.
isAvailable(Container) - Method in class org.apache.catalina.valves.HealthCheckValve
Recursively check if the given container and all its children are available.
isAwait() - Method in class org.apache.catalina.startup.Catalina
Return the await flag.
isBackup() - Method in class org.apache.catalina.storeconfig.StoreDescription
Indicates whether a backup of the configuration should be created.
isBackup() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
Checks if this entry is a backup.
isBeforeFirst() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
isBigDecimalOp(Object, Object) - Static method in class org.apache.el.lang.ELSupport
Checks if either operand is a BigDecimal.
isBigIntegerOp(Object, Object) - Static method in class org.apache.el.lang.ELSupport
Checks if either operand is a BigInteger.
isBlockContentTypeSniffingEnabled() - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
Returns whether content type sniffing protection is enabled.
isBlockExternal() - Method in class org.apache.jasper.JspC
Returns whether external entity blocking is enabled.
isBlocking() - Method in class org.apache.catalina.connector.OutputBuffer
Checks if this output buffer is in blocking mode.
isBlocking() - Method in class org.apache.coyote.http11.Http11OutputBuffer
Is standard Servlet blocking IO being used for output?
isBomPresent() - Method in class org.apache.jasper.compiler.Node.Root
Returns whether a BOM (Byte Order Mark) is present.
isBoringSSL() - Static method in class org.apache.tomcat.util.net.openssl.OpenSSLStatus
Checks if running with BoringSSL.
isBound() - Method in enum class org.apache.tomcat.util.net.AbstractEndpoint.BindState
Check if the endpoint is currently bound.
isBuffered() - Method in class org.apache.catalina.valves.AccessLogValve
Is the logging buffered.
isCacheCallable() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
isCacheCallable() - Method in interface org.apache.tomcat.jdbc.pool.interceptor.StatementCacheMBean
Checks if callable statements are being cached.
isCached(Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
Checks if a statement for the given method and arguments is currently cached.
isCachePrepared() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
isCachePrepared() - Method in interface org.apache.tomcat.jdbc.pool.interceptor.StatementCacheMBean
Checks if prepared statements are being cached.
isCaching() - Method in class org.apache.jasper.EmbeddedServletOptions
 
isCaching() - Method in class org.apache.jasper.JspC
 
isCaching() - Method in interface org.apache.jasper.Options
Returns whether caching is enabled for compiled JSP pages, used for precompilation scenarios.
isCachingAllowed() - Method in interface org.apache.catalina.WebResourceRoot
Checks if caching is permitted for this web application.
isCachingAllowed() - Method in class org.apache.catalina.webresources.StandardRoot
 
isCancelled() - Method in class org.apache.catalina.tribes.io.ObjectReader
Checks if this reader has been cancelled.
isCancelled() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool.ConnectionFuture
isCancelled() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ItemFuture
 
isCancelled() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ItemFuture
 
isCanonCachesDisabled() - Method in class org.apache.tomcat.util.compat.Jre21Compat
 
isCanonCachesDisabled() - Method in class org.apache.tomcat.util.compat.JreCompat
 
isCatalogAtStart() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
isCertificateVerificationDepthConfigured() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns whether the certificate verification depth has been configured.
isChain() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get whether this rule is chained.
isChangeLocalName() - Method in class org.apache.catalina.filters.RemoteIpFilter
Returns whether the local name is changed by this filter.
isChangeLocalName() - Method in class org.apache.catalina.valves.RemoteIpValve
Returns whether the local name should be changed.
isChangeLocalPort() - Method in class org.apache.catalina.filters.RemoteIpFilter
Returns whether the local port is changed by this filter.
isChangeLocalPort() - Method in class org.apache.catalina.valves.RemoteIpValve
Returns whether the local port should be changed.
isCheckExists() - Method in class org.apache.catalina.valves.AccessLogValve
Check for file existence before logging.
isChildren() - Method in class org.apache.catalina.storeconfig.StoreDescription
Indicates whether child components should be stored.
isClassLoaderBound() - Static method in class org.apache.naming.ContextBindings
Tests if the thread context class loader is bound to a context.
isClearStatementPoolOnReturn() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Returns true if the statement pool is cleared when the connection is returned to its pool.
isClearStatementPoolOnReturn() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
isClosed() - Method in class org.apache.catalina.connector.OutputBuffer
Is the response output closed ?
isClosed() - Method in class org.apache.catalina.connector.Response
Closed flag accessor.
isClosed() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
If true, this data source is closed and no more connections can be retrieved from this data source.
isClosed() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
isClosed() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
isClosed() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
isClosed() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
isClosed() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnection
isClosed() - Method in interface org.apache.tomcat.dbcp.dbcp2.PoolableConnectionMXBean
isClosed() - Method in class org.apache.tomcat.dbcp.pool2.BaseObjectPool
Has this pool instance been closed.
isClosed() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Tests whether this pool instance is closed.
isClosed() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
isClosed() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
isClosed() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Returns true if close has been called, and the connection pool is unusable
isClosed() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
 
isClosed() - Method in interface org.apache.tomcat.jdbc.pool.PooledConnectionMBean
Returns true if the connection has been closed.
isClosed() - Method in class org.apache.tomcat.jdbc.pool.ProxyConnection
Returns true if the underlying connection has been closed or discarded.
isClosed() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
Returns, whether the stream is closed.
isClosed() - Method in interface org.apache.tomcat.util.http.fileupload.util.Closeable
Returns, whether the object is already closed.
isClosed() - Method in class org.apache.tomcat.util.http.fileupload.util.LimitedInputStream
Returns, whether this stream is already closed.
isClosed() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Checks if the socket wrapper has been closed.
isClosed() - Method in class org.apache.tomcat.websocket.WsSession
Checks if the session is closed.
ISCLOSED_VAL - Static variable in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
isClosedInternal() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
Tests the raw internal closed state.
isClosedInternal() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
Tests whether this instance is closed.
isCloseOnCompletion() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
isCloseOnCompletion(Statement) - Static method in class org.apache.tomcat.dbcp.dbcp2.Jdbc41Bridge
Delegates to Statement.isCloseOnCompletion() without throwing an AbstractMethodError.
isClosing() - Method in class org.apache.tomcat.util.net.Nio2Channel
 
isClosing() - Method in class org.apache.tomcat.util.net.NioChannel
Indicates whether the channel is in the process of closing.
isClosing() - Method in class org.apache.tomcat.util.net.SecureNio2Channel
 
isClosing() - Method in class org.apache.tomcat.util.net.SecureNioChannel
 
isCommitted() - Method in class org.apache.catalina.connector.Response
 
isCommitted() - Method in class org.apache.catalina.connector.ResponseFacade
 
isCommitted() - Method in class org.apache.coyote.Response
Check if the response has been committed.
isCompatibleWith(Authentication) - Method in enum class org.apache.tomcat.util.net.SSLHostConfigCertificate.Type
Checks if this certificate type is compatible with the given authentication type.
isCompatibleWith(SignatureScheme) - Method in enum class org.apache.tomcat.util.net.SSLHostConfigCertificate.Type
Checks if this certificate type is compatible with the given signature scheme.
isCompileCheckInProgress() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Returns whether a compile check is currently in progress.
isComplete() - Method in class org.apache.catalina.tribes.group.RpcChannel.RpcCollector
Check if the collector has received enough responses.
isComplete() - Method in class org.apache.catalina.tribes.transport.nio.NioSender
Checks if the send operation is complete.
isConfigProblemFatal() - Method in class org.apache.catalina.filters.CsrfPreventionFilterBase
 
isConfigProblemFatal() - Method in class org.apache.catalina.filters.FilterBase
Determines if an exception when calling a setter or an unknown configuration attribute triggers the failure of this filter which in turn will prevent the web application from starting.
isConfigProblemFatal() - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
 
isConfigProblemFatal() - Method in class org.apache.catalina.filters.RateLimitFilter
Determines if an exception when calling a setter or an unknown configuration attribute triggers the failure of this filter which in turn will prevent the web application from starting.
isConfigProblemFatal() - Method in class org.apache.catalina.filters.RemoteCIDRFilter
 
isConfigProblemFatal() - Method in class org.apache.catalina.filters.RequestFilter
 
isConnected() - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
isConnected() - Method in interface org.apache.catalina.tribes.transport.DataSender
Returns whether the sender is connected.
isConnected() - Method in interface org.apache.catalina.tribes.transport.nio.PooledParallelSenderMBean
Returns whether the sender is currently connected.
isConnectionIoAllowed() - Method in enum class org.apache.coyote.ErrorState
Returns whether connection-level I/O operations are still allowed in this error state.
isConstantAttribute(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Checks whether the specified attribute has a translation-time constant value.
isContextAware() - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
Determine whether the client identifier includes the context name.
isContinuationRequired(Request) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Does this authenticator require that AuthenticatorBase.authenticate(Request, HttpServletResponse) is called to continue an authentication process that started in a previous request?
isContinuationRequired(Request) - Method in class org.apache.catalina.authenticator.FormAuthenticator
 
isControl(int) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
Checks if the given character is a control character.
isConvert() - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
Get the convert flag.
isCookie() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get whether the cookie flag is set.
isCookieHttpOnly() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get whether the cookie HTTP only flag is set.
isCookieSecure() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get whether the cookie secure flag is set.
isCoordinator() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Checks if this member is the current coordinator.
isCoordinator() - Method in class org.apache.catalina.tribes.group.interceptors.SimpleCoordinator
Returns whether this member is the current coordinator.
isCopy() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
Checks if this entry is a copy.
isCopyXML() - Method in class org.apache.catalina.core.StandardHost
Returns the copy XML config file flag for this component.
isCopyXML() - Method in class org.apache.catalina.startup.HostConfig
Get the copy XML config file flag for this component.
isCorrectClass(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSourceFactory
 
isCorrectClass(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.SharedPoolDataSourceFactory
 
isDaemon() - Method in class org.apache.catalina.core.StandardThreadExecutor
Return whether threads are daemon threads.
isDaemon() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns whether the worker threads are daemon threads.
isDebugEnabled() - Method in interface org.apache.juli.logging.Log
Is debug logging currently enabled?
isDeclaredException(Method, Class) - Method in class org.apache.tomcat.jdbc.pool.TrapException
Checks if the given exception class is declared in the throws clause of the specified method.
isDecorateRequest() - Method in class org.apache.catalina.filters.CorsFilter
Should CORS specific attributes be added to the request.
isDefault() - Method in class org.apache.catalina.storeconfig.StoreDescription
Indicates whether this description represents a default component.
isDefaultAutoCommit() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Gets the value of defaultAutoCommit, which defines the state of connections handed out from this pool.
isDefaultAutoCommit() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
isDefaultAutoCommit() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
isDefaultAutoCommit() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The default auto-commit state of connections created by this pool.
isDefaultAutoCommit() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
isDefaultLoader(Loader) - Method in class org.apache.catalina.storeconfig.LoaderSF
Is this an instance of the default Loader configuration, with all-default properties?
isDefaultManager(StandardManager) - Method in class org.apache.catalina.storeconfig.ManagerSF
Is this an instance of the default Manager configuration, with all-default properties?
isDefaultPageEncoding() - Method in class org.apache.jasper.compiler.Node.Root
Returns whether the page encoding is the default encoding.
isDefaultPluggabilityScan() - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
Returns whether default pluggability scanning is enabled.
isDefaultReadOnly() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Gets the value of defaultReadOnly, which defines the state of connections handed out from this pool.
isDefaultReadOnly() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
isDefaultReadOnly() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
isDefaultReadOnly() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
If non null, during connection creation the method Connection.setReadOnly(boolean) will be called with the set value.
isDefaultReadOnly() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
isDefaultTldScan() - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
Returns whether default TLD scanning is enabled.
isDeferedSyntaxAllowedAsLiteral() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
Returns whether deferred syntax is allowed as literal.
isDeferredInput() - Method in class org.apache.jasper.compiler.Node.JspAttribute
Returns whether this is a deferred value expression input.
isDeferredMethodInput() - Method in class org.apache.jasper.compiler.Node.JspAttribute
Returns whether this is a deferred method expression input.
isDeferredSyntaxAllowedAsLiteral() - Method in class org.apache.jasper.compiler.PageInfo
Checks if deferred syntax is allowed as literal.
isDenyValid() - Method in class org.apache.catalina.valves.RequestFilterValve
Returns false if the last change to the deny pattern did not apply successfully.
isDeployed(String) - Method in class org.apache.catalina.manager.ManagerServlet
Invoke the isDeployed method on the deployer.
isDeployed(String) - Method in class org.apache.catalina.startup.HostConfig
Has the specified application been deployed?
isDeployXML() - Method in class org.apache.catalina.core.StandardHost
Returns whether XML context descriptors should be deployed.
isDeployXML() - Method in class org.apache.catalina.startup.HostConfig
Get the deploy XML config file flag for this component.
isDiff() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
Checks if this is a diff message.
isDiffable() - Method in class org.apache.catalina.ha.session.DeltaSession
 
isDiffable() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
Checks if this entry is diffable.
isDiffable() - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
If this returns true, the map will extract the diff using getDiff() Otherwise it will serialize the entire object.
isDirectory() - Method in interface org.apache.catalina.WebResource
Checks if this resource is a directory.
isDirectory() - Method in class org.apache.catalina.webresources.AbstractArchiveResource
 
isDirectory() - Method in class org.apache.catalina.webresources.CachedResource
 
isDirectory() - Method in class org.apache.catalina.webresources.EmptyResource
 
isDirectory() - Method in class org.apache.catalina.webresources.FileResource
 
isDirectory() - Method in class org.apache.catalina.webresources.JarResourceRoot
 
isDirectory() - Method in class org.apache.catalina.webresources.VirtualResource
 
isDirty() - Method in class org.apache.catalina.ha.session.DeltaSession
 
isDirty() - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
Has the object changed since last replication and is not in a locked state
isDiscarded() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Returns the discarded flag.
isDiscarded() - Method in interface org.apache.tomcat.jdbc.pool.PooledConnectionMBean
Returns true if the connection has been discarded.
isDistributable() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns whether the web application is distributable.
isDone() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool.ConnectionFuture
isDone() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ItemFuture
 
isDone() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ItemFuture
 
isDoubleOp(Object, Object) - Static method in class org.apache.el.lang.ELSupport
Checks if either operand is a Double or Float.
isDriverManagerProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
Get the DriverManager protection flag.
isDuplicated() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns whether this web fragment has duplicate entries.
isDynamic() - Method in class org.apache.jasper.compiler.Node.JspAttribute
Returns whether the attribute is a "dynamic" attribute of a custom tag that implements DynamicAttributes interface.
isEcho() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Get the echo flag.
isEligibleToExpirationHeaderGeneration(HttpServletRequest, ExpiresFilter.XHttpServletResponse) - Method in class org.apache.catalina.filters.ExpiresFilter
protected for extension.
isELIgnored() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
Returns whether EL is ignored.
isELIgnored() - Method in class org.apache.jasper.compiler.PageInfo
Checks if EL is ignored.
isELInterpreterInput() - Method in class org.apache.jasper.compiler.Node.JspAttribute
Returns whether the value represents an expression that should be fed to the expression interpreter.
isEmpty() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Checks if this map is empty.
isEmpty() - Method in class org.apache.catalina.util.NetMaskSet
Tests if the set is empty.
isEmpty() - Method in class org.apache.catalina.util.ParameterMap
 
isEmpty() - Method in class org.apache.jasper.compiler.ELNode.Nodes
Returns whether this list contains no nodes.
isEmpty() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
 
isEmpty() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
 
isEmpty() - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
 
isEmpty() - Method in class org.apache.tomcat.util.net.WriteBuffer
Returns whether this write buffer is empty.
isEmpty(String) - Static method in class org.apache.catalina.filters.ExpiresFilter
Checks if the given string is null or empty.
isEmptyOnRoot() - Method in class org.apache.catalina.core.ContextNamingInfoListener
Gets whether paths and name for the root context will be empty.
isEnableAutoCommitOnReturn() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
isEnabled() - Method in class org.apache.catalina.core.StandardWrapper
 
isEnabled() - Method in interface org.apache.catalina.Wrapper
Is the associated Servlet enabled?
isEncodeable(String) - Method in class org.apache.catalina.connector.Response
Return true if the specified URL should be encoded with a session identifier.
isEncodingSpecifiedInProlog() - Method in class org.apache.jasper.compiler.Node.Root
Returns whether the encoding is specified in the prolog.
isEnded() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
Returns whether the tokenizer has reached the end of the pattern string.
isEnforce() - Method in class org.apache.catalina.filters.CsrfPreventionFilter
Gets the flag to enforce CSRF protection or just log failures as DEBUG messages.
isEnv() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get whether the env flag is set.
isError() - Method in class org.apache.catalina.connector.Response
Error flag accessor.
isError() - Method in enum class org.apache.coyote.ErrorState
Returns whether this error state represents an error condition.
isError() - Method in class org.apache.coyote.Response
Error flag accessor.
isErrorEnabled() - Method in interface org.apache.juli.logging.Log
Is error logging currently enabled?
isErrorOnELNotFound() - Method in class org.apache.jasper.compiler.PageInfo
Checks if error on EL not found is enabled.
isErrorOnUndeclaredNamespace() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
Returns whether to error on undeclared namespace.
isErrorOnUndeclaredNamespace() - Method in class org.apache.jasper.compiler.PageInfo
Checks if error on undeclared namespace is enabled.
isErrorPage() - Method in class org.apache.jasper.compiler.PageInfo
Checks if this page is an error page.
isErrorReportRequired() - Method in class org.apache.catalina.connector.Response
Check if error report is required.
isErrorReportRequired() - Method in class org.apache.coyote.Response
Check if error report is required.
isEscapeBackReferences() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get whether back references are escaped.
isExceptionPresent() - Method in class org.apache.coyote.Request
Check if an error exception is present.
isExceptionPresent() - Method in class org.apache.coyote.Response
Check if an exception has occurred during response writing.
isExecute(Method, boolean) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
Returns true if the method that is being invoked matches one of the execute types.
isExecuteQuery(Method) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
Checks if the given method is executeQuery.
isExecuteQuery(String) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
Checks if the given method name is executeQuery.
isExpired(long) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.MessageOrder
Checks if this message has expired.
isExpireSessionsOnShutdown() - Method in class org.apache.catalina.ha.session.DeltaManager
Check if sessions should be expired on shutdown.
isExport() - Method in enum class org.apache.tomcat.util.net.openssl.ciphers.Cipher
Returns whether this is an export cipher.
isExpression() - Method in class org.apache.jasper.compiler.Node.JspAttribute
Returns whether the value represents a traditional rtexprvalue.
isExternalAllowed() - Method in class org.apache.catalina.storeconfig.StoreDescription
Indicates whether external (separate file) storage is allowed for this description.
isExternalOnly() - Method in class org.apache.catalina.storeconfig.StoreDescription
Indicates whether this description is restricted to external storage only.
isFailCtxIfServletStartFails() - Method in class org.apache.catalina.core.StandardHost
Returns whether a webapp start should fail if a Servlet startup fails.
isFailing() - Method in interface org.apache.catalina.tribes.Member
Check if the member has been confirmed to malfunction.
isFailing() - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
isFailing() - Method in class org.apache.catalina.tribes.transport.SenderState
Returns true if the sender has failed.
isFailOnError() - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Returns the value of the failOnError property.
isFairQueue() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
isFairQueue() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
isFairQueue() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns true if a fair queue is being used by the connection pool
isFairQueue() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
isFakeAttribute(Object, String) - Method in class org.apache.tomcat.util.digester.Digester
Determine if an attribute is a fake attribute.
isFastFailValidation() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnection
Tests whether to fail-fast.
isFastFailValidation() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
True means that validation will fail immediately for connections that have previously thrown SQLExceptions with SQL State indicating fatal disconnection errors.
isFatalEnabled() - Method in interface org.apache.juli.logging.Log
Is fatal logging currently enabled?
isFieldContent(int) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
Checks if the given character is valid field-content as per RFC 7230.
isFieldVChar(int) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
Checks if the given character is a valid field-vchar as per RFC 7230.
isFile() - Method in interface org.apache.catalina.WebResource
Checks if this resource is a file.
isFile() - Method in class org.apache.catalina.webresources.AbstractArchiveResource
 
isFile() - Method in class org.apache.catalina.webresources.CachedResource
 
isFile() - Method in class org.apache.catalina.webresources.EmptyResource
 
isFile() - Method in class org.apache.catalina.webresources.FileResource
 
isFile() - Method in class org.apache.catalina.webresources.JarResourceRoot
 
isFin() - Method in class org.apache.tomcat.websocket.MessagePart
Check if this is the final part.
isFinished() - Method in class org.apache.catalina.connector.CoyoteInputStream
 
isFinished() - Method in class org.apache.catalina.connector.InputBuffer
Checks if all data has been read from the input buffer.
isFinished() - Method in class org.apache.catalina.connector.Request
Check if the request body has been fully read.
isFinished() - Method in class org.apache.catalina.connector.ResponseFacade
Check if the response is finished.
isFinished() - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
 
isFinished() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
 
isFinished() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
 
isFinished() - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
 
isFinished() - Method in class org.apache.coyote.http11.filters.VoidInputFilter
 
isFinished() - Method in interface org.apache.coyote.http11.InputFilter
Has the request body been read fully?
isFinished() - Method in class org.apache.coyote.http11.upgrade.UpgradeServletInputStream
 
isFinished() - Method in class org.apache.coyote.Request
Check if the request body has been fully read.
isFipsCompatible() - Method in enum class org.apache.tomcat.util.net.openssl.ciphers.Cipher
Returns whether this cipher is FIPS compatible.
isFIPSModeActive() - Method in class org.apache.catalina.core.AprLifecycleListener
Returns whether FIPS mode is currently active.
isFIPSModeActive() - Method in class org.apache.catalina.core.OpenSSLLifecycleListener
Checks if FIPS mode is active.
isFirst() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
isFlipped() - Method in class org.apache.tomcat.util.buf.ByteBufferHolder
Returns whether the buffer has been flipped.
isForbidden() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get whether the forbidden flag is set.
isFormField() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Tests whether or not a FileItem instance represents a simple form field.
isFormField() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Determines whether or not a FileItem instance represents a simple form field.
isFormField() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemStream
Determines whether or not a FileItem instance represents a simple form field.
isFormField() - Method in class org.apache.tomcat.util.http.fileupload.impl.FileItemStreamImpl
Returns, whether this is a form field.
isFromDescriptor() - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
Determine if this constraint was defined in a deployment descriptor.
isGeneratedCodeLoaderSet() - Static method in class org.apache.tomcat.util.digester.Digester
Check if a generated code loader has been set.
isGeneratedInBuffer() - Method in class org.apache.jasper.compiler.Node.Nodes
Returns whether the generated content is buffered.
isGone() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get whether the gone flag is set.
isGraalAvailable() - Static method in class org.apache.tomcat.util.compat.JreCompat
Check if Graal is available.
isGroupStoreDefined() - Method in class org.apache.catalina.users.DataSourceUserDatabase
Only use groups if the tables are fully defined.
isHandshakeComplete() - Method in class org.apache.tomcat.util.net.Nio2Channel
 
isHandshakeComplete() - Method in class org.apache.tomcat.util.net.NioChannel
Indicates whether the SSL handshake is complete.
isHandshakeComplete() - Method in class org.apache.tomcat.util.net.SecureNio2Channel
 
isHandshakeComplete() - Method in class org.apache.tomcat.util.net.SecureNioChannel
 
isHeaderDisallowedInTrailers(String) - Static method in class org.apache.tomcat.util.http.HeaderUtil
Check if the specified header name is disallowed in HTTP trailers.
isHeartbeatBackgroundEnabled() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Returns whether the heartbeat background thread is enabled.
isHex(int) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
Checks if the given character is a valid hexadecimal digit.
isHighest() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Checks if this member has the highest priority in the membership.
isHost() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get whether the host flag is set.
isHostAware() - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
Determine whether the client identifier includes the host name.
isHstsEnabled() - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
Returns whether HSTS is enabled.
isHstsIncludeSubDomains() - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
Returns whether subdomains are included in the HSTS header.
isHstsPreload() - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
Returns whether the preload directive is included in the HSTS header.
isHttpOnly() - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
 
isHttpProtocol(int) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
Checks if the given character is valid for an HTTP protocol version string.
isIdentifier(String) - Static method in class org.apache.el.util.Validation
Test whether a string is a Java identifier.
isIgnore() - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
Returns whether client-specified character encodings are ignored.
isIgnoreExceptionOnPreLoad() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
isIgnoreExceptionOnPreLoad() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
isIgnoreExceptionOnPreLoad() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns whether exceptions during connection creation at pool initialization should be ignored.
isIgnoreExceptionOnPreLoad() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
isIgnoreResponseConstraint() - Method in class org.apache.catalina.ant.AbstractCatalinaTask
Returns whether the constraint on the first line of the response message is ignored.
isInboundDone() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLEngine
 
isInfoEnabled() - Method in interface org.apache.juli.logging.Log
Is info logging currently enabled?
isInGroup(Group) - Method in interface org.apache.catalina.User
Is this user in the specified Group?
isInGroup(Group) - Method in class org.apache.catalina.users.GenericUser
 
isInInit(long) - Static method in class org.apache.tomcat.jni.SSL
SSL_in_init.
isInitialized() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
 
isInitialized() - Method in interface org.apache.tomcat.jdbc.pool.PooledConnectionMBean
Returns true if the connection has been initialized.
isInitialized() - Static method in class org.apache.tomcat.util.net.openssl.OpenSSLStatus
Checks if OpenSSL has been initialized.
isInline() - Static method in class org.apache.tomcat.util.net.Nio2Endpoint
 
isInline() - Method in class org.apache.tomcat.util.net.SocketWrapperBase.OperationState
Determines whether the operation is still executing on the original caller thread.
isInMemory() - Method in class org.apache.tomcat.util.http.fileupload.DeferredFileOutputStream
Determines whether or not the data for this output stream has been retained in memory.
isInMemory() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Provides a hint as to whether or not the file contents will be read from memory.
isInMemory() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Provides a hint as to whether or not the file contents will be read from memory.
isInRole(Role) - Method in interface org.apache.catalina.Group
Is this group specifically assigned the specified Role?
isInRole(Role) - Method in interface org.apache.catalina.User
Is this user specifically assigned the specified Role?
isInRole(Role) - Method in class org.apache.catalina.users.GenericGroup
 
isInRole(Role) - Method in class org.apache.catalina.users.GenericUser
 
isInstance(Class, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Checks to see if the specified class is an instance of or assignable from the specified type.
isInstanceCreated() - Static method in class org.apache.catalina.core.AprLifecycleListener
Returns whether an APR instance has been created.
isInstanceCreated() - Static method in class org.apache.catalina.core.AprStatus
Deprecated.
 
isInstanceCreated() - Static method in class org.apache.tomcat.jni.AprStatus
Returns whether an APR instance has been created.
isInstanceCreated() - Static method in class org.apache.tomcat.util.net.openssl.OpenSSLStatus
Checks if an OpenSSL instance has been created.
isIoAllowed() - Method in enum class org.apache.coyote.ErrorState
Returns whether I/O operations are still allowed in this error state.
isIs() - Method in class org.apache.tomcat.util.modeler.AttributeInfo
Is this a boolean attribute with an "is" getter?
isJavaKeyword(String) - Static method in class org.apache.jasper.compiler.JspUtil
Test whether the argument is a Java keyword.
isJmxEnabled() - Method in class org.apache.catalina.tribes.group.GroupChannel
 
isJmxEnabled() - Method in interface org.apache.catalina.tribes.JmxChannel
If set to true, this channel is registered with jmx.
isJmxEnabled() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
isJmxEnabled() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
isJmxEnabled() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
If set to true, the connection pool creates a ConnectionPoolMBean object that can be registered with JMX to receive notifications and state about the pool.
isJmxEnabled() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
isJre19Available() - Static method in class org.apache.tomcat.util.compat.JreCompat
 
isJre20Available() - Static method in class org.apache.tomcat.util.compat.JreCompat
 
isJre21Available() - Static method in class org.apache.tomcat.util.compat.JreCompat
 
isJre22Available() - Static method in class org.apache.tomcat.util.compat.JreCompat
Check if JRE 22 is available.
isJspPage(String) - Method in class org.apache.jasper.compiler.JspConfig
To find out if a uri matches a url pattern in jsp config.
isJspPrefixHijacked() - Method in class org.apache.jasper.compiler.PageInfo
Checks if the JSP prefix has been hijacked.
isJspServlet - Variable in class org.apache.catalina.core.StandardWrapper
True if this StandardWrapper is for the JspServlet
isKeySerializable() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
Checks if the key is serializable.
isLambdaArgument(String) - Method in class org.apache.el.lang.EvaluationContext
 
isLast() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get whether the last flag is set.
isLast() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
isLastModifiedHeaderSet() - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
Checks if the Last-Modified header has been set.
isLibraryInitialized() - Static method in class org.apache.tomcat.util.net.openssl.OpenSSLStatus
Checks if the OpenSSL library has been initialized.
isLibreSSLPre35() - Static method in class org.apache.tomcat.util.net.openssl.OpenSSLStatus
Checks if running with LibreSSL earlier than 3.5.
isListening() - Method in interface org.apache.catalina.tribes.transport.nio.NioReceiverMBean
Returns whether the receiver is currently listening.
isListening() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Returns whether the receiver is currently listening for connections.
isListings() - Method in class org.apache.catalina.servlets.DefaultServlet
Check if directory listings are enabled.
isLiteral() - Method in class org.apache.jasper.compiler.Node.JspAttribute
Returns whether the value is a string literal known at translation time.
isLiteralText() - Method in class org.apache.el.MethodExpressionImpl
 
isLiteralText() - Method in class org.apache.el.MethodExpressionLiteral
 
isLiteralText() - Method in class org.apache.el.ValueExpressionImpl
 
isLiteralText() - Method in class org.apache.el.ValueExpressionLiteral
 
isLiteralText() - Method in class org.apache.jasper.el.JspMethodExpression
 
isLiteralText() - Method in class org.apache.jasper.el.JspValueExpression
 
isLoaded(String) - Method in class org.apache.catalina.session.PersistentManagerBase
Check, whether a session is loaded in memory
isLocal() - Method in interface org.apache.catalina.tribes.Member
Check if the member is the local member.
isLocal() - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
isLocked() - Method in class org.apache.catalina.util.ParameterMap
Returns the current lock state of this parameter map.
isLocked() - Method in class org.apache.catalina.util.ResourceSet
Return the locked state of this parameter map.
isLocked(String) - Method in class org.apache.catalina.realm.LockOutRealm
Check if the current user is locked.
isLogAbandoned() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
isLogAbandoned() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
isLogAbandoned() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
boolean flag to set if stack traces should be logged for application code which abandoned a Connection.
isLogAbandoned() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
isLogFailed() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
Returns whether failed query logging is enabled.
isLogSlow() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
Returns whether slow query logging is enabled.
isLongOp(Object, Object) - Static method in class org.apache.el.lang.ELSupport
Checks if either operand is a Long, Integer, Character, Short, or Byte.
isLowerCaseNames() - Method in class org.apache.tomcat.util.http.fileupload.ParameterParser
Returns true if parameter names are to be converted to lower case when name/value pairs are parsed.
isMasked() - Method in class org.apache.tomcat.websocket.server.WsFrameServer
 
isMasked() - Method in class org.apache.tomcat.websocket.server.WsRemoteEndpointImplServer
 
isMasked() - Method in class org.apache.tomcat.websocket.WsFrameBase
Returns whether frames from this peer must be masked.
isMasked() - Method in class org.apache.tomcat.websocket.WsFrameClient
 
isMasked() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
Checks if frames should be masked.
isMasked() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplClient
 
isMaxAgeExpired() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Returns true if the connection has been connected more than PoolConfiguration.getMaxAge() milliseconds. false otherwise.
isMaxAgeExpired() - Method in interface org.apache.tomcat.jdbc.pool.PooledConnectionMBean
Returns true if the connection has exceeded its maximum age.
isMetaChar(char) - Method in class org.apache.catalina.ssi.ExpressionTokenizer
Checks if the given character is a meta character used for tokenization.
isMetadataComplete() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns whether metadata is complete.
isMultiRelease() - Method in class org.apache.catalina.webresources.AbstractArchiveResourceSet
Checks if this is a multi-release JAR.
isMultiRelease() - Method in class org.apache.catalina.webresources.AbstractSingleArchiveResourceSet
 
isMultiRelease() - Method in class org.apache.catalina.webresources.JarWarResourceSet
 
isNamedAttribute() - Method in class org.apache.jasper.compiler.Node.JspAttribute
Returns whether the value represents a NamedAttribute value.
isNameReserved(String) - Method in class org.apache.catalina.ssi.SSIMediator
Checks whether the given variable name is reserved by this class.
isNameReserved(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
Check if a name is reserved (java., javax., sun., jakarta., org.apache.catalina. and org.apache.tomcat. prefixes).
isNew - Variable in class org.apache.catalina.session.StandardSession
Flag indicating whether this session is new or not.
isNew() - Method in class org.apache.catalina.connector.OutputBuffer
Has this buffer been used at all?
isNew() - Method in class org.apache.catalina.manager.DummyProxySession
 
isNew() - Method in interface org.apache.catalina.Session
Returns whether the session was created during the current request.
isNew() - Method in class org.apache.catalina.session.StandardSession
 
isNew() - Method in class org.apache.catalina.session.StandardSessionFacade
 
isNext() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get whether the next flag is set.
isNocase() - Method in class org.apache.catalina.valves.rewrite.RewriteCond
Returns whether the test is case-insensitive.
isNocase() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get whether the nocase flag is set.
isNoContextManagerReceived() - Method in class org.apache.catalina.ha.session.DeltaManager
Check if a no-context-manager signal has been received.
isNoescape() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get whether the noescape flag is set.
isNonceStale() - Method in class org.apache.catalina.authenticator.DigestAuthenticator.DigestInfo
Check if the nonce has expired and is considered stale.
isNosubreq() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get whether the nosubreq flag is set.
isNotEmpty(String) - Static method in class org.apache.catalina.filters.ExpiresFilter
Checks if the given string is not null and not empty.
isNotificationEnabled(Notification) - Method in class org.apache.tomcat.util.modeler.BaseAttributeFilter
Test whether notification enabled for this event.
isNotifyContainerListenersOnReplication() - Method in class org.apache.catalina.ha.session.DeltaManager
Check if container listeners are notified on replication.
isNotifyLifecycleListenerOnFailure() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Return whether the lifecycle listener should be notified on failure.
isNotifyListenersOnReplication() - Method in interface org.apache.catalina.ha.ClusterManager
Returns whether listeners are notified on replication.
isNotifyListenersOnReplication() - Method in class org.apache.catalina.ha.session.ClusterManagerBase
 
isNotifyPool() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
Returns whether notifications are sent to the pool.
isNotifySessionListenersOnReplication() - Method in class org.apache.catalina.ha.session.DeltaManager
Check if session listeners are notified on replication.
isNotRequestTarget(int) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
Checks if the given character is not valid for a request target.
isNotRequestTargetRelaxed(int) - Method in class org.apache.tomcat.util.http.parser.HttpParser
Checks if the given character is not valid for a relaxed request target.
isNull() - Method in class org.apache.tomcat.util.buf.AbstractChunk
Returns whether the buffer contains no data.
isNull() - Method in class org.apache.tomcat.util.buf.MessageBytes
Check if the message bytes is null.
isNull(PooledObject) - Static method in interface org.apache.tomcat.dbcp.pool2.PooledObject
Tests whether the given PooledObject is null or wraps a null.
isNumber(Object) - Static method in class org.apache.el.lang.ELArithmetic
Check if the given object is a number.
isNumberType(Class) - Static method in class org.apache.el.lang.ELArithmetic
Check if the given class is a number type.
isNumeric(int) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
Checks if the given character is a numeric digit.
isOk() - Method in class org.apache.tomcat.util.descriptor.web.FragmentJarScannerCallback
Returns whether all fragments were parsed successfully.
isOlderThan(SlowQueryReport.QueryStats) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
Returns whether this query was last invoked before the given query stats.
isOpen() - Method in class org.apache.tomcat.util.net.Nio2Channel
Tells whether or not this channel is open.
isOpen() - Method in class org.apache.tomcat.util.net.NioChannel
Tells whether or not this channel is open.
isOpen() - Method in class org.apache.tomcat.websocket.server.WsFrameServer
 
isOpen() - Method in class org.apache.tomcat.websocket.WsFrameBase
Returns whether the connection is open.
isOpen() - Method in class org.apache.tomcat.websocket.WsSession
 
isOpenSSL3() - Static method in class org.apache.tomcat.util.net.openssl.OpenSSLStatus
Checks if running with OpenSSL 3.0 or later.
isOptional() - Method in enum class org.apache.tomcat.util.net.SSLHostConfig.CertificateVerification
Returns whether this verification level is optional.
isOrnext() - Method in class org.apache.catalina.valves.rewrite.RewriteCond
Returns whether to combine rule conditions with a local OR.
isOutboundDone() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLEngine
 
isOutDated() - Method in class org.apache.jasper.compiler.Compiler
This is a protected method intended to be overridden by subclasses of Compiler.
isOutDated(boolean) - Method in class org.apache.jasper.compiler.Compiler
Determine if a compilation is necessary by checking the time stamp of the JSP page with that of the corresponding .class or .java file.
isOverridable() - Method in class org.apache.catalina.core.StandardWrapper
 
isOverridable() - Method in interface org.apache.catalina.Wrapper
Is the Servlet overridable by a ServletContainerInitializer?
isOverridable() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
Returns whether this ServletDef can be overridden by a Servlet Container Initializer.
isOverridable() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns whether this web fragment is overridable.
isPackageSealed(String, Manifest) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Returns true if the specified package name is sealed according to the given manifest.
isPackedWarFile() - Method in class org.apache.catalina.webresources.ExtractingRoot
 
isPackedWarFile() - Method in class org.apache.catalina.webresources.StandardRoot
Returns true if and only if all the resources for this web application are provided via a packed WAR file.
isParametersParsed() - Method in class org.apache.catalina.connector.Request
Check if the request parameters have been parsed.
isParametersProvided() - Method in class org.apache.el.MethodExpressionImpl
 
isParametersProvided() - Method in class org.apache.jasper.el.JspMethodExpression
 
isParseBodyMethod(String) - Method in class org.apache.catalina.connector.Connector
Checks whether the given HTTP method is configured to allow body parameter parsing.
isPathMounted(String, String) - Method in class org.apache.catalina.webresources.AbstractResourceSet
Checks if the given path is mounted at the given web app mount.
isPathSeparator(char) - Static method in class org.apache.jasper.JspCompilationContext
Checks whether the given character is a path separator.
isPathValid() - Method in class org.apache.catalina.util.ContextName
Checks if the path for this instance is valid.
isPaused() - Method in class org.apache.catalina.mapper.Mapper.ContextVersion
Check if the context is paused.
isPaused() - Method in class org.apache.coyote.AbstractProtocol
Checks if the protocol handler is paused.
isPaused() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Check if the endpoint is paused.
isPersistable(Class) - Method in class org.apache.catalina.storeconfig.StoreAppender
Is the specified property type one for which we should generate a persistence attribute?
isPluginDeclared(String) - Method in class org.apache.jasper.compiler.PageInfo
Check if the plugin ID has been previously declared.
isPoolable() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
isPoolingEnabled() - Method in class org.apache.jasper.EmbeddedServletOptions
 
isPoolingEnabled() - Method in class org.apache.jasper.JspC
 
isPoolingEnabled() - Method in interface org.apache.jasper.Options
Returns whether tag handler pooling is enabled for improved performance.
isPoolPreparedStatements() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Returns true if we are pooling statements.
isPoolPreparedStatements() - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Tests whether to toggle the pooling of PreparedStatements
isPoolPreparedStatements() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
isPoolSweeperEnabled() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
isPoolSweeperEnabled() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
isPoolSweeperEnabled() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns true if the pool sweeper is enabled for the connection pool.
isPoolSweeperEnabled() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
isPositive() - Method in class org.apache.catalina.valves.rewrite.RewriteCond
Returns whether the condition is positive.
isPreemptiveAuthPossible(Request) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Can the authenticator perform preemptive authentication for the given request?
isPreemptiveAuthPossible(Request) - Method in class org.apache.catalina.authenticator.BasicAuthenticator
 
isPreemptiveAuthPossible(Request) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
isPreemptiveAuthPossible(Request) - Method in class org.apache.catalina.authenticator.SpnegoAuthenticator
 
isPreemptiveAuthPossible(Request) - Method in class org.apache.catalina.authenticator.SSLAuthenticator
 
isPrimary() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
Checks if this entry is primary.
isPrimaryIndicator() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Return whether the primary indicator is enabled.
isPrimarySession() - Method in interface org.apache.catalina.ha.ClusterSession
returns true if this session is the primary session, if that is the case, the manager can expire it upon timeout.
isPrimarySession() - Method in class org.apache.catalina.ha.session.DeltaSession
 
isPrimitive(Class) - Static method in class org.apache.tomcat.websocket.Util
Returns whether the given class is a primitive type or its wrapper class.
isPrintValue(Object, Object, String, StoreDescription) - Method in class org.apache.catalina.storeconfig.ConnectorStoreAppender
Print Connector Values.
isPrintValue(Object, Object, String, StoreDescription) - Method in class org.apache.catalina.storeconfig.StoreAppender
Determine if the attribute value needs to be stored.
isPrintValue(Object, Object, String, StoreDescription) - Method in class org.apache.catalina.storeconfig.StoreContextAppender
Print Context Values.
isProcessing() - Method in class org.apache.coyote.Request
Check if the request is currently being processed.
isPropertyResolved() - Method in class org.apache.el.lang.EvaluationContext
 
isPropertyResolved() - Method in class org.apache.jasper.el.ELContextWrapper
 
isProtected() - Method in class org.apache.catalina.authenticator.jaspic.SimpleServerAuthConfig
Indicates whether the authentication mechanism is protected, meaning that the configuration data is stored securely.
isPrototypeMode() - Method in class org.apache.jasper.JspCompilationContext
Returns whether we are compiling a tag file in prototype mode, i.e., generating code with class for the tag handler with empty method bodies.
isProxy() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
Checks if this entry is a proxy.
isQsappend() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get whether the qsappend flag is set.
isQsdiscard() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get whether the qsdiscard flag is set.
isQuery(int) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
Checks if the given character is valid for a query string as per RFC 3986.
isQueryRelaxed(int) - Method in class org.apache.tomcat.util.http.parser.HttpParser
Checks if the given character is valid for a relaxed query string.
isQuote(char) - Method in class org.apache.catalina.ssi.SSIProcessor
Checks if the given character is a quote character.
isRangeRequestsSupported() - Method in class org.apache.catalina.servlets.DefaultServlet
Checks if range request is supported by server
isReadable() - Method in class org.apache.tomcat.util.modeler.AttributeInfo
Is this attribute readable by management applications?
isReadBufferEmpty() - Method in class org.apache.tomcat.util.net.SocketBufferHandler
Checks whether the read buffer contains any data.
isReadOnly() - Method in class org.apache.catalina.servlets.DefaultServlet
Check if read-only mode is enabled.
isReadOnly() - Method in interface org.apache.catalina.WebResourceRoot
Checks if the main resources are read only.
isReadOnly() - Method in class org.apache.catalina.webresources.AbstractArchiveResourceSet
 
isReadOnly() - Method in class org.apache.catalina.webresources.AbstractFileResourceSet
 
isReadOnly() - Method in class org.apache.catalina.webresources.EmptyResourceSet
Obtains the current value of the read-only setting for this set of resources.
isReadOnly() - Method in class org.apache.catalina.webresources.StandardRoot
 
isReadOnly() - Method in interface org.apache.catalina.WebResourceSet
Obtains the current value of the read-only setting for this set of resources.
isReadOnly() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
isReadOnly() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
isReadOnly() - Method in interface org.apache.tomcat.dbcp.dbcp2.PoolableConnectionMXBean
isReadOnly() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
 
isReadOnly() - Method in interface org.apache.tomcat.jdbc.pool.PooledConnectionMBean
Returns true if the connection is in read-only mode.
isReadOnly(ELContext) - Method in class org.apache.el.ValueExpressionImpl
 
isReadOnly(ELContext) - Method in class org.apache.el.ValueExpressionLiteral
 
isReadOnly(ELContext) - Method in class org.apache.jasper.el.JspValueExpression
 
isReadOnly(ELContext, Object, Object) - Method in class org.apache.el.stream.StreamELResolverImpl
 
isReadOnly(ELContext, Object, Object) - Method in class org.apache.jasper.el.JasperELResolver.GraalBeanELResolver
 
isReadPending() - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
 
isReadPending() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Allows checking if an asynchronous read operation is currently pending.
isReady() - Method in class org.apache.catalina.connector.CoyoteInputStream
 
isReady() - Method in class org.apache.catalina.connector.CoyoteOutputStream
 
isReady() - Method in class org.apache.catalina.connector.InputBuffer
Checks if the input buffer is ready for reading.
isReady() - Method in class org.apache.catalina.connector.OutputBuffer
Checks if the output is ready for writing.
isReady() - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
isReady() - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Gets ready status
isReady() - Method in class org.apache.catalina.ssi.ByteArrayServletOutputStream
 
isReady() - Method in interface org.apache.catalina.tribes.Member
The current state of the member.
isReady() - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
isReady() - Method in class org.apache.catalina.tribes.transport.SenderState
Returns true if the sender is ready to transmit messages.
isReady() - Method in class org.apache.coyote.http11.Http11OutputBuffer
Check if the socket is ready for writing.
isReady() - Method in class org.apache.coyote.http11.upgrade.UpgradeServletInputStream
 
isReady() - Method in class org.apache.coyote.http11.upgrade.UpgradeServletOutputStream
 
isReady() - Method in class org.apache.coyote.Request
Check if the request is ready for reading.
isReady() - Method in class org.apache.coyote.Response
Check if the response is ready for writing.
isReadyForRead() - Method in class org.apache.coyote.AbstractProcessor
Checks if the processor is ready for reading.
isReadyForRead() - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
 
isReadyForRead() - Method in class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper
 
isReadyForRead() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Checks if the socket is ready for reading.
isReadyForWrite() - Method in class org.apache.coyote.AbstractProcessor
Checks if the processor is ready for writing.
isReadyForWrite() - Method in class org.apache.coyote.ajp.AjpProcessor
 
isReadyForWrite() - Method in class org.apache.coyote.http11.Http11Processor
 
isReadyForWrite() - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
 
isReadyForWrite() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Checks to see if there are any writes pending and if there are calls SocketWrapperBase.registerWriteInterest() to trigger a callback once the pending writes have completed.
isRecordAllActions() - Method in class org.apache.catalina.ha.session.ClusterManagerBase
Returns whether all session attribute actions should be recorded.
isRecoveryEnabled() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
Check if recovery is enabled.
isRedirect() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get whether the redirect flag is set.
isReferenceTypeSupported(Object) - Method in class org.apache.naming.factory.EjbFactory
 
isReferenceTypeSupported(Object) - Method in class org.apache.naming.factory.FactoryBase
Determines if this factory supports processing the provided reference object.
isReferenceTypeSupported(Object) - Method in class org.apache.naming.factory.ResourceEnvFactory
 
isReferenceTypeSupported(Object) - Method in class org.apache.naming.factory.ResourceFactory
 
isReferenceTypeSupported(Object) - Method in class org.apache.naming.factory.TransactionFactory
 
isRegistered() - Method in class org.apache.catalina.webresources.TomcatURLStreamHandlerFactory
Returns whether this factory has been registered as the global URL stream handler factory.
isReleased() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Returns true if this connection has been released and wont be reused.
isReleased() - Method in interface org.apache.tomcat.jdbc.pool.PooledConnectionMBean
Returns true if the connection has been released.
isRemoveAbandoned() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
isRemoveAbandoned() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
isRemoveAbandoned() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
boolean flag to remove abandoned connections if they exceed the removeAbandonedTimeout.
isRemoveAbandoned() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
isRemoved() - Method in class org.apache.jasper.JspCompilationContext
Returns whether this JSP has been removed.
isRenameOnRotate() - Method in class org.apache.catalina.valves.AccessLogValve
Should we defer inclusion of the date stamp in the file name until rotate time.
isRequestBodyFullyRead() - Method in class org.apache.coyote.AbstractProcessor
Checks if the request body has been fully read.
isRequestBodyFullyRead() - Method in class org.apache.coyote.ajp.AjpProcessor
 
isRequestBodyFullyRead() - Method in class org.apache.coyote.http11.Http11Processor
 
isRequestedSessionIdFromCookie() - Method in class org.apache.catalina.connector.Request
 
isRequestedSessionIdFromCookie() - Method in class org.apache.catalina.connector.RequestFacade
 
isRequestedSessionIdFromURL() - Method in class org.apache.catalina.connector.Request
 
isRequestedSessionIdFromURL() - Method in class org.apache.catalina.connector.RequestFacade
 
isRequestedSessionIdValid() - Method in class org.apache.catalina.connector.Request
 
isRequestedSessionIdValid() - Method in class org.apache.catalina.connector.RequestFacade
 
isRequestThread() - Method in class org.apache.coyote.Request
Check if the current thread is the request thread.
isRequestWithoutSession(String) - Method in class org.apache.catalina.valves.PersistentValve
Determines whether the given URI should bypass session persistence based on the configured filter.
isRequestWithoutSessionChange(String) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
is request without possible session change
isResourceOnlyServlet(String) - Method in interface org.apache.catalina.Context
Checks the named Servlet to see if it expects a resource to be present.
isResourceOnlyServlet(String) - Method in class org.apache.catalina.core.StandardContext
 
isResourceOnlyServlet(String) - Method in class org.apache.catalina.startup.FailedContext
 
isResultSet(Method, boolean) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
Checks if the given method returns a ResultSet.
isRoleSearchAsUser() - Method in class org.apache.catalina.realm.JNDIRealm
Get the roleSearchAsUser flag.
isRoleStoreDefined() - Method in class org.apache.catalina.users.DataSourceUserDatabase
Only use roles if the tables are fully defined.
isRollbackAfterValidation() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Tests whether a rollback will be issued after executing the SQL query that will be used to validate connections from this pool before returning them to the caller.
isRollbackOnReturn() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Tests whether to rollback on return.
isRootContext(ServletContext) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
Check if the given servlet context is the root context.
isRotatable() - Method in class org.apache.catalina.valves.AccessLogValve
Should we rotate the access log.
isRunning() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Check if the endpoint is running.
isSameOrigin(HttpServletRequest, String) - Static method in class org.apache.tomcat.util.http.RequestUtil
Check if the given origin matches the origin of the request.
isSameRM(XAResource) - Method in class org.apache.tomcat.dbcp.dbcp2.managed.LocalXAConnectionFactory.LocalXAResource
Returns true if the specified XAResource == this XAResource.
isSameWebApplication(HttpServletRequest, URL) - Static method in class org.apache.catalina.util.RequestUtil
Tests whether the provided URL is for a resource contained within the same web application as the request.
isScanAllDirectories() - Method in class org.apache.tomcat.util.scan.StandardJarScanner
Returns whether scanning all directories for exploded JARs is enabled.
isScanAllFiles() - Method in class org.apache.tomcat.util.scan.StandardJarScanner
Returns whether scanning all files for JARs is enabled.
isScanBootstrapClassPath() - Method in class org.apache.tomcat.util.scan.StandardJarScanner
Returns whether scanning the bootstrap classpath is enabled.
isScanClassPath() - Method in class org.apache.tomcat.util.scan.StandardJarScanner
Returns whether classpath scanning is enabled.
isScanManifest() - Method in class org.apache.tomcat.util.scan.StandardJarScanner
Returns whether manifest scanning is enabled.
isScheme(int) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
Checks if the given character is valid for a URI scheme as per RFC 3986.
isScheme(String) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
Is the provided String a scheme as per RFC 3986?
isScriptingInvalid() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
Returns whether scripting is invalid.
isScriptingInvalid() - Method in class org.apache.jasper.compiler.PageInfo
Checks if scripting is invalid for this page.
isScriptless() - Method in class org.apache.jasper.compiler.Node.ChildInfo
Returns whether the tag and its body contain no scripting elements.
isScriptless() - Method in class org.apache.jasper.compiler.PageInfo
Checks if this page is scriptless.
isScriptless() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Checks whether the body of the current tag is scriptless.
isSecure() - Method in class org.apache.catalina.connector.Request
 
isSecure() - Method in class org.apache.catalina.connector.RequestFacade
 
isSecure() - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
 
isSecure() - Method in record class org.apache.tomcat.util.net.ServletConnectionImpl
 
isSecure() - Method in class org.apache.tomcat.websocket.WsSession
 
isSemaphoreAcquireUninterruptibly() - Method in class org.apache.catalina.valves.PersistentValve
If a thread is blocking to acquire a per session Semaphore, can that thread be interrupted?
isSemaphoreBlockOnAcquire() - Method in class org.apache.catalina.valves.PersistentValve
If a thread attempts to acquire the per session Semaphore while it is being used by another request, should the thread block to wait for the Semaphore or should the request be rejected?
isSemaphoreFairness() - Method in class org.apache.catalina.valves.PersistentValve
If multiple threads attempt to acquire the same per session Semaphore, will permits be granted in the same order they were requested?
isSendAllSessions() - Method in class org.apache.catalina.ha.session.DeltaManager
Check if sending all sessions is enabled.
isSendAuthInfoResponseHeaders() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Returns the flag whether authentication information will be sent to a reverse proxy on a forwarded request.
isSendfileSupported() - Method in class org.apache.coyote.AbstractProtocol
Checks if sendfile is supported.
isSendfileSupported() - Method in interface org.apache.coyote.ProtocolHandler
Does this ProtocolHandler support sendfile?
isSeparatearrayresults() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Get the separate array results flag.
isSerializable() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
Checks if both the key and value are serializable.
isServlet22() - Method in interface org.apache.catalina.Context
Is this context using version 2.2 of the Servlet spec?
isServlet22() - Method in class org.apache.catalina.core.StandardContext
 
isServlet22() - Method in class org.apache.catalina.startup.FailedContext
 
isSession() - Method in class org.apache.jasper.compiler.PageInfo
Checks if session is enabled.
isSessionCacheEnabled() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLSessionContext
Checks if caching of SSL sessions is enabled.
isSessionStale(Session, long) - Method in class org.apache.catalina.valves.PersistentValve
Indicate whether the session has been idle for longer than its expiration date as of the supplied time.
isSet - Variable in class org.apache.tomcat.util.buf.AbstractChunk
Indicates whether the chunk has been initialized.
isShowReport() - Method in class org.apache.catalina.valves.ErrorReportValve
Returns whether full error reports are enabled.
isShowServerInfo() - Method in class org.apache.catalina.valves.ErrorReportValve
Returns whether server info is shown on error pages.
isShutdown() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
isShutdown() - Method in class org.apache.catalina.core.StandardVirtualThreadExecutor
 
isShutdown() - Method in class org.apache.tomcat.util.threads.InlineExecutorService
 
isShutdown() - Method in class org.apache.tomcat.util.threads.ScheduledThreadPoolExecutor
 
isShutdown() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
 
isShutdown() - Method in class org.apache.tomcat.util.threads.VirtualThreadExecutor
 
isSkipAll() - Method in interface org.apache.tomcat.JarScanFilter
Determine if all JAR scans should be skipped.
isSkipAll() - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
 
isSmapDumped() - Method in class org.apache.jasper.EmbeddedServletOptions
 
isSmapDumped() - Method in class org.apache.jasper.JspC
 
isSmapDumped() - Method in interface org.apache.jasper.Options
This setting is ignored if suppressSmap() is true.
isSmapSuppressed() - Method in class org.apache.jasper.EmbeddedServletOptions
 
isSmapSuppressed() - Method in class org.apache.jasper.JspC
 
isSmapSuppressed() - Method in interface org.apache.jasper.Options
Returns whether generation of SMAP (Source Map for Debugging) information is suppressed.
isSpace(char) - Method in class org.apache.catalina.ssi.SSIProcessor
Checks if the given character is a whitespace character.
isSparse() - Method in interface org.apache.catalina.UserDatabase
Is the database data loaded on demand.
isSparse() - Method in class org.apache.catalina.users.SparseUserDatabase
Indicates that this is a sparse user database.
isSSLEnabled() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Check if SSL is enabled on this connector.
isSSLEnabled() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Check if SSL is enabled.
isStandard() - Method in class org.apache.catalina.storeconfig.StoreDescription
Indicates whether this description represents a standard component.
isStarted() - Method in class org.apache.catalina.core.AsyncContextImpl
Checks whether async processing has been started for this context.
isStatement(Method, boolean) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
Returns true if the method that is being invoked matches one of the statement types.
isStateTimestampDrop() - Method in class org.apache.catalina.ha.session.DeltaManager
Check if state timestamp drop is enabled.
isStateTransferred() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Checks if state has been transferred.
isStoreDelegatedCredential() - Method in class org.apache.catalina.authenticator.SpnegoAuthenticator
Returns whether delegated credentials should be stored in the subject.
isStoreSeparate() - Method in class org.apache.catalina.storeconfig.StoreDescription
Indicates whether this component should be stored in a separate file.
isStringFloat(String) - Static method in class org.apache.el.lang.ELSupport
Checks if a string represents a floating-point number by looking for 'E', 'e', or '.' characters.
isStripRealmForGss() - Method in class org.apache.catalina.realm.RealmBase
When processing users authenticated via the GSS-API, should any "@..." be stripped from the end of the username?
isSupported(String) - Method in class org.apache.catalina.manager.JMXProxyServlet
Determines if a type is supported by the JMXProxyServlet.
isSupportsCredentials() - Method in class org.apache.catalina.filters.CorsFilter
Determines is supports credentials is enabled.
isSuspect() - Method in interface org.apache.catalina.tribes.Member
The current state of the member.
isSuspect() - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
isSuspect() - Method in class org.apache.catalina.tribes.transport.SenderState
Returns true if the sender is in a suspect or failing state.
isSuspect() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
 
isSuspect() - Method in interface org.apache.tomcat.jdbc.pool.PooledConnectionMBean
Returns true if the connection is suspected to be invalid.
isSuspended() - Method in class org.apache.catalina.connector.OutputBuffer
Is the response output suspended ?
isSuspended() - Method in class org.apache.catalina.connector.Response
Suspended flag accessor.
isSuspended() - Method in class org.apache.tomcat.websocket.WsFrameBase
Returns whether this frame is currently suspended.
isSuspended() - Method in enum class org.apache.tomcat.websocket.WsFrameBase.ReadState
Checks if reading is currently suspended.
isSymlink(File) - Static method in class org.apache.tomcat.util.http.fileupload.FileUtils
Determines whether the specified file is a Symbolic Link rather than an actual file.
isTagFile() - Method in class org.apache.jasper.compiler.Node.CustomTag
Returns whether this custom action is supported by a tag file.
isTagFile() - Method in class org.apache.jasper.compiler.PageInfo
Checks if this is a tag file.
isTagFile() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Is the tag being used inside a tag file?
isTagFile() - Method in class org.apache.jasper.JspCompilationContext
Returns whether this compilation context corresponds to a tag file.
isTagFile() - Method in class org.apache.jasper.servlet.JspServletWrapper
Returns whether this wrapper is for a tag file.
isTerminated() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
isTerminated() - Method in class org.apache.catalina.core.StandardVirtualThreadExecutor
 
isTerminated() - Method in class org.apache.tomcat.util.threads.InlineExecutorService
 
isTerminated() - Method in class org.apache.tomcat.util.threads.ScheduledThreadPoolExecutor
 
isTerminated() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
 
isTerminated() - Method in class org.apache.tomcat.util.threads.VirtualThreadExecutor
isTerminateOnStartFailure() - Method in class org.apache.catalina.ha.session.BackupManager
Returns whether the map will terminate on start failure.
isTerminating() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Returns true if this executor is in the process of terminating after ThreadPoolExecutor.shutdown() or ThreadPoolExecutor.shutdownNow() but has not completely terminated.
isTestOnBorrow() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
isTestOnBorrow() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
isTestOnBorrow() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The indication of whether objects will be validated before being borrowed from the pool.
isTestOnBorrow() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
isTestOnConnect() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
isTestOnConnect() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
isTestOnConnect() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Returns true if we should run the validation query when connecting to the database for the first time on a connection.
isTestOnConnect() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
isTestOnReturn() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
isTestOnReturn() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
isTestOnReturn() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The indication of whether objects will be validated after being returned to the pool.
isTestOnReturn() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
isTestWhileIdle() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
isTestWhileIdle() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
isTestWhileIdle() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Set to true if query validation should take place while the connection is idle.
isTestWhileIdle() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
isThreadBound() - Static method in class org.apache.naming.ContextBindings
Tests if current thread is bound to a naming context.
isThreadContentionMonitoringEnabled() - Static method in class org.apache.tomcat.util.Diagnostics
Check whether thread contention monitoring is enabled.
isThreadCpuTimeEnabled() - Static method in class org.apache.tomcat.util.Diagnostics
Check whether thread cpu time measurement is enabled.
isThresholdExceeded() - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
Determines whether or not the configured threshold has been exceeded for this output stream.
isTls13Cipher(String) - Static method in class org.apache.tomcat.util.net.openssl.ciphers.OpenSSLCipherConfigurationParser
Determines if the provided name is the name of a TLS 1.3 cipher suite.
isTls13RenegAuthAvailable() - Method in class org.apache.tomcat.util.net.jsse.JSSEUtil
 
isTls13RenegAuthAvailable() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLUtil
 
isTls13RenegAuthAvailable() - Method in class org.apache.tomcat.util.net.SSLUtilBase
Returns whether TLS 1.3 renegotiation authentication is available.
isTls13RenegotiationAvailable() - Method in class org.apache.tomcat.util.net.SSLHostConfig
Returns whether TLS 1.3 renegotiation is available.
isTLSRequestAttribute(String) - Static method in class org.apache.catalina.util.TLSUtil
Determines if the named request attribute is used to pass information about the TLS configuration of the connection to the application.
isToken(int) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
Checks if the given character is a valid HTTP token character as per RFC 7230.
isToken(String) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
Is the provided String a token as per RFC 7230?
IStoreConfig - Interface in org.apache.catalina.storeconfig
Interface for storing Catalina configuration to XML.
IStoreFactory - Interface in org.apache.catalina.storeconfig
Interface for storing XML elements to a configuration file.
isTraceEnabled() - Method in interface org.apache.juli.logging.Log
Is trace logging currently enabled?
isTrailerFieldsReady() - Method in class org.apache.catalina.connector.Request
 
isTrailerFieldsReady() - Method in class org.apache.catalina.connector.RequestFacade
 
isTrailerFieldsReady() - Method in class org.apache.coyote.AbstractProcessor
Checks if trailer fields are ready.
isTrailerFieldsReady() - Method in class org.apache.coyote.ajp.AjpProcessor
 
isTrailerFieldsReady() - Method in class org.apache.coyote.http11.Http11Processor
 
isTrailerFieldsReady() - Method in class org.apache.coyote.Request
Check if trailer fields are ready.
isTrailerFieldsSupported() - Method in class org.apache.coyote.AbstractProcessor
Protocols that support trailer fields should override this method and return true.
isTrailerFieldsSupported() - Method in class org.apache.coyote.http11.Http11Processor
 
isTrailerHeaderAllowed(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Check if a header name is in the set of allowed trailer headers.
isTransactionComplete() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.TransactionContext
Gets the transaction complete flag to true.
isTransientAttribute(String) - Method in class org.apache.catalina.storeconfig.StoreDescription
Is attribute transient, please don't save this.
isTransientChild(String) - Method in class org.apache.catalina.storeconfig.StoreDescription
Is child transient, please don't save this.
isTrim() - Method in class org.apache.jasper.compiler.Node.NamedAttribute
Returns whether this named attribute should be trimmed.
isTrimDirectiveWhitespaces() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
Returns whether to trim directive whitespaces.
isTrimDirectiveWhitespaces() - Method in class org.apache.jasper.compiler.PageInfo
Checks if directive whitespaces are trimmed.
isType() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get whether the type flag is set.
isUdpBased() - Method in class org.apache.catalina.tribes.transport.AbstractSender
Returns whether this sender uses UDP-based communication.
isUnavailable() - Method in class org.apache.catalina.core.StandardWrapper
 
isUnavailable() - Method in class org.apache.catalina.startup.Tomcat.ExistingStandardWrapper
 
isUnavailable() - Method in interface org.apache.catalina.Wrapper
Returns whether this Servlet is currently unavailable.
isUndeflow() - Method in class org.apache.tomcat.util.buf.C2BConverter
Deprecated.
isUnderflow() - Method in class org.apache.tomcat.util.buf.C2BConverter
Returns whether there are leftover characters pending encoding.
isUnpackWARs() - Method in class org.apache.catalina.core.StandardHost
Returns whether WARs should be unpacked on deployment.
isUnpackWARs() - Method in class org.apache.catalina.startup.HostConfig
Get the unpack WARs flag.
isUpgrade() - Method in class org.apache.coyote.AbstractProcessor
Checks if the Processor is processing an upgrade request.
isUpgrade() - Method in class org.apache.coyote.http11.Http11Processor
 
isUpgrade() - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessorBase
 
isUpgrade() - Method in interface org.apache.coyote.Processor
Checks if the Processor is processing an upgrade request.
isUrlCacheProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
Get the URL cache protection flag.
isUseContextClassLoader() - Method in class org.apache.catalina.realm.JAASRealm
Returns whether to use the context or default ClassLoader.
isUseContextClassLoader() - Method in class org.apache.catalina.realm.JNDIRealm
Returns whether to use the context or default ClassLoader.
isUseDelegatedCredential() - Method in class org.apache.catalina.realm.JNDIRealm
Get the useDelegatedCredential flag.
isUseEquals() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
isUseEquals() - Method in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
True if the compare method uses the Object.equals(Object) method, false if comparison is done on a reference level.
isUseEquals() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
isUseEquals() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Set to true if you wish the ProxyConnection class to use String.equals instead of == when comparing method names.
isUseEquals() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
isUseNaming() - Method in class org.apache.catalina.core.StandardContext
Check if internal naming support is used.
isUseNaming() - Method in class org.apache.catalina.startup.Catalina
Return whether naming is enabled.
isUseRef() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Check if a reference is being used.
isUserInfo(int) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
Checks if the given character is valid for a URI userinfo component as per RFC 3986.
isUserInRole(String) - Method in class org.apache.catalina.connector.Request
 
isUserInRole(String) - Method in class org.apache.catalina.connector.RequestFacade
 
isUserInRole(String) - Method in class org.apache.tomcat.websocket.server.WsHandshakeRequest
 
isUserSearchAsUser() - Method in class org.apache.catalina.realm.JNDIRealm
Get the userSearchAsUser flag.
isUseShutdownHook() - Method in class org.apache.juli.ClassLoaderLogManager
Returns whether the shutdown hook is used to perform clean-up on JVM shutdown.
isValid - Variable in class org.apache.catalina.session.StandardSession
Flag indicating whether this session is valid or not.
isValid() - Method in class org.apache.catalina.ha.deploy.FileMessageFactory
Checks if this factory instance is still valid based on the maximum valid time.
isValid() - Method in class org.apache.catalina.ha.session.DeltaSession
 
isValid() - Method in class org.apache.catalina.manager.DummyProxySession
 
isValid() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets validity status
isValid() - Method in interface org.apache.catalina.Session
Returns whether the session is still valid.
isValid() - Method in class org.apache.catalina.session.StandardSession
 
isValid() - Method in class org.apache.tomcat.util.http.parser.ContentRange
Validates this content range according to RFC 9110 section 14.4.
isValid(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
isValid(Duration) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
Tests if the connection has not been closed and is still valid.
ISVALID_VAL - Static variable in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
isValidateTld() - Method in class org.apache.jasper.JspC
Returns whether TLD validation is enabled.
isValidateUri() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Get whether the URI should be validated as required by RFC2617.
isValidateXml() - Method in class org.apache.jasper.JspC
Returns whether XML validation is enabled.
isValidEncoding(String) - Method in class org.apache.catalina.ssi.SSIEcho
Checks if the given encoding name is one of the supported encodings.
isValidInternal() - Method in class org.apache.catalina.session.StandardSession
Returns the valid flag for this session without any expiration check.
isValidLifecycleCallback(Method) - Static method in class org.apache.catalina.util.Introspection
Determines if a method is a valid lifecycle callback method.
isValidOrigin(String) - Static method in class org.apache.tomcat.util.http.RequestUtil
Checks if a given origin is valid or not.
isValidSetter(Method) - Static method in class org.apache.catalina.util.Introspection
Determines if a method has a valid name and signature for a Java Bean setter.
isValueSerializable() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
Checks if the value is serializable.
isValveSkip() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Get whether the valve skip flag is set.
isViewConf(NonBlockingCoordinator.CoordinationMessage) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Checks if a coordination message is a view confirmation.
isVirtual() - Method in interface org.apache.catalina.WebResource
Indicates if this resource is required for applications to correctly scan the file structure but that does not exist in either the main or any additional WebResourceSet.
isVirtual() - Method in class org.apache.catalina.webresources.AbstractArchiveResource
 
isVirtual() - Method in class org.apache.catalina.webresources.CachedResource
 
isVirtual() - Method in class org.apache.catalina.webresources.EmptyResource
 
isVirtual() - Method in class org.apache.catalina.webresources.FileResource
 
isVirtual() - Method in class org.apache.catalina.webresources.JarResourceRoot
 
isVirtual() - Method in class org.apache.catalina.webresources.VirtualResource
 
isVirtualWebappRelative - Variable in class org.apache.catalina.ssi.SSIFilter
When true, virtual paths are interpreted as webapp-relative.
isVirtualWebappRelative - Variable in class org.apache.catalina.ssi.SSIServlet
virtual path can be webapp-relative
isVirtualWebappRelative - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
Whether virtual paths are relative to the webapp.
isWarnEnabled() - Method in interface org.apache.juli.logging.Log
Is warn logging currently enabled?
isWatchEnabled() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Returns whether the watch directory feature is enabled.
isWebSocketUpgradeRequest(ServletRequest, ServletResponse) - Static method in class org.apache.tomcat.websocket.server.UpgradeUtil
Checks to see if this is an HTTP request that includes a valid upgrade request to web socket.
isWhiteSpace(int) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
Checks if the given character is whitespace (tab or space).
isWrapperFor(Class) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
 
isWrapperFor(Class) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
 
isWrapperFor(Class) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
isWrapperFor(Class) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
isWrapperFor(Class) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
isWrapperFor(Class) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
isWrapperFor(Class) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDataSource
 
isWrapperFor(Class) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Check if this proxy wraps an instance of the given interface.
isWrapperFor(Class) - Method in class org.apache.tomcat.jdbc.pool.ProxyConnection
Checks whether this proxy wraps the given interface.
ISWRAPPERFOR_VAL - Static variable in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
isWritable() - Method in class org.apache.catalina.users.MemoryUserDatabase
Check for permissions to save this user database to persistent storage location.
isWritable() - Method in class org.apache.naming.NamingContext
Check if writing is allowed on this context.
isWritable(Object) - Static method in class org.apache.naming.ContextAccessController
Is the context is writable?
isWriteable() - Method in class org.apache.tomcat.util.modeler.AttributeInfo
Is this attribute writable by management applications?
isWriteBufferEmpty() - Method in class org.apache.tomcat.util.net.SocketBufferHandler
Checks whether the write buffer contains any data.
isWriteBufferWritable() - Method in class org.apache.tomcat.util.net.SocketBufferHandler
Checks whether the write buffer has space for additional data.
isWritePending() - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
 
isWritePending() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Allows checking if an asynchronous write operation is currently pending.
isWriteResponseBodyStarted() - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
Checks if writing the response body has started.
isWriting - Variable in class org.apache.catalina.ha.deploy.FileMessageFactory
Flag that indicates if a thread is writing messages to disk.
isXml() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
Returns whether the page is XML.
isXmlSyntax() - Method in class org.apache.jasper.compiler.Node.Root
Returns whether this JSP page uses XML syntax.
isXpoweredBy() - Method in class org.apache.jasper.EmbeddedServletOptions
 
isXpoweredBy() - Method in class org.apache.jasper.JspC
 
isXpoweredBy() - Method in interface org.apache.jasper.Options
Returns whether the X-Powered-By response header should be generated in HTTP responses.
item - Variable in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ExchangeCountDownLatch
The item to exchange.
item - Variable in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ItemFuture
The item directly available in the future.
item - Variable in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ExchangeCountDownLatch
The item.
item - Variable in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ItemFuture
The item.
ItemFuture(FairBlockingQueue.ExchangeCountDownLatch) - Constructor for class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ItemFuture
Creates an ItemFuture that waits on the given latch.
ItemFuture(MultiLockFairBlockingQueue.ExchangeCountDownLatch) - Constructor for class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ItemFuture
Constructor.
ItemFuture(T) - Constructor for class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ItemFuture
Creates an ItemFuture with the given item already available.
ItemFuture(T) - Constructor for class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ItemFuture
Constructor.
ItemSkippedException() - Constructor for exception class org.apache.tomcat.util.http.fileupload.FileItemStream.ItemSkippedException
Constructs a new instance.
iterator - Variable in class org.apache.naming.NamingContextBindingsEnumeration
Underlying enumeration.
iterator - Variable in class org.apache.naming.NamingContextEnumeration
Underlying enumeration.
iterator() - Method in class org.apache.catalina.util.ResourceSet
iterator() - Method in class org.apache.el.stream.Stream
Returns the underlying iterator for this stream.
iterator() - Method in class org.apache.jasper.compiler.ELNode.Nodes
Returns an iterator over the nodes in this list.
iterator() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
 
iterator() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
 

J

JAAS_CONF_PROPERTY - Static variable in class org.apache.catalina.authenticator.Constants
The system property for the JAAS login configuration file path.
JAASCallbackHandler - Class in org.apache.catalina.realm
Implementation of the JAAS CallbackHandler interface, used to negotiate delivery of the username and credentials that were specified to our constructor.
JAASCallbackHandler(JAASRealm, String, String) - Constructor for class org.apache.catalina.realm.JAASCallbackHandler
Construct a callback handler configured with the specified values.
JAASCallbackHandler(JAASRealm, String, String, String, String, String, String, String, String, String, String) - Constructor for class org.apache.catalina.realm.JAASCallbackHandler
Construct a callback handler for DIGEST authentication.
jaasConfiguration - Variable in class org.apache.catalina.realm.JAASRealm
The loaded JAAS Configuration instance.
jaasConfigurationLoaded - Variable in class org.apache.catalina.realm.JAASRealm
Flag indicating whether the JAAS configuration has been loaded.
JAASMemoryLoginModule - Class in org.apache.catalina.realm
Implementation of the JAAS LoginModule interface, primarily for use in testing JAASRealm.
JAASMemoryLoginModule() - Constructor for class org.apache.catalina.realm.JAASMemoryLoginModule
Constructs a new JAASMemoryLoginModule.
JAASRealm - Class in org.apache.catalina.realm
Implementation of Realm that authenticates users via the Java Authentication and Authorization Service (JAAS).
JAASRealm() - Constructor for class org.apache.catalina.realm.JAASRealm
Constructs a new JAASRealm.
JAKARTA_EE_SUBSTRING - Static variable in class org.apache.tomcat.buildutil.translate.Constants
Substring identifying Jakarta EE packages.
JAKARTAEE_10_NS - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
Jakarta EE 10 namespace.
JAKARTAEE_11_NS - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
Jakarta EE 11 namespace.
JAKARTAEE_9_NS - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
Jakarta EE 9 namespace.
Jar - Interface in org.apache.tomcat
Provides an abstraction for use by the various classes that need to scan JARs.
JAR - Enum constant in enum class org.apache.catalina.startup.ClassLoaderFactory.RepositoryType
Repository is a JAR file.
JAR_EXT - Static variable in class org.apache.tomcat.util.scan.Constants
JAR file extension.
jarContents - Variable in class org.apache.catalina.webresources.AbstractArchiveResourceSet
The JAR contents.
JarContents - Class in org.apache.catalina.webresources
This class represents the contents of a jar by determining whether a given resource might be in the cache, based on a bloom filter.
JarContents(Collection) - Constructor for class org.apache.catalina.webresources.JarContents
Populates the bit array from the provided set of JAR entries.
JarContents(JarFile) - Constructor for class org.apache.catalina.webresources.JarContents
Parses the passed-in jar and populates the bit array.
JarFactory - Class in org.apache.tomcat.util.scan
Provide a mechanism to obtain objects that implement Jar.
JarFileUrlJar - Class in org.apache.tomcat.util.scan
Implementation of Jar that is optimised for file based JAR URLs that refer directly to a JAR file (e.g.
JarFileUrlJar(URL, boolean) - Constructor for class org.apache.tomcat.util.scan.JarFileUrlJar
Constructs a new JarFileUrlJar.
JarFileUrlNestedJar - Class in org.apache.tomcat.util.scan
Implementation of Jar that is optimised for file based JAR URLs that refer to a JAR file nested inside a WAR (e.g.
JarFileUrlNestedJar(URL) - Constructor for class org.apache.tomcat.util.scan.JarFileUrlNestedJar
Constructs a new JarFileUrlNestedJar.
JarInputStreamWrapper(JarEntry, InputStream) - Constructor for class org.apache.catalina.webresources.AbstractArchiveResource.JarInputStreamWrapper
Creates a new JarInputStreamWrapper.
JarResource - Class in org.apache.catalina.webresources
Represents a single resource (file or directory) that is located within a JAR.
JarResource(AbstractArchiveResourceSet, String, String, JarEntry) - Constructor for class org.apache.catalina.webresources.JarResource
Constructs a new JarResource.
JarResourceRoot - Class in org.apache.catalina.webresources
Represents a JAR file as a resource root within a web application.
JarResourceRoot(WebResourceRoot, File, String, String) - Constructor for class org.apache.catalina.webresources.JarResourceRoot
Constructs a new JarResourceRoot.
JarResourceSet - Class in org.apache.catalina.webresources
Represents a WebResourceSet based on a JAR file.
JarResourceSet() - Constructor for class org.apache.catalina.webresources.JarResourceSet
A no argument constructor is required for this to work with the digester.
JarResourceSet(WebResourceRoot, String, String, String) - Constructor for class org.apache.catalina.webresources.JarResourceSet
Creates a new WebResourceSet based on a JAR file.
JarScanFilter - Interface in org.apache.tomcat
Filter used to determine which JAR files should be included in a scan.
JarScanner - Interface in org.apache.tomcat
Scans a web application and classloader hierarchy for JAR files.
JarScannerCallback - Interface in org.apache.tomcat
This interface is implemented by clients of the JarScanner to enable them to receive notification of a discovered JAR.
JarScannerFactory - Class in org.apache.jasper.compiler
Provide a mechanism for Jasper to obtain a reference to the JarScanner implementation.
JarScannerSF - Class in org.apache.catalina.storeconfig
Store server.xml Element JarScanner
JarScannerSF() - Constructor for class org.apache.catalina.storeconfig.JarScannerSF
Constructs a new JarScannerSF.
JarScanType - Enum Class in org.apache.tomcat
Defines the types of JAR scans that can be performed.
JarWarResource - Class in org.apache.catalina.webresources
Represents a single resource (file or directory) that is located within a JAR that in turn is located in a WAR file.
JarWarResource(AbstractArchiveResourceSet, String, String, JarEntry, String) - Constructor for class org.apache.catalina.webresources.JarWarResource
Constructs a new JarWarResource.
JarWarResourceSet - Class in org.apache.catalina.webresources
Represents a WebResourceSet based on a JAR file that is nested inside a packed WAR file.
JarWarResourceSet(WebResourceRoot, String, String, String, String) - Constructor for class org.apache.catalina.webresources.JarWarResourceSet
Creates a new WebResourceSet based on a JAR file that is nested inside a WAR.
JASPER_XML_BLOCK_EXTERNAL_INIT_PARAM - Static variable in class org.apache.catalina.Globals
Name of the ServletContext init-param that determines if the JSP engine will block external entities from being used in *.tld, *.jspx, *.tagx and tagplugin.xml files.
JASPER_XML_VALIDATION_TLD_INIT_PARAM - Static variable in class org.apache.catalina.Globals
Name of the ServletContext init-param that determines if the JSP engine should validate *.tld files when parsing them.
JasperAntLogger() - Constructor for class org.apache.jasper.compiler.AntCompiler.JasperAntLogger
Constructs a new JasperAntLogger.
JasperELResolver - Class in org.apache.jasper.el
Jasper-specific CompositeELResolver that optimizes certain functions to avoid unnecessary resolver calls.
JasperELResolver(List, ELResolver) - Constructor for class org.apache.jasper.el.JasperELResolver
Constructs a new JasperELResolver.
JasperELResolver.GraalBeanELResolver - Class in org.apache.jasper.el
Extend ELResolver for Graal to avoid bean info use if possible, as BeanELResolver needs manual reflection configuration.
JasperException - Exception Class in org.apache.jasper
Base class for all exceptions generated by the JSP engine.
JasperException(String) - Constructor for exception class org.apache.jasper.JasperException
Creates a JasperException with the specified reason.
JasperException(String, Throwable) - Constructor for exception class org.apache.jasper.JasperException
Creates a JasperException with the embedded exception and the reason for throwing a JasperException.
JasperException(Throwable) - Constructor for exception class org.apache.jasper.JasperException
Creates a JasperException with the embedded exception.
JasperInitializer - Class in org.apache.jasper.servlet
Initializer for the Jasper JSP Engine.
JasperInitializer() - Constructor for class org.apache.jasper.servlet.JasperInitializer
Constructs a new JasperInitializer.
JasperLoader - Class in org.apache.jasper.servlet
Class loader for loading servlet class files (corresponding to JSP files) and tag handler class files (corresponding to tag files).
JasperLoader(URL[], ClassLoader, String) - Constructor for class org.apache.jasper.servlet.JasperLoader
Constructs a new JasperLoader.
jaspicCallbackHandlerClass - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
The name of the JASPIC callback handler class.
JAVA_EE_SUBSTRING - Static variable in class org.apache.tomcat.buildutil.translate.Constants
Substring identifying Java EE packages.
javacError(String, Exception) - Method in class org.apache.jasper.compiler.ErrorDispatcher
Dispatches the given compilation error report and exception to the configured error handler.
javacError(String, Exception) - Method in interface org.apache.jasper.compiler.ErrorHandler
Processes the given javac error report and exception.
javacError(JavacErrorDetail[]) - Method in class org.apache.jasper.compiler.ErrorDispatcher
Dispatches the given javac compilation errors to the configured error handler.
javacError(JavacErrorDetail[]) - Method in interface org.apache.jasper.compiler.ErrorHandler
Processes the given javac compilation errors.
JavacErrorDetail - Class in org.apache.jasper.compiler
Class providing details about a javac compilation error.
JavacErrorDetail(String, int, StringBuilder) - Constructor for class org.apache.jasper.compiler.JavacErrorDetail
Constructor.
JavacErrorDetail(String, int, String, int, StringBuilder, JspCompilationContext) - Constructor for class org.apache.jasper.compiler.JavacErrorDetail
Constructor.
JavaClass - Class in org.apache.tomcat.util.bcel.classfile
Represents a Java class, that is, the data structures, constant pool, fields, methods and commands contained in a Java .class file.
javacLock - Static variable in class org.apache.jasper.compiler.AntCompiler
Lock object used to synchronize javac compilation when not forking.
JavaCompiler - Class in org.apache.jasper.compiler
Main JSP compiler class.
JavaCompiler() - Constructor for class org.apache.jasper.compiler.JavaCompiler
Constructs a new JavaCompiler.
JAVAEE_1_4_NS - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
Java EE 1.4 namespace.
JAVAEE_5_NS - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
Java EE 5 namespace.
JAVAEE_6_NS - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
Java EE 6 namespace.
JAVAEE_7_NS - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
Java EE 7 namespace.
JAVAEE_8_NS - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
Java EE 8 namespace.
javaEncoding - Variable in class org.apache.jasper.JspC
The java file encoding.
javaURLContextFactory - Class in org.apache.naming.java
Context factory for the "java:" namespace.
javaURLContextFactory() - Constructor for class org.apache.naming.java.javaURLContextFactory
Constructs a new javaURLContextFactory.
JAXRPCMAPPING - Static variable in class org.apache.naming.