Index

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

A

1. Acquire a JMX Implementation - Section in package org.apache.tomcat.util.modeler
 
a - Static variable in class org.apache.coyote.http11.Constants
'a'.
A - Static variable in class org.apache.coyote.http11.Constants
'A'.
abandon(PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
thread safe way to abandon a connection signals a connection to be abandoned. this will disconnect the connection, and log the stack trace if logAbandoned=true
ABANDONED - Enum constant in enum org.apache.tomcat.dbcp.pool2.DestroyMode
Destroy abandoned object.
ABANDONED - Enum constant in enum org.apache.tomcat.dbcp.pool2.PooledObjectState
Deemed abandoned, to be invalidated.
abandonedConfig - Variable in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Additional configuration properties for abandoned object tracking.
AbandonedConfig - Class in org.apache.tomcat.dbcp.pool2.impl
Configuration settings for abandoned object removal.
AbandonedConfig() - Constructor for class org.apache.tomcat.dbcp.pool2.impl.AbandonedConfig
Creates a new instance.
AbandonedTrace - Class in org.apache.tomcat.dbcp.dbcp2
Tracks connection usage for recovering and reporting abandoned connections.
AbandonedTrace() - Constructor for class org.apache.tomcat.dbcp.dbcp2.AbandonedTrace
Creates a new AbandonedTrace without config and without doing abandoned tracing.
AbandonedTrace(AbandonedTrace) - Constructor for class org.apache.tomcat.dbcp.dbcp2.AbandonedTrace
Constructs a new AbandonedTrace with a parent object.
ABNORMAL_SESSION_CLOSE_SEND_TIMEOUT_PROPERTY - Static variable in class org.apache.tomcat.websocket.Constants
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 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, 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 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 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.
AbstractHttp11JsseProtocol<S> - Class in org.apache.coyote.http11
 
AbstractHttp11JsseProtocol(AbstractJsseEndpoint) - Constructor for class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
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.
AbstractJsseEndpoint<S,U> - Class in org.apache.tomcat.util.net
 
AbstractJsseEndpoint() - Constructor for class org.apache.tomcat.util.net.AbstractJsseEndpoint
 
AbstractObjectCreationFactory - Class in org.apache.tomcat.util.digester
Abstract base class for ObjectCreationFactory implementations.
AbstractObjectCreationFactory() - Constructor for class org.apache.tomcat.util.digester.AbstractObjectCreationFactory
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, 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.FallBackAction
 
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.ParamsAction
 
accept(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.PlugIn
 
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 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_TIME - Enum constant in enum 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 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 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 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.core.ApplicationPushBuilder
 
addHeader(String, String) - Method in class org.apache.catalina.filters.AddDefaultCharsetFilter.ResponseWrapper
 
addHeader(String, String) - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
 
addHeader(String, String) - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
 
addHeader(String, String) - Method in class org.apache.coyote.Response
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.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 org.apache.tomcat.util.net.openssl.ciphers.MessageDigest
AEAD digest.
AES128 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Encryption
AES with 128-bit key.
AES128CCM - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Encryption
AES with 128-bit key in CCM mode.
AES128CCM8 - Enum constant in enum 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 org.apache.tomcat.util.net.openssl.ciphers.Encryption
AES with 128-bit key in GCM mode.
AES256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Encryption
AES with 256-bit key.
AES256CCM - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Encryption
AES with 256-bit key in CCM mode.
AES256CCM8 - Enum constant in enum 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 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 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 org.apache.catalina.authenticator.AuthenticatorBase.AllowCorsPreflight
Always allow CORS preflight bypass.
ALWAYS - Enum constant in enum org.apache.coyote.ContinueResponseTiming
Internal use only.
alwaysLog - Variable in class org.apache.catalina.ant.BaseRedirectorHelperTask
Flag which indicates that, if redirected, output should also be always sent to the log.
alwaysSend - Variable in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
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 - Variable in class org.apache.catalina.filters.ExpiresFilter.Duration
 
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 org.apache.tomcat.util.net.openssl.ciphers.Authentication
No authentication (i.e. use ADH or AECDH).
ANY - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Authentication
Any authentication (TLS 1.3).
ANY - Enum constant in enum 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 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.
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.
ApplicationPushBuilder - Class in org.apache.catalina.core
 
ApplicationPushBuilder(Request, HttpServletRequest) - Constructor for class org.apache.catalina.core.ApplicationPushBuilder
 
ApplicationServletRegistration - Class in org.apache.catalina.core
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 org.apache.tomcat.util.net.openssl.ciphers.Encryption
ARIA with 128-bit key in GCM mode.
ARIA256GCM - Enum constant in enum 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 org.apache.coyote.ActionCode
Callback for an async call to AsyncContext.complete().
ASYNC_DISPATCH - Enum constant in enum org.apache.coyote.ActionCode
Callback for an async call to AsyncContext.dispatch().
ASYNC_DISPATCHED - Enum constant in enum org.apache.coyote.ActionCode
Callback to indicate the actual dispatch has started and that the async state needs change.
ASYNC_END - Enum constant in enum org.apache.tomcat.util.net.AbstractEndpoint.Handler.SocketState
The asynchronous processing phase has ended.
ASYNC_ERROR - Enum constant in enum org.apache.coyote.ActionCode
Callback to trigger the error processing.
ASYNC_IO - Enum constant in enum org.apache.tomcat.util.net.AbstractEndpoint.Handler.SocketState
Asynchronous I/O is in progress.
ASYNC_IS_ASYNC - Enum constant in enum org.apache.coyote.ActionCode
Callback to determine if async processing is in progress.
ASYNC_IS_COMPLETING - Enum constant in enum org.apache.coyote.ActionCode
Call back to determine if async complete is in progress.
ASYNC_IS_DISPATCHING - Enum constant in enum org.apache.coyote.ActionCode
Callback to determine if async dispatch is in progress.
ASYNC_IS_ERROR - Enum constant in enum org.apache.coyote.ActionCode
Callback to determine if async is in error.
ASYNC_IS_STARTED - Enum constant in enum org.apache.coyote.ActionCode
Callback to determine if async dispatch is in progress.
ASYNC_IS_TIMINGOUT - Enum constant in enum org.apache.coyote.ActionCode
Callback to determine if async is timing out.
ASYNC_POST_PROCESS - Enum constant in enum org.apache.coyote.ActionCode
Callback to trigger post processing.
ASYNC_RUN - Enum constant in enum org.apache.coyote.ActionCode
Callback for an async call to AsyncContext.start(Runnable).
ASYNC_SETTIMEOUT - Enum constant in enum org.apache.coyote.ActionCode
Callback for an async call to AsyncContext.setTimeout(long)
ASYNC_START - Enum constant in enum org.apache.coyote.ActionCode
Callback for an async request.
ASYNC_SUPPORTED_ATTR - Static variable in class org.apache.catalina.Globals
Request attribute name indicating async is supported.
ASYNC_TIMEOUT - Enum constant in enum org.apache.coyote.ActionCode
Callback to trigger the processing of an async timeout.
AsyncChannelGroupUtil - Class in org.apache.tomcat.websocket
This is a utility class that enables multiple WsWebSocketContainer instances to share a single AsynchronousChannelGroup while ensuring that the group is destroyed when no longer required.
AsyncChannelWrapper - Interface in org.apache.tomcat.websocket
This is a wrapper for a AsynchronousSocketChannel that limits the methods available thereby simplifying the process of implementing SSL/TLS support since there are fewer methods to intercept.
AsyncChannelWrapperNonSecure - Class in org.apache.tomcat.websocket
Generally, just passes calls straight to the wrapped AsynchronousSocketChannel.
AsyncChannelWrapperNonSecure(AsynchronousSocketChannel) - Constructor for class org.apache.tomcat.websocket.AsyncChannelWrapperNonSecure
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) - Method in interface org.apache.catalina.Realm
authenticate(String, String, String, String, String, String, String, String) - Method in class org.apache.catalina.realm.RealmBase
Deprecated.
authenticate(String, String, String, String, String, String, String, String, String) - Method in interface org.apache.catalina.Realm
Try to authenticate with the specified username, which matches the digest calculated using the given parameters using the method described in RFC 7616.
authenticate(String, String, String, String, String, String, String, String, String) - Method in class org.apache.catalina.realm.CombinedRealm
 
authenticate(String, String, String, String, String, String, String, String, String) - Method in class org.apache.catalina.realm.JAASRealm
 
authenticate(String, String, String, String, String, String, String, String, String) - Method in class org.apache.catalina.realm.JNDIRealm
 
authenticate(String, String, String, String, String, String, String, String, String) - Method in class org.apache.catalina.realm.LockOutRealm
 
authenticate(String, String, String, String, String, String, String, String, String) - Method in class org.apache.catalina.realm.RealmBase
 
authenticate(String, CallbackHandler) - Method in class org.apache.catalina.realm.JAASRealm
Perform the actual JAAS authentication.
authenticate(X509Certificate[]) - Method in interface org.apache.catalina.Realm
Try to authenticate using a chain of X509Certificates.
authenticate(X509Certificate[]) - Method in class org.apache.catalina.realm.CombinedRealm
 
authenticate(X509Certificate[]) - Method in class org.apache.catalina.realm.JNDIRealm
 
authenticate(X509Certificate[]) - Method in class org.apache.catalina.realm.LockOutRealm
 
authenticate(X509Certificate[]) - Method in class org.apache.catalina.realm.RealmBase
 
authenticate(Connection, String, String) - Method in class org.apache.catalina.realm.DataSourceRealm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(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 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 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 in org.apache.catalina.authenticator
Defines the modes for handling CORS preflight requests in the authenticator.
AuthenticatorBase.SsoReauthenticationMode - Enum 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 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.
Base64 - Class in org.apache.tomcat.util.codec.binary
Deprecated.
Unused. This class will be removed in Tomcat 11 onwards.
Base64() - Constructor for class org.apache.tomcat.util.codec.binary.Base64
Deprecated.
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
Base64(boolean) - Constructor for class org.apache.tomcat.util.codec.binary.Base64
Deprecated.
Creates a Base64 codec used for decoding (all modes) and encoding in the given URL-safe mode.
Base64(int) - Constructor for class org.apache.tomcat.util.codec.binary.Base64
Deprecated.
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
Base64(int, byte[]) - Constructor for class org.apache.tomcat.util.codec.binary.Base64
Deprecated.
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
Base64(int, byte[], boolean) - Constructor for class org.apache.tomcat.util.codec.binary.Base64
Deprecated.
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
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.
BaseNCodec - Class in org.apache.tomcat.util.codec.binary
Deprecated.
Unused. This class will be removed in Tomcat 11 onwards.
BaseNCodec(int, int, int, int) - Constructor for class org.apache.tomcat.util.codec.binary.BaseNCodec
Deprecated.
Note lineLength is rounded down to the nearest multiple of the encoded block size.
BaseNCodec(int, int, int, int, byte) - Constructor for class org.apache.tomcat.util.codec.binary.BaseNCodec
Deprecated.
Note lineLength is rounded down to the nearest multiple of the encoded block size.
BaseNotificationBroadcaster - Class in org.apache.tomcat.util.modeler
Implementation of NotificationBroadcaster for attribute change notifications.
BaseNotificationBroadcaster() - Constructor for class org.apache.tomcat.util.modeler.BaseNotificationBroadcaster
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.
BasicCredentials(ByteChunk, Charset, boolean) - Constructor for class org.apache.catalina.authenticator.BasicAuthenticator.BasicCredentials
Deprecated.
Will be removed in Tomcat 11 onwards
BasicDataSource - Class in org.apache.tomcat.dbcp.dbcp2
Basic implementation of javax.sql.DataSource that is configured via JavaBeans properties.
BasicDataSource() - Constructor for class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
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 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
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 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 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.
BORINGSSL - Enum constant in enum 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 org.apache.tomcat.util.net.AbstractEndpoint.BindState
The endpoint was bound during initialization.
BOUND_ON_START - Enum constant in enum 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 org.apache.tomcat.util.net.openssl.ciphers.Group
Brainpool P-256 (brainpoolP256r1) elliptic curve group.
brainpoolP384r1 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Group
Brainpool P-384 (brainpoolP384r1) elliptic curve group.
brainpoolP512r1 - Enum constant in enum 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 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.
CallStackUtils - Class in org.apache.tomcat.dbcp.pool2.impl
Utility methods for CallStack.
CAMELLIA128 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Encryption
Camellia with 128-bit key.
CAMELLIA256 - Enum constant in enum 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
 
canonCachesDisabled - Static variable in class org.apache.tomcat.util.compat.JreCompat
 
canonCachesDisabledLock - Static variable in class org.apache.tomcat.util.compat.JreCompat
 
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 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.
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(Permission) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
check(Permission) - Method in interface org.apache.tomcat.util.security.PermissionCheck
Does this component have the given permission?
check(JarScanType, String) - Method in interface org.apache.tomcat.JarScanFilter
Check 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
 
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[]) - Static method in class org.apache.tomcat.util.net.openssl.OpenSSLUtil
Deprecated.
chooseKeyManager(KeyManager[], boolean) - Static method in class org.apache.tomcat.util.net.openssl.OpenSSLUtil
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 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 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 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 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 - Class in org.apache.catalina.startup
Represents a repository location and its type.
ClassLoaderFactory.RepositoryType - Enum 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.
classType - Static variable in class org.apache.catalina.core.StandardWrapper
Static class array used when the SecurityManager is turned on and Servlet.init is invoked.
clazz - Variable in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinition
Cached interceptor class.
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.SecurityManagerCallStack
 
clear() - Method in class org.apache.tomcat.dbcp.pool2.impl.SoftReferenceObjectPool
Clears any objects sitting idle in the pool.
clear() - Method in class org.apache.tomcat.dbcp.pool2.impl.ThrowableCallStack
 
clear() - Method in interface org.apache.tomcat.dbcp.pool2.KeyedObjectPool
Clears the pool, removing all pooled instances (optional operation).
clear() - Method in interface org.apache.tomcat.dbcp.pool2.ObjectPool
Clears any objects sitting idle in the pool, releasing any associated resources (optional operation).
clear() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
clear() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
clear() - Method in class org.apache.tomcat.util.collections.ConcurrentLruCache
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() - Method in class org.apache.tomcat.util.http.MimeHeaders
Deprecated.
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_DISCONNECT - Enum constant in enum org.apache.tomcat.util.http.Parameters.FailReason
 
CLIENT_FLUSH - Enum constant in enum org.apache.coyote.ActionCode
A flush() operation originated by the client ( i.e. a flush() on the servlet output stream or writer, called by a servlet ).
ClientAbortException - Exception 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 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 org.apache.coyote.ErrorState
The current request/response is in an error state and while it is safe to complete the current response it is not safe to continue to use the existing connection which must be closed once the response has been completed.
CLOSE_CONNECTION_NOW - Enum constant in enum org.apache.coyote.ErrorState
An error has been detected that impacts the underlying network connection.
CLOSE_NOW - Enum constant in enum org.apache.coyote.ActionCode
A serious error occurred from which it is not possible to recover safely.
CLOSE_NOW - Enum constant in enum org.apache.coyote.ErrorState
The current request/response is in an error state and it is not safe to continue to use them.
CLOSE_VAL - Static variable in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
Connection.close() method name
Closeable - Interface in org.apache.tomcat.util.http.fileupload.util
Interface of an object, which may be closed.
closeAll() - Static method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSourceFactory
Closes all pools associated with this class.
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 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 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 form 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
 
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
Listener to provide information to mod_heartbeat.c.
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[].
commaDelimitedListToStringArray(String) - Static method in class org.apache.catalina.filters.ExpiresFilter
Deprecated.
Unused. Will be removed in Tomcat 11.
commaDelimitedListToStringArray(String) - Static method in class org.apache.catalina.filters.RemoteIpFilter
Deprecated.
Unused. Will be removed in Tomcat 11 onwards.
commaDelimitedListToStringArray(String) - Static method in class org.apache.catalina.valves.RemoteIpValve
Deprecated.
Unused. Will be removed in Tomcat 11.
command - Variable in class org.apache.catalina.tribes.membership.MemberImpl
Command, so that the custom payload doesn't have to be used This is for internal tribes use, such as SHUTDOWN_COMMAND
COMMAND_END - Static variable in class org.apache.catalina.ssi.SSIProcessor
The end pattern
COMMAND_START - Static variable in class org.apache.catalina.ssi.SSIProcessor
The start pattern
commands - Variable in class org.apache.catalina.ssi.SSIProcessor
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 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(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 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 class org.apache.catalina.servlets.DefaultServlet.CompressionFormat
 
compressionFormats - Variable in class org.apache.catalina.servlets.DefaultServlet
List of compression formats to serve and their preference order.
compressionStream - Variable in class org.apache.coyote.http11.filters.GzipOutputFilter
Compression output stream.
concatenate(Compiler, Node.Nodes) - Static method in class org.apache.jasper.compiler.TextOptimizer
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.
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 "contextConfig" event for this Context.
configureStop() - Method in class org.apache.catalina.startup.ContextConfig
Process a "stop" event for this Context.
configureTask(AbstractRxTask) - Method in class org.apache.catalina.tribes.transport.RxTaskPool
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 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.
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.
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.coyote.tomcat5.CoyoteConnector 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
Store the Connector attributes.
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.
ContainerBase.PrivilegedAddChild - Class in org.apache.catalina.core
Perform addChild with the permissions of this class. addChild can be called with the XML parser on the stack, this allows the XML parser to have fewer privileges than Tomcat.
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
 
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
containsAlphabetOrPad(byte[]) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
Deprecated.
Tests a given byte array to see if it contains any characters within the alphabet or PAD.
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 - 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 org.apache.tomcat.util.net.SocketWrapperBase.CompletionHandlerCall
Operation should continue, the completion handler shouldn't be called.
ContinueResponseTiming - Enum 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 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 in org.apache.catalina.filters
Enumerates varies types of CORS requests.
count - Variable in class org.apache.catalina.WebResourceLockSet.ResourceLock
 
count() - Method in class org.apache.catalina.tribes.io.ObjectReader
Returns the number of packages that the reader has read
count() - Method in class org.apache.el.stream.Stream
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 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.
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() - Method in class org.apache.catalina.connector.Connector
Create (or allocate) and return a Request object suitable for specifying the contents of a Request to the responsible Container.
createRequest(String, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
Create a DeltaRequest instance.
createResponse() - Method in class org.apache.catalina.connector.Connector
Create (or allocate) and return a Response object suitable for receiving the contents of a Response from the responsible Container.
createRole(String, String) - Method in class org.apache.catalina.mbeans.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.
createSSLContext(SSLHostConfig) - Method in class org.apache.tomcat.util.net.AbstractJsseEndpoint
 
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) - Method in class org.apache.tomcat.util.net.AbstractJsseEndpoint
 
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.ha.deploy.FileMessageFactory
Deprecated.
Unused. This will be removed in Tomcat 11.
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 org.apache.tomcat.util.net.openssl.ciphers.Group
SM2 elliptic curve group.
curveSM2MLKEM768 - Enum constant in enum 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 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 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(byte[]) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
Deprecated.
Decodes a byte[] containing characters in the Base-N alphabet.
decode(byte[], int, int) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
Deprecated.
 
decode(PongMessage) - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholePong
 
decode(String) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
Deprecated.
Decodes a String containing characters in the Base-N alphabet.
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 org.apache.tomcat.util.buf.EncodedSolidusHandling
Decode the encoded solidus back to a forward slash character.
decodeBase64(byte[], int, int) - Static method in class org.apache.tomcat.util.codec.binary.Base64
Deprecated.
 
decodeBase64(String) - Static method in class org.apache.tomcat.util.codec.binary.Base64
Deprecated.
Decodes a Base64 String into octets.
decodeBase64URLSafe(String) - Static method in class org.apache.tomcat.util.codec.binary.Base64
Deprecated.
 
decodedURI() - Method in class org.apache.coyote.Request
Return the decoded request URI.
DecoderEntry - Class in org.apache.tomcat.websocket
 
DecoderEntry(Class, Class) - Constructor for class org.apache.tomcat.websocket.DecoderEntry
 
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 org.apache.catalina.authenticator.AuthenticatorBase.SsoReauthenticationMode
Use the default re-authentication mode determined by the SSO valve configuration.
DEFAULT - Enum constant in enum 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.
DEFAULT_WEIGHT - Static variable in class org.apache.coyote.http2.Constants
Deprecated.
Unused. Will be removed in Tomcat 11 onwards.
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 - Class in org.apache.catalina.servlets
 
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?
DeployXmlPermission - Class in org.apache.catalina.security
Grant this permission to a docBase to permit the web application to use any META-INF/context.xml that might be present with in the application when deployXML has been disabled at the Host level.
DeployXmlPermission(String) - Constructor for class org.apache.catalina.security.DeployXmlPermission
 
DeployXmlPermission(String, String) - Constructor for class org.apache.catalina.security.DeployXmlPermission
 
DEREF_ALIASES - Static variable in class org.apache.catalina.realm.JNDIRealm
Constant that holds the name of the environment property for specifying the manner in which aliases should be dereferenced.
derefAliases - Variable in class org.apache.catalina.realm.JNDIRealm
How aliases should be dereferenced during search operations.
deregister(String) - Method in class org.apache.catalina.authenticator.SingleSignOn
Deregister the specified single sign on identifier, and invalidate any associated sessions.
deregisterGlobalResourceAccess(Context) - 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 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.
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 org.apache.catalina.LifecycleState
Component has been destroyed.
DESTROYING - Enum constant in enum 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.
DestroyMode - Enum 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 org.apache.tomcat.util.net.openssl.ciphers.Authentication
Fixed DH authentication (kDHd or kDHr).
DHd - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.KeyExchange
DH cert, DSA CA cert (SSL_kDHd).
DHEPSK - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.KeyExchange
DHE with pre-shared key.
DHr - Enum constant in enum 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 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 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.
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 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 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 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 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 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 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 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.
doAsPrivilege(String, Filter) - Static method in class org.apache.catalina.security.SecurityUtil
Perform work as a particular Subject.
doAsPrivilege(String, Filter, Class[], Object[]) - Static method in class org.apache.catalina.security.SecurityUtil
Perform work as a particular Subject.
doAsPrivilege(String, Filter, Class[], Object[], Principal) - Static method in class org.apache.catalina.security.SecurityUtil
Perform work as a particular Subject.
doAsPrivilege(String, Servlet) - Static method in class org.apache.catalina.security.SecurityUtil
Perform work as a particular Subject.
doAsPrivilege(String, Servlet, Class[], Object[]) - Static method in class org.apache.catalina.security.SecurityUtil
Perform work as a particular Subject.
doAsPrivilege(String, Servlet, Class[], Object[], Principal) - Static method in class org.apache.catalina.security.SecurityUtil
Perform work as a particular Subject.
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.FailedRequestFilter
 
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.filters.WebdavFixFilter
Deprecated.
Check for the broken MS WebDAV client and if detected issue a re-direct that hopefully will cause the non-broken client to be used.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.ssi.SSIFilter
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
Process and forward 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.
doLoad() - Method in class org.apache.catalina.session.StandardManager
Load any currently active sessions that were previously unloaded to the appropriate persistence mechanism, if any.
doLock(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
LOCK Method.
doLogin(Request, String, String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Process the login request.
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 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 org.apache.tomcat.util.net.SendfileState
The file has been fully sent.
DONE - Enum constant in enum org.apache.tomcat.util.net.SocketWrapperBase.CompletionHandlerCall
The operation is complete, the completion handler should be called.
DONE - Enum constant in enum 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
 
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
Process and forward the POST request to our requestHandler().
doProcessingStats - Variable in class org.apache.catalina.ha.tcp.ReplicationValve
doProcessingStats (default = off)
doPropfind(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
PROPFIND Method.
doProppatch(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
PROPPATCH Method.
doPush(Request) - Method in class org.apache.coyote.AbstractProcessor
Process a push.
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.
doSetParentLogger(Logger, Logger) - Static method in class org.apache.juli.ClassLoaderLogManager
Set parent child relationship between the two specified loggers.
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.
doUnload() - Method in class org.apache.catalina.session.StandardManager
Save any currently active sessions in the appropriate persistence mechanism, if any.
doUnlock(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
UNLOCK Method.
doUpgrade(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, int, 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 org.apache.tomcat.util.net.SSLHostConfigCertificate.Type
DSA certificate type.
DSS - Enum constant in enum 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.
duplicates - Variable in class org.apache.catalina.session.ManagerBase
Deprecated.
This will be removed in Tomcat 11
Duration(int, ExpiresFilter.DurationUnit) - Constructor for class org.apache.catalina.filters.ExpiresFilter.Duration
 
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 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 org.apache.tomcat.util.net.SSLHostConfigCertificate.Type
Elliptic Curve certificate type.
ECDH - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Authentication
Fixed ECDH authentication (kECDHe or kECDHr).
ECDHe - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.KeyExchange
ECDH cert, ECDSA CA cert (SSL_kECDHe).
ECDHEPSK - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.KeyExchange
ECDHE with pre-shared key.
ECDHr - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.KeyExchange
ECDH cert, RSA CA cert (SSL_kECDHr).
ECDSA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Authentication
ECDSA authentication.
ecdsa_secp256r1_sha256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
ECDSA with P-256 and SHA-256.
ecdsa_secp384r1_sha384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
ECDSA with P-384 and SHA-384.
ecdsa_secp521r1_sha512 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
ECDSA with P-521 and SHA-512.
ecdsa_sha1 - Enum constant in enum 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 org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
EdDSA with Ed25519.
ed448 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
EdDSA with Ed448.
EdDSA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Authentication
EdDSA authentication.
EDH - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.KeyExchange
Temporary DH key, no DH cert (SSL_kDHE).
EECDH - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.KeyExchange
Ephemeral ECDH (SSL_kEECDH).
eGOST2814789CNT - Enum constant in enum 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(ELResolver) - Constructor for class org.apache.jasper.el.ELContextImpl
Create a new ELContextImpl with the given resolver.
ELContextImpl(ExpressionFactory) - Constructor for class org.apache.jasper.el.ELContextImpl
 
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.
ELResolverImpl - Class in org.apache.jasper.el
Deprecated.
ELResolverImpl(VariableResolver, ExpressionFactory) - Constructor for class org.apache.jasper.el.ELResolverImpl
Deprecated.
 
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 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(byte[]) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
Deprecated.
Encodes a byte[] containing binary data, into a byte[] containing characters in the alphabet.
encode(byte[]) - Static method in class org.apache.tomcat.util.security.MD5Encoder
Deprecated.
Encodes the 128 bit (16 bytes) MD5 into a 32 character String.
encode(byte[], int, int) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
Deprecated.
Encodes a byte[] containing binary data, into a byte[] containing characters in the alphabet.
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.
encodeAsString(byte[]) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
Deprecated.
Encodes a byte[] containing binary data, into a String containing characters in the appropriate alphabet.
encodeBase64(byte[], boolean) - Static method in class org.apache.tomcat.util.codec.binary.Base64
Deprecated.
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeBase64(byte[], boolean, boolean) - Static method in class org.apache.tomcat.util.codec.binary.Base64
Deprecated.
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeBase64(byte[], boolean, boolean, int) - Static method in class org.apache.tomcat.util.codec.binary.Base64
Deprecated.
Encodes binary data using the base64 algorithm, optionally chunking the output into 76 character blocks.
encodeBase64String(byte[]) - Static method in class org.apache.tomcat.util.codec.binary.Base64
Deprecated.
Encodes binary data using the base64 algorithm but does not chunk the output.
encodeBase64URLSafeString(byte[]) - Static method in class org.apache.tomcat.util.codec.binary.Base64
Deprecated.
Encodes binary data using a URL-safe variation of the base64 algorithm but does not chunk the output.
EncodedSolidusHandling - Enum in org.apache.tomcat.util.buf
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.servlets.DefaultServlet.CompressionFormat
 
encoding - Variable in class org.apache.catalina.valves.AccessLogValve
Character set used by the log file.
ENCODING - Static variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
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 in org.apache.tomcat.util.net.openssl.ciphers
Enumerates the encryption algorithms supported by OpenSSL cipher suites.
EncryptionLevel - Enum 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 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 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.
ensureBufferSize(int, BaseNCodec.Context) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
Deprecated.
Ensure that the buffer has room for size bytes
ensureUseCanonCachesFieldIsPopulated() - Method in class org.apache.tomcat.util.compat.Jre12Compat
 
ensureUseCanonCachesFieldIsPopulated() - Method in class org.apache.tomcat.util.compat.JreCompat
 
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 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.SecurePropertySource 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 class org.apache.catalina.ha.deploy.WarWatcher.WarInfo
 
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 class org.apache.catalina.tribes.ChannelException.FaultyMember
 
equals(Object) - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor.FragKey
 
equals(Object) - Method in class org.apache.catalina.tribes.group.RpcChannel.RpcCollector
 
equals(Object) - Method in class org.apache.catalina.tribes.group.RpcChannel.RpcCollectorKey
 
equals(Object) - Method in class org.apache.catalina.tribes.io.ChannelData
Compares to ChannelData objects, only compares on getUniqueId().equals(o.getUniqueId())
equals(Object) - Method in class org.apache.catalina.tribes.membership.MemberImpl
Returns true if the param o is a McastMember with the same name
equals(Object) - Method in 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 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 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.xreflection.SetPropertyClass
 
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 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 org.apache.tomcat.util.net.SendfileState
Something went wrong.
ERROR - Enum constant in enum 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 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 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(VariableResolver) - Method in class org.apache.jasper.el.ExpressionImpl
Deprecated.
 
evaluate(CharSequence, Resolver) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Evaluate the rule based on the context
evaluate(String, Class, VariableResolver, FunctionMapper) - Method in class org.apache.jasper.el.ExpressionEvaluatorImpl
Deprecated.
 
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 org.apache.tomcat.dbcp.pool2.PooledObjectState
In the queue, currently being tested for possible eviction.
EVICTION_RETURN_TO_HEAD - Enum constant in enum 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.
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
 
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 org.apache.tomcat.util.net.openssl.ciphers.EncryptionLevel
Export-grade 40-bit encryption.
EXP56 - Enum constant in enum 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 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 class org.apache.catalina.filters.ExpiresFilter.ExpiresConfiguration
 
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 - Class in org.apache.catalina.filters
ExpiresFilter.DurationUnit - Enum in org.apache.catalina.filters
Duration unit
ExpiresFilter.ExpiresConfiguration - Class in org.apache.catalina.filters
Main piece of configuration of the filter.
ExpiresFilter.StartingPoint - Enum in org.apache.catalina.filters
Expiration configuration starting point.
ExpiresFilter.XHttpServletResponse - Class in org.apache.catalina.filters
Wrapping extension of the HttpServletResponse to 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.
ExpressionEvaluatorImpl - Class in org.apache.jasper.el
Deprecated.
ExpressionEvaluatorImpl(ExpressionFactory) - Constructor for class org.apache.jasper.el.ExpressionEvaluatorImpl
Deprecated.
 
ExpressionFactoryImpl - Class in org.apache.el
Implementation of ExpressionFactory.
ExpressionFactoryImpl() - Constructor for class org.apache.el.ExpressionFactoryImpl
Creates a new ExpressionFactoryImpl instance.
ExpressionImpl - Class in org.apache.jasper.el
Deprecated.
ExpressionImpl(ValueExpression, ExpressionFactory) - Constructor for class org.apache.jasper.el.ExpressionImpl
Deprecated.
 
ExpressionParseTree - Class in org.apache.catalina.ssi
Represents a parsed expression.
ExpressionParseTree(String, SSIMediator) - Constructor for class org.apache.catalina.ssi.ExpressionParseTree
Creates a new parse tree for the specified expression.
ExpressionTokenizer - Class in org.apache.catalina.ssi
Parses an expression string to return the individual tokens.
ExpressionTokenizer(String) - Constructor for class org.apache.catalina.ssi.ExpressionTokenizer
Creates a new parser for the specified expression.
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 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 - Variable in class org.apache.catalina.servlets.DefaultServlet.CompressionFormat
 
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 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.
FailedRequestFilter - Class in org.apache.catalina.filters
Filter that will reject requests if there was a failure during parameter parsing.
FailedRequestFilter() - Constructor for class org.apache.catalina.filters.FailedRequestFilter
 
failedUsers - Variable in class org.apache.catalina.realm.LockOutRealm
Users whose last authentication attempt failed.
failFast - Variable in class org.apache.jasper.JspC
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.
FALLBACK_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
FALSE - Enum constant in enum 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 org.apache.tomcat.util.net.openssl.ciphers.Group
2048-bit finite field Diffie-Hellman group.
ffdhe3072 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Group
3072-bit finite field Diffie-Hellman group.
ffdhe4096 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Group
4096-bit finite field Diffie-Hellman group.
ffdhe6144 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Group
6144-bit finite field Diffie-Hellman group.
ffdhe8192 - Enum constant in enum 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.
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 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.SecurityManagerCallStack
 
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 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.
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) - Static method in class org.apache.tomcat.util.buf.StringCache
Deprecated.
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 org.apache.catalina.servlets.WebdavServlet.PropfindType
Find all properties.
FIND_BY_PROPERTY - Enum constant in enum org.apache.catalina.servlets.WebdavServlet.PropfindType
Find by specific property.
FIND_PROPERTY_NAMES - Enum constant in enum 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 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.
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 org.apache.coyote.ContinueResponseTiming
Convert a configuration string to the corresponding ContinueResponseTiming value.
fromString(String) - Static method in enum org.apache.tomcat.util.buf.EncodedSolidusHandling
Converts a string to the corresponding handling strategy.
fromString(String) - Static method in enum org.apache.tomcat.util.http.CookiesWithoutEquals
Convert a string to the corresponding CookiesWithoutEquals value.
fromString(String) - Static method in enum org.apache.tomcat.util.http.SameSiteCookies
Converts a string value to the corresponding SameSiteCookies enum constant.
fromString(String) - Static method in enum org.apache.tomcat.util.net.SSLHostConfig.CertificateVerification
Creates a CertificateVerification from a string value.
FULL - Enum constant in enum 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 - Class in org.apache.jasper.el
Deprecated.
FunctionMapperImpl() - Constructor for class org.apache.el.lang.FunctionMapperImpl
Creates a new empty function mapper.
FunctionMapperImpl(FunctionMapper) - Constructor for class org.apache.jasper.el.FunctionMapperImpl
Deprecated.
 
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 org.apache.tomcat.util.net.openssl.ciphers.Authentication
Fortezza authentication.
FZA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Encryption
FZA encryption.
FZA - Enum constant in enum 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, String, List) - Constructor for class org.apache.catalina.realm.GenericPrincipal
Deprecated.
This method will be removed in Tomcat 11 onwards
GenericPrincipal(String, String, List, Principal) - Constructor for class org.apache.catalina.realm.GenericPrincipal
Deprecated.
This method will be removed in Tomcat 11 onwards
GenericPrincipal(String, String, List, Principal, LoginContext) - Constructor for class org.apache.catalina.realm.GenericPrincipal
Deprecated.
This method will be removed in Tomcat 11 onwards
GenericPrincipal(String, String, List, Principal, LoginContext, GSSCredential) - Constructor for class org.apache.catalina.realm.GenericPrincipal
Deprecated.
This method will be removed in Tomcat 11 onwards
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
 
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 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.
getAllowHostHeaderMismatch() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Deprecated.
This will removed in Tomcat 11 onwards where allowHostHeaderMismatch will be hard-coded to false.
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 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 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 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 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 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 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.
getBytesUtf8(String) - Static method in class org.apache.tomcat.util.codec.binary.StringUtils
Deprecated.
Encodes the given string into a sequence of bytes using the UTF-8 charset, storing the result into a new byte array.
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 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
Get the character encoding used for this request.
getCharacterEncoding() - Method in class org.apache.coyote.Response
 
getCharacterEncoding() - Method in interface org.apache.tomcat.util.http.fileupload.RequestContext
Retrieve the character encoding for the request.
getCharacterEncoding() - Method in class org.apache.tomcat.util.http.fileupload.servlet.ServletRequestContext
Retrieve the character encoding for the request.
getCharacterStream(int) - Method in class org.apache.tomcat.dbcp.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
Get the character encoding used for this request.
getCharset() - Method in class org.apache.coyote.Response
 
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.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.
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.
getClazz() - Method in class org.apache.tomcat.websocket.DecoderEntry
 
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.
getClearReferencesObjectStreamClassCaches() - Method in class org.apache.catalina.core.StandardContext
 
getClearReferencesObjectStreamClassCaches() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
getClearReferencesRmiTargets() - Method in class org.apache.catalina.core.StandardContext
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
 
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
 
getCodeSource() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Get the SecurityManager Policy CodeSource for this web application context.
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.ELResolverImpl
Deprecated.
 
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
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 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
 
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 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 class org.apache.catalina.connector.Response
 
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
 
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.
getDeclaredFields(Class) - Static method in class org.apache.catalina.util.Introspection
Obtain the declared fields for a class taking account of any security manager that may be configured.
getDeclaredMethods(Class) - Static method in class org.apache.catalina.util.Introspection
Obtain the declared methods for a class taking account of any security manager that may be configured.
getDecodedRequestURI() - Method in class org.apache.catalina.authenticator.SavedRequest
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.
getDecoderClazz() - Method in class org.apache.tomcat.websocket.DecoderEntry
 
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.
getDefaultBufferSize() - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
Deprecated.
Gets the default buffer size.
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(ExpressionFactory) - Static method in class org.apache.jasper.el.ELContextImpl
 
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.
getDeferAccept() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Deprecated.
This code will be removed in Tomcat 11 onwards
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.ha.tcp.SendMessageData
Returns the destination of the message.
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) - Method in class org.apache.catalina.realm.RealmBase
Deprecated.
Unused. Use RealmBase.getDigest(String, String, String). Will be removed in Tomcat 11.
getDigest(String, String, String) - Method in class org.apache.catalina.realm.RealmBase
Return the digest associated with given principal's user name.
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.catalina.session.ManagerBase
Deprecated.
This will be removed in Tomcat 11
getDuplicates() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Returns the list of duplicate fragment names.
getDuration() - Method in 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 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 org.apache.tomcat.util.net.openssl.ciphers.Cipher
Returns the encryption algorithm.
getEncodedLength(byte[]) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
Deprecated.
Calculates the amount of space needed to encode the supplied array.
getEncodedPath() - Method in interface org.apache.catalina.Context
Return the URL encoded context path
getEncodedPath() - Method in class org.apache.catalina.core.StandardContext
 
getEncodedPath() - Method in class org.apache.catalina.startup.FailedContext
 
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.AbstractHttp11JsseProtocol
 
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.
getErrorCount() - Method in class org.apache.catalina.core.StandardContext
Deprecated.
The return type will change to long in Tomcat 11 onwards. Callers of this method should switch to storing the result of calls to this method in a long value rather than an int.
getErrorCount() - Method in class org.apache.catalina.core.StandardWrapper
Deprecated.
The return type will change to long in Tomcat 11 onwards. Callers of this method should switch to storing the result of calls to this method in a long value rather than an int.
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.catalina.ha.tcp.SendMessageData
Returns the exception that occurred when attempting to send the message.
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.
getExpressionEvaluator() - Method in class org.apache.jasper.runtime.JspContextWrapper
Deprecated.
getExpressionEvaluator() - Method in class org.apache.jasper.runtime.PageContextImpl
Deprecated.
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.
getFeatureDescriptors(ELContext, Object) - Method in class org.apache.el.stream.StreamELResolverImpl
Deprecated, for removal: This API element is subject to removal in a future version.
getFeatureDescriptors(ELContext, Object) - Method in class org.apache.jasper.el.ELResolverImpl
Deprecated.
 
getFeatureDescriptors(ELContext, Object) - Method in class org.apache.jasper.el.JasperELResolver.GraalBeanELResolver
 
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 class org.apache.jasper.compiler.SmapInput
 
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.
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.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() - Method in class org.apache.tomcat.websocket.MessageHandlerResult
 
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.core.ApplicationPushBuilder
 
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 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.core.ApplicationPushBuilder
 
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.
getHeight() - Method in class org.apache.jasper.compiler.Node.PlugIn
 
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 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 org.apache.tomcat.util.net.openssl.ciphers.Cipher
Returns the cipher ID.
getId() - Method in enum 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 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.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.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.tribes.util.JreCompat
 
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.net.SSLImplementation
Obtain an instance (not a singleton) of the implementation with the given class name.
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 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
 
getInternalProxies() - Method in class org.apache.catalina.valves.RemoteIpValve
 
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.
getIsThreadSafe() - Method in class org.apache.jasper.compiler.PageInfo
 
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 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 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 org.apache.tomcat.util.net.SSLHostConfigCertificate.Type
Returns the key type for this certificate type.
getKx() - Method in enum 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 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 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.
getLineNumber() - Method in class org.apache.jasper.compiler.SmapInput
 
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.AbstractJsseEndpoint
 
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.catalina.startup.ClassLoaderFactory.Repository
 
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 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.FailedRequestFilter
 
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 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
 
getMapping() - Method in class org.apache.catalina.mapper.WrapperMappingInfo
Returns the URL pattern.
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.ha.tcp.SendMessageData
Returns the message that was sent.
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
 
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.catalina.core.ApplicationPushBuilder
 
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 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.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.factory.webservices.ServiceRefFactory
Create a new serviceref instance.
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 org.apache.tomcat.util.net.openssl.ciphers.Cipher
Returns the OpenSSL alias.
getOpenSSLAltNames() - Method in enum 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
 
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
Returns a Map of the parameters of this 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.
getParseFailedReason() - Method in class org.apache.tomcat.util.http.Parameters
 
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.ApplicationPushBuilder
 
getPath() - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
 
getPath() - Method in class org.apache.catalina.core.StandardContext
 
getPath() - Method in class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
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
 
getPermissionCollection() - Method in class org.apache.jasper.compiler.JspRuntimeContext
Get the SecurityManager PermissionCollection for this web application context.
getPermissions(CodeSource) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Get the Permissions for a CodeSource.
getPermissions(CodeSource) - Method in class org.apache.jasper.servlet.JasperLoader
Get the Permissions for a CodeSource.
getPermittedSize() - Method in exception 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 protocol handler.
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.
getProperty(String, ClassLoader) - Method in class org.apache.tomcat.util.digester.EnvironmentPropertySource
 
getProperty(String, ClassLoader) - Method in class org.apache.tomcat.util.digester.ServiceBindingPropertySource
 
getProperty(String, ClassLoader) - Method in class org.apache.tomcat.util.digester.SystemPropertySource
 
getProperty(String, ClassLoader) - Method in interface org.apache.tomcat.util.IntrospectionUtils.SecurePropertySource
Obtain a property value, checking that code associated with the provided class loader has permission to access the property.
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 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 org.apache.tomcat.util.net.openssl.ciphers.Cipher
Returns the protocol version.
getProtocol() - Method in 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 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.catalina.core.ApplicationPushBuilder
 
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
 
getRejectIllegalHeader() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Deprecated.
This will removed in Tomcat 11 onwards where allowHostHeaderMismatch will be hard-coded to true.
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
Deprecated.
The return type will change to long in Tomcat 11 onwards. Callers of this method should switch to storing the result of calls to this method in a long value rather than an int.
getRequestCount() - Method in class org.apache.catalina.core.StandardWrapper
Deprecated.
The return type will change to long in Tomcat 11 onwards. Callers of this method should switch to storing the result of calls to this method in a long value rather than an int.
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.
getRequiredSecret() - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Deprecated.
Replaced by AbstractAjpProtocol.getSecret(). Will be removed in Tomcat 11 onwards
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 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 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.AbstractJsseEndpoint
 
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 class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
 
getServletContext() - Method in class org.apache.catalina.startup.FailedContext
 
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(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.core.ApplicationPushBuilder
 
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.AbstractHttp11JsseProtocol
 
getSniParseLimit() - Method in class org.apache.tomcat.util.net.AbstractJsseEndpoint
 
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 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.AbstractJsseEndpoint
 
getSslImplementationName() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
getSslImplementationName() - Method in class org.apache.tomcat.util.net.AbstractJsseEndpoint
 
getSslImplementationShortName() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
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.
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 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.
getStoreWriterClass() - Method in class org.apache.catalina.storeconfig.StoreDescription
Returns the fully qualified class name of the StoreWriter implementation.
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 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(int) - 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 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.
getTransientAttributes() - Method in class org.apache.catalina.storeconfig.StoreDescription
Returns the list of attribute names that should not be persisted.
getTransientChildren() - Method in class org.apache.catalina.storeconfig.StoreDescription
Returns the list of child class names that should not be persisted.
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.
getTrimCredentials() - Method in class org.apache.catalina.authenticator.BasicAuthenticator
Deprecated.
Will be removed in Tomcat 11 onwards.
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
 
getTrustedProxies() - Method in class org.apache.catalina.valves.RemoteIpValve
 
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.startup.ClassLoaderFactory.Repository
 
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.MessageHandlerResult
 
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.ELResolverImpl
Deprecated.
 
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 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").
getUnixDomainSocketAddress(String) - Method in class org.apache.tomcat.util.compat.Jre19Compat
 
getUnixDomainSocketAddress(String) - Method in class org.apache.tomcat.util.compat.Jre20Compat
 
getUnixDomainSocketAddress(String) - Method in class org.apache.tomcat.util.compat.Jre21Compat
 
getUnixDomainSocketAddress(String) - Method in class org.apache.tomcat.util.compat.Jre22Compat
 
getUnixDomainSocketAddress(String) - Method in class org.apache.tomcat.util.compat.JreCompat
Return Unix domain socket address for given path.
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.
getUseBloomFilterForArchives() - Method in interface org.apache.catalina.Context
Deprecated.
This method will be removed in Tomcat 11 onwards. Use WebResourceRoot.getArchiveIndexStrategy()
getUseBloomFilterForArchives() - Method in class org.apache.catalina.core.StandardContext
Deprecated.
getUseBloomFilterForArchives() - Method in class org.apache.catalina.startup.FailedContext
 
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 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 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 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 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
 
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 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 org.apache.tomcat.util.http.CookiesWithoutEquals
Get the string value of this enum constant.
getValue() - Method in enum 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.ELResolverImpl
Deprecated.
 
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.
getVariableResolver() - Method in class org.apache.jasper.runtime.JspContextWrapper
Deprecated.
getVariableResolver() - Method in class org.apache.jasper.runtime.PageContextImpl
Deprecated.
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.
getWidth() - Method in class org.apache.jasper.compiler.Node.PlugIn
 
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() - Method in class org.apache.catalina.mapper.WrapperMappingInfo
Returns the wrapper for the Servlet.
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 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 org.apache.tomcat.util.net.openssl.ciphers.KeyExchange
GOST key exchange (SSL_kGOST).
GOST01 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Authentication
GOST R 34.10-2001 authentication.
GOST89MAC - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.MessageDigest
GOST89MAC digest.
GOST94 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Authentication
GOST R 34.10-94 signature authentication.
GOST94 - Enum constant in enum 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 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 HttpSession, 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 not ( restart )
handleALL_SESSION_NOCONTEXTMANAGER(SessionMessage, Member) - Method in class org.apache.catalina.ha.session.DeltaManager
handle receive no context manager.
handleALL_SESSION_TRANSFERCOMPLETE(SessionMessage, Member) - Method in class org.apache.catalina.ha.session.DeltaManager
handle receive session state is complete transferred
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
 
handlePojoMethodException(Throwable) - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerBase
 
handlePossibleTurnover(Request) - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
handle possible session turn over.
handlePreflightCORS(HttpServletRequest, HttpServletResponse, FilterChain) - Method in class org.apache.catalina.filters.CorsFilter
Handles CORS pre-flight request.
handleQueryParameters() - Method in class org.apache.tomcat.util.http.Parameters
Process the query string into parameters
handler - Variable in class org.apache.tomcat.util.net.SocketWrapperBase.OperationState
Completion handler to invoke when the operation completes.
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 class org.apache.catalina.ha.deploy.WarWatcher.WarInfo
 
hashCode() - Method in class org.apache.catalina.realm.GenericPrincipal
 
hashCode() - Method in class org.apache.catalina.realm.RealmBase.AllRolesMode
 
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 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 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 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.xreflection.SetPropertyClass
 
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
Enables JULI to determine if the web application includes a local configuration without JULI having to look for the file which it may not have permission to do when running under a SecurityManager.
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 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 org.apache.tomcat.util.http.parser.HttpHeaderParser.HeaderParsePosition
Before reading a new line of a header.
HEADER_NAME - Enum constant in enum 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 org.apache.tomcat.util.http.parser.HttpHeaderParser.HeaderParsePosition
Reading all bytes until the next CRLF.
HEADER_START - Enum constant in enum org.apache.tomcat.util.http.parser.HttpHeaderParser.HeaderParsePosition
Start of a new header.
HEADER_VALUE - Enum constant in enum org.apache.tomcat.util.http.parser.HttpHeaderParser.HeaderParsePosition
Reading the header value.
HEADER_VALUE_START - Enum constant in enum 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 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.
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 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, boolean, 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 in org.apache.tomcat.util.http.parser
Possible parser positions during header parsing.
HttpHeaderParser.HeaderParseStatus - Enum 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.
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.tribes.group.interceptors.TwoPhaseCommitInterceptor.MapEntry
 
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.
IDEA - Enum constant in enum 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 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 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 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 org.apache.tomcat.util.log.UserDataHelper.Mode
Log at INFO level.
INFO_THEN_DEBUG - Enum constant in enum 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.AbstractJsseEndpoint
 
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 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 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.core.StandardVirtualThreadExecutor
 
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 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() - Constructor for class org.apache.catalina.connector.InputBuffer
Default constructor.
InputBuffer(int) - Constructor for class org.apache.catalina.connector.InputBuffer
Alternate constructor which allows specifying the initial buffer size.
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 - 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.
IntrospectionUtils.SecurePropertySource - Interface in org.apache.tomcat.util
 
intsToCommaDelimitedString(int[]) - Static method in class org.apache.catalina.filters.ExpiresFilter
Convert an array of ints into a comma-delimited string
INVALID - Enum constant in enum org.apache.tomcat.dbcp.pool2.PooledObjectState
Failed maintenance (e.g. eviction test or validation) and will be / has been destroyed
INVALID_CONTENT_TYPE - Enum constant in enum org.apache.tomcat.util.http.Parameters.FailReason
 
INVALID_CORS - Enum constant in enum 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.
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.naming.factory.webservices.ServiceProxy
 
invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.DisposableConnectionFacade
 
invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
 
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.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_ERROR - Enum constant in enum org.apache.tomcat.util.http.Parameters.FailReason
 
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 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 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_PUSH_SUPPORTED - Enum constant in enum org.apache.coyote.ActionCode
Is server push supported and allowed for the current request?
IS_SECURITY_ENABLED - Static variable in class org.apache.catalina.Globals
Has security been turned on?
IS_SECURITY_ENABLED - Static variable in class org.apache.coyote.Constants
Has security been turned on?
IS_SECURITY_ENABLED - Static variable in class org.apache.jasper.Constants
Has security been turned on?
IS_SECURITY_ENABLED - Static variable in class org.apache.tomcat.dbcp.dbcp2.Utils
Deprecated.
No replacement.
IS_SECURITY_ENABLED - Static variable in class org.apache.tomcat.util.descriptor.Constants
 
IS_SECURITY_ENABLED - Static variable in class org.apache.tomcat.util.net.Constants
 
IS_SECURITY_ENABLED - Static variable in class org.apache.tomcat.util.threads.Constants
Has security been turned on?
IS_TRAILER_FIELDS_READY - Enum constant in enum org.apache.coyote.ActionCode
Are the request trailer fields ready to be read?
IS_TRAILER_FIELDS_SUPPORTED - Enum constant in enum 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 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 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.Jre12Compat
 
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 org.apache.tomcat.util.net.SSLHostConfigCertificate.Type
Checks if this certificate type is compatible with the given authentication type.
isCompatibleWith(SignatureScheme) - Method in enum 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.FailedRequestFilter
 
isConfigProblemFatal() - Method in class org.apache.catalina.filters.FilterBase
Determines if an exception when calling a setter or an unknown configuration attribute triggers the failure of 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 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 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 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 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.
isInAlphabet(byte) - Method in class org.apache.tomcat.util.codec.binary.Base64
Deprecated.
Returns whether or not the octet is in the Base64 alphabet.
isInAlphabet(byte) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
Deprecated.
Returns whether or not the octet is in the current alphabet.
isInAlphabet(char) - Static method in class org.apache.tomcat.util.codec.binary.Base64
Deprecated.
 
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 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
 
isJre12Available() - Static method in class org.apache.tomcat.util.compat.JreCompat
 
isJre16Available() - Static method in class org.apache.tomcat.util.compat.JreCompat
 
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
isJspWildCard() - Method in class org.apache.catalina.mapper.WrapperMappingInfo
Returns whether this is a mapping for JSP files.
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.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 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.
isPackageProtectionEnabled() - Static method in class org.apache.catalina.security.SecurityUtil
Return the SecurityManager only if Security is enabled AND package protection mechanism is enabled.
isPackageProtectionEnabled() - Static method in class org.apache.jasper.security.SecurityUtil
Return the SecurityManager only if Security is enabled AND package protection mechanism is enabled.
isPackageSealed(String, Manifest) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Returns true if the specified package name is sealed according to the given manifest.
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.
isParallelAnnotationScanning() - Method in interface org.apache.catalina.Context
Deprecated.
This method will be removed in Tomcat 11 onwards
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.
isParseFailed() - Method in class org.apache.tomcat.util.http.Parameters
 
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.
isPushSupported() - Method in class org.apache.coyote.AbstractProcessor
Protocols that support push should override this method and return true.
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.ELResolverImpl
Deprecated.
 
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
isResourceOnly() - Method in class org.apache.catalina.mapper.WrapperMappingInfo
Returns whether this is a resource only mapping.
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 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 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.
isThreadSafe() - Method in class org.apache.jasper.compiler.PageInfo
 
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.
isUrlSafe() - Method in class org.apache.tomcat.util.codec.binary.Base64
Deprecated.
Returns our current encode mode.
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.
isXssProtectionEnabled() - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
Deprecated.
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_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 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 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, PermissionCollection) - Constructor for class org.apache.jasper.servlet.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.ServiceRef
Jaxrpcmapping address type.
Jdbc41Bridge - Class in org.apache.tomcat.dbcp.dbcp2
Defines bridge methods to JDBC 4.1 (Java 7 or above) methods to allow call sites to operate safely (without AbstractMethodError) when using a JDBC driver written for JDBC 4.0 (Java 6 or above).
Jdbc41Bridge() - Constructor for class org.apache.tomcat.dbcp.dbcp2.Jdbc41Bridge
Deprecated.
Constructor will be private in the next major release.
JDBCAccessLogValve - Class in org.apache.catalina.valves
Deprecated.
Non scalable design, and not documented. Will be removed in Tomcat 12.
JDBCAccessLogValve() - Constructor for class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
Class constructor.
jdbcCompliant() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDriver
 
JdbcInterceptor - Class in org.apache.tomcat.jdbc.pool
Abstract class that is to be extended for implementations of interceptors.
JdbcInterceptor() - Constructor for class org.apache.tomcat.jdbc.pool.JdbcInterceptor
Public constructor for instantiation through reflection
JdbcLeakPrevention - Class in org.apache.catalina.loader
This class is loaded by WebappClassLoaderBase to enable it to deregister JDBC drivers forgotten by the web application.
JdbcLeakPrevention() - Constructor for class org.apache.catalina.loader.JdbcLeakPrevention
Constructs a new JdbcLeakPrevention.
JdkLoggerFormatter - Class in org.apache.juli
A more compact formatter.
JdkLoggerFormatter() - Constructor for class org.apache.juli.JdkLoggerFormatter
Constructs a new JdkLoggerFormatter.
JDTCompiler - Class in org.apache.jasper.compiler
JDT class compiler.
JDTCompiler() - Constructor for class org.apache.jasper.compiler.JDTCompiler
Constructs a new JDTCompiler.
JK_AJP13_CPING_REQUEST - Static variable in class org.apache.coyote.ajp.Constants
AJP13 cping request message prefix code.
JK_AJP13_CPONG_REPLY - Static variable in class org.apache.coyote.ajp.Constants
AJP13 cpong reply message prefix code.
JK_AJP13_END_RESPONSE - Static variable in class org.apache.coyote.ajp.Constants
AJP13 end response message prefix code.
JK_AJP13_FORWARD_REQUEST - Static variable in class org.apache.coyote.ajp.Constants
AJP13 forward request message prefix code.
JK_AJP13_GET_BODY_CHUNK - Static variable in class org.apache.coyote.ajp.Constants
AJP13 get body chunk message prefix code.
JK_AJP13_PING_REQUEST - Static variable in class org.apache.coyote.ajp.Constants
AJP13 ping request message prefix code.
JK_AJP13_SEND_BODY_CHUNK - Static variable in class org.apache.coyote.ajp.Constants
AJP13 send body chunk message prefix code.
JK_AJP13_SEND_HEADERS - Static variable in class org.apache.coyote.ajp.Constants
AJP13 send headers message prefix code.
JK_AJP13_SHUTDOWN - Static variable in class org.apache.coyote.ajp.Constants
AJP13 shutdown message prefix code.
JKStatusUpdateTask - Class in org.apache.catalina.ant
Ant task that implements the /status command, supported by the mod_jk status (1.2.9) application.
JKStatusUpdateTask() - Constructor for class org.apache.catalina.ant.JKStatusUpdateTask
Constructs a new JKStatusUpdateTask.
JMX_CONNECTION_BASE_EXT - Static variable in class org.apache.tomcat.dbcp.dbcp2.Constants
Constant used to build JMX strings.
JMX_CONNECTION_POOL_BASE_EXT - Static variable in class org.apache.tomcat.dbcp.dbcp2.Constants
Constant used to build JMX strings.
JMX_CONNECTION_POOL_PREFIX - Static variable in class org.apache.tomcat.dbcp.dbcp2.Constants
Constant used to build JMX strings.
JMX_SERVICE_PREFIX - Static variable in class org.apache.catalina.ant.jmx.JMXAccessorTask
JMX service URL prefix.
JMX_SERVICE_SUFFIX - Static variable in class org.apache.catalina.ant.jmx.JMXAccessorTask
JMX service URL suffix.
JMX_STATEMENT_POOL_BASE_EXT - Static variable in class org.apache.tomcat.dbcp.dbcp2.Constants
Constant used to build JMX strings.
JMX_STATEMENT_POOL_PREFIX - Static variable in class org.apache.tomcat.dbcp.dbcp2.Constants
Constant used to build JMX strings.
JMXAccessorCondition - Class in org.apache.catalina.ant.jmx
Definition:
JMXAccessorCondition() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorCondition
Constructs a new JMXAccessorCondition.
JMXAccessorConditionBase - Class in org.apache.catalina.ant.jmx
Base class for JMX accessor conditions.
JMXAccessorConditionBase() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
Constructs a new JMXAccessorConditionBase.
JMXAccessorCreateTask - Class in org.apache.catalina.ant.jmx
Create new MBean at JMX JSR 160 MBeans Server.
JMXAccessorCreateTask() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
Constructs a new JMXAccessorCreateTask.
JMXAccessorEqualsCondition - Class in org.apache.catalina.ant.jmx
Definition
JMXAccessorEqualsCondition() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
Constructs a new JMXAccessorEqualsCondition.
JMXAccessorGetTask - Class in org.apache.catalina.ant.jmx
Access JMX JSR 160 MBeans Server.
JMXAccessorGetTask() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorGetTask
Constructs a new JMXAccessorGetTask.
JMXAccessorInvokeTask - Class in org.apache.catalina.ant.jmx
Access JMX JSR 160 MBeans Server.
JMXAccessorInvokeTask() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
Constructs a new JMXAccessorInvokeTask.
JMXAccessorQueryTask - Class in org.apache.catalina.ant.jmx
Query for Mbeans.
JMXAccessorQueryTask() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorQueryTask
Constructs a new JMXAccessorQueryTask.
JMXAccessorSetTask - Class in org.apache.catalina.ant.jmx
Access JMX JSR 160 MBeans Server.
JMXAccessorSetTask() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorSetTask
Constructs a new JMXAccessorSetTask.
JMXAccessorTask - Class in org.apache.catalina.ant.jmx
Access JMX JSR 160 MBeans Server.
JMXAccessorTask() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorTask
Constructs a new JMXAccessorTask.
JMXAccessorUnregisterTask - Class in org.apache.catalina.ant.jmx
unregister an MBean at JMX JSR 160 MBeans Server.
JMXAccessorUnregisterTask() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorUnregisterTask
Constructs a new JMXAccessorUnregisterTask.
JmxChannel - Interface in org.apache.catalina.tribes
JMX channel interface for managing JMX registration of a channel.
jmxCreate(MBeanServerConnection, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
Create new MBean from ClassLoader identified by an ObjectName.
JmxEnabled - Interface in org.apache.catalina
This interface is implemented by components that will be registered with an MBean server when they are created and unregistered when they are destroyed.
jmxExecute(MBeanServerConnection) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
 
jmxExecute(MBeanServerConnection) - Method in class org.apache.catalina.ant.jmx.JMXAccessorGetTask
 
jmxExecute(MBeanServerConnection) - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
 
jmxExecute(MBeanServerConnection) - Method in class org.apache.catalina.ant.jmx.JMXAccessorQueryTask
 
jmxExecute(MBeanServerConnection) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
 
jmxExecute(MBeanServerConnection) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Execute the specified command, based on the configured properties.
jmxExecute(MBeanServerConnection) - Method in class org.apache.catalina.ant.jmx.JMXAccessorUnregisterTask
 
jmxGet(MBeanServerConnection, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorGetTask
Get property value.
JMXGetTask - Class in org.apache.catalina.ant
Ant task that implements the JMX Get command (/jmxproxy/?
JMXGetTask() - Constructor for class org.apache.catalina.ant.JMXGetTask
Constructs a new JMXGetTask.
jmxInvoke(MBeanServerConnection, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
Invoke specified operation.
jmxPool - Variable in class org.apache.tomcat.jdbc.pool.ConnectionPool
reference to the JMX mbean
JMXProxyServlet - Class in org.apache.catalina.manager
This servlet will dump JMX attributes in a simple format and implement proxy services for modeler.
JMXProxyServlet() - Constructor for class org.apache.catalina.manager.JMXProxyServlet
Constructs a new JMXProxyServlet.
jmxQuery(MBeanServerConnection, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorQueryTask
Call Mbean server for some mbeans with same domain, attributes. with attributebinding=true you can save all attributes from all found objects
JMXQueryTask - Class in org.apache.catalina.ant
Ant task that implements the JMX Query command (/jmxproxy/?
JMXQueryTask() - Constructor for class org.apache.catalina.ant.JMXQueryTask
Constructs a new JMXQueryTask.
JmxRegistry - Class in org.apache.catalina.tribes.jmx
JMX registry for managing MBean registration for a channel.
jmxSet(MBeanServerConnection, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
Set property value.
JMXSetTask - Class in org.apache.catalina.ant
Ant task that implements the JMX Set command (/jmxproxy/?
JMXSetTask() - Constructor for class org.apache.catalina.ant.JMXSetTask
Constructs a new JMXSetTask.
jmxUnregister(MBeanServerConnection, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorUnregisterTask
Unregister MBean.
JmxUtil - Class in org.apache.tomcat.jdbc.pool.jmx
Utility class for JMX registration of JDBC pool components.
JNDI - Section in package org.apache.tomcat.dbcp.dbcp2.datasources
 
JNDIConnection(String, String[], String, String) - Constructor for class org.apache.catalina.realm.JNDIRealm.JNDIConnection
Constructs a new JNDIConnection.
JNDIRealm - Class in org.apache.catalina.realm
Implementation of Realm that works with a directory server accessed via the Java Naming and Directory Interface (JNDI) APIs.
JNDIRealm() - Constructor for class org.apache.catalina.realm.JNDIRealm
Constructs a new JNDIRealm.
JNDIRealm.JNDIConnection - Class in org.apache.catalina.realm
Class holding the connection to the directory plus the associated non thread safe message formats.
JNDIRealm.User - Class in org.apache.catalina.realm
A protected class representing a User
JniLifecycleListener - Class in org.apache.catalina.core
An implementation of LifeCycleListener that loads a native library into the JVM.
JniLifecycleListener() - Constructor for class org.apache.catalina.core.JniLifecycleListener
Constructs a new JniLifecycleListener.
join(Iterable, char, StringBuilder) - Static method in class org.apache.tomcat.util.buf.StringUtils
Joins the elements of an iterable with the specified separator and appends the result to the given StringBuilder.
join(Iterable, char, Function, StringBuilder) - Static method in class org.apache.tomcat.util.buf.StringUtils
Joins the elements of an iterable using the specified separator and function, and appends the result to the given StringBuilder.
join(String[]) - Static method in class org.apache.tomcat.util.buf.StringUtils
Joins the elements of a string array with a comma separator.
join(String[], char, StringBuilder) - Static method in class org.apache.tomcat.util.buf.StringUtils
Joins the elements of a string array with the specified separator and appends the result to the given StringBuilder.
join(String, String) - Static method in class org.apache.tomcat.util.buf.StringUtils
Joins two strings with a comma separator.
join(Collection) - Static method in class org.apache.tomcat.util.buf.StringUtils
Joins the elements of a collection with a comma separator.
join(Collection, char) - Static method in class org.apache.tomcat.util.buf.StringUtils
Joins the elements of a collection with the specified separator.
join(Collection, String) - Static method in class org.apache.catalina.filters.CorsFilter
Joins elements of Set into a string, where each element is separated by the provided separator.
join(T[], char, Function, StringBuilder) - Static method in class org.apache.tomcat.util.buf.StringUtils
Joins the elements of an array using the specified separator and function, and appends the result to the given StringBuilder.
Jre12Compat - Class in org.apache.tomcat.util.compat
 
Jre12Compat() - Constructor for class org.apache.tomcat.util.compat.Jre12Compat
 
Jre14Compat - Class in org.apache.catalina.tribes.util
 
Jre14Compat() - Constructor for class org.apache.catalina.tribes.util.Jre14Compat
 
Jre19Compat - Class in org.apache.tomcat.util.compat
 
Jre19Compat() - Constructor for class org.apache.tomcat.util.compat.Jre19Compat
 
Jre20Compat - Class in org.apache.tomcat.util.compat
 
Jre20Compat() - Constructor for class org.apache.tomcat.util.compat.Jre20Compat
 
Jre21Compat - Class in org.apache.tomcat.util.compat
 
Jre21Compat() - Constructor for class org.apache.tomcat.util.compat.Jre21Compat
 
Jre22Compat - Class in org.apache.tomcat.util.compat
JRE 22 compatibility implementation.
Jre22Compat() - Constructor for class org.apache.tomcat.util.compat.Jre22Compat
Constructs a new Jre22Compat.
JreCompat - Class in org.apache.catalina.tribes.util
This is the base implementation class for JRE compatibility and provides an implementation based on Java 11.
JreCompat - Class in org.apache.tomcat.util.compat
This is the base implementation class for JRE compatibility and provides an implementation based on Java 11.
JreCompat() - Constructor for class org.apache.catalina.tribes.util.JreCompat
 
JreCompat() - Constructor for class org.apache.tomcat.util.compat.JreCompat
Constructs a new JreCompat.
JreMemoryLeakPreventionListener - Class in org.apache.catalina.core
Provide a workaround for known places where the Java Runtime environment can cause a memory leak or lock files.
JreMemoryLeakPreventionListener() - Constructor for class org.apache.catalina.core.JreMemoryLeakPreventionListener
Constructs a new JreMemoryLeakPreventionListener.
JrePlatform - Class in org.apache.tomcat.util.compat
Provides flags for detecting the operating system platform.
JrePlatform() - Constructor for class org.apache.tomcat.util.compat.JrePlatform
Constructs a new JrePlatform instance.
JreVendor - Class in org.apache.tomcat.util.compat
Provides flags for detecting the JVM vendor.
JreVendor() - Constructor for class org.apache.tomcat.util.compat.JreVendor
Constructs a new JreVendor instance.
JsonAccessLogValve - Class in org.apache.catalina.valves
Access log valve derivative that rewrites entries as JSON.
JsonAccessLogValve() - Constructor for class org.apache.catalina.valves.JsonAccessLogValve
Constructs a new JsonAccessLogValve.
JsonAccessLogValve.CharElement - Class in org.apache.catalina.valves
write any char
JsonErrorReportValve - Class in org.apache.catalina.valves
Implementation of a Valve that outputs error JSON.
JsonErrorReportValve() - Constructor for class org.apache.catalina.valves.JsonErrorReportValve
Constructs a new JsonErrorReportValve.
JsonFormatter - Class in org.apache.juli
Provides the same information as the one line format but using JSON formatting.
JsonFormatter() - Constructor for class org.apache.juli.JsonFormatter
Constructs a new JsonFormatter.
JsonFormatter.JSONFilter - Class in org.apache.juli
Provides escaping of values so they can be included in a JSON document.
JSP_ATTRIBUTE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
JSP namespace name for the attribute action.
JSP_ATTRIBUTE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
JSP namespace name for the attribute directive action.
JSP_BODY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
JSP namespace name for the body action.
JSP_DECLARATION_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
JSP namespace name for the declaration action.
JSP_DOBODY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
JSP namespace name for the doBody action.
JSP_ELEMENT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
JSP namespace name for the element action.
JSP_EXPRESSION_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
JSP namespace name for the expression action.
JSP_FACTORY_POOL_SIZE_INIT_PARAM - Static variable in class org.apache.jasper.Constants
Name of the ServletContext init-param that determines the JSP factory pool size.
JSP_FALLBACK_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_FORWARD_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
JSP namespace name for the forward action.
JSP_GET_PROPERTY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
JSP namespace name for the getProperty action.
JSP_INCLUDE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
JSP namespace name for the include action.
JSP_INCLUDE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
JSP namespace name for the include directive action.
JSP_INVOKE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
JSP namespace name for the invoke action.
JSP_OUTPUT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
JSP namespace name for the output action.
JSP_PAGE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
JSP namespace name for the page directive action.
JSP_PARAM_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
JSP namespace name for the param action.
JSP_PARAMS_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_PLUGIN_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
JSP_ROOT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
JSP namespace name for the root action.
JSP_SCRIPTLET_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
JSP namespace name for the scriptlet action.
JSP_SERVLET_CLASS - Static variable in class org.apache.catalina.core.Constants
The fully qualified class name of the JSP servlet.
JSP_SET_PROPERTY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
JSP namespace name for the setProperty action.
JSP_TAG_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
JSP namespace name for the tag directive action.
JSP_TAGLIB_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
JSP namespace name for the taglib directive action.
JSP_TEXT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
JSP namespace name for the text action.
JSP_TEXT_ACTION_END - Static variable in interface org.apache.jasper.compiler.TagConstants
Closing tag for the text action.
JSP_URI - Static variable in interface org.apache.jasper.compiler.TagConstants
The standard JSP namespace URI.
JSP_USE_BEAN_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
JSP namespace name for the useBean action.
JSP_VARIABLE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
JSP namespace name for the variable directive action.
JspApplicationContextImpl - Class in org.apache.jasper.runtime
Implementation of JspApplicationContext.
JspApplicationContextImpl() - Constructor for class org.apache.jasper.runtime.JspApplicationContextImpl
Constructs a new JspApplicationContextImpl instance.
JspC - Class in org.apache.jasper
Shell for the jspc compiler.
JspC() - Constructor for class org.apache.jasper.JspC
Creates a new JspC instance.
JspCompilationContext - Class in org.apache.jasper
A placeholder for various things that are used throughout the JSP engine.
JspCompilationContext(String, TagInfo, Options, ServletContext, JspServletWrapper, JspRuntimeContext, Jar) - Constructor for class org.apache.jasper.JspCompilationContext
Creates a compilation context for a tag file.
JspCompilationContext(String, Options, ServletContext, JspServletWrapper, JspRuntimeContext) - Constructor for class org.apache.jasper.JspCompilationContext
Creates a compilation context for a JSP page.
jspConfig - Variable in class org.apache.jasper.JspC
JSP configuration parsed from web.xml.
jspConfig - Variable in class org.apache.tomcat.util.descriptor.web.WebRuleSet
The SetJspConfig rule used to parse the web.xml
JspConfig - Class in org.apache.jasper.compiler
Handles the jsp-config element in WEB_INF/web.xml.
JspConfig(ServletContext) - Constructor for class org.apache.jasper.compiler.JspConfig
Creates a new JspConfig instance for the given servlet context.
JspConfig.JspProperty - Class in org.apache.jasper.compiler
Represents the JSP property configuration values for a JSP page or group of pages.
JspConfig.JspPropertyGroup - Class in org.apache.jasper.compiler
Represents a JSP property group with a path, extension, and associated JSP property.
JspConfigDescriptorImpl - Class in org.apache.tomcat.util.descriptor.web
Implementation of JspConfigDescriptor that provides access to JSP property groups and tag library descriptors.
JspConfigDescriptorImpl(Collection, Collection) - Constructor for class org.apache.tomcat.util.descriptor.web.JspConfigDescriptorImpl
Creates a new JspConfigDescriptorImpl instance.
jspContext - Variable in class org.apache.jasper.runtime.JspFragmentHelper
The JSP context associated with this fragment.
JspContextWrapper - Class in org.apache.jasper.runtime
Implementation of a JSP Context Wrapper.
JspContextWrapper(JspTag, JspContext, ArrayList, ArrayList, ArrayList, Map) - Constructor for class org.apache.jasper.runtime.JspContextWrapper
Creates a new JspContextWrapper instance.
JspCServletContext - Class in org.apache.jasper.servlet
Simple ServletContext implementation without HTTP-specific methods.
JspCServletContext(PrintWriter, URL, ClassLoader, boolean, boolean) - Constructor for class org.apache.jasper.servlet.JspCServletContext
Create a new instance of this ServletContext implementation.
jspDestroy() - Method in class org.apache.jasper.runtime.HttpJspBase
 
JspELException - Exception Class in org.apache.jasper.el
Exception wrapper that adds a JSP-specific mark to an ELException for better error tracking.
JspELException(String, ELException) - Constructor for exception class org.apache.jasper.el.JspELException
Creates a new JspELException wrapping the given ELException with a mark prefix.
jspError(Exception) - Method in class org.apache.jasper.compiler.ErrorDispatcher
Dispatches the given parsing exception to the configured error handler.
jspError(Exception, String, String...) - Method in class org.apache.jasper.compiler.ErrorDispatcher
Dispatches the given JSP parse error to the configured error handler.
jspError(String, int, int, String, Exception) - Method in interface org.apache.jasper.compiler.ErrorHandler
Processes the given JSP parse error.
jspError(String, Exception) - Method in interface org.apache.jasper.compiler.ErrorHandler
Processes the given JSP parse error.
jspError(String, String...) - Method in class org.apache.jasper.compiler.ErrorDispatcher
Dispatches the given JSP parse error to the configured error handler.
jspError(Mark, Exception, String, String...) - Method in class org.apache.jasper.compiler.ErrorDispatcher
Dispatches the given JSP parse error to the configured error handler.
jspError(Mark, String, String...) - Method in class org.apache.jasper.compiler.ErrorDispatcher
Dispatches the given JSP parse error to the configured error handler.
jspError(Node, Exception, String, String...) - Method in class org.apache.jasper.compiler.ErrorDispatcher
Dispatches the given JSP parse error to the configured error handler.
jspError(Node, String, String...) - Method in class org.apache.jasper.compiler.ErrorDispatcher
Dispatches the given JSP parse error to the configured error handler.
JspFactoryImpl - Class in org.apache.jasper.runtime
Implementation of JspFactory.
JspFactoryImpl() - Constructor for class org.apache.jasper.runtime.JspFactoryImpl
Creates a new JspFactoryImpl instance with default pool size settings.
JspFragmentHelper - Class in org.apache.jasper.runtime
Helper class from which all Jsp Fragment helper classes extend.
JspFragmentHelper(int, JspContext, JspTag) - Constructor for class org.apache.jasper.runtime.JspFragmentHelper
Creates a new JspFragmentHelper instance.
JspHelper - Class in org.apache.catalina.manager
Helper JavaBean for JSPs, because JSTL 1.1/EL 2.0 is too dumb to do what I need (call methods with parameters), or I am too dumb to use it correctly. :)
jspInit() - Method in class org.apache.jasper.runtime.HttpJspBase
 
JspMethodExpression - Class in org.apache.jasper.el
Wrapper around a MethodExpression that adds JSP-specific error tracking with marks.
JspMethodExpression() - Constructor for class org.apache.jasper.el.JspMethodExpression
Default constructor required by Externalizable.
JspMethodExpression(String, MethodExpression) - Constructor for class org.apache.jasper.el.JspMethodExpression
Creates a new JspMethodExpression wrapping the given target expression.
JspMethodNotFoundException - Exception Class in org.apache.jasper.el
Exception wrapper that adds a JSP-specific mark to a MethodNotFoundException for better error tracking.
JspMethodNotFoundException(String, MethodNotFoundException) - Constructor for exception class org.apache.jasper.el.JspMethodNotFoundException
Creates a new JspMethodNotFoundException wrapping the given exception with a mark prefix.
jspMonitorON - Variable in class org.apache.catalina.core.StandardWrapper
The ObjectName of the JSP monitoring mbean
JspProperty(String, String, String, String, String, Collection, Collection, String, String, String, String, String) - Constructor for class org.apache.jasper.compiler.JspConfig.JspProperty
Creates a new JspProperty instance with the specified configuration values.
JspPropertyGroup - Class in org.apache.tomcat.util.descriptor.web
Representation of a jsp-property-group element in web.xml.
JspPropertyGroup() - Constructor for class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
Creates a new JspPropertyGroup instance with default settings.
JspPropertyGroupDescriptorImpl - Class in org.apache.tomcat.util.descriptor.web
Implementation of JspPropertyGroupDescriptor that wraps a JspPropertyGroup.
JspPropertyGroupDescriptorImpl(JspPropertyGroup) - Constructor for class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
Constructs an instance that wraps the given JspPropertyGroup.
JspPropertyNotFoundException - Exception Class in org.apache.jasper.el
Exception thrown when a JSP property is not found.
JspPropertyNotFoundException(String, PropertyNotFoundException) - Constructor for exception class org.apache.jasper.el.JspPropertyNotFoundException
Constructs an instance with the given mark and cause.
JspPropertyNotWritableException - Exception Class in org.apache.jasper.el
Exception thrown when a JSP property is not writable.
JspPropertyNotWritableException(String, PropertyNotWritableException) - Constructor for exception class org.apache.jasper.el.JspPropertyNotWritableException
Constructs an instance with the given mark and cause.
JspRuntimeContext - Class in org.apache.jasper.compiler
Class for tracking JSP compile time file dependencies when the >%@include file="
JspRuntimeContext(ServletContext, Options) - Constructor for class org.apache.jasper.compiler.JspRuntimeContext
Create a JspRuntimeContext for a web application context.
JspRuntimeLibrary - Class in org.apache.jasper.runtime
Bunch of util methods that are used by code generated for useBean, getProperty and setProperty.
JspServlet - Class in org.apache.jasper.servlet
The Jasper JSP engine.
JspServlet() - Constructor for class org.apache.jasper.servlet.JspServlet
Default constructor.
JspServletWrapper - Class in org.apache.jasper.servlet
The Jasper JSP engine.
JspServletWrapper(ServletConfig, Options, String, JspRuntimeContext) - Constructor for class org.apache.jasper.servlet.JspServletWrapper
Constructs a JspServletWrapper for JSP pages.
JspServletWrapper(ServletContext, Options, String, TagInfo, JspRuntimeContext, Jar) - Constructor for class org.apache.jasper.servlet.JspServletWrapper
Constructs a JspServletWrapper for tag files.
JspSourceDependent - Interface in org.apache.jasper.runtime
Interface for tracking the source files dependencies, for the purpose of compiling out of date pages.
JspSourceDirectives - Interface in org.apache.jasper.runtime
Provides runtime access to selected compile time directives.
JspSourceImports - Interface in org.apache.jasper.runtime
The EL engine needs access to the imports used in the JSP page to configure the ELContext.
JspUtil - Class in org.apache.jasper.compiler
This class has all the utility method(s).
JspUtil.ValidAttribute - Class in org.apache.jasper.compiler
Represents a valid attribute for a tag.
JspValueExpression - Class in org.apache.jasper.el
Wrapper for providing context to ValueExpressions.
JspValueExpression() - Constructor for class org.apache.jasper.el.JspValueExpression
Default constructor for deserialization.
JspValueExpression(String, ValueExpression) - Constructor for class org.apache.jasper.el.JspValueExpression
Constructs an instance with the given mark and target expression.
jspWildCard - Variable in class org.apache.catalina.mapper.Mapper.MappedWrapper
Whether this is a JSP wildcard mapping.
jspWildCard - Variable in class org.apache.catalina.mapper.MappingData
Whether this is a JSP wildcard mapping.
JspWriterImpl - 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.
JspWriterImpl() - Constructor for class org.apache.jasper.runtime.JspWriterImpl
Default constructor.
JspWriterImpl(ServletResponse, int, boolean) - Constructor for class org.apache.jasper.runtime.JspWriterImpl
Create a new buffered character-output stream that uses an output buffer of the given size.
JSSE - Enum constant in enum org.apache.tomcat.util.net.SSLHostConfig.Type
JSSE configuration.
JSSEImplementation - Class in org.apache.tomcat.util.net.jsse
JSSE-based SSL implementation.
JSSEImplementation() - Constructor for class org.apache.tomcat.util.net.jsse.JSSEImplementation
Default constructor.
JSSEKeyManager - Class in org.apache.tomcat.util.net.jsse
X509KeyManager which allows selection of a specific key pair and certificate chain (identified by their keystore alias name) to be used by the server to authenticate itself to SSL clients.
JSSEKeyManager(X509KeyManager, String) - Constructor for class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Constructor.
JSSESupport - Class in org.apache.tomcat.util.net.jsse
JSSESupport.
JSSESupport(SSLSession, Map) - Constructor for class org.apache.tomcat.util.net.jsse.JSSESupport
Constructs an instance for the given SSL session.
jsseToOpenSSL(String) - Static method in class org.apache.tomcat.util.net.openssl.ciphers.OpenSSLCipherConfigurationParser
Converts a JSSE cipher name to an OpenSSL cipher name.
JSSEUtil - Class in org.apache.tomcat.util.net.jsse
SSLUtil implementation for JSSE.
JSSEUtil(SSLHostConfigCertificate) - Constructor for class org.apache.tomcat.util.net.jsse.JSSEUtil
Constructs an instance for the given certificate.
JSSEUtil(SSLHostConfigCertificate, boolean) - Constructor for class org.apache.tomcat.util.net.jsse.JSSEUtil
Constructs an instance for the given certificate.
jsw - Variable in class org.apache.jasper.compiler.Compiler
The JSP servlet wrapper.
JVM_CLASSFILE_MAGIC - Static variable in class org.apache.tomcat.util.bcel.Const
Java class file format Magic number: -889275714.
JvmRouteBinderValve - Class in org.apache.catalina.ha.session
Valve to handle Tomcat jvmRoute takeover using mod_jk module after node failure.
JvmRouteBinderValve() - Constructor for class org.apache.catalina.ha.session.JvmRouteBinderValve
Default constructor.

K

KEEP_ALIVE_HEADER_NAME - Static variable in class org.apache.coyote.http11.Constants
Keep-Alive header name.
KEEP_ALIVE_HEADER_VALUE_TOKEN - Static variable in class org.apache.coyote.http11.Constants
Keep-alive header value token.
keepalive() - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
keepalive() - Method in interface org.apache.catalina.tribes.transport.DataSender
Keepalive.
keepalive() - Method in class org.apache.catalina.tribes.transport.nio.ParallelNioSender
 
keepalive() - Method in class org.apache.catalina.tribes.transport.PooledSender
 
keepAliveState - Variable in class org.apache.tomcat.util.net.SendfileDataBase
Is the current request being processed on a keep-alive connection?
keepAliveTime - Variable in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
Keep alive time.
keepGenerated() - Method in class org.apache.jasper.JspCompilationContext
Returns whether the generated code is kept after compilation.
key - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
Private key.
key - Variable in class org.apache.catalina.tribes.group.RpcChannel.RpcCollector
The collector key.
key - Variable in class org.apache.catalina.valves.rewrite.Substitution.MapElement
The key elements for the map lookup.
key - Variable in class org.apache.catalina.valves.rewrite.Substitution.ServerVariableElement
The server variable name to resolve.
key - Variable in class org.apache.catalina.valves.rewrite.Substitution.ServerVariableEnvElement
The environment variable name to resolve.
key - Variable in class org.apache.catalina.valves.rewrite.Substitution.ServerVariableHttpElement
The HTTP header name to resolve.
key - Variable in class org.apache.catalina.valves.rewrite.Substitution.ServerVariableSslElement
The SSL variable name to resolve.
key - Variable in class org.apache.catalina.WebResourceLockSet.ResourceLock
 
key(ClassLoader[]) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
Deserializes the key using the given class loaders.
KEY_PASSWORD - Static variable in class org.apache.tomcat.dbcp.dbcp2.Constants
JDBC properties and URL key for passwords.
KEY_SIZE_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we store the key size being used for this SSL connection (as an object of type Integer).
KEY_SIZE_KEY - Static variable in interface org.apache.tomcat.util.net.SSLSupport
The Request attribute key for the key size.
KEY_USER - Static variable in class org.apache.tomcat.dbcp.dbcp2.Constants
JDBC properties and URL key for users.
KeyedObjectPool<K,V> - Interface in org.apache.tomcat.dbcp.pool2
A "keyed" pooling interface.
KeyedPooledObjectFactory<K,V> - Interface in org.apache.tomcat.dbcp.pool2
An interface defining life-cycle methods for instances to be served by a KeyedObjectPool.
KeyedReentrantReadWriteLock - Class in org.apache.tomcat.util.concurrent
Provides a reentrant read/write lock for a given key.
KeyedReentrantReadWriteLock() - Constructor for class org.apache.tomcat.util.concurrent.KeyedReentrantReadWriteLock
Default constructor.
KeyExchange - Enum in org.apache.tomcat.util.net.openssl.ciphers
Key exchange algorithms supported by OpenSSL.
keys() - Method in class org.apache.catalina.session.DataSourceStore
 
keys() - Method in class org.apache.catalina.session.FileStore
 
keys() - Method in class org.apache.catalina.session.StandardSession
Returns the names of all currently defined session attributes as an array of Strings.
keys() - Method in interface org.apache.catalina.Store
Return an array containing the session identifiers of all Sessions currently saved in this Store.
keySet() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Returns a set view of the keys contained in this map.
keySet() - Method in class org.apache.catalina.util.ParameterMap
keySetFull() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Gets the complete set of keys in the map.
KeyStoreUtil - Class in org.apache.tomcat.util.security
 
known - Variable in class org.apache.tomcat.util.digester.Digester
List of known objects for code generation purposes.
Known Limitations - Section in package org.apache.tomcat.util.digester
 
KRB5 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Authentication
KRB5 authentication.
KRB5 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.KeyExchange
Kerberos 5 key exchange (SSL_kKRB5).
KRB5_CONF_PROPERTY - Static variable in class org.apache.catalina.authenticator.Constants
The system property for the Kerberos 5 configuration file path.
KubernetesMembershipProvider - Class in org.apache.catalina.tribes.membership.cloud
A MembershipProvider that uses Kubernetes API to retrieve the members of a cluster.
KubernetesMembershipProvider() - Constructor for class org.apache.catalina.tribes.membership.cloud.KubernetesMembershipProvider
Default constructor.

L

L10N_PREFIX - Static variable in class org.apache.tomcat.buildutil.translate.Constants
Prefix for localization string files.
L10N_SUFFIX - Static variable in class org.apache.tomcat.buildutil.translate.Constants
Suffix for localization properties files.
LambdaExpressionNestedState - Class in org.apache.el.lang
Stores the state required for correct evaluation of lambda expressions.
LambdaExpressionNestedState() - Constructor for class org.apache.el.lang.LambdaExpressionNestedState
Default constructor.
landingPage - Variable in class org.apache.catalina.authenticator.FormAuthenticator
Landing page to use if a user tries to access the login page directly or if the session times out during login.
last - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
Stop the rewriting process here and don't apply any additional rewriting rules.
last - Variable in class org.apache.jasper.util.FastRemovalDequeue
Last element of the queue.
last() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
LAST_MODIFICATION_TIME - Enum constant in enum org.apache.catalina.filters.ExpiresFilter.StartingPoint
Expiration relative to the last modification time.
LAST_MODIFIED - Static variable in class org.apache.catalina.servlets.DefaultServlet.SortManager.Order
Sort by last modified descending.
LAST_MODIFIED_ASC - Static variable in class org.apache.catalina.servlets.DefaultServlet.SortManager.Order
Sort by last modified ascending.
lastAccess - Variable in class org.apache.catalina.tribes.io.ObjectReader
Timestamp of the last access.
lastAccessAtStart - Variable in class org.apache.catalina.session.StandardSession
The behavior of the last access check.
lastAccessedTime - Variable in class org.apache.catalina.session.StandardSession
The last accessed time for this Session.
lastActiveFilter - Variable in class org.apache.coyote.http11.Http11OutputBuffer
Index of the last active filter.
lastCheck - Variable in class org.apache.catalina.tribes.transport.nio.NioReceiver
Timestamp of the last socket timeout check.
lastChunk - Variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
The last chunk buffer.
lastHeardFrom - Variable in class org.apache.catalina.tribes.membership.Membership.MbrEntry
The last time we heard from this member.
lastMatchCount - Variable in class org.apache.catalina.ssi.SSIMediator
Number of regex match groups from the last match operation.
lastMessageProcessed - Variable in class org.apache.catalina.ha.deploy.FileMessageFactory
The number of the last message processed.
lastModified - Variable in class org.apache.catalina.ha.deploy.FileMessageFactory
The time this instance was last modified.
lastModified - Variable in class org.apache.catalina.ha.deploy.WarWatcher.WarInfo
The last time this file was modified.
lastModified - Variable in class org.apache.catalina.loader.ResourceEntry
The "last modified" time of the origin file at the time this resource was loaded, in milliseconds since the epoch.
lastModified - Variable in class org.apache.catalina.ssi.ResponseIncludeWrapper
The last modified time.
lastModifiedDate - Variable in class org.apache.catalina.ssi.SSIMediator
Last modified date of the document being processed.
lastSendTime - Variable in class org.apache.catalina.ha.tcp.ReplicationValve
Total number of requests.
lastState - Variable in class org.apache.catalina.ha.deploy.WarWatcher.WarInfo
The last known state of the file.
lastTimestamp - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
The last timestamp used to generate a nonce.
lastTimestampLock - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
Lock object used to ensure unique timestamps for nonce generation.
lastWriteWasOpen - Variable in class org.apache.catalina.util.XMLWriter
Flag to track whether the last write operation was an opening tag.
latch - Variable in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ItemFuture
The latch used to wait for an item.
latch - Variable in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ItemFuture
The latch.
LAX - Enum constant in enum org.apache.tomcat.util.http.SameSiteCookies
Cookie is only sent on same-site requests and cross-site top level navigation GET requests
LazyReplicatedMap<K,V> - Class in org.apache.catalina.tribes.tipis
A smart implementation of a stateful replicated map. uses primary/secondary backup strategy.
LazyReplicatedMap(AbstractReplicatedMap.MapOwner, Channel, long, String, int, float, ClassLoader[]) - Constructor for class org.apache.catalina.tribes.tipis.LazyReplicatedMap
Creates a new map
LazyReplicatedMap(AbstractReplicatedMap.MapOwner, Channel, long, String, int, ClassLoader[]) - Constructor for class org.apache.catalina.tribes.tipis.LazyReplicatedMap
Creates a new map
LazyReplicatedMap(AbstractReplicatedMap.MapOwner, Channel, long, String, ClassLoader[]) - Constructor for class org.apache.catalina.tribes.tipis.LazyReplicatedMap
Creates a new map
LazyReplicatedMap(AbstractReplicatedMap.MapOwner, Channel, long, String, ClassLoader[], boolean) - Constructor for class org.apache.catalina.tribes.tipis.LazyReplicatedMap
Creates a new map
LC_OFFSET - Static variable in class org.apache.coyote.http11.Constants
Lower case offset.
leader - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
The leader member.
leftOver(Serializable, Member) - Method in interface org.apache.catalina.tribes.group.RpcCallback
If the reply has already been sent to the requesting thread, the rpc callback can handle any data that comes in after the fact.
leftOver(Serializable, Member) - Method in class org.apache.catalina.tribes.membership.StaticMembershipProvider
 
leftOver(Serializable, Member) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Handles a left over membership message.
LEFTOVER_SIZE - Static variable in class org.apache.tomcat.util.buf.B2CConverter
Maximum size for leftover bytes used for incomplete characters during decoding.
LEGACY_SERVER_EMBED_XML - Static variable in class org.apache.catalina.startup.CatalinaBaseConfigurationSource
Legacy name for the embedded server XML configuration file.
len - Variable in class org.apache.coyote.ajp.AjpMessage
This actually means different things depending on whether the packet is read or write.
length - Variable in class org.apache.tomcat.util.net.SendfileDataBase
The number of bytes remaining to be written from the file (from the current SendfileDataBase.pos).
length - Variable in class org.apache.tomcat.util.net.SocketWrapperBase.OperationState
Number of buffers in the operation.
length() - Method in class org.apache.tomcat.util.buf.CharChunk
 
LexicalCondition() - Constructor for class org.apache.catalina.valves.rewrite.RewriteCond.LexicalCondition
Default constructor.
LF - Static variable in class org.apache.coyote.http11.Constants
LF.
LF - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
The Line Feed ASCII character value.
Library - Class in org.apache.tomcat.jni
Manages loading of the Tomcat Native (tcnative) library.
LibraryNotFoundError - Exception Class in org.apache.tomcat.jni
Exception thrown when a required native library cannot be found.
LibraryNotFoundError(String, String) - Constructor for exception class org.apache.tomcat.jni.LibraryNotFoundError
Constructs an instance with the given library names and error messages.
LIBRESSL - Enum constant in enum org.apache.tomcat.util.net.openssl.OpenSSLStatus.Name
LibreSSL.
Lifecycle - Interface in org.apache.catalina
Common interface for component life cycle methods.
Lifecycle.SingleUse - Interface in org.apache.catalina
Marker interface used to indicate that the instance should only be used once.
LifecycleBase - Class in org.apache.catalina.util
Base implementation of the Lifecycle interface that implements the state transition rules for Lifecycle.start() and Lifecycle.stop()
LifecycleBase() - Constructor for class org.apache.catalina.util.LifecycleBase
Default constructor.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.core.AprLifecycleListener
Primary entry point for startup and shutdown events.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.core.ContextNamingInfoListener
 
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.core.FrameworkListener
 
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.core.JniLifecycleListener
 
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
 
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.core.NamingContextListener
 
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.core.OpenSSLLifecycleListener
Primary entry point for startup and shutdown events.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.core.PropertiesRoleMappingListener
 
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.core.StandardEngine.AccessLogListener
 
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.core.ThreadLocalLeakPreventionListener
Listens for LifecycleEvent for the start of the Server to initialize itself and then for after_stop events of each Context.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.ha.backend.HeartbeatListener
 
lifecycleEvent(LifecycleEvent) - Method in interface org.apache.catalina.LifecycleListener
Acknowledge the occurrence of the specified event.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.mapper.MapperListener
 
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
Primary entry point for startup and shutdown events.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.security.SecurityListener
 
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.security.TLSCertificateReloadListener
 
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.startup.ContextConfig
Process events for an associated Context.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.startup.EngineConfig
Process the START event for an associated Engine.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.startup.HostConfig
Process the START event for an associated Host.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.startup.ListenerCreateRule.OptionalListener
 
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.startup.Tomcat.DefaultWebXmlListener
 
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.startup.Tomcat.FixContextListener
 
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.startup.UserConfig
Process the START and STOP events for an associated Host.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.startup.VersionLoggerListener
 
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
Register StoreRegistry after Start the complete Server.
LifecycleEvent - Class in org.apache.catalina
General event for notifying listeners of significant changes on a component that implements the Lifecycle interface.
LifecycleEvent(Lifecycle, String, Object) - Constructor for class org.apache.catalina.LifecycleEvent
Construct a new LifecycleEvent with the specified parameters.
LifecycleException - Exception Class in org.apache.catalina
General purpose exception that is thrown to indicate a lifecycle related problem.
LifecycleException() - Constructor for exception class org.apache.catalina.LifecycleException
Construct a new LifecycleException with no other information.
LifecycleException(String) - Constructor for exception class org.apache.catalina.LifecycleException
Construct a new LifecycleException for the specified message.
LifecycleException(String, Throwable) - Constructor for exception class org.apache.catalina.LifecycleException
Construct a new LifecycleException for the specified message and throwable.
LifecycleException(Throwable) - Constructor for exception class org.apache.catalina.LifecycleException
Construct a new LifecycleException for the specified throwable.
LifecycleListener - Interface in org.apache.catalina
Interface defining a listener for significant events (including "component start" and "component stop") generated by a component that implements the Lifecycle interface.
LifecycleListenerRule - Class in org.apache.catalina.startup
Rule that creates a new LifecycleListener and associates it with the top object on the stack which must implement Container.
LifecycleListenerRule(String, String) - Constructor for class org.apache.catalina.startup.LifecycleListenerRule
Construct a new instance of this Rule.
LifecycleMBeanBase - Class in org.apache.catalina.util
Base implementation of MBean registration for lifecycle components.
LifecycleMBeanBase() - Constructor for class org.apache.catalina.util.LifecycleMBeanBase
Default constructor.
LifecycleState - Enum in org.apache.catalina
The list of valid states for components that implement Lifecycle.
limit(Number) - Method in class org.apache.el.stream.Stream
Returns a stream consisting of the first count elements of this stream.
Limitations of Digester Namespace support - Section in package org.apache.tomcat.util.digester
 
LimitedInputStream - Class in org.apache.tomcat.util.http.fileupload.util
An input stream, which limits its data size.
LimitedInputStream(InputStream, long) - Constructor for class org.apache.tomcat.util.http.fileupload.util.LimitedInputStream
Creates a new instance.
LimitLatch - Class in org.apache.tomcat.util.threads
Shared latch that allows the latch to be acquired a limited number of times after which all subsequent requests to acquire the latch will be placed in a FIFO queue until one of the shares is returned.
LimitLatch(long) - Constructor for class org.apache.tomcat.util.threads.LimitLatch
Instantiates a LimitLatch object with an initial limit.
lineBuffer - Variable in class org.apache.catalina.connector.CoyoteReader
Buffer used for reading lines.
LineInfo() - Constructor for class org.apache.jasper.compiler.SmapStratum.LineInfo
Creates a new LineInfo instance with default values.
lineLength - Variable in class org.apache.tomcat.util.codec.binary.BaseNCodec
Deprecated.
Chunksize for encoding.
LINK - Static variable in class org.apache.naming.EjbRef
Link address type.
LINK_REF - Static variable in class org.apache.naming.NamingEntry
Entry type for a link reference.
list(HttpServletRequest, HttpServletResponse, String, StringManager) - Method in class org.apache.catalina.manager.host.HTMLHostManagerServlet
Render an HTML list of the currently active Contexts in our virtual host, and memory and server status information.
list(HttpServletRequest, HttpServletResponse, String, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Render an HTML list of the currently active Contexts in our virtual host, and memory and server status information.
list(PrintWriter, StringManager) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Render a list of the currently active Contexts in our virtual host.
list(PrintWriter, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Render a list of the currently active Contexts in our virtual host.
list(String) - Method in interface org.apache.catalina.WebResourceRoot
Obtain the list of the names of all of the files and directories located in the specified directory.
list(String) - Method in class org.apache.catalina.webresources.AbstractArchiveResourceSet
 
list(String) - Method in class org.apache.catalina.webresources.DirResourceSet
 
list(String) - Method in class org.apache.catalina.webresources.EmptyResourceSet
Obtain the list of the names of all of the files and directories located in the specified directory.
list(String) - Method in class org.apache.catalina.webresources.FileResourceSet
 
list(String) - Method in class org.apache.catalina.webresources.StandardRoot
 
list(String) - Method in interface org.apache.catalina.WebResourceSet
Obtain the list of the names of all of the files and directories located in the specified directory.
list(String) - Method in class org.apache.naming.NamingContext
 
list(String) - Method in class org.apache.naming.SelectorContext
 
list(Name) - Method in class org.apache.naming.NamingContext
 
list(Name) - Method in class org.apache.naming.SelectorContext
 
LIST_ERRORS - Static variable in class org.apache.jasper.JspC
Command-line switch for listing errors.
listAllObjects() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
Provides information on all the objects in the pool, both idle (waiting to be borrowed) and active (currently borrowed).
listAllObjects() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
listAllObjects() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
Provides information on all the objects in the pool, both idle (waiting to be borrowed) and active (currently borrowed).
listAllObjects() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
listBeans(PrintWriter, String) - Method in class org.apache.catalina.manager.JMXProxyServlet
List MBeans matching the query.
listBindings(String) - Method in class org.apache.naming.NamingContext
 
listBindings(String) - Method in class org.apache.naming.SelectorContext
 
listBindings(Name) - Method in class org.apache.naming.NamingContext
 
listBindings(Name) - Method in class org.apache.naming.SelectorContext
 
listen() - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
Get data from channel and store in byte array send it to cluster
ListenCallback - Interface in org.apache.catalina.tribes.io
Internal interface, similar to the MessageListener but used at the IO base The listen callback interface is used by the replication system when data has been received.
listener - Variable in class org.apache.catalina.ha.deploy.WarWatcher
Parent to be notified of changes
listener - Variable in class org.apache.catalina.tribes.membership.MembershipServiceBase
The membership listener.
ListenerCreateRule - Class in org.apache.catalina.startup
Rule implementation that creates a server listener.
ListenerCreateRule(String, String) - Constructor for class org.apache.catalina.startup.ListenerCreateRule
Constructor.
ListenerCreateRule.OptionalListener - Class in org.apache.catalina.startup
A listener that is optional and may not be available at runtime.
listeners - Variable in class org.apache.catalina.core.ContainerBase
The container event listeners for this Container.
listeners - Variable in class org.apache.catalina.session.StandardSession
The session event listeners for this Session.
listeners - Variable in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Listeners that are local and interested in our notifications, no need for JMX
listenerStart() - Method in class org.apache.catalina.core.StandardContext
Configure the set of instantiated application event listeners for this Context.
listenerStop() - Method in class org.apache.catalina.core.StandardContext
Send an application stop event to all interested listeners.
listErrors - Variable in class org.apache.jasper.JspC
Flag to list compilation errors.
ListException - Exception Class in org.apache.tomcat.dbcp.dbcp2
An exception wrapping a list of exceptions.
ListException(String, List) - Constructor for exception class org.apache.tomcat.dbcp.dbcp2.ListException
Constructs a new exception with the specified detail message.
listings - Variable in class org.apache.catalina.servlets.DefaultServlet
Should we generate directory listings?
listProperties() - Method in class org.apache.tomcat.util.descriptor.web.ContextTransaction
List properties.
listProperties() - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
List properties.
listResources(String) - Method in interface org.apache.catalina.WebResourceRoot
Obtain the list of all of the WebResources in the specified directory.
listResources(String) - Method in class org.apache.catalina.webresources.StandardRoot
 
listResources(String, boolean) - Method in class org.apache.catalina.webresources.StandardRoot
List all web resources at the given path.
listSessionIds() - Method in class org.apache.catalina.session.ManagerBase
For debugging.
ListTask - Class in org.apache.catalina.ant
Ant task that implements the /list command, supported by the Tomcat manager application.
ListTask() - Constructor for class org.apache.catalina.ant.ListTask
Default constructor.
listToCommaDelimitedString(List) - Static method in class org.apache.catalina.filters.RemoteIpFilter
Deprecated.
Unused. Will be removed in Tomcat 11 onwards
listWebAppPaths(String) - Method in interface org.apache.catalina.WebResourceRoot
Obtain the Set of the web applications pathnames of all of the files and directories located in the specified directory.
listWebAppPaths(String) - Method in class org.apache.catalina.webresources.AbstractArchiveResourceSet
 
listWebAppPaths(String) - Method in class org.apache.catalina.webresources.DirResourceSet
 
listWebAppPaths(String) - Method in class org.apache.catalina.webresources.EmptyResourceSet
Obtain the Set of the web applications pathnames of all of the files and directories located in the specified directory.
listWebAppPaths(String) - Method in class org.apache.catalina.webresources.FileResourceSet
 
listWebAppPaths(String) - Method in class org.apache.catalina.webresources.StandardRoot
 
listWebAppPaths(String) - Method in interface org.apache.catalina.WebResourceSet
Obtain the Set of the web applications pathnames of all of the files and directories located in the specified directory.
load() - Method in class org.apache.catalina.core.StandardWrapper
Load and initialize an instance of this Servlet, if there is not already at least one initialized instance.
load() - Method in class org.apache.catalina.ha.session.ClusterManagerBase
Manager implementations that also implement ClusterManager do not support local session persistence.
load() - Method in interface org.apache.catalina.Manager
Load any currently active sessions that were previously unloaded to the appropriate persistence mechanism, if any.
load() - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
Load the contents of our configuration file.
load() - Method in class org.apache.catalina.session.PersistentManagerBase
Load all sessions found in the persistence mechanism, assuming they are marked as valid and have not passed their expiration limit.
load() - Method in class org.apache.catalina.session.StandardManager
 
load() - Method in class org.apache.catalina.startup.Catalina
Start a new server instance.
load() - Method in interface org.apache.catalina.Wrapper
Load and initialize an instance of this Servlet, if there is not already at least one initialized instance.
load() - Method in class org.apache.jasper.JspCompilationContext
Loads the compiled servlet class using the JSP class loader.
load(Class) - Method in class org.apache.catalina.startup.WebappServiceLoader
Load the providers for a service type.
load(String) - Method in class org.apache.catalina.session.DataSourceStore
 
load(String) - Method in class org.apache.catalina.session.FileStore
 
load(String) - Method in interface org.apache.catalina.Store
Load and return the Session associated with the specified session identifier from this Store, without removing it.
load(String) - Method in class org.apache.catalina.storeconfig.StoreLoader
Load registry configuration.
load(String[]) - Method in class org.apache.catalina.startup.Catalina
Load the server configuration and initialize the server using the specified command line arguments.
load(String, Object, String) - Method in class org.apache.tomcat.util.modeler.NoDescriptorRegistry
 
load(String, Object, String) - Method in class org.apache.tomcat.util.modeler.Registry
Load descriptors.
load(KeyStore, InputStream, char[]) - Static method in class org.apache.tomcat.util.security.KeyStoreUtil
Loads a KeyStore from an InputStream working around the known JDK bug https://bugs.openjdk.java.net/browse/JDK-8157404.
load(Context) - Method in interface org.apache.catalina.startup.ContextConfig.ContextXml
Loads the context XML configuration into the given context.
load(Catalina) - Method in interface org.apache.catalina.startup.Catalina.ServerXml
Load the server configuration into the specified Catalina instance.
loadApplicationAnnotations(Context) - Static method in class org.apache.catalina.startup.WebAnnotationSet
Process the annotations on a context.
loadApplicationFilterAnnotations(Context) - Static method in class org.apache.catalina.startup.WebAnnotationSet
Process the annotations for the filters.
loadApplicationListenerAnnotations(Context) - Static method in class org.apache.catalina.startup.WebAnnotationSet
Process the annotations for the listeners.
loadApplicationServletAnnotations(Context) - Static method in class org.apache.catalina.startup.WebAnnotationSet
Process the annotations for the servlets.
LoadBalancerDrainingValve - Class in org.apache.catalina.valves
A Valve to detect situations where a load-balanced node receiving a request has been deactivated by the load balancer (JK_LB_ACTIVATION=DIS) and the incoming request has no valid session.
LoadBalancerDrainingValve() - Constructor for class org.apache.catalina.valves.LoadBalancerDrainingValve
Default constructor.
loadClass(String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Load the class with the specified name.
loadClass(String) - Method in class org.apache.jasper.servlet.JasperLoader
Load the class with the specified name.
loadClass(String, boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Load the class with the specified name, searching using the following algorithm until it finds and returns the class.
loadClass(String, boolean) - Method in class org.apache.jasper.servlet.JasperLoader
Load the class with the specified name, searching using the following algorithm until it finds and returns the class.
loadClass(String, ClassLoader) - Method in class org.apache.catalina.core.DefaultInstanceManager
Load a class using the appropriate class loader.
loadClass(String, ClassLoader...) - Static method in class org.apache.tomcat.jdbc.pool.ClassLoaderUtil
Attempts to load the specified class using the given class loaders in order.
loadClass(Context, String) - Static method in class org.apache.catalina.util.Introspection
Attempt to load a class using the given Container's class loader.
loadClassAnnotation(Context, Class) - Static method in class org.apache.catalina.startup.WebAnnotationSet
Process the annotations on a context for a given className.
loadClassMaybePrivileged(String, ClassLoader) - Method in class org.apache.catalina.core.DefaultInstanceManager
Load a class, performing a privileged check if necessary.
loadDescriptors(String, ClassLoader) - Method in class org.apache.tomcat.util.modeler.NoDescriptorRegistry
 
loadDescriptors(String, ClassLoader) - Method in class org.apache.tomcat.util.modeler.Registry
Lookup the component descriptor in the package and in the parent packages.
loadDescriptors(Registry, String, Object) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDigesterSource
 
loadDescriptors(Registry, String, Object) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
 
loadDescriptors(Registry, String, Object) - Method in class org.apache.tomcat.util.modeler.modules.ModelerSource
Load data, returns a list of items.
loaded - Variable in class org.apache.catalina.startup.Catalina
Prevent duplicate loads.
loadedClass - Variable in class org.apache.catalina.loader.ResourceEntry
Loaded class.
loader - Variable in class org.apache.jasper.JspC
ClassLoader used for JSP compilation.
Loader - Interface in org.apache.catalina
A Loader represents a Java ClassLoader implementation that can be used by a Container to load class files (within a repository associated with the Loader) that are designed to be reloaded upon request, as well as a mechanism to detect whether changes have occurred in the underlying repository.
loaderPC - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
The PermissionCollection for each CodeSource for a web application context.
LoaderSF - Class in org.apache.catalina.storeconfig
Store Loader Element.
LoaderSF() - Constructor for class org.apache.catalina.storeconfig.LoaderSF
Default constructor.
loadFieldsAnnotation(Context, Class) - Static method in class org.apache.catalina.startup.WebAnnotationSet
Processes @Resource annotations on fields of the given class.
loadGeneratedClass(String) - Static method in class org.apache.tomcat.util.digester.Digester
Load a generated class using the configured loader.
loadGeneratedCode(String) - Method in interface org.apache.tomcat.util.digester.Digester.GeneratedCodeLoader
Load generated code for the specified class.
loadMethodsAnnotation(Context, Class) - Static method in class org.apache.catalina.startup.WebAnnotationSet
Processes @Resource annotations on methods of the given class.
loadOnStartup - Variable in class org.apache.catalina.core.StandardWrapper
The load-on-startup order value (negative value means load on first call) for this servlet.
loadOnStartup(Container[]) - Method in class org.apache.catalina.core.StandardContext
Load and initialize all servlets marked "load on startup" in the web application deployment descriptor.
loadServlet() - Method in class org.apache.catalina.core.StandardWrapper
Load and initialize an instance of this servlet, if there is not already an initialized instance.
loadServlet() - Method in class org.apache.catalina.startup.Tomcat.ExistingStandardWrapper
 
loadSmap(String, ClassLoader) - Static method in class org.apache.jasper.compiler.SmapUtil
Loads SMAP data for the given class by reading the embedded SourceDebugExtension attribute from the class file or an external .smap resource.
loadTagFile() - Method in class org.apache.jasper.servlet.JspServletWrapper
Compile (if needed) and load a tag file.
loadTagFilePrototype() - Method in class org.apache.jasper.servlet.JspServletWrapper
Compile and load a prototype for the Tag file.
loadTagFiles(Compiler, Node.Nodes) - Method in class org.apache.jasper.compiler.TagFileProcessor
Implements a phase of the translation that compiles (if necessary) the tag files used in a JSP files.
loadTime - Variable in class org.apache.catalina.core.StandardWrapper
Time taken to load the servlet.
local - Variable in class org.apache.catalina.tribes.membership.MemberImpl
The flag indicating that this member is a local member.
local - Variable in class org.apache.catalina.tribes.membership.Membership
The local member.
localAddr - Variable in class org.apache.catalina.connector.Request
Local address
localAddr - Variable in class org.apache.tomcat.util.net.SocketWrapperBase
Local address.
localAddr() - Method in class org.apache.coyote.Request
Return the local address.
LocalAddrElement(boolean) - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.LocalAddrElement
Creates a new local address element.
localDataSource - Variable in class org.apache.catalina.realm.DataSourceRealm
Context local datasource.
locale - Variable in class org.apache.catalina.valves.AbstractAccessLogValve
Locale used to format timestamps in log entries and in log file name suffix.
localeName - Variable in class org.apache.catalina.valves.AbstractAccessLogValve
Name of locale used to format timestamps in log entries and in log file name suffix.
locales - Variable in class org.apache.catalina.connector.Request
The preferred Locales associated with this Request.
localesParsed - Variable in class org.apache.catalina.connector.Request
Parse locales.
localIp - Variable in class org.apache.catalina.tribes.membership.cloud.CloudMembershipProvider
The local IP address.
Localizer - Class in org.apache.jasper.compiler
Class responsible for converting error codes to corresponding localized error messages.
Localizer() - Constructor for class org.apache.jasper.compiler.Localizer
Default constructor.
localLoopbackDisabled - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
disable/enable local loopback message
localMember - Variable in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
The local member for this interceptor.
localMember - Variable in class org.apache.catalina.tribes.membership.McastService
The local member
localName - Variable in class org.apache.catalina.connector.Request
Local address
localName - Variable in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
The local name of the server.
localName - Variable in class org.apache.el.lang.FunctionMapperImpl.Function
The local function name.
localName - Variable in class org.apache.jasper.compiler.Node
The local name of this node.
localName - Variable in class org.apache.tomcat.util.net.SocketWrapperBase
Local name.
localName() - Method in class org.apache.coyote.Request
Return the local name.
localPort - Variable in class org.apache.catalina.connector.Request
Local port
localPort - Variable in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
The local port of the server.
localPort - Variable in class org.apache.tomcat.util.net.SocketWrapperBase
Local port.
LocalResolver - Class in org.apache.tomcat.util.descriptor
A resolver for locally cached XML resources.
LocalResolver(Map, Map, boolean) - Constructor for class org.apache.tomcat.util.descriptor.LocalResolver
Constructor providing mappings of public and system identifiers to local resources.
localSettings - Variable in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
Local settings are settings defined by Tomcat and sent to the client that the client must use when communicating with Tomcat.
localWar - Variable in class org.apache.catalina.ant.DeployTask
URL of the server local web application archive (WAR) file to be deployed.
LocalXAConnectionFactory - Class in org.apache.tomcat.dbcp.dbcp2.managed
An implementation of XAConnectionFactory which manages non-XA connections in XA transactions.
LocalXAConnectionFactory(TransactionManager, TransactionSynchronizationRegistry, ConnectionFactory) - Constructor for class org.apache.tomcat.dbcp.dbcp2.managed.LocalXAConnectionFactory
Creates an LocalXAConnectionFactory which uses the specified connection factory to create database connections.
LocalXAConnectionFactory(TransactionManager, ConnectionFactory) - Constructor for class org.apache.tomcat.dbcp.dbcp2.managed.LocalXAConnectionFactory
Creates an LocalXAConnectionFactory which uses the specified connection factory to create database connections.
LocalXAConnectionFactory.LocalXAResource - Class in org.apache.tomcat.dbcp.dbcp2.managed
LocalXAResource is a fake XAResource for non-XA connections.
LocalXAResource(Connection) - Constructor for class org.apache.tomcat.dbcp.dbcp2.managed.LocalXAConnectionFactory.LocalXAResource
Constructs a new instance for a given connection.
localXsltFile - Variable in class org.apache.catalina.servlets.DefaultServlet
Allow customized directory listing per directory.
locateUriRoot(File) - Method in class org.apache.jasper.JspC
Find the WEB-INF dir by looking up in the directory tree.
LOCATION_HEADER_NAME - Static variable in class org.apache.tomcat.websocket.Constants
Location HTTP header name.
locator - Variable in class org.apache.tomcat.util.digester.Digester
The Locator associated with our parser.
locatorsUpdateCopy() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
LOCCRC - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
 
LOCCRC - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
LOCEXT - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
 
LOCEXT - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
LOCFLG - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
 
LOCFLG - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
LOCHDR - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
 
LOCHDR - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
LOCHOW - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
 
LOCHOW - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
lock - Static variable in class org.apache.catalina.core.OpenSSLLifecycleListener
Lock object for OpenSSL initialization.
lock() - Method in class org.apache.catalina.ha.session.DeltaSession
Lock during serialization
lock() - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
Lock during serialization
lock() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Locks the connection only if either PoolConfiguration.isPoolSweeperEnabled() or PoolConfiguration.getUseLock() return true.
LOCK - Static variable in class org.apache.tomcat.util.http.Method
LOCK method.
LOCK_SCHEME - Static variable in class org.apache.catalina.servlets.WebdavServlet
Lock scheme used.
lockForRead(String) - Method in interface org.apache.catalina.WebResourceLockSet
Lock the resource at the provided path for reading.
lockForRead(String) - Method in class org.apache.catalina.webresources.DirResourceSet
 
lockForWrite(String) - Method in interface org.apache.catalina.WebResourceLockSet
Lock the resource at the provided path for writing.
lockForWrite(String) - Method in class org.apache.catalina.webresources.DirResourceSet
 
LockOutRealm - Class in org.apache.catalina.realm
This class extends the CombinedRealm (hence it can wrap other Realms) to provide a user lock out mechanism if there are too many failed authentication attempts in a given period of time.
LockOutRealm() - Constructor for class org.apache.catalina.realm.LockOutRealm
Default constructor.
LockOutRealm.LockRecord - Class in org.apache.catalina.realm
Internal record to track lock state for a user.
lockOutTime - Variable in class org.apache.catalina.realm.LockOutRealm
The time (in seconds) a user is locked out for after too many authentication failures.
LockRecord() - Constructor for class org.apache.catalina.realm.LockOutRealm.LockRecord
Default constructor.
LOCLEN - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
 
LOCLEN - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
LOCNAM - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
 
LOCNAM - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
LOCSIG - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
 
LOCSIG - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
LOCSIZ - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
 
LOCSIZ - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
LOCTIM - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
 
LOCTIM - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
LOCVER - Static variable in class org.apache.tomcat.util.scan.NonClosingJarInputStream
 
LOCVER - Static variable in class org.apache.catalina.webresources.TomcatJarInputStream
 
log - Variable in class org.apache.catalina.ha.session.DeltaManager
The log instance for this class.
log - Static variable in class org.apache.catalina.ha.session.DeltaRequest
The logger for this class.
log - Static variable in class org.apache.catalina.ha.session.DeltaSession
The logger for this class.
log - Static variable in class org.apache.catalina.ha.session.JvmRouteBinderValve
Logger for this valve.
log - Static variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Logger for this class.
log - Static variable in class org.apache.coyote.http11.filters.GzipOutputFilter
Logger for this filter.
log - Static variable in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
Logger for this class.
log - Variable in class org.apache.tomcat.util.digester.Digester
The Log to which most logging calls will be made.
log(CharArrayWriter) - Method in class org.apache.catalina.valves.AbstractAccessLogValve
Log the specified message.
log(CharArrayWriter) - Method in class org.apache.catalina.valves.AccessLogValve
 
log(String) - Method in class org.apache.catalina.core.ApplicationContext
 
log(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
log(String) - Method in class org.apache.catalina.ssi.SSIMediator
Logs a message without an associated throwable.
log(String) - Method in class org.apache.jasper.compiler.AntCompiler.JasperAntLogger
 
log(String) - Method in class org.apache.jasper.servlet.JspCServletContext
 
log(String) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Logs the given message.
log(String, Throwable) - Method in class org.apache.catalina.core.ApplicationContext
 
log(String, Throwable) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
log(String, Throwable) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
Logs a message, optionally with an associated throwable.
log(String, Throwable) - Method in class org.apache.catalina.ssi.SSIMediator
Logs a message with an associated throwable.
log(String, Throwable) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
Log a message with an optional throwable.
log(String, Throwable) - Method in class org.apache.jasper.servlet.JspCServletContext
 
log(String, Throwable) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Logs the given message and throwable.
log(Request, Response, long) - Method in interface org.apache.catalina.AccessLog
Add the request/response to the access log using the specified processing time.
log(Request, Response, long) - Method in class org.apache.catalina.core.AccessLogAdapter
 
log(Request, Response, long) - Method in class org.apache.catalina.core.StandardEngine.NoopAccessLog
 
log(Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve
 
log(Request, Response, long) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
 
log(Request, Response, long) - Method in class org.apache.catalina.connector.CoyoteAdapter
 
log(Request, Response, long) - Method in interface org.apache.coyote.Adapter
Callback to allow logging access outside of the execution of the regular service.
Log - Interface in org.apache.juli.logging
A simple logging interface abstracting logging APIs.
LOG_LEVEL_DEBUG - Static variable in class org.apache.juli.JdkLoggerFormatter
Log level value for DEBUG.
LOG_LEVEL_ERROR - Static variable in class org.apache.juli.JdkLoggerFormatter
Log level value for ERROR.
LOG_LEVEL_FATAL - Static variable in class org.apache.juli.JdkLoggerFormatter
Log level value for FATAL.
LOG_LEVEL_INFO - Static variable in class org.apache.juli.JdkLoggerFormatter
Log level value for INFO.
LOG_LEVEL_TRACE - Static variable in class org.apache.juli.JdkLoggerFormatter
Log level value for TRACE.
LOG_LEVEL_WARN - Static variable in class org.apache.juli.JdkLoggerFormatter
Log level value for WARN.
logAccess(Request, Response, long, boolean) - Method in interface org.apache.catalina.Container
Log a request/response that was destined for this container but has been handled earlier in the processing chain so that the request/response still appears in the correct access logs.
logAccess(Request, Response, long, boolean) - Method in class org.apache.catalina.core.ContainerBase
 
logAccess(Request, Response, long, boolean) - Method in class org.apache.catalina.core.StandardEngine
Log a request/response that was destined for this container but has been handled earlier in the processing chain so that the request/response still appears in the correct access logs.
logAccess(Request, Response, long, boolean) - Method in class org.apache.catalina.startup.FailedContext
 
logAccess(SocketWrapperBase) - Method in class org.apache.coyote.AbstractProcessor
 
logAccess(SocketWrapperBase) - Method in class org.apache.coyote.AbstractProcessorLight
Add an entry to the access log for a failed connection attempt.
logCertificate(SSLHostConfigCertificate) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Log information about the given certificate.
LogConfigurationException - Exception Class in org.apache.juli.logging
An exception that is thrown only if a suitable LogFactory or Log instance cannot be created by the corresponding factory methods.
LogConfigurationException() - Constructor for exception class org.apache.juli.logging.LogConfigurationException
Construct a new exception with null as its detail message.
LogConfigurationException(String) - Constructor for exception class org.apache.juli.logging.LogConfigurationException
Construct a new exception with the specified detail message.
LogConfigurationException(String, Throwable) - Constructor for exception class org.apache.juli.logging.LogConfigurationException
Construct a new exception with the specified detail message and cause.
LogConfigurationException(Throwable) - Constructor for exception class org.apache.juli.logging.LogConfigurationException
Construct a new exception with the specified cause and a derived detail message.
logElements - Variable in class org.apache.catalina.valves.AbstractAccessLogValve
Array of AccessLogElement, they will be used to make log message.
LogFactory - Class in org.apache.juli.logging
This is a modified LogFactory that uses a simple ServiceLoader based discovery mechanism with a default of using JDK based logging.
logFailed - Variable in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
Flag to enable disable logging of failed queries
logFindings(Log, String) - Method in class org.apache.tomcat.util.descriptor.XmlErrorHandler
Logs all collected warnings and errors to the specified log.
loggedDirWarning - Variable in class org.apache.catalina.startup.HostConfig.DeployedApplication
In some circumstances, such as when unpackWARs is true, a directory may be added to the appBase that is ignored.
logger - Variable in class org.apache.catalina.core.ContainerBase
The Logger implementation with which this Container is associated.
logger - Variable in class org.apache.jasper.compiler.AntCompiler
The Ant build listener that captures compilation output.
Logging - Section in package org.apache.tomcat.util.digester
 
logIgnoredSymlink(String, String, String) - Method in class org.apache.catalina.webresources.AbstractFileResourceSet
Logs a message about an ignored symlink.
login() - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
 
login(String, String) - Method in class org.apache.catalina.connector.Request
 
login(String, String) - Method in class org.apache.catalina.connector.RequestFacade
 
login(String, String, Request) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
 
login(String, String, Request) - Method in interface org.apache.catalina.Authenticator
Logs in the specified user for the given request.
loginConfig - Variable in class org.apache.tomcat.util.descriptor.web.WebRuleSet
The SetLoginConfig rule used to parse the web.xml
LoginConfig - Class in org.apache.tomcat.util.descriptor.web
Representation of a login configuration element for a web application, as represented in a <login-config> element in the deployment descriptor.
LoginConfig() - Constructor for class org.apache.tomcat.util.descriptor.web.LoginConfig
Construct a new LoginConfig with default properties.
LoginConfig(String, String, String, String) - Constructor for class org.apache.tomcat.util.descriptor.web.LoginConfig
Construct a new LoginConfig with the specified properties.
loginContext - Variable in class org.apache.catalina.realm.GenericPrincipal
The JAAS LoginContext, if any, used to authenticate this Principal.
logInterval - Variable in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
The interval for logging rejected messages.
logName - Variable in class org.apache.catalina.core.ContainerBase
Associated logger name.
logout() - Method in class org.apache.catalina.connector.Request
 
logout() - Method in class org.apache.catalina.connector.RequestFacade
 
logout() - Method in class org.apache.catalina.realm.GenericPrincipal
 
logout() - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
 
logout() - Method in interface org.apache.catalina.TomcatPrincipal
Calls logout, if necessary, on any associated JAASLoginContext and/or GSSContext.
logout(Request) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
 
logout(Request) - Method in interface org.apache.catalina.Authenticator
Logs out the user associated with the given request.
Logs - Class in org.apache.catalina.tribes.util
Simple class that holds references to global loggers.
Logs() - Constructor for class org.apache.catalina.tribes.util.Logs
Default constructor.
logSlow - Variable in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
Flag to enable disable logging of slow queries
LogUtil - Class in org.apache.juli
Utility class for log-related operations.
LONG - Enum constant in enum org.apache.tomcat.util.net.AbstractEndpoint.Handler.SocketState
The connection is long-running (e.g., keep-alive).
LONG - Static variable in class org.apache.el.lang.ELArithmetic
Long arithmetic delegate instance.
LongDelegate() - Constructor for class org.apache.el.lang.ELArithmetic.LongDelegate
Construct a new LongDelegate.
longPoll(SocketWrapperBase, Processor) - Method in class org.apache.coyote.AbstractProtocol.ConnectionHandler
Performs a long poll on the socket.
lookup(String) - Method in class org.apache.catalina.valves.rewrite.InternalRewriteMap.Escape
 
lookup(String) - Method in class org.apache.catalina.valves.rewrite.InternalRewriteMap.LowerCase
 
lookup(String) - Method in class org.apache.catalina.valves.rewrite.InternalRewriteMap.Unescape
 
lookup(String) - Method in class org.apache.catalina.valves.rewrite.InternalRewriteMap.UpperCase
 
lookup(String) - Method in class org.apache.catalina.valves.rewrite.RandomizedTextRewriteMap
Looks up a key in the map and returns the mapped value.
lookup(String) - Method in interface org.apache.catalina.valves.rewrite.RewriteMap
Maps a key to a replacement value.
The method is free to return null to indicate, that the default value from the RewriteRule directive should be used.
lookup(String) - Method in class org.apache.naming.NamingContext
 
lookup(String) - Method in class org.apache.naming.SelectorContext
 
lookup(String, String) - Method in class org.apache.tomcat.util.digester.RulesBase
Return a List of Rule instances for the specified pattern that also match the specified namespace URI (if any).
lookup(Name) - Method in class org.apache.naming.NamingContext
 
lookup(Name) - Method in class org.apache.naming.SelectorContext
 
lookup(Name, boolean) - Method in class org.apache.naming.NamingContext
Retrieves the named object.
LOOKUP_NAME - Static variable in class org.apache.naming.LookupRef
JNDI name for the lookup
LookupFactory - Class in org.apache.naming.factory
Object factory for lookups.
LookupFactory() - Constructor for class org.apache.naming.factory.LookupFactory
Default constructor.
lookupFieldResource(Context, Object, Field, String, Class) - Static method in class org.apache.catalina.core.DefaultInstanceManager
Inject resources in specified field.
lookupLink(String) - Method in class org.apache.naming.NamingContext
 
lookupLink(String) - Method in class org.apache.naming.SelectorContext
 
lookupLink(Name) - Method in class org.apache.naming.NamingContext
 
lookupLink(Name) - Method in class org.apache.naming.SelectorContext
 
lookupMethodResource(Context, Object, Method, String, Class) - Static method in class org.apache.catalina.core.DefaultInstanceManager
Inject resources in specified method.
LookupRef - Class in org.apache.naming
Represents a reference to lookup.
LookupRef(String, String) - Constructor for class org.apache.naming.LookupRef
Constructor.
LookupRef(String, String, String, String) - Constructor for class org.apache.naming.LookupRef
Constructor.
LOW - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.EncryptionLevel
Low strength encryption.
LowerCase() - Constructor for class org.apache.catalina.valves.rewrite.InternalRewriteMap.LowerCase
Constructs a new LowerCase rewrite map.
LruCache(int) - Constructor for class org.apache.catalina.filters.CsrfPreventionFilter.LruCache
Construct a new LruCache.
ltrim() - Method in class org.apache.jasper.compiler.Node.TemplateText
Trim all whitespace from the left of the template text

M

m - Variable in class org.apache.el.lang.FunctionMapperImpl.Function
The resolved method, transient as it cannot be serialized directly.
MailSessionFactory - Class in org.apache.naming.factory
Factory class that creates a JNDI named JavaMail Session factory, which can be used for managing inbound and outbound electronic mail messages via JavaMail APIs.
MailSessionFactory() - Constructor for class org.apache.naming.factory.MailSessionFactory
Default constructor.
main(String[]) - Static method in class org.apache.catalina.realm.RealmBase
Generate a stored credential string for the given password and associated parameters.
main(String[]) - Static method in class org.apache.catalina.startup.Bootstrap
Main method and entry point when starting Tomcat via the provided scripts.
main(String[]) - Static method in class org.apache.catalina.startup.Tomcat
Main executable method for use with a Maven packager.
main(String[]) - Static method in class org.apache.catalina.startup.Tool
The main program for the bootstrap.
main(String[]) - Static method in class org.apache.catalina.tribes.membership.Constants
Prints debug output for TRIBES byte arrays.
main(String[]) - Static method in class org.apache.catalina.tribes.membership.McastService
Simple test program
main(String[]) - Static method in class org.apache.catalina.util.ServerInfo
Main entry point that prints server version, build date, OS, JVM, APR, OpenSSL, and third-party library information to standard output.
main(String[]) - Static method in class org.apache.jasper.JspC
Entry point for the JspC command-line tool.
main(String...) - Static method in class org.apache.tomcat.buildutil.MimeTypeMappings
Main entry point.
main(String...) - Static method in class org.apache.tomcat.buildutil.translate.BackportEnglish
Entry point for the English back-port tool.
main(String...) - Static method in class org.apache.tomcat.buildutil.translate.BackportTranslations
Entry point for the translations back-port tool.
main(String...) - Static method in class org.apache.tomcat.buildutil.translate.Import
Main entry point for importing translations.
main(String[]) - Static method in class org.apache.tomcat.util.net.openssl.ciphers.OpenSSLCipherConfigurationParser
Main entry point for the cipher configuration parser tool.
main(String...) - Static method in class org.apache.tomcat.util.xreflection.ObjectReflectionPropertyInspector
Main entry point for the tool.
MAIN - Static variable in class org.apache.naming.java.javaURLContextFactory
The name of the initial context.
maintain() - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
Method, that has to be invoked periodically to clean dead keys from the map.
MAJOR_22 - Static variable in class org.apache.tomcat.util.bcel.Const
Major version number of class files for Java 22: 66.
MAJOR_23 - Static variable in class org.apache.tomcat.util.bcel.Const
Major version number of class files for Java 23: 67.
MAJOR_24 - Static variable in class org.apache.tomcat.util.bcel.Const
Major version number of class files for Java 24: 68.
MAJOR_25 - Static variable in class org.apache.tomcat.util.bcel.Const
Major version number of class files for Java 25: 69.
MAJOR_26 - Static variable in class org.apache.tomcat.util.bcel.Const
Major version number of class files for Java 26: 70.
MAJOR_VERSION - Static variable in class org.apache.catalina.core.Constants
The major version of the Servlet specification implemented by this container.
MAJOR_VERSION - Static variable in class org.apache.tomcat.dbcp.dbcp2.PoolingDriver
Major version number.
MAJORITY_REPLY - Static variable in class org.apache.catalina.tribes.group.RpcChannel
Return replies from a majority of members.
make(long, int) - Static method in class org.apache.tomcat.jni.SSLConf
Create a new SSL_CONF context.
make(long, int, int) - Static method in class org.apache.tomcat.jni.SSLContext
Create a new SSL context.
makeJavaIdentifier(String) - Static method in class org.apache.jasper.compiler.JspUtil
Converts the given identifier to a legal Java identifier
makeJavaIdentifierForAttribute(String) - Static method in class org.apache.jasper.compiler.JspUtil
Converts the given identifier to a legal Java identifier to be used for JSP Tag file attribute names.
makeJavaPackage(String) - Static method in class org.apache.jasper.compiler.JspUtil
Converts the given path to a Java package or fully-qualified class name
makeLegalForJAAS(String) - Method in class org.apache.catalina.realm.JAASRealm
Ensure the given name is legal for JAAS configuration.
makeNetworkBIO(long) - Static method in class org.apache.tomcat.jni.SSL
Wire up internal and network BIOs for the given SSL instance.
makeObject() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.PoolableManagedConnectionFactory
Uses the configured XAConnectionFactory to create a PoolableManagedConnection.
makeObject() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
 
makeObject() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObjectFactory
Creates an instance that can be served by the pool and wrap it in a PooledObject to be managed by the pool.
makeObject(K) - Method in interface org.apache.tomcat.dbcp.pool2.KeyedPooledObjectFactory
Creates an instance that can be served by the pool and wrap it in a PooledObject to be managed by the pool.
makeObject(PStmtKey) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingConnection
makeOutputDir() - Method in class org.apache.jasper.JspCompilationContext
Creates the output directory for generated files.
makeSpace(int) - Method in class org.apache.tomcat.util.buf.ByteChunk
Make space for len bytes.
makeSpace(int) - Method in class org.apache.tomcat.util.buf.CharChunk
Make space for len chars.
makeYoungest(FastRemovalDequeue.Entry) - Method in class org.apache.jasper.compiler.JspRuntimeContext
Push unloadHandle for JspServletWrapper to front of the queue.
MalformedStreamException() - Constructor for exception class org.apache.tomcat.util.http.fileupload.MultipartStream.MalformedStreamException
Constructs a MalformedStreamException with no detail message.
MalformedStreamException(String) - Constructor for exception class org.apache.tomcat.util.http.fileupload.MultipartStream.MalformedStreamException
Constructs an MalformedStreamException with the specified detail message.
manageApp(Context) - Method in class org.apache.catalina.startup.HostConfig
Add a new Context to be managed by us.
managed - Variable in class org.apache.catalina.mbeans.DataSourceUserDatabaseMBean
The ManagedBean information describing this MBean.
managed - Variable in class org.apache.catalina.mbeans.GroupMBean
The ManagedBean information describing this MBean.
managed - Variable in class org.apache.catalina.mbeans.NamingResourcesMBean
The ManagedBean information describing this MBean.
managed - Variable in class org.apache.catalina.mbeans.RoleMBean
The ManagedBean information describing this MBean.
managed - Variable in class org.apache.catalina.mbeans.SparseUserDatabaseMBean
The ManagedBean information describing this MBean.
managed - Variable in class org.apache.catalina.mbeans.UserMBean
The ManagedBean information describing this MBean.
managedBean - Variable in class org.apache.tomcat.util.modeler.BaseModelMBean
Metadata for the mbean instance.
ManagedBean - Class in org.apache.tomcat.util.modeler
Internal configuration information for a managed bean (MBean) descriptor.
ManagedBean() - Constructor for class org.apache.tomcat.util.modeler.ManagedBean
Constructor.
ManagedChannel - Interface in org.apache.catalina.tribes
A managed channel interface gives you access to the components of the channels such as senders, receivers, interceptors etc for configurations purposes
ManagedConcurrentWeakHashMap<K,V> - Class in org.apache.tomcat.util.collections
Concurrent hash map that holds its keys via weak references.
ManagedConcurrentWeakHashMap() - Constructor for class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
Default constructor.
ManagedConnection<C> - Class in org.apache.tomcat.dbcp.dbcp2.managed
ManagedConnection is responsible for managing a database connection in a transactional environment (typically called "Container Managed").
ManagedConnection(ObjectPool, TransactionRegistry, boolean) - Constructor for class org.apache.tomcat.dbcp.dbcp2.managed.ManagedConnection
Constructs a new instance responsible for managing a database connection in a transactional environment.
ManagedConnection.CompletionListener - Class in org.apache.tomcat.dbcp.dbcp2.managed
Delegates to ManagedConnection.transactionComplete() for transaction completion events.
ManagedDataSource<C> - Class in org.apache.tomcat.dbcp.dbcp2.managed
The ManagedDataSource is a PoolingDataSource that creates ManagedConnections.
ManagedDataSource(ObjectPool, TransactionRegistry) - Constructor for class org.apache.tomcat.dbcp.dbcp2.managed.ManagedDataSource
Creates a ManagedDataSource which obtains connections from the specified pool and manages them using the specified transaction registry.
managedGroup - Variable in class org.apache.catalina.mbeans.SparseUserDatabaseMBean
The ManagedBean information describing Group MBeans.
managedMemory - Variable in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
The ManagedBean information describing this MBean.
managedRole - Variable in class org.apache.catalina.mbeans.SparseUserDatabaseMBean
The ManagedBean information describing Role MBeans.
managedUser - Variable in class org.apache.catalina.mbeans.SparseUserDatabaseMBean
The ManagedBean information describing User MBeans.
manager - Variable in class org.apache.catalina.core.StandardContext
The Manager implementation with which this Container is associated.
manager - Variable in class org.apache.catalina.session.StandardSession
The Manager with which this Session is associated.
manager - Variable in class org.apache.catalina.session.StoreBase
The Manager with which this Store is associated.
Manager - Interface in org.apache.catalina
A Manager manages the pool of Sessions that are associated with a particular Context.
MANAGER_SECTION - Static variable in class org.apache.catalina.manager.Constants
The HTML manager section template for manager pages.
MANAGER_SECTION - Static variable in class org.apache.catalina.manager.host.Constants
The HTML manager section template for host manager pages.
ManagerBase - Class in org.apache.catalina.session
Minimal implementation of the Manager interface that supports no session persistence or distributable capabilities.
ManagerBase() - Constructor for class org.apache.catalina.session.ManagerBase
 
ManagerBase.SessionTiming - Class in org.apache.catalina.session
 
managers - Variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
The context name <-> manager association for distributed contexts.
ManagerServlet - Class in org.apache.catalina.manager
Servlet that enables remote management of the web applications installed within the same virtual host as this web application is.
ManagerServlet() - Constructor for class org.apache.catalina.manager.ManagerServlet
Default constructor.
ManagerSF - Class in org.apache.catalina.storeconfig
Store server.xml Manager element
ManagerSF() - Constructor for class org.apache.catalina.storeconfig.ManagerSF
Default constructor.
managerTemplate - Variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Template used to create new cluster managers for contexts.
mangleChar(char) - Static method in class org.apache.jasper.compiler.JspUtil
Mangle the specified character to create a legal Java class name.
map - Variable in class org.apache.catalina.tribes.membership.Membership
A map of all the members in the cluster.
map - Variable in class org.apache.catalina.valves.rewrite.Substitution.MapElement
The rewrite map to use for lookup.
map(LambdaExpression) - Method in class org.apache.el.stream.Stream
Returns a stream consisting of the results of applying the given function to the elements of this stream.
map(Context, MessageBytes, MappingData) - Method in class org.apache.catalina.mapper.Mapper
Map the specified URI relative to the context, mutating the given mapping data.
map(Node.Nodes) - Static method in class org.apache.jasper.compiler.ELFunctionMapper
Creates the functions mappers for all EL expressions in the JSP page.
map(MessageBytes, MessageBytes, String, MappingData) - Method in class org.apache.catalina.mapper.Mapper
Map the specified host name and URI, mutating the given mapping data.
mapContextName - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
The Map context name makes this map unique, this allows us to have more than one map shared through one channel
MapElement() - Constructor for class org.apache.catalina.valves.rewrite.Substitution.MapElement
Constructs a new MapElement.
MapElement(String, T) - Constructor for class org.apache.catalina.mapper.Mapper.MapElement
Constructor.
MapEntry(K, V) - Constructor for class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
Creates a new map entry with the specified key and value.
MapEntry(ChannelMessage, UniqueId, long) - Constructor for class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor.MapEntry
 
mapFunction(String, Class, String, Class[]) - Method in class org.apache.jasper.runtime.ProtectedFunctionMapper
Stores a mapping from the given EL function prefix and name to the given Java method.
mapFunction(String, String, Method) - Method in class org.apache.el.lang.FunctionMapperFactory
 
mapFunction(String, String, Method) - Method in class org.apache.el.lang.FunctionMapperImpl
 
mapMemberAdded(Member) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Adds a member to this map.
mapMemberAdded(Member) - Method in class org.apache.catalina.tribes.tipis.ReplicatedMap
 
mapMembers - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
A list of members in our map
MapMessage(byte[], int, boolean, Serializable, Serializable, byte[], Member, Member[]) - Constructor for class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
Creates a new map message with the specified parameters.
mapname - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Readable string of the mapContextName value
mapout - Variable in class org.apache.jasper.JspC
Writer for the generated web.xml output file.
mapOwner - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
The owner of this map, ala a SessionManager for example
MappedContext(String, Mapper.ContextVersion) - Constructor for class org.apache.catalina.mapper.Mapper.MappedContext
Constructor.
mappedFile - Variable in class org.apache.jasper.JspC
Flag to use mapped file compilation.
MappedHost(String, Host) - Constructor for class org.apache.catalina.mapper.Mapper.MappedHost
Constructor used for the primary Host
MappedHost(String, Mapper.MappedHost) - Constructor for class org.apache.catalina.mapper.Mapper.MappedHost
Constructor used for an Alias
MappedWrapper(String, Wrapper, boolean, boolean) - Constructor for class org.apache.catalina.mapper.Mapper.MappedWrapper
Constructor.
mapper - Variable in class org.apache.catalina.core.StandardService
Mapper.
Mapper - Class in org.apache.catalina.mapper
Mapper, which implements the servlet API mapping rules (which are derived from the HTTP rules).
Mapper() - Constructor for class org.apache.catalina.mapper.Mapper
Default constructor.
Mapper.ContextList - Class in org.apache.catalina.mapper
List of mapped contexts.
Mapper.ContextVersion - Class in org.apache.catalina.mapper
Represents a versioned context.
Mapper.MapElement<T> - Class in org.apache.catalina.mapper
Base class for mapped elements.
Mapper.MappedContext - Class in org.apache.catalina.mapper
Represents a mapped context.
Mapper.MappedHost - Class in org.apache.catalina.mapper
Represents a mapped host.
Mapper.MappedWrapper - Class in org.apache.catalina.mapper
Represents a mapped wrapper.
mapperListener - Variable in class org.apache.catalina.core.StandardService
Mapper listener.
MapperListener - Class in org.apache.catalina.mapper
Mapper listener.
MapperListener(Service) - Constructor for class org.apache.catalina.mapper.MapperListener
Create mapper listener.
mappingData - Variable in class org.apache.catalina.connector.Request
Mapping data.
MappingData - Class in org.apache.catalina.mapper
Mapping data.
MappingData() - Constructor for class org.apache.catalina.mapper.MappingData
Default constructor.
mappingout - Variable in class org.apache.jasper.JspC
Buffer for generated servlet-mapping declarations.
mappings - Variable in class org.apache.catalina.core.StandardWrapper
Mappings associated with the wrapper.
maps - Variable in class org.apache.catalina.valves.rewrite.RewriteValve
Maps to be used by the rules.
mapsConfiguration - Variable in class org.apache.catalina.valves.rewrite.RewriteValve
Maps configuration.
mapToStringArray(Map) - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Converts a Map to a String array by converting each key/value pair in the Map to a String in the form "key=value" (key + "=" + map.get(key).toString())
mark(int) - Method in class org.apache.catalina.connector.CoyoteReader
 
mark(int) - Method in class org.apache.catalina.connector.InputBuffer
 
mark(int) - Method in class org.apache.catalina.webresources.AbstractArchiveResource.JarInputStreamWrapper
 
Mark - Class in org.apache.jasper.compiler
Mark represents a point in the JSP input.
markAbandoned() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
Marks the pooled object as ABANDONED.
markAbandoned() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
Marks the pooled object as abandoned.
markPaused() - Method in class org.apache.catalina.mapper.Mapper.ContextVersion
Mark the context as paused.
markPostHandshakeAuthComplete(long) - Static method in class org.apache.tomcat.jni.SSL
Marks post handshake authentication complete for the connection.
markReturning() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
Marks the pooled object as RETURNING.
markReturning() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
Marks the object as returning to the pool.
markReturningState(PooledObject) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Marks the object as returning to the pool.
markStartTime() - Method in class org.apache.coyote.Request
Mark the request start time.
markSupported() - Method in class org.apache.catalina.connector.InputBuffer
 
markSupported() - Method in class org.apache.catalina.webresources.AbstractArchiveResource.JarInputStreamWrapper
 
MASK_8BITS - Static variable in class org.apache.tomcat.util.codec.binary.BaseNCodec
Deprecated.
Mask used to extract 8 bits, used in decoding bytes
match - Variable in class org.apache.tomcat.util.digester.Digester
The current match pattern for nested element processing.
match(String, String) - Method in interface org.apache.tomcat.util.digester.Rules
Return a List of all registered Rule instances that match the specified nesting pattern, or a zero-length List if there are no matches.
match(String, String) - Method in class org.apache.tomcat.util.digester.RulesBase
Return a List of all registered Rule instances that match the specified nesting pattern, or a zero-length List if there are no matches.
match(String, String, boolean) - Static method in class org.apache.tomcat.util.file.Matcher
Tests whether or not a string matches against a pattern.
match(UriTemplate) - Method in class org.apache.tomcat.websocket.server.UriTemplate
Matches this template against a candidate URI path.
Matcher - Class in org.apache.tomcat.util.file
This is a utility class to match file globs.
Matcher() - Constructor for class org.apache.tomcat.util.file.Matcher
Default constructor.
matches - Variable in class org.apache.tomcat.util.digester.Digester
Stack whose elements are List objects, each containing a list of Rule objects as returned from Rules.getMatch().
matches(Object, Object) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
 
matches(Object, Object) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
 
matches(Object, Object) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
 
matches(Object, Object) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
 
matches(Object, Object) - Method in class org.apache.el.lang.ELArithmetic
Check if this delegate matches the given operand types.
matches(String, String) - Method in interface org.apache.catalina.CredentialHandler
Checks to see if the input credentials match the stored credentials
matches(String, String) - Method in class org.apache.catalina.realm.MessageDigestCredentialHandler
 
matches(String, String) - Method in class org.apache.catalina.realm.NestedCredentialHandler
 
matches(String, String) - Method in class org.apache.catalina.realm.SecretKeyCredentialHandler
 
matches(String, List, String) - Method in class org.apache.tomcat.util.http.WebdavIfHeader
Tries to match the contents of the If header with the given token and etag values with the restriction to only check for the tag.
matches(InetAddress) - Method in class org.apache.catalina.util.NetMask
Test if a given address matches this netmask.
matches(InetAddress, boolean) - Method in class org.apache.catalina.util.NetMask
Test if a given address matches this netmask.
matches(InetAddress, int) - Method in class org.apache.catalina.util.NetMask
Test if a given address and port matches this netmask.
matchesSaltIterationsEncoded(String, String) - Method in class org.apache.catalina.realm.DigestCredentialHandlerBase
Checks whether the provided credential matches the stored credential when the stored credential is in the form salt$iteration-count$credential
matchFiltersURL(FilterMap, String) - Static method in class org.apache.catalina.util.FilterUtil
Tests if the provided, context-relative, request path matches the provided filter mapping.
matchName(Set, String) - Static method in class org.apache.tomcat.util.file.Matcher
Tests whether or not a given file name matches any file name pattern in the given set.
matchRequest(Request) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Checks if the given request matches the saved request from a previous form authentication flow.
matchRequest(Request, boolean) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Does this request match the saved one (so that it must be the redirect we signaled after successful authentication?)
matchType - Variable in class org.apache.catalina.mapper.MappingData
The match type.
max() - Method in class org.apache.el.stream.Stream
Returns the maximum element of this stream according to natural order.
max(LambdaExpression) - Method in class org.apache.el.stream.Stream
Returns the maximum element of this stream according to the provided comparator.
MAX_ARRAY_DIMENSIONS - Static variable in class org.apache.tomcat.util.bcel.Const
The maximum number of dimensions in an array: 255.
MAX_NOTES - Static variable in class org.apache.coyote.Constants
Maximum number of notes.
MAX_PACKET_SIZE - Static variable in class org.apache.catalina.tribes.membership.McastServiceImpl
The maximum packet size.
MAX_PACKET_SIZE - Static variable in class org.apache.coyote.ajp.Constants
Default maximum total byte size for an AJP packet.
MAX_POOL_SIZE - Static variable in class org.apache.jasper.Constants
Default tag handler pool size.
MAX_READ_SIZE - Static variable in class org.apache.coyote.ajp.Constants
Default maximum size of data that can be read in one packet.
MAX_RECORDS - Static variable in class org.apache.juli.AsyncFileHandler
Configured maximum record count from system property.
MAX_REDIRECTIONS_DEFAULT - Static variable in class org.apache.tomcat.websocket.Constants
Default maximum number of redirects.
MAX_REDIRECTIONS_PROPERTY - Static variable in class org.apache.tomcat.websocket.Constants
Property name for maximum redirect count.
MAX_SEND_SIZE - Static variable in class org.apache.coyote.ajp.Constants
Default maximum size of data that can be sent in one packet.
MAX_UDP_SIZE - Static variable in interface org.apache.catalina.tribes.ChannelReceiver
Maximum UDP packet size.
maxActive - Variable in class org.apache.catalina.session.ManagerBase
The maximum number of active sessions recorded.
maxActiveSessions - Variable in class org.apache.catalina.session.ManagerBase
The maximum number of active Sessions allowed, or -1 for no limit.
maxIdleBackup - Variable in class org.apache.catalina.session.PersistentManagerBase
How long a session must be idle before it should be backed up.
maxIdleSwap - Variable in class org.apache.catalina.session.PersistentManagerBase
The maximum time in seconds a session may be idle before it is eligible to be swapped to disk due to inactivity.
maxIdleTime - Variable in class org.apache.catalina.core.StandardThreadExecutor
idle time in milliseconds
maxInactiveInterval - Variable in class org.apache.catalina.session.StandardSession
The maximum time interval, in seconds, between client requests before the servlet container may invalidate this session.
maxMessageSize - Variable in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerBase
The maximum message size supported by this handler.
maxParameterCount - Variable in class org.apache.catalina.connector.Connector
The maximum number of parameters (GET plus POST) which will be automatically parsed by the container. 10000 by default.
maxPostSize - Variable in class org.apache.catalina.connector.Connector
Maximum size of a POST which will be automatically parsed by the container. 2 MiB by default.
maxQueries - Variable in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
Maximum number of queries we will be storing
maxQueueSize - Variable in class org.apache.catalina.core.StandardThreadExecutor
The maximum number of elements that can queue up before we reject them
maxQueueSize - Variable in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
Maximum queue size.
maxSavePostSize - Variable in class org.apache.catalina.connector.Connector
Maximum size of a POST which will be saved by the container during authentication. 4 KiB by default
maxSize - Variable in class org.apache.catalina.tribes.io.BufferPool
Maximum pool size in bytes.
maxSpareThreads - Variable in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
Maximum number of spare threads.
maxStringSize - Static variable in class org.apache.tomcat.util.buf.StringCache
Maximum length of strings to cache.
maxThreads - Variable in class org.apache.catalina.core.StandardThreadExecutor
max number of threads
maxThreads - Variable in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
Maximum number of threads.
maxValidTime - Variable in class org.apache.catalina.ha.deploy.FarmWarDeployer
The maximum valid time(in seconds) for FileMessageFactory.
maxValidTime - Variable in class org.apache.catalina.ha.deploy.FileMessageFactory
The maximum time (in seconds) this instance will be allowed to exist from lastModifiedTime.
MBeanDumper - Class in org.apache.catalina.mbeans
General helper to dump MBean contents to the log.
MBeanDumper() - Constructor for class org.apache.catalina.mbeans.MBeanDumper
Default constructor.
MBeanFactory - Class in org.apache.catalina.mbeans
Factory for creating MBeans.
MBeanFactory() - Constructor for class org.apache.catalina.mbeans.MBeanFactory
Default constructor.
mbeans - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
Registry of JMX MBeans for each connection pool.
MbeansDescriptorsDigesterSource - Class in org.apache.tomcat.util.modeler.modules
Source for loading MBean descriptors from XML using a Digester.
MbeansDescriptorsDigesterSource() - Constructor for class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDigesterSource
Default constructor.
MbeansDescriptorsIntrospectionSource - Class in org.apache.tomcat.util.modeler.modules
Source for creating MBean descriptors through introspection.
MbeansDescriptorsIntrospectionSource() - Constructor for class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
Default constructor.
mBeanServer - Variable in class org.apache.catalina.ha.backend.CollectedInfo
The MBean server used to collect information.
mBeanServer - Variable in class org.apache.catalina.ha.deploy.FarmWarDeployer
MBean server.
mBeanServer - Variable in class org.apache.catalina.manager.JMXProxyServlet
MBean server.
mBeanServer - Variable in class org.apache.catalina.manager.ManagerServlet
MBean server.
mBeanServer - Variable in class org.apache.catalina.manager.StatusManagerServlet
MBean server.
MBeanUtils - Class in org.apache.catalina.mbeans
Public utility methods in support of the server side MBeans implementation.
MBeanUtils() - Constructor for class org.apache.catalina.mbeans.MBeanUtils
Default constructor.
mbr - Variable in class org.apache.catalina.tribes.membership.Membership.MbrEntry
The member.
MBR_RX - Static variable in interface org.apache.catalina.tribes.MembershipService
Receive level.
MBR_RX_SEQ - Static variable in interface org.apache.catalina.tribes.Channel
Start and stop sequences can be controlled by these constants.
MBR_TX - Static variable in interface org.apache.catalina.tribes.MembershipService
Transmit level.
MBR_TX_SEQ - Static variable in interface org.apache.catalina.tribes.Channel
Start and stop sequences can be controlled by these constants.
MbrEntry(Member) - Constructor for class org.apache.catalina.tribes.membership.Membership.MbrEntry
Constructor.
mcastBindAddress - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
bind address
McastService - Class in org.apache.catalina.tribes.membership
A membership implementation using simple multicast.
McastService() - Constructor for class org.apache.catalina.tribes.membership.McastService
Create a membership service.
McastServiceImpl - Class in org.apache.catalina.tribes.membership
A membership implementation using simple multicast.
McastServiceImpl(MemberImpl, long, long, int, InetAddress, InetAddress, int, int, MembershipListener, MessageListener, boolean) - Constructor for class org.apache.catalina.tribes.membership.McastServiceImpl
Create a new mcast service instance.
McastServiceImpl.ReceiverThread - Class in org.apache.catalina.tribes.membership
Thread that receives multicast packets.
McastServiceImpl.RecoveryThread - Class in org.apache.catalina.tribes.membership
Thread that handles recovery.
McastServiceImpl.SenderThread - Class in org.apache.catalina.tribes.membership
Thread that sends multicast packets.
McastServiceMBean - Interface in org.apache.catalina.tribes.membership
MBean interface for McastService.
mcastSoTimeout - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
Read timeout on the mcast socket
mcastTTL - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
Time to live for the multicast packets that are being sent out
MD5 - Enum constant in enum org.apache.catalina.authenticator.DigestAuthenticator.AuthDigest
MD5 digest algorithm.
MD5 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.MessageDigest
MD5 digest.
MD5Encoder - Class in org.apache.tomcat.util.security
Deprecated.
Unused. Use HexUtils instead. Will be removed in Tomcat 11.
MEAN_TIMING_STATS_CACHE_SIZE - Static variable in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
The size of the caches used to store historical data for some attributes so that rolling means may be calculated.
MediaType - Class in org.apache.tomcat.util.http.parser
Represents a parsed media type.
MediaType(String, String, LinkedHashMap) - Constructor for class org.apache.tomcat.util.http.parser.MediaType
Constructor.
MediaTypeCache - Class in org.apache.tomcat.util.http.parser
Caches the results of parsing content-type headers.
MediaTypeCache(int) - Constructor for class org.apache.tomcat.util.http.parser.MediaTypeCache
Constructor.
MEDIUM - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.EncryptionLevel
Medium strength encryption.
member - Variable in class org.apache.catalina.tribes.ChannelException.FaultyMember
The member that failed.
member - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
The local member that we intend to broadcast over and over again
Member - Interface in org.apache.catalina.tribes
The Member interface, defines a member in the group.
MEMBER_START - Static variable in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
Payload sent when a member starts.
MEMBER_STOP - Static variable in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
Payload sent when a member shuts down.
memberAdded(Member) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
A member was added to the group
memberAdded(Member) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
 
memberAdded(Member) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
memberAdded(Member) - Method in class org.apache.catalina.tribes.group.GroupChannel
memberAdded gets invoked by the interceptor below the channel and the channel will broadcast it to the membership listeners
memberAdded(Member) - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
 
memberAdded(Member) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
memberAdded(Member) - Method in class org.apache.catalina.tribes.group.interceptors.SimpleCoordinator
 
memberAdded(Member) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
memberAdded(Member) - Method in class org.apache.catalina.tribes.membership.MembershipServiceBase
 
memberAdded(Member) - Method in class org.apache.catalina.tribes.membership.StaticMembershipProvider
Handles the addition of a new member to the cluster.
memberAdded(Member) - Method in interface org.apache.catalina.tribes.MembershipListener
A member was added to the group
memberAdded(Member) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Called when a member is added to the channel.
memberAdded(Member, boolean) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Handles the addition of a new member to the group.
memberAlive(Member) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
Checks whether the given member is alive using the default test parameters.
memberAlive(Member) - Method in class org.apache.catalina.tribes.membership.Membership
Notify the membership that this member has announced itself.
memberAlive(Member) - Method in class org.apache.catalina.tribes.membership.StaticMembershipProvider
Updates the alive status of a member.
memberAlive(Member) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
We have received a member alive notification
memberAlive(Member, byte[], boolean, boolean, long, long, int) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
Checks whether the given member is alive using the specified test parameters.
memberAlive(Member, long) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Checks if a member is alive by attempting a socket connection.
memberAliveTime - Variable in class org.apache.catalina.tribes.membership.MemberImpl
The number of milliseconds since this member was created, is kept track of using the start time
memberComparator - Variable in class org.apache.catalina.tribes.membership.Membership
Comparator for sorting members by alive time.
memberDisappeared(Member) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
A member was removed from the group
If the member left voluntarily, the Member.getCommand will contain the Member.SHUTDOWN_PAYLOAD data
memberDisappeared(Member) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
 
memberDisappeared(Member) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
memberDisappeared(Member) - Method in class org.apache.catalina.tribes.group.GroupChannel
memberDisappeared gets invoked by the interceptor below the channel and the channel will broadcast it to the membership listeners
memberDisappeared(Member) - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
 
memberDisappeared(Member) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
memberDisappeared(Member) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
 
memberDisappeared(Member) - Method in class org.apache.catalina.tribes.group.interceptors.SimpleCoordinator
 
memberDisappeared(Member) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
memberDisappeared(Member) - Method in class org.apache.catalina.tribes.membership.MembershipServiceBase
 
memberDisappeared(Member) - Method in class org.apache.catalina.tribes.membership.StaticMembershipProvider
Handles the disappearance of a member from the cluster.
memberDisappeared(Member) - Method in interface org.apache.catalina.tribes.MembershipListener
A member was removed from the group
If the member left voluntarily, the Member.getCommand will contain the Member.SHUTDOWN_PAYLOAD data
memberDisappeared(Member) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Called when a member disappears from the channel.
memberDisappeared(Member) - Method in class org.apache.catalina.tribes.tipis.ReplicatedMap
 
MemberImpl - Class in org.apache.catalina.tribes.membership
A membership implementation using simple multicast.
MemberImpl() - Constructor for class org.apache.catalina.tribes.membership.MemberImpl
Empty constructor for serialization
MemberImpl(String, int, long) - Constructor for class org.apache.catalina.tribes.membership.MemberImpl
Construct a new member object.
MemberImpl(String, int, long, byte[]) - Constructor for class org.apache.catalina.tribes.membership.MemberImpl
Construct a new member object with payload.
MemberMessage(byte[], int, Member) - Constructor for class org.apache.catalina.tribes.membership.StaticMembershipProvider.MemberMessage
Creates a new MemberMessage.
members - Variable in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
List of static members configured for this interceptor.
members - Variable in class org.apache.catalina.tribes.membership.Membership
A list of all the members in the cluster.
memberService - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
The actual listener, for callback when stuff goes down
membership - Variable in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
The membership store for tracking members in the filtered domain.
membership - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Our nonblocking membership
membership - Variable in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
The membership tracker.
membership - Variable in class org.apache.catalina.tribes.membership.MembershipProviderBase
The membership.
Membership - Class in org.apache.catalina.tribes.membership
A membership implementation using simple multicast.
Membership(Member) - Constructor for class org.apache.catalina.tribes.membership.Membership
Constructs a new membership.
Membership(Member, boolean) - Constructor for class org.apache.catalina.tribes.membership.Membership
Constructs a new membership
Membership(Member, Comparator) - Constructor for class org.apache.catalina.tribes.membership.Membership
Constructs a new membership.
Membership(Member, Comparator, boolean) - Constructor for class org.apache.catalina.tribes.membership.Membership
Constructs a new membership.
MEMBERSHIP_PROVIDER_CLASS_NAME - Static variable in class org.apache.catalina.tribes.membership.cloud.CloudMembershipService
Property name for the membership provider class.
Membership.MbrEntry - Class in org.apache.catalina.tribes.membership
Entry for a member in the membership.
membershipListener - Variable in class org.apache.catalina.tribes.membership.MembershipProviderBase
The membership listener.
MembershipListener - Interface in org.apache.catalina.tribes
The MembershipListener interface is used as a callback to the membership service.
membershipListeners - Variable in class org.apache.catalina.tribes.group.GroupChannel
A list of membership listeners that subscribe to membership announcements
MembershipProvider - Interface in org.apache.catalina.tribes
Interface for membership providers.
MembershipProviderBase - Class in org.apache.catalina.tribes.membership
Base implementation for membership providers.
MembershipProviderBase() - Constructor for class org.apache.catalina.tribes.membership.MembershipProviderBase
Default constructor.
MembershipService - Interface in org.apache.catalina.tribes
The MembershipService interface is the membership component at the bottom layer, the IO layer (for layers see the javadoc for the Channel interface).
MembershipServiceBase - Class in org.apache.catalina.tribes.membership
Base implementation for membership services.
MembershipServiceBase() - Constructor for class org.apache.catalina.tribes.membership.MembershipServiceBase
Default constructor.
memberStates - Static variable in class org.apache.catalina.tribes.transport.SenderState
Registry of sender states for each cluster member.
memento - Variable in class org.apache.el.lang.FunctionMapperFactory
The memento that stores captured function mappings.
MemoryGroup - Class in org.apache.catalina.users
Deprecated.
Use GenericGroup instead.
MemoryPropertyStore() - Constructor for class org.apache.catalina.servlets.WebdavServlet.MemoryPropertyStore
Constructs a new MemoryPropertyStore.
MemoryRealm - Class in org.apache.catalina.realm
Simple implementation of Realm that reads an XML file to configure the valid users, passwords, and roles.
MemoryRealm() - Constructor for class org.apache.catalina.realm.MemoryRealm
Default constructor.
MemoryRole - Class in org.apache.catalina.users
Deprecated.
Use GenericRole instead.
MemoryRuleSet - Class in org.apache.catalina.realm
RuleSet for recognizing the users defined in the XML file processed by MemoryRealm.
MemoryRuleSet() - Constructor for class org.apache.catalina.realm.MemoryRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
MemoryRuleSet(String) - Constructor for class org.apache.catalina.realm.MemoryRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
MemoryUser - Class in org.apache.catalina.users
Deprecated.
Use GenericUser instead.
MemoryUserDatabase - Class in org.apache.catalina.users
Concrete implementation of UserDatabase that loads all defined users, groups, and roles into an in-memory data structure, and uses a specified XML file for its persistent storage.
MemoryUserDatabase() - Constructor for class org.apache.catalina.users.MemoryUserDatabase
Create a new instance with default values.
MemoryUserDatabase(String) - Constructor for class org.apache.catalina.users.MemoryUserDatabase
Create a new instance with the specified values.
MemoryUserDatabaseFactory - Class in org.apache.catalina.users
JNDI object creation factory for MemoryUserDatabase instances.
MemoryUserDatabaseFactory() - Constructor for class org.apache.catalina.users.MemoryUserDatabaseFactory
Default constructor.
MemoryUserDatabaseMBean - Class in org.apache.catalina.mbeans
A ModelMBean implementation for the org.apache.catalina.users.MemoryUserDatabase component.
MemoryUserDatabaseMBean() - Constructor for class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Default constructor.
merge(Set) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Merge the supplied web fragments into this main web.xml.
merge(Member[], Member[]) - Static method in class org.apache.catalina.tribes.util.Arrays
Merges two member arrays, removing duplicates.
mergeIntoWebXml() - Method in class org.apache.jasper.JspC
Include the generated web.xml inside the webapp's web.xml.
mergeOnArrive(NonBlockingCoordinator.CoordinationMessage) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Merges the incoming coordination message members with the current membership.
message - Variable in class org.apache.catalina.tribes.group.RpcMessage
The payload of the message.
MESSAGE_SECTION - Static variable in class org.apache.catalina.manager.Constants
The HTML message section template for manager pages.
MESSAGE_SECTION - Static variable in class org.apache.catalina.manager.host.Constants
The HTML message section template for host manager pages.
MessageBytes - Class in org.apache.tomcat.util.buf
This class is used to represent a sub array of bytes in an HTTP message.
messageDataReceived(ClusterMessage) - Method in interface org.apache.catalina.ha.ClusterManager
A message was received from another node, this is the callback method to implement if you are interested in receiving replication messages.
messageDataReceived(ClusterMessage) - Method in class org.apache.catalina.ha.session.BackupManager
 
messageDataReceived(ClusterMessage) - Method in class org.apache.catalina.ha.session.DeltaManager
 
messageDataReceived(ChannelMessage) - Method in interface org.apache.catalina.tribes.io.ListenCallback
This method is invoked on the callback object to notify it that new data has been received from one of the cluster nodes.
messageDataReceived(ChannelMessage) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Receives a channel message and forwards it to the listener if the listener accepts it.
MessageDestination - Class in org.apache.tomcat.util.descriptor.web
Representation of a message destination for a web application, as represented in a <message-destination> element in the deployment descriptor.
MessageDestination() - Constructor for class org.apache.tomcat.util.descriptor.web.MessageDestination
Default constructor.
MessageDestinationRef - Class in org.apache.tomcat.util.descriptor.web
Representation of a message destination reference for a web application, as represented in a <message-destination-ref> element in the deployment descriptor.
MessageDestinationRef() - Constructor for class org.apache.tomcat.util.descriptor.web.MessageDestinationRef
Default constructor.
MessageDigest - Enum in org.apache.tomcat.util.net.openssl.ciphers
Supported message digest algorithms.
MessageDigestCredentialHandler - Class in org.apache.catalina.realm
This credential handler supports the following forms of stored passwords: encodedCredential - a hex encoded digest of the password digested using the configured digest {MD5}encodedCredential - a Base64 encoded MD5 digest of the password {SHA}encodedCredential - a Base64 encoded SHA1 digest of the password {SSHA}encodedCredential - 20 byte Base64 encoded SHA1 digest followed by variable length salt.
MessageDigestCredentialHandler() - Constructor for class org.apache.catalina.realm.MessageDigestCredentialHandler
Default constructor.
MessageDispatchInterceptor - Class in org.apache.catalina.tribes.group.interceptors
The message dispatcher is a way to enable asynchronous communication through a channel.
MessageDispatchInterceptor() - Constructor for class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
Default constructor.
MessageDispatchInterceptorMBean - Interface in org.apache.catalina.tribes.group.interceptors
MBean interface for MessageDispatchInterceptor.
MessageFactory - Class in org.apache.el.util
Factory for creating localized EL messages.
MessageFactory(ResourceBundle) - Constructor for class org.apache.el.util.MessageFactory
Constructor.
MessageHandlerResult - Class in org.apache.tomcat.websocket
 
MessageHandlerResult(MessageHandler, MessageHandlerResultType) - Constructor for class org.apache.tomcat.websocket.MessageHandlerResult
 
MessageHandlerResultType - Enum in org.apache.tomcat.websocket
Types of message handler results.
MessageInfoImpl - Class in org.apache.catalina.authenticator.jaspic
Implementation of MessageInfo for JASPIC authentication.
MessageInfoImpl() - Constructor for class org.apache.catalina.authenticator.jaspic.MessageInfoImpl
Default constructor.
MessageInfoImpl(HttpServletRequest, HttpServletResponse, boolean) - Constructor for class org.apache.catalina.authenticator.jaspic.MessageInfoImpl
Constructor.
MessageListener - Interface in org.apache.catalina.tribes
The listener to be registered with the ChannelReceiver, internal Tribes component.
MessageOrder(int, ChannelMessage) - Constructor for class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.MessageOrder
Constructs a MessageOrder with the given message number and message.
MessagePart - Class in org.apache.tomcat.websocket
Represents a part of a WebSocket message.
messagePartInProgress - Variable in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
Semaphore to ensure only one message part is being processed at a time.
messageReceived(Serializable, Member) - Method in class org.apache.catalina.ha.ClusterListener
 
messageReceived(Serializable, Member) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Receive a message from the channel
messageReceived(Serializable, Member) - Method in interface org.apache.catalina.tribes.ChannelListener
Receive a message from the channel
messageReceived(Serializable, Member) - Method in class org.apache.catalina.tribes.group.RpcChannel
 
messageReceived(Serializable, Member) - Method in class org.apache.catalina.tribes.membership.cloud.CloudMembershipProvider
 
messageReceived(Serializable, Member) - Method in class org.apache.catalina.tribes.membership.StaticMembershipProvider
 
messageReceived(Serializable, Member) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Handles a received message.
messageReceived(ClusterMessage) - Method in class org.apache.catalina.ha.ClusterListener
Callback from the cluster, when a message is received, The cluster will broadcast it invoking the messageReceived on the receiver.
messageReceived(ClusterMessage) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Callback from the cluster, when a message is received, The cluster will broadcast it invoking the messageReceived on the receiver.
messageReceived(ClusterMessage) - Method in class org.apache.catalina.ha.session.ClusterSessionListener
 
messageReceived(ClusterMessage) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Processes a received cluster message by dispatching it to registered cluster listeners.
messageReceived(SessionMessage, Member) - Method in class org.apache.catalina.ha.session.DeltaManager
This method is called by the received thread when a SessionMessage has been received from one of the other nodes in the cluster.
messageReceived(ChannelMessage) - Method in interface org.apache.catalina.tribes.ChannelInterceptor
The messageReceived is invoked when a message is received.
messageReceived(ChannelMessage) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
 
messageReceived(ChannelMessage) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
messageReceived(ChannelMessage) - Method in class org.apache.catalina.tribes.group.GroupChannel
Callback from the interceptor stack.
messageReceived(ChannelMessage) - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
 
messageReceived(ChannelMessage) - Method in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor
 
messageReceived(ChannelMessage) - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
 
messageReceived(ChannelMessage) - Method in class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
 
messageReceived(ChannelMessage) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
messageReceived(ChannelMessage) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
 
messageReceived(ChannelMessage) - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
 
messageReceived(ChannelMessage) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
messageReceived(ChannelMessage) - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
 
messageReceived(ChannelMessage) - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
 
messageReceived(ChannelMessage) - Method in class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor
 
messageReceived(ChannelMessage) - Method in class org.apache.catalina.tribes.membership.McastService
 
messageReceived(ChannelMessage) - Method in interface org.apache.catalina.tribes.MessageListener
Receive a message from the IO components in the Channel stack
messages - Variable in class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor
Map of pending messages keyed by their unique ID.
MESSAGES - Static variable in class org.apache.catalina.tribes.util.Logs
The global messages logger.
method - Variable in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerBase
The method to invoke when a message is received.
method() - Method in class org.apache.coyote.Request
method(String) - Method in class org.apache.catalina.core.ApplicationPushBuilder
 
Method - Class in org.apache.tomcat.util.http
HTTP method constants and utilities.
METHOD_GET - Static variable in class org.apache.catalina.filters.Constants
Deprecated.
MethodExpressionImpl - Class in org.apache.el
An Expression that refers to a method on an object.
MethodExpressionImpl() - Constructor for class org.apache.el.MethodExpressionImpl
Default constructor.
MethodExpressionImpl(String, Node, FunctionMapper, VariableMapper, Class, Class[]) - Constructor for class org.apache.el.MethodExpressionImpl
Constructor.
MethodExpressionLiteral - Class in org.apache.el
Literal method expression.
MethodExpressionLiteral() - Constructor for class org.apache.el.MethodExpressionLiteral
Default constructor.
MethodExpressionLiteral(String, Class, Class[]) - Constructor for class org.apache.el.MethodExpressionLiteral
Constructor.
methodField - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
 
methodName - Variable in class org.apache.catalina.startup.SetNextNamingRule
The method name to call on the parent object.
methodName - Variable in class org.apache.tomcat.util.digester.CallMethodRule
The method name to call on the parent object.
methodName - Variable in class org.apache.tomcat.util.digester.SetNextRule
The method name to call on the parent object.
MICROSECONDS - Enum constant in enum org.apache.catalina.valves.AbstractAccessLogValve.ElapsedTimeElement.Style
Microseconds format.
mightContainResource(String, String) - Method in class org.apache.catalina.webresources.JarContents
Method that identifies whether a given path MIGHT be in this jar.
migrateLegacyApp(File, File) - Method in class org.apache.catalina.startup.HostConfig
Migrate a single legacy Java EE application from source to destination using the Migration utility.
migrateLegacyApps() - Method in class org.apache.catalina.startup.HostConfig
Migrate legacy Java EE applications from the legacy appBase to the current appBase.
MILLISECONDS - Enum constant in enum org.apache.catalina.valves.AbstractAccessLogValve.ElapsedTimeElement.Style
Milliseconds format.
MIME_CHUNK_SIZE - Static variable in class org.apache.tomcat.util.codec.binary.BaseNCodec
Deprecated.
MIME chunk size per RFC 2045 section 6.8.
MimeHeaders - Class in org.apache.tomcat.util.http
Memory-efficient repository for Mime Headers.
MimeHeaders() - Constructor for class org.apache.tomcat.util.http.MimeHeaders
Creates a new MimeHeaders object using a default buffer size.
MimePredicate(ServletContext, Predicate) - Constructor for class org.apache.catalina.filters.CsrfPreventionFilter.MimePredicate
Construct a new MimePredicate.
mimeSeparation - Static variable in class org.apache.catalina.servlets.DefaultServlet
MIME multipart separation string
MimeTypeMappings - Class in org.apache.tomcat.buildutil
Build utility for MIME type mappings.
MimeTypeMappings() - Constructor for class org.apache.tomcat.buildutil.MimeTypeMappings
Default constructor.
MimeUtility - Class in org.apache.tomcat.util.http.fileupload.util.mime
Utility class to decode MIME texts.
min() - Method in class org.apache.el.stream.Stream
Returns the minimum element of this stream according to natural order.
min(LambdaExpression) - Method in class org.apache.el.stream.Stream
Returns the minimum element of this stream according to the provided comparator.
minIdleSwap - Variable in class org.apache.catalina.session.PersistentManagerBase
The minimum time in seconds a session must be idle before it is eligible to be swapped to disk to keep the active session count below maxActiveSessions.
MINOR_22 - Static variable in class org.apache.tomcat.util.bcel.Const
Minor version number of class files for Java 22: 0.
MINOR_23 - Static variable in class org.apache.tomcat.util.bcel.Const
Minor version number of class files for Java 23: 0.
MINOR_24 - Static variable in class org.apache.tomcat.util.bcel.Const
Minor version number of class files for Java 24: 0.
MINOR_25 - Static variable in class org.apache.tomcat.util.bcel.Const
Minor version number of class files for Java 25: 0.
MINOR_26 - Static variable in class org.apache.tomcat.util.bcel.Const
Minor version number of class files for Java 26: 0.
MINOR_VERSION - Static variable in class org.apache.catalina.core.Constants
The minor version of the Servlet specification implemented by this container.
MINOR_VERSION - Static variable in class org.apache.tomcat.dbcp.dbcp2.PoolingDriver
Minor version number.
minSpareThreads - Variable in class org.apache.catalina.core.StandardThreadExecutor
min number of threads
MINUTE - Enum constant in enum org.apache.catalina.filters.ExpiresFilter.DurationUnit
Minute duration unit.
misses() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLSessionStats
Returns the number of sessions proposed by clients that were not found in the internal session cache in server mode.
MISSING_VARIABLE_VALUE - Static variable in class org.apache.catalina.ssi.SSIEcho
Value returned when a requested variable is not found.
MKCOL - Static variable in class org.apache.tomcat.util.http.Method
MKCOL method.
mkdir(String) - Method in interface org.apache.catalina.WebResourceRoot
Create a new directory at the given path.
mkdir(String) - Method in class org.apache.catalina.webresources.AbstractArchiveResourceSet
 
mkdir(String) - Method in class org.apache.catalina.webresources.DirResourceSet
 
mkdir(String) - Method in class org.apache.catalina.webresources.EmptyResourceSet
Create a new directory at the given path.
mkdir(String) - Method in class org.apache.catalina.webresources.FileResourceSet
 
mkdir(String) - Method in class org.apache.catalina.webresources.StandardRoot
 
mkdir(String) - Method in interface org.apache.catalina.WebResourceSet
Create a new directory at the given path.
MLDSA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Authentication
ML-DSA authentication.
MLDSA - Enum constant in enum org.apache.tomcat.util.net.SSLHostConfigCertificate.Type
ML-DSA certificate type.
mldsa44 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
ML-DSA level 2.
mldsa65 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
ML-DSA level 3.
mldsa87 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
ML-DSA level 5.
MLKEM1024 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Group
ML-KEM-1024 post-quantum key exchange group.
MLKEM512 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Group
ML-KEM-512 post-quantum key exchange group.
MLKEM768 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Group
ML-KEM-768 post-quantum key exchange group.
mod(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
 
mod(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
 
mod(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
 
mod(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
 
mod(Number, Number) - Method in class org.apache.el.lang.ELArithmetic
Compute the modulo of two numbers.
mod(Object, Object) - Static method in class org.apache.el.lang.ELArithmetic
Compute the modulo of two objects, coercing them to the appropriate numeric type.
ModelerSource - Class in org.apache.tomcat.util.modeler.modules
Source for descriptor data.
ModelerSource() - Constructor for class org.apache.tomcat.util.modeler.modules.ModelerSource
Default constructor.
modified() - Method in class org.apache.catalina.ha.deploy.WarWatcher.WarInfo
Returns whether the WAR file has been modified since last check.
modified() - Method in interface org.apache.catalina.Loader
Has the internal repository associated with this Loader been modified, such that the loaded classes should be reloaded?
modified() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Have one or more classes or resources been modified so that a reload is appropriate?
modified() - Method in class org.apache.catalina.loader.WebappLoader
 
modifiedGroup(Group) - Method in interface org.apache.catalina.UserDatabase
Signal the specified Group from this user database has been modified.
modifiedGroup(Group) - Method in class org.apache.catalina.users.DataSourceUserDatabase
 
modifiedGroups - Variable in class org.apache.catalina.users.DataSourceUserDatabase
Groups that have been modified but not yet persisted.
modifiedRole(Role) - Method in interface org.apache.catalina.UserDatabase
Signal the specified Role from this user database has been modified.
modifiedRole(Role) - Method in class org.apache.catalina.users.DataSourceUserDatabase
 
modifiedRoles - Variable in class org.apache.catalina.users.DataSourceUserDatabase
Roles that have been modified but not yet persisted.
modifiedUser(User) - Method in interface org.apache.catalina.UserDatabase
Signal the specified User from this user database has been modified.
modifiedUser(User) - Method in class org.apache.catalina.users.DataSourceUserDatabase
 
modifiedUsers - Variable in class org.apache.catalina.users.DataSourceUserDatabase
Users that have been modified but not yet persisted.
modifyHandshake(ServerEndpointConfig, HandshakeRequest, HandshakeResponse) - Method in class org.apache.tomcat.websocket.server.DefaultServerEndpointConfigurator
 
monitorFuture - Variable in class org.apache.catalina.core.ContainerBase
The future allowing control of the monitor thread.
monitorFuture - Variable in class org.apache.catalina.tribes.group.GroupChannel
Monitor future for periodic heartbeat checks.
MONTH - Enum constant in enum org.apache.catalina.filters.ExpiresFilter.DurationUnit
Month duration unit.
move() - Method in class org.apache.catalina.storeconfig.StoreFileMover
Shuffle old->save and new->old.
MOVE - Static variable in class org.apache.tomcat.util.http.Method
MOVE method.
MOVED_PERMANENTLY - Static variable in class org.apache.tomcat.websocket.Constants
HTTP 301 Moved Permanently.
moveFirst(FastRemovalDequeue.Entry) - Method in class org.apache.jasper.util.FastRemovalDequeue
Moves the element in front.
moveLast(FastRemovalDequeue.Entry) - Method in class org.apache.jasper.util.FastRemovalDequeue
Moves the element to the back.
moveToCurrentRow() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
moveToInsertRow() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
MSEC_PATTERN - Static variable in class org.apache.juli.DateFormatCache
Pattern character used to replace 'S' (milliseconds) in format strings to make timestamps cacheable.
mserver - Variable in class org.apache.catalina.mbeans.SparseUserDatabaseMBean
The MBeanServer for this application.
mserver - Variable in class org.apache.coyote.AbstractProtocol
The MBean server.
msg - Variable in class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor.MapEntry
 
MSG_ACCESS - Static variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
Message type: access.
MSG_BACKUP - Static variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
Message type: backup.
MSG_COPY - Static variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
Message type: copy.
MSG_INIT - Static variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
Message type: init.
MSG_NOTIFY_MAPMEMBER - Static variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
Message type: notify map member.
MSG_PING - Static variable in class org.apache.catalina.tribes.membership.StaticMembershipProvider.MemberMessage
Message type for member ping.
MSG_PING - Static variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
Message type: ping.
MSG_PROXY - Static variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
Message type: proxy.
MSG_REMOVE - Static variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
Message type: remove.
MSG_RETRIEVE_BACKUP - Static variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
Message type: retrieve backup.
MSG_START - Static variable in class org.apache.catalina.tribes.membership.StaticMembershipProvider.MemberMessage
Message type for member start.
MSG_START - Static variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
Message type: start.
MSG_STATE - Static variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
Message type: state.
MSG_STATE_COPY - Static variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
Message type: state copy.
MSG_STOP - Static variable in class org.apache.catalina.tribes.membership.StaticMembershipProvider.MemberMessage
Message type for member stop.
MSG_STOP - Static variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
Message type: stop.
msgBuffer - Variable in class org.apache.catalina.ha.deploy.FileMessageFactory
Messages received out of order are held in the buffer until required.
msgCount - Variable in class org.apache.catalina.tribes.membership.MemberImpl
Counter for how many broadcast messages have been sent from this member
msglistener - Variable in class org.apache.catalina.tribes.membership.McastService
A message listener delegate for broadcasts
msgservice - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
The actual listener for broadcast callbacks
MultiCastSender - Class in org.apache.catalina.ha.backend
Sender to proxies using multicast socket.
MultiCastSender() - Constructor for class org.apache.catalina.ha.backend.MultiCastSender
Default constructor.
MultiEnumeration(Enumeration[]) - Constructor for class org.apache.catalina.ha.context.ReplicatedContext.MultiEnumeration
Create a new instance.
MultiLockFairBlockingQueue<E> - Class in org.apache.tomcat.jdbc.pool
EXPERIMENTAL AND NOT YET COMPLETE!
MultiLockFairBlockingQueue() - Constructor for class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
Creates a new fair blocking queue.
MultiLockFairBlockingQueue.ExchangeCountDownLatch<T> - Class in org.apache.tomcat.jdbc.pool
Count down latch that can exchange information.
MultiLockFairBlockingQueue.FairIterator - Class in org.apache.tomcat.jdbc.pool
Iterator safe from concurrent modification exceptions.
MultiLockFairBlockingQueue.ItemFuture<T> - Class in org.apache.tomcat.jdbc.pool
Future for an item in the queue.
MULTIPART - Static variable in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Part of HTTP content type header.
MULTIPART_CONFIG_INVALID - Enum constant in enum org.apache.tomcat.util.http.Parameters.FailReason
 
MULTIPART_FORM_DATA - Static variable in class org.apache.tomcat.util.http.fileupload.FileUploadBase
HTTP content type header for multipart forms.
MULTIPART_MIXED - Static variable in class org.apache.tomcat.util.http.fileupload.FileUploadBase
HTTP content type header for multiple uploads.
multipartConfigElement - Variable in class org.apache.catalina.core.StandardWrapper
Multipart config
MultipartDef - Class in org.apache.tomcat.util.descriptor.web
Representation of the multipart configuration for a servlet.
MultipartDef() - Constructor for class org.apache.tomcat.util.descriptor.web.MultipartDef
Default constructor.
MultipartStream - Class in org.apache.tomcat.util.http.fileupload
Low level API for processing file uploads.
MultipartStream(InputStream, byte[], int, MultipartStream.ProgressNotifier) - Constructor for class org.apache.tomcat.util.http.fileupload.MultipartStream
Constructs a MultipartStream with a custom size buffer.
MultipartStream(InputStream, byte[], MultipartStream.ProgressNotifier) - Constructor for class org.apache.tomcat.util.http.fileupload.MultipartStream
Constructs a MultipartStream with a default size buffer.
MultipartStream.IllegalBoundaryException - Exception Class in org.apache.tomcat.util.http.fileupload
Thrown upon attempt of setting an invalid boundary token.
MultipartStream.ItemInputStream - Class in org.apache.tomcat.util.http.fileupload
An InputStream for reading an items contents.
MultipartStream.MalformedStreamException - Exception Class in org.apache.tomcat.util.http.fileupload
Thrown to indicate that the input stream fails to follow the required syntax.
MultipartStream.ProgressNotifier - Class in org.apache.tomcat.util.http.fileupload
Internal class, which is used to invoke the ProgressListener.
MULTIPLE_CHOICES - Static variable in class org.apache.tomcat.websocket.Constants
HTTP 300 Multiple Choices.
multiply(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
 
multiply(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
 
multiply(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
 
multiply(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
 
multiply(Number, Number) - Method in class org.apache.el.lang.ELArithmetic
Multiply two numbers.
multiply(Object, Object) - Static method in class org.apache.el.lang.ELArithmetic
Multiply two objects, coercing them to the appropriate numeric type.
MultiPointSender - Interface in org.apache.catalina.tribes.transport
Multi-point sender interface.
multiport - Variable in class org.apache.catalina.ha.backend.HeartbeatListener
Multicast port.
MultiThrowable - Exception Class in org.apache.tomcat.util
Wraps a list of throwables as a single throwable.
MultiThrowable() - Constructor for exception class org.apache.tomcat.util.MultiThrowable
Default constructor.
mutate(String) - Method in interface org.apache.catalina.CredentialHandler
Generates the equivalent stored credentials for the given input credentials.
mutate(String) - Method in class org.apache.catalina.realm.DigestCredentialHandlerBase
 
mutate(String) - Method in class org.apache.catalina.realm.NestedCredentialHandler
The input credentials will be passed to the first nested CredentialHandler.
mutate(String, byte[], int) - Method in class org.apache.catalina.realm.DigestCredentialHandlerBase
Generates the equivalent stored credentials for the given input credentials, salt and iterations.
mutate(String, byte[], int) - Method in class org.apache.catalina.realm.MessageDigestCredentialHandler
 
mutate(String, byte[], int) - Method in class org.apache.catalina.realm.SecretKeyCredentialHandler
 
mutate(String, byte[], int, int) - Method in class org.apache.catalina.realm.DigestCredentialHandlerBase
Generates the equivalent stored credentials for the given input credentials, salt, iterations and key length.
mutate(String, byte[], int, int) - Method in class org.apache.catalina.realm.SecretKeyCredentialHandler
 
mygetHeader(Request, String) - Method in class org.apache.catalina.valves.SSLValve
Retrieves the value of the specified header from the request, handling null and "(null)" values.

N

n - Variable in class org.apache.catalina.valves.rewrite.Substitution.RewriteCondBackReferenceElement
The group number to reference.
n - Variable in class org.apache.catalina.valves.rewrite.Substitution.RewriteRuleBackReferenceElement
The group number to reference.
name - Variable in class org.apache.catalina.connector.CoyotePrincipal
The username of the user represented by this Principal.
name - Variable in class org.apache.catalina.core.ContainerBase
The human-readable name of this Container.
name - Variable in class org.apache.catalina.core.NamingContextListener
Name of the associated naming context.
name - Variable in class org.apache.catalina.core.StandardThreadExecutor
the name of this thread pool
name - Variable in class org.apache.catalina.ha.session.BackupManager
The name of this manager
name - Variable in class org.apache.catalina.ha.session.DeltaManager
The name of this manager.
name - Variable in class org.apache.catalina.mapper.Mapper.MapElement
The name of the element.
name - Variable in class org.apache.catalina.realm.GenericPrincipal
The username of the user represented by this Principal.
name - Static variable in class org.apache.catalina.session.StandardManager
The descriptive name of this Manager implementation (for logging).
name - Variable in class org.apache.catalina.startup.HostConfig.DeployedApplication
Application context path.
name - Variable in class org.apache.catalina.tribes.group.GroupChannel
the name of this channel.
name - Variable in class org.apache.el.lang.FunctionMapperImpl.Function
The method name.
name - Variable in class org.apache.naming.NamingContext
Name of the associated Catalina Context.
name - Variable in class org.apache.naming.NamingEntry
The binding name.
name - Variable in class org.apache.tomcat.util.descriptor.web.WebRuleSet
The NameRule rule used to parse the web.xml
name - Variable in class org.apache.tomcat.util.modeler.FeatureInfo
The name of this feature.
name - Variable in class org.apache.tomcat.util.modeler.ManagedBean
The name of this managed bean.
NAME - Enum constant in enum org.apache.tomcat.util.http.CookiesWithoutEquals
Treat the value as the cookie name.
NAME - Enum constant in enum org.apache.tomcat.util.http.parser.ChunkExtension.State
Reading the extension name.
NAME - Static variable in class org.apache.catalina.servlets.DefaultServlet.SortManager.Order
Sort by name descending.
NAME - Static variable in class org.apache.tomcat.websocket.PerMessageDeflate
The name of the permessage-deflate extension.
NAME_ASC - Static variable in class org.apache.catalina.servlets.DefaultServlet.SortManager.Order
Sort by name ascending.
NAME_AUTHTYPE - Static variable in class org.apache.catalina.ha.session.DeltaRequest
Name used for auth type actions.
NAME_ISNEW - Static variable in class org.apache.catalina.ha.session.DeltaRequest
Name used for new flag actions.
NAME_LISTENER - Static variable in class org.apache.catalina.ha.session.DeltaRequest
Name used for listener actions.
NAME_MAXINTERVAL - Static variable in class org.apache.catalina.ha.session.DeltaRequest
Name used for max inactive interval actions.
NAME_PRINCIPAL - Static variable in class org.apache.catalina.ha.session.DeltaRequest
Name used for principal actions.
NAMED_DISPATCHER_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we store the servlet name on a named dispatcher request.
namedAttributeNodes - Variable in class org.apache.jasper.compiler.Node
Cached named attribute nodes for performance.
nameParser - Static variable in class org.apache.naming.NamingContext
Name parser for this context.
NameParserImpl - Class in org.apache.naming
Parses names.
NameParserImpl() - Constructor for class org.apache.naming.NameParserImpl
Default constructor.
namePrefix - Variable in class org.apache.catalina.core.StandardThreadExecutor
Default name prefix for the thread name
names() - Method in class org.apache.tomcat.util.http.MimeHeaders
Returns an enumeration of strings representing the header field names.
namespaceAware - Variable in class org.apache.tomcat.util.digester.Digester
Do we want a "namespace aware" parser.
Namespace Aware Parsing - Section in package org.apache.tomcat.util.digester
 
namespaces - Variable in class org.apache.tomcat.util.digester.Digester
Registered namespaces we are currently processing.
namespaceURI - Variable in class org.apache.tomcat.util.digester.Rule
The namespace URI for which this Rule is relevant, if any.
namingContext - Variable in class org.apache.catalina.core.NamingContextListener
Associated JNDI context.
NamingContext - Class in org.apache.naming
Catalina JNDI Context implementation.
NamingContext(Hashtable, String) - Constructor for class org.apache.naming.NamingContext
Builds a naming context.
NamingContext(Hashtable, String, HashMap) - Constructor for class org.apache.naming.NamingContext
Builds a naming context.
NamingContextBindingsEnumeration - Class in org.apache.naming
Naming enumeration implementation.
NamingContextBindingsEnumeration(Iterator, Context) - Constructor for class org.apache.naming.NamingContextBindingsEnumeration
Creates a new bindings enumeration.
NamingContextEnumeration - Class in org.apache.naming
Naming enumeration implementation.
NamingContextEnumeration(Iterator) - Constructor for class org.apache.naming.NamingContextEnumeration
Creates a new context enumeration.
NamingContextListener - Class in org.apache.catalina.core
Helper class used to initialize and populate the JNDI context associated with each context and server.
NamingContextListener() - Constructor for class org.apache.catalina.core.NamingContextListener
Default constructor.
NamingEntry - Class in org.apache.naming
Represents a binding in a NamingContext.
NamingEntry(String, Object, int) - Constructor for class org.apache.naming.NamingEntry
Creates a new naming entry.
namingResources - Variable in class org.apache.catalina.core.NamingContextListener
Associated naming resources.
NamingResources - Interface in org.apache.tomcat.util.descriptor.web
Defines an interface for the object that is added to the representation of a JNDI resource in web.xml to enable it to also be the implementation of that JNDI resource.
NamingResourcesImpl - Class in org.apache.catalina.deploy
Holds and manages the naming resources defined in the Jakarta EE Naming Context and their associated JNDI context.
NamingResourcesImpl() - Constructor for class org.apache.catalina.deploy.NamingResourcesImpl
Create a new NamingResources instance.
NamingResourcesMBean - Class in org.apache.catalina.mbeans
A ModelMBean implementation for the org.apache.catalina.deploy.NamingResourcesImpl component.
NamingResourcesMBean() - Constructor for class org.apache.catalina.mbeans.NamingResourcesMBean
Default constructor.
NamingResourcesSF - Class in org.apache.catalina.storeconfig
Store server.xml elements Resources at context and GlobalNamingResources
NamingResourcesSF() - Constructor for class org.apache.catalina.storeconfig.NamingResourcesSF
Default constructor.
NamingRuleSet - Class in org.apache.catalina.startup
RuleSet for processing the JNDI Enterprise Naming Context resource declaration elements.
NamingRuleSet() - Constructor for class org.apache.catalina.startup.NamingRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
NamingRuleSet(String) - Constructor for class org.apache.catalina.startup.NamingRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
NANOSECONDS - Enum constant in enum org.apache.catalina.valves.AbstractAccessLogValve.ElapsedTimeElement.Style
Nanoseconds format.
nativeSQL(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
NB_READ_INTEREST - Enum constant in enum org.apache.coyote.ActionCode
Indicator that Servlet is interested in being notified when data is available to be read.
NB_WRITE_INTEREST - Enum constant in enum org.apache.coyote.ActionCode
Used with non-blocking writes to determine if a write is currently allowed (sets passed parameter to true) or not (sets passed parameter to false).
nBytes - Variable in class org.apache.tomcat.util.net.SocketWrapperBase.OperationState
Total number of bytes transferred by the operation.
nc - Variable in class org.apache.catalina.realm.JAASCallbackHandler
Nonce count.
NEED_MORE_DATA - Enum constant in enum org.apache.tomcat.util.http.parser.HttpHeaderParser.HeaderParseStatus
Not enough data is available to complete parsing.
NEED_READ - Enum constant in enum org.apache.tomcat.util.net.TLSClientHelloExtractor.ExtractorResult
More data needs to be read.
needHandshakeWrap - Variable in class org.apache.tomcat.util.net.SecureNioChannel
True when a handshake wrap is pending
needSemaphores() - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
 
needSemaphores() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Allows indicating if the connector needs semaphores.
negotiableProtocols - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
List of protocols that can be negotiated (e.g.
NestedCredentialHandler - Class in org.apache.catalina.realm
Nested credential handler that delegates to multiple handlers.
NestedCredentialHandler() - Constructor for class org.apache.catalina.realm.NestedCredentialHandler
Default constructor.
nesting - Variable in class org.apache.catalina.mapper.Mapper.ContextList
The nesting level.
nesting - Variable in class org.apache.catalina.mapper.Mapper.ContextVersion
The nesting level.
netInBuffer - Variable in class org.apache.tomcat.util.net.SecureNio2Channel
 
netInBuffer - Variable in class org.apache.tomcat.util.net.SecureNioChannel
Network input buffer for encrypted data
NetMask - Class in org.apache.catalina.util
A class representing a CIDR netmask.
NetMask(String) - Constructor for class org.apache.catalina.util.NetMask
Constructor
NetMaskSet - Class in org.apache.catalina.util
This class maintains a Set of NetMask objects and allows to check if a given IP address is matched by any of the NetMasks, making it easy to create Allow and Deny lists of CIDR networks and hosts.
NetMaskSet() - Constructor for class org.apache.catalina.util.NetMaskSet
Default constructor.
netOutBuffer - Variable in class org.apache.tomcat.util.net.SecureNio2Channel
 
netOutBuffer - Variable in class org.apache.tomcat.util.net.SecureNioChannel
Network output buffer for encrypted data
NEVER - Enum constant in enum org.apache.catalina.authenticator.AuthenticatorBase.AllowCorsPreflight
Never allow CORS preflight bypass.
NEW - Enum constant in enum org.apache.catalina.LifecycleState
New component, not yet initialized.
NEW - Enum constant in enum org.apache.tomcat.util.net.Acceptor.AcceptorState
Acceptor has been created but not yet started.
newCallStack(String, boolean) - Static method in class org.apache.tomcat.dbcp.pool2.impl.CallStackUtils
newCallStack(String, boolean, boolean) - Static method in class org.apache.tomcat.dbcp.pool2.impl.CallStackUtils
Constructs a new CallStack using the fasted allowed strategy.
newCounterInstance(int, ScheduledExecutorService) - Method in class org.apache.catalina.util.ExactRateLimiter
 
newCounterInstance(int, ScheduledExecutorService) - Method in class org.apache.catalina.util.FastRateLimiter
 
newCounterInstance(int, ScheduledExecutorService) - Method in class org.apache.catalina.util.RateLimiterBase
Instantiate an instance of TimeBucketCounterBase for specific time bucket size.
newDigester(boolean, boolean, RuleSet, boolean) - Static method in class org.apache.tomcat.util.descriptor.DigesterFactory
Create a Digester parser.
newFileItemHeaders() - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Creates a new instance of FileItemHeaders.
newInputStream() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
newInstance() - Static method in class org.apache.catalina.security.SecurityConfig
Returns the singleton instance of that class.
newInstance() - Static method in class org.apache.tomcat.util.buf.MessageBytes
Construct a new MessageBytes instance.
newInstance(Class) - Method in class org.apache.catalina.core.DefaultInstanceManager
 
newInstance(Class) - Method in interface org.apache.tomcat.InstanceManager
Create a new instance of the given class.
newInstance(Class) - Method in class org.apache.tomcat.SimpleInstanceManager
Create a new instance of the given class.
newInstance(Object) - Method in class org.apache.catalina.core.DefaultInstanceManager
 
newInstance(Object) - Method in interface org.apache.tomcat.InstanceManager
Perform dependency injection on the given object.
newInstance(Object) - Method in class org.apache.tomcat.SimpleInstanceManager
Perform dependency injection on the given object.
newInstance(String) - Method in class org.apache.catalina.core.DefaultInstanceManager
 
newInstance(String) - Static method in class org.apache.catalina.mbeans.BaseCatalinaMBean
Creates a new instance of the specified class.
newInstance(String) - Method in interface org.apache.tomcat.InstanceManager
Create a new instance of the class with the given name.
newInstance(String) - Method in class org.apache.tomcat.SimpleInstanceManager
Create a new instance of the class with the given name.
newInstance(String, ClassLoader) - Method in class org.apache.catalina.core.DefaultInstanceManager
 
newInstance(String, ClassLoader) - Method in interface org.apache.tomcat.InstanceManager
Create a new instance of the class with the given name using the specified class loader.
newInstance(String, ClassLoader) - Method in class org.apache.tomcat.SimpleInstanceManager
Create a new instance of the class with the given name using the specified class loader.
newInstance(String, String, Attributes) - Method in class org.apache.catalina.storeconfig.StoreFactoryRule
Create new instance from attribute className!
newInstance(URL) - Static method in class org.apache.tomcat.util.scan.JarFactory
Create a new Jar instance for the given URL.
newLine() - Method in class org.apache.jasper.runtime.BodyContentImpl
 
newLine() - Method in class org.apache.jasper.runtime.JspWriterImpl
 
NewlineReductionServletWriter - Class in org.apache.jasper.compiler
This class filters duplicate newlines instructions from the compiler output, and therefore from the runtime JSP.
NewlineReductionServletWriter(PrintWriter) - Constructor for class org.apache.jasper.compiler.NewlineReductionServletWriter
Creates a new newline-reducing servlet writer.
newOperationState(boolean, ByteBuffer[], int, int, SocketWrapperBase.BlockingMode, long, TimeUnit, A, SocketWrapperBase.CompletionCheck, CompletionHandler, Semaphore, SocketWrapperBase.VectoredIOCompletionHandler) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Creates a new operation state for vectored I/O operations.
newOperationState(boolean, ByteBuffer[], int, int, SocketWrapperBase.BlockingMode, long, TimeUnit, A, SocketWrapperBase.CompletionCheck, CompletionHandler, Semaphore, SocketWrapperBase.VectoredIOCompletionHandler) - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
 
newOperationState(boolean, ByteBuffer[], int, int, SocketWrapperBase.BlockingMode, long, TimeUnit, A, SocketWrapperBase.CompletionCheck, CompletionHandler, Semaphore, SocketWrapperBase.VectoredIOCompletionHandler) - Method in class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper
 
newPushBuilder() - Method in class org.apache.catalina.connector.Request
 
newPushBuilder() - Method in class org.apache.catalina.connector.RequestFacade
 
newPushBuilder() - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
 
newPushBuilder(HttpServletRequest) - Method in class org.apache.catalina.connector.Request
 
newPushBuilder(HttpServletRequest) - Method in class org.apache.catalina.connector.RequestFacade
 
newSSL(long, boolean) - Static method in class org.apache.tomcat.jni.SSL
SSL_new
newStringUsAscii(byte[]) - Static method in class org.apache.tomcat.util.codec.binary.StringUtils
Deprecated.
Constructs a new String by decoding the specified array of bytes using the US-ASCII charset.
newStringUtf8(byte[]) - Static method in class org.apache.tomcat.util.codec.binary.StringUtils
Deprecated.
Constructs a new String by decoding the specified array of bytes using the UTF-8 charset.
newThread(Runnable) - Method in class org.apache.catalina.tribes.util.TcclThreadFactory
 
newThread(Runnable) - Method in class org.apache.juli.FileHandler.ThreadFactory
 
newThread(Runnable) - Method in class org.apache.tomcat.util.threads.TaskThreadFactory
 
newThread(ForkJoinPool) - Method in class org.apache.catalina.startup.SafeForkJoinWorkerThreadFactory
Create a new SafeForkJoinWorkerThreadFactory.SafeForkJoinWorkerThread for the given pool.
newThreadPool(int, int, long, TimeUnit) - Static method in class org.apache.catalina.tribes.util.ExecutorFactory
Creates a new thread pool executor with the specified parameters.
newThreadPool(int, int, long, TimeUnit, ThreadFactory) - Static method in class org.apache.catalina.tribes.util.ExecutorFactory
Creates a new thread pool executor with the specified parameters and thread factory.
newTldScanner(ServletContext, boolean, boolean, boolean) - Method in class org.apache.jasper.servlet.JasperInitializer
Create a new TldScanner instance.
newTldScanner(JspCServletContext, boolean, boolean, boolean) - Method in class org.apache.jasper.JspC
Creates a new TLD scanner instance.
next - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
Re-run the rewriting process (starting again with the first rewriting rule).
next - Variable in class org.apache.catalina.valves.ValveBase
The next Valve in the pipeline this Valve is a component of.
next() - Method in class org.apache.catalina.tribes.group.GroupChannel.InterceptorIterator
 
next() - Method in class org.apache.naming.NamingContextBindingsEnumeration
 
next() - Method in class org.apache.naming.NamingContextEnumeration
 
next() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
next() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.FairIterator
 
next() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.FairIterator
 
next() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemIterator
Returns the next available FileItemStream.
next() - Method in class org.apache.tomcat.util.http.fileupload.impl.FileItemIteratorImpl
Returns the next available FileItemStream.
nextArg() - Method in class org.apache.jasper.JspC
Returns the next command-line argument.
nextBytes(byte[], int, int, Random) - Static method in class org.apache.catalina.tribes.util.UUIDGenerator
Same as java.util.Random.nextBytes except this one we don't have to allocate a new byte array
nextElement() - Method in class org.apache.catalina.ha.context.ReplicatedContext.MultiEnumeration
 
nextElement() - Method in class org.apache.naming.NamingContextBindingsEnumeration
 
nextElement() - Method in class org.apache.naming.NamingContextEnumeration
 
nextEntry() - Method in interface org.apache.tomcat.Jar
Moves the internal pointer to the next entry in the JAR.
nextEntry() - Method in class org.apache.tomcat.util.scan.AbstractInputStreamJar
 
nextEntry() - Method in class org.apache.tomcat.util.scan.JarFileUrlJar
 
nextEntry() - Method in class org.apache.tomcat.util.scan.ReferenceCountedJar
 
nextFile() - Method in class org.apache.jasper.JspC
Returns the next file argument from the command-line.
nextIndex(Member, Member[]) - Static method in class org.apache.catalina.tribes.util.Arrays
Finds the index of the next member after the given one.
nextRequest() - Method in class org.apache.coyote.http11.Http11OutputBuffer
End processing of current HTTP request.
nextTemporaryVariableName() - Method in class org.apache.jasper.compiler.Node.Root
Generates a new temporary variable name.
nextToken() - Method in class org.apache.catalina.ssi.ExpressionTokenizer
Parses the next token from the expression.
nextToken() - Method in class org.apache.catalina.valves.rewrite.QuotedStringTokenizer
Returns the next token from the input text.
Nio2Acceptor(AbstractEndpoint) - Constructor for class org.apache.tomcat.util.net.Nio2Endpoint.Nio2Acceptor
 
Nio2Channel - Class in org.apache.tomcat.util.net
Base class for a SocketChannel wrapper used by the endpoint.
Nio2Channel(SocketBufferHandler) - Constructor for class org.apache.tomcat.util.net.Nio2Channel
 
Nio2Endpoint - Class in org.apache.tomcat.util.net
NIO2 endpoint.
Nio2Endpoint() - Constructor for class org.apache.tomcat.util.net.Nio2Endpoint
 
Nio2Endpoint.Nio2Acceptor - Class in org.apache.tomcat.util.net
 
Nio2Endpoint.Nio2SocketWrapper - Class in org.apache.tomcat.util.net
 
Nio2Endpoint.SendfileData - Class in org.apache.tomcat.util.net
SendfileData class.
Nio2Endpoint.SocketProcessor - Class in org.apache.tomcat.util.net
This class is the equivalent of the Worker, but will simply use in an external Executor thread pool.
Nio2SocketWrapper(Nio2Channel, Nio2Endpoint) - Constructor for class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
 
NioChannel - Class in org.apache.tomcat.util.net
Base class for a SocketChannel wrapper used by the endpoint.
NioChannel(SocketBufferHandler) - Constructor for class org.apache.tomcat.util.net.NioChannel
Creates a new NIO channel with the specified buffer handler.
NioEndpoint - Class in org.apache.tomcat.util.net
NIO endpoint.
NioEndpoint() - Constructor for class org.apache.tomcat.util.net.NioEndpoint
Default constructor.
NioEndpoint.NioSocketWrapper - Class in org.apache.tomcat.util.net
NIO socket wrapper that wraps an NioChannel.
NioEndpoint.Poller - Class in org.apache.tomcat.util.net
Poller class.
NioEndpoint.PollerEvent - Class in org.apache.tomcat.util.net
PollerEvent, cacheable object for poller events to avoid GC
NioEndpoint.SendfileData - Class in org.apache.tomcat.util.net
SendfileData class.
NioEndpoint.SocketProcessor - Class in org.apache.tomcat.util.net
This class is the equivalent of the Worker, but will simply use in an external Executor thread pool.
NioReceiver - Class in org.apache.catalina.tribes.transport.nio
NIO-based receiver for cluster communication.
NioReceiver() - Constructor for class org.apache.catalina.tribes.transport.nio.NioReceiver
Default constructor.
NioReceiverMBean - Interface in org.apache.catalina.tribes.transport.nio
MBean interface for NIO receiver management.
NioReplicationTask - Class in org.apache.catalina.tribes.transport.nio
A worker thread class which can drain channels and echo-back the input.
NioReplicationTask(ListenCallback, NioReceiver) - Constructor for class org.apache.catalina.tribes.transport.nio.NioReplicationTask
Creates a new NIO replication task.
NioSender - Class in org.apache.catalina.tribes.transport.nio
This class is NOT thread safe and should never be used with more than one thread at a time.
NioSender() - Constructor for class org.apache.catalina.tribes.transport.nio.NioSender
Default constructor.
NioSocketWrapper(NioChannel, NioEndpoint) - Constructor for class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper
Creates a new NIO socket wrapper.
NO_CONTENT - Static variable in class org.apache.catalina.util.XMLWriter
Element with no content.
NO_DIE_LEVEL - Static variable in class org.apache.jasper.JspC
Exit code level indicating no exit on error.
NO_NAME - Enum constant in enum org.apache.tomcat.util.http.Parameters.FailReason
 
NO_OCSP_CHECK - Static variable in class org.apache.tomcat.util.net.openssl.OpenSSLConfCmd
Disables OCSP checking.
NO_REPLY - Static variable in class org.apache.catalina.tribes.group.RpcChannel
Do not wait for any reply.
NO_TYPE - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
No statement types.
noCache(String) - Method in interface org.apache.catalina.WebResourceRoot.CacheStrategy
Should the result of looking up the resource at the given path be excluded from caching?
nocase - Variable in class org.apache.catalina.valves.rewrite.RewriteCond
This makes the test case-insensitive, i.e., there is no difference between 'A-Z' and 'a-z' both in the expanded TestString and the CondPattern.
nocase - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
This makes the Pattern case-insensitive, i.e., there is no difference between 'A-Z' and 'a-z' when Pattern is matched against the current URL.
Node - Class in org.apache.jasper.compiler
An internal data representation of a JSP page or a JSP document (XML).
Node.AttributeDirective - Class in org.apache.jasper.compiler
Represents an attribute directive
Node.AttributeGenerator - Class in org.apache.jasper.compiler
Used as a placeholder for the evaluation code of a custom action attribute (used by the tag plugin machinery only).
Node.ChildInfo - Class in org.apache.jasper.compiler
Collected information about child elements.
Node.ChildInfoBase - Class in org.apache.jasper.compiler
Base class for nodes that collect child element information.
Node.Comment - Class in org.apache.jasper.compiler
Represents a Jsp comment Comments are kept for completeness.
Node.CustomTag - Class in org.apache.jasper.compiler
Represents a custom tag
Node.Declaration - Class in org.apache.jasper.compiler
Represents a declaration
Node.DoBodyAction - Class in org.apache.jasper.compiler
Represents a <jsp:doBody> tag file action
Node.ELExpression - Class in org.apache.jasper.compiler
Represents an EL expression.
Node.Expression - Class in org.apache.jasper.compiler
Represents an expression.
Node.FallBackAction - Class in org.apache.jasper.compiler
Represents a fallback action
Node.ForwardAction - Class in org.apache.jasper.compiler
Represents a forward action
Node.GetProperty - Class in org.apache.jasper.compiler
Represents a getProperty action
Node.IncludeAction - Class in org.apache.jasper.compiler
Represents an include action
Node.IncludeDirective - Class in org.apache.jasper.compiler
Represents an include directive
Node.InvokeAction - Class in org.apache.jasper.compiler
Represents a <jsp:invoke> tag file action
Node.JspAttribute - Class in org.apache.jasper.compiler
Represents attributes that can be request time expressions.
Node.JspBody - Class in org.apache.jasper.compiler
Represents a JspBody node (<jsp:body>)
Node.JspElement - Class in org.apache.jasper.compiler
Represents a <jsp:element>.
Node.JspOutput - Class in org.apache.jasper.compiler
Represents a <jsp:output>.
Node.JspRoot - Class in org.apache.jasper.compiler
Represents the root of a Jsp document (XML syntax)
Node.JspText - Class in org.apache.jasper.compiler
Represents the body of a <jsp:text> element
Node.NamedAttribute - Class in org.apache.jasper.compiler
Represents a Named Attribute (<jsp:attribute>)
Node.Nodes - Class in org.apache.jasper.compiler
An ordered list of Node, used to represent the body of an element, or a jsp page of jsp document.
Node.PageDirective - Class in org.apache.jasper.compiler
Represents a page directive
Node.ParamAction - Class in org.apache.jasper.compiler
Represents a param action
Node.ParamsAction - Class in org.apache.jasper.compiler
Represents a params action
Node.PlugIn - Class in org.apache.jasper.compiler
Represents a plugin action
Node.Root - Class in org.apache.jasper.compiler
Represents the root of a Jsp page or Jsp document
Node.ScriptingElement - Class in org.apache.jasper.compiler
Represents an expression, declaration, or scriptlet
Node.Scriptlet - Class in org.apache.jasper.compiler
Represents a scriptlet
Node.SetProperty - Class in org.apache.jasper.compiler
Represents a setProperty action
Node.TagDirective - Class in org.apache.jasper.compiler
Represents a tag directive
Node.TaglibDirective - Class in org.apache.jasper.compiler
Represents a custom taglib directive
Node.TemplateText - Class in org.apache.jasper.compiler
Represents a template text string
Node.UninterpretedTag - Class in org.apache.jasper.compiler
Represents an uninterpreted tag, from a Jsp document
Node.UseBean - Class in org.apache.jasper.compiler
Represents a useBean action
Node.VariableDirective - Class in org.apache.jasper.compiler
Represents a variable directive
Node.Visitor - Class in org.apache.jasper.compiler
A visitor class for visiting the node.
NoDefaultWebXml - Static variable in class org.apache.catalina.startup.Constants
A value that points to a non-existent file used to suppress loading the default web.xml file.
noDefaultWebXmlPath() - Method in class org.apache.catalina.startup.Tomcat
Returns a special path that disables the default web.xml.
Nodes() - Constructor for class org.apache.jasper.compiler.ELNode.Nodes
Creates a new empty Nodes list.
NoDescriptorRegistry - Class in org.apache.tomcat.util.modeler
An implementation of the MBean registry that effectively disables MBean registration.
NoDescriptorRegistry() - Constructor for class org.apache.tomcat.util.modeler.NoDescriptorRegistry
Constructs a new NoDescriptorRegistry instance.
noescape - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
This flag keeps mod_rewrite from applying the usual URI escaping rules to the result of a rewrite.
NON_BLOCK - Enum constant in enum org.apache.tomcat.util.net.SocketWrapperBase.BlockingMode
The operation will not block.
NON_BLOCKING_ERROR - Enum constant in enum org.apache.tomcat.util.net.DispatchType
Dispatch type for non-blocking error operations.
NON_BLOCKING_READ - Enum constant in enum org.apache.tomcat.util.net.DispatchType
Dispatch type for non-blocking read operations.
NON_BLOCKING_WRITE - Enum constant in enum org.apache.tomcat.util.net.DispatchType
Dispatch type for non-blocking write operations.
NON_SECURE - Enum constant in enum org.apache.tomcat.util.net.TLSClientHelloExtractor.ExtractorResult
The connection is not using TLS.
NonBlockingCoordinator - Class in org.apache.catalina.tribes.group.interceptors
Title: Auto merging leader election algorithm
NonBlockingCoordinator() - Constructor for class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Constructs a new NonBlockingCoordinator.
NonBlockingCoordinator.CoordinationEvent - Class in org.apache.catalina.tribes.group.interceptors
Represents a coordination event in the election protocol.
NonBlockingCoordinator.CoordinationMessage - Class in org.apache.catalina.tribes.group.interceptors
Represents a coordination message used in the election protocol.
nonBlockingWriteBuffer - Variable in class org.apache.tomcat.util.net.SocketWrapperBase
Additional buffer used for non-blocking writes.
nonce - Variable in class org.apache.catalina.realm.JAASCallbackHandler
Server generated nonce.
nonceCacheSize - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
Maximum number of server nonces to keep in the cache.
nonceCountValid(long) - Method in class org.apache.catalina.authenticator.DigestAuthenticator.NonceInfo
Validate the nonce count to detect replay attacks.
nonceCountWindowSize - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
The window size to use to track seen nonce count values for a given nonce.
NonceInfo(long, int) - Constructor for class org.apache.catalina.authenticator.DigestAuthenticator.NonceInfo
Create a new NonceInfo instance.
nonces - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
List of server nonce values currently being tracked
nonceValidity - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
How long server nonces are valid for in milliseconds.
NonClosingJarInputStream - Class in org.apache.tomcat.util.scan
When using a JarInputStream with an XML parser, the stream will be closed by the parser.
NonClosingJarInputStream(InputStream) - Constructor for class org.apache.tomcat.util.scan.NonClosingJarInputStream
Constructs a NonClosingJarInputStream without verification.
NonClosingJarInputStream(InputStream, boolean) - Constructor for class org.apache.tomcat.util.scan.NonClosingJarInputStream
Constructs a NonClosingJarInputStream with verification.
NONE - Enum constant in enum org.apache.coyote.ErrorState
Not in an error state.
NONE - Enum constant in enum org.apache.tomcat.util.http.SameSiteCookies
Cookie is always sent in cross-site requests.
NONE - Enum constant in enum org.apache.tomcat.util.net.SendfileKeepAliveState
Keep-alive is not in use.
NONE - Enum constant in enum org.apache.tomcat.util.net.SocketWrapperBase.CompletionHandlerCall
The operation completed but the completion handler shouldn't be called.
NONE - Enum constant in enum org.apache.tomcat.util.net.SSLHostConfig.CertificateVerification
No certificate verification.
noneMatch(LambdaExpression) - Method in class org.apache.el.stream.Stream
Checks if no elements of this stream match the given predicate.
NonLoginAuthenticator - Class in org.apache.catalina.authenticator
An Authenticator and Valve implementation that checks only security constraints not involving user authentication.
NonLoginAuthenticator() - Constructor for class org.apache.catalina.authenticator.NonLoginAuthenticator
Constructs a new NonLoginAuthenticator.
nonNull(PooledObject) - Static method in interface org.apache.tomcat.dbcp.pool2.PooledObject
Tests whether the given PooledObject isn't null and doesn't wraps a null.
NonPipeliningProcessor - Interface in org.apache.coyote
Marker interface used to indicate that the Processor does not implement pipe-lining of requests (e.g.
nonstandardSetTag(PageContext, String, Object, int) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
This method parallels the logic of SetSupport.doEndTag().
nonTaglibXmlnsAttrs - Variable in class org.apache.jasper.compiler.Node
The xmlns attributes that do not represent tag libraries (only in XML syntax).
NoopAccessLog() - Constructor for class org.apache.catalina.core.StandardEngine.NoopAccessLog
Default constructor for no-op access log.
NoOpCallStack - Class in org.apache.tomcat.dbcp.pool2.impl
CallStack strategy using no-op implementations of all functionality.
NORMAL - Enum constant in enum org.apache.tomcat.dbcp.pool2.DestroyMode
Normal destroy.
normalize(String) - Static method in class org.apache.tomcat.util.http.RequestUtil
Normalize a relative URI path.
normalize(String, boolean) - Static method in class org.apache.tomcat.util.http.RequestUtil
Normalize a relative URI path.
normalize(MessageBytes, boolean) - Static method in class org.apache.catalina.connector.CoyoteAdapter
This method normalizes "\", "//", "/./" and "/../".
normalizeSQL(String) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingConnection
Normalizes the given SQL statement, producing a canonical form that is semantically equivalent to the original.
NoRpcChannelReply() - Constructor for class org.apache.catalina.tribes.group.RpcMessage.NoRpcChannelReply
Default constructor required by Externalizable.
NoRpcChannelReply(byte[], byte[]) - Constructor for class org.apache.catalina.tribes.group.RpcMessage.NoRpcChannelReply
Create a new NoRpcChannelReply.
nosubreq - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
This flag forces the rewriting engine to skip a rewriting rule if the current request is an internal sub-request.
NOT_CORS - Enum constant in enum org.apache.catalina.filters.CorsFilter.CORSRequestType
Not a CORS request, but a normal request.
NOT_DONE - Enum constant in enum org.apache.tomcat.util.net.SocketWrapperBase.CompletionState
Operation was pending and non-blocking.
NOT_PRESENT - Enum constant in enum org.apache.tomcat.util.net.TLSClientHelloExtractor.ExtractorResult
The requested information is not present in the ClientHello.
notationDecl(String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
Receive notification of a notation declaration event.
Note - Section in interface org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObjectInfoMBean
 
Note - Section in interface org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolMXBean
 
Note - Section in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
 
NOTE_BAD_REQUEST - Static variable in class org.apache.coyote.Request
Note key for bad request.
noteItem() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ProgressNotifier
Called to indicate, that a new file item has been detected.
notes - Variable in class org.apache.catalina.session.StandardSession
Internal notes associated with this session by Catalina components and event listeners.
notificationInfo - Variable in class org.apache.catalina.core.StandardWrapper
Cache for notification info.
NotificationInfo - Class in org.apache.tomcat.util.modeler
Internal configuration information for a Notification descriptor.
NotificationInfo() - Constructor for class org.apache.tomcat.util.modeler.NotificationInfo
Constructs a new NotificationInfo.
notifier - Variable in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
Notification broadcaster support for JMX notifications.
notifTypes - Variable in class org.apache.tomcat.util.modeler.NotificationInfo
Array of notification types.
notifTypesLock - Variable in class org.apache.tomcat.util.modeler.NotificationInfo
Lock for notification types access.
notify(String, String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
 
notify(String, String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Return true if the notification was sent successfully, false otherwise.
NOTIFY_ABANDON - Static variable in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Notification type sent when a connection is abandoned.
NOTIFY_CONNECT - Static variable in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Notification type sent when a connection cannot be established.
NOTIFY_INIT - Static variable in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Notification type sent when pool initialization fails.
notifyAfterEvaluation(String) - Method in class org.apache.el.lang.EvaluationContext
 
notifyBeforeEvaluation(String) - Method in class org.apache.el.lang.EvaluationContext
 
notifyJmx(String, String) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
Sends a JMX notification for the given query and notification type.
notifyPool - Variable in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
Whether to send notifications to the pool.
notifyPropertyResolved(Object, Object) - Method in class org.apache.el.lang.EvaluationContext
 
notifySequence - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
Atomic sequence counter for notifications.
nrOfCrossContextSendRequests - Variable in class org.apache.catalina.ha.tcp.ReplicationValve
Number of cross-context requests sent for replication.
nrOfFilterRequests - Variable in class org.apache.catalina.ha.tcp.ReplicationValve
Number of requests filtered out.
nrOfMessagesProcessed - Variable in class org.apache.catalina.ha.deploy.FileMessageFactory
The number of messages we have written
nrOfRequests - Variable in class org.apache.catalina.ha.tcp.ReplicationValve
Number of requests.
nrOfSendRequests - Variable in class org.apache.catalina.ha.tcp.ReplicationValve
Number of requests sent for replication.
nullPlusNonNullIsNull() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
NullRealm - Class in org.apache.catalina.realm
Minimal Realm implementation that always returns null when an attempt is made to validate a username and password.
NullRealm() - Constructor for class org.apache.catalina.realm.NullRealm
Constructs a new NullRealm.
nullsAreSortedAtEnd() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
nullsAreSortedAtStart() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
nullsAreSortedHigh() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
nullsAreSortedLow() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
nullsToBlanks(String) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Converts null strings to blank strings ("")
nullsToString(String, String) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Converts null strings to another string
nullToEmptyString(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
Convert null to an empty string.
number() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLSessionStats
Returns the current number of sessions in the internal session cache.
numberOfSessions - Variable in class org.apache.catalina.ha.session.JvmRouteBinderValve
number of session that no at this tomcat instance hosted

O

ob - Variable in class org.apache.catalina.connector.CoyoteOutputStream
The underlying output buffer.
ob - Variable in class org.apache.catalina.connector.CoyoteWriter
The underlying output buffer.
object - Variable in class org.apache.catalina.mapper.Mapper.MapElement
The mapped object.
OBJECT_NAME - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for the JMX object name.
ObjectCreateRule - Class in org.apache.tomcat.util.digester
Rule implementation that creates a new object and pushes it onto the object stack.
ObjectCreateRule(String) - Constructor for class org.apache.tomcat.util.digester.ObjectCreateRule
Construct an object create rule with the specified class name.
ObjectCreateRule(String, String) - Constructor for class org.apache.tomcat.util.digester.ObjectCreateRule
Construct an object create rule with the specified class name and an optional attribute name containing an override.
ObjectCreationFactory - Interface in org.apache.tomcat.util.digester
Interface for use with FactoryCreateRule.
objectMadePrimary(Object, Object) - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
 
objectMadePrimary(Object, Object) - Method in class org.apache.catalina.ha.context.ReplicatedContext
 
objectMadePrimary(Object, Object) - Method in class org.apache.catalina.ha.session.BackupManager
 
objectMadePrimary(Object, Object) - Method in interface org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapOwner
Called when an object becomes primary on this node.
objectNameAttribute - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
Property key for overriding the JMX object name.
objectNames - Variable in class org.apache.catalina.core.NamingContextListener
Objectnames Map.
objectNameValueNeedsQuote(String) - Static method in class org.apache.tomcat.util.modeler.Util
Determines whether the given string value needs to be quoted when used in an ObjectName.
ObjectPool<T> - Interface in org.apache.tomcat.dbcp.pool2
A pooling simple interface.
ObjectReader - Class in org.apache.catalina.tribes.io
The object reader object is an object used in conjunction with java.nio TCP messages.
ObjectReader(int) - Constructor for class org.apache.catalina.tribes.io.ObjectReader
Creates an ObjectReader with the specified packet size.
ObjectReader(Socket) - Constructor for class org.apache.catalina.tribes.io.ObjectReader
Creates an ObjectReader for a TCP socket
ObjectReader(SocketChannel) - Constructor for class org.apache.catalina.tribes.io.ObjectReader
Creates an ObjectReader for a TCP NIO socket channel
ObjectReflectionPropertyInspector - Class in org.apache.tomcat.util.xreflection
Tool for inspecting and generating reflection-less property setter code.
ObjectReflectionPropertyInspector() - Constructor for class org.apache.tomcat.util.xreflection.ObjectReflectionPropertyInspector
Constructs an ObjectReflectionPropertyInspector.
objName - Variable in class org.apache.catalina.ha.backend.CollectedInfo
The object name of the thread pool MBean.
OCSP_SOFT_FAIL - Static variable in class org.apache.tomcat.util.net.openssl.OpenSSLConfCmd
Enables OCSP soft fail mode.
OCSP_TIMEOUT - Static variable in class org.apache.tomcat.util.net.openssl.OpenSSLConfCmd
Sets OCSP timeout.
OCSP_VERIFY_FLAGS - Static variable in class org.apache.tomcat.util.net.openssl.OpenSSLConfCmd
Sets OCSP verify flags.
offer(E) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
Will always return true, queue is unbounded.
offer(E) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
Will always return true, queue is unbounded.
offer(E, long, TimeUnit) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
Will never timeout, as it invokes the FairBlockingQueue.offer(Object) method.
offer(E, long, TimeUnit) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
Will never timeout, as it invokes the MultiLockFairBlockingQueue.offer(Object) method.
offer(Runnable) - Method in class org.apache.tomcat.util.threads.TaskQueue
 
offer(T) - Method in class org.apache.tomcat.util.collections.SynchronizedQueue
Adds the specified element to the tail of this queue.
offset - Variable in class org.apache.tomcat.util.net.SocketWrapperBase.OperationState
Offset in the buffer array.
ok - Variable in class org.apache.catalina.startup.ContextConfig
Track any fatal errors during startup configuration processing.
okToProcess(int) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
Checks if it is OK to process a message with the given flags.
ON_REQUEST_BODY_READ - Enum constant in enum org.apache.coyote.ContinueResponseTiming
Send the 100 intermediate response only when the servlet attempts to read the request's body by either: calling read on the InputStream returned by HttpServletRequest.getInputStream calling read on the BufferedReader returned by HttpServletRequest.getReader This allows the servlet to process the request headers and possibly respond before reading the request body.
oname - Variable in class org.apache.catalina.ha.deploy.FarmWarDeployer
The associated deployer ObjectName.
oname - Variable in class org.apache.catalina.manager.ManagerServlet
The associated deployer ObjectName.
oname - Variable in class org.apache.catalina.startup.HostConfig
The JMX ObjectName of this component.
oname - Variable in class org.apache.coyote.AbstractProtocol
The JMX object name.
oname - Variable in class org.apache.tomcat.jdbc.pool.DataSource
The JMX ObjectName for the connection pool MBean.
oname - Variable in class org.apache.tomcat.util.modeler.BaseModelMBean
The JMX ObjectName of this MBean.
onBeforeWriteResponseBody(HttpServletRequest, ExpiresFilter.XHttpServletResponse) - Method in class org.apache.catalina.filters.ExpiresFilter
If no expiration header has been set by the servlet and an expiration has been defined in the ExpiresFilter configuration, sets the 'Expires' header and the attribute 'max-age' of the 'Cache-Control' header.
onClose() - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholeBase
Called when the WebSocket session is closed.
onClose() - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholePong
 
onClose(CloseReason) - Method in class org.apache.tomcat.websocket.WsSession
Called when a close message is received.
onClose(Session, CloseReason) - Method in class org.apache.tomcat.websocket.pojo.PojoEndpointBase
 
onDataAvailable() - Method in class org.apache.coyote.Request
Called when data is available for reading.
OneLineFormatter - Class in org.apache.juli
Provides same information as default log format but on a single line to make it easier to grep the logs.
OneLineFormatter() - Constructor for class org.apache.juli.OneLineFormatter
Constructs a OneLineFormatter with the default time format from the log manager properties.
onError(Session, Throwable) - Method in class org.apache.tomcat.websocket.pojo.PojoEndpointBase
 
onMessage(T) - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholeBase
 
onMessage(T, boolean) - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerPartialBase
 
onOpen(Session, EndpointConfig) - Method in class org.apache.tomcat.websocket.pojo.PojoEndpointClient
 
onOpen(Session, EndpointConfig) - Method in class org.apache.tomcat.websocket.pojo.PojoEndpointServer
 
onSemaphoreNotAcquired(Request, Response) - Method in class org.apache.catalina.valves.PersistentValve
Handle the case where a semaphore cannot be obtained.
onStartup(Set, ServletContext) - Method in class org.apache.jasper.servlet.JasperInitializer
 
onStartup(Set, ServletContext) - Method in class org.apache.tomcat.websocket.server.WsSci
 
onSwallowedDataFramePayload(int, int) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
onSwallowedUnknownFrame(int, int, int, int) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
onSwallowException(Exception) - Method in class org.apache.tomcat.dbcp.dbcp2.SwallowedExceptionLogger
 
onSwallowException(Exception) - Method in interface org.apache.tomcat.dbcp.pool2.SwallowedExceptionListener
Notifies this instance every time the implementation unavoidably swallows an exception.
onTimeout(boolean) - Method in class org.apache.tomcat.websocket.server.WsRemoteEndpointImplServer
Handles a write timeout event.
onWritePossible() - Method in class org.apache.coyote.Response
Called when writing is possible.
onWritePossible(boolean) - Method in class org.apache.tomcat.websocket.server.WsRemoteEndpointImplServer
Called when the underlying socket is ready for writing.
ooBInline - Variable in class org.apache.tomcat.util.net.SocketProperties
OOBINLINE option.
OP_REGISTER - Static variable in class org.apache.tomcat.util.net.NioEndpoint
Custom operation for registering interest in a socket.
opaque - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
Opaque string.
OPCODE_BINARY - Static variable in class org.apache.tomcat.websocket.Constants
Binary frame opcode.
OPCODE_CLOSE - Static variable in class org.apache.tomcat.websocket.Constants
Close frame opcode.
OPCODE_CONTINUATION - Static variable in class org.apache.tomcat.websocket.Constants
Continuation frame opcode.
OPCODE_PING - Static variable in class org.apache.tomcat.websocket.Constants
Ping frame opcode.
OPCODE_PONG - Static variable in class org.apache.tomcat.websocket.Constants
Pong frame opcode.
OPCODE_TEXT - Static variable in class org.apache.tomcat.websocket.Constants
Text frame opcode.
open() - Method in class org.apache.catalina.realm.DataSourceRealm
Open the specified database connection.
open() - Method in class org.apache.catalina.session.DataSourceStore
Open (if necessary) and return a database connection for use by this Store.
open() - Method in interface org.apache.catalina.UserDatabase
Initialize access to this user database.
open() - Method in class org.apache.catalina.users.DataSourceUserDatabase
 
open() - Method in class org.apache.catalina.users.MemoryUserDatabase
 
open() - Method in class org.apache.catalina.valves.AccessLogValve
Open the new log file for the date specified by dateStamp.
open() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
 
open() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
Open (if necessary) and return a database connection for use by this AccessLogValve.
open() - Method in class org.apache.juli.AsyncFileHandler
 
open() - Method in class org.apache.juli.FileHandler
Open the new log file for the date specified by date.
open(JNDIRealm.JNDIConnection) - Method in class org.apache.catalina.realm.JNDIRealm
Create a new connection to the directory server.
OPEN - Enum constant in enum org.apache.tomcat.util.net.AbstractEndpoint.Handler.SocketState
The socket is open and ready for processing.
OPEN - Enum constant in enum org.apache.tomcat.util.net.SendfileKeepAliveState
Keep-alive is in use.
OPEN_READ - Enum constant in enum org.apache.tomcat.util.net.SocketEvent
Data is available to be read.
OPEN_WRITE - Enum constant in enum org.apache.tomcat.util.net.SocketEvent
The socket is ready to be written to.
openConnection() - Method in class org.apache.catalina.users.DataSourceUserDatabase
Open the specified database connection.
openConnection(String, Map, int, int) - Method in class org.apache.catalina.tribes.membership.cloud.AbstractStreamProvider
Open URL connection to the specified URL.
openConnection(URL) - Method in class org.apache.catalina.webresources.ClasspathURLStreamHandler
 
openConnection(URL) - Method in class org.apache.catalina.webresources.war.Handler
 
OPENEJB_EJB_FACTORY - Static variable in class org.apache.naming.factory.Constants
OpenEJB factory class name.
OpenEjbFactory - Class in org.apache.naming.factory
Object factory for EJBs.
OpenEjbFactory() - Constructor for class org.apache.naming.factory.OpenEjbFactory
Constructs a new OpenEjbFactory.
openForWrite - Variable in class org.apache.catalina.ha.deploy.FileMessageFactory
True means that we are writing with this factory.
OPENING - Static variable in class org.apache.catalina.util.XMLWriter
Opening tag.
openJar() - Method in class org.apache.tomcat.util.descriptor.tld.TldResourcePath
Opens the JAR file that contains this resource, if any.
openJarFile() - Method in class org.apache.catalina.webresources.AbstractArchiveResourceSet
 
openJarFile() - Method in class org.apache.catalina.webresources.JarWarResourceSet
openRedirector() - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Set up properties on the Redirector and create output streams.
OPENSSL - Enum constant in enum org.apache.tomcat.util.net.openssl.OpenSSLStatus.Name
OpenSSL.
OPENSSL - Enum constant in enum org.apache.tomcat.util.net.SSLHostConfig.Type
OpenSSL configuration.
OPENSSL3 - Enum constant in enum org.apache.tomcat.util.net.openssl.OpenSSLStatus.Name
OpenSSL 3.x.
OpenSSLCertificateVerifier - Class in org.apache.tomcat.util.net.openssl
Certificate verifier that wraps an X509TrustManager for OpenSSL.
OpenSSLCertificateVerifier(X509TrustManager) - Constructor for class org.apache.tomcat.util.net.openssl.OpenSSLCertificateVerifier
Constructs a new OpenSSLCertificateVerifier with the given trust manager.
OpenSSLCipherConfigurationParser - Class in org.apache.tomcat.util.net.openssl.ciphers
Class in charge with parsing openSSL expressions to define a list of ciphers.
OpenSSLCipherConfigurationParser() - Constructor for class org.apache.tomcat.util.net.openssl.ciphers.OpenSSLCipherConfigurationParser
Constructs an OpenSSLCipherConfigurationParser.
OpenSSLConf - Class in org.apache.tomcat.util.net.openssl
Represents an OpenSSL configuration containing a list of commands.
OpenSSLConf() - Constructor for class org.apache.tomcat.util.net.openssl.OpenSSLConf
Constructs a new OpenSSLConf.
OpenSSLConfCmd - Class in org.apache.tomcat.util.net.openssl
Represents an OpenSSL configuration command with a name-value pair.
OpenSSLConfCmd() - Constructor for class org.apache.tomcat.util.net.openssl.OpenSSLConfCmd
Constructs a new OpenSSLConfCmd with no name or value.
OpenSSLConfCmd(String, String) - Constructor for class org.apache.tomcat.util.net.openssl.OpenSSLConfCmd
Constructs a new OpenSSLConfCmd with the given name and value.
OpenSSLConfSF - Class in org.apache.catalina.storeconfig
Store OpenSSLConf
OpenSSLConfSF() - Constructor for class org.apache.catalina.storeconfig.OpenSSLConfSF
Constructs an OpenSSLConfSF.
OpenSSLContext - Class in org.apache.tomcat.util.net.openssl
OpenSSL implementation of the SSL context.
OpenSSLContext(SSLHostConfigCertificate, List) - Constructor for class org.apache.tomcat.util.net.openssl.OpenSSLContext
Constructs an OpenSSLContext for the given certificate and protocols.
OpenSSLEngine - Class in org.apache.tomcat.util.net.openssl
OpenSSLImplementation - Class in org.apache.tomcat.util.net.openssl
OpenSSL implementation of SSLImplementation.
OpenSSLImplementation() - Constructor for class org.apache.tomcat.util.net.openssl.OpenSSLImplementation
Constructs an OpenSSLImplementation.
OpenSSLLifecycleListener - Class in org.apache.catalina.core
Implementation of LifecycleListener that will do the global initialization of OpenSSL according to specified configuration parameters.
OpenSSLLifecycleListener() - Constructor for class org.apache.catalina.core.OpenSSLLifecycleListener
Constructs an OpenSSLLifecycleListener.
OpenSSLSessionContext - Class in org.apache.tomcat.util.net.openssl
OpenSSL specific SSLSessionContext implementation.
OpenSSLSessionStats - Class in org.apache.tomcat.util.net.openssl
Stats exposed by an OpenSSL session context.
OpenSSLStatus - Class in org.apache.tomcat.util.net.openssl
Holds OpenSSL status without the need to load other classes.
OpenSSLStatus() - Constructor for class org.apache.tomcat.util.net.openssl.OpenSSLStatus
Constructs an OpenSSLStatus.
OpenSSLStatus.Name - Enum in org.apache.tomcat.util.net.openssl
OpenSSL library variant that has been identified.
openSSLToJsse(String) - Static method in class org.apache.tomcat.util.net.openssl.ciphers.OpenSSLCipherConfigurationParser
Converts an OpenSSL cipher name to a JSSE cipher name.
OpenSSLUtil - Class in org.apache.tomcat.util.net.openssl
OpenSSL implementation of SSL utility operations.
OpenSSLUtil(SSLHostConfigCertificate) - Constructor for class org.apache.tomcat.util.net.openssl.OpenSSLUtil
Constructs an OpenSSLUtil for the given certificate.
openStream() - Method in class org.apache.tomcat.util.descriptor.tld.TldResourcePath
Opens a stream to access the TLD.
openStream() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemStream
Creates an InputStream, which allows to read the items contents.
openStream() - Method in class org.apache.tomcat.util.http.fileupload.impl.FileItemStreamImpl
Returns an input stream, which may be used to read the items contents.
openStream(String, Map, int, int) - Method in class org.apache.catalina.tribes.membership.cloud.AbstractStreamProvider
Opens an input stream to the specified URL.
openStream(String, Map, int, int) - Method in interface org.apache.catalina.tribes.membership.cloud.StreamProvider
Open stream to the specified URL.
openStream(String, Map, int, int) - Method in class org.apache.catalina.tribes.membership.cloud.TokenStreamProvider
 
openUnixDomainServerSocketChannel() - Method in class org.apache.tomcat.util.compat.Jre19Compat
 
openUnixDomainServerSocketChannel() - Method in class org.apache.tomcat.util.compat.Jre20Compat
 
openUnixDomainServerSocketChannel() - Method in class org.apache.tomcat.util.compat.Jre21Compat
 
openUnixDomainServerSocketChannel() - Method in class org.apache.tomcat.util.compat.Jre22Compat
 
openUnixDomainServerSocketChannel() - Method in class org.apache.tomcat.util.compat.JreCompat
Create server socket channel using the Unix domain socket ProtocolFamily.
openUnixDomainSocketChannel() - Method in class org.apache.tomcat.util.compat.Jre19Compat
 
openUnixDomainSocketChannel() - Method in class org.apache.tomcat.util.compat.Jre20Compat
 
openUnixDomainSocketChannel() - Method in class org.apache.tomcat.util.compat.Jre21Compat
 
openUnixDomainSocketChannel() - Method in class org.apache.tomcat.util.compat.Jre22Compat
 
openUnixDomainSocketChannel() - Method in class org.apache.tomcat.util.compat.JreCompat
Create socket channel using the Unix domain socket ProtocolFamily.
openWriter() - Method in class org.apache.juli.FileHandler
Open the writer for the current log file.
OperationInfo - Class in org.apache.tomcat.util.modeler
Internal configuration information for an Operation descriptor.
OperationInfo() - Constructor for class org.apache.tomcat.util.modeler.OperationInfo
Standard zero-arguments constructor.
OperationState(boolean, ByteBuffer[], int, int, SocketWrapperBase.BlockingMode, long, TimeUnit, A, SocketWrapperBase.CompletionCheck, CompletionHandler, Semaphore, SocketWrapperBase.VectoredIOCompletionHandler) - Constructor for class org.apache.tomcat.util.net.SocketWrapperBase.OperationState
Creates a new operation state for a vectored I/O operation.
optimizeLineSection() - Method in class org.apache.jasper.compiler.SmapStratum
Combines consecutive LineInfos wherever possible
OPTION_DIRECT_BUFFER - Static variable in class org.apache.catalina.tribes.transport.AbstractRxTask
Option flag for using direct buffers.
OPTION_DIRECT_BUFFER - Static variable in class org.apache.catalina.tribes.transport.ReceiverBase
Option flag to use direct (off-heap) buffers for data transfer.
OPTION_MAXSIZE - Static variable in class org.apache.jasper.runtime.TagHandlerPool
Option name for the maximum pool size.
OPTION_TAGPOOL - Static variable in class org.apache.jasper.runtime.TagHandlerPool
Option name for the tag pool class name.
OPTION_USEIMFORTAGS - Static variable in class org.apache.jasper.runtime.TagHandlerPool
Option name for using InstanceManager for tag creation.
Optional - Class in org.apache.el.stream
Represents an optional value that may or may not be present.
OPTIONAL - Enum constant in enum org.apache.tomcat.util.net.SSLHostConfig.CertificateVerification
Optional verification.
OPTIONAL_NO_CA - Enum constant in enum org.apache.tomcat.util.net.SSLHostConfig.CertificateVerification
Optional verification without CA check.
OptionalListener(String) - Constructor for class org.apache.catalina.startup.ListenerCreateRule.OptionalListener
Constructor.
optionCheck - Variable in class org.apache.catalina.tribes.group.GroupChannel
If set to true, the GroupChannel will throw an error upon start if two interceptors are using the same option flag.
optionFlag - Variable in class org.apache.catalina.tribes.group.ChannelInterceptorBase
The option flag used to determine if this interceptor should process a message.
options - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The configuration information for this LoginModule.
options - Variable in class org.apache.catalina.tribes.group.RpcChannel.RpcCollector
The RPC options.
options - Variable in class org.apache.jasper.compiler.Compiler
The compilation options.
Options - Interface in org.apache.jasper
A class to hold all init parameters specific to the JSP engine.
OPTIONS - Static variable in class org.apache.tomcat.util.http.Method
OPTIONS method.
ORDER_OTHERS - Static variable in class org.apache.tomcat.util.descriptor.web.WebXml
Marker for "others" in ordering.
OrderInterceptor - Class in org.apache.catalina.tribes.group.interceptors
The order interceptor guarantees that messages are received in the same order they were sent.
OrderInterceptor() - Constructor for class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
Constructs an OrderInterceptor.
OrderInterceptor.Counter - Class in org.apache.catalina.tribes.group.interceptors
Counter for tracking message sequence numbers.
OrderInterceptor.MessageOrder - Class in org.apache.catalina.tribes.group.interceptors
Represents a message in the ordering queue.
orderWebFragments(WebXml, Map, ServletContext) - Static method in class org.apache.tomcat.util.descriptor.web.WebXml
Generates the sub-set of the web-fragment.xml files to be processed in the order that the fragments must be processed as per the rules in the Servlet spec.
orElse(Object) - Method in class org.apache.el.stream.Optional
Returns the contained value, or the given default value if empty.
orElseGet(Object) - Method in class org.apache.el.stream.Optional
Returns the contained value, or the result of evaluating the given lambda if empty.
org.apache.catalina - package org.apache.catalina
 
org.apache.catalina.ant - package org.apache.catalina.ant
This package contains a set of Task implementations for Ant (version 1.6.x or later) that can be used to interact with the Manager application to deploy, undeploy, list, reload, start and stop web applications from a running instance of Tomcat.
org.apache.catalina.ant.jmx - package org.apache.catalina.ant.jmx
This package contains a set of JMX Task implementations for Ant (version 1.6 or later) that can be used to interact with the Remote JMX JSR 160 RMI Adaptor to get/set attributes, invoke MBean operations and query for Mbeans inside a running instance of Tomcat.
org.apache.catalina.authenticator - package org.apache.catalina.authenticator
This package contains Authenticator implementations for the various supported authentication methods (BASIC, DIGEST, and FORM).
org.apache.catalina.authenticator.jaspic - package org.apache.catalina.authenticator.jaspic
 
org.apache.catalina.connector - package org.apache.catalina.connector
 
org.apache.catalina.core - package org.apache.catalina.core
 
org.apache.catalina.deploy - package org.apache.catalina.deploy
 
org.apache.catalina.filters - package org.apache.catalina.filters
 
org.apache.catalina.ha - package org.apache.catalina.ha
This package contains code for Clustering, the base class of a Cluster is org.apache.catalina.Cluster implementations of this class is done when implementing a new Cluster protocol
org.apache.catalina.ha.authenticator - package org.apache.catalina.ha.authenticator
 
org.apache.catalina.ha.backend - package org.apache.catalina.ha.backend
 
org.apache.catalina.ha.context - package org.apache.catalina.ha.context
 
org.apache.catalina.ha.deploy - package org.apache.catalina.ha.deploy
 
org.apache.catalina.ha.session - package org.apache.catalina.ha.session
 
org.apache.catalina.ha.tcp - package org.apache.catalina.ha.tcp
 
org.apache.catalina.loader - package org.apache.catalina.loader
 
org.apache.catalina.manager - package org.apache.catalina.manager
 
org.apache.catalina.manager.host - package org.apache.catalina.manager.host
 
org.apache.catalina.manager.util - package org.apache.catalina.manager.util
 
org.apache.catalina.mapper - package org.apache.catalina.mapper
 
org.apache.catalina.mbeans - package org.apache.catalina.mbeans
 
org.apache.catalina.realm - package org.apache.catalina.realm
This package contains Realm implementations for the various supported realm technologies for authenticating users and identifying their associated roles.
org.apache.catalina.security - package org.apache.catalina.security
 
org.apache.catalina.servlets - package org.apache.catalina.servlets
This package contains Servlets that implement some of the standard functionality provided by the Catalina servlet container.
org.apache.catalina.session - package org.apache.catalina.session
This package contains the standard Manager and Session implementations that represent the collection of active sessions and the individual sessions themselves, respectively, that are associated with a Context.
org.apache.catalina.ssi - package org.apache.catalina.ssi
This package contains code that is used by the SsiInvoker.
org.apache.catalina.startup - package org.apache.catalina.startup
 
org.apache.catalina.storeconfig - package org.apache.catalina.storeconfig
 
org.apache.catalina.tribes - package org.apache.catalina.tribes
QuickStart
org.apache.catalina.tribes.group - package org.apache.catalina.tribes.group
 
org.apache.catalina.tribes.group.interceptors - package org.apache.catalina.tribes.group.interceptors
 
org.apache.catalina.tribes.io - package org.apache.catalina.tribes.io
 
org.apache.catalina.tribes.jmx - package org.apache.catalina.tribes.jmx
 
org.apache.catalina.tribes.membership - package org.apache.catalina.tribes.membership
 
org.apache.catalina.tribes.membership.cloud - package org.apache.catalina.tribes.membership.cloud
 
org.apache.catalina.tribes.tipis - package org.apache.catalina.tribes.tipis
 
org.apache.catalina.tribes.transport - package org.apache.catalina.tribes.transport
 
org.apache.catalina.tribes.transport.nio - package org.apache.catalina.tribes.transport.nio
 
org.apache.catalina.tribes.util - package org.apache.catalina.tribes.util
 
org.apache.catalina.users - package org.apache.catalina.users
 
org.apache.catalina.util - package org.apache.catalina.util
 
org.apache.catalina.valves - package org.apache.catalina.valves
This package contains a variety of small Valve implementations that do not warrant being packaged separately.
org.apache.catalina.valves.rewrite - package org.apache.catalina.valves.rewrite
 
org.apache.catalina.webresources - package org.apache.catalina.webresources
 
org.apache.catalina.webresources.war - package org.apache.catalina.webresources.war
 
org.apache.coyote - package org.apache.coyote
 
org.apache.coyote.ajp - package org.apache.coyote.ajp
 
org.apache.coyote.http11 - package org.apache.coyote.http11
 
org.apache.coyote.http11.filters - package org.apache.coyote.http11.filters
 
org.apache.coyote.http11.upgrade - package org.apache.coyote.http11.upgrade
 
org.apache.coyote.http2 - package org.apache.coyote.http2
 
org.apache.el - package org.apache.el
 
org.apache.el.lang - package org.apache.el.lang
 
org.apache.el.stream - package org.apache.el.stream
 
org.apache.el.util - package org.apache.el.util
 
org.apache.jasper - package org.apache.jasper
 
org.apache.jasper.compiler - package org.apache.jasper.compiler
 
org.apache.jasper.compiler.tagplugin - package org.apache.jasper.compiler.tagplugin
 
org.apache.jasper.el - package org.apache.jasper.el
 
org.apache.jasper.optimizations - package org.apache.jasper.optimizations
 
org.apache.jasper.runtime - package org.apache.jasper.runtime
 
org.apache.jasper.security - package org.apache.jasper.security
 
org.apache.jasper.servlet - package org.apache.jasper.servlet
 
org.apache.jasper.tagplugins.jstl - package org.apache.jasper.tagplugins.jstl
 
org.apache.jasper.tagplugins.jstl.core - package org.apache.jasper.tagplugins.jstl.core
 
org.apache.jasper.util - package org.apache.jasper.util
 
org.apache.juli - package org.apache.juli
 
org.apache.juli.logging - package org.apache.juli.logging
Overview
org.apache.naming - package org.apache.naming
This package contains a memory based naming service provider.
org.apache.naming.factory - package org.apache.naming.factory
This package contains object factories used by the naming service.
org.apache.naming.factory.webservices - package org.apache.naming.factory.webservices
 
org.apache.naming.java - package org.apache.naming.java
This package contains the URL context factory for the "java" namespace.
org.apache.tomcat - package org.apache.tomcat
 
org.apache.tomcat.buildutil - package org.apache.tomcat.buildutil
 
org.apache.tomcat.buildutil.translate - package org.apache.tomcat.buildutil.translate
 
org.apache.tomcat.dbcp.dbcp2 - package org.apache.tomcat.dbcp.dbcp2
Database Connection Pool API.
org.apache.tomcat.dbcp.dbcp2.cpdsadapter - package org.apache.tomcat.dbcp.dbcp2.cpdsadapter
This package contains one public class which is a ConnectionPoolDataSource (CPDS) implementation that can be used to adapt older Driver based JDBC implementations.
org.apache.tomcat.dbcp.dbcp2.datasources - package org.apache.tomcat.dbcp.dbcp2.datasources
This package contains two DataSources: PerUserPoolDataSource and SharedPoolDataSource which provide a database connection pool.
org.apache.tomcat.dbcp.dbcp2.managed - package org.apache.tomcat.dbcp.dbcp2.managed
This package provides support for pooling of ManagedConnections.
org.apache.tomcat.dbcp.pool2 - package org.apache.tomcat.dbcp.pool2
 
org.apache.tomcat.dbcp.pool2.impl - package org.apache.tomcat.dbcp.pool2.impl
 
org.apache.tomcat.jdbc.naming - package org.apache.tomcat.jdbc.naming
 
org.apache.tomcat.jdbc.pool - package org.apache.tomcat.jdbc.pool
 
org.apache.tomcat.jdbc.pool.interceptor - package org.apache.tomcat.jdbc.pool.interceptor
 
org.apache.tomcat.jdbc.pool.jmx - package org.apache.tomcat.jdbc.pool.jmx
 
org.apache.tomcat.jni - package org.apache.tomcat.jni
 
org.apache.tomcat.util - package org.apache.tomcat.util
 
org.apache.tomcat.util.bcel - package org.apache.tomcat.util.bcel
Basic classes for the Apache Byte Code Engineering Library (BCEL) and constants defined by the JVM specification.
org.apache.tomcat.util.bcel.classfile - package org.apache.tomcat.util.bcel.classfile
Classes that describe the structure of a Java class file and a class file parser.
org.apache.tomcat.util.buf - package org.apache.tomcat.util.buf
Buffers and Encodings
org.apache.tomcat.util.codec.binary - package org.apache.tomcat.util.codec.binary
Base64 String encoding and decoding.
org.apache.tomcat.util.collections - package org.apache.tomcat.util.collections
 
org.apache.tomcat.util.compat - package org.apache.tomcat.util.compat
 
org.apache.tomcat.util.concurrent - package org.apache.tomcat.util.concurrent
 
org.apache.tomcat.util.descriptor - package org.apache.tomcat.util.descriptor
 
org.apache.tomcat.util.descriptor.tagplugin - package org.apache.tomcat.util.descriptor.tagplugin
 
org.apache.tomcat.util.descriptor.tld - package org.apache.tomcat.util.descriptor.tld
Package containing a Java model of the XML for a Tag Library Descriptor.
org.apache.tomcat.util.descriptor.web - package org.apache.tomcat.util.descriptor.web
This package contains Java objects that represent complex data structures from the web application deployment descriptor file (web.xml).
org.apache.tomcat.util.digester - package org.apache.tomcat.util.digester
The Digester package provides for rules-based processing of arbitrary XML documents.
org.apache.tomcat.util.file - package org.apache.tomcat.util.file
This package contains utility classes for file handling.
org.apache.tomcat.util.http - package org.apache.tomcat.util.http
Special utils for handling HTTP-specific entities - headers, parameters, cookies, etc.
org.apache.tomcat.util.http.fileupload - package org.apache.tomcat.util.http.fileupload
NOTE: This code has been copied from commons-fileupload 1.x and commons-io 1.4 and package renamed to avoid clashes with any web apps that may wish to use these libraries.
org.apache.tomcat.util.http.fileupload.disk - package org.apache.tomcat.util.http.fileupload.disk
A disk-based implementation of the FileItem interface.
org.apache.tomcat.util.http.fileupload.impl - package org.apache.tomcat.util.http.fileupload.impl
Implementations and exceptions utils.
org.apache.tomcat.util.http.fileupload.servlet - package org.apache.tomcat.util.http.fileupload.servlet
An implementation of FileUpload for use in servlets conforming to JSR 53.
org.apache.tomcat.util.http.fileupload.util - package org.apache.tomcat.util.http.fileupload.util
This package contains various IO related utility classes or methods, which are basically reusable and not necessarily restricted to the scope of a file upload.
org.apache.tomcat.util.http.fileupload.util.mime - package org.apache.tomcat.util.http.fileupload.util.mime
MIME decoder implementation, imported and retailed from Apache Geronimo.
org.apache.tomcat.util.http.parser - package org.apache.tomcat.util.http.parser
 
org.apache.tomcat.util.log - package org.apache.tomcat.util.log
 
org.apache.tomcat.util.modeler - package org.apache.tomcat.util.modeler
The Modeler component of the Commons project offers convenient support for configuring and instantiating Model MBeans (management beans), as described in the JMX Specification.
org.apache.tomcat.util.modeler.modules - package org.apache.tomcat.util.modeler.modules
Implementation classes - should not be used directly.
org.apache.tomcat.util.net - package org.apache.tomcat.util.net
 
org.apache.tomcat.util.net.jsse - package org.apache.tomcat.util.net.jsse
 
org.apache.tomcat.util.net.openssl - package org.apache.tomcat.util.net.openssl
 
org.apache.tomcat.util.net.openssl.ciphers - package org.apache.tomcat.util.net.openssl.ciphers
 
org.apache.tomcat.util.res - package org.apache.tomcat.util.res
 
org.apache.tomcat.util.scan - package org.apache.tomcat.util.scan
This package contains the common classes used to perform configuration scanning for Catalina and Jasper.
org.apache.tomcat.util.security - package org.apache.tomcat.util.security
 
org.apache.tomcat.util.threads - package org.apache.tomcat.util.threads
 
org.apache.tomcat.util.xreflection - package org.apache.tomcat.util.xreflection
 
org.apache.tomcat.websocket - package org.apache.tomcat.websocket
 
org.apache.tomcat.websocket.pojo - package org.apache.tomcat.websocket.pojo
This package provides the necessary plumbing to convert an annotated POJO into a WebSocket Endpoint.
org.apache.tomcat.websocket.server - package org.apache.tomcat.websocket.server
Server-side specific implementation classes.
ORIGIN_HEADER_NAME - Static variable in class org.apache.tomcat.websocket.Constants
Origin HTTP header name.
originalDocBase - Variable in class org.apache.catalina.startup.ContextConfig
Original docBase.
ornext - Variable in class org.apache.catalina.valves.rewrite.RewriteCond
Use this to combine rule conditions with a local OR instead of the implicit AND.
OTHER - Enum constant in enum org.apache.tomcat.JarScanType
Other types of scans.
othersDeletesAreVisible(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
othersInsertsAreVisible(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
othersUpdatesAreVisible(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
Otherwise - Class in org.apache.jasper.tagplugins.jstl.core
Tag plugin for the JSTL otherwise tag.
Otherwise() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Otherwise
Constructs an Otherwise tag plugin.
out - Variable in class org.apache.catalina.ha.deploy.FileMessageFactory
When openForWrite=true, the output stream is held by this variable
Out - Class in org.apache.jasper.tagplugins.jstl.core
Tag plugin for the JSTL out tag.
Out() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Out
Constructs an Out tag plugin.
output - Variable in class org.apache.catalina.servlets.DefaultServlet
The output buffer size to use when serving resources.
output(JspWriter, Object, String, String, boolean) - Static method in class org.apache.jasper.tagplugins.jstl.core.Out
Performs output of a value to the JspWriter.
OUTPUT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
Internal name for the output action.
outputBuffer - Variable in class org.apache.catalina.connector.Response
The associated output buffer.
OutputBuffer - Class in org.apache.catalina.connector
The buffer used by Tomcat response.
OutputBuffer - Interface in org.apache.coyote
Output buffer.
OutputBuffer(int) - Constructor for class org.apache.catalina.connector.OutputBuffer
Create the buffer with the specified initial size.
outputChunk - Variable in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
Single-byte buffer used for writing individual bytes.
outputEncoding - Variable in class org.apache.catalina.ssi.SSIServlet
Output encoding.
OutputFilter - Interface in org.apache.coyote.http11
Output filter.
outputStream - Variable in class org.apache.catalina.connector.Response
The associated output stream.
outputStreamOutputBuffer - Variable in class org.apache.coyote.http11.Http11OutputBuffer
Underlying output buffer.
OVERFLOW - Enum constant in enum org.apache.tomcat.websocket.TransformationResult
The provided destination buffer was filled before all of the available data from the WebSocket frame could be processed.
OVERFLOW_DROP_CURRENT - Static variable in class org.apache.juli.AsyncFileHandler
Overflow policy: drop the current record.
OVERFLOW_DROP_FIRST - Static variable in class org.apache.juli.AsyncFileHandler
Overflow policy: drop the first (oldest) record in the queue.
OVERFLOW_DROP_FLUSH - Static variable in class org.apache.juli.AsyncFileHandler
Overflow policy: flush the queue and retry.
OVERFLOW_DROP_LAST - Static variable in class org.apache.juli.AsyncFileHandler
Overflow policy: drop the last record in the queue.
OVERFLOW_DROP_TYPE - Static variable in class org.apache.juli.AsyncFileHandler
Configured overflow drop type from system property.
Overview - Section in package org.apache.juli.logging
 
ownDeletesAreVisible(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
owner - Variable in class org.apache.el.lang.FunctionMapperImpl.Function
The declaring class name of the method.
ownExecutor - Variable in class org.apache.catalina.tribes.group.GroupChannel
Flag indicating whether this channel owns the utility executor.
ownInsertsAreVisible(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
ownUpdatesAreVisible(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 

P

Package - Static variable in class org.apache.catalina.ha.tcp.Constants
The fully qualified name of this package.
Package - Static variable in class org.apache.catalina.manager.Constants
The fully qualified name of this package.
Package - Static variable in class org.apache.catalina.manager.host.Constants
The fully qualified name of this package.
Package - Static variable in class org.apache.catalina.mapper.Constants
The fully qualified name of this package.
Package - Static variable in class org.apache.catalina.startup.Constants
The fully qualified name of this package.
Package - Static variable in class org.apache.catalina.storeconfig.Constants
The fully qualified name of this package.
Package - Static variable in class org.apache.catalina.tribes.membership.Constants
The fully qualified name of this package.
Package - Static variable in class org.apache.catalina.tribes.transport.Constants
The fully qualified name of this package.
Package - Static variable in class org.apache.catalina.users.Constants
The fully qualified name of this package.
Package - Static variable in class org.apache.catalina.valves.Constants
The fully qualified name of this package.
Package - Static variable in class org.apache.naming.factory.Constants
Package name for naming factory classes.
Package - Static variable in class org.apache.tomcat.util.scan.Constants
Package name for scan utilities.
PACKAGE - Static variable in class org.apache.catalina.security.Constants
The fully qualified name of this package.
PACKAGE_NAME - Static variable in class org.apache.tomcat.util.descriptor.Constants
Package name for descriptor utilities.
PACKAGE_NAME - Static variable in class org.apache.tomcat.util.descriptor.web.Constants
Package name for web descriptor utilities.
pad - Variable in class org.apache.tomcat.util.codec.binary.BaseNCodec
Deprecated.
Pad byte.
PAD_DEFAULT - Static variable in class org.apache.tomcat.util.codec.binary.BaseNCodec
Deprecated.
Byte used to pad output.
padLeft(String, int) - Method in class org.apache.catalina.ssi.SSIFsize
Pads the given string with leading spaces to reach the specified maximum length.
PAGE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
Internal name for the page directive action.
PageContextImpl - Class in org.apache.jasper.runtime
Implementation of the PageContext class from the JSP spec.
pageInfo - Variable in class org.apache.jasper.compiler.Compiler
The page information.
PageInfo - Class in org.apache.jasper.compiler
A repository for various info about the translation unit under compilation.
pageNodes - Variable in class org.apache.jasper.compiler.Compiler
The page nodes.
pages - Variable in class org.apache.jasper.JspC
The pages.
ParallelNioSender - Class in org.apache.catalina.tribes.transport.nio
A sender that sends messages to multiple members in parallel using NIO.
ParallelNioSender() - Constructor for class org.apache.catalina.tribes.transport.nio.ParallelNioSender
Construct a new ParallelNioSender.
ParallelWebappClassLoader - Class in org.apache.catalina.loader
A class loader that is parallel capable.
ParallelWebappClassLoader() - Constructor for class org.apache.catalina.loader.ParallelWebappClassLoader
Construct a new ParallelWebappClassLoader with no parent class loader.
ParallelWebappClassLoader(ClassLoader) - Constructor for class org.apache.catalina.loader.ParallelWebappClassLoader
Construct a new ParallelWebappClassLoader with the specified parent class loader.
Param - Class in org.apache.jasper.tagplugins.jstl.core
Tag plugin for the JSTL <c:param> tag.
Param() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Param
Construct a new Param instance.
PARAM_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
Internal name for the param action.
PARAM_CORS_ALLOWED_HEADERS - Static variable in class org.apache.catalina.filters.CorsFilter
Key to retrieve allowed headers from FilterConfig.
PARAM_CORS_ALLOWED_METHODS - Static variable in class org.apache.catalina.filters.CorsFilter
Key to retrieve allowed methods from FilterConfig.
PARAM_CORS_ALLOWED_ORIGINS - Static variable in class org.apache.catalina.filters.CorsFilter
Key to retrieve allowed origins from FilterConfig.
PARAM_CORS_EXPOSED_HEADERS - Static variable in class org.apache.catalina.filters.CorsFilter
Key to retrieve exposed headers from FilterConfig.
PARAM_CORS_PREFLIGHT_MAXAGE - Static variable in class org.apache.catalina.filters.CorsFilter
Key to retrieve preflight max age from FilterConfig.
PARAM_CORS_REQUEST_DECORATE - Static variable in class org.apache.catalina.filters.CorsFilter
Key to determine if request should be decorated.
PARAM_CORS_SUPPORT_CREDENTIALS - Static variable in class org.apache.catalina.filters.CorsFilter
Key to retrieve support credentials from FilterConfig.
paramCount - Variable in class org.apache.tomcat.util.digester.CallMethodRule
The number of parameters to collect from MethodParam rules.
PARAMETER_PARSE_FAILED_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute that is set to Boolean.TRUE if some request parameters have been ignored during request parameters parsing.
PARAMETER_PARSE_FAILED_REASON_ATTR - Static variable in class org.apache.catalina.Globals
The reason that the parameter parsing failed.
ParameterInfo - Class in org.apache.tomcat.util.modeler
Internal configuration information for a Parameter descriptor.
ParameterInfo() - Constructor for class org.apache.tomcat.util.modeler.ParameterInfo
Standard zero-arguments constructor.
ParameterLimitValve - Class in org.apache.catalina.valves
This is a concrete implementation of ValveBase that allows alternative values for the Connector attributes maxParameterCount, maxPartCount and maxPartHeaderSize to be applied to a request.
ParameterLimitValve() - Constructor for class org.apache.catalina.valves.ParameterLimitValve
Construct a new ParameterLimitValve instance.
parameterMap - Variable in class org.apache.catalina.connector.Request
Hash map used in the getParametersMap method.
ParameterMap<K,V> - Class in org.apache.catalina.util
Implementation of java.util.Map that includes a locked property.
ParameterMap() - Constructor for class org.apache.catalina.util.ParameterMap
Construct a new, empty map with the default initial capacity and load factor.
ParameterMap(int) - Constructor for class org.apache.catalina.util.ParameterMap
Construct a new, empty map with the specified initial capacity and default load factor.
ParameterMap(int, float) - Constructor for class org.apache.catalina.util.ParameterMap
Construct a new, empty map with the specified initial capacity and load factor.
ParameterMap(Map) - Constructor for class org.apache.catalina.util.ParameterMap
Construct a new map with the same mappings as the given map.
ParameterMap(ParameterMap) - Constructor for class org.apache.catalina.util.ParameterMap
Optimised constructor for ParameterMap.
ParameterParser - Class in org.apache.tomcat.util.http.fileupload
A simple parser intended to parse sequences of name/value pairs.
ParameterParser() - Constructor for class org.apache.tomcat.util.http.fileupload.ParameterParser
Default ParameterParser constructor.
parameters - Variable in class org.apache.catalina.core.StandardWrapper
The initialization parameters for this servlet, keyed by parameter name.
parameters - Variable in class org.apache.tomcat.util.modeler.OperationInfo
Array of parameters.
Parameters - Class in org.apache.tomcat.util.http
Utility class for parsing and managing HTTP parameters.
Parameters() - Constructor for class org.apache.tomcat.util.http.Parameters
Construct a new Parameters instance with default settings.
Parameters.FailReason - Enum in org.apache.tomcat.util.http
 
parametersLock - Variable in class org.apache.tomcat.util.modeler.OperationInfo
Lock for parameter access.
parametersParsed - Variable in class org.apache.catalina.connector.Request
Request parameters parsed flag.
paramIndex - Variable in class org.apache.tomcat.util.digester.CallParamRule
The zero-relative index of the parameter we are saving.
params - Variable in class org.apache.tomcat.util.digester.Digester
The parameters stack being utilized by CallMethodRule and CallParamRule rules.
params - Variable in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerBase
The parameter array used for method invocation.
PARAMS_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
paramType - Variable in class org.apache.catalina.startup.SetNextNamingRule
The Java class name of the parameter type expected by the method.
paramType - Variable in class org.apache.tomcat.util.digester.SetNextRule
The Java class name of the parameter type expected by the method.
paramTypes - Variable in class org.apache.tomcat.util.digester.CallMethodRule
The parameter types of the parameters to be collected.
parent - Variable in class org.apache.catalina.core.ContainerBase
The parent Container to which this Container is a child.
parent - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
The parent class loader.
parent - Variable in class org.apache.jasper.compiler.Node
The parent node in the parse tree.
parent - Variable in class org.apache.tomcat.jdbc.pool.PooledConnection
The parent
parentClassLoader - Variable in class org.apache.catalina.core.ContainerBase
The parent class loader to be configured when we install a Loader.
parentClassLoader - Variable in class org.apache.catalina.startup.Catalina
The shared extensions class loader for this server.
parentTag - Variable in class org.apache.jasper.runtime.JspFragmentHelper
The parent tag that owns this fragment.
parse() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
Parses the message from the buffer.
parse() - Method in class org.apache.tomcat.util.bcel.classfile.ClassParser
Parses the given Java class file and return an object that represents the contained data, that is, constants, methods, fields and commands.
parse(byte, ChunkExtension.State) - Static method in class org.apache.tomcat.util.http.parser.ChunkExtension
Parses the next byte of a chunk extension.
parse(char[], char) - Method in class org.apache.tomcat.util.http.fileupload.ParameterParser
Extracts a map of name/value pairs from the given array of characters.
parse(char[], int, int, char) - Method in class org.apache.tomcat.util.http.fileupload.ParameterParser
Extracts a map of name/value pairs from the given array of characters.
parse(BufferedReader) - Method in class org.apache.catalina.valves.rewrite.RewriteValve
Parse the rewrite configuration from the given reader.
parse(File) - Method in class org.apache.tomcat.util.digester.Digester
Parse the content of the specified file using this Digester.
parse(InputStream) - Method in class org.apache.tomcat.util.digester.Digester
Parse the content of the specified input stream using this Digester.
parse(StringReader) - Static method in class org.apache.tomcat.util.http.parser.AcceptEncoding
Parses the Accept-Encoding header value.
parse(StringReader) - Static method in class org.apache.tomcat.util.http.parser.AcceptLanguage
Parses an Accept-Language header value.
parse(StringReader) - Static method in class org.apache.tomcat.util.http.parser.ContentRange
Parses a Content-Range header from an HTTP header.
parse(StringReader) - Static method in class org.apache.tomcat.util.http.parser.Ranges
Parses a Range header from an HTTP header.
parse(StringReader) - Static method in class org.apache.tomcat.util.http.parser.TE
Parses a Transfer-Encoding header value into a list of TE instances.
parse(String) - Static method in class org.apache.catalina.valves.rewrite.RewriteValve
This factory method will parse a line formed like:
parse(String) - Method in class org.apache.jasper.compiler.ParserController
Parses a JSP page or tag file.
parse(String) - Method in class org.apache.naming.NameParserImpl
 
parse(String) - Method in class org.apache.tomcat.util.http.ConcurrentDateFormat
Parses the given string into a date using the configured format pattern.
parse(String) - Static method in class org.apache.tomcat.util.http.parser.Host
Parse the given input as an HTTP Host header value.
parse(String) - Method in class org.apache.tomcat.util.http.parser.MediaTypeCache
Looks in the cache and returns the cached value if one is present.
parse(String) - Static method in class org.apache.tomcat.util.net.openssl.ciphers.OpenSSLCipherConfigurationParser
Parses an OpenSSL cipher expression into a set of ciphers.
parse(String, boolean) - Static method in class org.apache.jasper.compiler.ELParser
Parse an EL expression
parse(String, char) - Method in class org.apache.tomcat.util.http.fileupload.ParameterParser
Extracts a map of name/value pairs from the given string.
parse(String, char[]) - Method in class org.apache.tomcat.util.http.fileupload.ParameterParser
Extracts a map of name/value pairs from the given string.
parse(String, Node, Jar) - Method in class org.apache.jasper.compiler.ParserController
Processes an include directive with the given path.
parse(URL) - Method in class org.apache.tomcat.util.descriptor.tagplugin.TagPluginParser
Parses a tag plugin descriptor from the given URL.
parse(Enumeration) - Static method in class org.apache.tomcat.util.http.parser.Upgrade
Parses Upgrade header values into a list of Upgrade instances.
parse(Map) - Method in class org.apache.catalina.valves.rewrite.RewriteCond
Parses the condition using the provided rewrite maps.
parse(Map) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Parse the rule using the provided rewrite maps.
parse(Map) - Method in class org.apache.catalina.valves.rewrite.Substitution
Parses the substitution string into individual elements.
parse(Request, String) - Method in class org.apache.catalina.authenticator.DigestAuthenticator.DigestInfo
Parse the authorization header to extract digest credentials.
parse(MessageBytes) - Static method in class org.apache.tomcat.util.http.parser.Host
Parse the given input as an HTTP Host header value.
parse(TldResourcePath) - Method in class org.apache.tomcat.util.descriptor.tld.TldParser
Parses a TLD from the given resource path.
parse(InputSource) - Method in class org.apache.tomcat.util.digester.Digester
Parse the content of the specified input source using this Digester.
parseAttributeAsBytes(int) - Method in class org.apache.tomcat.util.buf.Asn1Parser
Parses a context-specific attribute value as raw bytes.
parseAuthenticateHeader(String) - Method in class org.apache.tomcat.websocket.Authenticator
Utility method to parse the authentication header.
parseAuthorizationDigest(StringReader) - Static method in class org.apache.tomcat.util.http.parser.Authorization
Parses an HTTP Authorization header for DIGEST authentication as per RFC 2617 section 3.2.2.
parseBodyMethods - Variable in class org.apache.catalina.connector.Connector
Comma-separated list of HTTP methods that will be parsed according to POST-style rules for application/x-www-form-urlencoded request bodies.
parseBodyMethodsSet - Variable in class org.apache.catalina.connector.Connector
A Set of methods determined by Connector.parseBodyMethods.
parseBytes(byte[]) - Method in class org.apache.tomcat.util.buf.Asn1Parser
Reads raw bytes into the destination array.
parseClassNames(String, List) - Method in class org.apache.catalina.realm.JAASRealm
Parses a comma-delimited list of class names, and store the class names in the provided List.
parseCondFlag(String, RewriteCond, String) - Static method in class org.apache.catalina.valves.rewrite.RewriteValve
Parser for RewriteCond flags.
parseContentRange(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
Parse the content-range header.
parseCookie(byte[], int, int, ServerCookies) - Static method in class org.apache.tomcat.util.http.parser.Cookie
Deprecated.
Unused. This method will be removed in Tomcat 11 onwards.
parseCookie(byte[], int, int, ServerCookies, CookiesWithoutEquals) - Static method in class org.apache.tomcat.util.http.parser.Cookie
Parse byte array as cookie header.
parseCookieHeader(MimeHeaders, ServerCookies) - Method in interface org.apache.tomcat.util.http.CookieProcessor
Parse the provided headers into server cookie objects.
parseCookieHeader(MimeHeaders, ServerCookies) - Method in class org.apache.tomcat.util.http.Rfc6265CookieProcessor
 
parseCookies() - Method in class org.apache.catalina.connector.Request
Parse cookies.
parseDate(String) - Static method in class org.apache.tomcat.util.http.FastHttpDateFormat
Try to parse the given date as an HTTP date.
parseDirectives(String) - Method in class org.apache.jasper.compiler.ParserController
Parses the directives of a JSP page or tag file.
parseExpiresConfiguration(String) - Method in class org.apache.catalina.filters.ExpiresFilter
Parse configuration lines like 'access plus 1 month 15 days 2 hours' or 'modification 1 day 2 hours 5 seconds'
parseExpression(String) - Static method in class org.apache.tomcat.util.net.openssl.ciphers.OpenSSLCipherConfigurationParser
Parse the specified expression according to the OpenSSL syntax and returns a list of standard JSSE cipher names.
parseExpression(String, Class, FunctionMapper) - Method in class org.apache.jasper.el.ExpressionEvaluatorImpl
Deprecated.
 
parseExtensionHeader(List, String) - Static method in class org.apache.tomcat.websocket.Util
Parses a Sec-WebSocket-Extensions header value and populates the given list with the parsed extensions.
parseFullLength() - Method in class org.apache.tomcat.util.buf.Asn1Parser
Validates that the remaining data matches the parsed length.
parseHeader() - Method in class org.apache.tomcat.util.http.parser.HttpHeaderParser
Parse an HTTP header.
parseHost(MessageBytes) - Method in class org.apache.coyote.AbstractProcessor
Parses the Host header value and populates the server name and port.
parseInt() - Method in class org.apache.tomcat.util.buf.Asn1Parser
Parses an INTEGER value.
parseJavacErrors(String, String, Node.Nodes) - Static method in class org.apache.jasper.compiler.ErrorDispatcher
Parses the given error message into an array of javac compilation error messages (one per javac compilation error line number).
parseLength() - Method in class org.apache.tomcat.util.buf.Asn1Parser
Parses an ASN.1 length field.
parseLocales() - Method in class org.apache.catalina.connector.Request
Parse request locales.
parseLocalesHeader(String, TreeMap) - Method in class org.apache.catalina.connector.Request
Parse accept-language header value.
parseLong(byte[], int, int) - Static method in class org.apache.tomcat.util.buf.Ascii
Parses an unsigned long from the specified sub array of bytes.
parseMediaType(Reader) - Static method in class org.apache.tomcat.util.http.parser.MediaType
Parses a MediaType value, either from an HTTP header or from an application.
parseMediaTypeOnly(String) - Static method in class org.apache.tomcat.util.http.parser.MediaType
A simplified media type parser that removes any parameters and just returns the media type and the subtype.
parseName(String) - Method in class org.apache.naming.SelectorContext
Strips the URL header.
parseName(Name) - Method in class org.apache.naming.SelectorContext
Strips the URL header.
parseNull() - Method in class org.apache.tomcat.util.buf.Asn1Parser
Parses a NULL value.
parseOctetString() - Method in class org.apache.tomcat.util.buf.Asn1Parser
Parses an OCTET STRING value.
parseOIDAsBytes() - Method in class org.apache.tomcat.util.buf.Asn1Parser
Parses an OID value as raw bytes.
parseParameters() - Method in class org.apache.catalina.connector.Request
Parse request parameters.
parseParamNames(StringBuilder, int) - Method in class org.apache.catalina.ssi.SSIProcessor
Parse a StringBuilder and take out the param type token.
parseParamValues(StringBuilder, int, int) - Method in class org.apache.catalina.ssi.SSIProcessor
Parse a StringBuilder and take out the param token.
parsePathParameters(Request, Request) - Method in class org.apache.catalina.connector.CoyoteAdapter
Extract the path parameters from the request.
parsePods(Reader, List) - Method in class org.apache.catalina.tribes.membership.cloud.KubernetesMembershipProvider
Parses the pod data from the given reader and populates the members list.
parsePoolProperties(Properties) - Static method in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Parse the given properties into a PoolConfiguration.
parsePriority(Reader) - Static method in class org.apache.tomcat.util.http.parser.Priority
Parsers an HTTP header as a Priority header as defined by RFC 9218.
parser - Variable in class org.apache.tomcat.util.digester.Digester
The SAXParser we will use to parse the input stream.
parseRange(HttpServletRequest, HttpServletResponse, WebResource) - Method in class org.apache.catalina.servlets.DefaultServlet
Parse the range header.
ParserController - Class in org.apache.jasper.compiler
Controller for the parsing of a JSP page.
parseRequest(RequestContext) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Processes an RFC 1867 compliant multipart/form-data stream.
parseRuleFlag(String, RewriteRule, String) - Static method in class org.apache.catalina.valves.rewrite.RewriteValve
Parser for RewriteRule flags.
parseSendOptions(String) - Static method in interface org.apache.catalina.tribes.Channel
Translates a comma separated list of option names to their bitwise-ORd value
parseServerXml(boolean) - Method in class org.apache.catalina.startup.Catalina
Parse the server.xml configuration file.
parseSessionCookiesId(Request) - Method in class org.apache.catalina.connector.CoyoteAdapter
Parse session id in Cookie.
parseSessionSslId(Request) - Method in class org.apache.catalina.connector.CoyoteAdapter
Look for SSL session ID if required.
parseTag(int) - Method in class org.apache.tomcat.util.buf.Asn1Parser
Parses and validates an expected tag.
parseTagFileDirectives(String, Jar) - Method in class org.apache.jasper.compiler.ParserController
Extracts tag file directive information from the given tag file.
parseTagFileDirectives(ParserController, String, String, Jar, TagLibraryInfo) - Static method in class org.apache.jasper.compiler.TagFileProcessor
Parses the tag file, and collects information on the directives included in it.
parseTagSequence() - Method in class org.apache.tomcat.util.buf.Asn1Parser
Parses a SEQUENCE tag and tracks nesting.
parseTld(String) - Method in class org.apache.jasper.servlet.TldScanner
Parses a TLD from the given resource path string.
parseTld(TldResourcePath) - Method in class org.apache.jasper.servlet.TldScanner
Parses a TLD from the given resource path.
parseTokenList(Reader, Collection) - Static method in class org.apache.tomcat.util.http.parser.TokenList
Parses a header of the form 1#token, forcing all parsed values to lower case.
parseTokenList(Enumeration, Collection) - Static method in class org.apache.tomcat.util.http.parser.TokenList
Parses an enumeration of header values of the form 1#token, forcing all parsed values to lower case.
parseUserAttributes(String) - Method in class org.apache.catalina.realm.RealmBase
Parse the specified delimiter separated attribute names and return a list of that names or null, if no attributes have been specified.
parseUserPatternString(String) - Method in class org.apache.catalina.realm.JNDIRealm
Given a string containing LDAP patterns for user locations (separated by parentheses in a pseudo-LDAP search string format - "(location1)(location2)"), returns an array of those paths.
parseUTF8String() - Method in class org.apache.tomcat.util.buf.Asn1Parser
Parses a UTF8String value.
parseWebXml(URL, WebXml, boolean) - Method in class org.apache.tomcat.util.descriptor.web.WebXmlParser
Parse a web descriptor at a location.
parseWebXml(InputSource, WebXml, boolean) - Method in class org.apache.tomcat.util.descriptor.web.WebXmlParser
Parses a web descriptor from an InputSource.
Parsing Body Text In XML Files - Section in package org.apache.tomcat.util.digester
 
parts - Variable in class org.apache.catalina.connector.Request
The parts, if any, uploaded with this request.
partsParseException - Variable in class org.apache.catalina.connector.Request
The exception thrown, if any when parsing the parts.
PASS_THROUGH - Enum constant in enum org.apache.tomcat.util.buf.EncodedSolidusHandling
Pass the encoded solidus through without modification.
passivate() - Method in class org.apache.catalina.session.StandardSession
Perform the internal processing required to passivate this session.
passivate() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
Clears the list of objects being traced by this object.
passivate() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
Passivates this instance by delegating to the underlying statement.
passivate() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableCallableStatement
Passivates to prepare for return to the pool.
passivate() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnection
 
passivate() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolablePreparedStatement
 
passivateObject(K, PooledObject) - Method in interface org.apache.tomcat.dbcp.pool2.KeyedPooledObjectFactory
Uninitializes an instance to be returned to the idle object pool.
passivateObject(PStmtKey, PooledObject) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingConnection
passivateObject(PooledObject) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
 
passivateObject(PooledObject) - Method in interface org.apache.tomcat.dbcp.pool2.PooledObjectFactory
Uninitializes an instance to be returned to the idle object pool.
PasswdUserDatabase - Class in org.apache.catalina.startup
Concrete implementation of the UserDatabase interface that processes the /etc/passwd file on a Unix system.
PasswdUserDatabase() - Constructor for class org.apache.catalina.startup.PasswdUserDatabase
Construct a new PasswdUserDatabase instance.
password - Variable in class org.apache.catalina.ant.AbstractCatalinaTask
The login password for the Manager application.
password - Variable in class org.apache.catalina.realm.JAASCallbackHandler
The password to be authenticated with.
password - Variable in class org.apache.catalina.users.AbstractUser
The logon password of this user.
PASSWORD - Enum constant in enum org.apache.catalina.authenticator.AuthenticatorBase.SsoReauthenticationMode
Re-authenticate using cached user name and password.
PATCH - Static variable in class org.apache.tomcat.util.http.Method
PATCH method.
path - Variable in class org.apache.catalina.ant.AbstractCatalinaCommandTask
The context path of the web application we are managing.
path - Variable in class org.apache.catalina.ant.ValidatorTask
The path to the webapp directory.
path - Variable in class org.apache.catalina.mapper.Mapper.ContextVersion
The context path.
path - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
 
path(String) - Method in class org.apache.catalina.core.ApplicationPushBuilder
 
pathInfo - Variable in class org.apache.catalina.mapper.MappingData
The path info.
pathname - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The absolute or relative pathname to the XML configuration file.
pathname - Variable in class org.apache.catalina.session.StandardManager
Path name of the disk file in which active sessions are saved when we stop, and from which these sessions are loaded when we start.
pathname - Variable in class org.apache.catalina.users.MemoryUserDatabase
The relative (to catalina.base) or absolute pathname to the XML file in which we will save our persistent information.
pathnameNew - Variable in class org.apache.catalina.users.MemoryUserDatabase
The relative or absolute pathname of the file in which we write our new information prior to renaming.
pathnameOld - Variable in class org.apache.catalina.users.MemoryUserDatabase
The relative or absolute pathname to the file in which our old information is stored while renaming is in progress.
pattern - Variable in class org.apache.catalina.valves.AbstractAccessLogValve
The pattern used to format our access log lines.
pattern - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
 
pattern - Variable in class org.apache.catalina.valves.rewrite.RewriteCond.PatternCondition
The compiled pattern for matching.
pattern - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
The compiled pattern for matching.
PatternCondition() - Constructor for class org.apache.catalina.valves.rewrite.RewriteCond.PatternCondition
Default constructor.
PatternPredicate(String) - Constructor for class org.apache.catalina.filters.CsrfPreventionFilter.PatternPredicate
Construct a new PatternPredicate.
patternString - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
The pattern string.
PatternTokenizer(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
Creates a new tokenizer for the given pattern string.
pause() - Method in class org.apache.catalina.connector.Connector
Pause the connector.
pause() - Method in class org.apache.coyote.AbstractProtocol.ConnectionHandler
Pauses all processors.
pause() - Method in class org.apache.coyote.AbstractProtocol
Pauses the protocol handler.
pause() - Method in class org.apache.coyote.ajp.AjpProcessor
 
pause() - Method in class org.apache.coyote.http11.Http11Processor
 
pause() - Method in interface org.apache.coyote.http11.upgrade.InternalHttpUpgradeHandler
Pause processing for the connection.
pause() - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessorExternal
 
pause() - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessorInternal
 
pause() - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
pause() - Method in interface org.apache.coyote.Processor
Informs the processor that the underlying I/O layer has stopped accepting new connections.
pause() - Method in interface org.apache.coyote.ProtocolHandler
Pause the protocol (optional).
pause() - Method in interface org.apache.tomcat.util.net.AbstractEndpoint.Handler
Inform the handler that the endpoint has stopped accepting any new connections.
pause() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Pause the endpoint, which will stop it accepting new connections and unlock the acceptor.
pause() - Method in class org.apache.tomcat.websocket.server.WsHttpUpgradeHandler
 
pauseContextVersion(Context, String, String, String) - Method in class org.apache.catalina.mapper.Mapper
Mark a context as being reloaded.
paused - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Will be set to true whenever the endpoint is paused.
PAUSED - Enum constant in enum org.apache.tomcat.util.net.Acceptor.AcceptorState
Acceptor is paused and not accepting new connections.
payload - Variable in class org.apache.catalina.tribes.membership.McastService
The payload for multicast messages.
payload - Variable in class org.apache.catalina.tribes.membership.MemberImpl
Custom payload that an app framework can broadcast Also used to transport stop command.
peek() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
peek() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
peek() - Method in class org.apache.tomcat.util.digester.ArrayStack
Returns the top item off of this stack without removing it.
peek() - Method in class org.apache.tomcat.util.digester.Digester
Return the top object on the stack without removing it.
peek(int) - Method in class org.apache.tomcat.util.digester.ArrayStack
Returns the n'th item down (zero-relative) from the top of this stack without removing it.
peek(int) - Method in class org.apache.tomcat.util.digester.Digester
Return the n'th object down the stack, where 0 is the top element and [getCount()-1] is the bottom element.
peek(LambdaExpression) - Method in class org.apache.el.stream.Stream
Returns a stream consisting of the elements of this stream, additionally performing the provided action on each element as elements are consumed.
peekInt() - Method in class org.apache.coyote.ajp.AjpMessage
Peek at the next integer without advancing the read position.
peekParams() - Method in class org.apache.tomcat.util.digester.Digester
Return the top object on the parameters stack without removing it.
peekTag() - Method in class org.apache.tomcat.util.buf.Asn1Parser
Returns the next ASN.1 tag byte without advancing the position.
PEER_ADDR_ATTRIBUTE - Static variable in class org.apache.coyote.Constants
The request attribute set by the RemoteIpFilter, RemoteIpValve (and may be set by other similar components) that identifies for the connector the connection peer IP address.
peerAddr - Variable in class org.apache.catalina.connector.Request
Connection peer address.
peerAddr() - Method in class org.apache.coyote.Request
Return the peer address.
PEMFile - Class in org.apache.tomcat.util.net.jsse
RFC 1421 PEM file containing X509 certificates or private keys.
PEMFile(String) - Constructor for class org.apache.tomcat.util.net.jsse.PEMFile
Construct a PEMFile from the given file without a password.
PEMFile(String, InputStream, String, String) - Constructor for class org.apache.tomcat.util.net.jsse.PEMFile
Construct a PEMFile from the given input stream with the given password and key algorithm.
PEMFile(String, InputStream, String, String, InputStream, String) - Constructor for class org.apache.tomcat.util.net.jsse.PEMFile
Construct a PEMFile from the given input stream with the given password and key algorithm.
PEMFile(String, String) - Constructor for class org.apache.tomcat.util.net.jsse.PEMFile
Construct a PEMFile from the given file with the given password.
PEMFile(String, String, String) - Constructor for class org.apache.tomcat.util.net.jsse.PEMFile
Construct a PEMFile from the given file with the given password and key algorithm.
PEMFile(String, String, String, String) - Constructor for class org.apache.tomcat.util.net.jsse.PEMFile
Construct a PEMFile from the given file with the password read from a separate file.
PENDING - Enum constant in enum org.apache.tomcat.util.net.SendfileState
The sending of the file has started but has not completed.
PENDING - Enum constant in enum org.apache.tomcat.util.net.SocketWrapperBase.CompletionState
Operation is still pending.
pendingReadableBytesInSSL(long) - Static method in class org.apache.tomcat.jni.SSL
SSL_pending.
pendingWrittenBytesInBIO(long) - Static method in class org.apache.tomcat.jni.SSL
BIO_ctrl_pending.
performanceBandwidth - Variable in class org.apache.tomcat.util.net.SocketProperties
Performance preferences according to setPerformancePreferences All three performance attributes must be set or the JVM defaults will be used.
performanceConnectionTime - Variable in class org.apache.tomcat.util.net.SocketProperties
Performance preferences according to setPerformancePreferences All three performance attributes must be set or the JVM defaults will be used.
performanceLatency - Variable in class org.apache.tomcat.util.net.SocketProperties
Performance preferences according to setPerformancePreferences All three performance attributes must be set or the JVM defaults will be used.
performBasicCheck() - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
Performs a basic check of suspected members.
performForcedCheck() - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
Performs a forced check of all cluster members.
performJNDILookup(Context, PoolConfiguration) - Method in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Perform a JNDI lookup for the data source.
performReadTest - Variable in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
Whether to perform TCP read tests during member checks.
performSendTest - Variable in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
Whether to perform TCP send tests during member checks.
PERIODIC_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "periodic" event.
periodicEvent() - Method in class org.apache.catalina.servlets.DataSourcePropertyStore
 
periodicEvent() - Method in class org.apache.catalina.servlets.WebdavServlet.MemoryPropertyStore
 
periodicEvent() - Method in class org.apache.catalina.servlets.WebdavServlet
 
periodicEvent() - Method in interface org.apache.catalina.servlets.WebdavServlet.PropertyStore
Periodic event for maintenance tasks.
periodicEvent() - Method in class org.apache.jasper.servlet.JspServlet
 
periodicEvent() - Method in interface org.apache.tomcat.PeriodicEventListener
Execute a periodic task, such as reloading, etc.
PeriodicEventListener - Interface in org.apache.tomcat
Interface for components that want to be notified of periodic events.
periodicEvict() - Method in class org.apache.catalina.util.TimeBucketCounterBase
Periodic evict, perform removal of obsolete bucket items.
PerMessageDeflate - Class in org.apache.tomcat.websocket
Implementation of the permessage-deflate WebSocket extension as defined in RFC 7692.
PermissionCheck - Interface in org.apache.tomcat.util.security
This interface is implemented by components to enable privileged code to check whether the component has a given permission.
permissionList - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
A list of read File Permission's required if this loader is for a web application context.
permitDenied(Request, Response) - Method in class org.apache.catalina.valves.SemaphoreValve
Subclass friendly method to add error handling when a permit isn't granted.
perPoolStats - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
we will be keeping track of query stats on a per pool basis
persist(PrintWriter, StringManager) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Persist the current configuration to server.xml.
persist(StringManager) - Method in class org.apache.catalina.manager.host.HTMLHostManagerServlet
Persist the current configuration to server.xml.
PersistentManager - Class in org.apache.catalina.session
Implementation of the Manager interface that makes use of a Store to swap active Sessions to disk.
PersistentManager() - Constructor for class org.apache.catalina.session.PersistentManager
Construct a new PersistentManager instance.
PersistentManagerBase - Class in org.apache.catalina.session
Extends the ManagerBase class to implement most of the functionality required by a Manager which supports any kind of persistence, even if only for restarts.
PersistentManagerBase() - Constructor for class org.apache.catalina.session.PersistentManagerBase
Construct a new PersistentManagerBase instance.
PersistentManagerSF - Class in org.apache.catalina.storeconfig
Stores the server.xml PersistentManager element with nested "Store".
PersistentManagerSF() - Constructor for class org.apache.catalina.storeconfig.PersistentManagerSF
Constructs a new PersistentManagerSF instance.
PersistentProviderRegistrations - Class in org.apache.catalina.authenticator.jaspic
Utility class for the loading and saving of JASPIC persistent provider registrations.
PersistentProviderRegistrations.Property - Class in org.apache.catalina.authenticator.jaspic
Represents a name-value property within a JASPIC provider registration.
PersistentProviderRegistrations.Provider - Class in org.apache.catalina.authenticator.jaspic
Represents a single JASPIC provider registration.
PersistentProviderRegistrations.Providers - Class in org.apache.catalina.authenticator.jaspic
Container for JASPIC provider registrations loaded from the configuration file.
PersistentValve - Class in org.apache.catalina.valves
Valve that implements per-request session persistence.
PersistentValve() - Constructor for class org.apache.catalina.valves.PersistentValve
Constructs a new PersistentValve instance.
PerUserPoolDataSource - Class in org.apache.tomcat.dbcp.dbcp2.datasources
A pooling DataSource appropriate for deployment within J2EE environment.
PerUserPoolDataSource() - Constructor for class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Constructs a new instance.
PerUserPoolDataSourceFactory - Class in org.apache.tomcat.dbcp.dbcp2.datasources
A JNDI ObjectFactory which creates PerUserPoolDataSources.
PerUserPoolDataSourceFactory() - Constructor for class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSourceFactory
Constructs a new PerUserPoolDataSourceFactory instance.
ping() - Method in class org.apache.catalina.tribes.membership.StaticMembershipProvider
Sends ping messages to all static members and checks for expired members.
ping(long) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Sends a ping out to all the members in the cluster, not just map members that this map is alive.
PING - Static variable in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
PING frame with zero payload length and zero stream ID.
PING_ACK - Static variable in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
PING ACK frame with zero payload length and zero stream ID.
pingInterval - Variable in class org.apache.catalina.tribes.membership.StaticMembershipProvider
Interval between ping messages in milliseconds.
pingReceive(byte[], boolean) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
PingThread() - Constructor for class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor.PingThread
Constructs a new PingThread.
PingThread() - Constructor for class org.apache.catalina.tribes.membership.StaticMembershipProvider.PingThread
Default constructor.
pipeline - Variable in class org.apache.catalina.core.ContainerBase
The Pipeline object with which this Container is associated.
Pipeline - Interface in org.apache.catalina
Interface describing a collection of Valves that should be executed in sequence when the invoke() method is invoked.
PIPELINED - Enum constant in enum org.apache.tomcat.util.net.SendfileKeepAliveState
Keep-alive is in use and there is pipelined data in the input buffer to be read as soon as the current response has been written.
PKG_PREFIX - Static variable in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
JMX prefix for interceptors that register themselves with JMX
PLUGGABILITY - Enum constant in enum org.apache.tomcat.JarScanType
Scan for pluggability annotations.
Pluggable Rules Processing - Section in package org.apache.tomcat.util.digester
 
PLUGIN_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
 
pojo - Variable in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerBase
The POJO instance that contains the message handler method.
POJO_METHOD_MAPPING_KEY - Static variable in class org.apache.tomcat.websocket.pojo.Constants
Key used to store the POJO method mapping in the session.
PojoClassHolder - Class in org.apache.tomcat.websocket
Holds a POJO class for use as a WebSocket client endpoint.
PojoClassHolder(Class, ClientEndpointConfig) - Constructor for class org.apache.tomcat.websocket.PojoClassHolder
Constructs a new PojoClassHolder.
PojoEndpointBase - Class in org.apache.tomcat.websocket.pojo
Base implementation (client and server have different concrete implementations) of the wrapper that converts a POJO instance into a WebSocket endpoint instance.
PojoEndpointBase(Map) - Constructor for class org.apache.tomcat.websocket.pojo.PojoEndpointBase
Constructs a new PojoEndpointBase.
PojoEndpointClient - Class in org.apache.tomcat.websocket.pojo
Wrapper class for instances of POJOs annotated with ClientEndpoint so they appear as standard Endpoint instances.
PojoEndpointClient(Object, List, InstanceManager) - Constructor for class org.apache.tomcat.websocket.pojo.PojoEndpointClient
Constructs a new PojoEndpointClient.
PojoEndpointServer - Class in org.apache.tomcat.websocket.pojo
Wrapper class for instances of POJOs annotated with ServerEndpoint so they appear as standard Endpoint instances.
PojoEndpointServer(Map, Object) - Constructor for class org.apache.tomcat.websocket.pojo.PojoEndpointServer
Constructs a new PojoEndpointServer.
PojoHolder - Class in org.apache.tomcat.websocket
Holds a POJO instance for use as a WebSocket client endpoint.
PojoHolder(Object, ClientEndpointConfig) - Constructor for class org.apache.tomcat.websocket.PojoHolder
Constructs a new PojoHolder.
PojoMessageHandlerBase<T> - Class in org.apache.tomcat.websocket.pojo
Common implementation code for the POJO message handlers.
PojoMessageHandlerBase(Object, Method, Session, Object[], int, boolean, int, long) - Constructor for class org.apache.tomcat.websocket.pojo.PojoMessageHandlerBase
Constructs a new PojoMessageHandlerBase.
PojoMessageHandlerPartialBase<T> - Class in org.apache.tomcat.websocket.pojo
Common implementation code for the POJO partial message handlers.
PojoMessageHandlerPartialBase(Object, Method, Session, Object[], int, boolean, int, int, long) - Constructor for class org.apache.tomcat.websocket.pojo.PojoMessageHandlerPartialBase
Create a partial message handler.
PojoMessageHandlerPartialBinary - Class in org.apache.tomcat.websocket.pojo
ByteBuffer specific concrete implementation for handling partial messages.
PojoMessageHandlerPartialBinary(Object, Method, Session, Object[], int, boolean, int, int, long) - Constructor for class org.apache.tomcat.websocket.pojo.PojoMessageHandlerPartialBinary
Create a partial binary message handler.
PojoMessageHandlerPartialText - Class in org.apache.tomcat.websocket.pojo
Text specific concrete implementation for handling partial messages.
PojoMessageHandlerPartialText(Object, Method, Session, Object[], int, boolean, int, int, long) - Constructor for class org.apache.tomcat.websocket.pojo.PojoMessageHandlerPartialText
Create a partial text message handler.
PojoMessageHandlerWholeBase<T> - Class in org.apache.tomcat.websocket.pojo
Common implementation code for the POJO whole message handlers.
PojoMessageHandlerWholeBase(Object, Method, Session, Object[], int, boolean, int, long) - Constructor for class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholeBase
Create a whole message handler.
PojoMessageHandlerWholeBinary - Class in org.apache.tomcat.websocket.pojo
ByteBuffer specific concrete implementation for handling whole messages.
PojoMessageHandlerWholeBinary(Object, Method, Session, EndpointConfig, List, Object[], int, boolean, int, boolean, long) - Constructor for class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholeBinary
Create a whole binary message handler.
PojoMessageHandlerWholePong - Class in org.apache.tomcat.websocket.pojo
PongMessage specific concrete implementation for handling whole messages.
PojoMessageHandlerWholePong(Object, Method, Session, Object[], int, boolean, int) - Constructor for class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholePong
Create a whole pong message handler.
PojoMessageHandlerWholeText - Class in org.apache.tomcat.websocket.pojo
Text specific concrete implementation for handling whole messages.
PojoMessageHandlerWholeText(Object, Method, Session, EndpointConfig, List, Object[], int, boolean, int, long) - Constructor for class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholeText
Create a whole text message handler.
PojoMethodMapping - Class in org.apache.tomcat.websocket.pojo
For a POJO class annotated with ServerEndpoint, an instance of this class creates and caches the method handler, method information and parameter information for the onXXX calls.
PojoMethodMapping(Class, List, String, InstanceManager) - Constructor for class org.apache.tomcat.websocket.pojo.PojoMethodMapping
Create a method mapping for the given POJO
PojoPathParam - Class in org.apache.tomcat.websocket.pojo
Stores the parameter type and name for a parameter that needs to be passed to an onXxx method of Endpoint.
PojoPathParam(Class, String) - Constructor for class org.apache.tomcat.websocket.pojo.PojoPathParam
Create a path parameter.
poll() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
 
poll() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
 
poll() - Method in class org.apache.tomcat.util.collections.SynchronizedQueue
Retrieves and removes the head of this queue, or returns null if this queue is empty.
poll(long, TimeUnit) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
Fair retrieval of an object in the queue.
poll(long, TimeUnit) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
Fair retrieval of an object in the queue.
poll(long, TimeUnit) - Method in class org.apache.tomcat.util.threads.TaskQueue
 
pollAsync() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
Request an item from the queue asynchronously
pollAsync() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
Request an item from the queue asynchronously
Poller() - Constructor for class org.apache.tomcat.util.net.NioEndpoint.Poller
Creates a new poller.
PollerEvent(NioEndpoint.NioSocketWrapper, int) - Constructor for class org.apache.tomcat.util.net.NioEndpoint.PollerEvent
Creates a new poller event.
PONG - Enum constant in enum org.apache.tomcat.websocket.MessageHandlerResultType
Pong message.
pool - Variable in class org.apache.tomcat.jdbc.pool.ConnectionPool.PoolCleaner
Weak reference to the connection pool being monitored.
pool - Variable in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The underlying connection pool.
pool - Variable in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
The connection pool reference.
pool - Variable in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
the connection pool
pool - Variable in class org.apache.tomcat.jdbc.pool.ProxyConnection
The parent connection pool.
Pool - Class in org.apache.tomcat.jni
Provides access to APR memory pools which are used to manage memory allocations for natively created instances.
Pool() - Constructor for class org.apache.tomcat.jni.Pool
Default constructor required by JNI.
POOL_EMPTY - Static variable in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Notification type sent when the pool is empty and no connections are available.
POOL_JMX_DOMAIN - Static variable in class org.apache.tomcat.jdbc.pool.ConnectionPool
Default domain for objects registering with an mbean server
POOL_JMX_TYPE_PREFIX - Static variable in class org.apache.tomcat.jdbc.pool.ConnectionPool
Prefix type for JMX registration
PoolableCallableStatement - Class in org.apache.tomcat.dbcp.dbcp2
A DelegatingCallableStatement that cooperates with PoolingConnection to implement a pool of CallableStatements.
PoolableCallableStatement(CallableStatement, PStmtKey, KeyedObjectPool, DelegatingConnection) - Constructor for class org.apache.tomcat.dbcp.dbcp2.PoolableCallableStatement
Constructs a new instance.
PoolableConnection - Class in org.apache.tomcat.dbcp.dbcp2
A delegating connection that, rather than closing the underlying connection, returns itself to an ObjectPool when closed.
PoolableConnection(Connection, ObjectPool, ObjectName) - Constructor for class org.apache.tomcat.dbcp.dbcp2.PoolableConnection
Constructs a new instance.
PoolableConnection(Connection, ObjectPool, ObjectName, Collection, boolean) - Constructor for class org.apache.tomcat.dbcp.dbcp2.PoolableConnection
Constructs a new instance.
PoolableConnection(Connection, ObjectPool, ObjectName, Collection, Collection, boolean) - Constructor for class org.apache.tomcat.dbcp.dbcp2.PoolableConnection
Creates a new PoolableConnection instance.
PoolableConnectionFactory - Class in org.apache.tomcat.dbcp.dbcp2
PoolableConnectionFactory(ConnectionFactory, ObjectName) - Constructor for class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
PoolableConnectionMXBean - Interface in org.apache.tomcat.dbcp.dbcp2
Defines the attributes and methods that will be exposed via JMX for PoolableConnection instances.
PoolableManagedConnection - Class in org.apache.tomcat.dbcp.dbcp2.managed
PoolableConnection that unregisters from TransactionRegistry on Connection real destroy.
PoolableManagedConnection(TransactionRegistry, Connection, ObjectPool) - Constructor for class org.apache.tomcat.dbcp.dbcp2.managed.PoolableManagedConnection
Creates a PoolableManagedConnection.
PoolableManagedConnection(TransactionRegistry, Connection, ObjectPool, Collection, boolean) - Constructor for class org.apache.tomcat.dbcp.dbcp2.managed.PoolableManagedConnection
Creates a PoolableManagedConnection.
PoolableManagedConnection(TransactionRegistry, Connection, ObjectPool, Collection, Collection, boolean) - Constructor for class org.apache.tomcat.dbcp.dbcp2.managed.PoolableManagedConnection
Creates a PoolableManagedConnection.
PoolableManagedConnectionFactory - Class in org.apache.tomcat.dbcp.dbcp2.managed
PoolableManagedConnectionFactory(XAConnectionFactory, ObjectName) - Constructor for class org.apache.tomcat.dbcp.dbcp2.managed.PoolableManagedConnectionFactory
Creates a PoolableManagedConnectionFactory and attach it to a connection pool.
PoolablePreparedStatement<K> - Class in org.apache.tomcat.dbcp.dbcp2
A DelegatingPreparedStatement that cooperates with PoolingConnection to implement a pool of PreparedStatements.
PoolablePreparedStatement(PreparedStatement, K, KeyedObjectPool, DelegatingConnection) - Constructor for class org.apache.tomcat.dbcp.dbcp2.PoolablePreparedStatement
Constructs a new instance.
poolClosed(ConnectionPool) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
Removes the query statistics map for the given connection pool.
poolClosed(ConnectionPool) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
Called when the connection pool is closed; deregisters JMX.
poolClosed(ConnectionPool) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
poolClosed(ConnectionPool) - Method in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
This method is invoked by a connection pool when the pool is closed.
PoolConfiguration - Interface in org.apache.tomcat.jdbc.pool
A list of properties that are configurable for a connection pool.
poolCounter - Static variable in class org.apache.tomcat.jdbc.pool.PoolProperties
Counter for tracking the number of pools created.
PooledConnection - Class in org.apache.tomcat.jdbc.pool
Represents a pooled connection and holds a reference to the Connection object
PooledConnection(PoolConfiguration, ConnectionPool) - Constructor for class org.apache.tomcat.jdbc.pool.PooledConnection
Constructor
PooledConnectionMBean - Interface in org.apache.tomcat.jdbc.pool
JMX MBean interface for monitoring pooled connections.
PooledObject<T> - Interface in org.apache.tomcat.dbcp.pool2
Defines the wrapper that is used to track the additional information, such as state, for the pooled objects.
PooledObjectFactory<T> - Interface in org.apache.tomcat.dbcp.pool2
An interface defining life-cycle methods for instances to be served by an ObjectPool.
PooledObjectState - Enum in org.apache.tomcat.dbcp.pool2
Provides all possible states of a PooledObject.
PooledParallelSender - Class in org.apache.catalina.tribes.transport.nio
A pooled sender that uses ParallelNioSender instances for parallel message delivery.
PooledParallelSender() - Constructor for class org.apache.catalina.tribes.transport.nio.PooledParallelSender
Creates a new PooledParallelSender instance.
PooledParallelSenderMBean - Interface in org.apache.catalina.tribes.transport.nio
MBean interface for monitoring a PooledParallelSender.
PooledSender - Class in org.apache.catalina.tribes.transport
An abstract pooled sender that manages a pool of DataSender instances.
PooledSender() - Constructor for class org.apache.catalina.tribes.transport.PooledSender
Creates a new PooledSender with the default pool size.
PooledSoftReference<T> - Class in org.apache.tomcat.dbcp.pool2.impl
Extension of DefaultPooledObject to wrap pooled soft references.
PooledSoftReference(SoftReference) - Constructor for class org.apache.tomcat.dbcp.pool2.impl.PooledSoftReference
Creates a new PooledSoftReference wrapping the provided reference.
PoolExhaustedException - Exception Class in org.apache.tomcat.jdbc.pool
Exception thrown when the connection pool is exhausted and no connections are available.
PoolExhaustedException() - Constructor for exception class org.apache.tomcat.jdbc.pool.PoolExhaustedException
Constructs a PoolExhaustedException with no detail message.
PoolExhaustedException(String) - Constructor for exception class org.apache.tomcat.jdbc.pool.PoolExhaustedException
Constructs a PoolExhaustedException with the specified detail message.
PoolExhaustedException(String, String) - Constructor for exception class org.apache.tomcat.jdbc.pool.PoolExhaustedException
Constructs a PoolExhaustedException with the specified detail message and SQL state.
PoolExhaustedException(String, String, int) - Constructor for exception class org.apache.tomcat.jdbc.pool.PoolExhaustedException
Constructs a PoolExhaustedException with the specified detail message, SQL state, and vendor code.
PoolExhaustedException(String, String, int, Throwable) - Constructor for exception class org.apache.tomcat.jdbc.pool.PoolExhaustedException
Constructs a PoolExhaustedException with the specified detail message, SQL state, vendor code, and cause.
PoolExhaustedException(String, String, Throwable) - Constructor for exception class org.apache.tomcat.jdbc.pool.PoolExhaustedException
Constructs a PoolExhaustedException with the specified detail message, SQL state, and cause.
PoolExhaustedException(String, Throwable) - Constructor for exception class org.apache.tomcat.jdbc.pool.PoolExhaustedException
Constructs a PoolExhaustedException with the specified detail message and cause.
PoolExhaustedException(Throwable) - Constructor for exception class org.apache.tomcat.jdbc.pool.PoolExhaustedException
Constructs a PoolExhaustedException with the specified cause.
PoolingConnection - Class in org.apache.tomcat.dbcp.dbcp2
PoolingConnection(Connection) - Constructor for class org.apache.tomcat.dbcp.dbcp2.PoolingConnection
Constructs a new instance.
PoolingConnection.StatementType - Enum in org.apache.tomcat.dbcp.dbcp2
Statement types.
PoolingDataSource<C> - Class in org.apache.tomcat.dbcp.dbcp2
A simple DataSource implementation that obtains Connections from the specified ObjectPool.
PoolingDataSource(ObjectPool) - Constructor for class org.apache.tomcat.dbcp.dbcp2.PoolingDataSource
Constructs a new instance backed by the given connection pool.
PoolingDriver - Class in org.apache.tomcat.dbcp.dbcp2
A Driver implementation that obtains Connections from a registered ObjectPool.
PoolingDriver() - Constructor for class org.apache.tomcat.dbcp.dbcp2.PoolingDriver
Constructs a new driver with accessToUnderlyingConnectionAllowed enabled.
PoolingDriver(boolean) - Constructor for class org.apache.tomcat.dbcp.dbcp2.PoolingDriver
For unit testing purposes.
poolingEnabled - Variable in class org.apache.jasper.JspC
Flag to enable tag handler pooling.
poolName - Variable in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
The name of the connection pool.
poolProperties - Variable in class org.apache.tomcat.jdbc.pool.DataSourceProxy
The pool configuration properties.
poolProperties - Variable in class org.apache.tomcat.jdbc.pool.PooledConnection
The properties for the connection pool
PoolProperties - Class in org.apache.tomcat.jdbc.pool
Implementation of PoolConfiguration that holds the configuration properties for a connection pool.
PoolProperties() - Constructor for class org.apache.tomcat.jdbc.pool.PoolProperties
Constructs a PoolProperties with default values.
PoolProperties.InterceptorDefinition - Class in org.apache.tomcat.jdbc.pool
Definition of a JDBC interceptor with its configuration properties.
PoolProperties.InterceptorProperty - Class in org.apache.tomcat.jdbc.pool
Represents a property for a JDBC interceptor.
pools - Static variable in class org.apache.tomcat.dbcp.dbcp2.PoolingDriver
The map of registered pools.
poolStarted(ConnectionPool) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
Initializes the query statistics map for the given connection pool.
poolStarted(ConnectionPool) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
Called when the connection pool is started.
poolStarted(ConnectionPool) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
poolStarted(ConnectionPool) - Method in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
This method is invoked by a connection pool when the pool is first started up, usually when the first connection is requested.
PoolUtilities - Class in org.apache.tomcat.jdbc.pool
Utility methods for managing JDBC pool properties.
PoolUtilities() - Constructor for class org.apache.tomcat.jdbc.pool.PoolUtilities
Default constructor.
PoolUtils - Class in org.apache.tomcat.dbcp.pool2
This class consists exclusively of static methods that operate on or return ObjectPool or KeyedObjectPool related interfaces.
PoolUtils() - Constructor for class org.apache.tomcat.dbcp.pool2.PoolUtils
PoolUtils instances should NOT be constructed in standard programming.
pop() - Method in class org.apache.coyote.AbstractProtocol.RecycledProcessors
Pops a processor from the pool.
pop() - Method in class org.apache.jasper.util.FastRemovalDequeue
Removes the last element of the list and returns its content.
pop() - Method in class org.apache.tomcat.util.collections.SynchronizedStack
Pops an object from the stack.
pop() - Method in class org.apache.tomcat.util.digester.ArrayStack
Pops the top item off of this stack and return it.
pop() - Method in class org.apache.tomcat.util.digester.Digester
Pop the top object off of the stack, and return it.
popBody() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
popBody() - Method in class org.apache.jasper.runtime.PageContextImpl
 
popIndent() - Method in class org.apache.jasper.compiler.ServletWriter
Decreases the indentation level.
popParams() - Method in class org.apache.tomcat.util.digester.Digester
Pop the top object off of the parameters stack, and return it.
popPrefixMapping(String) - Method in class org.apache.jasper.compiler.PageInfo
Removes the URI at the top of the stack of URIs to which the given prefix is mapped.
populateAnnotationsCache(Class, Map) - Method in class org.apache.catalina.core.DefaultInstanceManager
Make sure that the annotations cache has been populated for the provided class.
populateHost() - Method in class org.apache.coyote.AbstractProcessor
Called when a host header is not present in the request (e.g.
populateHost() - Method in class org.apache.coyote.ajp.AjpProcessor
Called when a host header is not present in the request (e.g.
populateLocalAddr() - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
 
populateLocalAddr() - Method in class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper
 
populateLocalAddr() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Populates the cached local IP address from the underlying socket.
populateLocalName() - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
 
populateLocalName() - Method in class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper
 
populateLocalName() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Populates the cached local host name from the underlying socket.
populateLocalPort() - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
 
populateLocalPort() - Method in class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper
 
populateLocalPort() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Populates the cached local port number from the underlying socket.
populateMatchGroups(Matcher) - Method in class org.apache.catalina.ssi.SSIMediator
Populates match group variables from the given regex matcher.
populatePort() - Method in class org.apache.coyote.AbstractProcessor
Called when a host header is not present or is empty in the request (e.g.
populatePort() - Method in class org.apache.coyote.ajp.AjpProcessor
Called when a host header is not present or is empty in the request (e.g.
populatePort() - Method in class org.apache.coyote.http11.Http11Processor
Called when a host header is not present or is empty in the request (e.g.
populateReadBuffer(byte[], int, int) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Copies available data from the internal read buffer into the provided byte array.
populateReadBuffer(ByteBuffer) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Copies available data from the internal read buffer into the provided ByteBuffer.
populateRemoteAddr() - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
 
populateRemoteAddr() - Method in class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper
 
populateRemoteAddr() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Populates the cached remote IP address from the underlying socket.
populateRemoteHost() - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
 
populateRemoteHost() - Method in class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper
 
populateRemoteHost() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Populates the cached remote host name from the underlying socket.
populateRemotePort() - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
 
populateRemotePort() - Method in class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper
 
populateRemotePort() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Populates the cached remote port number from the underlying socket.
populateRequestAttributeRemoteHost() - Method in class org.apache.coyote.AbstractProcessor
Populate the remote host request attribute.
populateRequestAttributeRemoteHost() - Method in class org.apache.coyote.ajp.AjpProcessor
 
populateRequestFromSsoEntry(Request, String) - Method in class org.apache.catalina.authenticator.SingleSignOn
Populates the request with the authentication data from the SSO entry.
populateSslRequestAttributes() - Method in class org.apache.coyote.AbstractProcessor
Populate the TLS related request attributes from the SSLSupport instance associated with this processor.
populateSslRequestAttributes() - Method in class org.apache.coyote.ajp.AjpProcessor
 
port - Variable in class org.apache.catalina.ha.backend.HeartbeatListener
Port of the connector to proxy.
port - Variable in class org.apache.catalina.ha.backend.Proxy
The port on which the front-end proxy server listens.
port - Variable in class org.apache.catalina.startup.Tomcat
The HTTP connector port.
port - Variable in class org.apache.catalina.tribes.membership.cloud.CloudMembershipProvider
The local port number.
port - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
The multicast port
port - Variable in class org.apache.catalina.tribes.membership.MemberImpl
The tcp listen port for this member
PORT_HEADER_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
Parameter name for the port header configuration.
PORTCOMPONENTLINK - Static variable in class org.apache.naming.ServiceRef
port-component-ref/port-component-link address type.
PortElement() - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.PortElement
Creates a new port element using local port type.
PortElement(String) - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.PortElement
Creates a new port element with the specified type.
pos - Variable in class org.apache.coyote.ajp.AjpMessage
The current read or write position in the buffer.
pos - Variable in class org.apache.tomcat.util.net.SendfileDataBase
The position of the next byte in the file to be written to the socket.
positive - Variable in class org.apache.catalina.valves.rewrite.RewriteCond
Whether the condition is positive.
positive - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
Whether the pattern is positive (true) or negated (false).
POST - Enum constant in enum org.apache.catalina.WebResourceRoot.ResourceSetType
Post resource set - processed last.
POST - Static variable in class org.apache.tomcat.util.http.Method
POST method.
POST_NAME - Enum constant in enum org.apache.tomcat.util.http.parser.ChunkExtension.State
State after the extension name.
POST_TOO_LARGE - Enum constant in enum org.apache.tomcat.util.http.Parameters.FailReason
 
POST_VALUE - Enum constant in enum org.apache.tomcat.util.http.parser.ChunkExtension.State
State after the extension value.
postConstruct(Object, Class) - Method in class org.apache.catalina.core.DefaultInstanceManager
Call postConstruct method on the specified instance recursively from the deepest superclass to actual class.
postData - Variable in class org.apache.catalina.connector.Request
Buffer for POST data.
postDeregister() - Method in class org.apache.catalina.tribes.group.GroupChannel
 
postDeregister() - Method in class org.apache.catalina.util.LifecycleMBeanBase
Not used - NOOP.
postDeregister() - Method in class org.apache.coyote.AbstractProtocol
Post-deregisters this MBean.
postDeregister() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
 
postDeregister() - Method in class org.apache.tomcat.jdbc.pool.DataSource
Unregisters the underlying connection pool mbean.
postDeregister() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
postDeregister() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
postDeregister() - Method in class org.apache.tomcat.util.modeler.Registry
 
postParseRequest(Request, Request, Response, Response) - Method in class org.apache.catalina.connector.CoyoteAdapter
Perform the necessary processing after the HTTP headers have been parsed to enable the request/response pair to be passed to the start of the container pipeline for processing.
postRegister(Boolean) - Method in class org.apache.catalina.tribes.group.GroupChannel
 
postRegister(Boolean) - Method in class org.apache.catalina.util.LifecycleMBeanBase
Not used - NOOP.
postRegister(Boolean) - Method in class org.apache.coyote.AbstractProtocol
Post-registers this MBean.
postRegister(Boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
 
postRegister(Boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSource
no-op
postRegister(Boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
postRegister(Boolean) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
postRegister(Boolean) - Method in class org.apache.tomcat.util.modeler.Registry
 
postWorkDirectory() - Method in class org.apache.catalina.core.StandardContext
Set the appropriate context attribute for our work directory.
PRE - Enum constant in enum org.apache.catalina.WebResourceRoot.ResourceSetType
Pre resource set - processed first.
PRE_FLIGHT - Enum constant in enum org.apache.catalina.filters.CorsFilter.CORSRequestType
A pre-flight CORS request, to get meta information, before a non-simple HTTP request is sent.
PRE_NAME - Enum constant in enum org.apache.tomcat.util.http.parser.ChunkExtension.State
State before the extension name.
preDeregister() - Method in class org.apache.catalina.tribes.group.GroupChannel
 
preDeregister() - Method in class org.apache.catalina.util.LifecycleMBeanBase
Not used - NOOP.
preDeregister() - Method in class org.apache.coyote.AbstractProtocol
Pre-deregisters this MBean.
preDeregister() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
 
preDeregister() - Method in class org.apache.tomcat.jdbc.pool.DataSource
no-op
preDeregister() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
preDeregister() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
preDeregister() - Method in class org.apache.tomcat.util.modeler.Registry
 
preDestroy(Object, Class) - Method in class org.apache.catalina.core.DefaultInstanceManager
Call preDestroy method on the specified instance recursively from the deepest superclass to actual class.
prefill(KeyedObjectPool, Collection, int) - Static method in class org.apache.tomcat.dbcp.pool2.PoolUtils
prefill(KeyedObjectPool, K, int) - Static method in class org.apache.tomcat.dbcp.pool2.PoolUtils
prefill(ObjectPool, int) - Static method in class org.apache.tomcat.dbcp.pool2.PoolUtils
Deprecated.
prefix - Variable in class org.apache.catalina.ha.ClusterRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.realm.MemoryRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.startup.ContextRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.startup.CredentialHandlerRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.startup.EngineRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.startup.HostRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.startup.NamingRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.startup.RealmRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.valves.AccessLogValve
The prefix that is added to log file filenames.
prefix - Variable in class org.apache.el.lang.FunctionMapperImpl.Function
The function namespace prefix.
prefix - Variable in class org.apache.juli.ClassLoaderLogManager
This prefix is used to allow using prefixes for the properties names of handlers and their subcomponents.
prefix - Static variable in class org.apache.naming.SelectorContext
Namespace URL.
prefix - Variable in class org.apache.tomcat.util.descriptor.web.WebRuleSet
The matching pattern prefix to use for recognizing our elements.
prefixLength - Static variable in class org.apache.naming.SelectorContext
Namespace URL length.
PrefixPredicate(String) - Constructor for class org.apache.catalina.filters.CsrfPreventionFilter.PrefixPredicate
Construct a new PrefixPredicate.
preInit(ServerEndpointConfig, WsServerContainer, WsHandshakeRequest, List, String, Transformation, Map, boolean) - Method in class org.apache.tomcat.websocket.server.WsHttpUpgradeHandler
Performs initialization before the WebSocket handshake is completed.
preload() - Static method in class org.apache.el.util.ExceptionUtils
NO-OP method provided to enable simple preloading of this class.
preload() - Static method in class org.apache.tomcat.util.ExceptionUtils
NO-OP method provided to enable simple preloading of this class.
prepare() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
Prepare tables for processing.
prepare(long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
Records the time taken to prepare this query.
prepare(Xid) - Method in class org.apache.tomcat.dbcp.dbcp2.managed.LocalXAConnectionFactory.LocalXAResource
This method does nothing since the LocalXAConnection does not support two-phase-commit.
prepare(Request, Response) - Method in class org.apache.catalina.connector.CoyoteAdapter
 
prepare(Request, Response) - Method in interface org.apache.coyote.Adapter
Prepare the given request/response for processing.
PREPARE_CALL - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
PREPARE_CALL_IDX - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
PREPARE_STATEMENT - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
PREPARE_STATEMENT_IDX - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
prepareCall(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
prepareCall(String) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingConnection
Creates or obtains a CallableStatement from the pool.
prepareCall(String, int, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
prepareCall(String, int, int) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingConnection
Creates or obtains a CallableStatement from the pool.
prepareCall(String, int, int, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
prepareCall(String, int, int, int) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingConnection
Creates or obtains a CallableStatement from the pool.
prepareCall(String, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport
Invoked when prepareCall has been called and completed.
prepareCall(String, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.ResetAbandonedTimer
 
prepareCall(String, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
Tracks the preparation time for a callable statement.
PREPARED_STATEMENT - Enum constant in enum org.apache.tomcat.dbcp.dbcp2.PoolingConnection.StatementType
Prepared statement.
PREPARED_TYPE - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
Prepared statement type only.
preparePool() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
Tries to ensure that GenericObjectPool.getMinIdle() idle instances are available in the pool.
preparePool(K) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
Registers a key for pool control and ensures that GenericKeyedObjectPool.getMinIdlePerKey() idle instances are created.
prepareResponse() - Method in class org.apache.coyote.AbstractProcessor
When committing the response, we have to validate the set of headers, as well as set up the response filters.
prepareResponse() - Method in class org.apache.coyote.ajp.AjpProcessor
When committing the response, we have to validate the set of headers, as well as setup the response filters.
prepareResponse() - Method in class org.apache.coyote.http11.Http11Processor
 
prepareStatement(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
prepareStatement(String) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingConnection
Creates or obtains a PreparedStatement from the pool.
prepareStatement(String, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
prepareStatement(String, int) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingConnection
 
prepareStatement(String, int[]) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
prepareStatement(String, int[]) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingConnection
Creates or obtains a PreparedStatement from the pool.
prepareStatement(String, int, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
prepareStatement(String, int, int) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingConnection
Creates or obtains a PreparedStatement from the pool.
prepareStatement(String, int, int, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
prepareStatement(String, int, int, int) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingConnection
Creates or obtains a PreparedStatement from the pool.
prepareStatement(String, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport
Invoked when prepareStatement has been called and completed.
prepareStatement(String, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.ResetAbandonedTimer
 
prepareStatement(String, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
Tracks the preparation time for a prepared statement.
prepareStatement(String, String[]) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
prepareStatement(String, String[]) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingConnection
Creates or obtains a PreparedStatement from the pool.
prepareToReturn() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
Prepares internal states before calling DelegatingStatement.passivate().
preRegister(MBeanServer, ObjectName) - Method in class org.apache.catalina.tribes.group.GroupChannel
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.catalina.util.LifecycleMBeanBase
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.coyote.AbstractProtocol
Pre-registers this MBean.
preRegister(MBeanServer, ObjectName) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.tomcat.jdbc.pool.DataSource
If the connection pool MBean exists, it will be registered during this operation.
preRegister(MBeanServer, ObjectName) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.tomcat.util.modeler.Registry
 
prestartAllCoreThreads() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Starts all core threads, causing them to idly wait for work.
prestartCoreThread() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Starts a core thread, causing it to idly wait for work.
previous() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
previousIOException - Variable in class org.apache.tomcat.util.net.SocketWrapperBase
The previous I/O exception that occurred on this socket.
primaryIndicator - Variable in class org.apache.catalina.ha.tcp.ReplicationValve
Must set primary change indicator.
primaryIndicatorName - Variable in class org.apache.catalina.ha.tcp.ReplicationValve
Name of primary change indicator as request attribute
PRIMITIVE_BOOLEAN - Static variable in class org.apache.tomcat.util.bcel.classfile.ElementValue
Tag for a boolean primitive element value.
PRIMITIVE_BYTE - Static variable in class org.apache.tomcat.util.bcel.classfile.ElementValue
Tag for a byte primitive element value.
PRIMITIVE_CHAR - Static variable in class org.apache.tomcat.util.bcel.classfile.ElementValue
Tag for a char primitive element value.
PRIMITIVE_DOUBLE - Static variable in class org.apache.tomcat.util.bcel.classfile.ElementValue
Tag for a double primitive element value.
PRIMITIVE_FLOAT - Static variable in class org.apache.tomcat.util.bcel.classfile.ElementValue
Tag for a float primitive element value.
PRIMITIVE_INT - Static variable in class org.apache.tomcat.util.bcel.classfile.ElementValue
Tag for an int primitive element value.
PRIMITIVE_LONG - Static variable in class org.apache.tomcat.util.bcel.classfile.ElementValue
Tag for a long primitive element value.
PRIMITIVE_NAMES - Static variable in class org.apache.el.util.ReflectionUtil
Names of Java primitive types.
PRIMITIVE_SHORT - Static variable in class org.apache.tomcat.util.bcel.classfile.ElementValue
Tag for a short primitive element value.
PRIMITIVES - Static variable in class org.apache.el.util.ReflectionUtil
Class objects for Java primitive types, in the same order as ReflectionUtil.PRIMITIVE_NAMES.
principal - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The Principal identified by our validation, or null if validation failed.
principal - Variable in class org.apache.catalina.session.StandardSession
The authenticated Principal associated with this session, if any.
PRINCIPAL - Enum constant in enum org.apache.catalina.authenticator.AuthenticatorBase.SsoReauthenticationMode
Re-authenticate using the cached principal.
print(boolean) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(boolean) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
print(boolean) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
print(boolean) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
print(boolean) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
print(boolean) - Method in class org.apache.jasper.runtime.JspWriterImpl
 
print(boolean) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(char) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(char) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
print(char) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
print(char) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
print(char) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the given char.
print(char) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
print(char) - Method in class org.apache.jasper.runtime.JspWriterImpl
 
print(char) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(char[]) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(char[]) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
print(char[]) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
print(char[]) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
print(char[]) - Method in class org.apache.jasper.runtime.JspWriterImpl
 
print(char[]) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(double) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(double) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
print(double) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
print(double) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
print(double) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
print(double) - Method in class org.apache.jasper.runtime.JspWriterImpl
 
print(double) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(float) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(float) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
print(float) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
print(float) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
print(float) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
print(float) - Method in class org.apache.jasper.runtime.JspWriterImpl
 
print(float) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(int) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(int) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
print(int) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
print(int) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
print(int) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the given int.
print(int) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
print(int) - Method in class org.apache.jasper.runtime.JspWriterImpl
 
print(int) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(long) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(long) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
print(long) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
print(long) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
print(long) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
print(long) - Method in class org.apache.jasper.runtime.JspWriterImpl
 
print(long) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(Object) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(Object) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
print(Object) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
print(Object) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
print(Object) - Method in class org.apache.jasper.runtime.JspWriterImpl
 
print(Object) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(String) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(String) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
print(String) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
print(String) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
print(String) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the given string.
print(String) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
print(String) - Method in class org.apache.jasper.runtime.JspWriterImpl
 
print(String) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(Node) - Method in class org.apache.catalina.util.DOMWriter
Prints the specified node, recursively.
printAttribute(PrintWriter, int, Object, StoreDescription, String, Object, Object) - Method in class org.apache.catalina.storeconfig.StoreAppender
Store the specified of the specified JavaBean.
printAttribute(PrintWriter, int, Object, StoreDescription, String, Object, Object) - Method in class org.apache.catalina.storeconfig.StoreContextAppender
Store the specified of the specified JavaBean.
printAttributes(PrintWriter, int, boolean, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.ConnectorStoreAppender
 
printAttributes(PrintWriter, int, boolean, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.StoreAppender
Store the relevant attributes of the specified JavaBean.
printAttributes(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.StoreAppender
Store the relevant attributes of the specified JavaBean, plus a className attribute defining the fully qualified Java class name of the bean.
printCloseTag(PrintWriter, StoreDescription) - Method in class org.apache.catalina.storeconfig.StoreAppender
Print the closing tag.
printf(String, Object...) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
printf(Locale, String, Object...) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
printil(String) - Method in class org.apache.jasper.compiler.NewlineReductionServletWriter
 
printil(String) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the current indentation, and then the string, and a '\n'.
printin() - Method in class org.apache.jasper.compiler.ServletWriter
Prints the current indentation
printin(String) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the current indentation, followed by the given string
printIndent(PrintWriter, int) - Method in class org.apache.catalina.storeconfig.StoreAppender
Print some spaces.
println() - Method in class org.apache.catalina.connector.CoyoteWriter
 
println() - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
println() - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
println() - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
println() - Method in class org.apache.jasper.compiler.ServletWriter
Prints a '\n'
println() - Method in class org.apache.jasper.runtime.BodyContentImpl
 
println() - Method in class org.apache.jasper.runtime.JspWriterImpl
 
println() - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(boolean) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(boolean) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
println(boolean) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
println(boolean) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
println(boolean) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
println(boolean) - Method in class org.apache.jasper.runtime.JspWriterImpl
 
println(boolean) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(char) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(char) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
println(char) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
println(char) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
println(char) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
println(char) - Method in class org.apache.jasper.runtime.JspWriterImpl
 
println(char) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(char[]) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(char[]) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
println(char[]) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
println(char[]) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
println(char[]) - Method in class org.apache.jasper.runtime.JspWriterImpl
 
println(char[]) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(double) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(double) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
println(double) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
println(double) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
println(double) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
println(double) - Method in class org.apache.jasper.runtime.JspWriterImpl
 
println(double) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(float) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(float) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
println(float) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
println(float) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
println(float) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
println(float) - Method in class org.apache.jasper.runtime.JspWriterImpl
 
println(float) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(int) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(int) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
println(int) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
println(int) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
println(int) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
println(int) - Method in class org.apache.jasper.runtime.JspWriterImpl
 
println(int) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(long) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(long) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
println(long) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
println(long) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
println(long) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
println(long) - Method in class org.apache.jasper.runtime.JspWriterImpl
 
println(long) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(Object) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(Object) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
println(Object) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
println(Object) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
println(Object) - Method in class org.apache.jasper.runtime.JspWriterImpl
 
println(Object) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(String) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(String) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
println(String) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
println(String) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
println(String) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the given string followed by '\n'
println(String) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
println(String) - Method in class org.apache.jasper.runtime.JspWriterImpl
 
println(String) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
printMap(String) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Prints the contents of the map for debugging purposes.
printMessage(String, PrintStream, int) - Method in class org.apache.jasper.compiler.AntCompiler.JasperAntLogger
 
printMultiLn(String) - Method in class org.apache.jasper.compiler.ServletWriter
Prints the given string.
printOpenTag(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.ConnectorStoreAppender
 
printOpenTag(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.StoreAppender
Print only the open tag with all attributes.
printResources(PrintWriter, String, Context, String, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
List the resources of the given context.
printStackTrace(PrintWriter) - Method in interface org.apache.tomcat.dbcp.pool2.impl.CallStack
Prints the current stack trace if available to a PrintWriter.
printStackTrace(PrintWriter) - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
 
printStackTrace(PrintWriter) - Method in class org.apache.tomcat.dbcp.pool2.impl.NoOpCallStack
 
printStackTrace(PrintWriter) - Method in class org.apache.tomcat.dbcp.pool2.impl.SecurityManagerCallStack
 
printStackTrace(PrintWriter) - Method in class org.apache.tomcat.dbcp.pool2.impl.ThrowableCallStack
 
printStackTrace(PrintWriter) - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
Prints the stack trace of the code that borrowed this pooled object and the stack trace of the last code to use this object (if available) to the supplied writer.
printTag(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.ConnectorStoreAppender
 
printTag(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.StoreAppender
Print tag with all attributes
printTagArray(PrintWriter, String, int, String[]) - Method in class org.apache.catalina.storeconfig.StoreAppender
Print an array of elements.
printTagContent(PrintWriter, String, String) - Method in class org.apache.catalina.storeconfig.StoreAppender
Print the value from tag as content.
printValue(PrintWriter, int, String, Object) - Method in class org.apache.catalina.storeconfig.ConnectorStoreAppender
 
printValue(PrintWriter, int, String, Object) - Method in class org.apache.catalina.storeconfig.StoreAppender
Print an attribute value.
printWriter - Variable in class org.apache.catalina.ssi.ResponseIncludeWrapper
The print writer.
Priority - Class in org.apache.tomcat.util.http.parser
HTTP priority header parser as per RFC 9218.
Priority() - Constructor for class org.apache.tomcat.util.http.parser.Priority
Creates a new Priority instance with default values as per RFC 9218.
priorityUpdate(int, Priority) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
privileged - Variable in class org.apache.catalina.core.DefaultInstanceManager
Whether to perform privileged operations.
PrivilegedGetClassLoader(Class) - Constructor for class org.apache.catalina.loader.WebappClassLoaderBase.PrivilegedGetClassLoader
 
PrivilegedGetTccl - Class in org.apache.tomcat.util.security
 
PrivilegedGetTccl() - Constructor for class org.apache.tomcat.util.security.PrivilegedGetTccl
Deprecated.
PrivilegedGetTccl(Thread) - Constructor for class org.apache.tomcat.util.security.PrivilegedGetTccl
 
PrivilegedJavaseGetResource(String) - Constructor for class org.apache.catalina.loader.WebappClassLoaderBase.PrivilegedJavaseGetResource
 
PrivilegedSetAccessControlContext - Class in org.apache.tomcat.util.security
 
PrivilegedSetAccessControlContext(Thread) - Constructor for class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext
 
PrivilegedSetTccl - Class in org.apache.tomcat.util.security
 
PrivilegedSetTccl(ClassLoader) - Constructor for class org.apache.tomcat.util.security.PrivilegedSetTccl
Deprecated.
PrivilegedSetTccl(Thread, ClassLoader) - Constructor for class org.apache.tomcat.util.security.PrivilegedSetTccl
 
process() - Method in class org.apache.tomcat.util.net.SocketWrapperBase.OperationState
Process the operation using the connector executor.
process(Reader, long, PrintWriter) - Method in class org.apache.catalina.ssi.SSIProcessor
Process a file with server-side commands, reading from reader and writing the processed version to writer.
process(String[], 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 method names passed in
process(String, ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.RequestFilter
Perform the filtering that has been configured for this Filter, matching against the specified request property.
process(String, Request, Response) - Method in class org.apache.catalina.valves.RequestFilterValve
Perform the filtering that has been configured for this Valve, matching against the specified request property.
process(SelectionKey, boolean) - Method in class org.apache.catalina.tribes.transport.nio.NioSender
State machine to send data.
process(SSIMediator, String, String[], String[], PrintWriter) - Method in interface org.apache.catalina.ssi.SSICommand
Write the output of the command to the writer.
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIConditional
Processes if/elif/else/endif conditional directives.
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIConfig
Processes the config directive to set errmsg, sizefmt, and timefmt options.
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIEcho
Processes the echo directive to output the value of a server variable.
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIExec
Processes the exec directive to run CGI scripts or system commands.
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIFlastmod
Processes the flastmod directive to output the last modified date of a file.
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIFsize
Processes the fsize directive to output the size of a file.
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIInclude
Processes the include directive to insert the contents of another file.
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIPrintenv
 
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSISet
Process the SSI #set command.
process(JarScanType, JarScannerCallback, URL, String, boolean, Deque) - Method in class org.apache.tomcat.util.scan.StandardJarScanner
Scan a URL for JARs with the optional extensions to look at all files and all directories.
process(SocketWrapperBase, SocketEvent) - Method in class org.apache.coyote.AbstractProcessorLight
 
process(SocketWrapperBase, SocketEvent) - Method in interface org.apache.coyote.Processor
Process a connection.
process(SocketWrapperBase, SocketEvent) - Method in class org.apache.coyote.AbstractProtocol.ConnectionHandler
Processes a socket event.
process(SocketWrapperBase, SocketEvent) - Method in interface org.apache.tomcat.util.net.AbstractEndpoint.Handler
Process the provided socket with the given current status.
processAnnotations(Object, Map) - Method in class org.apache.catalina.core.DefaultInstanceManager
Inject resources in specified instance.
processAnnotations(Set, boolean, Map) - Method in class org.apache.catalina.startup.ContextConfig
Processes annotations for the given set of web fragments.
processAnnotationsFile(File, WebXml, boolean, Map) - Method in class org.apache.catalina.startup.ContextConfig
Processes annotations for a file or directory, recursing into subdirectories.
processAnnotationsInParallel(Set, boolean, Map) - Method in class org.apache.catalina.startup.ContextConfig
Parallelized version of processAnnotationsInParallel().
processAnnotationsJar(URL, WebXml, boolean, Map) - Method in class org.apache.catalina.startup.ContextConfig
Processes annotations for all .class files within a JAR.
processAnnotationsStream(InputStream, WebXml, boolean, Map) - Method in class org.apache.catalina.startup.ContextConfig
Processes annotations from a class file input stream.
processAnnotationsStringArray(ElementValue) - Method in class org.apache.catalina.startup.ContextConfig
Processes an element value that represents a string array from an annotation.
processAnnotationsUrl(URL, WebXml, boolean, Map) - Method in class org.apache.catalina.startup.ContextConfig
Dispatches annotation processing based on the URL protocol.
processAnnotationsWebResource(WebResource, WebXml, boolean, Map) - Method in class org.apache.catalina.startup.ContextConfig
Processes annotations for a web resource, recursing into directories.
processAnnotationWebFilter(String, AnnotationEntry, WebXml) - Method in class org.apache.catalina.startup.ContextConfig
Process filter annotation and merge with existing one
processAnnotationWebInitParams(ElementValue) - Method in class org.apache.catalina.startup.ContextConfig
Processes init parameters from an annotation element value.
processAnnotationWebServlet(String, AnnotationEntry, WebXml) - Method in class org.apache.catalina.startup.ContextConfig
Processes a @WebServlet annotation and merges it into the web fragment.
processArchivesEntriesForMultiRelease() - Method in class org.apache.catalina.webresources.JarWarResourceSet
Process archive entries for multi-release JAR support.
processChildren(Container) - Method in class org.apache.catalina.core.ContainerBase.ContainerBackgroundProcessor
Recursively processes the background processing for the given container and its children.
processClass(WebXml, JavaClass) - Method in class org.apache.catalina.startup.ContextConfig
Processes servlet annotations from a parsed Java class.
processClasses(WebXml, Set) - Method in class org.apache.catalina.startup.ContextConfig
Processes /WEB-INF/classes and JARs for annotations and @HandlesTypes matches.
processConnection(WebConnection, Stream) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
processContainerAddChild(Container) - Method in class org.apache.catalina.core.FrameworkListener
Processes the addition of a child container by registering appropriate listeners.
processContainerRemoveChild(Container) - Method in class org.apache.catalina.core.FrameworkListener
Processes the removal of a child container by unregistering appropriate listeners.
processContextConfig(Digester, URL, InputStream) - Method in class org.apache.catalina.startup.ContextConfig
Process a context.xml.
processCoordMessage(NonBlockingCoordinator.CoordinationMessage) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Processes an incoming coordination message.
processDeployFrequency - Variable in class org.apache.catalina.ha.deploy.FarmWarDeployer
Frequency of the Farm watchDir check.
processExpires() - Method in class org.apache.catalina.session.ManagerBase
Invalidate all sessions that have expired.
processExpires() - Method in class org.apache.catalina.session.PersistentManagerBase
Invalidate all sessions that have expired.
processExpires() - Method in class org.apache.catalina.session.StoreBase
Called by our background reaper thread to check if Sessions saved in our store are subject of being expired.
processExpiresFrequency - Variable in class org.apache.catalina.session.ManagerBase
Frequency of the session expiration, and related manager operations.
processFile(String) - Method in class org.apache.jasper.JspC
Processes a single JSP file, compiling it and generating the web.xml mapping.
processHeader(boolean) - Method in class org.apache.coyote.ajp.AjpMessage
Process the AJP message header, validating the message signature.
processIncoming(OrderInterceptor.MessageOrder) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
Processes incoming messages, handling expiration and ordering.
PROCESSING - Enum constant in enum org.apache.tomcat.websocket.WsFrameBase.ReadState
Processing data.
Processing A Struts Configuration File - Section in package org.apache.tomcat.util.digester
 
processingInstruction(String, String) - Method in class org.apache.tomcat.util.digester.Digester
Process notification of a processing instruction that was encountered.
Processing Rules - Section in package org.apache.tomcat.util.digester
 
processingTime - Variable in class org.apache.catalina.session.ManagerBase
Processing time during session expiration.
processInputBuffer() - Method in class org.apache.tomcat.websocket.WsFrameBase
Processes the input buffer, reading and handling WebSocket frames.
processJarsForWebFragments(WebXml, WebXmlParser) - Method in class org.apache.catalina.startup.ContextConfig
Scan /WEB-INF/lib for JARs and for each one found add it and any /META-INF/web-fragment.xml to the resulting Map. web-fragment.xml files will be parsed before being added to the map.
processKey(SelectionKey, NioEndpoint.NioSocketWrapper) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
Processes a selection key event.
processLeftOvers(Member, boolean) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
Processes leftover messages for a member.
processMaxActiveSwaps() - Method in class org.apache.catalina.session.PersistentManagerBase
Swap idle sessions out to Store if too many are active
processMaxIdleBackups() - Method in class org.apache.catalina.session.PersistentManagerBase
Back up idle sessions.
processMaxIdleSwaps() - Method in class org.apache.catalina.session.PersistentManagerBase
Swap idle sessions out to Store if they are idle too long.
processMethodCallResult(Object) - Method in class org.apache.tomcat.util.digester.CallMethodRule
Subclasses may override this method to perform additional processing of the invoked method's result.
Processor - Interface in org.apache.coyote
Common interface for processors of all protocols.
processorCache - Variable in class org.apache.coyote.AbstractProtocol
The maximum number of idle processors that will be retained in the cache and re-used with a subsequent request.
processorCache - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Cache for SocketProcessor objects
processorCache - Variable in class org.apache.tomcat.util.net.SocketProperties
Enable/disable socket processor cache, this bounded cache stores SocketProcessor objects to reduce GC.
processParameters(byte[], int, int) - Method in class org.apache.tomcat.util.http.Parameters
Process the given byte array as a set of URL-encoded parameters using the current character set.
processParameters(MessageBytes, Charset) - Method in class org.apache.tomcat.util.http.Parameters
Process the given MessageBytes as a set of URL-encoded parameters using the specified character set.
processPersistenceChecks() - Method in class org.apache.catalina.session.PersistentManagerBase
Called by the background thread after active sessions have been checked for expiration, to allow sessions to be swapped out, backed up, etc.
processResourceJARs(Set) - Method in class org.apache.catalina.startup.ContextConfig
Scan JARs that contain web-fragment.xml files that will be used to configure this application to see if they also contain static resources.
processResult(Object) - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerBase
Processes the result of a POJO message handler method invocation by sending it back to the remote endpoint.
processSendfile(SelectionKey, NioEndpoint.NioSocketWrapper, boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
Processes a sendfile operation.
processSendfile(SendfileData) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
processSendfile(SendfileDataBase) - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
 
processSendfile(SendfileDataBase) - Method in class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper
 
processSendfile(SendfileDataBase) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Starts the sendfile process.
processServletContainerInitializers() - Method in class org.apache.catalina.startup.ContextConfig
Scan JARs for ServletContainerInitializer implementations.
processSocket(SocketEvent, boolean) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Processes a socket event.
processSocket(SocketWrapperBase, SocketEvent, boolean) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Process the given SocketWrapper with the given status.
processSocketEvent(SocketEvent, boolean) - Method in class org.apache.coyote.AbstractProcessor
Processes a socket event.
processSSI(HttpServletRequest, HttpServletResponse, URL) - Method in class org.apache.catalina.ssi.SSIServlet
Process SSI directives in the given resource.
processStreamOnContainerThread(Stream) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
Process a stream on a container thread.
processURLs(JarScanType, JarScannerCallback, Set, boolean, Deque) - Method in class org.apache.tomcat.util.scan.StandardJarScanner
Processes URLs for JAR scanning.
processWebInfLib() - Method in class org.apache.catalina.webresources.ExtractingRoot
 
processWebInfLib() - Method in class org.apache.catalina.webresources.StandardRoot
Class loader resources are handled by treating JARs in WEB-INF/lib as resource JARs (without the internal META-INF/resources/ prefix) mounted at WEB-INF/classes (rather than the web app root).
processWrites() - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
Process pending writes, flushing the socket and potentially sending a ping.
ProgressListener - Interface in org.apache.tomcat.util.http.fileupload
The ProgressListener may be used to display a progress bar or do stuff like that.
ProgressNotifier(ProgressListener, long) - Constructor for class org.apache.tomcat.util.http.fileupload.MultipartStream.ProgressNotifier
Creates a new instance with the given listener and content length.
project - Variable in class org.apache.jasper.compiler.AntCompiler
The Ant project used for compilation.
PROP_ABANDONWHENPERCENTAGEFULL - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for abandonWhenPercentageFull.
PROP_ACCESSTOUNDERLYINGCONNECTIONALLOWED - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for accessToUnderlyingConnectionAllowed.
PROP_ALTERNATE_USERNAME_ALLOWED - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for alternateUsernameAllowed.
PROP_COMMITONRETURN - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for commitOnReturn.
PROP_CONNECTIONPROPERTIES - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for connectionProperties.
PROP_DATASOURCE - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for dataSource.
PROP_DATASOURCE_JNDI - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for dataSourceJNDI.
PROP_DEFAULTAUTOCOMMIT - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for defaultAutoCommit.
PROP_DEFAULTCATALOG - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for defaultCatalog.
PROP_DEFAULTREADONLY - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for defaultReadOnly.
PROP_DEFAULTTRANSACTIONISOLATION - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for defaultTransactionIsolation.
PROP_DRIVERCLASSNAME - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for driverClassName.
PROP_FAIR_QUEUE - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for fairQueue.
PROP_IGNOREEXCEPTIONONPRELOAD - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for ignoreExceptionOnPreLoad.
PROP_INITIALSIZE - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for initialSize.
PROP_INITSQL - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for initSQL.
PROP_INTERCEPTORS - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for jdbcInterceptors.
PROP_JMX_ENABLED - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for jmxEnabled.
PROP_LOGABANDONED - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for logAbandoned.
PROP_LOGVALIDATIONERRORS - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for logValidationErrors.
PROP_MAXACTIVE - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for maxActive.
PROP_MAXAGE - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for maxAge.
PROP_MAXIDLE - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for maxIdle.
PROP_MAXOPENPREPAREDSTATEMENTS - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for maxOpenPreparedStatements.
PROP_MAXWAIT - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for maxWait.
PROP_MINEVICTABLEIDLETIMEMILLIS - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for minEvictableIdleTimeMillis.
PROP_MINIDLE - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for minIdle.
PROP_NUMTESTSPEREVICTIONRUN - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for numTestsPerEvictionRun.
PROP_PASSWORD - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for password.
PROP_PASSWORD - Static variable in class org.apache.tomcat.jdbc.pool.PooledConnection
Attribute key for the password.
PROP_PASSWORD - Static variable in class org.apache.tomcat.jdbc.pool.PoolUtilities
Property key for the database password.
PROP_POOLPREPAREDSTATEMENTS - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for poolPreparedStatements.
PROP_PROPAGATEINTERRUPTSTATE - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for propagateInterruptState.
PROP_REMOVEABANDONED - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for removeAbandoned.
PROP_REMOVEABANDONEDTIMEOUT - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for removeAbandonedTimeout.
PROP_ROLLBACKONRETURN - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for rollbackOnReturn.
PROP_SUSPECT_TIMEOUT - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for suspectTimeout.
PROP_TESTONBORROW - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for testOnBorrow.
PROP_TESTONCONNECT - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for testOnConnect.
PROP_TESTONRETURN - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for testOnReturn.
PROP_TESTWHILEIDLE - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for testWhileIdle.
PROP_TIMEBETWEENEVICTIONRUNSMILLIS - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for timeBetweenEvictionRunsMillis.
PROP_URL - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for url.
PROP_USE_CON_LOCK - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for useLock.
PROP_USE_EQUALS - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for useEquals.
PROP_USEDISPOSABLECONNECTIONFACADE - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for useDisposableConnectionFacade.
PROP_USER - Static variable in class org.apache.tomcat.jdbc.pool.PooledConnection
Attribute key for the username.
PROP_USER - Static variable in class org.apache.tomcat.jdbc.pool.PoolUtilities
Property key for the database user name.
PROP_USERNAME - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for username.
PROP_USESTATEMENTFACADE - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for useStatementFacade.
PROP_VALIDATIONINTERVAL - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for validationInterval.
PROP_VALIDATIONQUERY - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for validationQuery.
PROP_VALIDATIONQUERY_TIMEOUT - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for validationQueryTimeout.
PROP_VALIDATOR_CLASS_NAME - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Property name for validatorClassName.
properties - Variable in class org.apache.catalina.startup.ListenerCreateRule.OptionalListener
The properties of the listener.
properties - Variable in class org.apache.catalina.tribes.membership.MembershipServiceBase
The implementation specific properties
properties - Variable in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
Properties for this interceptor.
properties - Variable in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinition
Map of interceptor properties.
PropertiesRoleMappingListener - Class in org.apache.catalina.core
Implementation of LifecycleListener that will populate the context's role mapping from a properties file.
PropertiesRoleMappingListener() - Constructor for class org.apache.catalina.core.PropertiesRoleMappingListener
Creates a new instance of the PropertiesRoleMappingListener.
Property() - Constructor for class org.apache.catalina.authenticator.jaspic.PersistentProviderRegistrations.Property
Constructs a new Property instance.
propertyChange(PropertyChangeEvent) - Method in class org.apache.catalina.core.NamingContextListener
 
propertyChange(PropertyChangeEvent) - Method in class org.apache.catalina.core.StandardEngine.AccessLogListener
 
propertySources - Static variable in class org.apache.tomcat.util.digester.Digester
Configured property sources for property replacement.
propfind(String, Node, boolean, XMLWriter) - Method in class org.apache.catalina.servlets.DataSourcePropertyStore
 
propfind(String, Node, boolean, XMLWriter) - Method in class org.apache.catalina.servlets.WebdavServlet.MemoryPropertyStore
 
propfind(String, Node, boolean, XMLWriter) - Method in interface org.apache.catalina.servlets.WebdavServlet.PropertyStore
Generate propfind XML fragments for dead properties.
PROPFIND - Static variable in class org.apache.tomcat.util.http.Method
PROPFIND method.
proppatch(String, ArrayList) - Method in class org.apache.catalina.servlets.DataSourcePropertyStore
 
proppatch(String, ArrayList) - Method in class org.apache.catalina.servlets.WebdavServlet.MemoryPropertyStore
 
proppatch(String, ArrayList) - Method in interface org.apache.catalina.servlets.WebdavServlet.PropertyStore
Apply proppatch to the specified resource.
PROPPATCH - Static variable in class org.apache.tomcat.util.http.Method
PROPPATCH method.
ProppatchOperation(WebdavServlet.PropertyUpdateType, Node) - Constructor for class org.apache.catalina.servlets.WebdavServlet.ProppatchOperation
PROPPATCH operation constructor.
proprietaryEvaluate(String, Class, PageContext, ProtectedFunctionMapper) - Static method in class org.apache.jasper.runtime.PageContextImpl
Proprietary method to evaluate EL expressions.
ProtectedFunctionMapper - Class in org.apache.jasper.runtime
Maps EL functions to their Java method counterparts.
protocol - Variable in class org.apache.catalina.realm.JNDIRealm
The protocol that will be used in the communication with the directory server.
protocol - Variable in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
The HTTP/2 protocol configuration.
protocol() - Method in class org.apache.coyote.Request
Return the protocol.
Protocol - Enum in org.apache.tomcat.util.net.openssl.ciphers
Represents the SSL/TLS protocol versions supported by OpenSSL.
PROTOCOL_ATTRIBUTE - Static variable in interface org.apache.catalina.AccessLog
Name of request attribute used to override the protocol recorded by the AccessLog.
PROTOCOL_HEADER_HTTPS_VALUE_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
Parameter name for the protocol header HTTPS value configuration.
PROTOCOL_HEADER_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
Parameter name for the protocol header configuration.
PROTOCOL_REQUEST_ID - Enum constant in enum org.apache.coyote.ActionCode
Obtain the request identifier for this request as defined by the protocol in use.
PROTOCOL_VERSION_KEY - Static variable in interface org.apache.tomcat.util.net.SSLSupport
The request attribute key under which the String indicating the protocol that created the SSL socket is recorded - e.g.
ProtocolException - Exception Class in org.apache.coyote
Used when we need to indicate failure but the (Servlet) API doesn't declare any appropriate exceptions.
ProtocolException() - Constructor for exception class org.apache.coyote.ProtocolException
Construct a ProtocolException with no detail message or cause.
ProtocolException(String) - Constructor for exception class org.apache.coyote.ProtocolException
Construct a ProtocolException with the given detail message.
ProtocolException(String, Throwable) - Constructor for exception class org.apache.coyote.ProtocolException
Construct a ProtocolException with the given detail message and cause.
ProtocolException(Throwable) - Constructor for exception class org.apache.coyote.ProtocolException
Construct a ProtocolException with the given cause.
protocolHandler - Variable in class org.apache.catalina.connector.Connector
Coyote protocol handler.
ProtocolHandler - Interface in org.apache.coyote
Abstract the protocol implementation, including threading, etc.
protocolHandlerClassName - Variable in class org.apache.catalina.connector.Connector
Coyote Protocol handler class name.
Provider() - Constructor for class org.apache.catalina.authenticator.jaspic.PersistentProviderRegistrations.Provider
Constructs a new Provider instance.
Providers() - Constructor for class org.apache.catalina.authenticator.jaspic.PersistentProviderRegistrations.Providers
Constructs a new Providers instance.
proxies - Variable in class org.apache.catalina.ha.backend.TcpSender
Proxies.
PROXIES_HEADER_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
Parameter name for the proxies header configuration.
Proxy - Class in org.apache.catalina.ha.backend
This class represents a front-end httpd server.
Proxy() - Constructor for class org.apache.catalina.ha.backend.Proxy
Default constructor.
PROXY - Enum constant in enum org.apache.tomcat.websocket.AuthenticationType
HTTP Proxy authentication over WebSocket.
PROXY_AUTHENTICATE_HEADER_NAME - Static variable in class org.apache.tomcat.websocket.Constants
Proxy-Authenticate HTTP header name.
PROXY_AUTHENTICATION_REQUIRED - Static variable in class org.apache.tomcat.websocket.Constants
HTTP 407 Proxy Authentication Required.
PROXY_AUTHORIZATION_HEADER_NAME - Static variable in class org.apache.tomcat.websocket.Constants
Proxy-Authorization HTTP header name.
ProxyConnection - Class in org.apache.tomcat.jdbc.pool
A ProxyConnection object is the bottom most interceptor that wraps an object of type PooledConnection.
ProxyConnection(ConnectionPool, PooledConnection, boolean) - Constructor for class org.apache.tomcat.jdbc.pool.ProxyConnection
Creates a new ProxyConnection wrapping the given pooled connection.
ProxyErrorReportValve - Class in org.apache.catalina.valves
Implementation of a Valve that proxies or redirects error reporting to other urls.
ProxyErrorReportValve() - Constructor for class org.apache.catalina.valves.ProxyErrorReportValve
Default constructor.
proxyList - Variable in class org.apache.catalina.ha.backend.HeartbeatListener
Proxy list, format "address:port,address:port".
proxyName - Variable in class org.apache.catalina.connector.Connector
The server name to which we should pretend requests to this Connector were directed.
proxyPort - Variable in class org.apache.catalina.connector.Connector
The server port to which we should pretend requests to this Connector were directed.
proxyURL - Variable in class org.apache.catalina.ha.backend.HeartbeatListener
URL prefix.
ps - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
 
PSK - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Authentication
PSK authentication.
PSK - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.KeyExchange
Pre-shared key (SSK_kPSK).
PStmtKey - Class in org.apache.tomcat.dbcp.dbcp2
A key uniquely identifying PreparedStatements.
PStmtKey(String) - Constructor for class org.apache.tomcat.dbcp.dbcp2.PStmtKey
PStmtKey(String, int, int) - Constructor for class org.apache.tomcat.dbcp.dbcp2.PStmtKey
PStmtKey(String, String) - Constructor for class org.apache.tomcat.dbcp.dbcp2.PStmtKey
PStmtKey(String, String, int) - Constructor for class org.apache.tomcat.dbcp.dbcp2.PStmtKey
PStmtKey(String, String, int[]) - Constructor for class org.apache.tomcat.dbcp.dbcp2.PStmtKey
PStmtKey(String, String, int, int) - Constructor for class org.apache.tomcat.dbcp.dbcp2.PStmtKey
PStmtKey(String, String, int, int, int) - Constructor for class org.apache.tomcat.dbcp.dbcp2.PStmtKey
PStmtKey(String, String, int, int, int, PoolingConnection.StatementType) - Constructor for class org.apache.tomcat.dbcp.dbcp2.PStmtKey
PStmtKey(String, String, int, int, PoolingConnection.StatementType) - Constructor for class org.apache.tomcat.dbcp.dbcp2.PStmtKey
PStmtKey(String, String, String) - Constructor for class org.apache.tomcat.dbcp.dbcp2.PStmtKey
Constructs a key to uniquely identify a prepared statement.
PStmtKey(String, String, String[]) - Constructor for class org.apache.tomcat.dbcp.dbcp2.PStmtKey
PStmtKey(String, String, String, int) - Constructor for class org.apache.tomcat.dbcp.dbcp2.PStmtKey
Constructs a key to uniquely identify a prepared statement.
PStmtKey(String, String, String, int[]) - Constructor for class org.apache.tomcat.dbcp.dbcp2.PStmtKey
Constructs a key to uniquely identify a prepared statement.
PStmtKey(String, String, String, int, int) - Constructor for class org.apache.tomcat.dbcp.dbcp2.PStmtKey
Constructs a key to uniquely identify a prepared statement.
PStmtKey(String, String, String, int, int, int) - Constructor for class org.apache.tomcat.dbcp.dbcp2.PStmtKey
Constructs a key to uniquely identify a prepared statement.
PStmtKey(String, String, String, int, int, int, PoolingConnection.StatementType) - Constructor for class org.apache.tomcat.dbcp.dbcp2.PStmtKey
Constructs a key to uniquely identify a prepared statement.
PStmtKey(String, String, String, int, int, PoolingConnection.StatementType) - Constructor for class org.apache.tomcat.dbcp.dbcp2.PStmtKey
Constructs a key to uniquely identify a prepared statement.
PStmtKey(String, String, String, String[]) - Constructor for class org.apache.tomcat.dbcp.dbcp2.PStmtKey
Constructs a key to uniquely identify a prepared statement.
PStmtKey(String, String, String, PoolingConnection.StatementType) - Constructor for class org.apache.tomcat.dbcp.dbcp2.PStmtKey
Constructs a key to uniquely identify a prepared statement.
PStmtKey(String, String, String, PoolingConnection.StatementType, Integer) - Constructor for class org.apache.tomcat.dbcp.dbcp2.PStmtKey
Constructs a key to uniquely identify a prepared statement.
PStmtKey(String, String, PoolingConnection.StatementType) - Constructor for class org.apache.tomcat.dbcp.dbcp2.PStmtKey
PStmtKey(String, String, PoolingConnection.StatementType, Integer) - Constructor for class org.apache.tomcat.dbcp.dbcp2.PStmtKey
PStmtKeyCPDS - Class in org.apache.tomcat.dbcp.dbcp2.cpdsadapter
Deprecated.
PStmtKeyCPDS(String) - Constructor for class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.PStmtKeyCPDS
Deprecated.
Constructs a key to uniquely identify a prepared statement.
PStmtKeyCPDS(String, int) - Constructor for class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.PStmtKeyCPDS
Deprecated.
Constructs a key to uniquely identify a prepared statement.
PStmtKeyCPDS(String, int[]) - Constructor for class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.PStmtKeyCPDS
Deprecated.
Constructs a key to uniquely identify a prepared statement.
PStmtKeyCPDS(String, int, int) - Constructor for class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.PStmtKeyCPDS
Deprecated.
Constructs a key to uniquely identify a prepared statement.
PStmtKeyCPDS(String, int, int, int) - Constructor for class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.PStmtKeyCPDS
Deprecated.
Constructs a key to uniquely identify a prepared statement.
PStmtKeyCPDS(String, String[]) - Constructor for class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.PStmtKeyCPDS
Deprecated.
Constructs a key to uniquely identify a prepared statement.
publicId - Variable in class org.apache.tomcat.util.digester.Digester
The public identifier of the DTD we are currently parsing under (if any).
publish(LogRecord) - Method in class org.apache.juli.AsyncFileHandler
 
publish(LogRecord) - Method in class org.apache.juli.FileHandler
Format and publish a LogRecord.
publishEntryInfo(Object, Object) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Publish info about a map pair (key/value) to other nodes in the cluster.
publishEntryInfo(Object, Object) - Method in class org.apache.catalina.tribes.tipis.LazyReplicatedMap
 
publishEntryInfo(Object, Object) - Method in class org.apache.catalina.tribes.tipis.ReplicatedMap
 
publishInternal(LogRecord) - Method in class org.apache.juli.AsyncFileHandler
Publishes a log record to the underlying handler.
purge() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Purges all connections in the pool.
purge() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Purge all connections from the pool.
purge() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
purge() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
Purges all connections in the pool.
purge() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Tries to remove from the work queue all Future tasks that have been cancelled.
PURGED - Enum constant in enum org.apache.catalina.WebResourceRoot.ArchiveIndexStrategy
Bloom filter strategy without retention.
purgeOnReturn() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Purges connections when they are returned from the pool.
purgeOnReturn() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Enable purging of connections on return to the pool.
purgeOnReturn() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
purgeOnReturn() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
Purges connections when they are returned from the pool.
push() - Method in class org.apache.catalina.core.ApplicationPushBuilder
 
push(E) - Method in class org.apache.tomcat.util.digester.ArrayStack
Pushes a new item onto the top of this stack.
push(Object) - Method in class org.apache.tomcat.util.digester.Digester
Push a new object onto the top of the object stack.
push(Processor) - Method in class org.apache.coyote.AbstractProtocol.RecycledProcessors
Pushes a processor to the pool.
push(JspServletWrapper) - Method in class org.apache.jasper.compiler.JspRuntimeContext
Push a newly compiled JspServletWrapper into the queue at first execution of jsp.
push(T) - Method in class org.apache.jasper.util.FastRemovalDequeue
Adds an object to the start of the list and returns the entry created for said object.
push(T) - Method in class org.apache.tomcat.util.collections.SynchronizedStack
Pushes an object onto the stack.
PUSH_REQUEST - Enum constant in enum org.apache.coyote.ActionCode
Push a request on behalf of the client of the current request.
pushBody() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
pushBody() - Method in class org.apache.jasper.runtime.PageContextImpl
 
pushBody(Writer) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
pushBody(Writer) - Method in class org.apache.jasper.runtime.PageContextImpl
 
pushIndent() - Method in class org.apache.jasper.compiler.ServletWriter
Increases the indentation level.
pushParams(Object) - Method in class org.apache.tomcat.util.digester.Digester
Push a new object onto the top of the parameters stack.
pushPrefixMapping(String, String) - Method in class org.apache.jasper.compiler.PageInfo
Pushes the given URI onto the stack of URIs to which the given prefix is mapped.
put(E) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
 
put(E) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
 
put(String, V) - Method in class org.apache.tomcat.util.collections.CaseInsensitiveKeyMap
 
put(K, V) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Puts a key-value pair into the map.
put(K, V) - Method in class org.apache.catalina.util.ParameterMap
put(K, V) - Method in class org.apache.el.util.ConcurrentCache
Stores a value in the cache.
put(K, V) - Method in class org.apache.tomcat.util.collections.ConcurrentCache
Stores a value in the cache.
put(K, V) - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
 
put(K, V, boolean) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Puts a key-value pair into the map.
PUT - Static variable in class org.apache.tomcat.util.http.Method
PUT method.
putAll(Map) - Method in class org.apache.tomcat.util.collections.CaseInsensitiveKeyMap
putAll(Map) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Copies all mappings from the specified map to this map.
putAll(Map) - Method in class org.apache.catalina.util.ParameterMap
putContext(Class, Object) - Method in class org.apache.el.lang.EvaluationContext
 
putContext(Class, Object) - Method in class org.apache.jasper.el.ELContextWrapper
 
putIfAbsent(K, V) - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
 
putNonCustomTagPrefix(String, Mark) - Method in class org.apache.jasper.compiler.PageInfo
Puts a non-custom tag prefix in the map.

Q

qName - Variable in class org.apache.jasper.compiler.Node
The qualified name of this node.
qop - Variable in class org.apache.catalina.realm.JAASCallbackHandler
Quality of protection applied to the message.
QOP - Static variable in class org.apache.catalina.authenticator.DigestAuthenticator
Tomcat's DIGEST implementation only supports auth quality of protection.
qsappend - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
This flag forces the rewriting engine to append a query string part in the substitution string to the existing one instead of replacing it.
qsdiscard - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
When the requested URI contains a query string, and the target URI does not, the default behavior of RewriteRule is to copy that query string to the target URI.
queries - Variable in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
the queries that are used for this interceptor.
query - Variable in class org.apache.catalina.ant.JMXQueryTask
The JMX query string
query - Variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport.StatementProxy
The SQL query being executed.
query - Variable in class org.apache.tomcat.jdbc.pool.StatementFacade.StatementProxy
The SQL query text.
QUERY - Static variable in class org.apache.catalina.util.URLEncoder
Pre-configured encoder for query strings.
queryField - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
 
QueryStats(String) - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
Creates a new QueryStats instance for the given SQL query.
queryStatsComparator - Variable in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
Sort QueryStats by last invocation time
QueryStatsComparator() - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStatsComparator
Creates a new QueryStatsComparator.
queryString() - Method in class org.apache.coyote.Request
Return the query string.
queryString(String) - Method in class org.apache.catalina.core.ApplicationPushBuilder
 
QueryTimeoutInterceptor - Class in org.apache.tomcat.jdbc.pool.interceptor
Interceptor that sets a query timeout on every created Statement.
QueryTimeoutInterceptor() - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.QueryTimeoutInterceptor
Default constructor.
QUESTION - Static variable in class org.apache.coyote.http11.Constants
'?'.
queue - Variable in class org.apache.catalina.tribes.io.BufferPool
Queue of available buffers.
QuickStart - Section in package org.apache.catalina.tribes
 
quote(String, boolean) - Method in class org.apache.catalina.util.Strftime
Quotes a string literal for use in a SimpleDateFormat pattern if it is not already inside quotes.
quoteAttributeEL - Variable in class org.apache.jasper.JspC
Flag to quote EL expressions in attributes.
QUOTED_VALUE - Enum constant in enum org.apache.tomcat.util.http.parser.ChunkExtension.State
Reading a quoted extension value.
QuotedStringTokenizer - Class in org.apache.catalina.valves.rewrite
Tokenizer that splits input text into tokens, respecting quoted strings (enclosed in double quotes), escape sequences, and comment lines (starting with #).
QuotedStringTokenizer(String) - Constructor for class org.apache.catalina.valves.rewrite.QuotedStringTokenizer
Creates a new tokenizer for the given text.

R

raiseError(long, long) - Method in class org.apache.tomcat.util.http.fileupload.util.LimitedInputStream
Called to indicate, that the input streams limit has been exceeded.
rand - Static variable in class org.apache.catalina.tribes.util.UUIDGenerator
Standard random number generator.
RandomizedTextRewriteMap - Class in org.apache.catalina.valves.rewrite
Implement a map for the txt: and rnd: mod_rewrite capabilities.
RandomizedTextRewriteMap(String, boolean) - Constructor for class org.apache.catalina.valves.rewrite.RandomizedTextRewriteMap
Create a map from a text file according to the mod_rewrite syntax.
randomUUID(boolean) - Static method in class org.apache.catalina.tribes.util.UUIDGenerator
Generates a random UUID.
randomUUID(boolean, byte[], int) - Static method in class org.apache.catalina.tribes.util.UUIDGenerator
Generates a random UUID and stores it in the provided byte array.
randSet(String) - Static method in class org.apache.tomcat.jni.SSL
Sets global random filename.
Ranges - Class in org.apache.tomcat.util.http.parser
Represents the value of an HTTP Range header.
Ranges(String, List) - Constructor for class org.apache.tomcat.util.http.parser.Ranges
Creates a new Ranges instance.
Ranges.Entry - Class in org.apache.tomcat.util.http.parser
Represents a single range entry with a start and end position.
RATE_LIMIT_ATTRIBUTE_COUNT - Static variable in class org.apache.catalina.filters.RateLimitFilter
Request attribute that will contain the number of requests per duration.
RateLimiter - Interface in org.apache.catalina.util
Defines the contract for a rate limiter that tracks and limits the number of requests per time window for a given identifier.
RateLimiterBase - Class in org.apache.catalina.util
Base implementation of RateLimiter, provides runtime data maintenance mechanism monitor.
RateLimiterBase() - Constructor for class org.apache.catalina.util.RateLimiterBase
Default constructor.
RateLimitFilter - Class in org.apache.catalina.filters
Servlet filter that can help mitigate Denial of Service (DoS) and Brute Force attacks by limiting the number of a requests that are allowed from a single IP address within a time window (also referred to as a time bucket), e.g. 300 Requests per 60 seconds.
RateLimitFilter() - Constructor for class org.apache.catalina.filters.RateLimitFilter
Default constructor.
RC2 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Encryption
RC2 encryption.
RC4 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Encryption
RC4 stream cipher.
rctxt - Variable in class org.apache.jasper.JspC
The runtime context.
read - Variable in class org.apache.tomcat.util.net.SocketWrapperBase.OperationState
Indicates whether this is a read operation.
read() - Method in class org.apache.catalina.connector.CoyoteInputStream
 
read() - Method in class org.apache.catalina.connector.CoyoteReader
 
read() - Method in class org.apache.catalina.connector.InputBuffer
 
read() - Method in class org.apache.catalina.servlets.CGIServlet.HTTPHeaderInputStream
 
read() - Method in class org.apache.catalina.tribes.transport.nio.NioSender
Reads acknowledgment data from the channel.
read() - Method in class org.apache.catalina.webresources.AbstractArchiveResource.JarInputStreamWrapper
 
read() - Method in class org.apache.coyote.http11.upgrade.UpgradeServletInputStream
 
read() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
Returns the next byte in the stream.
read() - Method in class org.apache.tomcat.util.http.fileupload.util.LimitedInputStream
Reads the next byte of data from this input stream.
read(boolean, byte[], int, int) - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
 
read(boolean, byte[], int, int) - Method in class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper
 
read(boolean, byte[], int, int) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Reads data from the socket into a byte array.
read(boolean, ByteBuffer) - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
 
read(boolean, ByteBuffer) - Method in class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper
 
read(boolean, ByteBuffer) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Reads data from the socket into a ByteBuffer.
read(byte[]) - Method in class org.apache.catalina.connector.CoyoteInputStream
 
read(byte[]) - Method in class org.apache.catalina.webresources.AbstractArchiveResource.JarInputStreamWrapper
 
read(byte[], int, int) - Method in class org.apache.catalina.connector.CoyoteInputStream
 
read(byte[], int, int) - Method in class org.apache.catalina.connector.InputBuffer
Reads bytes into the specified array.
read(byte[], int, int) - Method in class org.apache.catalina.webresources.AbstractArchiveResource.JarInputStreamWrapper
 
read(byte[], int, int) - Method in class org.apache.coyote.http11.upgrade.UpgradeServletInputStream
 
read(byte[], int, int) - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
Reads bytes into the given buffer.
read(byte[], int, int) - Method in class org.apache.tomcat.util.http.fileupload.util.LimitedInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read(char[]) - Method in class org.apache.catalina.connector.CoyoteReader
 
read(char[]) - Method in class org.apache.catalina.connector.InputBuffer
 
read(char[], int, int) - Method in class org.apache.catalina.connector.CoyoteReader
 
read(char[], int, int) - Method in class org.apache.catalina.connector.InputBuffer
 
read(long, TimeUnit, A, CompletionHandler, ByteBuffer...) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Scatter read.
read(InputStream, byte[], int, int) - Static method in class org.apache.tomcat.util.http.fileupload.IOUtils
Reads bytes from an input stream.
read(ByteBuffer) - Method in class org.apache.catalina.connector.CoyoteInputStream
Transfers bytes from the buffer to the specified ByteBuffer.
read(ByteBuffer) - Method in class org.apache.catalina.connector.InputBuffer
Transfers bytes from the buffer to the specified ByteBuffer.
read(ByteBuffer) - Method in class org.apache.tomcat.util.net.Nio2Channel
 
read(ByteBuffer) - Method in class org.apache.tomcat.util.net.NioChannel
Reads a sequence of bytes from this channel into the given buffer.
read(ByteBuffer) - Method in class org.apache.tomcat.util.net.SecureNio2Channel
Reads a sequence of bytes from this channel into the given buffer.
read(ByteBuffer) - Method in class org.apache.tomcat.util.net.SecureNioChannel
Reads a sequence of bytes from this channel into the given buffer.
read(ByteBuffer) - Method in interface org.apache.tomcat.websocket.AsyncChannelWrapper
Reads data from the channel into the given buffer.
read(ByteBuffer) - Method in class org.apache.tomcat.websocket.AsyncChannelWrapperNonSecure
 
read(ByteBuffer) - Method in class org.apache.tomcat.websocket.AsyncChannelWrapperSecure
 
read(ByteBuffer[]) - Method in class org.apache.tomcat.util.net.NioChannel
 
read(ByteBuffer[], int, int) - Method in class org.apache.tomcat.util.net.NioChannel
 
read(ByteBuffer[], int, int) - Method in class org.apache.tomcat.util.net.SecureNioChannel
 
read(ByteBuffer[], int, int, long, TimeUnit, A, CompletionHandler) - Method in class org.apache.tomcat.util.net.Nio2Channel
 
read(ByteBuffer[], int, int, long, TimeUnit, A, CompletionHandler) - Method in class org.apache.tomcat.util.net.SecureNio2Channel
 
read(ByteBuffer[], int, int, SocketWrapperBase.BlockingMode, long, TimeUnit, A, SocketWrapperBase.CompletionCheck, CompletionHandler) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Scatter read.
read(ByteBuffer, long, TimeUnit, A, CompletionHandler) - Method in class org.apache.tomcat.util.net.Nio2Channel
 
read(ByteBuffer, long, TimeUnit, A, CompletionHandler) - Method in class org.apache.tomcat.util.net.SecureNio2Channel
 
read(ByteBuffer, A, CompletionHandler) - Method in class org.apache.tomcat.util.net.Nio2Channel
 
read(ByteBuffer, A, CompletionHandler) - Method in interface org.apache.tomcat.websocket.AsyncChannelWrapper
Reads data from the channel into the given buffer with a completion handler.
read(ByteBuffer, A, CompletionHandler) - Method in class org.apache.tomcat.websocket.AsyncChannelWrapperNonSecure
 
read(ByteBuffer, A, CompletionHandler) - Method in class org.apache.tomcat.websocket.AsyncChannelWrapperSecure
 
read(SocketWrapperBase.BlockingMode, long, TimeUnit, A, SocketWrapperBase.CompletionCheck, CompletionHandler, ByteBuffer...) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Scatter read.
READ_DATA - Static variable in class org.apache.tomcat.util.net.SocketWrapperBase
This utility CompletionCheck will cause the completion handler to be called once some data has been read.
READ_HEAD_LEN - Static variable in class org.apache.coyote.ajp.Constants
Size of the read header metadata.
READ_IDLE_TIMEOUT_MS - Static variable in class org.apache.tomcat.websocket.Constants
Property name for read idle timeout in milliseconds on WebSocket sessions.
READ_SIZE - Static variable in class org.apache.catalina.ha.deploy.FileMessageFactory
The number of bytes that we read from file
readable - Variable in class org.apache.tomcat.util.modeler.AttributeInfo
Whether this attribute can be read by management applications.
readBodyData(OutputStream) - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Reads body-data from the current encapsulation and writes its contents into the output Stream.
readBoundary() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Skips a boundary token, and checks whether more encapsulations are contained in the stream.
readbuf - Variable in class org.apache.catalina.tribes.transport.nio.NioSender
Buffer for reading from the channel.
ReadBufferOverflowException - Exception Class in org.apache.tomcat.websocket
Exception thrown when the WebSocket buffer size is insufficient.
ReadBufferOverflowException(int) - Constructor for exception class org.apache.tomcat.websocket.ReadBufferOverflowException
Constructs a ReadBufferOverflowException with the specified minimum buffer size.
readByte() - Method in class org.apache.catalina.connector.InputBuffer
Reads a single byte from the buffer.
readByte() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Reads a byte from the buffer, and refills it as necessary.
readBytes() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Read bytes from the previous buffer.
readChunk - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Byte chunk used to read bytes.
readChunkedPostBody() - Method in class org.apache.catalina.connector.Request
Read chunked post body.
readConfiguration() - Method in class org.apache.juli.ClassLoaderLogManager
 
readConfiguration(InputStream) - Method in class org.apache.juli.ClassLoaderLogManager
 
readConfiguration(InputStream, ClassLoader) - Method in class org.apache.juli.ClassLoaderLogManager
Load specified configuration.
readConfiguration(ClassLoader) - Method in class org.apache.juli.ClassLoaderLogManager
Read configuration for the specified classloader.
readDataFromSocket(SelectionKey) - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
Sample data handler method for a channel with data ready to read.
readElementValue(DataInput, ConstantPool) - Static method in class org.apache.tomcat.util.bcel.classfile.ElementValue
Reads an element_value as an ElementValue.
readElementValue(DataInput, ConstantPool, int) - Static method in class org.apache.tomcat.util.bcel.classfile.ElementValue
Reads an element_value as an ElementValue.
reader - Variable in class org.apache.catalina.connector.Request
Reader.
reader - Variable in class org.apache.tomcat.util.digester.Digester
The XMLReader used to parse digester rules.
readExternal(ObjectInput) - Method in class org.apache.catalina.ha.session.DeltaRequest
 
readExternal(ObjectInput) - Method in class org.apache.catalina.ha.session.DeltaSession
 
readExternal(ObjectInput) - Method in class org.apache.catalina.tribes.ByteMessage
 
readExternal(ObjectInput) - Method in class org.apache.catalina.tribes.group.RpcMessage.NoRpcChannelReply
 
readExternal(ObjectInput) - Method in class org.apache.catalina.tribes.group.RpcMessage
 
readExternal(ObjectInput) - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
readExternal(ObjectInput) - Method in class org.apache.el.lang.FunctionMapperImpl.Function
 
readExternal(ObjectInput) - Method in class org.apache.el.lang.FunctionMapperImpl
 
readExternal(ObjectInput) - Method in class org.apache.el.lang.VariableMapperImpl
 
readExternal(ObjectInput) - Method in class org.apache.el.MethodExpressionImpl
 
readExternal(ObjectInput) - Method in class org.apache.el.MethodExpressionLiteral
 
readExternal(ObjectInput) - Method in class org.apache.el.ValueExpressionImpl
 
readExternal(ObjectInput) - Method in class org.apache.el.ValueExpressionLiteral
 
readExternal(ObjectInput) - Method in class org.apache.jasper.el.JspMethodExpression
 
readExternal(ObjectInput) - Method in class org.apache.jasper.el.JspValueExpression
 
readFromBIO(long, long, int) - Static method in class org.apache.tomcat.jni.SSL
BIO_read.
readFromSSL(long, long, int) - Static method in class org.apache.tomcat.jni.SSL
SSL_read
readFully(InputStream, byte[]) - Static method in class org.apache.catalina.util.IOTools
Read until EOF or the buffer is filled.
readFully(InputStream, byte[]) - Static method in class org.apache.tomcat.util.http.fileupload.IOUtils
Reads the requested number of bytes or fail if there are not enough left.
readFully(InputStream, byte[], int, int) - Static method in class org.apache.tomcat.util.http.fileupload.IOUtils
Reads the requested number of bytes or fail if there are not enough left.
readHeaders() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Reads the header-part of the current encapsulation.
readLine() - Method in class org.apache.catalina.connector.CoyoteReader
 
readLine(byte[], int, int) - Method in class org.apache.coyote.http11.upgrade.UpgradeServletInputStream
 
readmeFile - Variable in class org.apache.catalina.servlets.DefaultServlet
Allow a readme file to be included.
readMessage(FileMessage) - Method in class org.apache.catalina.ha.deploy.FileMessageFactory
Reads file data into the file message and sets the size, totalLength, totalNrOfMsgs and the message number
If EOF is reached, the factory returns null, and closes itself, otherwise the same message is returned as was passed in.
readObjectData(ObjectInput) - Method in class org.apache.catalina.ha.session.DeltaSession
Read object data from the given input stream.
readObjectData(ObjectInputStream) - Method in class org.apache.catalina.ha.session.DeltaSession
 
readObjectData(ObjectInputStream) - Method in class org.apache.catalina.session.StandardSession
Read a serialized version of the contents of this session object from the specified object input stream, without requiring that the StandardSession itself have been serialized.
readonly - Variable in class org.apache.catalina.users.DataSourceUserDatabase
A flag, indicating if the user database is read only.
readonly - Variable in class org.apache.catalina.users.MemoryUserDatabase
A flag, indicating if the user database is read only.
readOnly - Variable in class org.apache.catalina.servlets.DefaultServlet
Read only flag.
readOnly - Variable in class org.apache.tomcat.jdbc.pool.interceptor.ConnectionState
Cached read-only state of the connection.
readOperation - Variable in class org.apache.tomcat.util.net.SocketWrapperBase
Current read operation state.
readPending - Variable in class org.apache.tomcat.util.net.SocketWrapperBase
Semaphore for pending read operations.
readPostBody(byte[], int) - Method in class org.apache.catalina.connector.Request
Deprecated.
Unused. Will be removed in Tomcat 11.0.x onwards. Use Request.readPostBodyFully(byte[], int)
readPostBodyFully(byte[], int) - Method in class org.apache.catalina.connector.Request
Read post body into an array.
readState - Variable in class org.apache.tomcat.jdbc.pool.interceptor.ConnectionState
Method names for reading connection state.
readTestTimeout - Variable in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
Read test timeout in milliseconds.
readTimeout - Variable in class org.apache.catalina.realm.JNDIRealm
The timeout, in milliseconds, to use when trying to read from a connection to the directory.
readTimeout - Variable in class org.apache.catalina.tribes.membership.cloud.CloudMembershipProvider
Read timeout in milliseconds.
ready() - Method in class org.apache.catalina.connector.CoyoteReader
 
ready() - Method in class org.apache.catalina.connector.InputBuffer
 
READY - Static variable in class org.apache.catalina.tribes.transport.SenderState
Sender is ready to transmit messages.
reallyClose() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.PoolableManagedConnection
Actually close the underlying connection.
reallyClose() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnection
Closes the underlying Connection.
reallyClose() - Method in interface org.apache.tomcat.dbcp.dbcp2.PoolableConnectionMXBean
Closes the underlying Connection.
reallyClose() - Method in class org.apache.tomcat.util.scan.NonClosingJarInputStream
Actually closes the underlying stream.
realm - Variable in class org.apache.catalina.realm.JAASCallbackHandler
The associated JAASRealm instance.
Realm - Interface in org.apache.catalina
A Realm is a read-only facade for an underlying security realm used to authenticate individual users, and identify the security roles associated with those users.
REALM_NAME - Static variable in class org.apache.catalina.authenticator.AuthenticatorBase
Default authentication realm name.
RealmBase - Class in org.apache.catalina.realm
Simple implementation of Realm that reads an XML file to configure the valid users, passwords, and roles.
RealmBase() - Constructor for class org.apache.catalina.realm.RealmBase
Construct a new instance of this Realm with the default properties.
RealmBase.AllRolesMode - Class in org.apache.catalina.realm
Defines the mode for handling the *.roles special role.
realmName - Variable in class org.apache.catalina.realm.JAASCallbackHandler
Realm name.
realmPath - Variable in class org.apache.catalina.realm.RealmBase
The path used in the JMX object name for this realm.
RealmRuleSet - Class in org.apache.catalina.startup
RuleSet for processing the contents of a Realm definition element.
RealmRuleSet() - Constructor for class org.apache.catalina.startup.RealmRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
RealmRuleSet(String) - Constructor for class org.apache.catalina.startup.RealmRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
realms - Variable in class org.apache.catalina.realm.CombinedRealm
The list of Realms contained by this Realm.
RealmSF - Class in org.apache.catalina.storeconfig
Store server.xml Element Realm
RealmSF() - Constructor for class org.apache.catalina.storeconfig.RealmSF
Default constructor.
realReadBytes() - Method in class org.apache.catalina.connector.InputBuffer
 
realReadBytes() - Method in interface org.apache.tomcat.util.buf.ByteChunk.ByteInputChannel
Read new bytes.
realReadChars() - Method in class org.apache.catalina.connector.InputBuffer
Reads characters from the byte buffer using the current converter.
realReadChars() - Method in interface org.apache.tomcat.util.buf.CharChunk.CharInputChannel
Read new characters.
realWriteBytes(byte[], int, int) - Method in interface org.apache.tomcat.util.buf.ByteChunk.ByteOutputChannel
Send the bytes ( usually the internal conversion buffer ).
realWriteBytes(ByteBuffer) - Method in class org.apache.catalina.connector.OutputBuffer
Sends the buffer data to the client output, checking the state of Response and calling the right interceptors.
realWriteBytes(ByteBuffer) - Method in interface org.apache.tomcat.util.buf.ByteChunk.ByteOutputChannel
Send the bytes ( usually the internal conversion buffer ).
realWriteChars(char[], int, int) - Method in interface org.apache.tomcat.util.buf.CharChunk.CharOutputChannel
Send the bytes ( usually the internal conversion buffer ).
realWriteChars(CharBuffer) - Method in class org.apache.catalina.connector.OutputBuffer
Convert the chars to bytes, then send the data to the client.
reauthenticate(String, Realm, Request) - Method in class org.apache.catalina.authenticator.SingleSignOn
Attempts reauthentication to the given Realm using the cached plain text credentials associated with the single sign-on session identified by argument ssoId.
reauthenticateFromSSO(String, Request) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Attempts reauthentication to the Realm using the credentials included in argument entry.
rebind(String, Object) - Method in class org.apache.naming.NamingContext
 
rebind(String, Object) - Method in class org.apache.naming.SelectorContext
 
rebind(Name, Object) - Method in class org.apache.naming.NamingContext
 
rebind(Name, Object) - Method in class org.apache.naming.SelectorContext
 
receive() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
Receive a datagram packet, locking wait
RECEIVE_MESSAGE_FAILURE_EVENT - Static variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Lifecycle event fired when receiving a message fails.
receivedEndOfStream(int) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
receivePacket - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
Reuse the receivePacket, no need to create a new one every time
receivePing(byte[], boolean) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler.AsyncPingManager
 
receiver - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
Thread to listen for pings
ReceiverBase - Class in org.apache.catalina.tribes.transport
Base implementation of a channel receiver that handles TCP connections and provides configuration for socket options, thread pools, and message handling.
ReceiverBase() - Constructor for class org.apache.catalina.tribes.transport.ReceiverBase
Default constructor for ReceiverBase.
ReceiverThread() - Constructor for class org.apache.catalina.tribes.membership.McastServiceImpl.ReceiverThread
Constructor.
reconnect() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Issues a call to PooledConnection.disconnect(boolean) with the argument false followed by a call to PooledConnection.connect()
reconnectIfExpired(PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Checks whether this connection has expired and tries to reconnect if it has.
recover(int) - Method in class org.apache.tomcat.dbcp.dbcp2.managed.LocalXAConnectionFactory.LocalXAResource
Always returns a zero length Xid array.
recover(McastServiceImpl) - Static method in class org.apache.catalina.tribes.membership.McastServiceImpl.RecoveryThread
Recover the mcast service.
recoveryCounter - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
nr of times the system has to fail before a recovery is initiated
recoveryEnabled - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
Add the ability to turn on/off recovery
recoverySleepTime - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
The time the recovery thread sleeps between recovery attempts
RecoveryThread(McastServiceImpl) - Constructor for class org.apache.catalina.tribes.membership.McastServiceImpl.RecoveryThread
Constructor.
recycle() - Method in class org.apache.catalina.connector.InputBuffer
Recycle the output buffer.
recycle() - Method in class org.apache.catalina.connector.OutputBuffer
Recycle the output buffer.
recycle() - Method in class org.apache.catalina.connector.Request
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.catalina.connector.Response
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.catalina.core.ApplicationMapping
Recycles this mapping for reuse.
recycle() - Method in class org.apache.catalina.core.AsyncContextImpl
Recycles this async context, resetting all internal state for reuse.
recycle() - Method in class org.apache.catalina.ha.session.DeltaSession
 
recycle() - Method in class org.apache.catalina.manager.DummyProxySession
 
recycle() - Method in class org.apache.catalina.mapper.MappingData
Recycle this mapping data for reuse.
recycle() - Method in interface org.apache.catalina.Session
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.catalina.session.StandardSession
 
recycle() - Method in class org.apache.coyote.AbstractProcessor
 
recycle() - Method in class org.apache.coyote.AbstractProtocol.ConnectionHandler
Recycles the handler.
recycle() - Method in class org.apache.coyote.ajp.AjpProcessor
 
recycle() - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
 
recycle() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
 
recycle() - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
 
recycle() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
 
recycle() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
 
recycle() - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
 
recycle() - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
 
recycle() - Method in class org.apache.coyote.http11.filters.VoidInputFilter
 
recycle() - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
 
recycle() - Method in class org.apache.coyote.http11.Http11OutputBuffer
Recycle the output buffer.
recycle() - Method in class org.apache.coyote.http11.Http11Processor
 
recycle() - Method in interface org.apache.coyote.http11.InputFilter
Make the filter ready to process the next request.
recycle() - Method in interface org.apache.coyote.http11.OutputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessorBase
 
recycle() - Method in interface org.apache.coyote.Processor
Recycle the processor, ready for the next request which may be on the same connection or a different connection.
recycle() - Method in class org.apache.coyote.Request
Recycle this request for reuse.
recycle() - Method in class org.apache.coyote.Response
Recycle this response.
recycle() - Method in class org.apache.jasper.runtime.BodyContentImpl
This method shall "reset" the internal state of a BodyContentImpl, releasing all internal references, and preparing it for potential reuse by a later invocation of PageContextImpl.pushBody(Writer).
recycle() - Method in class org.apache.tomcat.util.buf.AbstractChunk
Resets the chunk to an uninitialized state.
recycle() - Method in class org.apache.tomcat.util.buf.B2CConverter
Reset the decoder state.
recycle() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
recycle() - Method in class org.apache.tomcat.util.buf.C2BConverter
Reset the encoder state.
recycle() - Method in class org.apache.tomcat.util.buf.MessageBytes
Resets the message bytes to an uninitialized (NULL) state.
recycle() - Method in class org.apache.tomcat.util.descriptor.web.WebRuleSet
Reset counter used for validating the web.xml file.
recycle() - Method in class org.apache.tomcat.util.http.MimeHeaders
Clears all header fields.
recycle() - Method in class org.apache.tomcat.util.http.Parameters
Reset this object so it can be reused for a new request.
recycle() - Method in class org.apache.tomcat.util.http.parser.HttpHeaderParser
Resets the parser state for reuse.
recycle() - Method in class org.apache.tomcat.util.http.ServerCookie
Resets this cookie's name and value so it can be reused.
recycle() - Method in class org.apache.tomcat.util.http.ServerCookies
Recycles all stored cookies and resets the cookie count to zero.
recycle() - Method in interface org.apache.tomcat.util.net.AbstractEndpoint.Handler
Recycle resources associated with the handler.
recycleCookieInfo(boolean) - Method in class org.apache.catalina.connector.Request
Recycle cookie-related information.
RecycledProcessors(AbstractProtocol.ConnectionHandler) - Constructor for class org.apache.coyote.AbstractProtocol.RecycledProcessors
Creates a new recycled processors pool.
recycleSessionInfo() - Method in class org.apache.catalina.connector.Request
Recycle session-related information.
recycleStatistcs() - Method in class org.apache.coyote.RequestInfo
Recycle all statistics.
redeployResources - Variable in class org.apache.catalina.startup.HostConfig.DeployedApplication
Any modification of the specified (static) resources will cause a redeployment of the application.
redirect - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
Prefix Substitution with http://thishost[:thisport]/ (which makes the new URL a URI) to force an external redirection.
Redirect - Class in org.apache.jasper.tagplugins.jstl.core
Tag plugin for the JSTL <c:redirect> tag.
Redirect() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Redirect
Default constructor.
redirectCode - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
The redirect HTTP status code.
redirectErrStream - Variable in class org.apache.catalina.ant.BaseRedirectorHelperTask
The stream for error output
redirector - Variable in class org.apache.catalina.ant.BaseRedirectorHelperTask
Redirector helper
redirectorConfigured - Variable in class org.apache.catalina.ant.BaseRedirectorHelperTask
will be set to true when the configuration of the Redirector is complete.
redirectorElement - Variable in class org.apache.catalina.ant.BaseRedirectorHelperTask
Redirector element for this task
redirectOutput - Variable in class org.apache.catalina.ant.BaseRedirectorHelperTask
true true when output redirection is requested for this task.
redirectOutStream - Variable in class org.apache.catalina.ant.BaseRedirectorHelperTask
The stream for info output
redirectPath - Variable in class org.apache.catalina.mapper.MappingData
The redirect path.
redirectPort - Variable in class org.apache.catalina.connector.Connector
The redirect port for non-SSL to SSL redirects.
redirectURLCC - Variable in class org.apache.catalina.connector.Response
Recyclable buffer to hold the redirect URL.
reduce(LambdaExpression) - Method in class org.apache.el.stream.Stream
Performs a reduction on the elements of this stream, using the provided accumulator function.
reduce(Object, LambdaExpression) - Method in class org.apache.el.stream.Stream
Performs a reduction on the elements of this stream, using the provided initial value and accumulator function.
reentrantLock - Variable in class org.apache.catalina.WebResourceLockSet.ResourceLock
 
REFERENCE - Static variable in class org.apache.naming.NamingEntry
Entry type for a reference.
ReferenceCountedJar - Class in org.apache.tomcat.util.scan
This class provides a wrapper around Jar that uses reference counting to close and re-create the wrapped Jar instance as required.
ReferenceCountedJar(URL) - Constructor for class org.apache.tomcat.util.scan.ReferenceCountedJar
Creates a new reference-counted wrapper for the JAR at the given URL.
references - Variable in class org.apache.catalina.core.StandardWrapper
The security role references for this servlet, keyed by role name used in the servlet.
refererField - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
 
referrals - Variable in class org.apache.catalina.realm.JNDIRealm
How should we handle referrals?
refillReadBuffer(boolean) - Method in class org.apache.coyote.ajp.AjpProcessor
Get more request body data from the web server and store it in the internal buffer.
ReflectionUtil - Class in org.apache.el.util
Utilities for Managing Serialization and Reflection.
refresh() - Method in class org.apache.catalina.authenticator.jaspic.AuthConfigFactoryImpl
 
refresh() - Method in class org.apache.catalina.authenticator.jaspic.SimpleAuthConfigProvider
Refreshes the configuration, reloading any changed settings from the underlying source.
refresh() - Method in class org.apache.catalina.authenticator.jaspic.SimpleServerAuthConfig
Refreshes the configuration, reloading any changed settings.
refresh() - Method in class org.apache.catalina.ha.backend.CollectedInfo
Refreshes the ready and busy thread counts from the thread pool MBean.
refreshPolicy() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Refresh the system policy file, to pick up eventual changes.
refreshRow() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
reg(SelectionKey, NioEndpoint.NioSocketWrapper, int) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
Registers interest operations for a socket.
RegexMatchers - Section in package org.apache.tomcat.util.digester
 
RegexRules - Section in package org.apache.tomcat.util.digester
 
register() - Static method in class org.apache.catalina.webresources.TomcatURLStreamHandlerFactory
Register this factory with the JVM.
register() - Static method in class org.apache.tomcat.websocket.AsyncChannelGroupUtil
Registers a user of the shared AsynchronousChannelGroup, creating it if necessary.
register(Object, String) - Method in class org.apache.catalina.util.LifecycleMBeanBase
Utility method to enable subclasses to easily register additional components that don't implement JmxEnabled with an MBean server.
register(String, String) - Method in class org.apache.tomcat.util.digester.Digester
Register the specified DTD URL for the specified public identifier.
register(String, Principal, String, String, String) - Method in class org.apache.catalina.authenticator.SingleSignOn
Register the specified Principal as being associated with the specified value for the single sign on identifier.
register(Request, HttpServletResponse, Principal, String, String, String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Register an authenticated Principal and authentication type in our request, in the current session (if there is one), and with our SingleSignOn valve, if there is one.
register(Request, HttpServletResponse, Principal, String, String, String, boolean, boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Register an authenticated Principal and authentication type in our request, in the current session (if there is one), and with our SingleSignOn valve, if there is one.
register(Request, HttpServletResponse, Principal, String, String, String, boolean, boolean) - Method in class org.apache.catalina.authenticator.FormAuthenticator
 
register(Processor) - Method in class org.apache.coyote.AbstractProtocol.ConnectionHandler
Registers a processor.
register(NioEndpoint.NioSocketWrapper) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
Registers a newly created socket with the poller.
register(BackgroundProcess) - Method in class org.apache.tomcat.websocket.BackgroundProcessManager
Registers a background process for periodic execution.
register(WsRemoteEndpointImplServer) - Method in class org.apache.tomcat.websocket.server.WsWriteTimeout
Registers an endpoint for timeout tracking.
registerChannel(Selector, SelectableChannel, int, Object) - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
Register the given channel with the given selector for the given operations of interest
registerClusterValve() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
register all cluster valve to host or engine
registerComponent(Object, String, String) - Method in class org.apache.tomcat.util.modeler.NoDescriptorRegistry
 
registerComponent(Object, String, String) - Method in class org.apache.tomcat.util.modeler.Registry
Register a bean by creating a modeler mbean and adding it to the MBeanServer.
registerComponent(Object, String, String) - Method in interface org.apache.tomcat.util.modeler.RegistryMBean
Register a bean by creating a modeler mbean and adding it to the MBeanServer.
registerComponent(Object, ObjectName, String) - Method in class org.apache.tomcat.util.modeler.NoDescriptorRegistry
 
registerComponent(Object, ObjectName, String) - Method in class org.apache.tomcat.util.modeler.Registry
Register a component
registerConfigProvider(AuthConfigProvider, String, String, String) - Method in class org.apache.catalina.authenticator.jaspic.AuthConfigFactoryImpl
 
registerConfigProvider(String, Map, String, String, String) - Method in class org.apache.catalina.authenticator.jaspic.AuthConfigFactoryImpl
 
registerConnection(Connection, XAResource) - Method in class org.apache.tomcat.dbcp.dbcp2.managed.TransactionRegistry
Registers the association between a Connection and a XAResource.
registerContextListener(Context) - Method in class org.apache.catalina.core.FrameworkListener
Creates and registers a lifecycle listener for the given context.
registerDescription(StoreDescription) - Method in class org.apache.catalina.storeconfig.StoreRegistry
Register a new description.
registerExtension(String, TransformationBuilder) - Method in class org.apache.tomcat.websocket.TransformationFactory
Registers a transformation builder for the given extension name.
registerFailure() - Method in class org.apache.catalina.realm.LockOutRealm.LockRecord
Register a new authentication failure.
registerForRead(SelectionKey, ObjectReader) - Method in class org.apache.catalina.tribes.transport.nio.NioReplicationTask
Registers a selection key for read interest.
registerGlobalResourceAccess(Context, String, String) - Static method in class org.apache.naming.factory.ResourceLinkFactory
Register access to a global resource for the current web application.
Registering DTDs - Section in package org.apache.tomcat.util.digester
 
registerJmx() - Method in class org.apache.tomcat.jdbc.pool.DataSource
Registers the ConnectionPoolMBean under a unique name based on the ObjectName for the DataSource
registerJmx() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
Registers this interceptor with JMX.
registerJmx(String, Object) - Method in class org.apache.catalina.tribes.jmx.JmxRegistry
Register an MBean with the JMX server.
registerJmx(ObjectName, String, Object) - Static method in class org.apache.tomcat.jdbc.pool.jmx.JmxUtil
Register an object as an MBean.
registerListenersForEngine(Engine) - Method in class org.apache.catalina.core.FrameworkListener
Registers listeners on all hosts of the given engine.
registerListenersForHost(Host) - Method in class org.apache.catalina.core.FrameworkListener
Registers listeners on all contexts of the given host.
registerListenersForServer(Server) - Method in class org.apache.catalina.core.FrameworkListener
Registers listeners on all engines of the given server.
registerManager(Manager) - Method in interface org.apache.catalina.Cluster
Register a manager with the cluster.
registerManager(Manager) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Register a manager with the cluster.
registerOutParameter(int, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
registerOutParameter(int, int, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
registerOutParameter(int, int, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
registerOutParameter(int, SQLType) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
registerOutParameter(int, SQLType, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
registerOutParameter(int, SQLType, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
registerOutParameter(String, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
registerOutParameter(String, int, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
registerOutParameter(String, int, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
registerOutParameter(String, SQLType) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
registerOutParameter(String, SQLType, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
registerOutParameter(String, SQLType, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
registerPool(String, ObjectPool) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDriver
Registers a named pool.
registerReadInterest() - Method in class org.apache.coyote.AbstractProcessor
When using non blocking IO, register to get a callback when polling determines that bytes are available for reading.
registerReadInterest() - Method in class org.apache.coyote.ajp.AjpProcessor
 
registerReadInterest() - Method in class org.apache.coyote.http11.Http11Processor
 
registerReadInterest() - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
 
registerReadInterest() - Method in class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper
 
registerReadInterest() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Registers interest in read events.
registerReplicationSession(DeltaSession) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Register all cross context sessions inside endAccess.
registerServerAuthModule(ServerAuthModule, Object) - Method in class org.apache.catalina.authenticator.jaspic.AuthConfigFactoryImpl
 
registerSession(Object, WsSession) - Method in class org.apache.tomcat.websocket.server.WsServerContainer
Registers a WebSocket session.
registerSession(Object, WsSession) - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
Registers a WebSocket session.
registerSessionAtReplicationValve(DeltaSession) - Method in class org.apache.catalina.ha.session.ClusterManagerBase
Register cross context session at replication valve thread local
registerTrackedResource(TrackedWebResource) - Method in interface org.apache.catalina.WebResourceRoot
Add a specified resource to track to be able to later release resources on stop.
registerTrackedResource(TrackedWebResource) - Method in class org.apache.catalina.webresources.StandardRoot
 
registerURLStreamHandlerFactory() - Method in class org.apache.catalina.webresources.StandardRoot
Registers the URL stream handler factory to support jar:war:file:/ URLs, which are required for resource JARs in packed WAR files.
registerWriteInterest() - Method in class org.apache.coyote.http11.Http11OutputBuffer
Register interest in write events on the socket.
registerWriteInterest() - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
 
registerWriteInterest() - Method in class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper
 
registerWriteInterest() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Registers interest in write events.
registry - Variable in class org.apache.catalina.manager.JMXProxyServlet
The MBean registry.
registry - Variable in class org.apache.catalina.mbeans.DataSourceUserDatabaseMBean
The configuration information registry for our managed beans.
registry - Variable in class org.apache.catalina.mbeans.GroupMBean
The configuration information registry for our managed beans.
registry - Variable in class org.apache.catalina.mbeans.NamingResourcesMBean
The configuration information registry for our managed beans.
registry - Variable in class org.apache.catalina.mbeans.RoleMBean
The configuration information registry for our managed beans.
registry - Variable in class org.apache.catalina.mbeans.SparseUserDatabaseMBean
The configuration information registry for our managed beans.
registry - Variable in class org.apache.catalina.mbeans.UserMBean
The configuration information registry for our managed beans.
registry - Variable in class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
The configuration information registry for our managed beans.
Registry - Class in org.apache.tomcat.util.modeler
Registry for modeler MBeans.
Registry() - Constructor for class org.apache.tomcat.util.modeler.Registry
Protected constructor for Registry.
RegistryMBean - Interface in org.apache.tomcat.util.modeler
Interface for modeler MBeans.
rehandshake() - Method in class org.apache.tomcat.util.net.SecureNio2Channel
Force a blocking handshake to take place for this key.
rehandshake(long) - Method in class org.apache.tomcat.util.net.SecureNioChannel
Force a blocking handshake to take place for this key.
REJECT - Enum constant in enum org.apache.tomcat.util.buf.EncodedSolidusHandling
Reject the request containing an encoded solidus.
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor.AbortPolicy
Always throws RejectedExecutionException.
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor.CallerRunsPolicy
Executes task r in the caller's thread, unless the executor has been shut down, in which case the task is discarded.
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor.DiscardOldestPolicy
Obtains and ignores the next task that the executor would otherwise execute, if one is immediately available, and then retries execution of task r, unless the executor is shut down, in which case task r is instead discarded.
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor.DiscardPolicy
Does nothing, which has the effect of discarding task r.
rejectedExecution(Runnable, ThreadPoolExecutor) - Method in interface org.apache.tomcat.util.threads.ThreadPoolExecutor.RejectedExecutionHandler
Method that may be invoked by a ThreadPoolExecutor when execute cannot accept a task.
rejectedSessions - Variable in class org.apache.catalina.session.ManagerBase
Number of session creations that failed due to maxActiveSessions.
REL_EXTERNAL - Static variable in class org.apache.catalina.manager.Constants
The HTML rel attribute value for external links.
REL_EXTERNAL - Static variable in class org.apache.catalina.manager.host.Constants
The HTML rel attribute value for external links.
relative(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
relativeOrdering - Variable in class org.apache.tomcat.util.descriptor.web.WebRuleSet
The RelativeOrderingRule rule used to parse the web.xml
release() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Release lock for in/out messages election is completed
release() - Method in class org.apache.jasper.runtime.JspContextWrapper
 
release() - Method in class org.apache.jasper.runtime.PageContextImpl
 
release() - Method in class org.apache.jasper.runtime.TagHandlerPool
Calls the release() method of all available tag handlers in this tag handler pool.
release() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
This method is called if (Now - timeCheckedIn > getReleaseTime()) This method disconnects the connection, logs an error in debug mode if it happens then sets the PooledConnection.released flag to false.
release(ClassLoader) - Static method in class org.apache.catalina.webresources.TomcatURLStreamHandlerFactory
Release references to any user provided factories that have been loaded using the provided class loader.
release(ClassLoader) - Static method in class org.apache.juli.logging.LogFactory
Release any internal references to previously created LogFactory instances that have been associated with the specified class loader (if any), after calling the instance method release() on each of them.
release(Connection) - Method in class org.apache.catalina.session.DataSourceStore
Release the connection, if it is associated with a connection pool.
release(JNDIRealm.JNDIConnection) - Method in class org.apache.catalina.realm.JNDIRealm
Release our use of this connection so that it can be recycled.
release(PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
thread safe way to release a connection
release(SocketWrapperBase) - Method in class org.apache.coyote.AbstractProtocol.ConnectionHandler
Releases the socket wrapper.
release(SocketWrapperBase) - Method in interface org.apache.tomcat.util.net.AbstractEndpoint.Handler
Release any resources associated with the given SocketWrapper.
releaseAll() - Method in class org.apache.tomcat.util.threads.LimitLatch
Releases all waiting threads and causes the LimitLatch.limit to be ignored until LimitLatch.reset() is called.
releasePageContext(PageContext) - Method in class org.apache.jasper.runtime.JspFactoryImpl
 
releaseSavepoint(Savepoint) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
releaseSSLContext(SSLHostConfig) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Release the SSLContext, if any, associated with the SSLHostConfig.
releaseTag(Tag, InstanceManager) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Releases a tag and destroys its instance.
releaseTag(Tag, InstanceManager, boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Deprecated.
reload() - Method in interface org.apache.catalina.Context
Reload this web application, if reloading is supported.
reload() - Method in class org.apache.catalina.core.StandardContext
Reload this web application, if reloading is supported.
reload() - Method in class org.apache.catalina.startup.FailedContext
 
reload(PrintWriter, ContextName, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Reload the web application at the specified context path.
reload(ContextName, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Reload the web application at the specified context path.
reloadResources - Variable in class org.apache.catalina.startup.HostConfig.DeployedApplication
Any modification of the specified (static) resources will cause a reload of the application.
reloadSslHostConfig(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Reload the SSL host configuration for the specified host.
reloadSslHostConfig(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Re-read the configuration files for the SSL host and replace the existing SSL configuration with the updated settings.
reloadSslHostConfigs() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Reload all SSL host configurations.
reloadSslHostConfigs() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Re-read the configuration files for all SSL hosts and replace the existing SSL configuration with the updated settings.
ReloadTask - Class in org.apache.catalina.ant
Ant task that implements the /reload command, supported by the Tomcat manager application.
ReloadTask() - Constructor for class org.apache.catalina.ant.ReloadTask
Default constructor.
remaining - Variable in class org.apache.catalina.tribes.transport.nio.NioSender
Number of remaining bytes to send.
remaining - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Number of bytes remaining in the current chunk.
remaining - Variable in class org.apache.coyote.http11.filters.IdentityInputFilter
Remaining bytes.
remaining - Variable in class org.apache.coyote.http11.filters.IdentityOutputFilter
Remaining bytes.
remainingCapacity() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
 
remainingCapacity() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
 
REMOTE - Static variable in class org.apache.naming.EjbRef
Remote interface classname address type.
REMOTE_ADDR_ATTRIBUTE - Static variable in interface org.apache.catalina.AccessLog
Name of request attribute used to override the remote address recorded by the AccessLog.
REMOTE_ADDR_ATTRIBUTE - Static variable in class org.apache.catalina.Globals
The request attribute set by the RemoteIpFilter, RemoteIpValve (and may be set by other similar components) that identifies for the connector the remote IP address claimed to be associated with this request when a request is received via one or more proxies.
REMOTE_ADDR_ATTRIBUTE - Static variable in class org.apache.coyote.Constants
The request attribute set by the RemoteIpFilter, RemoteIpValve (and may be set by other similar components) that identifies for the connector the remote IP address claimed to be associated with this request when a request is received via one or more proxies.
REMOTE_HOST_ATTRIBUTE - Static variable in interface org.apache.catalina.AccessLog
Name of request attribute used to override remote host name recorded by the AccessLog.
REMOTE_IP_FILTER_SECURE - Static variable in class org.apache.catalina.Globals
The request attribute that is set to the value of Boolean.TRUE if RemoteIpFilter determines that this request was submitted via a secure channel.
REMOTE_IP_HEADER_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
Parameter name for the remote IP header configuration.
remoteAddr - Variable in class org.apache.catalina.connector.Request
Remote address.
remoteAddr - Variable in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
The remote address of the client.
remoteAddr - Variable in class org.apache.tomcat.util.net.SocketWrapperBase
Remote address.
remoteAddr() - Method in class org.apache.coyote.Request
Return the remote address.
RemoteAddrElement() - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.RemoteAddrElement
Creates a new remote address element using remote address type.
RemoteAddrElement(String) - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.RemoteAddrElement
Creates a new remote address element with the specified type.
RemoteAddrFilter - Class in org.apache.catalina.filters
Deprecated.
This Filter will be removed in Tomcat 12 onwards. Use RemoteCIDRFilter instead.
RemoteAddrFilter() - Constructor for class org.apache.catalina.filters.RemoteAddrFilter
Deprecated.
 
RemoteAddrValve - Class in org.apache.catalina.valves
Deprecated.
This Valve will be removed in Tomcat 12 onwards. Use RemoteCIDRValve instead.
RemoteAddrValve() - Constructor for class org.apache.catalina.valves.RemoteAddrValve
Deprecated.
 
RemoteCIDRFilter - Class in org.apache.catalina.filters
A servlet filter that restricts access to resources based on the remote client's IP address or CIDR block.
RemoteCIDRFilter() - Constructor for class org.apache.catalina.filters.RemoteCIDRFilter
Default constructor.
RemoteCIDRValve - Class in org.apache.catalina.valves
A valve that restricts access based on the remote client's IP address or CIDR block.
RemoteCIDRValve() - Constructor for class org.apache.catalina.valves.RemoteCIDRValve
Default constructor.
remoteHost - Variable in class org.apache.catalina.connector.Request
Remote host.
remoteHost - Variable in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
The remote host of the client.
remoteHost - Variable in class org.apache.tomcat.util.net.SocketWrapperBase
Remote host.
remoteHost() - Method in class org.apache.coyote.Request
Return the remote host.
remoteHostField - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
 
RemoteHostFilter - Class in org.apache.catalina.filters
Concrete implementation of RequestFilter that filters based on the remote client's host name.
RemoteHostFilter() - Constructor for class org.apache.catalina.filters.RemoteHostFilter
Default constructor.
RemoteHostValve - Class in org.apache.catalina.valves
Concrete implementation of RequestFilterValve that filters based on the remote client's host name optionally combined with the server connector port number.
RemoteHostValve() - Constructor for class org.apache.catalina.valves.RemoteHostValve
Default constructor.
RemoteIpFilter - Class in org.apache.catalina.filters
Servlet filter to integrate "X-Forwarded-For" and "X-Forwarded-Proto" HTTP headers.
RemoteIpFilter() - Constructor for class org.apache.catalina.filters.RemoteIpFilter
Default constructor.
RemoteIpFilter.XForwardedRequest - Class in org.apache.catalina.filters
Wrapper for HttpServletRequest that allows modification of headers, remote address, scheme, and other properties used by the RemoteIpFilter.
RemoteIpValve - Class in org.apache.catalina.valves
Tomcat port of mod_remoteip, this valve replaces the apparent client remote IP address and hostname for the request with the IP address list presented by a proxy or a load balancer via a request headers (e.g.
RemoteIpValve() - Constructor for class org.apache.catalina.valves.RemoteIpValve
Default constructor that ensures ValveBase(boolean) is called with true.
remotePort - Variable in class org.apache.catalina.connector.Request
Remote port
remotePort - Variable in class org.apache.tomcat.util.net.SocketWrapperBase
Remote port.
RemoteProcessException - Exception Class in org.apache.catalina.tribes
Message thrown by a sender when USE_SYNC_ACK receives a FAIL_ACK_COMMAND.
RemoteProcessException() - Constructor for exception class org.apache.catalina.tribes.RemoteProcessException
Default constructor.
RemoteProcessException(String) - Constructor for exception class org.apache.catalina.tribes.RemoteProcessException
Construct an exception with the specified message.
RemoteProcessException(String, Throwable) - Constructor for exception class org.apache.catalina.tribes.RemoteProcessException
Construct an exception with the specified message and cause.
RemoteProcessException(Throwable) - Constructor for exception class org.apache.catalina.tribes.RemoteProcessException
Construct an exception with the specified cause.
remove() - Method in class org.apache.catalina.tribes.group.GroupChannel.InterceptorIterator
 
remove() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.FairIterator
 
remove() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
remove() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.FairIterator
 
remove() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
remove(PrintWriter, String, StringManager) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Remove the specified host.
remove(Object) - Static method in class org.apache.catalina.security.SecurityUtil
Remove the object from the cache.
remove(Object) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Removes the entry for the specified key from the map.
remove(Object) - Method in class org.apache.catalina.util.ParameterMap
remove(Object) - Method in class org.apache.catalina.util.ResourceSet
remove(Object) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
 
remove(Object) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
 
remove(Object) - Method in class org.apache.tomcat.util.collections.CaseInsensitiveKeyMap
 
remove(Object) - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
 
remove(Object, boolean) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Removes the entry for the specified key from the map.
remove(Object, Object) - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
 
remove(Runnable) - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Removes this task from the executor's internal queue if it is present, thus causing it not to be run if it has not already started.
remove(String) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Invoke the remove method on the deployer.
remove(String) - Method in class org.apache.catalina.session.DataSourceStore
 
remove(String) - Method in class org.apache.catalina.session.FileStore
 
remove(String) - Method in interface org.apache.catalina.Store
Remove the Session with the specified session identifier from this Store, if present.
remove(String, boolean) - Method in interface org.apache.catalina.ha.ClusterDeployer
Remove an existing web application, attached to the specified context name.
remove(String, boolean) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Remove an existing web application, attached to the specified context name.
remove(String, StringManager) - Method in class org.apache.catalina.manager.host.HTMLHostManagerServlet
Remove the specified host.
remove(Session) - Method in interface org.apache.catalina.Manager
Remove this Session from the active Sessions for this Manager.
remove(Session) - Method in class org.apache.catalina.session.ManagerBase
 
remove(Session, boolean) - Method in interface org.apache.catalina.Manager
Remove this Session from the active Sessions for this Manager.
remove(Session, boolean) - Method in class org.apache.catalina.session.ManagerBase
 
remove(Session, boolean) - Method in class org.apache.catalina.session.PersistentManagerBase
Remove this Session from the active Sessions for this Manager.
remove(Member) - Method in interface org.apache.catalina.tribes.ChannelSender
Notification that a member has been removed or crashed.
remove(Member) - Method in interface org.apache.catalina.tribes.transport.MultiPointSender
Stop sending to the specified member.
remove(Member) - Method in class org.apache.catalina.tribes.transport.nio.ParallelNioSender
 
remove(Member) - Method in class org.apache.catalina.tribes.transport.PooledSender
 
remove(Member) - Method in class org.apache.catalina.tribes.transport.ReplicationTransmitter
remove sender from transmitter. ( deregister mbean and disconnect sender )
remove(Member[], Member) - Static method in class org.apache.catalina.tribes.util.Arrays
Removes a single member from an array.
remove(Node) - Method in class org.apache.jasper.compiler.Node.Nodes
Removes the given node from the list.
remove(FastRemovalDequeue.Entry) - Method in class org.apache.jasper.util.FastRemovalDequeue
Removes any element of the list and returns its content.
remove(ErrorPage) - Method in class org.apache.catalina.util.ErrorPageSupport
Removes an error page from the support.
Remove - Class in org.apache.jasper.tagplugins.jstl.core
Tag plugin for the JSTL <c:remove> tag.
Remove() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Remove
Default constructor.
REMOVE - Enum constant in enum org.apache.catalina.servlets.WebdavServlet.PropertyUpdateType
Remove a property.
REMOVE_ALIAS_EVENT - Static variable in interface org.apache.catalina.Host
The ContainerEvent event type sent when an old alias is removed by removeAlias().
REMOVE_CHILD_EVENT - Static variable in interface org.apache.catalina.Container
The ContainerEvent event type sent when a child container is removed by removeChild().
REMOVE_MAPPING_EVENT - Static variable in interface org.apache.catalina.Wrapper
Container event for removing a wrapper.
REMOVE_VALVE_EVENT - Static variable in interface org.apache.catalina.Container
The ContainerEvent event type sent when a valve is removed by removeValve(), if this Container supports pipelines.
REMOVE_WELCOME_FILE_EVENT - Static variable in interface org.apache.catalina.Context
Container event for removing a wrapper.
removeAlias(String) - Method in class org.apache.catalina.core.StandardHost
 
removeAlias(String) - Method in interface org.apache.catalina.Host
Remove the specified alias name from the aliases for this Host.
removeAlias(Mapper.MappedHost) - Method in class org.apache.catalina.mapper.Mapper.MappedHost
Remove an alias.
removeAll(Collection) - Method in class org.apache.catalina.util.ResourceSet
removeAll(Collection) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
removeAll(Collection) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
removeAllowedTrailerHeader(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Remove a header name from the set of allowed trailer headers.
removeApplicationListener(String) - Method in interface org.apache.catalina.Context
Remove the specified application listener class from the set of listeners for this application.
removeApplicationListener(String) - Method in class org.apache.catalina.core.StandardContext
 
removeApplicationListener(String) - Method in class org.apache.catalina.startup.FailedContext
 
removeApplicationParameter(String) - Method in interface org.apache.catalina.Context
Remove the application parameter with the specified name from the set for this application.
removeApplicationParameter(String) - Method in class org.apache.catalina.core.StandardContext
 
removeApplicationParameter(String) - Method in class org.apache.catalina.startup.FailedContext
 
removeAttribute(int) - Method in class org.apache.jasper.util.UniqueAttributesImpl
 
removeAttribute(String) - Method in class org.apache.catalina.connector.Request
 
removeAttribute(String) - Method in class org.apache.catalina.connector.RequestFacade
 
removeAttribute(String) - Method in class org.apache.catalina.core.ApplicationContext
 
removeAttribute(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
removeAttribute(String) - Method in class org.apache.catalina.ha.context.ReplicatedContext.ReplApplContext
 
removeAttribute(String) - Method in class org.apache.catalina.ha.session.DeltaRequest
Record a remove attribute action.
removeAttribute(String) - Method in class org.apache.catalina.session.StandardSession
 
removeAttribute(String) - Method in class org.apache.catalina.session.StandardSessionFacade
 
removeAttribute(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
removeAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
 
removeAttribute(String) - Method in class org.apache.jasper.servlet.JspCServletContext
 
removeAttribute(String) - Method in class org.apache.tomcat.util.modeler.BaseAttributeFilter
Remove an attribute name from the set of names accepted by this filter.
removeAttribute(String, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
 
removeAttribute(String, boolean) - Method in class org.apache.catalina.session.StandardSession
Remove the object bound with the specified name from this session.
removeAttribute(String, boolean, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
Remove an attribute from this session.
removeAttribute(String, int) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
removeAttribute(String, int) - Method in class org.apache.jasper.runtime.PageContextImpl
 
removeAttributeChangeNotificationListener(NotificationListener, String) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
removeAttributeInternal(String, boolean) - Method in class org.apache.catalina.session.StandardSession
Remove the object bound with the specified name from this session.
removeAttributeInternal(String, boolean, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
Remove an attribute from this session without additional validation.
removeAuthRole(String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
Remove the specified role from the set of roles permitted to access the resources protected by this security constraint.
removeChannelListener(ChannelListener) - Method in interface org.apache.catalina.tribes.Channel
Remove a channel listener, listeners are removed based on Object.hashCode() and Object.equals(Object).
removeChannelListener(ChannelListener) - Method in class org.apache.catalina.tribes.group.GroupChannel
 
removeChannelListener(ChannelListener) - Method in interface org.apache.catalina.tribes.group.GroupChannelMBean
Removes a previously registered channel listener.
removeChild(String) - Method in class org.apache.catalina.mbeans.ContainerMBean
Remove an existing child Container from association with this parent Container.
removeChild(Container) - Method in interface org.apache.catalina.Container
Remove an existing child Container from association with this parent Container.
removeChild(Container) - Method in class org.apache.catalina.core.ContainerBase
 
removeChild(Container) - Method in class org.apache.catalina.core.StandardContext
 
removeChild(Container) - Method in class org.apache.catalina.startup.FailedContext
 
removeClusterListener(ClusterListener) - Method in interface org.apache.catalina.ha.CatalinaCluster
Remove message listener and deregister Cluster from listener.
removeClusterListener(ClusterListener) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Remove message listener and deregister Cluster from listener.
removeCollection(SecurityCollection) - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
Remove the specified web resource collection from those protected by this security constraint.
removeConnectionProperty(String) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Removes a custom connection property.
removeConnector(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Connector.
removeConnector(Connector) - Method in class org.apache.catalina.core.StandardService
 
removeConnector(Connector) - Method in interface org.apache.catalina.Service
Remove the specified Connector from the set associated from this Service.
removeConstraint(SecurityConstraint) - Method in interface org.apache.catalina.Context
Remove the specified security constraint from this web application.
removeConstraint(SecurityConstraint) - Method in class org.apache.catalina.core.StandardContext
 
removeConstraint(SecurityConstraint) - Method in class org.apache.catalina.startup.FailedContext
 
removeContainerListener(ContainerListener) - Method in interface org.apache.catalina.Container
Remove a container event listener from this component.
removeContainerListener(ContainerListener) - Method in class org.apache.catalina.core.ContainerBase
 
removeContainerListener(ContainerListener) - Method in class org.apache.catalina.startup.FailedContext
 
removeContext(String) - Method in class org.apache.catalina.mapper.Mapper.ContextList
Remove a context from the list.
removeContext(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Context.
removeContextVersion(Context, String, String, String) - Method in class org.apache.catalina.mapper.Mapper
Remove a context from an existing host.
removedGroups - Variable in class org.apache.catalina.users.DataSourceUserDatabase
Groups that have been removed but not yet persisted.
removedRoles - Variable in class org.apache.catalina.users.DataSourceUserDatabase
Roles that have been removed but not yet persisted.
removedUsers - Variable in class org.apache.catalina.users.DataSourceUserDatabase
Users that have been removed but not yet persisted.
removeEjb(String) - Method in class org.apache.catalina.core.NamingContextListener
Remove the specified EJB from the naming context.
removeEjb(String) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
Remove any EJB resource reference with the specified name.
removeEnvironment(String) - Method in class org.apache.catalina.core.NamingContextListener
Remove the specified environment entry from the naming context.
removeEnvironment(String) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
 
removeEnvironment(String) - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Remove any environment entry with the specified name.
removeEnvironment(String) - Method in interface org.apache.tomcat.util.descriptor.web.NamingResources
Remove any environment entry with the specified name.
removeErrorPage(ErrorPage) - Method in interface org.apache.catalina.Context
Remove the error page for the specified error code or Java language exception, if it exists; otherwise, no action is taken.
removeErrorPage(ErrorPage) - Method in class org.apache.catalina.core.StandardContext
 
removeErrorPage(ErrorPage) - Method in class org.apache.catalina.startup.FailedContext
 
removeExecutor(Executor) - Method in class org.apache.catalina.core.StandardService
 
removeExecutor(Executor) - Method in interface org.apache.catalina.Service
Removes an executor from the service
removeFactory(FileMessage) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Remove file (war) from messages
removeFilterDef(FilterDef) - Method in interface org.apache.catalina.Context
Remove the specified filter definition from this Context, if it exists; otherwise, no action is taken.
removeFilterDef(FilterDef) - Method in class org.apache.catalina.core.StandardContext
 
removeFilterDef(FilterDef) - Method in class org.apache.catalina.startup.FailedContext
 
removeFilterMap(FilterMap) - Method in interface org.apache.catalina.Context
Remove a filter mapping from this Context.
removeFilterMap(FilterMap) - Method in class org.apache.catalina.core.StandardContext
 
removeFilterMap(FilterMap) - Method in class org.apache.catalina.startup.FailedContext
 
removeFragCollection(FragmentationInterceptor.FragKey) - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
Removes the fragment collection for the given key.
removeFromEnvironment(String) - Method in class org.apache.naming.NamingContext
 
removeFromEnvironment(String) - Method in class org.apache.naming.SelectorContext
 
removeGeneratedClassFiles() - Method in class org.apache.jasper.compiler.Compiler
Remove generated class files.
removeGeneratedFiles() - Method in class org.apache.jasper.compiler.Compiler
Remove generated files
removeGroup(String) - Method in class org.apache.catalina.mbeans.DataSourceUserDatabaseMBean
Remove an existing group.
removeGroup(String) - Method in class org.apache.catalina.mbeans.SparseUserDatabaseMBean
Remove an existing group and destroy the corresponding MBean.
removeGroup(String) - Method in class org.apache.catalina.mbeans.UserMBean
Remove a Group from those this user belongs to.
removeGroup(Group) - Method in interface org.apache.catalina.User
Remove a Group from those this user belongs to.
removeGroup(Group) - Method in interface org.apache.catalina.UserDatabase
Remove the specified Group from this user database.
removeGroup(Group) - Method in class org.apache.catalina.users.DataSourceUserDatabase
 
removeGroup(Group) - Method in class org.apache.catalina.users.GenericUser
 
removeGroup(Group) - Method in class org.apache.catalina.users.MemoryUserDatabase
 
removeGroupRole(String, String) - Method in class org.apache.catalina.mbeans.DataSourceUserDatabaseMBean
Remove role from a group.
removeGroups() - Method in interface org.apache.catalina.User
Remove all Groups from those this user belongs to.
removeGroups() - Method in class org.apache.catalina.users.GenericUser
 
removeHeader(int) - Method in class org.apache.tomcat.util.http.MimeHeaders
Reset, move to the end and then reduce count by 1.
removeHeader(String) - Method in class org.apache.catalina.core.ApplicationPushBuilder
 
removeHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
Remove a header by name.
removeHeader(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
Removes a header field with the specified name.
removeHost(String) - Method in class org.apache.catalina.mapper.Mapper
Remove a host from the mapper.
removeHost(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Host.
removeHostAlias(String) - Method in class org.apache.catalina.mapper.Mapper
Remove a host alias
removeIf(Predicate) - Method in class org.apache.catalina.util.ResourceSet
removeInitParameter(String) - Method in class org.apache.catalina.core.StandardWrapper
 
removeInitParameter(String) - Method in interface org.apache.catalina.Wrapper
Remove the specified initialization parameter from this Servlet.
removeInvalidFileFactories() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Removes invalid file factories from the factory map.
removeLifecycleListener(LifecycleListener) - Method in interface org.apache.catalina.Lifecycle
Remove a LifecycleEvent listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.util.LifecycleBase
 
removeLifecycleListeners(String) - Method in class org.apache.catalina.mbeans.ContainerMBean
Remove a LifecycleEvent listeners from this component.
removeListener(NotificationListener) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Removes a local notification listener from the pool.
removeLoader(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Loader.
removeLocalEjb(String) - Method in class org.apache.catalina.core.NamingContextListener
Remove the specified local EJB from the naming context.
removeLocalEjb(String) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
Remove any local EJB resource reference with the specified name.
removeManager(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Manager.
removeManager(Manager) - Method in interface org.apache.catalina.Cluster
Removes a manager from the cluster
removeManager(Manager) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Removes a manager from the cluster
removeMapping(String) - Method in class org.apache.catalina.core.StandardWrapper
 
removeMapping(String) - Method in interface org.apache.catalina.Wrapper
Remove a mapping associated with the wrapper.
removeMember(Member) - Method in class org.apache.catalina.tribes.membership.Membership
Remove a member from this component.
removeMembershipListener() - Method in class org.apache.catalina.tribes.membership.MembershipServiceBase
 
removeMembershipListener() - Method in interface org.apache.catalina.tribes.MembershipService
Removes the membership listener.
removeMembershipListener(MembershipListener) - Method in interface org.apache.catalina.tribes.Channel
Remove a membership listener, listeners are removed based on Object.hashCode() and Object.equals(Object).
removeMembershipListener(MembershipListener) - Method in class org.apache.catalina.tribes.group.GroupChannel
 
removeMembershipListener(MembershipListener) - Method in interface org.apache.catalina.tribes.group.GroupChannelMBean
Removes a previously registered membership listener.
removeMessageDestination(String) - Method in class org.apache.catalina.core.StandardContext
Remove any message destination with the specified name.
removeMessageDestinationRef(String) - Method in class org.apache.catalina.core.NamingContextListener
Remove the specified message destination ref from the naming context.
removeMessageDestinationRef(String) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
Remove any message destination reference with the specified name.
removeMessageHandler(MessageHandler) - Method in class org.apache.tomcat.websocket.WsSession
 
removeMessageListener() - Method in class org.apache.catalina.tribes.membership.McastService
Remove the message listener.
removeMethod(String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
Remove the specified HTTP request method from those that are part of this web resource collection.
removeMimeMapping(String) - Method in interface org.apache.catalina.Context
Remove the MIME mapping for the specified extension, if it exists; otherwise, no action is taken.
removeMimeMapping(String) - Method in class org.apache.catalina.core.StandardContext
 
removeMimeMapping(String) - Method in class org.apache.catalina.startup.FailedContext
 
removeNote(String) - Method in class org.apache.catalina.connector.Request
Remove any object bound to the specified name in the internal notes for this request.
removeNote(String) - Method in class org.apache.catalina.ha.session.DeltaRequest
Record a remove note action.
removeNote(String) - Method in class org.apache.catalina.ha.session.DeltaSession
 
removeNote(String) - Method in class org.apache.catalina.manager.DummyProxySession
 
removeNote(String) - Method in interface org.apache.catalina.Session
Remove any object bound to the specified name in the internal notes for this session.
removeNote(String) - Method in class org.apache.catalina.session.StandardSession
 
removeNote(String, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
Remove a note from this session.
removeNotificationListener(NotificationListener) - Method in class org.apache.catalina.core.StandardContext
 
removeNotificationListener(NotificationListener) - Method in class org.apache.catalina.core.StandardWrapper
 
removeNotificationListener(NotificationListener) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
Removes a notification listener.
removeNotificationListener(NotificationListener) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
removeNotificationListener(NotificationListener) - Method in class org.apache.tomcat.util.modeler.BaseNotificationBroadcaster
Remove a notification event listener from this MBean.
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.catalina.core.StandardContext
 
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.catalina.core.StandardWrapper
 
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
Removes a notification listener with the given filter and handback.
removeOldest(ConcurrentHashMap) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
Sort QueryStats by last invocation time
removeOmittedMethod(String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
Remove the specified HTTP request method from those that are explicitly excluded from this web resource collection.
removeParameter(String) - Method in interface org.apache.catalina.Context
Remove the context initialization parameter with the specified name, if it exists; otherwise, no action is taken.
removeParameter(String) - Method in class org.apache.catalina.core.StandardContext
 
removeParameter(String) - Method in class org.apache.catalina.startup.FailedContext
 
removePattern(String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
Remove the specified URL pattern from those that are part of this web resource collection.
removePostConstructMethod(String) - Method in interface org.apache.catalina.Context
Removes the post construct method definition for the given class, if it exists; otherwise, no action is taken.
removePostConstructMethod(String) - Method in class org.apache.catalina.core.StandardContext
 
removePostConstructMethod(String) - Method in class org.apache.catalina.startup.FailedContext
 
removePreDestroyMethod(String) - Method in interface org.apache.catalina.Context
Removes the pre destroy method definition for the given class, if it exists; otherwise, no action is taken.
removePreDestroyMethod(String) - Method in class org.apache.catalina.core.StandardContext
 
removePreDestroyMethod(String) - Method in class org.apache.catalina.startup.FailedContext
 
removeProperty(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextTransaction
Remove a configured property.
removeProperty(String) - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
Remove a configured property.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Container
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.ContainerBase
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.StandardServer
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.StandardService
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Loader
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.loader.WebappLoader
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Manager
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.realm.RealmBase
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Realm
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.session.ManagerBase
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.session.StoreBase
 
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.startup.FailedContext
 
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Store
Remove a property change listener from this component.
removeProtoTypeFiles(String) - Method in class org.apache.jasper.compiler.TagFileProcessor
Removed the java and class files for the tag prototype generated from the current compilation.
removeQueryParameters(String, String) - Static method in class org.apache.catalina.filters.CsrfPreventionFilter.CsrfResponseWrapper
Removes zero or more query parameters from a URL.
removeQuotes(String) - Static method in class org.apache.catalina.authenticator.DigestAuthenticator
Deprecated.
This will be removed in Tomcat 11 onwards. Unused.
removeQuotes(String, boolean) - Static method in class org.apache.catalina.authenticator.DigestAuthenticator
Deprecated.
This will be removed in Tomcat 11 onwards. Unused.
removeRealm(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Realm.
removeRegistration(String) - Method in class org.apache.catalina.authenticator.jaspic.AuthConfigFactoryImpl
 
removeRegistry(Channel, boolean) - Static method in class org.apache.catalina.tribes.jmx.JmxRegistry
Remove the JMX registry for the given channel.
removeRequestProcessor(RequestInfo) - Method in class org.apache.coyote.RequestGroupInfo
Remove a request processor.
removeResource(String) - Method in class org.apache.catalina.core.NamingContextListener
Remove the specified resource from the naming context.
removeResource(String) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
 
removeResource(String) - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Remove any resource reference with the specified name.
removeResource(String) - Method in interface org.apache.tomcat.util.descriptor.web.NamingResources
Remove any resource reference with the specified name.
removeResourceEnvRef(String) - Method in class org.apache.catalina.core.NamingContextListener
Remove the specified resource environment reference from the naming context.
removeResourceEnvRef(String) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
Remove any resource environment reference with the specified name.
removeResourceLink(String) - Method in class org.apache.catalina.core.NamingContextListener
Remove the specified resource link from the naming context.
removeResourceLink(String) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
 
removeResourceLink(String) - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Remove any resource link reference with the specified name.
removeResourceLink(String) - Method in interface org.apache.tomcat.util.descriptor.web.NamingResources
Remove any resource link with the specified name.
removeRole(String) - Method in class org.apache.catalina.mbeans.DataSourceUserDatabaseMBean
Remove an existing role.
removeRole(String) - Method in class org.apache.catalina.mbeans.GroupMBean
Remove a Role from those this group belongs to.
removeRole(String) - Method in class org.apache.catalina.mbeans.SparseUserDatabaseMBean
Remove an existing role and destroy the corresponding MBean.
removeRole(String) - Method in class org.apache.catalina.mbeans.UserMBean
Remove a Role from those this user belongs to.
removeRole(Role) - Method in interface org.apache.catalina.Group
Remove a Role from those assigned to this group.
removeRole(Role) - Method in interface org.apache.catalina.User
Remove a Role from those assigned to this user.
removeRole(Role) - Method in interface org.apache.catalina.UserDatabase
Remove the specified Role from this user database.
removeRole(Role) - Method in class org.apache.catalina.users.DataSourceUserDatabase
 
removeRole(Role) - Method in class org.apache.catalina.users.GenericGroup
 
removeRole(Role) - Method in class org.apache.catalina.users.GenericUser
 
removeRole(Role) - Method in class org.apache.catalina.users.MemoryUserDatabase
 
removeRoleMapping(String) - Method in interface org.apache.catalina.Context
Remove any security role reference for the specified name
removeRoleMapping(String) - Method in class org.apache.catalina.core.StandardContext
 
removeRoleMapping(String) - Method in class org.apache.catalina.startup.FailedContext
 
removeRoles() - Method in interface org.apache.catalina.Group
Remove all Roles from those assigned to this group.
removeRoles() - Method in interface org.apache.catalina.User
Remove all Roles from those assigned to this user.
removeRoles() - Method in class org.apache.catalina.users.GenericGroup
 
removeRoles() - Method in class org.apache.catalina.users.GenericUser
 
removeSafeCharacter(char) - Method in class org.apache.catalina.util.URLEncoder
Removes the given character from the set of safe characters.
removeSecurityReference(String) - Method in class org.apache.catalina.core.StandardWrapper
 
removeSecurityReference(String) - Method in interface org.apache.catalina.Wrapper
Remove any security role reference for the specified role name.
removeSecurityRole(String) - Method in interface org.apache.catalina.Context
Remove any security role with the specified name.
removeSecurityRole(String) - Method in class org.apache.catalina.core.StandardContext
 
removeSecurityRole(String) - Method in class org.apache.catalina.startup.FailedContext
 
removeSenderState(Member) - Static method in class org.apache.catalina.tribes.transport.SenderState
Removes the SenderState for the given member from the registry.
removeServerAuthModule(Object) - Method in class org.apache.catalina.authenticator.jaspic.AuthConfigFactoryImpl
 
removeService(String) - Method in class org.apache.catalina.core.NamingContextListener
Remove the specified web service from the naming context.
removeService(String) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
Remove any web service reference with the specified name.
removeService(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Service.
removeService(Service) - Method in class org.apache.catalina.core.StandardServer
 
removeService(Service) - Method in interface org.apache.catalina.Server
Remove the specified Service from the set associated from this Server.
removeServiced(String) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Mark a context as no longer being serviced.
removeServiced(String) - Method in class org.apache.catalina.manager.ManagerServlet
Invoke the removeServiced method on the deployer.
removeServiced(String) - Method in class org.apache.catalina.startup.HostConfig
Removed a serviced application from the list.
removeServletMapping(String) - Method in interface org.apache.catalina.Context
Remove any servlet mapping for the specified pattern, if it exists; otherwise, no action is taken.
removeServletMapping(String) - Method in class org.apache.catalina.core.StandardContext
 
removeServletMapping(String) - Method in class org.apache.catalina.startup.FailedContext
 
removeSession(String) - Method in class org.apache.catalina.session.PersistentManagerBase
Remove this Session from the active Sessions for this Manager, and from the Store.
removeSession(String, Session) - Method in class org.apache.catalina.authenticator.SingleSignOn
Remove a single Session from a SingleSignOn.
removeSession(Session) - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Removes the given Session from the list of those associated with this SSO.
removeSession(Session, String) - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Removes the given Session from the list of those associated with this SSO, using the previous sessionId
removeSessionAttribute(ContextName, String, String, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Removes an attribute from an HttpSession
removeSessionListener(SessionListener) - Method in class org.apache.catalina.ha.session.DeltaRequest
Record a remove session listener action.
removeSessionListener(SessionListener) - Method in class org.apache.catalina.ha.session.DeltaSession
 
removeSessionListener(SessionListener) - Method in class org.apache.catalina.manager.DummyProxySession
 
removeSessionListener(SessionListener) - Method in interface org.apache.catalina.Session
Remove a session event listener from this component.
removeSessionListener(SessionListener) - Method in class org.apache.catalina.session.StandardSession
 
removeSessionListener(SessionListener, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
Remove a session listener.
removeSslHostConfig(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Removes the SSL host configuration for the given host name, if such a configuration exists.
removeStatement(StatementCache.CachedStatement) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
Removes the given statement from the cache.
removeStaticMember(Member) - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
Removes a static member from the membership list.
removeStaticMember(StaticMember) - Method in class org.apache.catalina.tribes.membership.StaticMembershipService
Removes a static member from the cluster.
removeSuper(Session) - Method in class org.apache.catalina.session.PersistentManagerBase
 
removeSuper(Session) - Method in interface org.apache.catalina.StoreManager
Remove this Session from the active Sessions for this Manager, but not from the Store.
removeSuspects - Variable in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
Map of members suspected of being dead and their detection time.
removeSuspectsTimeout - Variable in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
Timeout in seconds for removing suspected dead members.
removeThisTrace(Object) - Method in class org.apache.tomcat.dbcp.dbcp2.AbandonedTrace
Removes this object the source object is tracing.
removeTrace(AbandonedTrace) - Method in class org.apache.tomcat.dbcp.dbcp2.AbandonedTrace
Removes a child object this object is tracing.
removeTransformer(ClassFileTransformer) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
removeTransformer(ClassFileTransformer) - Method in interface org.apache.tomcat.InstrumentableClassLoader
Removes the specified class file transformer from this class loader.
removeTransientAttribute(String) - Method in class org.apache.catalina.storeconfig.StoreDescription
Removes an attribute name from the list of transient attributes.
removeTransientChild(String) - Method in class org.apache.catalina.storeconfig.StoreDescription
Removes a child class name from the list of transient children.
removeUpgradeInfo(UpgradeInfo) - Method in class org.apache.coyote.http11.upgrade.UpgradeGroupInfo
Removes an upgrade connection from this group.
removeUser(String) - Method in class org.apache.catalina.mbeans.DataSourceUserDatabaseMBean
Remove an existing user.
removeUser(String) - Method in class org.apache.catalina.mbeans.SparseUserDatabaseMBean
Remove an existing user and destroy the corresponding MBean.
removeUser(User) - Method in interface org.apache.catalina.UserDatabase
Remove the specified User from this user database.
removeUser(User) - Method in class org.apache.catalina.users.DataSourceUserDatabase
 
removeUser(User) - Method in class org.apache.catalina.users.MemoryUserDatabase
 
removeUserGroup(String, String) - Method in class org.apache.catalina.mbeans.DataSourceUserDatabaseMBean
Remove group from user.
removeUserRole(String, String) - Method in class org.apache.catalina.mbeans.DataSourceUserDatabaseMBean
Remove specified role from the user.
removeValve(String) - Method in class org.apache.catalina.mbeans.ContainerMBean
Remove an existing Valve.
removeValve(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Valve.
removeValve(Valve) - Method in class org.apache.catalina.core.StandardPipeline
 
removeValve(Valve) - Method in interface org.apache.catalina.Pipeline
Remove the specified Valve from the pipeline associated with this Container, if it is found; otherwise, do nothing.
removeWaitingProcessor(Processor) - Method in class org.apache.coyote.AbstractProtocol
Removes a processor from the waiting processors set.
removeWatchedResource(String) - Method in interface org.apache.catalina.Context
Remove the specified watched resource name from the list associated with this Context.
removeWatchedResource(String) - Method in class org.apache.catalina.core.StandardContext
 
removeWatchedResource(String) - Method in class org.apache.catalina.startup.FailedContext
 
removeWelcomeFile(String) - Method in interface org.apache.catalina.Context
Remove the specified welcome file name from the list recognized by this Context.
removeWelcomeFile(String) - Method in class org.apache.catalina.core.StandardContext
 
removeWelcomeFile(String) - Method in class org.apache.catalina.startup.FailedContext
 
removeWelcomeFile(String, String, String, String) - Method in class org.apache.catalina.mapper.Mapper
Remove a welcome file from the given context.
removeWrapper(String) - Method in class org.apache.jasper.compiler.JspRuntimeContext
Remove a JspServletWrapper.
removeWrapper(String, String, String, String) - Method in class org.apache.catalina.mapper.Mapper
Remove a wrapper from an existing context.
removeWrapperLifecycle(String) - Method in interface org.apache.catalina.Context
Remove a class name from the set of LifecycleListener classes that will be added to newly created Wrappers.
removeWrapperLifecycle(String) - Method in class org.apache.catalina.core.StandardContext
 
removeWrapperLifecycle(String) - Method in class org.apache.catalina.startup.FailedContext
 
removeWrapperListener(String) - Method in interface org.apache.catalina.Context
Remove a class name from the set of ContainerListener classes that will be added to newly created Wrappers.
removeWrapperListener(String) - Method in class org.apache.catalina.core.StandardContext
 
removeWrapperListener(String) - Method in class org.apache.catalina.startup.FailedContext
 
rename(String, String) - Method in class org.apache.naming.NamingContext
 
rename(String, String) - Method in class org.apache.naming.SelectorContext
 
rename(Name, Name) - Method in class org.apache.naming.NamingContext
 
rename(Name, Name) - Method in class org.apache.naming.SelectorContext
 
renameOnRotate - Variable in class org.apache.catalina.valves.AccessLogValve
Should we defer inclusion of the date stamp in the file name until rotate time?
render(HttpServletRequest, String, WebResource, String) - Method in class org.apache.catalina.servlets.DefaultServlet
Decide which way to render.
renderHtml(HttpServletRequest, String, WebResource, String) - Method in class org.apache.catalina.servlets.DefaultServlet
Return an InputStream to an HTML representation of the contents of this directory.
renderSize(long) - Method in class org.apache.catalina.servlets.DefaultServlet
Render the specified file size (in bytes).
renderTimestamp(long) - Method in class org.apache.catalina.servlets.DefaultServlet
Render the specified file timestamp.
renderXml(HttpServletRequest, String, WebResource, Source, String) - Method in class org.apache.catalina.servlets.DefaultServlet
Return an InputStream to an XML representation of the contents this directory.
renegotiate(long) - Static method in class org.apache.tomcat.jni.SSL
SSL_renegotiate
renegotiatePending(long) - Static method in class org.apache.tomcat.jni.SSL
SSL_renegotiate_pending
RepeatableArchive - Class in org.apache.tomcat.buildutil
Ant task to assist with repeatable builds.
RepeatableArchive() - Constructor for class org.apache.tomcat.buildutil.RepeatableArchive
Default constructor.
replace(String) - Method in class org.apache.juli.ClassLoaderLogManager
System property replacement in the given string.
replace(K, V) - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
 
replace(K, V, V) - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
 
replacements - Static variable in class org.apache.catalina.storeconfig.ConnectorStoreAppender
Map of attribute name replacements for connector properties.
replaceProperties(String, Hashtable, IntrospectionUtils.PropertySource[], ClassLoader) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Replaces ${NAME} in the value with the value of the property 'NAME'.
replaceSystemProperties() - Static method in class org.apache.tomcat.util.digester.Digester
Replace property placeholders in all system properties using the configured property sources.
ReplApplContext(ReplicatedContext) - Constructor for class org.apache.catalina.ha.context.ReplicatedContext.ReplApplContext
Create a new instance.
replicate(boolean) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
This can be invoked by a periodic thread to replicate out any changes.
replicate(K, boolean) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Replicates any changes to the object since the last time The object has to be primary, ie, if the object is a proxy or a backup, it will not be replicated
ReplicatedContext - Class in org.apache.catalina.ha.context
Replicated context that supports session replication across cluster nodes.
ReplicatedContext() - Constructor for class org.apache.catalina.ha.context.ReplicatedContext
Default constructor.
ReplicatedContext.MultiEnumeration<T> - Class in org.apache.catalina.ha.context
Enumeration that combines multiple enumerations into one.
ReplicatedContext.ReplApplContext - Class in org.apache.catalina.ha.context
Application context implementation for replicated contexts.
ReplicatedMap<K,V> - Class in org.apache.catalina.tribes.tipis
All-to-all replication for a hash map implementation.
ReplicatedMap(AbstractReplicatedMap.MapOwner, Channel, long, String, int, float, ClassLoader[]) - Constructor for class org.apache.catalina.tribes.tipis.ReplicatedMap
Creates a new map
ReplicatedMap(AbstractReplicatedMap.MapOwner, Channel, long, String, int, ClassLoader[]) - Constructor for class org.apache.catalina.tribes.tipis.ReplicatedMap
Creates a new map
ReplicatedMap(AbstractReplicatedMap.MapOwner, Channel, long, String, ClassLoader[]) - Constructor for class org.apache.catalina.tribes.tipis.ReplicatedMap
Creates a new map
ReplicatedMap(AbstractReplicatedMap.MapOwner, Channel, long, String, ClassLoader[], boolean) - Constructor for class org.apache.catalina.tribes.tipis.ReplicatedMap
Creates a new map
ReplicatedMapEntry - Interface in org.apache.catalina.tribes.tipis
For smarter replication, an object can implement this interface to replicate diffs
The replication logic will call the methods in the following order:
1. if ( entry.isDirty() )
try { 2.
ReplicatedSessionListener - Interface in org.apache.catalina.ha.session
This is a marker interface used to indicate an implementation of SessionListener that should be replicated with the session across the cluster.
ReplicationStream - Class in org.apache.catalina.tribes.io
Custom subclass of ObjectInputStream that loads from the class loader for this web application.
ReplicationStream(InputStream, ClassLoader[]) - Constructor for class org.apache.catalina.tribes.io.ReplicationStream
Construct a new instance of CustomObjectInputStream
ReplicationTransmitter - Class in org.apache.catalina.tribes.transport
Transmit message to other cluster members Actual senders are created based on the replicationMode type
ReplicationTransmitter() - Constructor for class org.apache.catalina.tribes.transport.ReplicationTransmitter
Default constructor.
ReplicationValve - Class in org.apache.catalina.ha.tcp
Valve that triggers session replication across the cluster.
ReplicationValve() - Constructor for class org.apache.catalina.ha.tcp.ReplicationValve
Default constructor.
reply - Variable in class org.apache.catalina.tribes.group.RpcMessage
Whether this message is a reply.
replyFailed(Serializable, Serializable, Member, Exception) - Method in interface org.apache.catalina.tribes.group.ExtendedRpcCallback
The reply failed.
replyRequest(Serializable, Member) - Method in interface org.apache.catalina.tribes.group.RpcCallback
Allows sending a response to a received message.
replyRequest(Serializable, Member) - Method in class org.apache.catalina.tribes.membership.StaticMembershipProvider
 
replyRequest(Serializable, Member) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Handles a reply request message.
replySucceeded(Serializable, Serializable, Member) - Method in interface org.apache.catalina.tribes.group.ExtendedRpcCallback
The reply succeeded
report() - Method in class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
 
report() - Method in interface org.apache.catalina.tribes.group.interceptors.GzipInterceptorMBean
Writes the current statistics report to the log.
report(double) - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
 
report(double) - Method in interface org.apache.catalina.tribes.group.interceptors.ThroughputInterceptorMBean
Reports throughput statistics.
report(Request, Response, Throwable) - Method in class org.apache.catalina.valves.ErrorReportValve
Prints out an error report.
report(Request, Response, Throwable) - Method in class org.apache.catalina.valves.JsonErrorReportValve
 
report(Request, Response, Throwable) - Method in class org.apache.catalina.valves.ProxyErrorReportValve
Reports the error by redirecting or proxying to the configured error URL.
reportBuf - Variable in class org.apache.jasper.compiler.AntCompiler.JasperAntLogger
Buffer that accumulates compilation output.
reportFailedQuery(String, Object[], String, long, Throwable) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport
Invoked when a query execution, a call to execute/executeQuery or executeBatch failed.
reportFailedQuery(String, Object[], String, long, Throwable) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
 
reportFailedQuery(String, Object[], String, long, Throwable) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
Reports a failed query and sends a JMX notification if logging is enabled.
reportQuery(String, Object[], String, long, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport
Invoked when a query execution, a call to execute/executeQuery or executeBatch succeeded and was within the timing threshold
reportQuery(String, Object[], String, long, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.ResetAbandonedTimer
 
reportQuery(String, Object[], String, long, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
 
reportSlowQuery(String, Object[], String, long, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport
Invoked when a query execution, a call to execute/executeQuery or executeBatch succeeded and was exceeded the timing threshold
reportSlowQuery(String, Object[], String, long, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.ResetAbandonedTimer
 
reportSlowQuery(String, Object[], String, long, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
 
reportSlowQuery(String, Object[], String, long, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
Reports a slow query and sends a JMX notification if logging is enabled.
Repository(String, ClassLoaderFactory.RepositoryType) - Constructor for class org.apache.catalina.startup.ClassLoaderFactory.Repository
 
reprioritise(int, int, boolean, int) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
Deprecated.
Unused. Will be removed in Tomcat 11 onwards.
req - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
The current HTTP servlet request.
REQ_HOST_ADDR_ATTRIBUTE - Enum constant in enum org.apache.coyote.ActionCode
Callback for lazy evaluation - extract the remote host address.
REQ_HOST_ATTRIBUTE - Enum constant in enum org.apache.coyote.ActionCode
Callback for lazy evaluation - extract the remote host name and address.
REQ_JASPIC_SUBJECT_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The notes key for the JASPIC subject associated with the current request.
REQ_LOCAL_ADDR_ATTRIBUTE - Enum constant in enum org.apache.coyote.ActionCode
Callback for lazy evaluation - local address.
REQ_LOCAL_NAME_ATTRIBUTE - Enum constant in enum org.apache.coyote.ActionCode
Callback for lazy evaluation - local address.
REQ_LOCALPORT_ATTRIBUTE - Enum constant in enum org.apache.coyote.ActionCode
Callback for lazy evaluation - socket local port.
REQ_PEER_ADDR_ATTRIBUTE - Enum constant in enum org.apache.coyote.ActionCode
Callback for lazy evaluation - extract the connection peer address.
REQ_REMOTEPORT_ATTRIBUTE - Enum constant in enum org.apache.coyote.ActionCode
Callback for lazy evaluation - socket remote port.
REQ_SET_BODY_REPLAY - Enum constant in enum org.apache.coyote.ActionCode
Callback for setting FORM auth body replay
REQ_SSL_ATTRIBUTE - Enum constant in enum org.apache.coyote.ActionCode
Callback for lazy evaluation - extract the SSL-related attributes including the client certificate if present.
REQ_SSL_CERTIFICATE - Enum constant in enum org.apache.coyote.ActionCode
Force a TLS re-handshake and make the resulting client certificate (if any) available as a request attribute.
REQ_SSOID_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The notes key to track the single-sign-on identity with which this request is associated.
request - Variable in class org.apache.catalina.connector.RequestFacade
The wrapped request.
request - Variable in class org.apache.catalina.connector.Response
The request with which this response is associated.
request - Variable in class org.apache.catalina.valves.rewrite.ResolverImpl
The request being processed.
request - Variable in class org.apache.coyote.AbstractProcessor
The request being processed.
Request - Class in org.apache.catalina.connector
Wrapper object for the Coyote request.
Request - Class in org.apache.coyote
This is a low-level, efficient representation of a server request.
Request() - Constructor for class org.apache.coyote.Request
Default constructor.
Request(Connector) - Constructor for class org.apache.catalina.connector.Request
Create a new Request object associated with the given Connector.
REQUEST - Static variable in class org.apache.tomcat.util.descriptor.web.FilterMap
Dispatcher type constant for request dispatch.
REQUEST_BODY_FULLY_READ - Enum constant in enum org.apache.coyote.ActionCode
Indicates if the request body has been fully read.
REQUEST_BODY_INCOMPLETE - Enum constant in enum org.apache.tomcat.util.http.Parameters.FailReason
Deprecated.
Unused. Will be removed in Tomcat 11.0.x onwards
REQUEST_FORWARDED_ATTRIBUTE - Static variable in class org.apache.catalina.Globals
The request attribute that is set to the value of Boolean.TRUE by the RemoteIpFilter, RemoteIpValve (and other similar components) that identifies a request which been forwarded via one or more proxies.
REQUEST_HEADER_ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class org.apache.catalina.filters.CorsFilter
The Access-Control-Request-Headers header indicates which headers will be used in the actual request as part of the preflight request.
REQUEST_HEADER_ACCESS_CONTROL_REQUEST_METHOD - Static variable in class org.apache.catalina.filters.CorsFilter
The Access-Control-Request-Method header indicates which method will be used in the actual request as part of the preflight request.
REQUEST_HEADER_ORIGIN - Static variable in class org.apache.catalina.filters.CorsFilter
The Origin header indicates where the cross-origin request or preflight request originates from.
RequestAttributeElement(String) - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.RequestAttributeElement
Creates a new request attribute element.
RequestAttributeElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.RequestAttributeElement
Creates a new RequestAttributeElement for the specified attribute.
requestAttributesEnabled - Variable in class org.apache.catalina.valves.AbstractAccessLogValve
Should this valve use request attributes for IP address, hostname, protocol and port used for the request.
requestAttributesEnabled - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
Should this valve set request attributes for IP address, hostname, protocol and port used for the request.
requestCompleted(String) - Method in interface org.apache.catalina.ha.ClusterManager
When the request has been completed, the replication valve will notify the manager, and the manager will decide whether any replication is needed or not.
requestCompleted(String) - Method in class org.apache.catalina.ha.session.BackupManager
 
requestCompleted(String) - Method in class org.apache.catalina.ha.session.DeltaManager
 
requestCompleted(String, boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
When the request has been completed, the replication valve will notify the manager, and the manager will decide whether any replication is needed or not.
RequestContext - Interface in org.apache.tomcat.util.http.fileupload
Abstracts access to the request information needed for file uploads.
requestDispatcherPath - Variable in class org.apache.catalina.connector.Request
The current request dispatcher path.
RequestDumperFilter - Class in org.apache.catalina.filters
Implementation of a Filter that logs interesting contents from the specified Request (before processing) and the corresponding Response (after processing).
RequestDumperFilter() - Constructor for class org.apache.catalina.filters.RequestDumperFilter
Default constructor.
REQUESTED_CIPHERS_KEY - Static variable in interface org.apache.tomcat.util.net.SSLSupport
The request attribute key under which the String indicating the ciphers requested by the client are recorded.
REQUESTED_PROTOCOL_VERSIONS_KEY - Static variable in interface org.apache.tomcat.util.net.SSLSupport
The request attribute key under which the String indicating the protocols requested by the client are recorded.
requestedSessionCookie - Variable in class org.apache.catalina.connector.Request
Was the requested session ID received in a cookie?
requestedSessionId - Variable in class org.apache.catalina.connector.Request
The requested session ID (if any) for this request.
requestedSessionSSL - Variable in class org.apache.catalina.connector.Request
Was the requested session ID obtained from the SSL session?
requestedSessionURL - Variable in class org.apache.catalina.connector.Request
Was the requested session ID received in a URL?
RequestFacade - Class in org.apache.catalina.connector
Facade class that wraps a Coyote request object.
RequestFacade(Request) - Constructor for class org.apache.catalina.connector.RequestFacade
Construct a wrapper for the specified request.
RequestFilter - Class in org.apache.catalina.filters
Implementation of a Filter that performs filtering based on comparing the appropriate request property (selected based on which subclass you choose to configure into your Container's pipeline) against the regular expressions configured for this Filter.
RequestFilter() - Constructor for class org.apache.catalina.filters.RequestFilter
Default constructor.
RequestFilterValve - Class in org.apache.catalina.valves
Implementation of a Valve that performs filtering based on comparing the appropriate request property (selected based on which subclass you choose to configure into your Container's pipeline) against the regular expressions configured for this Valve.
RequestFilterValve() - Constructor for class org.apache.catalina.valves.RequestFilterValve
Default constructor.
RequestGroupInfo - Class in org.apache.coyote
JMX artifact to aggregate data from each request processor thread.
RequestGroupInfo() - Constructor for class org.apache.coyote.RequestGroupInfo
Default constructor.
requestHandler(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.ssi.SSIServlet
Process our request and locate right SSI command.
RequestHeaderElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.RequestHeaderElement
Creates a new RequestHeaderElement for the specified header.
RequestInfo - Class in org.apache.coyote
Structure holding the Request and Response objects.
RequestInfo(Request) - Constructor for class org.apache.coyote.RequestInfo
Create a new instance.
RequestParameterElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.RequestParameterElement
Creates a new RequestParameterElement for the specified parameter.
requestPath - Variable in class org.apache.catalina.mapper.MappingData
The request path.
requestProcessors - Variable in class org.apache.catalina.manager.StatusManagerServlet
Vector of request processors object names.
requestURI() - Method in class org.apache.coyote.Request
Return the request URI.
RequestUtil - Class in org.apache.catalina.util
General purpose request parsing and encoding utility methods.
RequestUtil - Class in org.apache.tomcat.util.http
Utility methods for HTTP request processing.
RequestUtil() - Constructor for class org.apache.catalina.util.RequestUtil
Default constructor.
REQUIRED - Enum constant in enum org.apache.tomcat.util.net.SSLHostConfig.CertificateVerification
Required verification.
res - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
The current HTTP servlet response.
reset() - Method in class org.apache.catalina.connector.CoyoteReader
 
reset() - Method in class org.apache.catalina.connector.InputBuffer
 
reset() - Method in class org.apache.catalina.connector.OutputBuffer
Resets the output buffer without resetting writer/stream flags.
reset() - Method in class org.apache.catalina.connector.Response
 
reset() - Method in class org.apache.catalina.connector.ResponseFacade
 
reset() - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
 
reset() - Method in class org.apache.catalina.ha.session.DeltaRequest
Reset this request, returning all action objects to the pool.
reset() - Method in class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
 
reset() - Method in interface org.apache.catalina.tribes.group.interceptors.GzipInterceptorMBean
Resets all statistics counters to zero.
reset() - Method in class org.apache.catalina.tribes.io.XByteBuffer
Resets the buffer length to zero.
reset() - Method in class org.apache.catalina.tribes.membership.Membership
Reset the membership and start over fresh. i.e., delete all the members and wait for them to ping again and join this membership.
reset() - Method in class org.apache.catalina.tribes.transport.nio.NioSender
Resets the sender state for reuse.
reset() - Method in class org.apache.catalina.webresources.AbstractArchiveResource.JarInputStreamWrapper
 
reset() - Method in class org.apache.coyote.ajp.AjpMessage
Prepare this packet for accumulating a message from the container to the web server.
reset() - Method in class org.apache.coyote.Response
Reset the response to its initial state.
reset() - Method in class org.apache.juli.ClassLoaderLogManager
 
reset() - Method in interface org.apache.tomcat.Jar
Resets the internal pointer used to track JAR entries to the beginning of the JAR.
reset() - Method in class org.apache.tomcat.util.buf.StringCache
Resets all cache statistics and clears the cache.
reset() - Method in class org.apache.tomcat.util.digester.Digester
Reset the Digester to its initial state, clearing the root object, error handler, and all internal state.
reset() - Method in class org.apache.tomcat.util.net.NioEndpoint.PollerEvent
Resets the poller event to default values.
reset() - Method in class org.apache.tomcat.util.net.SocketBufferHandler
Resets both read and write buffers to their initial empty state.
reset() - Method in class org.apache.tomcat.util.scan.AbstractInputStreamJar
 
reset() - Method in class org.apache.tomcat.util.scan.JarFileUrlJar
 
reset() - Method in class org.apache.tomcat.util.scan.ReferenceCountedJar
 
reset() - Method in class org.apache.tomcat.util.threads.LimitLatch
Resets the latch and initializes the shared acquisition counter to zero.
reset(boolean) - Method in class org.apache.catalina.connector.OutputBuffer
Resets the output buffer.
reset(int, long) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
reset(E) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Resets the wrapped socket with a new socket instance.
reset(AsynchronousSocketChannel, SocketWrapperBase) - Method in class org.apache.tomcat.util.net.Nio2Channel
Reset the channel.
reset(AsynchronousSocketChannel, SocketWrapperBase) - Method in class org.apache.tomcat.util.net.SecureNio2Channel
 
reset(SocketChannel, NioEndpoint.NioSocketWrapper) - Method in class org.apache.tomcat.util.net.NioChannel
Reset the channel
reset(SocketChannel, NioEndpoint.NioSocketWrapper) - Method in class org.apache.tomcat.util.net.SecureNioChannel
 
reset(ConnectionPool, PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.DisposableConnectionFacade
 
reset(ConnectionPool, PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
no-op for this interceptor. no state is stored.
reset(ConnectionPool, PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.interceptor.ConnectionState
 
reset(ConnectionPool, PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.interceptor.ResetAbandonedTimer
 
reset(ConnectionPool, PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
Resets the query statistics reference when a connection is reset.
reset(ConnectionPool, PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
Resets this interceptor for a new connection, registering JMX if applicable.
reset(ConnectionPool, PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
reset(ConnectionPool, PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementFinalizer
 
reset(ConnectionPool, PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
Gets called each time the connection is borrowed from the pool This means that if an interceptor holds a reference to the connection the interceptor can be reused for another connection.
reset(ConnectionPool, PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.ProxyConnection
 
reset(ConnectionPool, PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.TrapException
no-op for this interceptor. no state is stored.
reset(NioEndpoint.NioSocketWrapper, int) - Method in class org.apache.tomcat.util.net.NioEndpoint.PollerEvent
Resets the poller event with new values.
reset(SocketWrapperBase, SocketEvent) - Method in class org.apache.tomcat.util.net.SocketProcessorBase
Resets this processor with a new socket wrapper and event, allowing reuse.
ResetAbandonedTimer - Class in org.apache.tomcat.jdbc.pool.interceptor
Class that resets the abandoned timer on any activity on the Connection or any successful query executions.
ResetAbandonedTimer() - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.ResetAbandonedTimer
Default constructor.
ResetAbandonedTimerMBean - Interface in org.apache.tomcat.jdbc.pool.interceptor
MBean interface for the ResetAbandonedTimer connection pool interceptor.
resetBuffer() - Method in class org.apache.catalina.connector.Response
 
resetBuffer() - Method in class org.apache.catalina.connector.ResponseFacade
 
resetBuffer() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
Clears the output buffer of the JspWriter associated with the including page.
resetBuffer(boolean) - Method in class org.apache.catalina.connector.Response
Reset the data buffer and the using Writer/Stream flags but not any status or header information.
resetCounters() - Method in class org.apache.coyote.http11.upgrade.UpgradeGroupInfo
Resets all counters to zero.
resetCounters() - Method in class org.apache.coyote.RequestGroupInfo
Reset all counters.
resetDeltaRequest() - Method in class org.apache.catalina.ha.session.DeltaSession
Reset the delta request, clearing all recorded actions.
resetDeltaRequest(Session) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Reset DeltaRequest from session
resetDiff() - Method in class org.apache.catalina.ha.session.DeltaSession
Resets the current diff state and resets the dirty flag
resetDiff() - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
Resets the current diff state and resets the dirty flag
resetError() - Method in class org.apache.catalina.connector.Response
Reset the error state.
resetError() - Method in class org.apache.coyote.Response
Reset the error state.
resetPeakThreadCount() - Static method in class org.apache.tomcat.util.Diagnostics
Reset peak thread count in ThreadMXBean
resetPeakUsage(String) - Static method in class org.apache.tomcat.util.Diagnostics
Reset peak memory usage data in MemoryPoolMXBean
resetReplicationRequest(Request, boolean) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Fix memory leak for long sessions with many changes, when no backup member exists!
resetStatistics() - Method in class org.apache.catalina.ha.session.DeltaManager
Reset manager statistics
resetStatistics() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
reset the active statistics
resetStats() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
reset the statistics of this pool.
resetStats() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
reset the statistics of this pool.
resetStats() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
JMX operation - remove all stats for this connection pool
resetStats() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
resetStats() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
reset the statistics of this pool.
resetTimer() - Method in class org.apache.tomcat.jdbc.pool.interceptor.ResetAbandonedTimer
 
resetTimer() - Method in interface org.apache.tomcat.jdbc.pool.interceptor.ResetAbandonedTimerMBean
Reset the abandoned timer for the pooled connection.
ResizableExecutor - Interface in org.apache.tomcat.util.threads
Executor that supports dynamic resizing of the thread pool and queue.
resizePool(int, int) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
resizePool(int, int) - Method in interface org.apache.tomcat.util.threads.ResizableExecutor
Resize the thread pool.
resizeQueue(int) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
resizeQueue(int) - Method in interface org.apache.tomcat.util.threads.ResizableExecutor
Resize the work queue.
resolve(String) - Method in class org.apache.catalina.valves.rewrite.Resolver
Resolve a key to a string value.
resolve(String) - Method in class org.apache.catalina.valves.rewrite.ResolverImpl
The following are not implemented: SERVER_ADMIN API_VERSION IS_SUBREQ
resolve(URI, String) - Static method in class org.apache.tomcat.util.buf.UriUtil
Replicates the behaviour of URI.resolve(String) and adds support for URIs of the form jar:file:/... .
resolveClass(ObjectStreamClass) - Method in class org.apache.catalina.tribes.io.ReplicationStream
Load the local class equivalent of the specified stream class description, by using the class loader assigned to this Context.
resolveClass(ObjectStreamClass) - Method in class org.apache.catalina.util.CustomObjectInputStream
Load the local class equivalent of the specified stream class description, by using the class loader assigned to this Context.
resolveClass(String) - Method in class org.apache.catalina.tribes.io.ReplicationStream
Resolve a class by name using the configured class loaders.
resolveEntity(String, String) - Method in class org.apache.tomcat.util.descriptor.LocalResolver
 
resolveEntity(String, String, String, String) - Method in class org.apache.tomcat.util.descriptor.LocalResolver
 
resolveEntity(String, String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
 
resolveEnv(String) - Method in class org.apache.catalina.valves.rewrite.Resolver
Resolve an environment variable key to a string value.
resolveEnv(String) - Method in class org.apache.catalina.valves.rewrite.ResolverImpl
 
resolveFile(String) - Method in class org.apache.jasper.JspC
Resolves the relative or absolute pathname correctly in both Ant and command-line situations.
resolveFunction(String, String) - Method in class org.apache.el.lang.FunctionMapperFactory
 
resolveFunction(String, String) - Method in class org.apache.el.lang.FunctionMapperImpl
 
resolveFunction(String, String) - Method in class org.apache.jasper.el.FunctionMapperImpl
Deprecated.
 
resolveFunction(String, String) - Method in class org.apache.jasper.runtime.ProtectedFunctionMapper
Resolves the specified local name and prefix into a Java.lang.Method.
resolveHosts - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
 
resolveHttp(String) - Method in class org.apache.catalina.valves.rewrite.Resolver
Resolve an HTTP header key to a string value.
resolveHttp(String) - Method in class org.apache.catalina.valves.rewrite.ResolverImpl
 
resolveProxyClass(String[]) - Method in class org.apache.catalina.tribes.io.ReplicationStream
ObjectInputStream.resolveProxyClass has some funky way of using the incorrect class loader to resolve proxy classes, let's do it our way instead
resolveProxyClass(String[]) - Method in class org.apache.catalina.util.CustomObjectInputStream
Return a proxy class that implements the interfaces named in a proxy class descriptor.
Resolver - Class in org.apache.catalina.valves.rewrite
Resolver abstract class.
Resolver() - Constructor for class org.apache.catalina.valves.rewrite.Resolver
Default constructor.
resolveRelativeUri(String) - Method in class org.apache.jasper.JspCompilationContext
Get the full value of a URI relative to this compilations context uses current file as the base.
resolveResource(int, String) - Method in class org.apache.catalina.valves.rewrite.Resolver
Resolve a resource check.
resolveResource(int, String) - Method in class org.apache.catalina.valves.rewrite.ResolverImpl
 
ResolverImpl - Class in org.apache.catalina.valves.rewrite
Implementation of the Resolver interface for the rewrite valve.
ResolverImpl(Request) - Constructor for class org.apache.catalina.valves.rewrite.ResolverImpl
Deprecated.
Will be removed in Tomcat 12 onwards. Use ResolverImpl(Request, Log)
ResolverImpl(Request, Log) - Constructor for class org.apache.catalina.valves.rewrite.ResolverImpl
Construct a new resolver for the given request.
resolveSsl(String) - Method in class org.apache.catalina.valves.rewrite.Resolver
Resolve an SSL variable key to a string value.
resolveSsl(String) - Method in class org.apache.catalina.valves.rewrite.ResolverImpl
 
resolveThreadName(LogRecord) - Method in class org.apache.juli.OneLineFormatter
Resolves the thread name for a log record, handling async handler cases.
resolveUrl(String, String, PageContext) - Static method in class org.apache.jasper.tagplugins.jstl.Util
Utility methods taken from org.apache.taglibs.standard.tag.common.core.UrlSupport
resolveVariable(String) - Method in class org.apache.el.lang.VariableMapperFactory
 
resolveVariable(String) - Method in class org.apache.el.lang.VariableMapperImpl
 
resolveVariable(String) - Method in class org.apache.jasper.el.VariableResolverImpl
Deprecated.
 
resolveVariable(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
Deprecated.
resource - Variable in class org.apache.tomcat.util.modeler.BaseModelMBean
The managed resource this MBean is associated with (if any).
Resource(InputStream, URI) - Constructor for class org.apache.tomcat.util.file.ConfigurationSource.Resource
Creates a new resource with the given input stream and URI.
RESOURCE_JAR - Enum constant in enum org.apache.catalina.WebResourceRoot.ResourceSetType
Resource JAR set.
ResourceBase - Class in org.apache.tomcat.util.descriptor.web
Representation of a Context element.
ResourceBase() - Constructor for class org.apache.tomcat.util.descriptor.web.ResourceBase
Default constructor.
ResourceCondition() - Constructor for class org.apache.catalina.valves.rewrite.RewriteCond.ResourceCondition
Default constructor.
resourceEntries - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
The cache of ResourceEntry for classes and resources we have loaded, keyed by resource path, not binary name.
ResourceEntry - Class in org.apache.catalina.loader
Resource entry.
ResourceEntry() - Constructor for class org.apache.catalina.loader.ResourceEntry
Default constructor.
ResourceEnvFactory - Class in org.apache.naming.factory
Object factory for Resources env.
ResourceEnvFactory() - Constructor for class org.apache.naming.factory.ResourceEnvFactory
Default constructor.
ResourceEnvRef - Class in org.apache.naming
Represents a reference address to a resource environment.
ResourceEnvRef(String) - Constructor for class org.apache.naming.ResourceEnvRef
Resource env reference.
ResourceFactory - Class in org.apache.naming.factory
Object factory for Resources.
ResourceFactory() - Constructor for class org.apache.naming.factory.ResourceFactory
Default constructor.
resourceLastModifiedComparator - Variable in class org.apache.catalina.servlets.DefaultServlet.SortManager
Comparator to use when sorting resources by last-modified date.
resourceLastModifiedComparatorAsc - Variable in class org.apache.catalina.servlets.DefaultServlet.SortManager
Comparator to use when sorting files by last-modified date, ascending (reverse).
ResourceLinkFactory - Class in org.apache.naming.factory
Object factory for resource links.
ResourceLinkFactory() - Constructor for class org.apache.naming.factory.ResourceLinkFactory
Default constructor.
ResourceLinkRef - Class in org.apache.naming
Represents a reference address to a resource.
ResourceLinkRef(String, String, String, String) - Constructor for class org.apache.naming.ResourceLinkRef
ResourceLink Reference.
ResourceLock(String) - Constructor for class org.apache.catalina.WebResourceLockSet.ResourceLock
 
resourceName - Variable in class org.apache.catalina.realm.UserDatabaseRealm
The global JNDI name of the UserDatabase resource we will be utilizing.
resourceNameComparator - Variable in class org.apache.catalina.servlets.DefaultServlet.SortManager
Comparator to use when sorting resources by name.
resourceNameComparatorAsc - Variable in class org.apache.catalina.servlets.DefaultServlet.SortManager
Comparator to use when sorting files by name, ascending (reverse).
resourceOnly - Variable in class org.apache.catalina.mapper.Mapper.MappedWrapper
Whether this is resource only.
resourcePath - Variable in class org.apache.catalina.valves.rewrite.RewriteValve
Relative path to the configuration file.
ResourceRef - Class in org.apache.naming
Represents a reference address to a resource.
ResourceRef(String, String, String, String, boolean) - Constructor for class org.apache.naming.ResourceRef
Resource Reference.
ResourceRef(String, String, String, String, boolean, String, String) - Constructor for class org.apache.naming.ResourceRef
Resource Reference.
resources - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
Associated web resources for this webapp.
resources - Variable in class org.apache.catalina.mapper.Mapper.ContextVersion
The web resource root.
resources - Variable in class org.apache.catalina.servlets.DefaultServlet
The complete set of web application resources
resources(PrintWriter, String, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Render a list of available global JNDI resources.
RESOURCES_ATTR - Static variable in class org.apache.catalina.Globals
The WebResourceRoot which is associated with the context.
ResourceSet<T> - Class in org.apache.catalina.util
Extended implementation of HashSet that includes a locked property.
ResourceSet() - Constructor for class org.apache.catalina.util.ResourceSet
Construct a new, empty set with the default initial capacity and load factor.
ResourceSet(int) - Constructor for class org.apache.catalina.util.ResourceSet
Construct a new, empty set with the specified initial capacity and default load factor.
ResourceSet(int, float) - Constructor for class org.apache.catalina.util.ResourceSet
Construct a new, empty set with the specified initial capacity and load factor.
ResourceSet(Collection) - Constructor for class org.apache.catalina.util.ResourceSet
Construct a new set with the same contents as the existing collection.
resourceSizeComparator - Variable in class org.apache.catalina.servlets.DefaultServlet.SortManager
Comparator to use when sorting resources by size.
resourceSizeComparatorAsc - Variable in class org.apache.catalina.servlets.DefaultServlet.SortManager
Comparator to use when sorting files by size, ascending (reverse).
resourcesStart() - Method in class org.apache.catalina.core.StandardContext
Allocate resources, including proxy.
resourcesStop() - Method in class org.apache.catalina.core.StandardContext
Deallocate resources and destroy proxy.
ResourcesTask - Class in org.apache.catalina.ant
Ant task that implements the /resources command, supported by the Tomcat manager application.
ResourcesTask() - Constructor for class org.apache.catalina.ant.ResourcesTask
Default constructor.
resourceType - Variable in class org.apache.tomcat.util.modeler.BaseModelMBean
The type of the managed resource.
response - Variable in class org.apache.catalina.connector.Request
The response with which this request is associated.
response - Variable in class org.apache.catalina.connector.ResponseFacade
The wrapped response.
response - Variable in class org.apache.coyote.AbstractProcessor
The response being processed.
response - Variable in class org.apache.coyote.http11.Http11OutputBuffer
Associated Coyote response.
Response - Class in org.apache.catalina.connector
Wrapper object for the Coyote response.
Response - Class in org.apache.catalina.tribes.group
A response object holds a message from a responding partner.
Response - Class in org.apache.coyote
Response object.
Response() - Constructor for class org.apache.catalina.connector.Response
 
Response() - Constructor for class org.apache.catalina.tribes.group.Response
Default constructor.
Response() - Constructor for class org.apache.coyote.Response
Default constructor.
Response(int) - Constructor for class org.apache.catalina.connector.Response
 
Response(Member, Serializable) - Constructor for class org.apache.catalina.tribes.group.Response
Constructor with source and message.
RESPONSE_HEADER_ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class org.apache.catalina.filters.CorsFilter
The Access-Control-Allow-Credentials header indicates whether the response to request can be exposed when the omit credentials flag is unset.
RESPONSE_HEADER_ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class org.apache.catalina.filters.CorsFilter
The Access-Control-Allow-Headers header indicates, as part of the response to a preflight request, which header field names can be used during the actual request.
RESPONSE_HEADER_ACCESS_CONTROL_ALLOW_METHODS - Static variable in class org.apache.catalina.filters.CorsFilter
The Access-Control-Allow-Methods header indicates, as part of the response to a preflight request, which methods can be used during the actual request.
RESPONSE_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class org.apache.catalina.filters.CorsFilter
The Access-Control-Allow-Origin header indicates whether a resource can be shared based by returning the value of the Origin request header in the response.
RESPONSE_HEADER_ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class org.apache.catalina.filters.CorsFilter
The Access-Control-Expose-Headers header indicates which headers are safe to expose to the API of a CORS API specification
RESPONSE_HEADER_ACCESS_CONTROL_MAX_AGE - Static variable in class org.apache.catalina.filters.CorsFilter
The Access-Control-Max-Age header indicates how long the results of a preflight request can be cached in a preflight result cache.
ResponseAllHeaderElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.ResponseAllHeaderElement
Creates a new ResponseAllHeaderElement for the specified header.
ResponseFacade - Class in org.apache.catalina.connector
Facade class that wraps a Coyote response object.
ResponseFacade(Response) - Constructor for class org.apache.catalina.connector.ResponseFacade
Construct a wrapper for the specified response.
responseFinished - Variable in class org.apache.coyote.http11.Http11OutputBuffer
Finished flag.
ResponseHeaderElement(String) - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.ResponseHeaderElement
Creates a new response header element.
ResponseHeaderElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.ResponseHeaderElement
Creates a new ResponseHeaderElement for the specified header.
ResponseIncludeWrapper - Class in org.apache.catalina.ssi
An HttpServletResponseWrapper, used from SSIServletExternalResolver.
ResponseIncludeWrapper(HttpServletResponse, ServletOutputStream) - Constructor for class org.apache.catalina.ssi.ResponseIncludeWrapper
Initialize our wrapper with the current HttpServletResponse and ServletOutputStream.
responses - Variable in class org.apache.catalina.tribes.group.RpcChannel.RpcCollector
Collected responses.
ResponseUtil - Class in org.apache.tomcat.util.http
Utility methods for HTTP response handling.
ResponseWrapper(HttpServletResponse, String) - Constructor for class org.apache.catalina.filters.AddDefaultCharsetFilter.ResponseWrapper
Constructs a new ResponseWrapper.
restart() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Restarts the datasource.
restart() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
RestCsrfPreventionFilter - Class in org.apache.catalina.filters
Provides basic CSRF protection for REST APIs.
RestCsrfPreventionFilter() - Constructor for class org.apache.catalina.filters.RestCsrfPreventionFilter
Default constructor.
restoreRequest(Request, Session) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Restore the original request from information stored in our session.
RESULTSET_IDX - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
RESULTSET_TYPES - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
Method names that return a ResultSet.
resultSetConstructor - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
the constructor to create the resultSet proxies
ResultSetProxy(Object, Object) - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.ResultSetProxy
Constructs a ResultSetProxy.
ResultSetProxy(Object, Object) - Constructor for class org.apache.tomcat.jdbc.pool.StatementFacade.ResultSetProxy
Constructs a ResultSetProxy.
resume() - Method in class org.apache.catalina.connector.Connector
Resume the connector.
resume() - Method in class org.apache.coyote.AbstractProtocol
Resumes the protocol handler.
resume() - Method in interface org.apache.coyote.ProtocolHandler
Resume the protocol (optional).
resume() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Resume the endpoint, which will make it start accepting new connections again.
resume() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
 
resume() - Method in class org.apache.tomcat.websocket.WsFrameBase
Resumes processing of this frame after suspension.
resume() - Method in class org.apache.tomcat.websocket.WsSession
Resumes the reading of the incoming messages.
resumeProcessing() - Method in class org.apache.tomcat.websocket.server.WsFrameServer
 
resumeProcessing() - Method in class org.apache.tomcat.websocket.WsFrameBase
This method will be invoked when the read operation is resumed.
resumeProcessing() - Method in class org.apache.tomcat.websocket.WsFrameClient
 
retainAll(Collection) - Method in class org.apache.catalina.util.ResourceSet
retainAll(Collection) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
retainAll(Collection) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
retainBloomFilterForArchives - Variable in class org.apache.catalina.webresources.AbstractArchiveResourceSet
Whether to retain the bloom filter for archives.
RetryableQueue<T> - Interface in org.apache.tomcat.util.threads
A retryable queue interface that extends BlockingQueue.
returnBuffer(XByteBuffer) - Method in class org.apache.catalina.tribes.io.BufferPool
Returns a buffer to the pool for reuse.
returnCanonicalPath(String) - Method in class org.apache.catalina.startup.HostConfig
Return the canonical file for the given path.
returnConnection(PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Returns a connection to the pool If the pool is closed, the connection will be released If the connection is not part of the busy queue, it will be released.
RETURNING - Enum constant in enum org.apache.tomcat.dbcp.pool2.PooledObjectState
Returning to the pool.
returnObject(K, T) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
Returns an object to a keyed sub-pool.
returnObject(K, V) - Method in interface org.apache.tomcat.dbcp.pool2.KeyedObjectPool
Return an instance to the pool.
returnObject(T) - Method in class org.apache.tomcat.dbcp.pool2.BaseObjectPool
 
returnObject(T) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
Returns an instance to the pool.
returnObject(T) - Method in class org.apache.tomcat.dbcp.pool2.impl.SoftReferenceObjectPool
Returns an instance to the pool after successful validation and passivation.
returnObject(T) - Method in interface org.apache.tomcat.dbcp.pool2.ObjectPool
Returns an instance to the pool.
returnSender(DataSender) - Method in class org.apache.catalina.tribes.transport.PooledSender
Returns a sender back to the pool after use.
returnWorker(AbstractRxTask) - Method in class org.apache.catalina.tribes.transport.RxTaskPool
Called by the worker thread to return itself to the idle pool.
reuse(Tag) - Method in class org.apache.jasper.runtime.TagHandlerPool
Adds the given tag handler to this tag handler pool, unless this tag handler pool has already reached its capacity, in which case the tag handler's release() method is called.
RewriteCond - Class in org.apache.catalina.valves.rewrite
Rewrite condition.
RewriteCond() - Constructor for class org.apache.catalina.valves.rewrite.RewriteCond
Default constructor.
RewriteCond.Condition - Class in org.apache.catalina.valves.rewrite
Abstract condition interface.
RewriteCond.LexicalCondition - Class in org.apache.catalina.valves.rewrite
Lexical comparison condition.
RewriteCond.PatternCondition - Class in org.apache.catalina.valves.rewrite
Pattern-based condition.
RewriteCond.ResourceCondition - Class in org.apache.catalina.valves.rewrite
Resource existence condition.
RewriteCondBackReferenceElement() - Constructor for class org.apache.catalina.valves.rewrite.Substitution.RewriteCondBackReferenceElement
Constructs a new RewriteCondBackReferenceElement.
RewriteMap - Interface in org.apache.catalina.valves.rewrite
Interface for user defined lookup/replacement logic that can be defined in a rewrite.config file by a RewriteMap directive.
RewriteRule - Class in org.apache.catalina.valves.rewrite
Represents a rewrite rule for URL rewriting.
RewriteRule() - Constructor for class org.apache.catalina.valves.rewrite.RewriteRule
Default constructor.
RewriteRuleBackReferenceElement() - Constructor for class org.apache.catalina.valves.rewrite.Substitution.RewriteRuleBackReferenceElement
Constructs a new RewriteRuleBackReferenceElement.
rewriteUrl(String) - Method in class org.apache.catalina.servlets.DefaultServlet
URL rewriter.
RewriteValve - Class in org.apache.catalina.valves.rewrite
Note: Extra caution should be used when adding a Rewrite Rule.
RewriteValve() - Constructor for class org.apache.catalina.valves.rewrite.RewriteValve
Create a new RewriteValve instance.
Rfc6265CookieProcessor - Class in org.apache.tomcat.util.http
A CookieProcessor implementation that follows RFC 6265 for cookie parsing and generation.
Rfc6265CookieProcessor() - Constructor for class org.apache.tomcat.util.http.Rfc6265CookieProcessor
Create a new Rfc6265CookieProcessor instance.
rgOname - Variable in class org.apache.coyote.AbstractProtocol
Name of MBean for the Global Request Processor.
role - Variable in class org.apache.tomcat.util.modeler.OperationInfo
Role of the operation.
Role - Interface in org.apache.catalina
Abstract representation of a security role, suitable for use in environments like JAAS that want to deal with Principals.
ROLE_ALL_AUTHENTICATED_USERS - Static variable in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
Wildcard value that represents all authenticated users.
ROLE_ALL_ROLES - Static variable in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
Wildcard value that represents all roles.
roleAndGroupDescriptionCol - Variable in class org.apache.catalina.users.DataSourceUserDatabase
The column in the role and group tables for the description
roleBase - Variable in class org.apache.catalina.realm.JNDIRealm
The base element for role searches.
roleBaseFormat - Variable in class org.apache.catalina.realm.JNDIRealm.JNDIConnection
The MessageFormat object associated with the current roleBase.
roleClasses - Variable in class org.apache.catalina.realm.JAASRealm
The list of role class names, split out for easy processing.
roleClassNames - Variable in class org.apache.catalina.realm.JAASRealm
Comma-delimited list of java.security.Principal classes that represent security roles.
roleFormat - Variable in class org.apache.catalina.realm.JNDIRealm.JNDIConnection
The MessageFormat object associated with the current roleSearch.
RoleMBean - Class in org.apache.catalina.mbeans
A ModelMBean implementation for the org.apache.catalina.Role component.
RoleMBean() - Constructor for class org.apache.catalina.mbeans.RoleMBean
Create a new RoleMBean instance.
rolename - Variable in class org.apache.catalina.users.AbstractRole
The role name of this Role.
roleName - Variable in class org.apache.catalina.realm.JNDIRealm
The name of the attribute containing roles held elsewhere
roleNameCol - Variable in class org.apache.catalina.realm.DataSourceRealm
The column in the user role table that names a role
roleNameCol - Variable in class org.apache.catalina.users.DataSourceUserDatabase
The column in the user role table that names a role
roleNested - Variable in class org.apache.catalina.realm.JNDIRealm
Should we look for nested group in order to determine roles?
roles - Variable in class org.apache.catalina.realm.GenericPrincipal
The set of roles associated with this user.
roles - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The Principal for the roles.
roles - Variable in class org.apache.catalina.users.GenericGroup
The set of Roles associated with this group.
roles - Variable in class org.apache.catalina.users.GenericUser
The set of Roles associated with this user.
roles - Variable in class org.apache.catalina.users.MemoryUserDatabase
The set of Roles defined in this database, keyed by role name.
roleSearch - Variable in class org.apache.catalina.realm.JNDIRealm
The message format used to select roles for a user, with "{0}" marking the spot where the distinguished name of the user goes.
roleSearchAsUser - Variable in class org.apache.catalina.realm.JNDIRealm
When searching for user roles, should the search be performed as the user currently being authenticated?
roleSubtree - Variable in class org.apache.catalina.realm.JNDIRealm
Should we search the entire subtree for matching memberships?
roleTable - Variable in class org.apache.catalina.users.DataSourceUserDatabase
The table that holds user data.
rollback() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
rollback() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.ManagedConnection
 
rollback(Savepoint) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
rollback(Xid) - Method in class org.apache.tomcat.dbcp.dbcp2.managed.LocalXAConnectionFactory.LocalXAResource
Rolls back the transaction and restores the original auto commit setting.
root - Variable in class org.apache.tomcat.util.digester.Digester
The "root" element of the stack (in other words, the last object that was popped).
ROOT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
Internal name for the root action.
ROOT_NAME - Static variable in class org.apache.catalina.util.ContextName
The name used for the root context.
RootLogger() - Constructor for class org.apache.juli.ClassLoaderLogManager.RootLogger
Creates a new root logger with an empty name and no parent.
rotatable - Variable in class org.apache.catalina.valves.AccessLogValve
Should we rotate our log file?
rotate() - Method in class org.apache.catalina.valves.AccessLogValve
Rotate the log file if necessary.
rotate(String) - Method in class org.apache.catalina.valves.AccessLogValve
Rename the existing log file to something else.
rotateSessionId(Session) - Method in class org.apache.catalina.ha.session.DeltaManager
 
rotateSessionId(Session) - Method in interface org.apache.catalina.Manager
Change the session ID of the current session to a new randomly generated session ID.
rotateSessionId(Session) - Method in class org.apache.catalina.session.ManagerBase
 
rotateSessionId(Session, boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
Rotate the session ID and optionally notify cluster members.
rowDeleted() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
rowInserted() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
rowUpdated() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
RpcCallback - Interface in org.apache.catalina.tribes.group
The RpcCallback interface is an interface for the Tribes channel to request a response object to a request that came in.
rpcChannel - Variable in class org.apache.catalina.tribes.membership.StaticMembershipProvider
RPC channel for sending messages.
rpcChannel - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
The RpcChannel to send RPC messages through
RpcChannel - Class in org.apache.catalina.tribes.group
A channel to handle RPC messaging
RpcChannel(byte[], Channel, RpcCallback) - Constructor for class org.apache.catalina.tribes.group.RpcChannel
Create an RPC channel.
RpcChannel.RpcCollector - Class in org.apache.catalina.tribes.group
Class that holds all response.
RpcChannel.RpcCollectorKey - Class in org.apache.catalina.tribes.group
Key used to identify an RPC collector.
RpcCollector(RpcChannel.RpcCollectorKey, int, int) - Constructor for class org.apache.catalina.tribes.group.RpcChannel.RpcCollector
Create a new RpcCollector.
RpcCollectorKey(byte[]) - Constructor for class org.apache.catalina.tribes.group.RpcChannel.RpcCollectorKey
Create a new RpcCollectorKey.
rpcId - Variable in class org.apache.catalina.tribes.group.RpcMessage
The RPC channel identifier.
RpcMessage - Class in org.apache.catalina.tribes.group
A message used for RPC communication between group members.
RpcMessage() - Constructor for class org.apache.catalina.tribes.group.RpcMessage
Default constructor required by Externalizable.
RpcMessage(byte[], byte[], Serializable) - Constructor for class org.apache.catalina.tribes.group.RpcMessage
Create a new RpcMessage.
RpcMessage.NoRpcChannelReply - Class in org.apache.catalina.tribes.group
A reply message sent when no RPC channel is found for a given RPC ID.
rpcTimeout - Variable in class org.apache.catalina.tribes.membership.StaticMembershipProvider
RPC operation timeout in milliseconds.
rpcTimeout - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Timeout for RPC messages, how long we will wait for a reply
RSA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Authentication
RSA authentication.
RSA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.KeyExchange
RSA key exchange (SSL_kRSA).
RSA - Enum constant in enum org.apache.tomcat.util.net.SSLHostConfigCertificate.Type
RSA certificate type.
rsa_pkcs1_sha1 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
RSA with SHA-1 (PKCS1-v1_5, legacy).
rsa_pkcs1_sha256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
RSA with SHA-256 (PKCS1-v1_5).
rsa_pkcs1_sha384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
RSA with SHA-384 (PKCS1-v1_5).
rsa_pkcs1_sha512 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
RSA with SHA-512 (PKCS1-v1_5).
rsa_pss_pss_sha256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
RSA-PSS with SHA-256.
rsa_pss_pss_sha384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
RSA-PSS with SHA-384.
rsa_pss_pss_sha512 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
RSA-PSS with SHA-512.
rsa_pss_rsae_sha256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
RSA-PSS with RSA-E and SHA-256.
rsa_pss_rsae_sha384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
RSA-PSS with RSA-E and SHA-384.
rsa_pss_rsae_sha512 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
RSA-PSS with RSA-E and SHA-512.
RSAPSK - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.KeyExchange
RSA with pre-shared key.
rtrim() - Method in class org.apache.jasper.compiler.Node.TemplateText
Trim all whitespace from the right of the template text
Rule - Class in org.apache.tomcat.util.digester
Concrete implementations of this class implement actions to be taken when a corresponding nested pattern of XML elements has been matched.
Rule() - Constructor for class org.apache.tomcat.util.digester.Rule
Base constructor.
rules - Variable in class org.apache.catalina.valves.rewrite.RewriteValve
The rewrite rules that the valve will use.
rules - Variable in class org.apache.tomcat.util.digester.Digester
The Rules implementation containing our collection of Rule instances and associated matching policy.
rules - Variable in class org.apache.tomcat.util.digester.RulesBase
The set of registered Rule instances, in the order that they were originally registered.
rules() - Method in interface org.apache.tomcat.util.digester.Rules
Return a List of all registered Rule instances, or a zero-length List if there are no registered Rule instances.
rules() - Method in class org.apache.tomcat.util.digester.RulesBase
Return a List of all registered Rule instances, or a zero-length List if there are no registered Rule instances.
Rules - Interface in org.apache.tomcat.util.digester
Public interface defining a collection of Rule instances (and corresponding matching patterns) plus an implementation of a matching policy that selects the rules that match a particular pattern of nested elements discovered during parsing.
RulesBase - Class in org.apache.tomcat.util.digester
Default implementation of the Rules interface that supports the standard rule matching behavior.
RulesBase() - Constructor for class org.apache.tomcat.util.digester.RulesBase
Default constructor.
RuleSet - Interface in org.apache.tomcat.util.digester
Public interface defining a shorthand means of configuring a complete set of related Rule definitions, possibly associated with a particular namespace URI, in one operation.
rulesValidation - Variable in class org.apache.tomcat.util.digester.Digester
Warn on missing attributes and elements.
run - Variable in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
Whether the queue is running.
run() - Method in class org.apache.catalina.core.ContainerBase.ContainerBackgroundProcessor
 
run() - Method in class org.apache.catalina.core.ContainerBase.ContainerBackgroundProcessorMonitor
 
run() - Method in class org.apache.catalina.core.ContainerBase.PrivilegedAddChild
 
run() - Method in class org.apache.catalina.loader.WebappClassLoaderBase.PrivilegedFindClassByName
 
run() - Method in class org.apache.catalina.loader.WebappClassLoaderBase.PrivilegedGetClassLoader
 
run() - Method in class org.apache.catalina.loader.WebappClassLoaderBase.PrivilegedJavaseGetResource
 
run() - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Executes a CGI script with the desired environment, current working directory, and input/output streams
run() - Method in class org.apache.catalina.startup.Catalina.CatalinaShutdownHook
 
run() - Method in class org.apache.catalina.tribes.group.GroupChannel.HeartbeatRunnable
 
run() - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor.PingThread
 
run() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl.ReceiverThread
 
run() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl.RecoveryThread
 
run() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl.SenderThread
 
run() - Method in class org.apache.catalina.tribes.membership.StaticMembershipProvider.PingThread
 
run() - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
Start thread and listen
run() - Method in class org.apache.catalina.tribes.transport.nio.NioReplicationTask
 
run() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool.ConnectionFuture
run method to be executed when cancelled by an executor
run() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool.PoolCleaner
 
run() - Method in class org.apache.tomcat.util.net.Acceptor
 
run() - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2Acceptor
 
run() - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
The background thread that adds sockets to the Poller, checks the poller for triggered events and hands the associated socket off to an appropriate processor as events occur.
run() - Method in class org.apache.tomcat.util.net.SocketProcessorBase
 
run() - Method in class org.apache.tomcat.util.security.PrivilegedGetTccl
 
run() - Method in class org.apache.tomcat.util.security.PrivilegedSetAccessControlContext
 
run() - Method in class org.apache.tomcat.util.security.PrivilegedSetTccl
 
runAs - Variable in class org.apache.catalina.core.StandardWrapper
The run-as identity for this servlet.
running - Variable in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
Whether the ping thread is currently running.
running - Variable in class org.apache.catalina.tribes.membership.StaticMembershipProvider
Whether the ping thread is currently running.
running - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Running state of the endpoint.
RUNNING - Enum constant in enum org.apache.tomcat.util.net.Acceptor.AcceptorState
Acceptor is actively accepting connections.
rxBufSize - Variable in class org.apache.tomcat.util.net.SocketProperties
Socket receive buffer size in bytes (SO_RCVBUF).
RxTaskPool - Class in org.apache.catalina.tribes.transport
A very simple thread pool class.
RxTaskPool(int, int, RxTaskPool.TaskCreator) - Constructor for class org.apache.catalina.tribes.transport.RxTaskPool
Create a new fixed-size receive task pool.
RxTaskPool.TaskCreator - Interface in org.apache.catalina.tribes.transport
Factory interface for creating receive tasks.

S

SafeForkJoinWorkerThreadFactory - Class in org.apache.catalina.startup
Provides a ForkJoinPool.ForkJoinWorkerThreadFactory that provides ForkJoinWorkerThreads that won't trigger memory leaks due to retained references to web application class loaders.
SafeForkJoinWorkerThreadFactory() - Constructor for class org.apache.catalina.startup.SafeForkJoinWorkerThreadFactory
Default constructor.
sameMembers(Member[], Member[]) - Static method in class org.apache.catalina.tribes.util.Arrays
Checks if two member arrays contain the same members.
SameSiteCookies - Enum in org.apache.tomcat.util.http
Defines the possible values for the SameSite cookie attribute.
save() - Method in class org.apache.catalina.mbeans.SparseUserDatabaseMBean
Call actual save and unregister all obsolete beans.
save() - Method in interface org.apache.catalina.UserDatabase
Save any updated information to the persistent storage location for this user database.
save() - Method in class org.apache.catalina.users.DataSourceUserDatabase
 
save() - Method in class org.apache.catalina.users.MemoryUserDatabase
 
save(PrintWriter, String, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Store server configuration.
save(Session) - Method in class org.apache.catalina.session.DataSourceStore
 
save(Session) - Method in class org.apache.catalina.session.FileStore
 
save(Session) - Method in interface org.apache.catalina.Store
Save the specified Session into this Store.
SavedRequest - Class in org.apache.catalina.authenticator
Object that saves the critical information from a request so that form-based authentication can reproduce it once the user has been authenticated.
SavedRequest() - Constructor for class org.apache.catalina.authenticator.SavedRequest
Default constructor.
SavedRequestInputFilter - Class in org.apache.coyote.http11.filters
Input filter responsible for replaying the request body when restoring the saved request after FORM authentication.
SavedRequestInputFilter(ByteChunk) - Constructor for class org.apache.coyote.http11.filters.SavedRequestInputFilter
Create a new SavedRequestInputFilter.
savedRequestURL(Session) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Return the request URI (with the corresponding query string, if any) from the saved request so that we can redirect to it.
saveInternal(Connection) - Method in class org.apache.catalina.users.DataSourceUserDatabase
Save all pending changes to the database using the provided connection.
saveOnRestart - Variable in class org.apache.catalina.session.PersistentManagerBase
Whether to save and reload sessions when the Manager unload and load methods are called.
saveRequest(Request, Session) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Save the original request information into our session.
saxLog - Variable in class org.apache.tomcat.util.digester.Digester
The Log to which all SAX event related logging calls will be made.
sc - Variable in class org.apache.tomcat.util.net.Nio2Channel
 
sc - Variable in class org.apache.tomcat.util.net.NioChannel
The underlying socket channel.
SC_A_ARE_DONE - Static variable in class org.apache.coyote.ajp.Constants
Terminator byte for the list of attributes.
SC_A_AUTH_TYPE - Static variable in class org.apache.coyote.ajp.Constants
Attribute code for authentication type.
SC_A_CONTEXT - Static variable in class org.apache.coyote.ajp.Constants
Attribute code for context.
SC_A_JVM_ROUTE - Static variable in class org.apache.coyote.ajp.Constants
Attribute code for JVM route.
SC_A_QUERY_STRING - Static variable in class org.apache.coyote.ajp.Constants
Attribute code for query string.
SC_A_REMOTE_USER - Static variable in class org.apache.coyote.ajp.Constants
Attribute code for remote user.
SC_A_REQ_ATTRIBUTE - Static variable in class org.apache.coyote.ajp.Constants
Attribute code for request attributes not in the predefined list.
SC_A_REQ_LOCAL_ADDR - Static variable in class org.apache.coyote.ajp.Constants
AJP private request attribute for local address.
SC_A_REQ_REMOTE_PORT - Static variable in class org.apache.coyote.ajp.Constants
AJP private request attribute for remote port.
SC_A_SECRET - Static variable in class org.apache.coyote.ajp.Constants
Attribute code for secret.
SC_A_SERVLET_PATH - Static variable in class org.apache.coyote.ajp.Constants
Attribute code for servlet path.
SC_A_SSL_CERT - Static variable in class org.apache.coyote.ajp.Constants
Attribute code for SSL certificate.
SC_A_SSL_CIPHER - Static variable in class org.apache.coyote.ajp.Constants
Attribute code for SSL cipher.
SC_A_SSL_KEY_SIZE - Static variable in class org.apache.coyote.ajp.Constants
Attribute code for SSL key size.
SC_A_SSL_PROTOCOL - Static variable in class org.apache.coyote.ajp.Constants
AJP private request attribute for SSL protocol.
SC_A_SSL_SESSION - Static variable in class org.apache.coyote.ajp.Constants
Attribute code for SSL session.
SC_A_STORED_METHOD - Static variable in class org.apache.coyote.ajp.Constants
Attribute code for stored method.
SC_EARLY_HINTS - Static variable in class org.apache.catalina.connector.Response
 
SC_M_JK_STORED - Static variable in class org.apache.coyote.ajp.Constants
Stored method code value.
SC_REQ_ACCEPT - Static variable in class org.apache.coyote.ajp.Constants
Request header code for Accept.
SC_REQ_ACCEPT_CHARSET - Static variable in class org.apache.coyote.ajp.Constants
Request header code for Accept-Charset.
SC_REQ_ACCEPT_ENCODING - Static variable in class org.apache.coyote.ajp.Constants
Request header code for Accept-Encoding.
SC_REQ_ACCEPT_LANGUAGE - Static variable in class org.apache.coyote.ajp.Constants
Request header code for Accept-Language.
SC_REQ_AUTHORIZATION - Static variable in class org.apache.coyote.ajp.Constants
Request header code for Authorization.
SC_REQ_CONNECTION - Static variable in class org.apache.coyote.ajp.Constants
Request header code for Connection.
SC_REQ_CONTENT_LENGTH - Static variable in class org.apache.coyote.ajp.Constants
Request header code for Content-Length.
SC_REQ_CONTENT_TYPE - Static variable in class org.apache.coyote.ajp.Constants
Request header code for Content-Type.
SC_REQ_COOKIE - Static variable in class org.apache.coyote.ajp.Constants
Request header code for Cookie.
SC_REQ_COOKIE2 - Static variable in class org.apache.coyote.ajp.Constants
Request header code for Cookie2.
SC_REQ_HOST - Static variable in class org.apache.coyote.ajp.Constants
Request header code for Host.
SC_REQ_PRAGMA - Static variable in class org.apache.coyote.ajp.Constants
Request header code for Pragma.
SC_REQ_REFERER - Static variable in class org.apache.coyote.ajp.Constants
Request header code for Referer.
SC_REQ_USER_AGENT - Static variable in class org.apache.coyote.ajp.Constants
Request header code for User-Agent.
SC_RESP_AJP13_MAX - Static variable in class org.apache.coyote.ajp.Constants
Maximum number of response header codes.
SC_RESP_CONTENT_LANGUAGE - Static variable in class org.apache.coyote.ajp.Constants
Response code for Content-Language header.
SC_RESP_CONTENT_LENGTH - Static variable in class org.apache.coyote.ajp.Constants
Response code for Content-Length header.
SC_RESP_CONTENT_TYPE - Static variable in class org.apache.coyote.ajp.Constants
Response code for Content-Type header.
SC_RESP_DATE - Static variable in class org.apache.coyote.ajp.Constants
Response code for Date header.
SC_RESP_LAST_MODIFIED - Static variable in class org.apache.coyote.ajp.Constants
Response code for Last-Modified header.
SC_RESP_LOCATION - Static variable in class org.apache.coyote.ajp.Constants
Response code for Location header.
SC_RESP_SERVLET_ENGINE - Static variable in class org.apache.coyote.ajp.Constants
Response code for Servlet-Engine header.
SC_RESP_SET_COOKIE - Static variable in class org.apache.coyote.ajp.Constants
Response code for Set-Cookie header.
SC_RESP_SET_COOKIE2 - Static variable in class org.apache.coyote.ajp.Constants
Response code for Set-Cookie2 header.
SC_RESP_STATUS - Static variable in class org.apache.coyote.ajp.Constants
Response code for Status header.
SC_RESP_WWW_AUTHENTICATE - Static variable in class org.apache.coyote.ajp.Constants
Response code for WWW-Authenticate header.
scan() - Method in class org.apache.jasper.servlet.TldScanner
Scan for TLDs in all places defined by the specification: Tag libraries defined by the platform Entries from <jsp-config> in web.xml A resources under /WEB-INF In jar files from /WEB-INF/lib Additional entries from the container
scan(File, String, boolean) - Method in interface org.apache.tomcat.JarScannerCallback
A directory was found that is to be treated as an unpacked JAR.
scan(File, String, boolean) - Method in class org.apache.tomcat.util.descriptor.web.FragmentJarScannerCallback
 
scan(Jar, String, boolean) - Method in interface org.apache.tomcat.JarScannerCallback
A JAR was found and may be accessed for further processing via the provided URL connection.
scan(Jar, String, boolean) - Method in class org.apache.tomcat.util.descriptor.web.FragmentJarScannerCallback
 
scan(JarScanType, ServletContext, JarScannerCallback) - Method in interface org.apache.tomcat.JarScanner
Scan the provided ServletContext and classloader for JAR files.
scan(JarScanType, ServletContext, JarScannerCallback) - Method in class org.apache.tomcat.util.scan.StandardJarScanner
Scan the provided ServletContext and class loader for JAR files.
SCAN_JARS_PROPERTY - Static variable in class org.apache.tomcat.util.scan.Constants
System property for JARs to scan explicitly.
scanFiles() - Method in class org.apache.jasper.JspC
Locate all jsp files in the webapp.
scanJars() - Method in class org.apache.jasper.servlet.TldPreScanned
 
scanJars() - Method in class org.apache.jasper.servlet.TldScanner
Scan for TLDs in JARs in /WEB-INF/lib.
scanJspConfig() - Method in class org.apache.jasper.servlet.TldScanner
Scan for TLDs defined in <jsp-config>.
scanner - Variable in class org.apache.jasper.JspC
Scanner for TLD files in the web application.
scanPlatform() - Method in class org.apache.jasper.servlet.TldScanner
Scan for TLDs required by the platform specification.
scanResourcePaths(String) - Method in class org.apache.jasper.servlet.TldScanner
Scan web application resources for TLDs, recursively.
scanWebInfClasses() - Method in interface org.apache.tomcat.JarScannerCallback
A directory structure was found within the web application at /WEB-INF/classes that should be handled as an unpacked JAR.
scanWebInfClasses() - Method in class org.apache.tomcat.util.descriptor.web.FragmentJarScannerCallback
 
schedule(Runnable, long, TimeUnit) - Method in class org.apache.tomcat.util.threads.ScheduledThreadPoolExecutor
 
schedule(Callable, long, TimeUnit) - Method in class org.apache.tomcat.util.threads.ScheduledThreadPoolExecutor
 
scheduleAtFixedRate(Runnable, long, long, TimeUnit) - Method in class org.apache.tomcat.util.threads.ScheduledThreadPoolExecutor
 
ScheduledThreadPoolExecutor - Class in org.apache.tomcat.util.threads
Class which wraps a ScheduledExecutorService, while preventing lifecycle and configuration operations.
ScheduledThreadPoolExecutor(ScheduledExecutorService) - Constructor for class org.apache.tomcat.util.threads.ScheduledThreadPoolExecutor
Builds a wrapper for the given executor.
scheduleWithFixedDelay(Runnable, long, long, TimeUnit) - Method in class org.apache.tomcat.util.threads.ScheduledThreadPoolExecutor
 
scheme - Variable in class org.apache.catalina.connector.Connector
The request scheme that will be set on all requests received through this connector.
scheme - Variable in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
The scheme of the request.
scheme() - Method in class org.apache.coyote.Request
Return the scheme (e.g.
schemeName - Static variable in class org.apache.tomcat.websocket.BasicAuthenticator
The name of the Basic authentication scheme.
schemeName - Static variable in class org.apache.tomcat.websocket.DigestAuthenticator
Name of the DIGEST authentication scheme.
SCOPE - Static variable in class org.apache.naming.ResourceRef
Scope address type.
scratchDir - Variable in class org.apache.jasper.JspC
Scratch directory for generated files.
SCRIPTLET_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
Internal name for the scriptlet action.
SEARCH_DIRS - Static variable in class org.apache.tomcat.buildutil.translate.Constants
Directories to search for source files.
SECOND - Enum constant in enum org.apache.catalina.filters.ExpiresFilter.DurationUnit
Second duration unit.
SECONDS - Enum constant in enum org.apache.catalina.valves.AbstractAccessLogValve.ElapsedTimeElement.Style
Seconds format.
SECONDS_FRACTIONAL - Enum constant in enum org.apache.catalina.valves.AbstractAccessLogValve.ElapsedTimeElement.Style
Fractional seconds format.
secondsToTimeString(long) - Static method in class org.apache.catalina.manager.JspHelper
Converts a number of seconds to a formatted time string in HH:mm:ss format.
secp256r1 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Group
NIST P-256 (secp256r1) elliptic curve group.
SecP256r1MLKEM768 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Group
Hybrid secp256r1 + ML-KEM-768 key exchange group.
secp384r1 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Group
NIST P-384 (secp384r1) elliptic curve group.
SecP384r1MLKEM1024 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Group
Hybrid secp384r1 + ML-KEM-1024 key exchange group.
secp521r1 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Group
NIST P-521 (secp521r1) elliptic curve group.
secrand - Static variable in class org.apache.catalina.tribes.util.UUIDGenerator
Secure random number generator.
SecretKeyCredentialHandler - Class in org.apache.catalina.realm
A credential handler that uses a SecretKeyFactory (PBE) to hash credentials.
SecretKeyCredentialHandler() - Constructor for class org.apache.catalina.realm.SecretKeyCredentialHandler
Create a handler with the default algorithm.
secure - Variable in class org.apache.catalina.connector.Connector
The secure connection flag that will be set on all requests received through this connector.
secure - Variable in class org.apache.catalina.connector.Request
Secure flag.
SecureNio2Channel - Class in org.apache.tomcat.util.net
Implementation of a secure socket channel for NIO2.
SecureNio2Channel(SocketBufferHandler, Nio2Endpoint) - Constructor for class org.apache.tomcat.util.net.SecureNio2Channel
 
SecureNioChannel - Class in org.apache.tomcat.util.net
Implementation of a secure socket channel
SecureNioChannel(SocketBufferHandler, NioEndpoint) - Constructor for class org.apache.tomcat.util.net.SecureNioChannel
Creates a new secure NIO channel.
securePagesWithPragma - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
Flag to determine if we disable proxy caching with headers incompatible with IE.
securePort - Variable in class org.apache.catalina.tribes.membership.MemberImpl
The tcp/SSL listen port for this member
secureRandomAlgorithm - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
The name of the algorithm to use to create instances of SecureRandom which are used to generate SSO session IDs.
secureRandomAlgorithm - Variable in class org.apache.catalina.session.ManagerBase
The name of the algorithm to use to create instances of SecureRandom which are used to generate session IDs.
secureRandomClass - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
The Java class name of the secure random number generator class to be used when generating SSO session identifiers.
secureRandomClass - Variable in class org.apache.catalina.session.ManagerBase
The Java class name of the secure random number generator class to be used when generating session identifiers.
secureRandomProvider - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
The name of the provider to use to create instances of SecureRandom which are used to generate session SSO IDs.
secureRandomProvider - Variable in class org.apache.catalina.session.ManagerBase
The name of the provider to use to create instances of SecureRandom which are used to generate session IDs.
secureResponse(MessageInfo, Subject) - Method in class org.apache.catalina.authenticator.jaspic.SimpleServerAuthContext
Secure (authenticate) the response.
securityClassLoad(ClassLoader) - Static method in class org.apache.catalina.security.SecurityClassLoad
 
securityClassLoad(ClassLoader) - Static method in class org.apache.jasper.security.SecurityClassLoad
 
SecurityClassLoad - Class in org.apache.catalina.security
Static class used to preload java classes when using the Java SecurityManager so that the defineClassInPackage RuntimePermission does not trigger an AccessControlException.
SecurityClassLoad - Class in org.apache.jasper.security
Static class used to preload java classes when using the Java SecurityManager so that the defineClassInPackage RuntimePermission does not trigger an AccessControlException.
SecurityClassLoad() - Constructor for class org.apache.catalina.security.SecurityClassLoad
 
SecurityClassLoad() - Constructor for class org.apache.jasper.security.SecurityClassLoad
 
SecurityCollection - Class in org.apache.tomcat.util.descriptor.web
Representation of a web resource collection for a web application's security constraint, as represented in a <web-resource-collection> element in the deployment descriptor.
SecurityCollection() - Constructor for class org.apache.tomcat.util.descriptor.web.SecurityCollection
Construct a new security collection instance with default values.
SecurityCollection(String, String) - Constructor for class org.apache.tomcat.util.descriptor.web.SecurityCollection
Construct a new security collection instance with specified values.
SecurityConfig - Class in org.apache.catalina.security
Util class to protect Catalina against package access and insertion.
SecurityConstraint - Class in org.apache.tomcat.util.descriptor.web
Representation of a security constraint element for a web application, as represented in a <security-constraint> element in the deployment descriptor.
SecurityConstraint() - Constructor for class org.apache.tomcat.util.descriptor.web.SecurityConstraint
Construct a new security constraint instance with default values.
SecurityListener - Class in org.apache.catalina.security
This listener must only be nested within Server elements.
SecurityListener() - Constructor for class org.apache.catalina.security.SecurityListener
Creates a new SecurityListener instance with "root" as the default prohibited OS user.
securityManager - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
Instance of the SecurityManager installed.
SecurityManagerCallStack - Class in org.apache.tomcat.dbcp.pool2.impl
A CallStack strategy using a SecurityManager.
SecurityManagerCallStack(String, boolean) - Constructor for class org.apache.tomcat.dbcp.pool2.impl.SecurityManagerCallStack
Creates a new instance.
SecurityRoleRef - Class in org.apache.tomcat.util.descriptor.web
Representation of a security role reference for a web application, as represented in a <security-role-ref> element in the deployment descriptor.
SecurityRoleRef() - Constructor for class org.apache.tomcat.util.descriptor.web.SecurityRoleRef
Default constructor.
SecurityUtil - Class in org.apache.catalina.security
This utility class associates a Subject to the current AccessControlContext.
SecurityUtil - Class in org.apache.jasper.security
Util class for Security related operations.
SecurityUtil() - Constructor for class org.apache.catalina.security.SecurityUtil
 
SecurityUtil() - Constructor for class org.apache.jasper.security.SecurityUtil
 
SEE_OTHER - Static variable in class org.apache.tomcat.websocket.Constants
HTTP 303 See Other.
SEED - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Encryption
SEED encryption.
selectEncoding(ServletRequest) - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
Select an appropriate character encoding to be used, based on the characteristics of the current request and/or filter initialization parameters.
selector - Variable in class org.apache.catalina.tribes.transport.nio.NioSender
The NIO selector for multiplexing channels.
SelectorContext - Class in org.apache.naming
Catalina JNDI Context implementation.
SelectorContext(Hashtable) - Constructor for class org.apache.naming.SelectorContext
Builds a Catalina selector context using the given environment.
SelectorContext(Hashtable, boolean) - Constructor for class org.apache.naming.SelectorContext
Builds a Catalina selector context using the given environment.
selectTimeout - Variable in class org.apache.catalina.tribes.transport.nio.ParallelNioSender
The timeout in milliseconds for the selector select operation.
semaphore - Variable in class org.apache.catalina.valves.SemaphoreValve
Semaphore.
semaphore - Variable in class org.apache.tomcat.util.net.SocketWrapperBase.OperationState
Semaphore for synchronizing concurrent operations.
SemaphoreValve - Class in org.apache.catalina.valves
Implementation of a Valve that limits concurrency.
SemaphoreValve() - Constructor for class org.apache.catalina.valves.SemaphoreValve
Construct a new SemaphoreValve with async support enabled.
SEMI_BLOCK - Enum constant in enum org.apache.tomcat.util.net.SocketWrapperBase.BlockingMode
The operation will block until pending operations are completed, but will not block after performing it.
SEMI_COLON - Static variable in class org.apache.coyote.http11.Constants
SEMI_COLON.
send(boolean) - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
Send a ping.
send(boolean, DatagramPacket) - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
Send a packet.
send(String) - Method in class org.apache.catalina.ha.backend.MultiCastSender
 
send(String) - Method in interface org.apache.catalina.ha.backend.Sender
Send the message to the proxies
send(String) - Method in class org.apache.catalina.ha.backend.TcpSender
 
send(ClusterManager, String) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
send manager requestCompleted message to cluster
send(ClusterMessage) - Method in interface org.apache.catalina.ha.CatalinaCluster
Sends a message to all the members in the cluster
send(ClusterMessage) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Sends a message to all the members in the cluster
send(ClusterMessage, Member) - Method in interface org.apache.catalina.ha.CatalinaCluster
Sends a message to a specific member in the cluster.
send(ClusterMessage, Member) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Sends a message to a specific member in the cluster.
send(ClusterMessage, Member, int) - Method in interface org.apache.catalina.ha.CatalinaCluster
Sends a message with the specified sendOptions to a specific member in the cluster.
send(ClusterMessage, Member, int) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Sends a message with the specified sendOptions to a specific member in the cluster.
send(SessionMessage) - Method in class org.apache.catalina.ha.session.DeltaManager
Send messages to other backup member (domain or all)
send(Member[], Serializable, int) - Method in interface org.apache.catalina.tribes.Channel
Send a message to one or more members in the cluster
send(Member[], Serializable, int) - Method in class org.apache.catalina.tribes.group.GroupChannel
 
send(Member[], Serializable, int) - Method in interface org.apache.catalina.tribes.group.GroupChannelMBean
Sends a message to the specified destination members.
send(Member[], Serializable, int, int, long) - Method in class org.apache.catalina.tribes.group.RpcChannel
Send a message and wait for the response.
send(Member[], Serializable, int, ErrorHandler) - Method in interface org.apache.catalina.tribes.Channel
Send a message to one or more members in the cluster
send(Member[], Serializable, int, ErrorHandler) - Method in class org.apache.catalina.tribes.group.GroupChannel
 
send(Member[], Serializable, int, ErrorHandler) - Method in interface org.apache.catalina.tribes.group.GroupChannelMBean
Sends a message to the specified destination members with an error handler.
SEND_HEAD_LEN - Static variable in class org.apache.coyote.ajp.Constants
Size of the send header metadata.
SEND_MESSAGE_FAILURE_EVENT - Static variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Lifecycle event fired when sending a message fails.
SEND_OPTIONS_ASYNCHRONOUS - Static variable in interface org.apache.catalina.tribes.Channel
Send options, when a message is sent, it can have an option flag to trigger certain behavior.
SEND_OPTIONS_BYTE_MESSAGE - Static variable in interface org.apache.catalina.tribes.Channel
Send options, when a message is sent, it can have an option flag to trigger certain behavior.
SEND_OPTIONS_DEFAULT - Static variable in interface org.apache.catalina.tribes.Channel
Send options, when a message is sent, it can have an option flag to trigger certain behavior.
SEND_OPTIONS_MULTICAST - Static variable in interface org.apache.catalina.tribes.Channel
Send options.
SEND_OPTIONS_SECURE - Static variable in interface org.apache.catalina.tribes.Channel
Send options, when a message is sent, it can have an option flag to trigger certain behavior.
SEND_OPTIONS_SYNCHRONIZED_ACK - Static variable in interface org.apache.catalina.tribes.Channel
Send options, when a message is sent, it can have an option flag to trigger certain behavior.
SEND_OPTIONS_UDP - Static variable in interface org.apache.catalina.tribes.Channel
Send options.
SEND_OPTIONS_USE_ACK - Static variable in interface org.apache.catalina.tribes.Channel
Send options, when a message is sent, it can have an option flag to trigger certain behavior.
sendAck() - Method in class org.apache.coyote.http11.Http11OutputBuffer
Send a 100-continue acknowledgment to the client.
sendAck(SelectionKey, WritableByteChannel, byte[], SocketAddress) - Method in class org.apache.catalina.tribes.transport.nio.NioReplicationTask
Send a reply-acknowledgement (6,2,3), sends it doing a busy write, the ACK is so small that it should always go to the buffer.
sendAckAsync(int) - Static method in class org.apache.catalina.tribes.io.ChannelData
Utility method, returns true if the options flag indicates that an ack is to be sent after the message has been received but not yet processed
sendAcknowledgement(ContinueResponseTiming) - Method in class org.apache.catalina.connector.Response
Send an acknowledgement of a request.
sendAckSync(int) - Static method in class org.apache.catalina.tribes.io.ChannelData
Utility method, returns true if the options flag indicates that an ack is to be sent after the message has been received and processed
sendAllDataReadEvent() - Method in class org.apache.coyote.Request
Send the all-data-read event.
sendAsyncData(ChannelMessage, Member[], InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
Send async data.
sendAttributeChangeNotification(AttributeChangeNotification) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
sendAttributeChangeNotification(Attribute, Attribute) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
sendAuthInfoResponseHeaders - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
Should the auth information (remote user and auth type) be returned as response headers for a forwarded/proxied request?
sendBinary(ByteBuffer) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointAsync
 
sendBinary(ByteBuffer) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointBasic
 
sendBinary(ByteBuffer, boolean) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointBasic
 
sendBinary(ByteBuffer, SendHandler) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointAsync
 
sendBytes(ByteBuffer) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
Sends binary data to the remote endpoint.
sendBytesByCompletion(ByteBuffer, SendHandler) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
Sends binary data asynchronously with a completion handler.
sendBytesByFuture(ByteBuffer) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
Sends binary data asynchronously, returning a Future for completion tracking.
sendChangeSessionId(String, String) - Method in class org.apache.catalina.ha.session.DeltaManager
Send a session ID change notification to cluster members.
sendCreateSession(String, DeltaSession) - Method in class org.apache.catalina.ha.session.DeltaManager
Send create session event to all backup node
sendCrossContextSession() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Send all changed cross context sessions to backups
sendData() - Method in class org.apache.catalina.util.XMLWriter
Send data and reinitializes buffer, if a writer has been specified.
sendEarlyHints() - Method in class org.apache.catalina.connector.Response
 
sendEarlyHints() - Method in class org.apache.catalina.connector.ResponseFacade
 
sendElectionMsg(Member, Member, NonBlockingCoordinator.CoordinationMessage) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Sends an election message to the next member in the ring.
sendElectionMsgToNextInline(Member, NonBlockingCoordinator.CoordinationMessage) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Sends an election message to the next member inline, retrying on failure.
sender - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
Thread to send pings
Sender - Interface in org.apache.catalina.ha.backend
Interface to send data to proxies.
sendError(int) - Method in class org.apache.catalina.connector.Response
Sends an error response to the client using the specified status code and clears the buffer.
sendError(int) - Method in class org.apache.catalina.connector.ResponseFacade
Sends an error response to the client using the specified status code and clears the buffer.
sendError(int, String) - Method in class org.apache.catalina.connector.Response
Sends an error response to the client using the specified status code and clears the output buffer.
sendError(int, String) - Method in class org.apache.catalina.connector.ResponseFacade
Sends an error response to the client using the specified status code and clears the output buffer.
SenderSF - Class in org.apache.catalina.storeconfig
Factory that generates the configuration store output for a Sender element.
SenderSF() - Constructor for class org.apache.catalina.storeconfig.SenderSF
Default constructor.
SenderState - Class in org.apache.catalina.tribes.transport
Tracks the delivery state of a sender associated with a cluster member.
SenderThread(long) - Constructor for class org.apache.catalina.tribes.membership.McastServiceImpl.SenderThread
Constructor.
SENDFILE - Enum constant in enum org.apache.tomcat.util.net.AbstractEndpoint.Handler.SocketState
Send file processing is in progress.
SENDFILE_FILE_END_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute that can be used by a servlet to pass to the connector the end offset (not including) of the part of a file that is to be served by sendfile.
SENDFILE_FILE_END_ATTR - Static variable in class org.apache.coyote.Constants
The request attribute that can be used by a servlet to pass to the connector the end offset (not including) of the part of a file that is to be served by sendfile.
SENDFILE_FILE_START_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute that can be used by a servlet to pass to the connector the start offset of the part of a file that is to be served by sendfile.
SENDFILE_FILE_START_ATTR - Static variable in class org.apache.coyote.Constants
The request attribute that can be used by a servlet to pass to the connector the start offset of the part of a file that is to be served by sendfile.
SENDFILE_FILENAME_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute that can be used by a servlet to pass to the connector the name of the file that is to be served by sendfile.
SENDFILE_FILENAME_ATTR - Static variable in class org.apache.coyote.Constants
The request attribute that can be used by a servlet to pass to the connector the name of the file that is to be served by sendfile.
SENDFILE_SUPPORTED_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute that is set to the value of Boolean.TRUE if connector processing this request supports use of sendfile.
SENDFILE_SUPPORTED_ATTR - Static variable in class org.apache.coyote.Constants
The request attribute that is set to the value of Boolean.TRUE if connector processing this request supports use of sendfile.
SendfileCompletionHandler() - Constructor for class org.apache.coyote.http2.Http2AsyncUpgradeHandler.SendfileCompletionHandler
Constructs a new SendfileCompletionHandler.
SendfileData(String, long, long) - Constructor for class org.apache.tomcat.util.net.Nio2Endpoint.SendfileData
 
SendfileData(String, long, long) - Constructor for class org.apache.tomcat.util.net.NioEndpoint.SendfileData
Creates a new sendfile data object.
SendfileDataBase - Class in org.apache.tomcat.util.net
Base class for sendfile operations.
SendfileDataBase(String, long, long) - Constructor for class org.apache.tomcat.util.net.SendfileDataBase
Initialise the sendfile data with the given file path, starting position, and byte count.
SendfileKeepAliveState - Enum in org.apache.tomcat.util.net
Defines the keep-alive state of a connection during sendfile processing.
sendfileSize - Variable in class org.apache.catalina.servlets.DefaultServlet
Minimum size for sendfile usage in bytes.
SendfileState - Enum in org.apache.tomcat.util.net
Defines the progress state of a sendfile operation.
sendFrequency - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
How often to we send out a broadcast saying we are alive, must be smaller than timeToExpiration
sendHeader(MessageBytes, MessageBytes) - Method in class org.apache.coyote.http11.Http11OutputBuffer
Send a header.
sendHeaders() - Method in class org.apache.coyote.Response
Deprecated.
Unused. Will be removed in Tomcat 11 onwards. Use Response.commit().
sendInvalidSessions(ClusterManager) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
check for session invalidations
sendLocalMember(Member[]) - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
Sends a local member start message to the given members.
SendMailFactory - Class in org.apache.naming.factory
Factory class that creates a JNDI named javamail MimePartDataSource object which can be used for sending email using SMTP.
SendMailFactory() - Constructor for class org.apache.naming.factory.SendMailFactory
Default constructor.
sendMemberMessage(Member[], byte[]) - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
Sends a member message to the given members.
sendMessage(Session, ClusterManager) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Send message delta message from request session
sendMessage(ChannelMessage, Member[]) - Method in interface org.apache.catalina.tribes.ChannelSender
Send a message to one or more recipients.
sendMessage(ChannelMessage, Member[]) - Method in class org.apache.catalina.tribes.transport.ReplicationTransmitter
 
sendMessage(Member[], ChannelMessage) - Method in interface org.apache.catalina.tribes.transport.MultiPointSender
Send the specified message.
sendMessage(Member[], ChannelMessage) - Method in class org.apache.catalina.tribes.transport.nio.ParallelNioSender
 
sendMessage(Member[], ChannelMessage) - Method in class org.apache.catalina.tribes.transport.nio.PooledParallelSender
 
sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in interface org.apache.catalina.tribes.ChannelInterceptor
The sendMessage method is called when a message is being sent to one more destinations.
sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
Send a message to one or more members in the cluster
sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor
 
sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
 
sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
 
sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
 
sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
 
sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor
 
sendMessageBinary(ByteBuffer, boolean) - Method in class org.apache.tomcat.websocket.server.WsFrameServer
 
sendMessageBinary(ByteBuffer, boolean) - Method in class org.apache.tomcat.websocket.WsFrameBase
Sends a binary message to the remote endpoint.
SendMessageData - Class in org.apache.catalina.ha.tcp
 
SendMessageData(Object, Member, Exception) - Constructor for class org.apache.catalina.ha.tcp.SendMessageData
Data about a message send operation.
sendMessagePart(List) - Method in class org.apache.tomcat.websocket.PerMessageDeflate
 
sendMessagePart(List) - Method in interface org.apache.tomcat.websocket.Transformation
Takes the provided list of messages, transforms them, passes the transformed list on to the next transformation (if any) and then returns the resulting list of message parts after all of the transformations have been applied.
sendMessageText(boolean) - Method in class org.apache.tomcat.websocket.server.WsFrameServer
 
sendMessageText(boolean) - Method in class org.apache.tomcat.websocket.WsFrameBase
Sends a text message to the remote endpoint.
sendNoRpcChannelReply(RpcMessage, Member) - Method in class org.apache.catalina.tribes.group.GroupChannel
Sends a NoRpcChannelReply message to a member
This method gets invoked by the channel if an RPC message comes in and no channel listener accepts the message.
sendNotAllowed(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
Send a method not allowed response to the client.
sendNotification(String) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
sendNotification(Notification) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
sendNotification(Notification) - Method in class org.apache.tomcat.util.modeler.BaseNotificationBroadcaster
Send the specified notification to all interested listeners.
sendObject(Object) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointAsync
 
sendObject(Object) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointBasic
 
sendObject(Object) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
Sends an object to the remote endpoint using the appropriate encoder.
sendObject(Object, SendHandler) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointAsync
 
sendObjectByCompletion(Object, SendHandler) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
Sends an object asynchronously with a completion handler.
sendObjectByFuture(Object) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
Sends an object asynchronously, returning a Future for completion tracking.
sendOptions - Variable in class org.apache.catalina.tribes.membership.StaticMembershipProvider
Send options flag for channel messages.
sendPacket - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
Reuse the sendPacket, no need to create a new one every time
sendPartialBytes(ByteBuffer, boolean) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
Sends a partial binary message fragment.
sendPartialString(String, boolean) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
Sends a partial text message fragment.
sendPing() - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
Sends a ping to cluster members.
sendPing(boolean) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler.AsyncPingManager
 
sendPing(ByteBuffer) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointBase
 
sendPing(ByteBuffer) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
sendPingMessage(Member[]) - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
Sends a ping message to the specified members.
sendPong(ByteBuffer) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointBase
 
sendPong(ByteBuffer) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
sendRedirect(String) - Method in class org.apache.catalina.connector.Response
 
sendRedirect(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
sendRedirect(String, int) - Method in class org.apache.catalina.connector.Response
Internal method that allows a redirect to be sent with a status other than HttpServletResponse.SC_FOUND (302).
sendReplicationMessage(Request, long, boolean, boolean, ClusterManager) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Send a replication message for the given request.
SENDRESULT_OK - Static variable in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
sendSessionReplicationMessage(Request, ClusterManager) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Send Cluster Replication Request
sendSessions(Member, Session[], long) - Method in class org.apache.catalina.ha.session.DeltaManager
send a block of session to sender
sendShutdown(Member[]) - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
Sends a shutdown message to the given members.
sendStatus() - Method in class org.apache.coyote.http11.Http11OutputBuffer
Deprecated.
Unused. Will be removed in Tomcat 11. Use Http11OutputBuffer.sendStatus(int).
sendStatus(int) - Method in class org.apache.coyote.http11.Http11OutputBuffer
Send the response status line.
sendString(String) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
Sends a text message to the remote endpoint.
sendStringByCompletion(String, SendHandler) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
Sends a text message asynchronously with a completion handler.
sendStringByFuture(String) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
Sends a text message asynchronously, returning a Future for completion tracking.
sendText(String) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointAsync
 
sendText(String) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointBasic
 
sendText(String, boolean) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointBasic
 
sendText(String, SendHandler) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointAsync
 
sentEndOfStream(Stream) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
Handle the end of stream for a given stream, updating active stream counts.
sequence - Variable in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
sequence for JMX notifications
sequenceNumber - Variable in class org.apache.catalina.core.StandardWrapper
The notification sequence number.
serialize() - Method in class org.apache.catalina.ha.session.DeltaRequest
serialize DeltaRequest
serialize(Serializable) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
Serializes a message into cluster data
serializeSessionId(String) - Method in class org.apache.catalina.ha.session.DeltaManager
serialize sessionID
serializeSessions(Session[]) - Method in class org.apache.catalina.ha.session.DeltaManager
Save any currently active sessions in the appropriate persistence mechanism, if any.
server - Variable in class org.apache.catalina.startup.Catalina
The server component we are starting or stopping.
server - Variable in class org.apache.catalina.startup.Tomcat
The embedded Server instance.
Server - Interface in org.apache.catalina
A Server element represents the entire Catalina servlet container.
SERVER_CONTAINER_SERVLET_CONTEXT_ATTRIBUTE - Static variable in class org.apache.tomcat.websocket.server.Constants
Servlet context attribute name for the ServerContainer instance.
SERVER_HEADER_SECTION - Static variable in class org.apache.catalina.manager.Constants
The HTML server header section template for manager pages.
SERVER_HEADER_SECTION - Static variable in class org.apache.catalina.manager.host.Constants
The HTML server header section template for host manager pages.
SERVER_NAME_ATTRIBUTE - Static variable in interface org.apache.catalina.AccessLog
Name of request attribute used to override the server name recorded by the AccessLog.
SERVER_PORT_ATTRIBUTE - Static variable in interface org.apache.catalina.AccessLog
Name of request attribute used to override the server port recorded by the AccessLog.
SERVER_ROW_SECTION - Static variable in class org.apache.catalina.manager.Constants
The HTML server row section template for manager pages.
SERVER_ROW_SECTION - Static variable in class org.apache.catalina.manager.host.Constants
The HTML server row section template for host manager pages.
SERVER_XML - Static variable in class org.apache.catalina.startup.Catalina
Default path to the server configuration file.
ServerCookie - Class in org.apache.tomcat.util.http
Server-side cookie representation.
ServerCookie() - Constructor for class org.apache.tomcat.util.http.ServerCookie
Creates a new empty ServerCookie instance.
ServerCookies - Class in org.apache.tomcat.util.http
This class is not thread-safe.
ServerCookies(int) - Constructor for class org.apache.tomcat.util.http.ServerCookies
Creates a new ServerCookies instance with the specified initial array size.
serveResource(HttpServletRequest, HttpServletResponse, boolean, String) - Method in class org.apache.catalina.servlets.DefaultServlet
Serve the specified resource, optionally including the data content.
serverinfo(PrintWriter, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Writes System OS and JVM properties.
ServerInfo - Class in org.apache.catalina.util
Simple utility module to make it easy to plug in the server identifier when integrating Tomcat.
ServerInfo() - Constructor for class org.apache.catalina.util.ServerInfo
Default constructor.
ServerinfoTask - Class in org.apache.catalina.ant
Ant task that implements the /serverinfo command supported by the Tomcat manager application.
ServerinfoTask() - Constructor for class org.apache.catalina.ant.ServerinfoTask
Default constructor.
serverName - Variable in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
The server name.
serverName() - Method in class org.apache.coyote.Request
Get the "virtual host", derived from the Host: header associated with this request.
serverPort - Variable in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
The server port.
serverSocketAccept() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Accept a connection from the server socket.
serverSocketAccept() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
 
serverSocketAccept() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
ServerVariableElement() - Constructor for class org.apache.catalina.valves.rewrite.Substitution.ServerVariableElement
Constructs a new ServerVariableElement.
ServerVariableEnvElement() - Constructor for class org.apache.catalina.valves.rewrite.Substitution.ServerVariableEnvElement
Constructs a new ServerVariableEnvElement.
ServerVariableHttpElement() - Constructor for class org.apache.catalina.valves.rewrite.Substitution.ServerVariableHttpElement
Constructs a new ServerVariableHttpElement.
ServerVariableSslElement() - Constructor for class org.apache.catalina.valves.rewrite.Substitution.ServerVariableSslElement
Constructs a new ServerVariableSslElement.
service - Variable in class org.apache.catalina.connector.Connector
The Service we are associated with (if any).
service - Variable in class org.apache.catalina.tribes.membership.MembershipProviderBase
The membership service.
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.CGIServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jasper.runtime.HttpJspBase
 
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jasper.servlet.JspServlet
 
service(HttpServletRequest, HttpServletResponse, boolean) - Method in class org.apache.jasper.servlet.JspServletWrapper
Services the request, compiling and loading the servlet if necessary.
service(Request, Response) - Method in class org.apache.catalina.connector.CoyoteAdapter
 
service(Request, Response) - Method in interface org.apache.coyote.Adapter
Call the service method, and notify all listeners.
service(SocketWrapperBase) - Method in class org.apache.coyote.AbstractProcessorLight
Service a 'standard' HTTP request.
service(SocketWrapperBase) - Method in class org.apache.coyote.ajp.AjpProcessor
 
service(SocketWrapperBase) - Method in class org.apache.coyote.http11.Http11Processor
 
service(SocketWrapperBase) - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessorBase
 
Service - Interface in org.apache.catalina
A Service is a group of one or more Connectors that share a single Container to process their incoming requests.
SERVICE_INTERFACE - Static variable in class org.apache.naming.ServiceRef
Service Classname address type.
SERVICE_LOCAL_PART - Static variable in class org.apache.naming.ServiceRef
Service local part address type.
SERVICE_NAMESPACE - Static variable in class org.apache.naming.ServiceRef
ServiceQname address type.
ServiceBindingPropertySource - Class in org.apache.tomcat.util.digester
A IntrospectionUtils.SecurePropertySource that uses Kubernetes service bindings to resolve expressions.
ServiceBindingPropertySource() - Constructor for class org.apache.tomcat.util.digester.ServiceBindingPropertySource
Default constructor.
serviceChannel(SelectionKey) - Method in class org.apache.catalina.tribes.transport.nio.NioReplicationTask
Called to initiate a unit of work by this worker thread on the provided SelectionKey object.
SERVICEENDPOINTINTERFACE - Static variable in class org.apache.naming.ServiceRef
port-component-ref/service-endpoint-interface address type.
ServiceMBean - Class in org.apache.catalina.mbeans
JMX MBean wrapper for a Service instance.
ServiceMBean() - Constructor for class org.apache.catalina.mbeans.ServiceMBean
Default constructor.
ServiceProxy - Class in org.apache.naming.factory.webservices
Object proxy for Web Services.
ServiceProxy(Service) - Constructor for class org.apache.naming.factory.webservices.ServiceProxy
Constructs a new ServiceProxy wrapping given Service instance.
ServiceRef - Class in org.apache.naming
Represents a reference web service.
ServiceRef(String, String, String[], String, String) - Constructor for class org.apache.naming.ServiceRef
Creates a ServiceRef with the given parameters and no factory information.
ServiceRef(String, String, String[], String, String, String, String) - Constructor for class org.apache.naming.ServiceRef
Creates a ServiceRef with the given parameters and factory information.
ServiceRefFactory - Class in org.apache.naming.factory.webservices
Object factory for Web Services.
ServiceRefFactory() - Constructor for class org.apache.naming.factory.webservices.ServiceRefFactory
 
serviceStartTime - Variable in class org.apache.catalina.tribes.membership.MemberImpl
For the local member only
SERVLET_API_PUBLIC_IDS - Static variable in class org.apache.tomcat.util.descriptor.DigesterFactory
Mapping of well-known public IDs used by the Servlet API to the matching local resource.
SERVLET_API_SYSTEM_IDS - Static variable in class org.apache.tomcat.util.descriptor.DigesterFactory
Mapping of well-known system IDs used by the Servlet API to the matching local resource.
SERVLET_CONNECTION - Enum constant in enum org.apache.coyote.ActionCode
Obtain the servlet connection instance for the network connection supporting the current request.
SERVLET_CONTEXT_ATTRIBUTE_NAME - Static variable in class org.apache.jasper.compiler.TldCache
The ServletContext attribute name used to store the TldCache instance.
servletClass - Variable in class org.apache.catalina.core.StandardWrapper
The fully qualified servlet class name for this servlet.
servletConnection - Variable in class org.apache.tomcat.util.net.SocketWrapperBase
Servlet connection.
ServletConnectionImpl - Class in org.apache.tomcat.util.net
 
ServletConnectionImpl(String, String, String, boolean) - Constructor for class org.apache.tomcat.util.net.ServletConnectionImpl
 
servletContext - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
 
ServletContextAndPath(ServletContext, String) - Constructor for class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
 
ServletContextElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.ServletContextElement
Creates a new ServletContextElement for the specified attribute.
ServletDef - Class in org.apache.tomcat.util.descriptor.web
Representation of a servlet definition for a web application, as represented in a <servlet> element in the deployment descriptor.
ServletDef() - Constructor for class org.apache.tomcat.util.descriptor.web.ServletDef
Default constructor.
servletout - Variable in class org.apache.jasper.JspC
Buffer for generated servlet declarations.
servletOutputStream - Variable in class org.apache.catalina.ssi.ResponseIncludeWrapper
The servlet output stream.
ServletRequestContext - Class in org.apache.tomcat.util.http.fileupload.servlet
Provides access to the request information needed for a request made to an HTTP servlet.
ServletRequestContext(HttpServletRequest) - Constructor for class org.apache.tomcat.util.http.fileupload.servlet.ServletRequestContext
Construct a context for this request.
ServletResponseWrapperInclude - Class in org.apache.jasper.runtime
ServletResponseWrapper used by the JSP 'include' action.
ServletResponseWrapperInclude(ServletResponse, JspWriter) - Constructor for class org.apache.jasper.runtime.ServletResponseWrapperInclude
Creates a new response wrapper for include operations.
ServletWriter - Class in org.apache.jasper.compiler
This is what is used to generate servlets.
ServletWriter(PrintWriter) - Constructor for class org.apache.jasper.compiler.ServletWriter
Creates a new ServletWriter.
SESS_PASSWORD_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
When the cache property of the authenticator is set to false, the Principal is not cached.
SESS_USERNAME_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
When the cache property of the authenticator is set to false, the Principal is not cached.
session - Variable in class org.apache.catalina.connector.Request
The currently active session for this request.
session - Variable in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerBase
The WebSocket session associated with this handler.
Session - Interface in org.apache.catalina
A Session is the Catalina-internal facade for an HttpSession that is used to maintain state information between requests for a particular user of a web application.
SESSION_ACTIVATED_EVENT - Static variable in interface org.apache.catalina.Session
The SessionEvent event type when a session is activated.
SESSION_CHANGED_ID_EVENT - Static variable in interface org.apache.catalina.Session
The SessionEvent event type when a session changes its sessionId.
SESSION_CLOSE_TIMEOUT_PROPERTY - Static variable in class org.apache.tomcat.websocket.Constants
Property name for session close timeout configuration.
SESSION_CREATED_EVENT - Static variable in interface org.apache.catalina.Session
The SessionEvent event type when a session is created.
SESSION_DESTROYED_EVENT - Static variable in interface org.apache.catalina.Session
The SessionEvent event type when a session is destroyed.
SESSION_ID_KEY - Static variable in interface org.apache.tomcat.util.net.SSLSupport
The Request attribute key for the session id.
SESSION_ID_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The session id used as a CSRF marker when redirecting a user's request.
SESSION_MGR - Static variable in interface org.apache.tomcat.util.net.SSLSupport
The request attribute key for the session manager.
SESSION_PASSIVATED_EVENT - Static variable in interface org.apache.catalina.Session
The SessionEvent event type when a session is passivated.
sessionAccept(long) - Static method in class org.apache.tomcat.jni.SSLContext
Returns the total number of session attempts accepted by the server.
sessionAcceptGood(long) - Static method in class org.apache.tomcat.jni.SSLContext
Returns the number of sessions actually reused on the server side.
sessionAcceptRenegotiate(long) - Static method in class org.apache.tomcat.jni.SSLContext
Returns the number of session renegotiations on the server side.
sessionAppCol - Variable in class org.apache.catalina.session.DataSourceStore
Column to use for /Engine/Host/Context name
SessionAttributeElement(String) - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.SessionAttributeElement
Creates a new session attribute element.
SessionAttributeElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.SessionAttributeElement
Creates a new SessionAttributeElement for the specified attribute.
sessionCacheFull(long) - Static method in class org.apache.tomcat.jni.SSLContext
Returns the number of times the session cache grew to the maximum allowed size and therefore further entries could not be inserted.
sessionCbHits(long) - Static method in class org.apache.tomcat.jni.SSLContext
Returns the number of sessions that were resumed by the callback.
sessionChangedId(String, Session, String) - Method in class org.apache.catalina.authenticator.SingleSignOn
Handles a session ID change by updating the SSO entry to track the new session ID.
sessionConfig - Variable in class org.apache.tomcat.util.descriptor.web.WebRuleSet
The SetSessionConfig rule used to parse the web.xml
SessionConfig - Class in org.apache.catalina.util
Utility class for managing session configuration.
SessionConfig - Class in org.apache.tomcat.util.descriptor.web
Representation of a session configuration element for a web application, as represented in a <session-config> element in the deployment descriptor.
SessionConfig() - Constructor for class org.apache.tomcat.util.descriptor.web.SessionConfig
Default constructor.
sessionConnect(long) - Static method in class org.apache.tomcat.jni.SSLContext
Returns the total number of session connection attempts by the client.
sessionConnectGood(long) - Static method in class org.apache.tomcat.jni.SSLContext
Returns the number of sessions that were actually reused on the client side.
sessionConnectRenegotiate(long) - Static method in class org.apache.tomcat.jni.SSLContext
Returns the number of session renegotiations on the client side.
sessionCounter - Variable in class org.apache.catalina.session.ManagerBase
Deprecated.
This will be removed in Tomcat 11
sessionCreationTiming - Variable in class org.apache.catalina.session.ManagerBase
Timing information for session creation.
sessionDataCol - Variable in class org.apache.catalina.session.DataSourceStore
Data column to use.
sessionDestroyed(HttpSessionEvent) - Method in class org.apache.tomcat.websocket.server.WsSessionListener
 
sessionDestroyed(String, Session) - Method in class org.apache.catalina.authenticator.SingleSignOn
Process a session destroyed event by removing references to that session from the caches and - if the session destruction is the result of a logout - destroy the associated SSO session.
sessionEvent(SessionEvent) - Method in class org.apache.catalina.authenticator.SingleSignOnListener
 
sessionEvent(SessionEvent) - Method in interface org.apache.catalina.SessionListener
Acknowledge the occurrence of the specified event.
SessionEvent - Class in org.apache.catalina
General event for notifying listeners of significant changes on a Session.
SessionEvent(Session, String, Object) - Constructor for class org.apache.catalina.SessionEvent
Construct a new SessionEvent with the specified parameters.
sessionExpirationTiming - Variable in class org.apache.catalina.session.ManagerBase
Timing information for session expiration.
sessionExpired(String) - Method in class org.apache.catalina.ha.session.DeltaManager
send session expired to other cluster nodes
sessionHits(long) - Static method in class org.apache.tomcat.jni.SSLContext
Returns the number of sessions that were actually reused (hits).
sessionId(String) - Method in class org.apache.catalina.core.ApplicationPushBuilder
 
sessionIdAttribute - Variable in class org.apache.catalina.ha.session.JvmRouteBinderValve
The session ID attribute name.
sessionIdCol - Variable in class org.apache.catalina.session.DataSourceStore
Id column to use.
sessionIdGenerator - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
Generator for SSO session identifiers.
sessionIdGenerator - Variable in class org.apache.catalina.session.ManagerBase
The session ID generator.
SessionIdGenerator - Interface in org.apache.catalina
Interface for generating session identifiers.
SessionIdGeneratorBase - Class in org.apache.catalina.util
Base implementation of SessionIdGenerator that manages a pool of SecureRandom instances for generating session identifiers.
SessionIdGeneratorBase() - Constructor for class org.apache.catalina.util.SessionIdGeneratorBase
Construct a new SessionIdGeneratorBase instance.
sessionIdGeneratorClass - Variable in class org.apache.catalina.session.ManagerBase
The session ID generator class.
SessionInitializerFilter - Class in org.apache.catalina.filters
A Filter that initializes the HttpSession for the HttpServletRequest by calling its getSession() method.
SessionInitializerFilter() - Constructor for class org.apache.catalina.filters.SessionInitializerFilter
Default constructor.
sessionLastAccessedCol - Variable in class org.apache.catalina.session.DataSourceStore
Last Accessed column to use.
SessionListener - Interface in org.apache.catalina
Interface defining a listener for significant Session generated events.
sessionMaxAliveTime - Variable in class org.apache.catalina.session.ManagerBase
The longest time (in seconds) that an expired session had been alive.
sessionMaxInactiveCol - Variable in class org.apache.catalina.session.DataSourceStore
Max Inactive column to use.
SessionMessage - Interface in org.apache.catalina.ha.session
The SessionMessage interface is used when a session has been created, modified, expired in a Tomcat cluster node.
SessionMessageImpl - Class in org.apache.catalina.ha.session
Session cluster message.
SessionMessageImpl(String, int, byte[], String, String) - Constructor for class org.apache.catalina.ha.session.SessionMessageImpl
Creates a session message.
sessionMisses(long) - Static method in class org.apache.tomcat.jni.SSLContext
Returns the number of sessions that were not found in the cache (misses).
sessionNumber(long) - Static method in class org.apache.tomcat.jni.SSLContext
Returns the total number of sessions currently in the cache.
sessions - Variable in class org.apache.catalina.session.ManagerBase
The set of currently active Sessions for this Manager, keyed by session identifier.
sessions(PrintWriter, ContextName, int, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Session information for the web application at the specified context path.
sessions(ContextName, int, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Display session information and invoke list.
SessionsTask - Class in org.apache.catalina.ant
Ant task that implements the /sessions command supported by the Tomcat manager application.
SessionsTask() - Constructor for class org.apache.catalina.ant.SessionsTask
Default constructor.
sessionTable - Variable in class org.apache.catalina.session.DataSourceStore
Table to use.
sessionTimeouts(long) - Static method in class org.apache.tomcat.jni.SSLContext
Returns the number of sessions that have timed out.
SessionTiming(long, int) - Constructor for class org.apache.catalina.session.ManagerBase.SessionTiming
 
SessionUtils - Class in org.apache.catalina.manager.util
Utility methods on HttpSessions.
sessionValidCol - Variable in class org.apache.catalina.session.DataSourceStore
Is Valid column to use.
Set - Class in org.apache.jasper.tagplugins.jstl.core
Tag plugin for the JSTL <c:set> tag.
Set() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Set
Construct a new Set tag plugin instance.
SET - Enum constant in enum org.apache.catalina.servlets.WebdavServlet.PropertyUpdateType
Set a property.
SET_PROPERTY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
Internal name for the setProperty action.
setAbandonedConfig(AbandonedConfig) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Sets the abandoned object removal configuration.
setAbandonedLogWriter(PrintWriter) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the print writer to be used by this configuration to log information on abandoned objects.
setAbandonedUsageTracking(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
If the connection pool implements UsageTracking, configure whether the connection pool should 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.
setAbandonWhenPercentageFull(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setAbandonWhenPercentageFull(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setAbandonWhenPercentageFull(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Connections that have been abandoned (timed out) wont get closed and reported up unless the number of connections in use are above the percentage defined by abandonWhenPercentageFull.
setAbandonWhenPercentageFull(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setAcceptCount(int) - Method in class org.apache.coyote.AbstractProtocol
Sets the accept count.
setAcceptCount(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Set the accept count.
setAcceptorThreadPriority(int) - Method in class org.apache.coyote.AbstractProtocol
Sets the acceptor thread priority.
setAcceptorThreadPriority(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Set the acceptor thread priority.
setAccessCount(int) - Method in class org.apache.catalina.ha.session.DeltaSession
Set the access count for this session.
setAccessTimeout(long) - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
Sets the access timeout in milliseconds.
setAccessTimeout(long) - Method in class org.apache.catalina.ha.session.BackupManager
Sets the access timeout for the replication map.
setAccessTimeout(long) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Sets the access timeout.
setAccessToUnderlyingConnectionAllowed(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the value of the accessToUnderlyingConnectionAllowed property.
setAccessToUnderlyingConnectionAllowed(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Sets the value of the accessToUnderlyingConnectionAllowed property.
setAccessToUnderlyingConnectionAllowed(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDataSource
Sets the value of the accessToUnderlyingConnectionAllowed property.
setAccessToUnderlyingConnectionAllowed(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setAccessToUnderlyingConnectionAllowed(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setAccessToUnderlyingConnectionAllowed(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
No-op
setAccessToUnderlyingConnectionAllowed(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setActualProxy(Object) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
Sets the actual proxy object.
setAdapter(Adapter) - Method in class org.apache.coyote.AbstractProtocol
Sets the adapter.
setAdapter(Adapter) - Method in interface org.apache.coyote.ProtocolHandler
The adapter, used to call the connector.
setAdCompat(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
How do we handle PartialResultExceptions?
setAddConnectorPort(boolean) - Method in class org.apache.catalina.valves.RequestFilterValve
Set the flag deciding whether we add the server connector port to the property compared in the filtering method.
setAddDefaultWebXmlToWebapp(boolean) - Method in class org.apache.catalina.startup.Tomcat
By default, when calling addWebapp() to create a Context, the settings from the default web.xml are added to the context.
setAddress(String) - Method in class org.apache.catalina.core.StandardServer
 
setAddress(String) - Method in interface org.apache.catalina.Server
Set the address on which we listen to for shutdown commands.
setAddress(String) - Method in class org.apache.catalina.tribes.membership.McastService
Set the multicast address.
setAddress(String) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Sets the bind address for this receiver.
setAddress(InetAddress) - Method in class org.apache.catalina.tribes.transport.AbstractSender
Sets the InetAddress of the destination.
setAddress(InetAddress) - Method in class org.apache.coyote.AbstractProtocol
Sets the address.
setAddress(InetAddress) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Set the bind address.
setAddress(Member) - Method in interface org.apache.catalina.ha.ClusterMessage
Set the member associated with the message.
setAddress(Member) - Method in class org.apache.catalina.ha.ClusterMessageBase
 
setAddress(Member) - Method in class org.apache.catalina.ha.deploy.UndeployMessage
 
setAddress(Member) - Method in interface org.apache.catalina.tribes.ChannelMessage
Sets the source or reply-to address of this message
setAddress(Member) - Method in class org.apache.catalina.tribes.io.ChannelData
 
setAddWebinfClassesResources(boolean) - Method in interface org.apache.catalina.Context
Sets 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.
setAddWebinfClassesResources(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setAddWebinfClassesResources(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setAddWebXmlMappings(boolean) - Method in class org.apache.jasper.JspC
Sets the option to merge generated web.xml fragment into the WEB-INF/web.xml file of the web application that we were processing.
setAjpFlush(boolean) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Configure whether to aend an AJP flush packet when flushing.
setAlgorithm(String) - Method in class org.apache.catalina.realm.DigestCredentialHandlerBase
Set the algorithm used to convert input credentials to stored credentials.
setAlgorithm(String) - Method in class org.apache.catalina.realm.MessageDigestCredentialHandler
 
setAlgorithm(String) - Method in class org.apache.catalina.realm.SecretKeyCredentialHandler
 
setAlgorithms(String) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Set the configured authentication algorithms as a comma-separated list.
setAllow(String) - Method in class org.apache.catalina.filters.RemoteCIDRFilter
Fill the #allow list with the list of netmasks provided as an argument, if any.
setAllow(String) - Method in class org.apache.catalina.filters.RequestFilter
Set the regular expression used to test for allowed requests for this Filter, if any.
setAllow(String) - Method in class org.apache.catalina.startup.UserConfig
Set the regular expression used to test for user who deployment is allowed.
setAllow(String) - Method in class org.apache.catalina.valves.RemoteCIDRValve
Fill the #allow list with the list of netmasks provided as an argument, if any.
setAllow(String) - Method in class org.apache.catalina.valves.RequestFilterValve
Set the regular expression used to test for allowed requests for this Valve, if any.
setAllowBackslash(boolean) - Method in class org.apache.catalina.connector.Connector
Set the allowBackslash flag.
setAllowCasualMultipartParsing(boolean) - Method in interface org.apache.catalina.Context
Set to true to allow requests mapped to servlets that do not explicitly declare @MultipartConfig or have <multipart-config> specified in web.xml to parse multipart/form-data requests.
setAllowCasualMultipartParsing(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setAllowCasualMultipartParsing(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setAllowCorsPreflight(String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Sets the CORS preflight handling mode.
setAllowedRequestAttributesPattern(String) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Sets the pattern for allowed request attributes.
setAllowedTrailerHeaders(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Set the names of headers that are allowed to be sent via a trailer when using chunked encoding.
setAllowHostHeaderMismatch(boolean) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Deprecated.
This will removed in Tomcat 11 onwards where allowHostHeaderMismatch will be hard-coded to false.
setAllowLinking(boolean) - Method in interface org.apache.catalina.WebResourceRoot
Configure if this web application allows the use of symbolic links by default.
setAllowLinking(boolean) - Method in class org.apache.catalina.webresources.AbstractArchiveResourceSet
Configure if this ResourceSet allows the use of symbolic links.
setAllowLinking(boolean) - Method in class org.apache.catalina.webresources.AbstractFileResourceSet
 
setAllowLinking(boolean) - Method in class org.apache.catalina.webresources.EmptyResourceSet
Configure if this ResourceSet allows the use of symbolic links.
setAllowLinking(boolean) - Method in class org.apache.catalina.webresources.StandardRoot
 
setAllowLinking(boolean) - Method in interface org.apache.catalina.WebResourceSet
Configure if this ResourceSet allows the use of symbolic links.
setAllowMultipleLeadingForwardSlashInPath(boolean) - Method in interface org.apache.catalina.Context
Configure if, when returning a context path from HttpServletRequest.getContextPath(), the return value is allowed to contain multiple leading '/' characters.
setAllowMultipleLeadingForwardSlashInPath(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setAllowMultipleLeadingForwardSlashInPath(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setAllowSchemeMismatch(boolean) - Method in class org.apache.coyote.http2.Http2Protocol
Configure whether HTTP/2 streams atr allowed to provide a scheme that is inconsistent with the transport over which the stream was received
setAllowTrace(boolean) - Method in class org.apache.catalina.connector.Connector
Set the allowTrace flag, to disable or enable the TRACE HTTP method.
setAllRolesMode(String) - Method in class org.apache.catalina.realm.RealmBase
Set the all roles mode.
setAlpnProtos(long, String[], int) - Static method in class org.apache.tomcat.jni.SSLContext
Set application layer protocol for application layer protocol negotiation extension
setAltDDName(String) - Method in interface org.apache.catalina.Context
Set an alternate Deployment Descriptor name.
setAltDDName(String) - Method in class org.apache.catalina.core.StandardContext
 
setAltDDName(String) - Method in class org.apache.catalina.startup.FailedContext
 
setAlternateURL(String) - Method in class org.apache.catalina.realm.JNDIRealm
Setter for property alternateURL.
setAlternateUsernameAllowed(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setAlternateUsernameAllowed(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setAlternateUsernameAllowed(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Set to true if the call getConnection(username,password) is allowed and honored..
setAlternateUsernameAllowed(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setAlwaysAccessSession(boolean) - Method in interface org.apache.catalina.Context
Set the session access behavior.
setAlwaysAccessSession(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setAlwaysAccessSession(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setAlwaysAddWelcomeFiles(boolean) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
When merging from this web.xml, should the welcome files be added to the target web.xml even if it already contains welcome file definitions.
setAlwaysLog(boolean) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
If true, (error and non-error) output will be redirected as specified while being sent to Ant's logging mechanism as if no redirection had taken place.
setAlwaysSend(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
setAlwaysSend(boolean) - Method in interface org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptorMBean
Set always send.
setAlwaysUseSession(boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Sets whether a session should always be used once a user is authenticated.
setAndGetCurrentSize(long) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
Set the current size and return the value.
setAntiClickJackingEnabled(boolean) - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
Enables or disables anti-click-jacking protection.
setAntiClickJackingOption(String) - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
Sets the X-Frame-Options value for click-jacking protection.
setAntiClickJackingUri(String) - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
Sets the URI used with the ALLOW_FROM X-Frame-Options directive.
setAntiResourceLocking(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the antiResourceLocking feature for this Context.
setAppBase(String) - Method in class org.apache.catalina.core.StandardHost
 
setAppBase(String) - Method in interface org.apache.catalina.Host
Set the application root for this Host.
setAppCommitted(boolean) - Method in class org.apache.catalina.connector.Response
Set the application commit flag.
setAppContext(String) - Method in class org.apache.catalina.authenticator.jaspic.PersistentProviderRegistrations.Provider
Sets the application context of the provider.
setAppContextProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
Set the app context protection flag.
setAppend(boolean) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
If true, append output to existing file.
setApplicationEventListeners(Object[]) - Method in interface org.apache.catalina.Context
Store the set of initialized application event listener objects, in the order they were specified in the web application deployment descriptor, for this application.
setApplicationEventListeners(Object[]) - Method in class org.apache.catalina.core.StandardContext
Store the set of initialized application event listener objects, in the order they were specified in the web application deployment descriptor, for this application.
setApplicationEventListeners(Object[]) - Method in class org.apache.catalina.startup.FailedContext
 
setApplicationLifecycleListeners(Object[]) - Method in interface org.apache.catalina.Context
Store the set of initialized application lifecycle listener objects, in the order they were specified in the web application deployment descriptor, for this application.
setApplicationLifecycleListeners(Object[]) - Method in class org.apache.catalina.core.StandardContext
 
setApplicationLifecycleListeners(Object[]) - Method in class org.apache.catalina.startup.FailedContext
 
setApplyJava8u40Fix(boolean) - Method in class org.apache.catalina.authenticator.SpnegoAuthenticator
Deprecated.
This method will be removed from Tomcat 12 onwards.
setAppName(String) - Method in class org.apache.catalina.realm.JAASRealm
Set the JAAS LoginContext app name.
setAppReadBufHandler(ApplicationBufferHandler) - Method in class org.apache.tomcat.util.net.Nio2Channel
 
setAppReadBufHandler(ApplicationBufferHandler) - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
 
setAppReadBufHandler(ApplicationBufferHandler) - Method in class org.apache.tomcat.util.net.NioChannel
Sets the application-level read buffer handler.
setAppReadBufHandler(ApplicationBufferHandler) - Method in class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper
 
setAppReadBufHandler(ApplicationBufferHandler) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Sets the application-level read buffer handler.
setAppReadBufSize(int) - Method in class org.apache.tomcat.util.net.SocketProperties
Sets the application read buffer size in bytes.
setAppWriteBufSize(int) - Method in class org.apache.tomcat.util.net.SocketProperties
Sets the application write buffer size in bytes.
setAprAvailable(boolean) - Static method in class org.apache.catalina.core.AprStatus
Deprecated.
 
setAprAvailable(boolean) - Static method in class org.apache.tomcat.jni.AprStatus
Sets the APR available status.
setAprInitialized(boolean) - Static method in class org.apache.catalina.core.AprStatus
Deprecated.
 
setAprInitialized(boolean) - Static method in class org.apache.tomcat.jni.AprStatus
Sets the APR initialized status.
setArchiveIndexStrategy(String) - Method in interface org.apache.catalina.WebResourceRoot
Set the strategy to use for the resources archive lookup.
setArchiveIndexStrategy(String) - Method in class org.apache.catalina.webresources.StandardRoot
 
setArgs(String[]) - Method in class org.apache.jasper.JspC
Apply command-line arguments.
setArgs(List) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
Set the arguments for MBean creation.
setArgs(List) - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
Set the arguments for the MBean operation.
setArray(int, Array) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setAsciiStream(int, InputStream) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setAsciiStream(int, InputStream, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setAsciiStream(int, InputStream, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setAsciiStream(String, InputStream) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setAsciiStream(String, InputStream, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setAsciiStream(String, InputStream, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setAsyncSendTimeout(long) - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
Set the default timeout for sending a message asynchronously.
setAsyncSupported(boolean) - Method in class org.apache.catalina.connector.Request
Set whether async is supported for this request.
setAsyncSupported(boolean) - Method in class org.apache.catalina.core.ApplicationFilterRegistration
 
setAsyncSupported(boolean) - Method in class org.apache.catalina.core.ApplicationServletRegistration
 
setAsyncSupported(boolean) - Method in class org.apache.catalina.core.StandardWrapper
 
setAsyncSupported(boolean) - Method in class org.apache.catalina.valves.ValveBase
Sets whether this valve supports Servlet 3+ async requests.
setAsyncSupported(boolean) - Method in interface org.apache.catalina.Wrapper
Set the async support for the associated Servlet.
setAsyncSupported(String) - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
Sets the async-supported setting for this filter.
setAsyncSupported(String) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
Sets whether this servlet supports async processing.
setAsyncTimeout(long) - Method in class org.apache.catalina.connector.Connector
Set the default timeout for async requests.
setAsyncTimeout(long) - Method in class org.apache.coyote.AbstractProcessor
Sets the async timeout.
setAtETag(Node.Nodes) - Method in class org.apache.jasper.compiler.Node.CustomTag
Sets the nodes generated at the end tag by a tag plugin.
setAtSTag(Node.Nodes) - Method in class org.apache.jasper.compiler.Node.CustomTag
Sets the nodes generated at the start tag by a tag plugin.
setAttempt(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
Sets the current retry attempt count.
setAttribute(int, String, String, String, String, String) - Method in class org.apache.jasper.util.UniqueAttributesImpl
 
setAttribute(PrintWriter, String, String, String) - Method in class org.apache.catalina.manager.JMXProxyServlet
Set an MBean attribute value.
setAttribute(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
Set the attribute name.
setAttribute(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorGetTask
Set the MBean attribute name.
setAttribute(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
Set the MBean attribute name.
setAttribute(String) - Method in class org.apache.catalina.ant.JMXGetTask
Set method for the attribute name
setAttribute(String) - Method in class org.apache.catalina.ant.JMXSetTask
Set method for the attribute name
setAttribute(String, Object) - Method in class org.apache.catalina.connector.Request
 
setAttribute(String, Object) - Method in class org.apache.catalina.connector.RequestFacade
 
setAttribute(String, Object) - Method in class org.apache.catalina.core.ApplicationContext
 
setAttribute(String, Object) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
setAttribute(String, Object) - Method in class org.apache.catalina.ha.context.ReplicatedContext.ReplApplContext
 
setAttribute(String, Object) - Method in class org.apache.catalina.ha.session.DeltaRequest
Record a set attribute action.
setAttribute(String, Object) - Method in class org.apache.catalina.ha.session.DeltaSession
 
setAttribute(String, Object) - Method in class org.apache.catalina.session.StandardSession
 
setAttribute(String, Object) - Method in class org.apache.catalina.session.StandardSessionFacade
 
setAttribute(String, Object) - Method in class org.apache.coyote.Request
Set an attribute.
setAttribute(String, Object) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
setAttribute(String, Object) - Method in class org.apache.jasper.runtime.PageContextImpl
 
setAttribute(String, Object) - Method in class org.apache.jasper.servlet.JspCServletContext
 
setAttribute(String, Object) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Generic property setter called when a property for which a specific setter already exists within the ProtocolHandler needs to be made available to subcomponents.
setAttribute(String, Object, boolean) - Method in class org.apache.catalina.session.StandardSession
Bind an object to this session, using the specified name.
setAttribute(String, Object, boolean, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
Set an attribute on this session.
setAttribute(String, Object, int) - Method in class org.apache.jasper.runtime.JspContextWrapper
 
setAttribute(String, Object, int) - Method in class org.apache.jasper.runtime.PageContextImpl
 
setAttribute(String, String) - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
 
setAttribute(Attribute) - Method in class org.apache.catalina.mbeans.ConnectorMBean
 
setAttribute(Attribute) - Method in class org.apache.catalina.mbeans.ContextEnvironmentMBean
 
setAttribute(Attribute) - Method in class org.apache.catalina.mbeans.ContextResourceLinkMBean
 
setAttribute(Attribute) - Method in class org.apache.catalina.mbeans.ContextResourceMBean
 
setAttribute(Attribute) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
setAttributebinding(boolean) - Method in class org.apache.catalina.ant.jmx.JMXAccessorQueryTask
Set the attribute binding flag.
setAttributeMap(Map) - Method in class org.apache.catalina.ha.context.ReplicatedContext.ReplApplContext
Set the attribute map.
setAttributes(boolean) - Method in class org.apache.catalina.storeconfig.StoreDescription
Sets whether the attributes of this component should be stored.
setAttributes(AttributeList) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
setAttributes(Attributes) - Method in class org.apache.jasper.compiler.Node
Sets the attributes for this node.
setAttributes(Attributes) - Method in class org.apache.jasper.util.UniqueAttributesImpl
 
setAuth(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextResource
Sets the authorization requirement for this resource.
setAuthConstraint(boolean) - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
Set the authorization constraint present flag for this security constraint.
setAuthenticateHeader(HttpServletRequest, HttpServletResponse, String, boolean) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Generates the WWW-Authenticate header(s) as per RFC 7616.
setAuthentication(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the type of authentication to use.
setAuthenticationSessionTimeout(int) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Configures the maximum session timeout to be used during authentication if the authentication process creates a session.
setAuthMethod(String) - Method in class org.apache.tomcat.util.descriptor.web.LoginConfig
Set the authentication method.
setAuthType(String) - Method in class org.apache.catalina.connector.Request
Set the authentication type used for this request, if any; otherwise set the type to null.
setAuthType(String) - Method in class org.apache.catalina.ha.session.DeltaRequest
Record a set auth type action.
setAuthType(String) - Method in class org.apache.catalina.ha.session.DeltaSession
 
setAuthType(String) - Method in class org.apache.catalina.manager.DummyProxySession
 
setAuthType(String) - Method in interface org.apache.catalina.Session
Set the authentication type used to authenticate our cached Principal, if any.
setAuthType(String) - Method in class org.apache.catalina.session.StandardSession
 
setAuthType(String, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
Set the authentication type.
setAutoBind(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Sets the number of attempts to find an available port for auto-binding.
setAutoCommit(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
setAutoCommit(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.managed.ManagedConnection
 
setAutoCommit(boolean) - Method in interface org.apache.tomcat.dbcp.dbcp2.PoolableConnectionMXBean
setAutoCommitOnReturn(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets 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.
setAutoCommitOnReturn(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
setAutoDeploy(boolean) - Method in class org.apache.catalina.core.StandardHost
 
setAutoDeploy(boolean) - Method in interface org.apache.catalina.Host
Set the auto deploy flag value for this host.
setAutoFlush(String, Node, ErrorDispatcher) - Method in class org.apache.jasper.compiler.PageInfo
Sets the autoFlush attribute.
setAvailable(boolean) - Static method in class org.apache.tomcat.util.net.openssl.OpenSSLStatus
Sets the availability state.
setAvailable(int) - Method in class org.apache.coyote.Request
Set the number of available bytes.
setAvailable(long) - Method in class org.apache.catalina.core.StandardWrapper
 
setAvailable(long) - Method in interface org.apache.catalina.Wrapper
Set the available date/time for this servlet, in milliseconds since the epoch.
setAwait(boolean) - Method in class org.apache.catalina.startup.Bootstrap
Set flag.
setAwait(boolean) - Method in class org.apache.catalina.startup.Catalina
Set the await flag.
setBackgroundProcessorDelay(int) - Method in interface org.apache.catalina.Container
Set the delay between the invocation of the execute method on this container and its children.
setBackgroundProcessorDelay(int) - Method in class org.apache.catalina.core.ContainerBase
 
setBackgroundProcessorDelay(int) - Method in class org.apache.catalina.startup.FailedContext
 
setBackup(boolean) - Method in class org.apache.catalina.storeconfig.StoreDescription
Sets whether a backup of the configuration should be created.
setBackup(boolean) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
Sets whether this entry is a backup.
setBackupNodes(Member[]) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
Sets the backup nodes for this entry.
setBase(String) - Method in class org.apache.catalina.webresources.AbstractResourceSet
Sets the base.
setBaseDir(String) - Method in class org.apache.catalina.startup.Tomcat
Tomcat requires that the base directory is set because the defaults for a number of other locations, such as the work directory, are derived from the base directory.
setBasename(String) - Method in class org.apache.catalina.storeconfig.StoreFileMover
Sets the base directory path for configuration files.
setBasePackageName(String) - Method in class org.apache.jasper.JspCompilationContext
The package name into which the servlet class is generated.
setBaseUrl(URL) - Method in class org.apache.catalina.webresources.AbstractArchiveResourceSet
Sets the base URL.
setBasic(Valve) - Method in class org.apache.catalina.core.StandardPipeline
 
setBasic(Valve) - Method in interface org.apache.catalina.Pipeline
Set the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).
setBatchingAllowed(boolean) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointBase
 
setBatchingAllowed(boolean) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
 
setBean(String) - Method in class org.apache.catalina.ant.JMXGetTask
Set method for the bean name
setBean(String) - Method in class org.apache.catalina.ant.JMXSetTask
Set method for the bean name
setBeanName(Node.JspAttribute) - Method in class org.apache.jasper.compiler.Node.UseBean
Sets the bean name attribute for this useBean action.
setBeginJavaLine(int) - Method in class org.apache.jasper.compiler.Node
Sets the starting line number in the generated Java code.
setBigDecimal(int, BigDecimal) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setBigDecimal(String, BigDecimal) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setBinaryStream(int, InputStream) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setBinaryStream(int, InputStream, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setBinaryStream(int, InputStream, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setBinaryStream(String, InputStream) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setBinaryStream(String, InputStream, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setBinaryStream(String, InputStream, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setBind(String) - Method in class org.apache.catalina.tribes.membership.McastService
Set the bind address.
setBind(InetAddress) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Sets the bind address.
setBindOnInit(boolean) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Set the bind on init flag.
setBlob(int, InputStream) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setBlob(int, InputStream, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setBlob(int, Blob) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setBlob(String, InputStream) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setBlob(String, InputStream, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setBlob(String, Blob) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setBlock(boolean) - Method in class org.apache.catalina.valves.SemaphoreValve
Set whether the valve blocks until a permit is available.
setBlockContentTypeSniffingEnabled(boolean) - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
Enables or disables content type sniffing protection.
setBlockExternal(boolean) - Method in class org.apache.jasper.JspC
Sets the option to block external entities during XML parsing.
setBlockWhenExhausted(boolean) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Sets whether to block when the borrowObject() method is invoked when the pool is exhausted (the maximum number of "active" objects has been reached).
setBlockWhenExhausted(boolean) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Sets the value for the blockWhenExhausted configuration attribute for pools created with this configuration instance.
setBody(Node.Nodes) - Method in class org.apache.jasper.compiler.Node
Sets the body of this node.
setBody(ByteChunk) - Method in class org.apache.catalina.authenticator.SavedRequest
Sets the body of the saved request.
setBodyContent(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
Sets the body content type.
setBoolean(int, boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setBoolean(String, boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setBoundary(byte[]) - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Changes the boundary token used for partitioning the stream.
setBucketDuration(int) - Method in class org.apache.catalina.filters.RateLimitFilter
Set the duration of the time bucket in seconds.
setBucketRequests(int) - Method in class org.apache.catalina.filters.RateLimitFilter
Set the maximum number of requests allowed per time bucket.
setBuffer(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
Sets the buffer size for pages in this group.
setBuffer(HttpOutputBuffer) - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
 
setBuffer(HttpOutputBuffer) - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
 
setBuffer(HttpOutputBuffer) - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
 
setBuffer(HttpOutputBuffer) - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
 
setBuffer(HttpOutputBuffer) - Method in interface org.apache.coyote.http11.OutputFilter
Set the next buffer in the filter pipeline.
setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
 
setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
 
setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
 
setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
Set the next buffer in the filter pipeline (has no effect).
setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.VoidInputFilter
 
setBuffer(InputBuffer) - Method in interface org.apache.coyote.http11.InputFilter
Set the next buffer in the filter pipeline.
setBuffered(boolean) - Method in class org.apache.catalina.valves.AccessLogValve
Set the value if the logging should be buffered
setBufferPool(int) - Method in class org.apache.tomcat.util.net.SocketProperties
Sets the NioChannel pool size.
setBufferPoolSize(int) - Method in class org.apache.tomcat.util.net.SocketProperties
Sets the buffer pool size in bytes to be cached.
setBufferSize(int) - Method in class org.apache.catalina.connector.OutputBuffer
Sets the buffer size, allocating a new buffer if needed.
setBufferSize(int) - Method in class org.apache.catalina.connector.Response
 
setBufferSize(int) - Method in class org.apache.catalina.connector.ResponseFacade
 
setBufferValue(String, Node, ErrorDispatcher) - Method in class org.apache.jasper.compiler.PageInfo
Sets the buffer value.
setBuildDateWarningAgeDays(String) - Method in class org.apache.catalina.security.SecurityListener
Sets the number of days that may pass between the build-date of this Tomcat instance before warnings are printed.
setByte(int, byte) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setByte(String, byte) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setByteBuffer(ByteBuffer) - Method in class org.apache.catalina.connector.InputBuffer
 
setByteBuffer(ByteBuffer) - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
 
setByteBuffer(ByteBuffer) - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
 
setByteBuffer(ByteBuffer) - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
 
setByteBuffer(ByteBuffer) - Method in class org.apache.coyote.http11.Http11InputBuffer
 
setByteBuffer(ByteBuffer) - Method in class org.apache.coyote.http11.upgrade.UpgradeApplicationBufferHandler
 
setByteBuffer(ByteBuffer) - Method in interface org.apache.tomcat.util.net.ApplicationBufferHandler
Set the byte buffer.
setByteEnabled(boolean) - Method in class org.apache.tomcat.util.buf.StringCache
Sets whether the byte chunk string cache is enabled.
setByteInputChannel(ByteChunk.ByteInputChannel) - Method in class org.apache.tomcat.util.buf.ByteChunk
When the buffer is empty, read the data from the input channel.
setByteOutputChannel(ByteChunk.ByteOutputChannel) - Method in class org.apache.tomcat.util.buf.ByteChunk
When the buffer is full, write the data to the output channel.
setBytes(byte[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
Sets the buffer to the specified sub array of bytes.
setBytes(byte[], int, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
Sets the content to the specified sub array of bytes.
setBytes(int, byte[]) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setBytes(String, byte[]) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setBytesField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
Sets the name of the field containing the number of bytes returned.
setBytesReceived(long) - Method in class org.apache.coyote.http11.upgrade.UpgradeGroupInfo
Resets the bytes received counter.
setBytesReceived(long) - Method in class org.apache.coyote.http11.upgrade.UpgradeInfo
Resets the bytes received counter.
setBytesReceived(long) - Method in class org.apache.coyote.RequestGroupInfo
Reset the bytes received.
setBytesReceived(long) - Method in class org.apache.coyote.RequestInfo
Reset the bytes received.
setBytesSent(long) - Method in class org.apache.coyote.http11.upgrade.UpgradeGroupInfo
Resets the bytes sent counter.
setBytesSent(long) - Method in class org.apache.coyote.http11.upgrade.UpgradeInfo
Resets the bytes sent counter.
setBytesSent(long) - Method in class org.apache.coyote.RequestGroupInfo
Reset the bytes sent.
setBytesSent(long) - Method in class org.apache.coyote.RequestInfo
Reset the bytes sent.
setCACertificate(long, String, String) - Static method in class org.apache.tomcat.jni.SSLContext
Set File and Directory of concatenated PEM-encoded CA Certificates for Client Auth
This directive sets the all-in-one file where you can assemble the Certificates of Certification Authorities (CA) whose clients you deal with.
setCaCertificateFile(String) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets the CA certificate file.
setCaCertificatePath(String) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets the CA certificate path.
setCache(boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the cache authenticated Principals flag.
setCacheKey(StatementCache.CacheKey) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache.CachedStatement
Sets the cache key for this statement.
setCacheMaxSize(long) - Method in interface org.apache.catalina.WebResourceRoot
Set the maximum permitted size for the cache.
setCacheMaxSize(long) - Method in class org.apache.catalina.webresources.StandardRoot
 
setCacheObjectMaxSize(int) - Method in interface org.apache.catalina.WebResourceRoot
Set the maximum permitted size for a single object in the cache.
setCacheObjectMaxSize(int) - Method in class org.apache.catalina.webresources.StandardRoot
 
setCacheRemovalWarningTime(int) - Method in class org.apache.catalina.realm.LockOutRealm
Set the minimum period a failed authentication must remain in the cache to avoid generating a warning if it is removed from the cache to make space for a new entry.
setCacheSize(int) - Method in class org.apache.catalina.realm.LockOutRealm
Set the maximum number of users for which authentication failure will be kept in the cache.
setCacheSize(int) - Method in class org.apache.tomcat.util.buf.StringCache
Sets the maximum size of the string cache.
setCacheState(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the state caching flag.
setCacheState(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
Sets whether to cache properties.
setCacheState(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Sets the cache state to propagate in PoolableConnectionFactory.makeObject().
setCacheState(boolean) - Method in interface org.apache.tomcat.dbcp.dbcp2.PoolableConnectionMXBean
Sets whether to cache properties.
setCacheStrategy(WebResourceRoot.CacheStrategy) - Method in interface org.apache.catalina.WebResourceRoot
Set the current caching strategy.
setCacheStrategy(WebResourceRoot.CacheStrategy) - Method in class org.apache.catalina.webresources.Cache
Sets the cache strategy.
setCacheStrategy(WebResourceRoot.CacheStrategy) - Method in class org.apache.catalina.webresources.StandardRoot
 
setCacheTtl(long) - Method in interface org.apache.catalina.WebResourceRoot
Set the Time-To-Live (TTL) for cache entries.
setCacheTtl(long) - Method in class org.apache.catalina.webresources.StandardRoot
 
setCaching(boolean) - Method in class org.apache.jasper.JspC
Sets the option to enable caching.
setCachingAllowed(boolean) - Method in interface org.apache.catalina.WebResourceRoot
Set whether or not caching is permitted for this web application.
setCachingAllowed(boolean) - Method in class org.apache.catalina.webresources.StandardRoot
 
setCallback(RpcCallback) - Method in class org.apache.catalina.tribes.group.RpcChannel
Set the RPC callback handler.
setCallback(ListenCallback) - Method in class org.apache.catalina.tribes.transport.AbstractRxTask
Sets the callback.
setCancelled(boolean) - Method in class org.apache.catalina.tribes.io.ObjectReader
Sets the cancelled state of this reader.
setCARevocation(long, String, String) - Static method in class org.apache.tomcat.jni.SSLContext
Set File of concatenated PEM-encoded CA CRLs or directory of PEM-encoded CA Certificates for Client Auth
This directive sets the all-in-one file where you can assemble the Certificate Revocation Lists (CRL) of Certification Authorities (CA) whose clients you deal with.
setCaseSensitive(boolean) - Method in class org.apache.catalina.realm.LockOutRealm
Set the case sensitivity flag for username matching.
setCatalina(Catalina) - Method in class org.apache.catalina.core.StandardServer
 
setCatalina(Catalina) - Method in interface org.apache.catalina.Server
Set the outer Catalina startup/shutdown component if present.
setCatalinaBase(File) - Method in class org.apache.catalina.core.StandardServer
 
setCatalinaBase(File) - Method in interface org.apache.catalina.Server
Set the configured base (instance) directory.
setCatalinaHome(File) - Method in class org.apache.catalina.core.StandardServer
 
setCatalinaHome(File) - Method in interface org.apache.catalina.Server
Set the configured home (binary) directory.
setCatalog(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
setCatalog(String) - Method in interface org.apache.tomcat.dbcp.dbcp2.PoolableConnectionMXBean
setCertificate(long, String, String, String, int) - Static method in class org.apache.tomcat.jni.SSLContext
Set Certificate
Point setCertificateFile at a PEM encoded certificate.
setCertificateChainFile(long, String, boolean) - Static method in class org.apache.tomcat.jni.SSLContext
Set File of PEM-encoded Server CA Certificates
This directive sets the optional all-in-one file where you can assemble the certificates of Certification Authorities (CA) which form the certificate chain of the server certificate.
setCertificateChainFile(String) - Method in class org.apache.tomcat.util.net.SSLHostConfigCertificate
Sets the path to the certificate chain file used by OpenSSL.
setCertificateFile(String) - Method in class org.apache.tomcat.util.net.SSLHostConfigCertificate
Sets the path to the certificate file used by OpenSSL.
setCertificateKeyAlias(String) - Method in class org.apache.tomcat.util.net.SSLHostConfigCertificate
Sets the alias of the key entry in the keystore.
setCertificateKeyFile(String) - Method in class org.apache.tomcat.util.net.SSLHostConfigCertificate
Sets the path to the private key file used by OpenSSL.
setCertificateKeyManager(X509KeyManager) - Method in class org.apache.tomcat.util.net.SSLHostConfigCertificate
Sets the X509KeyManager for this certificate configuration.
setCertificateKeyPassword(String) - Method in class org.apache.tomcat.util.net.SSLHostConfigCertificate
Sets the password for the certificate's private key.
setCertificateKeyPasswordFile(String) - Method in class org.apache.tomcat.util.net.SSLHostConfigCertificate
Sets the path to the file containing the certificate key password.
setCertificateKeystore(KeyStore) - Method in class org.apache.tomcat.util.net.SSLHostConfigCertificate
Sets the Java KeyStore for this certificate.
setCertificateKeystoreFile(String) - Method in class org.apache.tomcat.util.net.SSLHostConfigCertificate
Sets the path to the keystore file.
setCertificateKeystorePassword(String) - Method in class org.apache.tomcat.util.net.SSLHostConfigCertificate
Sets the password used to access the keystore.
setCertificateKeystorePasswordFile(String) - Method in class org.apache.tomcat.util.net.SSLHostConfigCertificate
Sets the path to the file containing the keystore password.
setCertificateKeystoreProvider(String) - Method in class org.apache.tomcat.util.net.SSLHostConfigCertificate
Sets the provider of the keystore.
setCertificateKeystoreType(String) - Method in class org.apache.tomcat.util.net.SSLHostConfigCertificate
Sets the type of the keystore (e.g., JKS, PKCS12).
setCertificateRaw(long, byte[], byte[], int) - Static method in class org.apache.tomcat.jni.SSLContext
Set CertificateRaw
Use keystore a certificate and key to fill the BIOP
setCertificateRevocationListFile(String) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets the certificate revocation list file.
setCertificateRevocationListPath(String) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets the certificate revocation list path.
setCertificateVerification(String) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets the certificate verification mode.
setCertificateVerificationAsString(String) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets the certificate verification mode as a string.
setCertificateVerificationDepth(int) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets the certificate verification depth.
setCertVerifyCallback(long, CertificateVerifier) - Static method in class org.apache.tomcat.jni.SSLContext
Allow to hook CertificateVerifier into the handshake processing.
setCGIEnvironment(HttpServletRequest) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Constructs the CGI environment to be supplied to the invoked CGI script; relies heavily on Servlet API methods and findCGI
setChain(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Set whether this rule is chained.
setChangeLocalName(boolean) - Method in class org.apache.catalina.filters.RemoteIpFilter
If true, the return values for both ServletRequest.getLocalName() and ServletRequest.getServerName() will be modified by this Filter rather than just ServletRequest.getServerName().
setChangeLocalName(boolean) - Method in class org.apache.catalina.valves.RemoteIpValve
Set whether the local name should be changed.
setChangeLocalPort(boolean) - Method in class org.apache.catalina.filters.RemoteIpFilter
If true, the return values for both ServletRequest.getLocalPort() and ServletRequest.getServerPort() will be modified by this Filter rather than just ServletRequest.getServerPort().
setChangeLocalPort(boolean) - Method in class org.apache.catalina.valves.RemoteIpValve
Set whether the local port should be changed.
setChangeSessionIdOnAuthentication(boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the value of the flag that states if we should change the session ID of an existing session upon successful authentication.
setChannel(Channel) - Method in interface org.apache.catalina.ha.CatalinaCluster
Set the channel associated with the cluster.
setChannel(Channel) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Set the channel associated with the cluster.
setChannel(Channel) - Method in interface org.apache.catalina.tribes.ChannelInterceptor
Set the channel that is related to this interceptor
setChannel(Channel) - Method in interface org.apache.catalina.tribes.ChannelReceiver
Set the channel that is related to this ChannelReceiver
setChannel(Channel) - Method in interface org.apache.catalina.tribes.ChannelSender
Set the channel that is related to this ChannelSender
setChannel(Channel) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
setChannel(Channel) - Method in class org.apache.catalina.tribes.group.RpcChannel
Set the underlying channel.
setChannel(Channel) - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
Set the channel.
setChannel(Channel) - Method in class org.apache.catalina.tribes.membership.MembershipServiceBase
 
setChannel(Channel) - Method in class org.apache.catalina.tribes.membership.StaticMembershipProvider
Sets the channel for this provider.
setChannel(Channel) - Method in interface org.apache.catalina.tribes.MembershipService
Set the channel that is related to this MembershipService
setChannel(Channel) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
 
setChannel(Channel) - Method in class org.apache.catalina.tribes.transport.ReplicationTransmitter
 
setChannelReceiver(ChannelReceiver) - Method in class org.apache.catalina.tribes.group.GroupChannel
 
setChannelReceiver(ChannelReceiver) - Method in interface org.apache.catalina.tribes.ManagedChannel
Sets the channel receiver
setChannelSender(ChannelSender) - Method in class org.apache.catalina.tribes.group.GroupChannel
 
setChannelSender(ChannelSender) - Method in interface org.apache.catalina.tribes.ManagedChannel
Sets the channel sender
setChannelSendOptions(int) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Sets the channel send options as an integer flag value.
setChannelSendOptions(int) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Sets the channel send options.
setChannelSendOptions(String) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Sets the channel send options as a comma-separated string of option names.
setChannelStartOptions(int) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Sets the channel start options.
setCharacterEncoding(String) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Set the character encoding to be used to read the username and password.
setCharacterEncoding(String) - Method in class org.apache.catalina.connector.Request
 
setCharacterEncoding(String) - Method in class org.apache.catalina.connector.RequestFacade
 
setCharacterEncoding(String) - Method in class org.apache.catalina.connector.Response
 
setCharacterEncoding(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
setCharacterEncoding(String) - Method in class org.apache.catalina.filters.AddDefaultCharsetFilter.ResponseWrapper
 
setCharacterEncoding(String) - Method in class org.apache.coyote.Response
Overrides the character encoding used in the body of the response.
SetCharacterEncodingFilter - Class in org.apache.catalina.filters
Example filter that sets the character encoding to be used in parsing the incoming request, either unconditionally or only if the client did not specify a character encoding.
SetCharacterEncodingFilter() - Constructor for class org.apache.catalina.filters.SetCharacterEncodingFilter
Default constructor.
setCharacterStream(int, Reader) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setCharacterStream(int, Reader, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setCharacterStream(int, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setCharacterStream(String, Reader) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setCharacterStream(String, Reader, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setCharacterStream(String, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setCharEnabled(boolean) - Method in class org.apache.tomcat.util.buf.StringCache
Sets whether the char chunk string cache is enabled.
setCharEncoding(String) - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
Sets the character encoding of the response.
setCharInputChannel(CharChunk.CharInputChannel) - Method in class org.apache.tomcat.util.buf.CharChunk
When the buffer is empty, read the data from the input channel.
setCharOutputChannel(CharChunk.CharOutputChannel) - Method in class org.apache.tomcat.util.buf.CharChunk
When the buffer is full, write the data to the output channel.
setChars(char[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
Sets the buffer to the specified sub array of characters.
setChars(char[], int, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
Sets the content to be a char[]
setCharset(String) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
Sets the charset used during URL encoding.
setCharset(String) - Method in class org.apache.catalina.authenticator.BasicAuthenticator
Sets the character set used for encoding credentials.
setCharset(Charset) - Method in class org.apache.coyote.Request
 
setCharset(Charset) - Method in class org.apache.tomcat.util.buf.ByteChunk
Sets the character set for this chunk.
setCharset(Charset) - Method in class org.apache.tomcat.util.buf.MessageBytes
Set the Charset used for string<->byte conversions.
setCharset(Charset) - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
 
setCharset(Charset) - Method in class org.apache.tomcat.util.descriptor.web.XmlEncodingBase
Set the character encoding of the XML source used to populate this object.
setCharset(Charset) - Method in interface org.apache.tomcat.util.digester.DocumentProperties.Charset
Set the character encoding used by the source XML document.
setCharset(Charset) - Method in class org.apache.tomcat.util.http.Parameters
Set the character set used for decoding body parameters.
setCharsetMapper(CharsetMapper) - Method in class org.apache.catalina.core.StandardContext
Set the Locale to character set mapper for this Context.
setCharsetMapperClass(String) - Method in class org.apache.catalina.core.StandardContext
Set the Locale to character set mapper class for this Context.
setCheckContainersAvailable(boolean) - Method in class org.apache.catalina.valves.HealthCheckValve
Set whether to check if all child containers are available.
setCheckedOsUsers(String) - Method in class org.apache.catalina.security.SecurityListener
Set the list of operating system users not permitted to run Tomcat.
setCheckExists(boolean) - Method in class org.apache.catalina.valves.AccessLogValve
Set whether to check for log file existence before logging.
setCheckPeriod(int) - Method in class org.apache.catalina.security.TLSCertificateReloadListener
Set the time, in seconds, between reloading checks.
setChildren(boolean) - Method in class org.apache.catalina.storeconfig.StoreDescription
Sets whether child components should be stored.
setCiphers(String) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Set the new cipher (TLSv1.2 and below) configuration.
setCipherSuite(long, String) - Static method in class org.apache.tomcat.jni.SSLContext
Set the TLSv1.2 and below ciphers available for negotiation the in TLS handshake.
setCipherSuites(long, String) - Static method in class org.apache.tomcat.jni.SSL
Set the TLSv1.2 and below ciphers available for negotiation the in TLS handshake.
setCipherSuites(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the allowed cipher suites when opening a connection using StartTLS.
setCipherSuites(String) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Set the cipher suite (TLSv1.3) configuration.
setCipherSuitesEx(long, String) - Static method in class org.apache.tomcat.jni.SSL
Set the TLSv1.3 cipher suites available for negotiation the in TLS handshake.
setCipherSuitesEx(long, String) - Static method in class org.apache.tomcat.jni.SSLContext
Set the TLSv1.3 cipher suites available for negotiation the in TLS handshake.
setClassDebugInfo(boolean) - Method in class org.apache.jasper.JspC
Sets the option to include debug information in compiled class.
setClassesToInitialize(String) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
Set the classes to initialize.
setClassFileName(String) - Method in class org.apache.jasper.compiler.SmapStratum
Sets the name of the output .class file for the SMAP.
setClassLoader(ClassLoader) - Method in class org.apache.jasper.JspCompilationContext
Sets the class loader to use for loading classes while compiling this JSP.
setClassLoader(ClassLoader) - Method in class org.apache.jasper.servlet.TldScanner
Set the class loader used by the digester to create objects as a result of this scan.
setClassLoader(ClassLoader) - Method in class org.apache.tomcat.util.descriptor.tld.TldParser
Sets the class loader used for parsing.
setClassLoader(ClassLoader) - Method in class org.apache.tomcat.util.descriptor.web.WebXmlParser
Sets the ClassLoader to be used for creating descriptor objects.
setClassLoader(ClassLoader) - Method in class org.apache.tomcat.util.digester.Digester
Set the class loader to be used for instantiating application objects when required.
setClassLoader(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
Set the class loader for MBean creation.
setClassLoaderOnly(boolean) - Method in class org.apache.catalina.webresources.AbstractResourceSet
Sets whether this resource set is class loader only.
setClassLoaderOnly(boolean) - Method in class org.apache.catalina.webresources.EmptyResourceSet
 
setClassLoaderOnly(boolean) - Method in interface org.apache.catalina.WebResourceSet
Sets whether this resource set is class loader only.
setClassName(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
Set the MBean class name.
setClassName(String) - Method in class org.apache.catalina.authenticator.jaspic.PersistentProviderRegistrations.Provider
Sets the class name of the provider.
setClassName(String) - Method in class org.apache.jasper.JspC
Class name of the generated file ( without package ).
setClassName(String) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Variable
Sets the variable type class name.
setClassName(String) - Method in class org.apache.tomcat.util.modeler.ManagedBean
Set the fully qualified name of the Java class of the MBean.
setClassPath(String) - Method in class org.apache.jasper.JspC
Sets the classpath used while compiling the servlets generated from JSP files
setClassPath(String) - Method in class org.apache.jasper.JspCompilationContext
The classpath that is passed off to the Java compiler.
setClearReferencesHttpClientKeepAliveThread(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the clearReferencesHttpClientKeepAliveThread feature for this Context.
setClearReferencesHttpClientKeepAliveThread(boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Set the clearReferencesHttpClientKeepAliveThread feature for this Context.
setClearReferencesLogFactoryRelease(boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Set the clearReferencesLogFactoryRelease feature for this Context.
setClearReferencesObjectStreamClassCaches(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setClearReferencesObjectStreamClassCaches(boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
setClearReferencesRmiTargets(boolean) - Method in class org.apache.catalina.core.StandardContext
Sets whether RMI targets should be cleared during stop to prevent memory leaks.
setClearReferencesRmiTargets(boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Sets whether RMI target references should be cleared on reload.
setClearReferencesStopThreads(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the clearReferencesStopThreads feature for this Context.
setClearReferencesStopThreads(boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Set the clearReferencesStopThreads feature for this Context.
setClearReferencesStopTimerThreads(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the clearReferencesStopTimerThreads feature for this Context.
setClearReferencesStopTimerThreads(boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Set the clearReferencesStopTimerThreads feature for this Context.
setClearReferencesThreadLocals(boolean) - Method in class org.apache.catalina.core.StandardContext
Sets whether ThreadLocal references should be cleared during stop to prevent memory leaks.
setClearReferencesThreadLocals(boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Sets whether ThreadLocal references should be cleared on reload.
setClearStatementPoolOnReturn(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets whether the pool of statements (which was enabled with BasicDataSource.setPoolPreparedStatements(boolean)) should be cleared when the connection is returned to its pool.
setClearStatementPoolOnReturn(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Sets whether the pool of statements (which was enabled with PoolableConnectionFactory.setPoolStatements(boolean)) should be cleared when the connection is returned to its pool.
setClearStatementPoolOnReturn(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingConnection
Sets whether the pool of statements should be cleared when the connection is returned to its pool.
setClientCertProvider(String) - Method in class org.apache.coyote.AbstractProtocol
Sets the JSSE provider to use for client certificate conversion.
setClientIdentifierFunction(Function) - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
Specify the clientIdentifier function that will be used to identify unique clients.
setClientInfo(String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
setClientInfo(Properties) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
setClob(int, Reader) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setClob(int, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setClob(int, Clob) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setClob(String, Reader) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setClob(String, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setClob(String, Clob) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setClosedInternal(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
Sets the raw internal closed state.
setClosedInternal(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
Sets the closed internal state.
setCloseMethod(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextResource
Sets the close method name.
setCluster(Cluster) - Method in interface org.apache.catalina.Container
Set the Cluster with which this Container is associated.
setCluster(Cluster) - Method in class org.apache.catalina.core.ContainerBase
 
setCluster(Cluster) - Method in class org.apache.catalina.startup.FailedContext
 
setCluster(CatalinaCluster) - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
 
setCluster(CatalinaCluster) - Method in interface org.apache.catalina.ha.ClusterDeployer
Associates the cluster deployer with a cluster
setCluster(CatalinaCluster) - Method in class org.apache.catalina.ha.ClusterListener
Sets the cluster associated with this listener.
setCluster(CatalinaCluster) - Method in interface org.apache.catalina.ha.ClusterManager
Set the cluster associated with this manager.
setCluster(CatalinaCluster) - Method in interface org.apache.catalina.ha.ClusterValve
Associates the cluster valve with a cluster
setCluster(CatalinaCluster) - Method in class org.apache.catalina.ha.session.ClusterManagerBase
 
setCluster(CatalinaCluster) - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
 
setCluster(CatalinaCluster) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
 
setClusterDeployer(ClusterDeployer) - Method in interface org.apache.catalina.ha.CatalinaCluster
Set a new Deployer, must be set before the cluster started.
setClusterDeployer(ClusterDeployer) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Set a new Deployer, must be set before the cluster started.
setClusterName(String) - Method in interface org.apache.catalina.Cluster
Set the name of the cluster to join, if no cluster with this name is present create one.
setClusterName(String) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Set the name of the cluster to join, if no cluster with this name is present create one.
setClusterReceiver(ChannelReceiver) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
Sets the cluster receiver.
setClusterSender(ChannelSender) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
Sets the cluster sender.
setCollectDetailedStatistics(boolean) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Sets whether detailed timing statistics collection is enabled.
setCollectDetailedStatistics(boolean) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Sets the value for the collectDetailedStatistics configuration attribute for pools created with this configuration instance.
setCollectionUsageThreshold(String, long) - Static method in class org.apache.tomcat.util.Diagnostics
Set collection usage threshold in MemoryPoolMXBean
setCommand(byte[]) - Method in interface org.apache.catalina.tribes.Member
Set the command associated with this member.
setCommand(byte[]) - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
setComment(String) - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
 
setCommitOnReturn(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setCommitOnReturn(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setCommitOnReturn(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Set to true if you want the connection pool to commit any pending transaction when a connection is returned.
setCommitOnReturn(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setCommitted(boolean) - Method in class org.apache.coyote.Response
Set the committed flag.
setCommonRole(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the common role
setCompilationException(JasperException) - Method in class org.apache.jasper.servlet.JspServletWrapper
Sets the compilation exception for this JspServletWrapper.
setCompile(boolean) - Method in class org.apache.jasper.JspC
Sets the compile flag.
setCompiler(String) - Method in class org.apache.jasper.JspC
Sets the option to determine what compiler to use.
setCompilerSourceVM(String) - Method in class org.apache.jasper.JspC
Sets the compiler source VM.
setCompilerTargetVM(String) - Method in class org.apache.jasper.JspC
Sets the compiler target VM.
setComplete(boolean) - Method in class org.apache.catalina.tribes.transport.nio.NioSender
Sets the completion flag.
setCompressibleMimeType(String) - Method in class org.apache.coyote.CompressionConfig
Sets the comma-separated list of MIME types eligible for compression.
setCompressibleMimeType(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Set the MIME types that may be subject to compression.
setCompression(String) - Method in class org.apache.coyote.CompressionConfig
Set compression level.
setCompression(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Set the compression setting.
setCompressionMinSize(int) - Method in class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
 
setCompressionMinSize(int) - Method in interface org.apache.catalina.tribes.group.interceptors.GzipInterceptorMBean
Set the minimum payload size for compression to be enabled.
setCompressionMinSize(int) - Method in class org.apache.coyote.CompressionConfig
Set Minimum size to trigger compression.
setCompressionMinSize(int) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Set the minimum response size for compression to be applied.
setConcurrency(int) - Method in class org.apache.catalina.valves.SemaphoreValve
Set the concurrency level of the semaphore.
setCondition(String) - Method in class org.apache.catalina.valves.AbstractAccessLogValve
Set the ServletRequest.attribute to look for to perform conditional logging.
setConditionIf(String) - Method in class org.apache.catalina.valves.AbstractAccessLogValve
Set the ServletRequest.attribute to look for to perform conditional logging.
setConditions(RewriteCond[]) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Set the conditions for this rule.
setConditionUnless(String) - Method in class org.apache.catalina.valves.AbstractAccessLogValve
Set the ServletRequest.attribute to look for to perform conditional logging.
setCondPattern(String) - Method in class org.apache.catalina.valves.rewrite.RewriteCond
Sets the condition pattern.
setConfig(String) - Method in class org.apache.catalina.ant.DeployTask
Set the context configuration file URL.
setConfig(BaseObjectPoolConfig) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Sets the receiver with the given configuration.
setConfig(GenericKeyedObjectPoolConfig) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
Sets the configuration.
setConfig(GenericObjectPoolConfig) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
Sets the base pool configuration.
setConfigClass(String) - Method in class org.apache.catalina.core.StandardHost
 
setConfigClass(String) - Method in interface org.apache.catalina.Host
Set the Java class name of the context configuration class for new web applications.
setConfigClass(String) - Method in class org.apache.catalina.startup.UserConfig
Sets the Context configuration class name.
setConfigErrMsg(String) - Method in class org.apache.catalina.ssi.SSIMediator
Sets the error message displayed when a directive fails.
setConfigFile(String) - Method in class org.apache.catalina.realm.JAASRealm
Set the JAAS configuration file.
setConfigFile(String) - Method in class org.apache.catalina.startup.Catalina
Set the pathname to the server configuration file.
setConfigFile(URL) - Method in interface org.apache.catalina.Context
Set the URL of the XML descriptor for this context.
setConfigFile(URL) - Method in class org.apache.catalina.core.StandardContext
 
setConfigFile(URL) - Method in class org.apache.catalina.startup.FailedContext
 
setConfigSizeFmt(String) - Method in class org.apache.catalina.ssi.SSIMediator
Sets the size format for fsize output.
setConfigTimeFmt(String) - Method in class org.apache.catalina.ssi.SSIMediator
Sets the time format string for date/time variables.
setConfigTimeFmt(String, boolean) - Method in class org.apache.catalina.ssi.SSIMediator
Sets the time format string and updates date variables accordingly.
setConfiguration(String) - Method in class org.apache.catalina.valves.rewrite.RewriteValve
Set the rewrite configuration.
setConfigured(boolean) - Method in interface org.apache.catalina.Context
Set the "correctly configured" flag for this Context.
setConfigured(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setConfigured(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setConnected(boolean) - Method in class org.apache.catalina.tribes.transport.AbstractSender
Sets the connected state of this sender.
setConnection(Object) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
Sets the connection proxy.
setConnection(PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.ProxyConnection
Sets the underlying pooled connection.
setConnectionFactoryClassName(String) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the ConnectionFactory class name.
setConnectionInitSql(Collection) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Sets the SQL statements I use to initialize newly created Connections.
setConnectionInitSqls(Collection) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the collection of SQL statements to be executed when a physical connection is first created.
setConnectionInitSqls(List) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the list of SQL statements to be executed when a physical connection is first created.
setConnectionLinger(int) - Method in class org.apache.coyote.AbstractProtocol
Sets the connection linger time.
setConnectionLinger(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Set the connection linger time.
setConnectionName(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the connection username for this Realm.
setConnectionName(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
Set the username to use to connect to the database.
setConnectionPassword(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the connection password for this Realm.
setConnectionPassword(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
Set the password to use to connect to the database.
setConnectionPoolDataSource(ConnectionPoolDataSource) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Sets the back end ConnectionPoolDataSource.
setConnectionPoolSize(int) - Method in class org.apache.catalina.realm.JNDIRealm
Set the connection pool size
setConnectionProperties(String) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the connection properties passed to driver.connect(...).
setConnectionProperties(String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setConnectionProperties(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setConnectionProperties(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The properties that will be passed into Driver.connect(String, Properties) method.
setConnectionProperties(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setConnectionProperties(Properties) - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Sets the connection properties passed to the JDBC driver.
setConnectionTimeout(int) - Method in class org.apache.coyote.AbstractProtocol
Sets the connection timeout.
setConnectionTimeout(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Set the connection timeout.
setConnectionTimeout(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the connection timeout.
setConnectionTimeoutForStreamCount(int) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
Sets the connection timeout based on the current number of active streams.
setConnectionUploadTimeout(int) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Set the upload timeout.
setConnectionURL(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the connection URL for this Realm.
setConnectionURL(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
Sets the JDBC URL for the database where the log is stored.
setConnector(Connector) - Method in class org.apache.catalina.startup.Tomcat
Set the specified connector in the service, if it is not already present.
setConnectTime(long) - Method in class org.apache.catalina.tribes.transport.AbstractSender
Sets the connection timestamp.
setConnectTimeout(int) - Method in class org.apache.catalina.tribes.membership.cloud.CloudMembershipService
Set the connection timeout in milliseconds.
setConnectTimeout(int) - Method in class org.apache.catalina.tribes.membership.StaticMembershipService
Sets the connection timeout in milliseconds.
setConnectTimeout(long) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
setConnectTimeout(long) - Method in interface org.apache.catalina.tribes.group.interceptors.TcpFailureDetectorMBean
Sets the connection timeout in milliseconds.
setConstructor(Constructor) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
Sets the constructor for creating proxies.
setContainer(Object) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
Set the container with which the naming resources are associated.
setContainer(Object) - Method in class org.apache.catalina.mbeans.MBeanFactory
Set the container that this factory was created for.
setContainer(Container) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
 
setContainer(Container) - Method in class org.apache.catalina.authenticator.jaspic.CallbackHandlerImpl
 
setContainer(Container) - Method in interface org.apache.catalina.Contained
Set the Container with which this instance is associated.
setContainer(Container) - Method in class org.apache.catalina.core.StandardPipeline
 
setContainer(Container) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Set the Container with which this instance is associated.
setContainer(Container) - Method in class org.apache.catalina.realm.CombinedRealm
 
setContainer(Container) - Method in class org.apache.catalina.realm.JAASRealm
 
setContainer(Container) - Method in class org.apache.catalina.realm.RealmBase
 
setContainer(Container) - Method in class org.apache.catalina.valves.PersistentValve
 
setContainer(Container) - Method in class org.apache.catalina.valves.ValveBase
 
setContainer(Engine) - Method in class org.apache.catalina.core.StandardService
 
setContainer(Engine) - Method in interface org.apache.catalina.Service
Set the Engine that handles requests for all Connectors associated with this Service.
setContainerSciFilter(String) - Method in interface org.apache.catalina.Context
Sets the regular expression that specifies which container provided SCIs should be filtered out and not used for this context.
setContainerSciFilter(String) - Method in class org.apache.catalina.core.StandardContext
 
setContainerSciFilter(String) - Method in class org.apache.catalina.startup.FailedContext
 
setContentLength(int) - Method in class org.apache.catalina.connector.Response
 
setContentLength(int) - Method in class org.apache.catalina.connector.ResponseFacade
 
setContentLength(long) - Method in class org.apache.coyote.Request
Set the content length.
setContentLength(long) - Method in class org.apache.coyote.Response
Set the content length.
setContentLengthLong(long) - Method in class org.apache.catalina.connector.Response
 
setContentLengthLong(long) - Method in class org.apache.catalina.connector.ResponseFacade
 
setContentType(HttpServletResponse, int) - Static method in class org.apache.catalina.manager.StatusTransformer
Sets the response content type based on the output mode.
setContentType(String) - Method in class org.apache.catalina.authenticator.SavedRequest
Sets the content type of the saved request.
setContentType(String) - Method in class org.apache.catalina.connector.Request
Set the content type for this Request.
setContentType(String) - Method in class org.apache.catalina.connector.Response
 
setContentType(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
setContentType(String) - Method in class org.apache.catalina.filters.AddDefaultCharsetFilter.ResponseWrapper
 
setContentType(String) - Method in class org.apache.coyote.Request
Set the content type.
setContentType(String) - Method in class org.apache.coyote.Response
Sets the content type.
setContentType(String) - Method in class org.apache.jasper.compiler.PageInfo
Sets the content type.
setContentType(String) - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
 
setContentType(MessageBytes) - Method in class org.apache.coyote.Request
Set the content type.
setContentTypeNoCharset(String) - Method in class org.apache.coyote.Response
Set the content type without charset.
setContext(Context) - Method in interface org.apache.catalina.Loader
Set the Context with which this Loader has been associated.
setContext(Context) - Method in class org.apache.catalina.loader.WebappLoader
 
setContext(Context) - Method in interface org.apache.catalina.Manager
Set the Context with which this Manager is associated.
setContext(Context) - Method in class org.apache.catalina.session.ManagerBase
 
setContext(Context) - Method in interface org.apache.catalina.WebResourceRoot
Set the web application this WebResourceRoot is associated with.
setContext(Context) - Method in class org.apache.catalina.webresources.StandardRoot
 
setContextAware(boolean) - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
Set whether the client identifier should include the context name.
setContextClass(String) - Method in class org.apache.catalina.core.StandardHost
Set the Java class name of the Context implementation class for new web applications.
setContextClass(String) - Method in class org.apache.catalina.startup.HostConfig
Set the Context implementation class name.
setContextClass(String) - Method in class org.apache.catalina.startup.UserConfig
Sets the Context implementation class name.
setContextFactory(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the JNDI context factory for this Realm.
setContextGetResourceRequiresSlash(boolean) - Method in interface org.apache.catalina.Context
Allow using ServletContext.getResource() or ServletContext.getResourceAsStream() without a leading "/".
setContextGetResourceRequiresSlash(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setContextGetResourceRequiresSlash(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setContinueResponseTiming(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Set the setting for how responses to 100-Continue requests will be sent.
setConvert(boolean) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
Set the convert flag.
setCookie(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Set the cookie flag.
setCookieAttribute(String, String) - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
Sets a cookie attribute.
setCookieComment(String) - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
Sets the cookie comment.
setCookieDomain(String) - Method in class org.apache.catalina.authenticator.SingleSignOn
Sets the domain to be used for sso cookies.
setCookieDomain(String) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Set the cookie domain.
setCookieDomain(String) - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
Sets the cookie domain.
setCookieHttpOnly(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Set the cookie HTTP only flag.
setCookieHttpOnly(String) - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
Sets the cookie HTTP-only flag.
setCookieLifetime(int) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Set the cookie lifetime.
setCookieMaxAge(String) - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
Sets the cookie max age.
setCookieName(String) - Method in class org.apache.catalina.authenticator.SingleSignOn
Set the cookie name that will be used for the SSO cookie.
setCookieName(String) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Set the cookie name.
setCookieName(String) - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
Sets the cookie name.
setCookiePath(String) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Set the cookie path.
setCookiePath(String) - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
Sets the cookie path.
setCookieProcessor(CookieProcessor) - Method in interface org.apache.catalina.Context
Sets the CookieProcessor that will be used to process cookies for this Context.
setCookieProcessor(CookieProcessor) - Method in class org.apache.catalina.core.StandardContext
 
setCookieProcessor(CookieProcessor) - Method in class org.apache.catalina.startup.FailedContext
 
setCookies(boolean) - Method in interface org.apache.catalina.Context
Set the "use cookies for session ids" flag.
setCookies(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setCookies(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setCookieSecure(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Set the cookie secure flag.
setCookieSecure(String) - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
Sets the cookie secure flag.
setCookiesWithoutEquals(String) - Method in class org.apache.tomcat.util.http.CookieProcessorBase
Set the cookiesWithoutEquals setting.
setCookieValue(String) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Set the cookie value.
setCopy(boolean) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
Sets whether this entry is a copy.
setCopyXML(boolean) - Method in class org.apache.catalina.core.StandardContext
Allows copying a bundled context.xml file to the host configuration base folder on deployment.
setCopyXML(boolean) - Method in class org.apache.catalina.core.StandardHost
Set the copy XML config file flag for this component.
setCopyXML(boolean) - Method in class org.apache.catalina.startup.HostConfig
Set the copy XML config file flag for this component.
setCorePoolSize(int) - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Sets the core number of threads.
setCounter(int) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.Counter
Sets the counter value.
setCoyoteRequest(Request) - Method in class org.apache.catalina.connector.Request
Set the Coyote request.
setCoyoteResponse(Response) - Method in class org.apache.catalina.connector.Response
Set the Coyote response.
setCrawlerIps(String) - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
Specify the regular expression (using Pattern) that will be used to identify crawlers based on their IP address.
setCrawlerUserAgents(String) - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
Specify the regular expression (using Pattern) that will be used to identify crawlers based in the User-Agent header provided.
setCreateDirs(boolean) - Method in class org.apache.catalina.core.StandardHost
 
setCreateDirs(boolean) - Method in interface org.apache.catalina.Host
Should the Host attempt to create directories for xmlBase and appBase upon startup.
setCreateEmptyFiles(boolean) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Whether output and error files should be created even when empty.
setCreateUploadTargets(boolean) - Method in interface org.apache.catalina.Context
Configure whether Tomcat will attempt to create an upload target used by this web application if it does not exist when the web application attempts to use it.
setCreateUploadTargets(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setCreateUploadTargets(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setCreationTime(long) - Method in class org.apache.catalina.manager.DummyProxySession
 
setCreationTime(long) - Method in interface org.apache.catalina.Session
Set the creation time for this session.
setCreationTime(long) - Method in class org.apache.catalina.session.StandardSession
 
setCredentialHandler(CredentialHandler) - Method in class org.apache.catalina.realm.CombinedRealm
 
setCredentialHandler(CredentialHandler) - Method in class org.apache.catalina.realm.RealmBase
 
setCredentialHandler(CredentialHandler) - Method in interface org.apache.catalina.Realm
Set the CredentialHandler to be used by this Realm.
setCrossContext(boolean) - Method in interface org.apache.catalina.Context
Set the "allow crossing servlet contexts" flag.
setCrossContext(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setCrossContext(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setCurrentProcessor(Object) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Sets the current processor associated with this wrapper.
setCursorName(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
setCustomAuthenticators(Map) - Method in class org.apache.catalina.startup.ContextConfig
Sets custom mappings of login methods to authenticators.
setCustomTagParent(Node.CustomTag) - Method in class org.apache.jasper.compiler.Node.CustomTag
Sets the parent custom tag.
setDaemon(boolean) - Method in class org.apache.catalina.core.StandardThreadExecutor
Set whether threads are daemon threads.
setDaemon(boolean) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Sets whether the worker threads should be daemon threads.
setDaemon(boolean) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Set whether the threads should be daemon threads.
setData(byte[], int) - Method in class org.apache.catalina.ha.deploy.FileMessage
Sets the data payload and its length for this message.
setDataSource(Object) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setDataSource(Object) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setDataSource(Object) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Injects a datasource that will be used to retrieve/create connections.
setDataSource(Object) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setDataSourceJNDI(String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setDataSourceJNDI(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setDataSourceJNDI(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Configure the connection pool to use a DataSource according to PoolConfiguration.setDataSource(Object) But instead of injecting the object, specify the JNDI location.
setDataSourceJNDI(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setDataSourceName(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Set the name of the JNDI JDBC DataSource.
setDataSourceName(String) - Method in class org.apache.catalina.servlets.DataSourcePropertyStore
Set the DataSource JNDI name, will be prefixed with java:comp/env for the lookup.
setDataSourceName(String) - Method in class org.apache.catalina.session.DataSourceStore
Set the JNDI name of a DataSource-factory to use for db access
setDataSourceName(String) - Method in class org.apache.catalina.users.DataSourceUserDatabase
Set the name of the JNDI JDBC DataSource.
setDataSourceName(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Sets the name of the ConnectionPoolDataSource which backs this pool.
setDate(int, Date) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setDate(int, Date, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setDate(String, Date) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setDate(String, Date, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setDateHeader(String, long) - Method in class org.apache.catalina.connector.Response
 
setDateHeader(String, long) - Method in class org.apache.catalina.connector.ResponseFacade
 
setDateHeader(String, long) - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
 
setDateHeader(String, long) - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
 
setDatetime(String) - Method in class org.apache.tomcat.buildutil.RepeatableArchive
Set the datetime string.
setDateVariables(boolean) - Method in class org.apache.catalina.ssi.SSIMediator
Updates the built-in date variables (DATE_GMT, DATE_LOCAL, LAST_MODIFIED).
setDaysBefore(int) - Method in class org.apache.catalina.security.TLSCertificateReloadListener
Set 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.
setDbProperties(Properties) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setDbProperties(Properties) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setDbProperties(Properties) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Overrides the database properties passed into the Driver.connect(String, Properties) method.
setDbProperties(Properties) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setDeclare(boolean) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Variable
Sets whether to declare the variable.
setDecodedRequestURI(String) - Method in class org.apache.catalina.authenticator.SavedRequest
Sets the decoded request URI of the saved request.
setDeepclone(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor
Sets whether deep cloning should be used.
setDefault(boolean) - Method in class org.apache.catalina.storeconfig.StoreDescription
Sets whether this description represents a default component.
setDefaultAutoCommit(Boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets default auto-commit state of connections returned by this datasource.
setDefaultAutoCommit(Boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Sets the value of defaultAutoCommit, which defines the state of connections handed out from this pool.
setDefaultAutoCommit(Boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Sets the default "auto commit" setting for borrowed Connections
setDefaultAutoCommit(Boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setDefaultAutoCommit(Boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setDefaultAutoCommit(Boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The default auto-commit state of connections created by this pool.
setDefaultAutoCommit(Boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setDefaultBlockWhenExhausted(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Sets the default value for BaseObjectPoolConfig.getBlockWhenExhausted() for each per user pool.
setDefaultCatalog(String) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the default catalog.
setDefaultCatalog(String) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Sets the default "catalog" setting for borrowed Connections
setDefaultCatalog(String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setDefaultCatalog(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setDefaultCatalog(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
If non null, during connection creation the method Connection.setCatalog(String) will be called with the set value.
setDefaultCatalog(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setDefaultCharset(String) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Sets the default charset for use when no explicit charset parameter is provided by the sender.
setDefaultCharset(String) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
Sets the default charset for use when no explicit charset parameter is provided by the sender.
setDefaultContentType(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
Sets the default content type for pages in this group.
setDefaultContextXml(String) - Method in class org.apache.catalina.core.StandardContext
Set the location of the default context xml that will be used.
setDefaultDurationBetweenEvictionRuns(Duration) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Sets the default value for () for each per user pool.
setDefaultEvictionPolicyClassName(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Sets the default value for BaseObjectPoolConfig.getEvictionPolicyClassName() for each per user pool.
setDefaultExpiresConfiguration(ExpiresFilter.ExpiresConfiguration) - Method in class org.apache.catalina.filters.ExpiresFilter
Sets the default expiration configuration.
setDefaultHost(String) - Method in class org.apache.catalina.core.StandardEngine
 
setDefaultHost(String) - Method in interface org.apache.catalina.Engine
Set the default hostname for this Engine.
setDefaultHostName(String) - Method in class org.apache.catalina.mapper.Mapper
Set default host.
setDefaultLifo(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Sets the default value for BaseObjectPoolConfig.getLifo() for each per user pool.
setDefaultMaxBinaryMessageBufferSize(int) - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
 
setDefaultMaxIdle(int) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Sets the default value for GenericKeyedObjectPoolConfig.getMaxIdlePerKey() for each per user pool.
setDefaultMaxSessionIdleTimeout(long) - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
 
setDefaultMaxTextMessageBufferSize(int) - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
 
setDefaultMaxTotal(int) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Sets the default value for GenericKeyedObjectPoolConfig.getMaxTotalPerKey() for each per user pool.
setDefaultMaxWait(Duration) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Sets the default value for BaseObjectPoolConfig.getMaxWaitDuration() for each per user pool.
setDefaultMaxWaitMillis(long) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
setDefaultMinEvictableIdle(Duration) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Sets the default value for BaseObjectPoolConfig.getMinEvictableIdleDuration() for each per user pool.
setDefaultMinEvictableIdleTimeMillis(long) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
setDefaultMinIdle(int) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Sets the default value for GenericKeyedObjectPoolConfig.getMinIdlePerKey() for each per user pool.
setDefaultNumTestsPerEvictionRun(int) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Sets the default value for BaseObjectPoolConfig.getNumTestsPerEvictionRun() for each per user pool.
setDefaultPluggabilityScan(boolean) - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
Sets whether default pluggability scanning is enabled.
setDefaultQueryTimeout(Integer) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
setDefaultQueryTimeout(Integer) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
setDefaultQueryTimeout(Integer) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
setDefaultQueryTimeout(Duration) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the default query timeout that will be used for Statements created from this connection.
setDefaultQueryTimeout(Duration) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
Sets the default query timeout that will be used for Statements created from this connection.
setDefaultQueryTimeout(Duration) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Sets the query timeout Duration.
setDefaultReadOnly(Boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets defaultReadonly property.
setDefaultReadOnly(Boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Sets the value of defaultReadOnly, which defines the state of connections handed out from this pool.
setDefaultReadOnly(Boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Sets the default "read only" setting for borrowed Connections
setDefaultReadOnly(Boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setDefaultReadOnly(Boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setDefaultReadOnly(Boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
If non null, during connection creation the method Connection.setReadOnly(boolean) will be called with the set value.
setDefaultReadOnly(Boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setDefaults(Properties) - Method in class org.apache.catalina.tribes.membership.McastService
Set default property values.
setDefaults(Properties) - Method in class org.apache.catalina.tribes.membership.StaticMembershipService
Sets default property values.
setDefaultSchema(String) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the default schema.
setDefaultSchema(String) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Sets the default "schema" setting for borrowed Connections
setDefaultSoftMinEvictableIdle(Duration) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Sets the default value for BaseGenericObjectPool.getSoftMinEvictableIdleDuration() for each per user pool.
setDefaultSoftMinEvictableIdleTimeMillis(long) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
setDefaultSSLHostConfigName(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Set the default SSL host configuration name.
setDefaultSSLHostConfigName(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Set the host name for the default SSL configuration.
setDefaultTestOnBorrow(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Sets the default value for BaseGenericObjectPool.getTestOnBorrow() for each per user pool.
setDefaultTestOnCreate(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Sets the default value for BaseGenericObjectPool.getTestOnCreate() for each per user pool.
setDefaultTestOnReturn(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Sets the default value for BaseGenericObjectPool.getTestOnReturn() for each per user pool.
setDefaultTestWhileIdle(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Sets the default value for BaseGenericObjectPool.getTestWhileIdle() for each per user pool.
setDefaultTimeBetweenEvictionRunsMillis(long) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
setDefaultTldScan(boolean) - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
Sets whether default TLD scanning is enabled.
setDefaultTransactionIsolation(int) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the default transaction isolation state for returned connections.
setDefaultTransactionIsolation(int) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Sets the value of defaultTransactionIsolation, which defines the state of connections handed out from this pool.
setDefaultTransactionIsolation(int) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Sets the default "Transaction Isolation" setting for borrowed Connections
setDefaultTransactionIsolation(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setDefaultTransactionIsolation(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setDefaultTransactionIsolation(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
If set to DataSourceFactory.UNKNOWN_TRANSACTIONISOLATION the method Connection.setTransactionIsolation(int) will not be called during connection creation.
setDefaultTransactionIsolation(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setDefaultWebXml(String) - Method in class org.apache.catalina.core.StandardContext
Set the location of the default web xml that will be used.
setDefaultWebXml(String) - Method in class org.apache.catalina.startup.ContextConfig
Set the location of the default deployment descriptor.
setDeferredMethod() - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Attribute
Marks the attribute as a deferred method.
setDeferredSyntax(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
Sets whether deferred syntax is allowed as literal.
setDeferredSyntaxAllowedAsLiteral(boolean) - Method in class org.apache.jasper.compiler.PageInfo
Sets whether deferred syntax is allowed as literal.
setDeferredSyntaxAllowedAsLiteral(String, Node, ErrorDispatcher, boolean) - Method in class org.apache.jasper.compiler.PageInfo
Sets the deferredSyntaxAllowedAsLiteral attribute.
setDeferredValue() - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Attribute
Marks the attribute as a deferred value.
setDelegate(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the "follow standard delegation model" flag used to configure our ClassLoader.
setDelegate(boolean) - Method in interface org.apache.catalina.Loader
Set the "follow standard delegation model" flag used to configure our ClassLoader.
setDelegate(boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Set the "delegate first" flag for this class loader.
setDelegate(boolean) - Method in class org.apache.catalina.loader.WebappLoader
 
setDelegate(boolean) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Sets whether this web application delegates first for class loading.
setDelegate(C) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
Sets my delegate.
setDelegate(Statement) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
Sets my delegate.
setDelimiter(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Set the delimiter for array results.
setDeny(String) - Method in class org.apache.catalina.filters.RemoteCIDRFilter
Fill the #deny list with the list of netmasks provided as an argument, if any.
setDeny(String) - Method in class org.apache.catalina.filters.RequestFilter
Set the regular expression used to test for denied requests for this Filter, if any.
setDeny(String) - Method in class org.apache.catalina.startup.UserConfig
Set the regular expression used to test for user who deployment is denied.
setDeny(String) - Method in class org.apache.catalina.valves.RemoteCIDRValve
Fill the #deny list with the list of netmasks provided as an argument, if any.
setDeny(String) - Method in class org.apache.catalina.valves.RequestFilterValve
Set the regular expression used to test for denied requests for this Valve, if any.
setDenyStatus(int) - Method in class org.apache.catalina.filters.CsrfPreventionFilterBase
Set response status code that is used to reject denied request.
setDenyStatus(int) - Method in class org.apache.catalina.filters.RequestFilter
Set response status code that is used to reject denied request.
setDenyStatus(int) - Method in class org.apache.catalina.valves.RequestFilterValve
Set response status code that is used to reject denied request.
setDenyUncoveredHttpMethods(boolean) - Method in interface org.apache.catalina.Context
Set the deny-uncovered-http-methods flag for this web application.
setDenyUncoveredHttpMethods(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setDenyUncoveredHttpMethods(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setDenyUncoveredHttpMethods(boolean) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Sets whether uncovered HTTP methods are denied.
setDeployDir(String) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Sets the deployment directory path.
setDeployIgnore(String) - Method in class org.apache.catalina.core.StandardHost
 
setDeployIgnore(String) - Method in interface org.apache.catalina.Host
Set the regular expression that defines the files and directories in the host's appBase that will be ignored by the automatic deployment process.
setDeployOnStartup(boolean) - Method in class org.apache.catalina.core.StandardHost
 
setDeployOnStartup(boolean) - Method in interface org.apache.catalina.Host
Set the deploy on startup flag value for this host.
setDeployXML(boolean) - Method in class org.apache.catalina.core.StandardHost
Deploy XML Context config files flag mutator.
setDeployXML(boolean) - Method in class org.apache.catalina.startup.HostConfig
Set the deploy XML config file flag for this component.
setDerefAliases(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the value for derefAliases to be used when searching the directory.
setDescription(String) - Method in class org.apache.catalina.authenticator.jaspic.PersistentProviderRegistrations.Provider
Sets the description of the provider.
setDescription(String) - Method in interface org.apache.catalina.Group
Set the description of this group.
setDescription(String) - Method in interface org.apache.catalina.Role
Sets the description of this role.
setDescription(String) - Method in class org.apache.catalina.users.AbstractGroup
 
setDescription(String) - Method in class org.apache.catalina.users.AbstractRole
 
setDescription(String) - Method in class org.apache.catalina.users.GenericRole
 
setDescription(String) - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Sets the value of description.
setDescription(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Sets the description.
setDescription(String) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Attribute
Sets the attribute description.
setDescription(String) - Method in class org.apache.tomcat.util.descriptor.web.ApplicationParameter
Sets the description of this parameter.
setDescription(String) - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
Sets the description of this filter.
setDescription(String) - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
Set the description of this resource.
setDescription(String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
Set the description of this web resource collection.
setDescription(String) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
Sets the description of this servlet.
setDescription(String) - Method in class org.apache.tomcat.util.modeler.FeatureInfo
 
setDescription(String) - Method in class org.apache.tomcat.util.modeler.ManagedBean
Set the human-readable description of this MBean.
setDescription(String) - Method in class org.apache.tomcat.util.modeler.NotificationInfo
Override the description property setter.
setDestination(Member) - Method in class org.apache.catalina.tribes.transport.AbstractSender
Sets the destination member and derives address, port, and UDP port from it.
setDigester(Digester) - Method in class org.apache.tomcat.util.digester.AbstractObjectCreationFactory
Set the Digester to allow the implementation to do logging, classloading based on the digester's classloader, etc.
setDigester(Digester) - Method in interface org.apache.tomcat.util.digester.ObjectCreationFactory
Set the Digester to allow the implementation to do logging, classloading based on the digester's classloader, etc.
setDigester(Digester) - Method in class org.apache.tomcat.util.digester.Rule
Set the Digester with which this Rule is associated.
setDigester(Digester) - Method in interface org.apache.tomcat.util.digester.Rules
Set the Digester instance with which this Rules instance is associated.
setDigester(Digester) - Method in class org.apache.tomcat.util.digester.RulesBase
Set the Digester instance with which this Rules instance is associated.
setDigestInRfc3112Order(boolean) - Method in class org.apache.catalina.realm.MessageDigestCredentialHandler
Set whether the digest is in RFC 3112 order.
setDirect(boolean) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Sets whether direct (off-heap) buffers should be used.
setDirectBuffer(boolean) - Method in class org.apache.catalina.tribes.transport.AbstractSender
Sets whether to use direct (ByteBuffer) buffers.
setDirectBuffer(boolean) - Method in interface org.apache.catalina.tribes.transport.MultiPointSender
Configure the use of a direct buffer.
setDirectBuffer(boolean) - Method in class org.apache.tomcat.util.net.SocketProperties
Sets whether direct buffers are used for network buffers.
setDirectBufferPool(int) - Method in class org.apache.tomcat.util.net.SocketProperties
Sets the direct buffer pool size.
setDirectory(String) - Method in class org.apache.catalina.session.FileStore
Set the directory path for this Store.
setDirectory(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the directory in which we create log files.
setDirectoryName(String) - Method in class org.apache.catalina.startup.UserConfig
Sets the directory name for user web applications.
setDirectSslBuffer(boolean) - Method in class org.apache.tomcat.util.net.SocketProperties
Sets whether direct buffers are used for SSL network buffers.
setDisableCompression(boolean) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets whether compression is disabled.
setDisableProxyCaching(boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the value of the flag that states if we add headers to disable caching by proxies.
setDisableSessionTickets(boolean) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets whether session tickets are disabled.
setDisableUploadTimeout(boolean) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Set the flag to control whether a separate connection timeout is used during upload of a request body.
setDiscard(boolean) - Method in class org.apache.catalina.tribes.io.XByteBuffer
Sets the discard flag for invalid packages.
setDiscarded(boolean) - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
An interceptor can call this method with the value true, and the connection will be closed when it is returned to the pool.
setDiscardFacades(boolean) - Method in class org.apache.catalina.connector.Connector
Set the recycling strategy for the object facades.
setDiscardRequestsAndResponses(boolean) - Method in class org.apache.coyote.http2.Http2Protocol
Sets whether requests and responses should be discarded after processing.
setDisconnectionIgnoreSqlCodes(Collection) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the SQL State codes that should be ignored when determining fatal disconnection conditions.
setDisconnectionIgnoreSqlCodes(Collection) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Sets the disconnection SQL codes to ignore.
setDisconnectionSqlCodes(Collection) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the SQL State codes considered to signal fatal conditions.
setDisconnectionSqlCodes(Collection) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Sets the disconnection SQL codes.
setDispatcher(String) - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
This method will be used to set the current state of the FilterMap representing the state of when filters should be applied.
setDispatchersUseEncodedPaths(boolean) - Method in interface org.apache.catalina.Context
Are paths used in calls to obtain a request dispatcher expected to be encoded?
setDispatchersUseEncodedPaths(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setDispatchersUseEncodedPaths(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setDispatcherWrapsSameObject(boolean) - Method in interface org.apache.catalina.Context
Allow disabling the object wrap check in the request dispatcher.
setDispatcherWrapsSameObject(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setDispatcherWrapsSameObject(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setDisplayname(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
Sets the WebService reference display name.
setDisplayName(String) - Method in interface org.apache.catalina.Context
Set the display name of this web application.
setDisplayName(String) - Method in class org.apache.catalina.core.StandardContext
 
setDisplayName(String) - Method in class org.apache.catalina.startup.FailedContext
 
setDisplayName(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
Sets the display name.
setDisplayName(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
Sets the display name.
setDisplayName(String) - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
Sets the display name of this filter.
setDisplayName(String) - Method in class org.apache.tomcat.util.descriptor.web.MessageDestination
Set the display name.
setDisplayName(String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
Set the display name of this security constraint.
setDisplayName(String) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
Sets the display name of this servlet.
setDisplayName(String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Sets the display name.
setDisplayName(String) - Method in class org.apache.tomcat.util.modeler.AttributeInfo
Sets the display name of this attribute.
setDistributable(boolean) - Method in interface org.apache.catalina.Context
Set the distributable flag for this web application.
setDistributable(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setDistributable(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setDistributable(boolean) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Sets whether the web application is distributable.
setDocBase(String) - Method in interface org.apache.catalina.Context
Set the document root for this Context.
setDocBase(String) - Method in class org.apache.catalina.core.StandardContext
 
setDocBase(String) - Method in class org.apache.catalina.startup.FailedContext
 
setDoctypeName(String) - Method in class org.apache.jasper.compiler.PageInfo
Sets the DOCTYPE name.
setDoctypePublic(String) - Method in class org.apache.jasper.compiler.PageInfo
Sets the DOCTYPE public identifier.
setDoctypeSystem(String) - Method in class org.apache.jasper.compiler.PageInfo
Sets the DOCTYPE system identifier.
setDocumentLocator(Locator) - Method in class org.apache.tomcat.util.digester.Digester
Sets the document locator associated with our parser.
setDomain(byte[]) - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
Set the domain filter as a byte array.
setDomain(byte[]) - Method in class org.apache.catalina.tribes.membership.cloud.CloudMembershipService
 
setDomain(byte[]) - Method in class org.apache.catalina.tribes.membership.McastService
 
setDomain(byte[]) - Method in class org.apache.catalina.tribes.membership.MemberImpl
Set the domain.
setDomain(byte[]) - Method in class org.apache.catalina.tribes.membership.StaticMembershipService
 
setDomain(byte[]) - Method in interface org.apache.catalina.tribes.MembershipService
Set the associated domain.
setDomain(String) - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
 
setDomain(String) - Method in interface org.apache.catalina.JmxEnabled
Specify the domain under which this component should be registered.
setDomain(String) - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
Set the domain filter as a String.
setDomain(String) - Method in class org.apache.catalina.tribes.membership.McastService
Set the domain from a string.
setDomain(String) - Method in class org.apache.catalina.tribes.membership.StaticMember
Sets the domain for this member.
setDomain(String) - Method in class org.apache.catalina.util.LifecycleMBeanBase
 
setDomain(String) - Method in class org.apache.tomcat.util.modeler.ManagedBean
Set the (optional) ObjectName domain in which this MBean should be registered.
setDomain(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Set the domain for JMX registration.
setDouble(int, double) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setDouble(String, double) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setDrainTimeout(long) - Method in class org.apache.coyote.http2.Http2Protocol
Sets the drain timeout in nanoseconds.
setDriver(String) - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Sets the driver class name.
setDriver(Driver) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the JDBC Driver instance to use for this pool.
setDriverClassLoader(ClassLoader) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the class loader to be used to load the JDBC driver.
setDriverClassName(String) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the JDBC driver class name.
setDriverClassName(String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setDriverClassName(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setDriverClassName(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The fully qualified Java class name of the JDBC driver to be used.
setDriverClassName(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setDriverManagerProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
Set the DriverManager protection flag.
setDriverName(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
Sets the database driver name.
setDropTime(long) - Method in class org.apache.catalina.tribes.membership.McastService
Set the member drop time.
setDuplicates(int) - Method in class org.apache.catalina.session.ManagerBase
Deprecated.
This will be removed in Tomcat 11
setDuration(int) - Method in interface org.apache.catalina.util.RateLimiter
Sets the configured duration value in seconds.
setDuration(int) - Method in class org.apache.catalina.util.RateLimiterBase
 
setDurationBetweenEvictionRuns(Duration) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the {code durationBetweenEvictionRuns} property.
setDurationBetweenEvictionRuns(Duration) - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Sets the duration to sleep between runs of the idle object evictor thread.
setDurationBetweenEvictionRuns(Duration) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Sets the number of milliseconds to sleep between runs of the idle object evictor thread.
setDynamicAttributes(boolean) - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
Sets whether the tag accepts dynamic attributes.
setEcho(boolean) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Set the echo flag.
setEffectiveMajorVersion(int) - Method in interface org.apache.catalina.Context
Set the effective major version of the Servlet spec used by this context.
setEffectiveMajorVersion(int) - Method in class org.apache.catalina.core.StandardContext
 
setEffectiveMajorVersion(int) - Method in class org.apache.catalina.startup.FailedContext
 
setEffectiveMinorVersion(int) - Method in interface org.apache.catalina.Context
Set the effective minor version of the Servlet spec used by this context.
setEffectiveMinorVersion(int) - Method in class org.apache.catalina.core.StandardContext
 
setEffectiveMinorVersion(int) - Method in class org.apache.catalina.startup.FailedContext
 
setEL(ELNode.Nodes) - Method in class org.apache.jasper.compiler.Node.ELExpression
Sets the EL expression nodes.
setElIgnored(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
Sets whether EL is ignored.
setELIgnored(boolean) - Method in class org.apache.jasper.compiler.PageInfo
Sets the EL ignored flag.
setEmptyOnRoot(boolean) - Method in class org.apache.catalina.core.ContextNamingInfoListener
Sets whether for the root context context/path and context/encodedPath will contain "/" and context/name will contain "ROOT" with a version, if any.
setEnableAutoCommitOnReturn(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
setEnableAutoCommitOnReturn(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Deprecated.
setEnabled(boolean) - Method in class org.apache.catalina.core.StandardWrapper
 
setEnabled(boolean) - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
Sets whether this valve is enabled.
setEnabled(boolean) - Method in class org.apache.catalina.valves.AbstractAccessLogValve
Sets the enabled flag.
setEnabled(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteValve
Set whether the rewrite valve is enabled.
setEnabled(boolean) - Method in interface org.apache.catalina.Wrapper
Sets the enabled attribute for the associated servlet.
setEnabled(String) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
Sets whether this servlet is enabled.
setEnabledCiphers(String[]) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets the ciphers enabled for this TLS virtual host.
setEnabledCipherSuites(String[]) - Method in class org.apache.tomcat.util.net.openssl.OpenSSLEngine
 
setEnabledProtocol(String) - Method in class org.apache.tomcat.util.net.openssl.OpenSSLContext
Sets the enabled SSL/TLS protocol.
setEnabledProtocols(String[]) - Method in class org.apache.tomcat.util.net.openssl.OpenSSLEngine
 
setEnabledProtocols(String[]) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets the protocols enabled for this TLS virtual host.
setEnableLookups(boolean) - Method in class org.apache.catalina.connector.Connector
Set the "enable DNS lookups" flag.
setEnableLookups(boolean) - Method in class org.apache.catalina.filters.RemoteIpFilter
Set whether DNS lookups are enabled.
setEnableSessionCreation(boolean) - Method in class org.apache.tomcat.util.net.openssl.OpenSSLEngine
 
setEnableStatistics(boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
Set whether statistics collection is enabled.
setEncodedReverseSolidusHandling(String) - Method in class org.apache.catalina.connector.Connector
Sets the handling mode for encoded reverse solidus (backslash) characters.
setEncodedReverseSolidusHandling(String) - Method in interface org.apache.catalina.Context
Configure the handling for encoded reverse solidus (%5c - \) characters in paths used to obtain RequestDispatcher instances for this Context.
setEncodedReverseSolidusHandling(String) - Method in class org.apache.catalina.core.StandardContext
 
setEncodedSolidusHandling(String) - Method in class org.apache.catalina.connector.Connector
Sets the handling mode for encoded solidus (forward slash) characters.
setEncodedSolidusHandling(String) - Method in interface org.apache.catalina.Context
Configure the handling for encoded solidus (%2f - /) characters in paths used to obtain RequestDispatcher instances for this Context.
setEncodedSolidusHandling(String) - Method in class org.apache.catalina.core.StandardContext
 
setEncoders(EndpointConfig) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
Initializes the encoders for this endpoint from the given endpoint configuration.
setEncodeSpaceAsPlus(boolean) - Method in class org.apache.catalina.util.URLEncoder
Sets whether space characters should be encoded as '+' instead of '%20'.
setEncoding(String) - Method in class org.apache.catalina.filters.AddDefaultCharsetFilter
Sets the character encoding to use.
setEncoding(String) - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
Sets the character encoding to be configured for requests.
setEncoding(String) - Method in class org.apache.catalina.realm.MessageDigestCredentialHandler
Set the encoding.
setEncoding(String) - Method in class org.apache.catalina.storeconfig.StoreFileMover
Sets the character encoding used for configuration files.
setEncoding(String) - Method in class org.apache.catalina.storeconfig.StoreRegistry
Set the encoding to use when writing the configuration files.
setEncoding(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the character set that is used to write the log file.
setEncryptionAlgorithm(String) - Method in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor
Sets the encryption algorithm to be used for encrypting and decrypting channel messages.
setEncryptionAlgorithm(String) - Method in interface org.apache.catalina.tribes.group.interceptors.EncryptInterceptorMBean
Sets the encryption algorithm to use.
setEncryptionKey(byte[]) - Method in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor
Sets the encryption key for encryption and decryption.
setEncryptionKey(byte[]) - Method in interface org.apache.catalina.tribes.group.interceptors.EncryptInterceptorMBean
Sets the encryption key as raw bytes.
setEncryptionKey(String) - Method in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor
Sets the encryption key using a hex-encoded string.
setEncryptionKeyString(String) - Method in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor
Sets the hex-encoded encryption key string.
setEnd(int) - Method in class org.apache.tomcat.util.buf.AbstractChunk
Set the end position of the data in the buffer.
setEndHandler(SendHandler) - Method in class org.apache.tomcat.websocket.MessagePart
Set the end handler.
setEndJavaLine(int) - Method in class org.apache.jasper.compiler.Node
Sets the ending line number in the generated Java code.
setEnforce(boolean) - Method in class org.apache.catalina.filters.CsrfPreventionFilter
Sets the flag to enforce CSRF protection or just log failures as DEBUG messages.
setEnforce(boolean) - Method in class org.apache.catalina.filters.RateLimitFilter
Set whether to enforce the rate limit by rejecting requests that exceed the limit.
setEnforceEncodingInGetWriter(boolean) - Method in class org.apache.catalina.connector.Connector
Set the enforceEncodingInGetWriter flag.
setEntityResolver(EntityResolver) - Method in class org.apache.tomcat.util.digester.Digester
Set the EntityResolver used by SAX when resolving public id and system id.
setEntryPoints(String) - Method in class org.apache.catalina.filters.CsrfPreventionFilter
Entry points are URLs that will not be tested for the presence of a valid nonce.
setEnv(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Set the env flag.
setError() - Method in class org.apache.catalina.connector.Response
Deprecated.
This method will be changed to return void in Tomcat 11 onwards
setError() - Method in class org.apache.coyote.Response
Deprecated.
This method will be changed to return void in Tomcat 11 onwards
setError() - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
setError() - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
setError(File) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
File the error output of the task is redirected to.
setError(IOException) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Records the first I/O error that occurs on this socket.
setErrorCode(int) - Method in class org.apache.tomcat.util.descriptor.web.ErrorPage
Set the error code.
setErrorCode(String) - Method in class org.apache.tomcat.util.descriptor.web.ErrorPage
Set the error code (hack for default XmlMapper data type).
setErrorCount(int) - Method in class org.apache.coyote.RequestGroupInfo
Reset the error count.
setErrorCount(int) - Method in class org.apache.coyote.RequestInfo
Reset the error count.
setErrorException(Exception) - Method in class org.apache.catalina.connector.OutputBuffer
Sets the error exception for this output buffer.
setErrorException(Exception) - Method in class org.apache.coyote.Request
Set the error Exception that occurred during the writing of the response processing.
setErrorException(Exception) - Method in class org.apache.coyote.Response
Set the error Exception that occurred during the writing of the response processing.
setErrorHandler(ErrorHandler) - Method in class org.apache.catalina.tribes.group.InterceptorPayload
Set the error handler.
setErrorHandler(ErrorHandler) - Method in class org.apache.tomcat.util.digester.Digester
Set the error handler for this Digester.
setErrorOnELNotFound(boolean) - Method in class org.apache.jasper.compiler.PageInfo
Sets the error on EL not found flag.
setErrorOnELNotFound(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
Sets whether to error on EL not found.
setErrorOnELNotFound(String, Node, ErrorDispatcher, boolean) - Method in class org.apache.jasper.compiler.PageInfo
Sets the errorOnELNotFound attribute.
setErrorOnUndeclaredNamespace(boolean) - Method in class org.apache.jasper.compiler.PageInfo
Sets whether error on undeclared namespace is enabled.
setErrorOnUndeclaredNamespace(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
Sets whether to error on undeclared namespace.
setErrorOnUseBeanInvalidClassAttribute(boolean) - Method in class org.apache.jasper.EmbeddedServletOptions
Sets whether to error on invalid class attribute in jsp:useBean.
setErrorOnUseBeanInvalidClassAttribute(boolean) - Method in class org.apache.jasper.JspC
Sets the option to issue a compilation error if the class attribute specified in useBean action is invalid.
setErrorPage(String) - Method in class org.apache.jasper.compiler.PageInfo
Sets the error page URL.
setErrorPage(String) - Method in class org.apache.tomcat.util.descriptor.web.LoginConfig
Set the error page URI.
setErrorPageDecoded(String) - Method in class org.apache.tomcat.util.descriptor.web.LoginConfig
Set the already decoded error page URI.
setErrorProperty(String) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Property name whose value should be set to the error of the task.
setErrorReported() - Method in class org.apache.catalina.connector.Response
Set the error as reported.
setErrorReported() - Method in class org.apache.coyote.Response
Set the error as reported.
setErrorReportValveClass(String) - Method in class org.apache.catalina.core.StandardHost
Set the Java class name of the error report valve class for new web applications.
setErrorState(Throwable, boolean) - Method in class org.apache.catalina.core.AsyncContextImpl
Sets the error state and optionally fires onError events to all registered listeners.
setErrorState(ErrorState, Throwable) - Method in class org.apache.coyote.AbstractProcessor
Update the current error state to the new error state if the new error state is more severe than the current error state.
setEscapeBackReferences(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Set whether back references are escaped.
setEscapeProcessing(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
setEventCache(int) - Method in class org.apache.tomcat.util.net.SocketProperties
Sets the poller event cache size.
setEvictionPolicy(EvictionPolicy) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Sets the eviction policy for this pool.
setEvictionPolicy(EvictionPolicy) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Sets the value for the evictionPolicyClass configuration attribute for pools created with this configuration instance.
setEvictionPolicyClassName(String) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the EvictionPolicy implementation to use with this connection pool.
setEvictionPolicyClassName(String) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Sets the name of the EvictionPolicy implementation that is used by this pool.
setEvictionPolicyClassName(String) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Sets the value for the evictionPolicyClassName configuration attribute for pools created with this configuration instance.
setEvictionPolicyClassName(String, ClassLoader) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Sets the name of the EvictionPolicy implementation that is used by this pool.
setEvictorShutdownTimeout(Duration) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Sets 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 value for the Evictor.
setEvictorShutdownTimeout(Duration) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Sets the value for the evictorShutdownTimeout configuration attribute for pools created with this configuration instance.
setEvictorShutdownTimeoutMillis(long) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
setEvictorShutdownTimeoutMillis(long) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
setEvictorShutdownTimeoutMillis(Duration) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
setExceptionOnFailedWrite(boolean) - Method in class org.apache.catalina.core.NamingContextListener
Controls whether or not an attempt to modify the JNDI context will trigger an exception or if the request will be ignored.
setExceptionOnFailedWrite(boolean) - Method in class org.apache.naming.NamingContext
Sets whether an attempt to write to a read-only context results in an exception or is silently ignored.
setExceptionType(String) - Method in class org.apache.tomcat.util.descriptor.web.ErrorPage
Set the exception type.
setExcludedResponseStatusCodes(int[]) - Method in class org.apache.catalina.filters.ExpiresFilter
Sets the excluded response status codes.
setExecutor(Executor) - Method in class org.apache.coyote.AbstractProtocol
Sets the executor for this protocol handler.
setExecutor(Executor) - Method in interface org.apache.coyote.ProtocolHandler
Set the optional executor that will be used by the connector.
setExecutor(Executor) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Set the external executor.
setExecutor(ExecutorService) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Sets the executor service for this receiver.
setExecutorTerminationTimeoutMillis(long) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Set the executor termination timeout.
setExpectation(boolean) - Method in class org.apache.coyote.Request
Set the expectation flag.
setExpectedTypeName(String) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Attribute
Sets the expected type name for deferred attributes.
setExpirationTime(long) - Method in class org.apache.catalina.tribes.membership.cloud.CloudMembershipService
Set the member expiration time in milliseconds.
setExpirationTime(long) - Method in class org.apache.catalina.tribes.membership.StaticMembershipService
Sets the member expiration time in milliseconds.
setExpire(long) - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
 
setExpire(long) - Method in interface org.apache.catalina.tribes.group.interceptors.FragmentationInterceptorMBean
Sets the expiration time for fragments in milliseconds.
setExpire(long) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
Sets the message expiration time in milliseconds.
setExpire(long) - Method in class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor
Sets the message expiration time in milliseconds.
setExpiredSessions(long) - Method in interface org.apache.catalina.Manager
Sets the number of sessions that have expired.
setExpiredSessions(long) - Method in class org.apache.catalina.session.ManagerBase
 
setExpiresConfigurationByContentType(Map) - Method in class org.apache.catalina.filters.ExpiresFilter
Sets the expiration configurations by content type.
setExpireSessionsOnShutdown(boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
Set whether to expire sessions on shutdown.
setExposeHeaders(boolean) - Method in class org.apache.catalina.filters.RateLimitFilter
Set whether to expose rate limit headers in the HTTP response.
setExtends(String) - Method in class org.apache.jasper.compiler.PageInfo
Sets the extends attribute value.
setExternalAllowed(boolean) - Method in class org.apache.catalina.storeconfig.StoreDescription
Sets whether external (separate file) storage is allowed for this description.
setExternalLoaders(ClassLoader[]) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Sets the external class loaders.
setExternalOnly(boolean) - Method in class org.apache.catalina.storeconfig.StoreDescription
Sets whether this description is restricted to external storage only.
setFactory(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextResourceLink
Sets the factory to be used for creating the object.
setFailCtxIfServletStartFails(boolean) - Method in class org.apache.catalina.core.StandardHost
Change the behavior of Servlet startup errors on web application starts.
setFailCtxIfServletStartFails(Boolean) - Method in class org.apache.catalina.core.StandardContext
Sets whether the context should fail if a servlet fails to start.
setFailing() - Method in class org.apache.catalina.tribes.transport.SenderState
Sets the sender state to failing.
setFailonerror(boolean) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Whether to fail (with a BuildException) if ManagerServlet returns an error.
setFailOnError(boolean) - Method in class org.apache.jasper.JspC
Sets the option that throws an exception in case of a compilation error.
setFailureCount(int) - Method in class org.apache.catalina.realm.LockOutRealm
Set the number of failed authentication attempts required to lock the user account.
setFailures(int) - Method in class org.apache.catalina.realm.LockOutRealm.LockRecord
Set the number of authentication failures.
setFairness(boolean) - Method in class org.apache.catalina.valves.SemaphoreValve
Set the fairness setting of the semaphore.
setFairness(boolean) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Sets the value for the fairness configuration attribute for pools created with this configuration instance.
setFairQueue(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setFairQueue(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setFairQueue(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Set to true if you wish that calls to getConnection should be treated fairly in a true FIFO fashion.
setFairQueue(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setFakeAttributes(Map) - Method in class org.apache.tomcat.util.digester.Digester
Set the fake attributes.
setFastFailValidation(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets whether connections created by this factory will fast fail validation.
setFastFailValidation(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Sets whether connections created by this factory will fast fail validation.
setFeature(String, boolean) - Method in class org.apache.tomcat.util.digester.Digester
Sets a flag indicating whether the requested feature is supported by the underlying implementation of org.xml.sax.XMLReader.
setFetchDirection(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
setFetchDirection(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
setFetchSize(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
setFetchSize(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
setFieldName(String) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Sets the field name used to reference this file item.
setFieldName(String) - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Sets the field name used to reference this file item.
setFieldName(String) - Method in exception class org.apache.tomcat.util.http.fileupload.impl.FileSizeLimitExceededException
Sets the field name of the item, which caused the exception.
setFileCountMax(long) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Sets the maximum number of files allowed per request.
setFileDateFormat(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the date format date based log rotation.
setFileItemFactory(FileItemFactory) - Method in class org.apache.tomcat.util.http.fileupload.FileUpload
Sets the factory class to use when creating file items.
setFileItemFactory(FileItemFactory) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Sets the factory class to use when creating file items.
setFilename(String) - Method in class org.apache.catalina.storeconfig.StoreFileMover
Sets the configuration file name.
setFileName(String) - Method in exception class org.apache.tomcat.util.http.fileupload.impl.FileSizeLimitExceededException
Sets the file name of the item, which caused the exception.
setFileSizeMax(long) - Method in interface org.apache.tomcat.util.http.fileupload.FileItemIterator
Sets the maximum size of a single file.
setFileSizeMax(long) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Sets the maximum allowed size of a single uploaded file, as opposed to FileUploadBase.getSizeMax().
setFileSizeMax(long) - Method in class org.apache.tomcat.util.http.fileupload.impl.FileItemIteratorImpl
 
setFileSizeThreshold(String) - Method in class org.apache.tomcat.util.descriptor.web.MultipartDef
Set the file size threshold.
setFilter(Filter) - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
Sets the filter instance associated with this definition.
setFilter(String) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
compile filter string to regular expression
setFilter(String) - Method in class org.apache.catalina.valves.PersistentValve
Sets the filter pattern used to identify requests that should bypass session persistence.
setFilterChain(FilterChain) - Method in class org.apache.catalina.connector.Request
Set filter chain associated with the request.
setFilterClass(String) - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
Sets the fully qualified name of the Java class that implements this filter.
setFilterConfig(FilterConfig) - Method in interface org.apache.catalina.util.RateLimiter
Pass the FilterConfig to configure the filter.
setFilterConfig(FilterConfig) - Method in class org.apache.catalina.util.RateLimiterBase
 
setFilterName(String) - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
Sets the name of this filter, which must be unique among the filters defined for a particular web application.
setFilterName(String) - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
Sets the name of the filter associated with this mapping.
setFIPSMode(String) - Method in class org.apache.catalina.core.AprLifecycleListener
Sets the FIPS mode configuration.
setFIPSMode(String) - Method in class org.apache.catalina.core.OpenSSLLifecycleListener
Sets the FIPS mode.
setFireRequestListenersOnForwards(boolean) - Method in interface org.apache.catalina.Context
Configure whether or not requests listeners will be fired on forwards for this Context.
setFireRequestListenersOnForwards(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setFireRequestListenersOnForwards(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setFlagsString(String) - Method in class org.apache.catalina.valves.rewrite.RewriteCond
Sets the flags string.
setFlagsString(String) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Set the flags string.
setFloat(int, float) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setFloat(String, float) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setForbidden(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Set the forbidden flag.
setForceDnHexEscape(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
Set the forceDnHexEscape flag.
setFork(boolean) - Method in class org.apache.jasper.JspC
Sets the option to fork a separate process for compilation.
setFormField(boolean) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Sets whether or not a FileItem instance represents a simple form field.
setFormField(boolean) - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
Specifies whether or not a FileItem instance represents a simple form field.
setForwardExpired(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
Sets whether expired messages should be forwarded.
setFragment(boolean) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Attribute
Sets whether the attribute is a fragment type.
setFrequency(long) - Method in class org.apache.catalina.tribes.membership.McastService
Set the heartbeat frequency.
setFromDescriptor(boolean) - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
Set if this constraint was defined in a deployment descriptor.
setFullName(String) - Method in interface org.apache.catalina.User
Set the full name of this user.
setFullName(String) - Method in class org.apache.catalina.users.AbstractUser
 
setFullName(String) - Method in class org.apache.catalina.users.GenericUser
 
setFunctionInfo(FunctionInfo) - Method in class org.apache.jasper.compiler.ELNode.Function
Sets the FunctionInfo for this function.
setFunctionMapper(FunctionMapper) - Method in class org.apache.jasper.el.ELContextImpl
Set the function mapper.
setGenerateCode(boolean) - Method in class org.apache.catalina.startup.Catalina
Set whether code generation is enabled.
setGeneratedCodeLoader(Digester.GeneratedCodeLoader) - Static method in class org.apache.tomcat.util.digester.Digester
Set the generated code loader.
setGeneratedCodeLocation(File) - Method in class org.apache.catalina.startup.Catalina
Set the location of generated sources.
setGeneratedCodePackage(String) - Method in class org.apache.catalina.startup.Catalina
Set the top package name for generated source.
setGeneratedInBuffer(boolean) - Method in class org.apache.jasper.compiler.Node.Nodes
Sets whether the generated content is buffered.
setGenStringAsCharArray(boolean) - Method in class org.apache.jasper.JspC
Determines whether text strings are to be generated as char arrays, which improves performance in some cases.
setGetMethod(String) - Method in class org.apache.tomcat.util.modeler.AttributeInfo
Sets the name of the property getter method.
setGlobal(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextResourceLink
Sets the global name of this resource.
setGlobalContext(Context) - Static method in class org.apache.naming.factory.DataSourceLinkFactory
Set the global JNDI context used for lookups.
setGlobalContext(Context) - Static method in class org.apache.naming.factory.ResourceLinkFactory
Set the global context (note: can only be used once).
setGlobalNamingContext(Context) - Method in class org.apache.catalina.core.StandardServer
Set the global naming resources context.
setGlobalNamingResources(NamingResourcesImpl) - Method in class org.apache.catalina.core.StandardServer
 
setGlobalNamingResources(NamingResourcesImpl) - Method in interface org.apache.catalina.Server
Set the global naming resources.
setGlobalProcessor(RequestGroupInfo) - Method in class org.apache.coyote.RequestInfo
Set the global request processor.
setGone(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Set the gone flag.
setGracefulStopAwaitMillis(long) - Method in class org.apache.catalina.core.StandardService
Set the number of milliseconds to wait for all threads to finish during a graceful stop.
setGroup(String) - Method in class org.apache.catalina.ha.backend.HeartbeatListener
Set the Multicast IP to use for Multicast
setGroup(String) - Method in class org.apache.tomcat.util.modeler.ManagedBean
Set the (optional) group to which this MBean belongs.
setGroupInfo(UpgradeGroupInfo) - Method in class org.apache.coyote.http11.upgrade.UpgradeInfo
Sets the parent group info.
setGroupname(String) - Method in interface org.apache.catalina.Group
Set the group name of this group, which must be unique within the scope of a UserDatabase.
setGroupname(String) - Method in class org.apache.catalina.users.AbstractGroup
 
setGroupNameCol(String) - Method in class org.apache.catalina.users.DataSourceUserDatabase
Set the column name used for group names.
setGroupRoleTable(String) - Method in class org.apache.catalina.users.DataSourceUserDatabase
Set the table that holds the relation between groups and roles.
setGroups(String) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Set the enabled named groups.
setGroupTable(String) - Method in class org.apache.catalina.users.DataSourceUserDatabase
Set the table that holds group data.
setGssCredential(GSSCredential) - Method in class org.apache.catalina.realm.GenericPrincipal
Sets the user's delegated credentials.
setHandler(JdbcInterceptor) - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Sets the interceptor chain handler for this connection.
setHandler(AbstractEndpoint.Handler) - Method in class org.apache.coyote.AbstractProtocol
Sets the handler.
setHandler(AbstractEndpoint.Handler) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Set the handler for this endpoint.
setHandlerclass(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
Sets the Handler reference class.
setHasFormalParameters() - Method in class org.apache.el.lang.LambdaExpressionNestedState
Marks that the current lambda expression has formal parameters.
setHasIncludeAction(boolean) - Method in class org.apache.jasper.compiler.Node.ChildInfo
Sets whether the tag body contains an include action.
setHasJspRoot(boolean) - Method in class org.apache.jasper.compiler.PageInfo
Sets whether this page has a JSP root.
setHasParamAction(boolean) - Method in class org.apache.jasper.compiler.Node.ChildInfo
Sets whether the tag body contains a param action.
setHasScriptingVars(boolean) - Method in class org.apache.jasper.compiler.Node.ChildInfo
Sets whether the tag body contains scripting variables.
setHasSetProperty(boolean) - Method in class org.apache.jasper.compiler.Node.ChildInfo
Sets whether the tag body contains a setProperty action.
setHasUseBean(boolean) - Method in class org.apache.jasper.compiler.Node.ChildInfo
Sets whether the tag body contains a useBean action.
setHeader(String, String) - Method in class org.apache.catalina.connector.Response
 
setHeader(String, String) - Method in class org.apache.catalina.connector.ResponseFacade
 
setHeader(String, String) - Method in class org.apache.catalina.core.ApplicationPushBuilder
 
setHeader(String, String) - Method in class org.apache.catalina.filters.AddDefaultCharsetFilter.ResponseWrapper
 
setHeader(String, String) - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
 
setHeader(String, String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
Set a header value.
setHeader(String, String) - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
 
setHeader(String, String) - Method in class org.apache.coyote.Response
Set a response header.
setHeaderEncoding(String) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Specifies the character encoding to be used when reading the headers of individual part.
setHeaderEncoding(String) - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Specifies the character encoding to be used when reading the headers of individual parts.
setHeaders(FileItemHeaders) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Sets the file item headers.
setHeaders(FileItemHeaders) - Method in interface org.apache.tomcat.util.http.fileupload.FileItemHeadersSupport
Sets the headers read from within an item.
setHeaders(FileItemHeaders) - Method in class org.apache.tomcat.util.http.fileupload.impl.FileItemStreamImpl
Sets the file item headers.
setHeartbeat(boolean) - Method in interface org.apache.catalina.tribes.Channel
Enables or disables internal heartbeat.
setHeartbeat(boolean) - Method in class org.apache.catalina.tribes.group.GroupChannel
Enables or disables local heartbeat. if setHeartbeat(true) is invoked then the channel will start an internal thread to invoke Channel.heartbeat() every getHeartbeatSleeptime milliseconds
setHeartbeatBackgroundEnabled(boolean) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Enables or disables the heartbeat background thread that calls heartbeat on the channel.
setHeartbeatSleeptime(long) - Method in class org.apache.catalina.tribes.group.GroupChannel
Configure local heartbeat sleep time
Only used when getHeartbeat()==true
setHeight(Node.JspAttribute) - Method in class org.apache.jasper.compiler.Node.PlugIn
 
setHighConcurrencyStatus(int) - Method in class org.apache.catalina.valves.SemaphoreValve
Set the HTTP status code returned when concurrency is too high.
setHoldability(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
setHoldability(int) - Method in interface org.apache.tomcat.dbcp.dbcp2.PoolableConnectionMXBean
setHome(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextEjb
Sets the name of the EJB home implementation class.
setHome(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextLocalEjb
Sets the name of the EJB home implementation class.
setHomeBase(String) - Method in class org.apache.catalina.startup.UserConfig
Sets the base directory containing user home directories.
setHonorCipherOrder(boolean) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets whether to honor the cipher order.
setHost(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Set the host flag.
setHost(byte[]) - Method in class org.apache.catalina.tribes.membership.MemberImpl
Set the host.
setHost(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
Set the JMX host.
setHost(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Set the JMX MBeanServer host.
setHost(String) - Method in class org.apache.catalina.ha.backend.HeartbeatListener
Set the host corresponding to the connector.
setHost(String) - Method in class org.apache.catalina.tribes.membership.StaticMember
Sets the host for this member.
setHost(String) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Sets the host address for this receiver.
setHost(Host) - Method in class org.apache.catalina.startup.Tomcat
Sets the current host - all future webapps will be added to this host.
setHostAware(boolean) - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
Set whether the client identifier should include the host name.
setHostHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter
Header that holds the incoming host, usually named X-Forwarded-Host.
setHostHeader(String) - Method in class org.apache.catalina.valves.RemoteIpValve
Set the name of the HTTP header used to override the value returned by Request.getServerName() and (optionally depending on {link RemoteIpValve.isChangeLocalName() Request.getLocalName().
setHostname(String) - Method in class org.apache.catalina.startup.Tomcat
The hostname of the default host, default is 'localhost'.
setHostname(String) - Method in class org.apache.catalina.tribes.membership.MemberImpl
Set the hostname.
setHostName(String) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets the host name.
setHostnameVerifierClassName(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the HostnameVerifier to be used when opening connections using StartTLS.
setHstsEnabled(boolean) - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
Enables or disables HSTS.
setHstsIncludeSubDomains(boolean) - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
Sets whether subdomains should be included in the HSTS header.
setHstsMaxAgeSeconds(int) - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
Sets the maximum age in seconds for the HSTS header.
setHstsPreload(boolean) - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
Sets whether the preload directive should be included in the HSTS header.
setHttp11Protocol(AbstractHttp11Protocol) - Method in class org.apache.coyote.http2.Http2Protocol
 
setHttp11Protocol(AbstractHttp11Protocol) - Method in interface org.apache.coyote.UpgradeProtocol
Configure the HTTP/1.1 protocol that this UpgradeProcotol is nested under.
setHttpOnly(boolean) - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
 
setHttpServerPort(int) - Method in class org.apache.catalina.filters.RemoteIpFilter
Server Port value if the RemoteIpFilter.protocolHeader indicates HTTP (i.e.
setHttpServerPort(int) - Method in class org.apache.catalina.valves.RemoteIpValve
Server Port value if the RemoteIpValve.protocolHeader is not null and does not indicate HTTP
setHttpsServerPort(int) - Method in class org.apache.catalina.filters.RemoteIpFilter
Server Port value if the RemoteIpFilter.protocolHeader indicates HTTPS
setHttpsServerPort(int) - Method in class org.apache.catalina.valves.RemoteIpValve
Server Port value if the RemoteIpValve.protocolHeader indicates HTTPS
setId(String) - Method in class org.apache.catalina.ha.session.DeltaSession
 
setId(String) - Method in class org.apache.catalina.manager.DummyProxySession
 
setId(String) - Method in interface org.apache.catalina.Session
Set the session identifier for this session and notifies any associated listeners that a new session has been created.
setId(String) - Method in class org.apache.catalina.session.StandardSession
 
setId(String) - Method in class org.apache.catalina.storeconfig.StoreDescription
Sets the unique identifier for this description.
setId(String, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
 
setId(String, boolean) - Method in class org.apache.catalina.manager.DummyProxySession
 
setId(String, boolean) - Method in interface org.apache.catalina.Session
Set the session identifier for this session and optionally notifies any associated listeners that a new session has been created.
setId(String, boolean) - Method in class org.apache.catalina.session.StandardSession
 
setIdle(String) - Method in class org.apache.catalina.ant.SessionsTask
Sets the minimum idle time in minutes for sessions to be included.
setIf(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
Only execute if a property of the given name exists in the current project.
setIf(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Only execute if a property of the given name exists in the current project.
setIgnore(boolean) - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
Sets whether to ignore any character encoding specified by the client.
setIgnoreAnnotations(boolean) - Method in interface org.apache.catalina.Context
Set the boolean on the annotations parsing for this web application.
setIgnoreAnnotations(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setIgnoreAnnotations(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setIgnoreCookieName(String) - Method in class org.apache.catalina.valves.LoadBalancerDrainingValve
Sets 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.
setIgnoreCookieValue(String) - Method in class org.apache.catalina.valves.LoadBalancerDrainingValve
Sets 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.
setIgnoreExceptionOnPreLoad(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setIgnoreExceptionOnPreLoad(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setIgnoreExceptionOnPreLoad(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Set to true if you want to ignore error of connection creation while initializing the pool.
setIgnoreExceptionOnPreLoad(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setIgnoreResponseConstraint(boolean) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
Sets whether the constraint on the first line of the response message is ignored.
setImpact(String) - Method in class org.apache.tomcat.util.modeler.OperationInfo
Sets the impact of this operation.
setIncludeCoda(Collection) - Method in class org.apache.jasper.compiler.PageInfo
Sets the collection of include coda files.
setIncludePrelude(Collection) - Method in class org.apache.jasper.compiler.PageInfo
Sets the collection of include prelude files.
setIncremental(boolean) - Method in class org.apache.tomcat.util.http.parser.Priority
Sets the incremental flag.
setInfo(String) - Method in class org.apache.jasper.compiler.PageInfo
Sets the page info string.
setInfo(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
Sets the description info.
setInfo(String) - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
Sets the description information.
setInfo(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
Sets the description info.
setInitialized(boolean) - Static method in class org.apache.tomcat.util.net.openssl.OpenSSLStatus
Sets the initialization state.
setInitialSize(int) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the initial size of the connection pool.
setInitialSize(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setInitialSize(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setInitialSize(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Set the number of connections that will be established when the connection pool is started.
setInitialSize(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setInitialWindowSize(int) - Method in class org.apache.coyote.http2.Http2Protocol
Sets the initial window size advertised to the client.
setInitiatePingDisabled(boolean) - Method in class org.apache.coyote.http2.Http2Protocol
Disables or enables the periodic PING frames used to keep the connection alive.
setInitParameter(String, String) - Method in class org.apache.catalina.core.ApplicationContext
 
setInitParameter(String, String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
setInitParameter(String, String) - Method in class org.apache.catalina.core.ApplicationFilterRegistration
 
setInitParameter(String, String) - Method in class org.apache.catalina.core.ApplicationServletRegistration
 
setInitParameter(String, String) - Method in class org.apache.jasper.servlet.JspCServletContext
 
setInitParameters(Map) - Method in class org.apache.catalina.core.ApplicationFilterRegistration
 
setInitParameters(Map) - Method in class org.apache.catalina.core.ApplicationServletRegistration
 
setInitSeedGenerator(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
Set the init seed generator flag.
setInitSQL(String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setInitSQL(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setInitSQL(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
A custom query to be run when a connection is first created.
setInitSQL(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setInnerClassName(String) - Method in class org.apache.jasper.compiler.Node
Sets the name of the inner class for this node.
setInput(InputStream) - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Sets standard input to be passed on to the invoked cgi script
setInputBuffer(InputBuffer) - Method in class org.apache.coyote.Request
Set the input buffer.
setInputLineCount(int) - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
Sets the number of consecutive input lines covered by this mapping.
setInputStartLine(int) - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
Sets the starting line number in the input source file.
setInsecureRenegotiation(boolean) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets whether insecure renegotiation is allowed.
setInstanceCreated(boolean) - Static method in class org.apache.catalina.core.AprStatus
Deprecated.
 
setInstanceCreated(boolean) - Static method in class org.apache.tomcat.jni.AprStatus
Sets the instance created status.
setInstanceCreated(boolean) - Static method in class org.apache.tomcat.util.net.openssl.OpenSSLStatus
Sets the instance created state.
setInstanceManager(InstanceManager) - Method in interface org.apache.catalina.Context
Set the instance manager associated with this context.
setInstanceManager(InstanceManager) - Method in class org.apache.catalina.core.StandardContext
 
setInstanceManager(InstanceManager) - Method in class org.apache.catalina.startup.FailedContext
 
setInstanceManager(InstanceManager) - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
Sets the instance manager for this container.
setInt(int, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setInt(String, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setInterface(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
Sets the JAX-WS Service interface class name.
setInternalid(int) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
Set the internal ID.
setInternalPath(String) - Method in class org.apache.catalina.webresources.AbstractResourceSet
Sets the internal path.
setInternalProxies(String) - Method in class org.apache.catalina.filters.RemoteIpFilter
Regular expression that defines the internal proxies.
setInternalProxies(String) - Method in class org.apache.catalina.valves.RemoteIpValve
Regular expression that defines the internal proxies.
setInterruptible(boolean) - Method in class org.apache.catalina.valves.SemaphoreValve
Set whether the valve blocks interruptibly.
setInterruptThreadThreshold(int) - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
Specifies the threshold (in seconds) before stuck threads are interrupted.
setInterval(int) - Method in class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
 
setInterval(int) - Method in interface org.apache.catalina.tribes.group.interceptors.GzipInterceptorMBean
If statistics collection is enabled, set the number of messages between statistics reports being written to the log.
setInterval(int) - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
 
setInterval(int) - Method in interface org.apache.catalina.tribes.group.interceptors.ThroughputInterceptorMBean
Sets the reporting interval in milliseconds.
setInterval(long) - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
Sets the ping interval in milliseconds.
setIntHeader(String, int) - Method in class org.apache.catalina.connector.Response
 
setIntHeader(String, int) - Method in class org.apache.catalina.connector.ResponseFacade
 
setInvalidAuthenticationWhenDeny(boolean) - Method in class org.apache.catalina.valves.RequestFilterValve
Set invalidAuthenticationWhenDeny property.
setIpv6Canonical(boolean) - Method in class org.apache.catalina.valves.AbstractAccessLogValve
Sets the ipv6 canonical flag.
setIs(boolean) - Method in class org.apache.tomcat.util.modeler.AttributeInfo
Sets whether this is a boolean attribute with an "is" getter.
setIsBomPresent(boolean) - Method in class org.apache.jasper.compiler.Node.Root
Sets whether a BOM (Byte Order Mark) is present.
setIsDefaultPageEncoding(boolean) - Method in class org.apache.jasper.compiler.Node.Root
Sets whether the page encoding is the default encoding.
setIsELIgnored(String, Node, ErrorDispatcher, boolean) - Method in class org.apache.jasper.compiler.PageInfo
Sets the isELIgnored attribute.
setIsEncodingSpecifiedInProlog(boolean) - Method in class org.apache.jasper.compiler.Node.Root
Sets whether the encoding is specified in the prolog.
setIsErrorPage(String, Node, ErrorDispatcher) - Method in class org.apache.jasper.compiler.PageInfo
Sets the isErrorPage attribute.
setIsJspPrefixHijacked(boolean) - Method in class org.apache.jasper.compiler.PageInfo
Sets whether the JSP prefix has been hijacked.
setIsThreadSafe(String, Node, ErrorDispatcher) - Method in class org.apache.jasper.compiler.PageInfo
 
setIsXml(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
Sets whether the pages in this group are XML.
setItem(T) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ExchangeCountDownLatch
Sets the item to be exchanged.
setItem(T) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ExchangeCountDownLatch
Set the item.
setIterations(int) - Method in class org.apache.catalina.realm.DigestCredentialHandlerBase
Set the number of iterations of the associated algorithm that will be used when creating a new stored credential for a given input credential.
setJ2EEApplication(String) - Method in class org.apache.catalina.core.StandardContext
Sets the J2EE Application ObjectName this module belongs to.
setJ2EEServer(String) - Method in class org.apache.catalina.core.StandardContext
Sets the J2EE Server ObjectName this module is deployed on.
setJakartaConverter(String) - Method in class org.apache.catalina.loader.WebappLoader
Set the Jakarta converter.
setJarName(String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Sets the JAR name for this web fragment.
setJarScanFilter(JarScanFilter) - Method in interface org.apache.tomcat.JarScanner
Set the JAR scan filter to use.
setJarScanFilter(JarScanFilter) - Method in class org.apache.tomcat.util.scan.StandardJarScanner
 
setJarScanner(JarScanner) - Method in interface org.apache.catalina.Context
Set the Jar Scanner to be used to scan for JAR resources for this context.
setJarScanner(JarScanner) - Method in class org.apache.catalina.core.StandardContext
 
setJarScanner(JarScanner) - Method in class org.apache.catalina.startup.FailedContext
 
setJaspicCallbackHandlerClass(String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the JASPIC callback handler class name
setJavaEncoding(String) - Method in class org.apache.jasper.JspC
Sets the encoding to use for java files.
setJavaseClassLoader(ClassLoader) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Sets the Java SE class loader.
setJaxrpcmappingfile(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
Sets the JAX-RPC mapping file.
setJdbcInterceptors(String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setJdbcInterceptors(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setJdbcInterceptors(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
A semicolon separated list of classnames extending JdbcInterceptor class.
setJdbcInterceptors(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setJmxDomain(String) - Method in class org.apache.catalina.tribes.group.GroupChannel
 
setJmxDomain(String) - Method in interface org.apache.catalina.tribes.JmxChannel
Set the jmx domain which this channel should be registered.
setJmxEnabled(boolean) - Method in class org.apache.catalina.tribes.group.GroupChannel
 
setJmxEnabled(boolean) - Method in interface org.apache.catalina.tribes.JmxChannel
If set to true, this channel is registered with jmx.
setJmxEnabled(boolean) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Sets the value of the flag that determines if JMX will be enabled for pools created with this configuration instance.
setJmxEnabled(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setJmxEnabled(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setJmxEnabled(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
If set to true, the connection pool creates a ConnectionPoolMBean object that can be registered with JMX to receive notifications and state about the pool.
setJmxEnabled(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setJmxName(String) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the JMX name that has been requested for this DataSource.
setJmxNameBase(String) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Sets 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.
setJmxNamePrefix(String) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Sets 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.
setJmxPrefix(String) - Method in class org.apache.catalina.tribes.group.GroupChannel
 
setJmxPrefix(String) - Method in interface org.apache.catalina.tribes.JmxChannel
Set the jmx prefix which will be used with channel ObjectName.
setJndiEnvironment(String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Sets the value of the given JNDI environment property to be used when instantiating a JNDI InitialContext.
setJndiExceptionOnFailedWrite(boolean) - Method in class org.apache.catalina.core.StandardContext
Controls whether or not an attempt to modify the JNDI context will trigger an exception or if the request will be ignored.
setJspAttributes(Node.JspAttribute[]) - Method in class org.apache.jasper.compiler.Node.CustomTag
Sets the JSP attributes for this custom tag.
setJspAttributes(Node.JspAttribute[]) - Method in class org.apache.jasper.compiler.Node.JspElement
Sets the JSP attributes for this element.
setJspAttributes(Node.JspAttribute[]) - Method in class org.apache.jasper.compiler.Node.UninterpretedTag
Sets the JSP attributes for this uninterpreted tag.
setJspConfigDescriptor(JspConfigDescriptor) - Method in interface org.apache.catalina.Context
Set the JspConfigDescriptor for this context.
setJspConfigDescriptor(JspConfigDescriptor) - Method in class org.apache.catalina.core.StandardContext
 
setJspConfigDescriptor(JspConfigDescriptor) - Method in class org.apache.catalina.startup.FailedContext
 
setJspConfigPageEncoding(String) - Method in class org.apache.jasper.compiler.Node.Root
Sets the encoding specified in the JSP config element whose URL pattern matches the page containing this Root.
setJspFile(String) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
Sets the name of the JSP file to which this servlet definition applies.
setJspFiles(String) - Method in class org.apache.jasper.JspC
Parses comma-separated list of JSP files to be processed.
setJspReloadCount(int) - Method in class org.apache.jasper.compiler.JspRuntimeContext
Resets the JSP reload counter.
setJspReloadCount(int) - Method in class org.apache.jasper.servlet.JspServlet
Resets the JSP reload counter.
setJspVersion(String) - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
Sets the JSP version requirement.
setJvmRoute(String) - Method in class org.apache.catalina.core.StandardEngine
 
setJvmRoute(String) - Method in interface org.apache.catalina.Engine
Set the JvmRouteId for this engine.
setJvmRoute(String) - Method in interface org.apache.catalina.SessionIdGenerator
Specify the node identifier associated with this node which will be included in the generated session ID.
setJvmRoute(String) - Method in class org.apache.catalina.util.SessionIdGeneratorBase
Set the node identifier used when generating session IDs in a clustered environment.
setKeepAliveCount(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
setKeepAliveCount(int) - Method in interface org.apache.catalina.tribes.transport.DataSender
Set the amount of requests during which to keepalive.
setKeepAliveLeft(int) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Sets the number of keep-alive requests remaining.
setKeepAliveTime(long) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
Set the keep alive time.
setKeepAliveTime(long) - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
setKeepAliveTime(long) - Method in interface org.apache.catalina.tribes.transport.DataSender
Set the keepalive time.
setKeepAliveTime(long, TimeUnit) - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Sets the thread keep-alive time, which is the amount of time that threads may remain idle before being terminated.
setKeepAliveTimeout(int) - Method in class org.apache.coyote.AbstractProtocol
Sets the keep-alive timeout.
setKeepAliveTimeout(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Set the keepalive timeout.
setKeepAliveTimeout(long) - Method in class org.apache.coyote.http2.Http2Protocol
Sets the keep-alive timeout in milliseconds.
setKey(Serializable) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
Sets the key for this message.
setKey(String) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Set the private key used for nonce generation.
setKey(K) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
Sets the key for this entry.
setKeyLength(int) - Method in class org.apache.catalina.realm.SecretKeyCredentialHandler
Sets the key length.
setKeyManagerAlgorithm(String) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets the key manager algorithm.
setKeyPrefix(String) - Method in class org.apache.catalina.core.PropertiesRoleMappingListener
Sets the prefix to filter from property keys.
setKnown(Object) - Method in class org.apache.tomcat.util.digester.Digester
Mark an object as known for code generation purposes.
setLambdaExpressionNestedState(LambdaExpressionNestedState) - Method in class org.apache.el.lang.EvaluationContext
Sets the lambda expression nested state for this context.
setLandingPage(String) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Set the landing page to use when the FORM auth is mis-used.
setLanguage(String, Node, ErrorDispatcher, boolean) - Method in class org.apache.jasper.compiler.PageInfo
Sets the language attribute.
setLargeIcon(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
Sets the large icon path.
setLargeIcon(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
Sets the large icon path.
setLargeIcon(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
Sets the large icon for this WebService.
setLargeIcon(String) - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
Sets the large icon associated with this filter.
setLargeIcon(String) - Method in class org.apache.tomcat.util.descriptor.web.MessageDestination
Set the large icon.
setLargeIcon(String) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
Sets the large icon associated with this servlet.
setLargeMaxRows(long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
setLast(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Set the last flag.
setLastAccess(long) - Method in class org.apache.catalina.tribes.io.ObjectReader
Sets the timestamp of the last access.
setLastModificationTest(long) - Method in class org.apache.jasper.servlet.JspServletWrapper
Sets the timestamp of the last modification test.
setLastRequestProcessingTime(long) - Method in class org.apache.coyote.RequestInfo
Set the last request processing time.
setLastState(int) - Method in class org.apache.catalina.ha.deploy.WarWatcher.WarInfo
Sets the last known state of the file.
setLastTimeReplicated(long) - Method in class org.apache.catalina.ha.session.DeltaSession
 
setLastTimeReplicated(long) - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
Set the last replicate time.
setLastUsed() - Method in class org.apache.tomcat.dbcp.dbcp2.AbandonedTrace
Sets the time this object was last used to the current time in milliseconds.
setLastUsed() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnection
 
setLastUsed(long) - Method in class org.apache.tomcat.dbcp.dbcp2.AbandonedTrace
setLastUsed(Instant) - Method in class org.apache.tomcat.dbcp.dbcp2.AbandonedTrace
Sets the instant this object was last used.
setLastValidated(long) - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Set the timestamp the connection was last validated.
setLayer(String) - Method in class org.apache.catalina.authenticator.jaspic.PersistentProviderRegistrations.Provider
Sets the layer of the provider.
setLbForceSession(Boolean) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
Set the lbForceSession flag.
setLbRecovertime(Integer) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
Set the lbRecovertime value.
setLbRetries(Integer) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
Set the lbRetries value.
setLbStickySession(Boolean) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
Set the lbStickySession flag.
setLegacyAppBase(String) - Method in class org.apache.catalina.core.StandardHost
 
setLegacyAppBase(String) - Method in interface org.apache.catalina.Host
Set the legacy (Java EE) application root for this Host.
setLength(int) - Method in class org.apache.catalina.tribes.io.XByteBuffer
Sets the current length of the data in the buffer.
setLibraryInitialized(boolean) - Static method in class org.apache.tomcat.util.net.openssl.OpenSSLStatus
Sets the library initialization state.
setLibraryName(String) - Method in class org.apache.catalina.core.JniLifecycleListener
Set the name of the library to load.
setLibraryPath(String) - Method in class org.apache.catalina.core.JniLifecycleListener
Set the path of the library to load.
setLifo(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the LIFO property.
setLifo(boolean) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Sets 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.
setLifo(boolean) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Sets the value for the lifo configuration attribute for pools created with this configuration instance.
setLimit(int) - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
Set the buffering limit.
setLimit(int) - Method in class org.apache.tomcat.util.buf.AbstractChunk
Maximum amount of data in this buffer.
setLimit(int) - Method in class org.apache.tomcat.util.collections.ConcurrentLruCache
Sets the maximum number of entries in the cache.
setLimit(int) - Method in class org.apache.tomcat.util.collections.SynchronizedStack
Sets the maximum number of elements that can be pushed onto this stack.
setLimit(int) - Method in class org.apache.tomcat.util.http.MimeHeaders
Set limit on the number of header fields.
setLimit(int) - Method in class org.apache.tomcat.util.http.Parameters
Set the maximum number of parameters allowed.
setLimit(int) - Method in class org.apache.tomcat.util.http.ServerCookies
Sets the maximum number of cookies that can be stored.
setLimit(long) - Method in class org.apache.tomcat.util.threads.LimitLatch
Sets a new limit.
setLineFileID(int) - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
Sets lineFileID.
setLink(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextEjb
Sets the link to a Jakarta EE EJB definition.
setLink(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextLocalEjb
Sets the link to a Jakarta EE EJB definition.
setLink(String) - Method in class org.apache.tomcat.util.descriptor.web.MessageDestinationRef
Set the link.
setLink(String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityRoleRef
Set the role link.
setListen(boolean) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Sets whether the receiver should listen for incoming connections.
setListener(AsyncListener) - Method in class org.apache.catalina.core.AsyncListenerWrapper
Sets the async listener to wrap.
setListener(MessageListener) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Sets the message listener for this receiver.
setListErrors(boolean) - Method in class org.apache.jasper.JspC
Sets the option to list compilation errors.
setLoader(Loader) - Method in interface org.apache.catalina.Context
Set the Loader with which this Context is associated.
setLoader(Loader) - Method in class org.apache.catalina.core.StandardContext
 
setLoader(Loader) - Method in class org.apache.catalina.startup.FailedContext
 
setLoaderClass(String) - Method in class org.apache.catalina.loader.WebappLoader
Set the ClassLoader class name.
setLoaderInstance(WebappClassLoaderBase) - Method in class org.apache.catalina.loader.WebappLoader
Set the ClassLoader instance, without relying on reflection This method will also invoke WebappLoader.setLoaderClass(String) with loaderInstance.getClass().getName() as an argument
setLoadOnStartup(int) - Method in class org.apache.catalina.core.ApplicationServletRegistration
 
setLoadOnStartup(int) - Method in class org.apache.catalina.core.StandardWrapper
 
setLoadOnStartup(int) - Method in interface org.apache.catalina.Wrapper
Set the load-on-startup order value (negative value means load on first call).
setLoadOnStartup(String) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
Sets the load-on-startup order for this servlet.
setLoadOnStartupString(String) - Method in class org.apache.catalina.core.StandardWrapper
Set the load-on-startup order value from a (possibly null) string.
setLocal(boolean) - Method in interface org.apache.catalina.tribes.Member
Set if the member is local.
setLocal(boolean) - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
setLocal(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextLocalEjb
Sets the name of the EJB local implementation class.
setLocalDataSource(boolean) - Method in class org.apache.catalina.realm.DataSourceRealm
Set to true to cause the datasource to be looked up in the webapp JNDI Context.
setLocalDataSource(boolean) - Method in class org.apache.catalina.session.DataSourceStore
Set to true to cause the datasource to be looked up in the webapp JNDI Context.
setLocale(String) - Method in class org.apache.catalina.valves.AbstractAccessLogValve
Set the locale used to format timestamps in log entries and in log file name suffix.
setLocale(Locale) - Method in class org.apache.catalina.connector.Response
 
setLocale(Locale) - Method in class org.apache.catalina.connector.ResponseFacade
 
setLocale(Locale) - Method in class org.apache.coyote.Response
Called explicitly by user to set the Content-Language and the default encoding.
setLocale(Locale) - Method in class org.apache.el.lang.EvaluationContext
 
setLocale(Locale) - Method in class org.apache.jasper.el.ELContextWrapper
 
setLocale(Locale) - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
 
setLocalJndiResource(boolean) - Method in class org.apache.catalina.realm.UserDatabaseRealm
Configure whether this Realm obtains the associated UserDatabase from the global JNDI context or a local (web application) JNDI context.
setLocalLoopbackDisabled(boolean) - Method in class org.apache.catalina.tribes.membership.McastService
Set whether local loopback is disabled.
setLocalMember(Member) - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
Sets the local member for this interceptor.
setLocalMember(StaticMember) - Method in class org.apache.catalina.tribes.membership.StaticMembershipService
Sets the local member for this service.
setLocalMemberProperties(String, int, int, int) - Method in class org.apache.catalina.tribes.membership.cloud.CloudMembershipService
 
setLocalMemberProperties(String, int, int, int) - Method in class org.apache.catalina.tribes.membership.McastService
 
setLocalMemberProperties(String, int, int, int) - Method in class org.apache.catalina.tribes.membership.StaticMembershipService
 
setLocalMemberProperties(String, int, int, int) - Method in interface org.apache.catalina.tribes.MembershipService
Sets the local member properties for broadcasting.
setLocalName(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
Set the local name.
setLocalPort(int) - Method in class org.apache.catalina.connector.Request
Set the port number of the server to process this request.
setLocalPort(int) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
Set the local port.
setLocalPort(int) - Method in class org.apache.coyote.Request
Set the local port.
setLocalWar(String) - Method in class org.apache.catalina.ant.DeployTask
Set the local WAR file path.
setLocation(String) - Method in class org.apache.tomcat.util.descriptor.web.ErrorPage
Set the location.
setLocation(String) - Method in class org.apache.tomcat.util.descriptor.web.MultipartDef
Set the location.
setLocationDecoded(String) - Method in class org.apache.tomcat.util.descriptor.web.ErrorPage
Set the already URL decoded location.
setLocked(boolean) - Method in class org.apache.catalina.util.ParameterMap
Set the locked state of this parameter map.
setLocked(boolean) - Method in class org.apache.catalina.util.ResourceSet
Set the locked state of this parameter map.
setLockOutTime(int) - Method in class org.apache.catalina.realm.LockOutRealm
Set the period for which an account will be locked.
setLogAbandoned(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets whether to log abandoned resources.
setLogAbandoned(boolean) - Method in class org.apache.tomcat.dbcp.pool2.impl.AbandonedConfig
Sets the flag to log stack traces for application code which abandoned an object.
setLogAbandoned(boolean) - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
 
setLogAbandoned(boolean) - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
Sets whether to use abandoned object tracking.
setLogAbandoned(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setLogAbandoned(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setLogAbandoned(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
boolean flag to set if stack traces should be logged for application code which abandoned a Connection.
setLogAbandoned(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setLogArgs(boolean) - Method in class org.apache.catalina.startup.VersionLoggerListener
Sets whether JVM arguments will be logged.
setLogEffectiveWebXml(boolean) - Method in interface org.apache.catalina.Context
Set whether or not the effective web.xml for this context should be logged on context start.
setLogEffectiveWebXml(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setLogEffectiveWebXml(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setLogEnv(boolean) - Method in class org.apache.catalina.startup.VersionLoggerListener
Sets whether environment variables will be logged.
setLogError(boolean) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Controls whether error output is logged.
setLogExpiredConnections(boolean) - 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.
setLogFailed(boolean) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
Enables or disables failed query logging.
setLogger(Log) - Method in class org.apache.tomcat.util.digester.Digester
Set the current logger for this Digester.
setLoggerLevel(String, String) - Static method in class org.apache.tomcat.util.Diagnostics
Set logger level
setLoginConfig(LoginConfig) - Method in interface org.apache.catalina.Context
Set the login configuration descriptor for this web application.
setLoginConfig(LoginConfig) - Method in class org.apache.catalina.core.StandardContext
 
setLoginConfig(LoginConfig) - Method in class org.apache.catalina.startup.FailedContext
 
setLoginConfig(LoginConfig) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Sets the login configuration.
setLoginConfigName(String) - Method in class org.apache.catalina.authenticator.SpnegoAuthenticator
Sets the JAAS login configuration name.
setLoginPage(String) - Method in class org.apache.tomcat.util.descriptor.web.LoginConfig
Set the login page URI.
setLoginPageDecoded(String) - Method in class org.apache.tomcat.util.descriptor.web.LoginConfig
Set the already decoded login page URI.
setLogInterval(int) - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
 
setLogInterval(int) - Method in interface org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptorMBean
Set the log interval.
setLoginTimeout(int) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
BasicDataSource does NOT support this method.
setLoginTimeout(int) - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Sets the maximum time in seconds that this data source will wait while attempting to connect to a database.
setLoginTimeout(int) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
setLoginTimeout(int) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDataSource
setLoginTimeout(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
setLoginTimeout(Duration) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Sets the value of loginTimeout.
setLogInvalidStoredCredentials(boolean) - Method in class org.apache.catalina.realm.DigestCredentialHandlerBase
Set whether a warning message will be logged if invalid stored credentials are discovered while checking input credentials against stored credentials?
setLogProps(boolean) - Method in class org.apache.catalina.startup.VersionLoggerListener
Sets whether system properties will be logged.
setLogSlow(boolean) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
Enables or disables slow query logging.
setLogValidationErrors(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setLogValidationErrors(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setLogValidationErrors(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Set to true if you wish that errors from validation should be logged as error messages.
setLogValidationErrors(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setLogWriter(PrintWriter) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the log writer being used by this data source.
setLogWriter(PrintWriter) - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Sets the log writer for this data source.
setLogWriter(PrintWriter) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Sets the value of logWriter.
setLogWriter(PrintWriter) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDataSource
Sets my log writer.
setLogWriter(PrintWriter) - Method in class org.apache.tomcat.dbcp.pool2.impl.AbandonedConfig
Sets the log writer to be used by this configuration to log information on abandoned objects.
setLogWriter(PrintWriter) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
setLong(int, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setLong(long) - Method in class org.apache.tomcat.util.buf.MessageBytes
Set the buffer to the representation of a long.
setLong(String, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setLookupName(String) - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
Set the JNDI lookup name for this resource.
setLowerCaseNames(boolean) - Method in class org.apache.tomcat.util.http.fileupload.ParameterParser
Sets the flag if parameter names are to be converted to lower case when name/value pairs are parsed.
setMainResources(WebResourceSet) - Method in class org.apache.catalina.webresources.StandardRoot
For unit testing.
setMajorVersion(int) - Static method in class org.apache.tomcat.util.net.openssl.OpenSSLStatus
Sets the OpenSSL major version.
setManagedBean(ManagedBean) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Sets the metadata for this MBean.
setManagedResource(Object, String) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
Set the instance handle of the object against which we will execute all methods in this ModelMBean management interface.
setManager(Manager) - Method in interface org.apache.catalina.Context
Set the Manager with which this Context is associated.
setManager(Manager) - Method in class org.apache.catalina.core.StandardContext
 
setManager(Manager) - Method in class org.apache.catalina.manager.DummyProxySession
 
setManager(Manager) - Method in interface org.apache.catalina.Session
Set the Manager within which this Session is valid.
setManager(Manager) - Method in class org.apache.catalina.session.StandardSession
 
setManager(Manager) - Method in class org.apache.catalina.session.StoreBase
 
setManager(Manager) - Method in class org.apache.catalina.startup.FailedContext
 
setManager(Manager) - Method in interface org.apache.catalina.Store
Set the Manager associated with this Store.
setManagerTemplate(ClusterManager) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Sets the manager template used to create new cluster managers.
setManifest(Manifest) - Method in class org.apache.catalina.webresources.AbstractResourceSet
Sets the manifest.
setMapName(String) - Method in class org.apache.jasper.compiler.ELNode.Nodes
Sets the function map name for this EL expression.
setMapOwner(AbstractReplicatedMap.MapOwner) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Sets the map owner.
setMappedFile(boolean) - Method in class org.apache.jasper.JspC
Sets the option to use mapped file compilation.
setMapperContextRootRedirectEnabled(boolean) - Method in interface org.apache.catalina.Context
If enabled, requests for a web application context root will be redirected (adding a trailing slash) by the Mapper.
setMapperContextRootRedirectEnabled(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setMapperContextRootRedirectEnabled(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setMapperDirectoryRedirectEnabled(boolean) - Method in interface org.apache.catalina.Context
If enabled, requests for a directory will be redirected (adding a trailing slash) by the Mapper.
setMapperDirectoryRedirectEnabled(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setMapperDirectoryRedirectEnabled(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setMapSendOptions(int) - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
Sets the map send options.
setMapSendOptions(int) - Method in class org.apache.catalina.ha.context.ReplicatedContext
Set the options for sending map updates.
setMapSendOptions(int) - Method in class org.apache.catalina.ha.session.BackupManager
Sets the channel send options for the replication map.
setMapSendOptions(String) - Method in class org.apache.catalina.ha.session.BackupManager
Sets the channel send options for the replication map from a string.
setMaxActive(int) - Method in interface org.apache.catalina.Manager
(Re)sets the maximum number of sessions that have been active at the same time.
setMaxActive(int) - Method in class org.apache.catalina.session.ManagerBase
 
setMaxActive(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setMaxActive(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setMaxActive(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The maximum number of active connections that can be allocated from this pool at the same time.
setMaxActive(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setMaxActiveSessions(int) - Method in class org.apache.catalina.session.ManagerBase
Set the maximum number of active Sessions allowed, or -1 for no limit.
setMaxAge(int) - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
 
setMaxAge(long) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setMaxAge(long) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setMaxAge(long) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Time in milliseconds to keep this connection before reconnecting.
setMaxAge(long) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setMaxBinaryMessageBufferSize(int) - Method in class org.apache.tomcat.websocket.WsSession
 
setMaxConcurrentStreamExecution(int) - Method in class org.apache.coyote.http2.Http2Protocol
Sets the maximum number of concurrently executing streams.
setMaxConcurrentStreams(long) - Method in class org.apache.coyote.http2.Http2Protocol
Sets the maximum number of concurrent streams.
setMaxConn(Duration) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the maximum permitted lifetime of a connection.
setMaxConn(Duration) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Sets the maximum lifetime in milliseconds of a connection after which the connection will always fail activation, passivation and validation.
setMaxConnections(int) - Method in class org.apache.coyote.AbstractProtocol
Sets the maximum number of connections.
setMaxConnections(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Set the maximum number of connections.
setMaxConnLifetime(Duration) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Sets the maximum permitted lifetime of a connection.
setMaxConnLifetimeMillis(long) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
setMaxConnLifetimeMillis(long) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
setMaxConnLifetimeMillis(long) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
setMaxCookieCount(int) - Method in class org.apache.catalina.connector.Connector
Sets the maximum number of cookies that will be accepted in a request.
setMaxDays(int) - Method in class org.apache.catalina.valves.AccessLogValve
Set the maximum number of days to retain log files.
setMaxExtensionSize(int) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Set the maximum size of extension information in chunked encoding.
setMaxFieldSize(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
setMaxFileSize(String) - Method in class org.apache.tomcat.util.descriptor.web.MultipartDef
Set the maximum file size.
setMaxHeaderCount(int) - Method in class org.apache.coyote.AbstractProtocol
Sets the maximum header count.
setMaxHeaderCount(int) - Method in class org.apache.coyote.http2.Http2Protocol
Sets the maximum number of headers allowed per request.
setMaxHttpHeaderSize(int) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Set the maximum size of the HTTP message header.
setMaxHttpRequestHeaderSize(int) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Set the maximum size of the HTTP request message header.
setMaxHttpResponseHeaderSize(int) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Set the maximum size of the HTTP response message header.
setMaxIdle(int) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the maximum number of connections that can remain idle in the pool.
setMaxIdle(int) - 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.
setMaxIdle(int) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
Sets the cap on the number of "idle" instances in the pool.
setMaxIdle(int) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolConfig
Sets the value for the maxIdle configuration attribute for pools created with this configuration instance.
setMaxIdle(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setMaxIdle(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setMaxIdle(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The maximum number of connections that should be kept in the idle pool if PoolConfiguration.isPoolSweeperEnabled() returns false.
setMaxIdle(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setMaxIdleBackup(int) - Method in class org.apache.catalina.session.PersistentManagerBase
Sets the option to back sessions up to the Store after they are used in a request.
setMaxIdlePerKey(int) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
Sets the cap on the number of "idle" instances per key in the pool.
setMaxIdlePerKey(int) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolConfig
Sets the value for the maxIdlePerKey configuration attribute for pools created with this configuration instance.
setMaxIdleSwap(int) - Method in class org.apache.catalina.session.PersistentManagerBase
Sets the maximum time in seconds a session may be idle before it is eligible to be swapped to disk due to inactivity.
setMaxIdleTime(int) - Method in class org.apache.catalina.core.StandardThreadExecutor
Set the maximum idle time in milliseconds.
setMaxIdleTime(long) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Sets the maximum idle time for threads in the executor pool.
setMaxIdleTimeout(long) - Method in class org.apache.tomcat.websocket.WsSession
 
setMaximumPoolSize(int) - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Sets the maximum allowed number of threads.
setMaxInactiveInterval(int) - Method in class org.apache.catalina.ha.session.DeltaRequest
Record a set max inactive interval action.
setMaxInactiveInterval(int) - Method in class org.apache.catalina.ha.session.DeltaSession
 
setMaxInactiveInterval(int) - Method in class org.apache.catalina.manager.DummyProxySession
 
setMaxInactiveInterval(int) - Method in interface org.apache.catalina.Session
Set the maximum time interval, in seconds, between client requests before the servlet container will invalidate the session.
setMaxInactiveInterval(int) - Method in class org.apache.catalina.session.StandardSession
 
setMaxInactiveInterval(int) - Method in class org.apache.catalina.session.StandardSessionFacade
 
setMaxInactiveInterval(int, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
Set the maximum inactive interval.
setMaxKeepAliveRequests(int) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Set the maximum number of Keep-Alive requests to allow.
setMaxKeepAliveRequests(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Set the maximum number of keep alive requests.
setMaxLogMessageBufferSize(int) - Method in class org.apache.catalina.valves.AbstractAccessLogValve
Sets the max log message buffer size.
setMaxOpenPreparedStatements(int) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the value of the maxOpenPreparedStatements property.
setMaxOpenPreparedStatements(int) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Sets the maximum number of open prepared statements.
setMaxOpenPrepatedStatements(int) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
setMaxParameterCount(int) - Method in class org.apache.catalina.connector.Connector
Set the maximum number of parameters (GET plus POST) that will be automatically parsed by the container.
setMaxParameterCount(int) - Method in class org.apache.catalina.connector.Request
Set the maximum number of request parameters (GET plus POST including multipart) for a single request.
setMaxPartCount(int) - Method in class org.apache.catalina.connector.Connector
Sets the maximum number of parts that will be accepted in a multipart request.
setMaxPartCount(int) - Method in class org.apache.catalina.connector.Request
Set the maximum number of parts for a single multipart request.
setMaxPartHeaderSize(int) - Method in class org.apache.catalina.connector.Connector
Sets the maximum size of the headers for each part in a multipart request.
setMaxPartHeaderSize(int) - Method in class org.apache.catalina.connector.Request
Set the maximum header size per part for a single multipart request.
setMaxPostSize(int) - Method in class org.apache.catalina.connector.Connector
Set the maximum size of a POST which will be automatically parsed by the container.
setMaxPreparedStatements(int) - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Sets the maximum number of prepared statements.
setMaxQueries(int) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
Sets the maximum number of queries to track statistics for.
setMaxQueue(int) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
Sets the maximum queue size.
setMaxQueueSize(int) - Method in class org.apache.catalina.core.StandardThreadExecutor
Set the maximum queue size.
setMaxQueueSize(int) - Method in class org.apache.coyote.AbstractProtocol
Sets the maximum queue size.
setMaxQueueSize(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Set the maximum task queue size.
setMaxQueueSize(long) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
Set the maximum queue size.
setMaxRequestSize(String) - Method in class org.apache.tomcat.util.descriptor.web.MultipartDef
Set the maximum request size.
setMaxRequestUri(String) - Method in class org.apache.coyote.RequestInfo
Set the maximum request URI.
setMaxRetryAttempts(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
Sets the maximum number of retry attempts.
setMaxRetryAttempts(int) - Method in interface org.apache.catalina.tribes.transport.MultiPointSender
Set the maximum retry attempts.
setMaxRows(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
setMaxSavePostSize(int) - Method in class org.apache.catalina.connector.Connector
Set the maximum size of a POST which will be saved by the container during authentication.
setMaxSavePostSize(int) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Set the maximum size of a POST which will be buffered during FORM or CLIENT-CERT authentication.
setMaxSize(int) - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
 
setMaxSize(int) - Method in interface org.apache.catalina.tribes.group.interceptors.FragmentationInterceptorMBean
Sets the maximum size of a fragment in bytes.
setMaxSize(int) - Method in class org.apache.catalina.tribes.io.BufferPool
Sets the maximum pool size.
setMaxSize(long) - Method in class org.apache.catalina.webresources.Cache
Sets the maximum cache size in kilobytes.
setMaxSpareThreads(int) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
Set the maximum spare threads.
setMaxSwallowSize(int) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Set the maximum amount of request body to swallow.
setMaxTasks(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Sets the maximum number of tasks in the pool.
setMaxTasks(int) - Method in class org.apache.catalina.tribes.transport.RxTaskPool
Set the maximum number of tasks allowed in the pool.
setMaxTextMessageBufferSize(int) - Method in class org.apache.tomcat.websocket.WsSession
 
setMaxThreads(int) - Method in class org.apache.catalina.core.StandardThreadExecutor
Set the maximum number of threads in the pool.
setMaxThreads(int) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
Set the maximum threads.
setMaxThreads(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Sets the maximum number of threads in the executor pool.
setMaxThreads(int) - Method in class org.apache.coyote.AbstractProtocol
Sets the maximum number of threads.
setMaxThreads(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Set the maximum number of worker threads.
setMaxTime(long) - Method in class org.apache.coyote.RequestGroupInfo
Reset the maximum time.
setMaxTime(long) - Method in class org.apache.coyote.RequestInfo
Reset the maximum time.
setMaxTotal(int) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the maximum total number of idle and borrows connections that can be active at the same time.
setMaxTotal(int) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.SharedPoolDataSource
setMaxTotal(int) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Sets the cap on the number of objects that can be allocated by the pool (checked out to clients, or idle awaiting checkout) at a given time.
setMaxTotal(int) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolConfig
Sets the value for the maxTotal configuration attribute for pools created with this configuration instance.
setMaxTotal(int) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolConfig
Sets the value for the maxTotal configuration attribute for pools created with this configuration instance.
setMaxTotalPerKey(int) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
Sets the limit on the number of object instances allocated by the pool (checked out or idle), per key.
setMaxTotalPerKey(int) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolConfig
Sets the value for the maxTotalPerKey configuration attribute for pools created with this configuration instance.
setMaxTrailerCount(int) - Method in class org.apache.coyote.http2.Http2Protocol
Sets the maximum number of trailer headers allowed per request.
setMaxTrailerSize(int) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Set the maximum size of trailing headers.
setMaxValidTime(int) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Sets the maximum valid time for FileMessageFactory.
setMaxValidTime(int) - Method in class org.apache.catalina.ha.deploy.FileMessageFactory
Sets the maximum time in seconds that this factory instance is allowed to exist from last modification.
setMaxWait(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setMaxWait(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setMaxWait(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The maximum number of milliseconds that the pool will wait (when there are no available connections and the PoolConfiguration.getMaxActive() has been reached) for a connection to be returned before throwing an exception.
setMaxWait(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setMaxWait(long) - Method in class org.apache.catalina.tribes.transport.PooledSender
Sets the maximum time to wait for a sender from the pool, in milliseconds.
setMaxWait(Duration) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the MaxWaitMillis property.
setMaxWait(Duration) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Sets the maximum duration the borrowObject() method should block before throwing an exception when the pool is exhausted and BaseGenericObjectPool.getBlockWhenExhausted() is true.
setMaxWait(Duration) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Sets the value for the maxWait configuration attribute for pools created with this configuration instance.
setMaxWaitMillis(long) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
setMaxWaitMillis(long) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
setMaxWaitMillis(long) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
setMcastBindAddress(String) - Method in class org.apache.catalina.tribes.membership.McastService
Set the multicast bind address.
setMcastDropTime(long) - Method in class org.apache.catalina.tribes.membership.McastService
Set the multicast drop time.
setMember(Member) - Method in class org.apache.catalina.tribes.membership.StaticMembershipProvider.MemberMessage
Sets the member for this message.
setMemberAliveTime(long) - Method in interface org.apache.catalina.tribes.Member
Set the alive time in ms.
setMemberAliveTime(long) - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
setMembershipListener(MembershipListener) - Method in class org.apache.catalina.tribes.membership.MembershipProviderBase
 
setMembershipListener(MembershipListener) - Method in class org.apache.catalina.tribes.membership.MembershipServiceBase
 
setMembershipListener(MembershipListener) - Method in interface org.apache.catalina.tribes.MembershipProvider
Set the associated membership listener.
setMembershipListener(MembershipListener) - Method in interface org.apache.catalina.tribes.MembershipService
Sets the membership listener, only one listener can be added.
setMembershipProvider(MembershipProvider) - Method in class org.apache.catalina.tribes.membership.cloud.CloudMembershipService
Set the membership provider.
setMembershipProviderClassName(String) - Method in class org.apache.catalina.tribes.membership.cloud.CloudMembershipService
Set the membership provider class.
setMembershipService(MembershipService) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
Sets the membership service.
setMembershipService(MembershipService) - Method in class org.apache.catalina.tribes.group.GroupChannel
 
setMembershipService(MembershipService) - Method in interface org.apache.catalina.tribes.ManagedChannel
Sets the membership service
setMembershipService(MembershipService) - Method in class org.apache.catalina.tribes.membership.MembershipProviderBase
 
setMembershipService(MembershipService) - Method in interface org.apache.catalina.tribes.MembershipProvider
Set the associated membership service.
setMessage(byte[]) - Method in class org.apache.catalina.tribes.ByteMessage
Sets the message contents of this byte message
setMessage(byte[]) - Method in class org.apache.catalina.tribes.transport.nio.NioSender
Send message.
setMessage(byte[], int, int) - Method in class org.apache.catalina.tribes.transport.nio.NioSender
Sets the message to be sent.
setMessage(Serializable) - Method in class org.apache.catalina.tribes.group.Response
Set the message.
setMessage(String) - Method in class org.apache.coyote.Response
Set the status message.
setMessage(ChannelMessage) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.MessageOrder
Sets the channel message.
setMessage(XByteBuffer) - Method in interface org.apache.catalina.tribes.ChannelMessage
The byte buffer that contains the actual message payload
setMessage(XByteBuffer) - Method in class org.apache.catalina.tribes.io.ChannelData
 
setMessageListener(MessageListener) - Method in interface org.apache.catalina.tribes.ChannelReceiver
Sets the message listener to receive notification of incoming
setMessageListener(MessageListener) - Method in class org.apache.catalina.tribes.membership.McastService
Set the message listener.
setMessageListener(MessageListener) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Sets the message listener for this receiver.
setMessageNumber(int) - Method in class org.apache.catalina.ha.deploy.FileMessage
Sets the message number within the file transfer sequence.
setMessagesStatistics(boolean) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Sets whether to include statistics in exception messages.
setMetadataComplete(boolean) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Sets whether metadata is complete.
setMethod - Variable in class org.apache.tomcat.util.modeler.AttributeInfo
Name of the setter method for this attribute.
setMethod(byte[], int, int) - Method in class org.apache.coyote.Request
Set the HTTP method from a byte buffer.
setMethod(String) - Method in class org.apache.catalina.authenticator.SavedRequest
Sets the HTTP method of the saved request.
setMethod(String) - Method in class org.apache.coyote.Request
Set the HTTP method.
setMethodField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
Sets the name of the field containing the HTTP request method.
setMethodMapping(PojoMethodMapping) - Method in class org.apache.tomcat.websocket.pojo.PojoEndpointBase
Sets the method mapping for this endpoint.
setMethodName(String) - Method in class org.apache.jasper.compiler.ELNode.Function
Sets the Java method name mapped to this EL function.
setMethodSignature(String) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Attribute
Sets the method signature for deferred method attributes.
setMimeType(String) - Method in interface org.apache.catalina.WebResource
Set the MIME type for this Resource.
setMimeType(String) - Method in class org.apache.catalina.webresources.AbstractResource
Sets the MIME type for this resource.
setMimeType(String) - Method in class org.apache.catalina.webresources.CachedResource
 
setMimeType(String) - Method in class org.apache.catalina.webresources.EmptyResource
 
setMinEvictableIdle(Duration) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the {code minEvictableIdleDuration} property.
setMinEvictableIdle(Duration) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
setMinEvictableIdleDuration(Duration) - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Sets 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).
setMinEvictableIdleDuration(Duration) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Sets the minimum amount of time an object may sit idle in the pool before it is eligible for eviction by the idle object evictor (if any - see BaseGenericObjectPool.setDurationBetweenEvictionRuns(Duration)).
setMinEvictableIdleDuration(Duration) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Sets the value for the minEvictableIdleTime configuration attribute for pools created with this configuration instance.
setMinEvictableIdleTime(Duration) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
setMinEvictableIdleTime(Duration) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
setMinEvictableIdleTimeMillis(int) - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
setMinEvictableIdleTimeMillis(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setMinEvictableIdleTimeMillis(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setMinEvictableIdleTimeMillis(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The minimum amount of time an object must sit idle in the pool before it is eligible for eviction.
setMinEvictableIdleTimeMillis(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setMinEvictableIdleTimeMillis(long) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
setMinEvictableIdleTimeMillis(long) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
setMinEvictableIdleTimeMillis(long) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
setMinIdle(int) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the minimum number of idle connections in the pool.
setMinIdle(int) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
Sets the target for the minimum number of idle objects to maintain in the pool.
setMinIdle(int) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolConfig
Sets the value for the minIdle configuration attribute for pools created with this configuration instance.
setMinIdle(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setMinIdle(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setMinIdle(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The minimum number of established connections that should be kept in the pool at all times.
setMinIdle(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setMinIdlePerKey(int) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
Sets the target for the minimum number of idle objects to maintain in each of the keyed sub-pools.
setMinIdlePerKey(int) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolConfig
Sets the value for the minIdlePerKey configuration attribute for pools created with this configuration instance.
setMinIdleSwap(int) - Method in class org.apache.catalina.session.PersistentManagerBase
Sets the minimum time in seconds a session must be idle before it is eligible to be swapped to disk to keep the active session count below maxActiveSessions.
setMinimumUmask(String) - Method in class org.apache.catalina.security.SecurityListener
Set the minimum umask that must be configured before Tomcat will start.
setMinorVersion(int) - Static method in class org.apache.tomcat.util.net.openssl.OpenSSLStatus
Sets the OpenSSL minor version.
setMinSpareThreads(int) - Method in class org.apache.catalina.core.StandardThreadExecutor
Set the minimum number of spare threads.
setMinSpareThreads(int) - Method in class org.apache.coyote.AbstractProtocol
Sets the minimum number of spare threads.
setMinSpareThreads(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Set the minimum number of spare threads.
setMinTasks(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Sets the minimum number of tasks in the pool.
setMinTasks(int) - Method in class org.apache.catalina.tribes.transport.RxTaskPool
Set the minimum number of tasks maintained in the pool.
setMinThreads(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Sets the minimum number of threads in the executor pool.
setMode(String) - Method in class org.apache.tomcat.buildutil.CheckEol
Sets the line ending mode.
setMsgCount(int) - Method in class org.apache.catalina.tribes.membership.MemberImpl
Set the message count.
setMsgsReceived(long) - Method in class org.apache.coyote.http11.upgrade.UpgradeGroupInfo
Resets the messages received counter.
setMsgsReceived(long) - Method in class org.apache.coyote.http11.upgrade.UpgradeInfo
Resets the messages received counter.
setMsgsSent(long) - Method in class org.apache.coyote.http11.upgrade.UpgradeGroupInfo
Resets the messages sent counter.
setMsgsSent(long) - Method in class org.apache.coyote.http11.upgrade.UpgradeInfo
Resets the messages sent counter.
setMultipartConfig(MultipartConfigElement) - Method in class org.apache.catalina.core.ApplicationServletRegistration
 
setMultipartConfigElement(MultipartConfigElement) - Method in class org.apache.catalina.core.StandardWrapper
 
setMultipartConfigElement(MultipartConfigElement) - Method in interface org.apache.catalina.Wrapper
Set the multipart configuration for the associated Servlet.
setMultipartDef(MultipartDef) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
Sets the multipart configuration for this servlet.
setMultiport(int) - Method in class org.apache.catalina.ha.backend.HeartbeatListener
Set the Port to use for Multicast
setName(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
Set the MBean object name.
setName(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Set the name used at remote MbeanServer.
setName(String) - Method in class org.apache.catalina.authenticator.jaspic.PersistentProviderRegistrations.Property
Sets the name of the property.
setName(String) - Method in interface org.apache.catalina.Container
Set a name string (suitable for use by humans) that describes this Container.
setName(String) - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
 
setName(String) - Method in class org.apache.catalina.core.ContainerBase
 
setName(String) - Method in class org.apache.catalina.core.NamingContextListener
Set the "name" property.
setName(String) - Method in class org.apache.catalina.core.StandardHost
 
setName(String) - Method in class org.apache.catalina.core.StandardService
 
setName(String) - Method in class org.apache.catalina.core.StandardThreadExecutor
Set the name for this executor.
setName(String) - Method in class org.apache.catalina.core.StandardVirtualThreadExecutor
Set the name for this executor.
setName(String) - Method in interface org.apache.catalina.ha.ClusterManager
Set the name of the manager, at host /context name and at engine hostname+/context
setName(String) - Method in class org.apache.catalina.ha.session.BackupManager
 
setName(String) - Method in class org.apache.catalina.ha.session.DeltaManager
 
setName(String) - Method in interface org.apache.catalina.Service
Set the name of this Service.
setName(String) - Method in class org.apache.catalina.startup.FailedContext
 
setName(String) - Method in class org.apache.catalina.storeconfig.StoreRegistry
Sets the name of this registry.
setName(String) - Method in interface org.apache.catalina.tribes.Channel
Set the name of this channel
setName(String) - Method in class org.apache.catalina.tribes.group.GroupChannel
 
setName(String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setName(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setName(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Sets the name of the connection pool
setName(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setName(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
Sets the tag name.
setName(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
Sets the tag name.
setName(String) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Attribute
Sets the attribute name.
setName(String) - Method in class org.apache.tomcat.util.descriptor.web.ApplicationParameter
Sets the name of this parameter.
setName(String) - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
Set the name of this resource.
setName(String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
Set the name of this web resource collection
setName(String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityRoleRef
Set the role name.
setName(String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Sets the name of the web application.
setName(String) - Method in class org.apache.tomcat.util.modeler.FeatureInfo
 
setName(String) - Method in class org.apache.tomcat.util.modeler.ManagedBean
Set the name of this managed bean.
setName(String) - Method in class org.apache.tomcat.util.modeler.NotificationInfo
Override the name property setter.
setName(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Set the name of the thread pool.
setName(String) - Method in class org.apache.tomcat.util.net.openssl.OpenSSLConfCmd
Sets the command name.
setName(OpenSSLStatus.Name) - Static method in class org.apache.tomcat.util.net.openssl.OpenSSLStatus
Sets the OpenSSL library name.
setNameAttribute(Node.JspAttribute) - Method in class org.apache.jasper.compiler.Node.JspElement
Sets the XML-style 'name' attribute.
setNamedGroupsMethod(Object, String[]) - Method in class org.apache.tomcat.util.compat.Jre20Compat
 
setNamedGroupsMethod(Object, String[]) - Method in class org.apache.tomcat.util.compat.JreCompat
TLS groups configuration from JSSE API in Java 20.
setNameFromAttribute(String) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Variable
Sets the attribute name from which to derive the variable name.
setNameGiven(String) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Variable
Sets the explicit variable name.
setNamePrefix(String) - Method in class org.apache.catalina.core.StandardThreadExecutor
Set the name prefix for new threads.
setNamePrefix(String) - Method in class org.apache.catalina.core.StandardVirtualThreadExecutor
Set the name prefix for virtual threads.
setNamespaceAware(boolean) - Method in class org.apache.tomcat.util.digester.Digester
Set the "namespace aware" flag for parsers we create.
setNamespaceURI(String) - Method in class org.apache.tomcat.util.digester.Rule
Set the namespace URI for which this Rule is relevant, if any.
setNamingContextListener(NamingContextListener) - Method in class org.apache.catalina.core.StandardContext
Naming context listener setter.
setNamingResources(NamingResourcesImpl) - Method in interface org.apache.catalina.Context
Set the naming resources for this web application.
setNamingResources(NamingResourcesImpl) - Method in class org.apache.catalina.core.StandardContext
 
setNamingResources(NamingResourcesImpl) - Method in class org.apache.catalina.startup.FailedContext
 
setNamingResources(NamingResources) - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
Set the NamingResources with which this resource is associated.
setNCharacterStream(int, Reader) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setNCharacterStream(int, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setNCharacterStream(String, Reader) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setNCharacterStream(String, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setNClob(int, Reader) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setNClob(int, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setNClob(int, NClob) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setNClob(String, Reader) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setNClob(String, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setNClob(String, NClob) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setNeedClientAuth(boolean) - Method in class org.apache.tomcat.util.net.openssl.OpenSSLEngine
 
setNegotiatedProtocol(String) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Sets the protocol negotiated for this connection.
setNetworkTimeout(Connection, Executor, int) - Static method in class org.apache.tomcat.dbcp.dbcp2.Jdbc41Bridge
setNetworkTimeout(Executor, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
setNew(boolean) - Method in class org.apache.catalina.ha.session.DeltaRequest
Record a set new action.
setNew(boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
 
setNew(boolean) - Method in class org.apache.catalina.manager.DummyProxySession
 
setNew(boolean) - Method in interface org.apache.catalina.Session
Set the isNew flag for this session.
setNew(boolean) - Method in class org.apache.catalina.session.StandardSession
 
setNew(boolean, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
Set the new flag.
setNewServletContextListenerAllowed(boolean) - Method in class org.apache.catalina.core.ApplicationContext
Sets whether new ServletContextListeners are allowed.
setNext(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Set the next flag.
setNext(ChannelInterceptor) - Method in interface org.apache.catalina.tribes.ChannelInterceptor
Set the next interceptor in the list of interceptors
setNext(ChannelInterceptor) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
setNext(OrderInterceptor.MessageOrder) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.MessageOrder
Sets the next message in the order.
setNext(Valve) - Method in interface org.apache.catalina.Valve
Set the next Valve in the pipeline containing this Valve.
setNext(Valve) - Method in class org.apache.catalina.valves.ValveBase
 
setNext(JdbcInterceptor) - Method in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
configures the next interceptor in the chain
setNext(Transformation) - Method in class org.apache.tomcat.websocket.PerMessageDeflate
 
setNext(Transformation) - Method in interface org.apache.tomcat.websocket.Transformation
Sets the next transformation in the pipeline.
SetNextNamingRule - Class in org.apache.catalina.startup
Rule implementation that calls a method on the (top-1) (parent) object, passing the top object (child) as an argument.
SetNextNamingRule(String, String) - Constructor for class org.apache.catalina.startup.SetNextNamingRule
Construct a "set next" rule with the specified method name.
SetNextRule - Class in org.apache.tomcat.util.digester
Rule implementation that calls a method on the (top-1) (parent) object, passing the top object (child) as an argument.
SetNextRule(String, String) - Constructor for class org.apache.tomcat.util.digester.SetNextRule
Construct a "set next" rule with the specified method name.
setNocase(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteCond
Sets whether the test is case-insensitive.
setNocase(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Set the nocase flag.
setNoCompressionEncodings(String) - Method in class org.apache.coyote.CompressionConfig
Set the list of content encodings that indicate already-compressed content.
setNoCompressionEncodings(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Set the content encodings that should not be used.
setNoCompressionUserAgents(String) - Method in class org.apache.coyote.CompressionConfig
Set no compression user agent pattern.
setNoCompressionUserAgents(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Set the list of user agents that should not use compression.
setNoContextManagerReceived(boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
Set whether a no-context-manager signal has been received.
setNoescape(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Set the noescape flag.
setNoKeepAliveUserAgents(String) - Method in class org.apache.catalina.authenticator.SpnegoAuthenticator
Sets the regex pattern for user agents that should not use keep-alive connections.
setNonceCacheSize(int) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Set the maximum number of server nonces to keep in the cache.
setNonceCacheSize(int) - Method in class org.apache.catalina.filters.CsrfPreventionFilter
Sets the number of previously issued nonces that will be cached on a LRU basis to support parallel requests, limited use of the refresh and back in the browser and similar behaviors that may result in the submission of a previous nonce rather than the current one.
setNonceCountWindowSize(int) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Set the window size to use to track seen nonce count values for a given nonce.
setNonceRequestParameterName(String) - Method in class org.apache.catalina.filters.CsrfPreventionFilter
Sets the request parameter name to use for CSRF nonces.
setNonceValidity(long) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Set how long server nonces are valid for in milliseconds.
setNoNonceURLPatterns(String) - Method in class org.apache.catalina.filters.CsrfPreventionFilter
Sets the list of URL patterns to suppress nonce-addition for.
setNosubreq(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Set the nosubreq flag.
setNote(int, Object) - Method in class org.apache.coyote.Request
Used to store private data.
setNote(int, Object) - Method in class org.apache.coyote.Response
Set a note at the given position.
setNote(String, Object) - Method in class org.apache.catalina.connector.Request
Bind an object to a specified name in the internal notes associated with this request, replacing any existing binding for this name.
setNote(String, Object) - Method in class org.apache.catalina.ha.session.DeltaRequest
Record a set note action.
setNote(String, Object) - Method in class org.apache.catalina.ha.session.DeltaSession
 
setNote(String, Object) - Method in class org.apache.catalina.manager.DummyProxySession
 
setNote(String, Object) - Method in interface org.apache.catalina.Session
Bind an object to a specified name in the internal notes associated with this session, replacing any existing binding for this name.
setNote(String, Object) - Method in class org.apache.catalina.session.StandardSession
 
setNote(String, Object, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
Set a note on this session.
setNotFoundClassResourceCacheSize(int) - Method in class org.apache.catalina.core.StandardContext
Sets the size of the cache for not-found class resources.
setNotFoundClassResourceCacheSize(int) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Sets the size of the cache for class resources that were not found.
setNotifyAttributeListenerOnUnchangedValue(boolean) - Method in interface org.apache.catalina.Manager
Configure if HttpSessionAttributeListener.attributeReplaced(jakarta.servlet.http.HttpSessionBindingEvent) 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.
setNotifyAttributeListenerOnUnchangedValue(boolean) - Method in class org.apache.catalina.session.ManagerBase
 
setNotifyBindingListenerOnUnchangedValue(boolean) - Method in interface org.apache.catalina.Manager
Configure if HttpSessionBindingListener.valueUnbound(jakarta.servlet.http.HttpSessionBindingEvent) be called followed by HttpSessionBindingListener.valueBound(jakarta.servlet.http.HttpSessionBindingEvent) when an attribute that is already present in the session is added again under the same name and the attribute implements HttpSessionBindingListener.
setNotifyBindingListenerOnUnchangedValue(boolean) - Method in class org.apache.catalina.session.ManagerBase
 
setNotifyContainerListenersOnReplication(boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
Set whether to notify container listeners on replication.
setNotifyLifecycleListenerOnFailure(boolean) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Set whether the lifecycle listener should be notified on failure.
setNotifyListenersOnReplication(boolean) - Method in class org.apache.catalina.ha.session.ClusterManagerBase
Sets whether listeners should be notified on replication.
setNotifyPool(boolean) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
Sets whether notifications are sent to the pool.
setNotifySessionListenersOnReplication(boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
Set whether to notify session listeners on replication.
setNString(int, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setNString(String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setNull(int, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setNull(int, int, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setNull(String, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setNull(String, int, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setNumCount(Integer) - Method in class org.apache.jasper.compiler.Node.CustomTag
Sets the number count for this custom tag.
setNumTestsPerEvictionRun(int) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the value of the {code numTestsPerEvictionRun} property.
setNumTestsPerEvictionRun(int) - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Sets the number of statements to examine during each run of the idle object evictor thread (if any).
setNumTestsPerEvictionRun(int) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Sets the maximum number of objects to examine during each run (if any) of the idle object evictor thread.
setNumTestsPerEvictionRun(int) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Sets the value for the numTestsPerEvictionRun configuration attribute for pools created with this configuration instance.
setNumTestsPerEvictionRun(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setNumTestsPerEvictionRun(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setNumTestsPerEvictionRun(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Property not used
setNumTestsPerEvictionRun(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setObject(int, Object) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setObject(int, Object, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setObject(int, Object, int, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setObject(int, Object, SQLType) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setObject(int, Object, SQLType, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setObject(String, Object) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setObject(String, Object, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setObject(String, Object, int, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setObject(String, Object, SQLType) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setObject(String, Object, SQLType, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setObjectMaxSize(int) - Method in class org.apache.catalina.webresources.Cache
Sets the maximum size of a single cached object in kilobytes.
setObjectName(ObjectName) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets the JMX object name.
setObjectName(ObjectName) - Method in class org.apache.tomcat.util.net.SSLHostConfigCertificate
Sets the JMX ObjectName for this certificate configuration.
setOcspEnabled(boolean) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets whether OCSP is enabled.
setOcspSoftFail(boolean) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets whether OCSP soft fail is enabled.
setOcspTimeout(int) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets the OCSP timeout.
setOcspVerifyFlags(int) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets the OCSP verify flags.
setOffset(int) - Method in class org.apache.tomcat.util.buf.AbstractChunk
Deprecated.
Unused. This method will be removed in Tomcat 12.
setOmit(Node.JspAttribute) - Method in class org.apache.jasper.compiler.Node.NamedAttribute
Sets the omit attribute for this named attribute.
setOmitXmlDecl(String) - Method in class org.apache.jasper.compiler.PageInfo
Sets the omit XML declaration setting.
setOoBInline(boolean) - Method in class org.apache.catalina.tribes.transport.AbstractSender
Sets whether out-of-band data is delivered inline.
setOoBInline(boolean) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Sets whether OOBINLINE (out-of-band data) should be enabled.
setOoBInline(boolean) - Method in class org.apache.tomcat.util.net.SocketProperties
Sets the OOBINLINE socket option.
setOpaque(String) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Set the opaque string.
setOpenSslConf(OpenSSLConf) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets the OpenSSL configuration.
setOpenSslConfContext(Long) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets the OpenSSL configuration context pointer.
setOpenSslContext(Long) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets the OpenSSL context pointer.
setOpenSSLVersion(int) - Static method in class org.apache.catalina.core.AprStatus
Deprecated.
 
setOpenSSLVersion(int) - Static method in class org.apache.tomcat.jni.AprStatus
Sets the OpenSSL version.
setOperation(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
Set the comparison operation.
setOperation(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
Set the MBean operation name.
setOptionCheck(boolean) - Method in class org.apache.catalina.tribes.group.GroupChannel
Enables/disables the option check
Setting this to true, will make the GroupChannel perform a conflict check on the interceptors.
setOptionFlag(int) - Method in interface org.apache.catalina.tribes.ChannelInterceptor
Sets the option flag
setOptionFlag(int) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
setOptionFlag(int) - Method in interface org.apache.catalina.tribes.group.interceptors.EncryptInterceptorMBean
Sets the option flag for the encryption interceptor.
setOptionFlag(int) - Method in interface org.apache.catalina.tribes.group.interceptors.GzipInterceptorMBean
Sets the option flag used by this interceptor.
setOptionFlag(int) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
setOptions(int) - Method in interface org.apache.catalina.tribes.ChannelMessage
sets the option bits for this message
setOptions(int) - Method in class org.apache.catalina.tribes.io.ChannelData
 
setOptions(int) - Method in class org.apache.catalina.tribes.transport.AbstractRxTask
Sets the options.
setOptions(long, int) - Static method in class org.apache.tomcat.jni.SSL
Set OpenSSL Option.
setOptions(long, int) - Static method in class org.apache.tomcat.jni.SSLContext
Set OpenSSL Option.
setOriginalDocBase(String) - Method in class org.apache.catalina.core.StandardContext
Set the original document root for this Context.
setOriginalMaxInactiveInterval(int) - Method in class org.apache.catalina.authenticator.SavedRequest
Sets the original max inactive interval for the session.
setOrnext(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteCond
Sets whether to combine rule conditions with a local OR.
setOutput(File) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
File the output of the task is redirected to.
setOutputBuffer(OutputBuffer) - Method in class org.apache.coyote.Response
Set the output buffer.
setOutputDir(String) - Method in class org.apache.jasper.JspC
Sets the output directory for generated files.
setOutputFileName(String) - Method in class org.apache.jasper.compiler.SmapStratum
Sets the name of the output .java file for the SMAP header.
setOutputLineIncrement(int) - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
Sets the number of output lines generated per input line.
setOutputproperty(String) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Property name whose value should be set to the output of the task.
setOutputStartLine(int) - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
Sets the starting line number in the output generated file.
setOverheadContinuationThreshold(int) - Method in class org.apache.coyote.http2.Http2Protocol
Sets the payload size threshold for CONTINUATION frame overhead tracking.
setOverheadCountFactor(int) - Method in class org.apache.coyote.http2.Http2Protocol
Sets the overhead count factor used for overhead frame tracking.
setOverheadDataThreshold(int) - Method in class org.apache.coyote.http2.Http2Protocol
Sets the payload size threshold for DATA frame overhead tracking.
setOverheadResetFactor(int) - Method in class org.apache.coyote.http2.Http2Protocol
Sets the overhead reset factor used for RST frame tracking.
setOverheadWindowUpdateThreshold(int) - Method in class org.apache.coyote.http2.Http2Protocol
Sets the payload size threshold for WINDOW_UPDATE frame overhead tracking.
setOverridable(boolean) - Method in class org.apache.catalina.core.StandardWrapper
 
setOverridable(boolean) - Method in interface org.apache.catalina.Wrapper
Sets the overridable attribute for this Servlet.
setOverridable(boolean) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
Sets whether this ServletDef can be overridden by a Servlet Container Initializer.
setOverridable(boolean) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Sets whether this web fragment is overridable.
setOverride(boolean) - Method in interface org.apache.catalina.Context
Set the override flag for this web application.
setOverride(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setOverride(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setOverride(boolean) - Method in class org.apache.tomcat.util.descriptor.web.ApplicationParameter
Sets whether overrides are allowed.
setOverride(boolean) - Method in class org.apache.tomcat.util.descriptor.web.ContextEnvironment
Sets whether this environment entry allows overrides by the application deployment descriptor.
setOverride(boolean) - Method in class org.apache.tomcat.util.descriptor.web.ContextResourceEnvRef
Sets whether this environment entry allows overrides by the application deployment descriptor.
setOwner(Object) - Method in class org.apache.catalina.ha.session.DeltaSession
 
setOwner(Object) - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
This method is called after the object has been created on a remote map.
setPackage(String) - Method in class org.apache.jasper.JspC
Sets the package name to be used for the generated servlet classes.
setPackageAccess() - Method in class org.apache.catalina.security.SecurityConfig
Set the security package.access value.
setPackageDefinition() - Method in class org.apache.catalina.security.SecurityConfig
Set the security package.definition value.
setPacketSize(int) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Sets the AJP packet size.
setPage(Node.JspAttribute) - Method in class org.apache.jasper.compiler.Node.ForwardAction
Sets the page attribute for this forward action.
setPage(Node.JspAttribute) - Method in class org.apache.jasper.compiler.Node.IncludeAction
Sets the page attribute for this include action.
setPageEncoding(String) - Method in class org.apache.jasper.compiler.Node.Root
Sets the encoding of the page.
setPageEncoding(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
Sets the page encoding for pages in this group.
setParallelAnnotationScanning(boolean) - Method in interface org.apache.catalina.Context
Set the parallel annotation scanning value.
setParallelAnnotationScanning(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setParallelAnnotationScanning(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setParameters(String) - Method in class org.apache.catalina.valves.rewrite.InternalRewriteMap.Escape
 
setParameters(String) - Method in class org.apache.catalina.valves.rewrite.InternalRewriteMap.LowerCase
 
setParameters(String) - Method in class org.apache.catalina.valves.rewrite.InternalRewriteMap.Unescape
 
setParameters(String) - Method in class org.apache.catalina.valves.rewrite.InternalRewriteMap.UpperCase
 
setParameters(String) - Method in class org.apache.catalina.valves.rewrite.RandomizedTextRewriteMap
Sets optional parameters for the map.
setParameters(String) - Method in interface org.apache.catalina.valves.rewrite.RewriteMap
Optional parameter that can be defined through the RewriteMap directive in the rewrite.config file.
setParameters(String...) - Method in interface org.apache.catalina.valves.rewrite.RewriteMap
Optional parameters that can be defined through the RewriteMap directive in the rewrite.config file.
setParameters(String[]) - Method in class org.apache.jasper.compiler.ELNode.Function
Sets the parameter type signatures for this function.
setParent(Container) - Method in interface org.apache.catalina.Container
Set the parent Container to which this Container is being added as a child.
setParent(Container) - Method in class org.apache.catalina.core.ContainerBase
 
setParent(Container) - Method in class org.apache.catalina.core.StandardEngine
Disallow any attempt to set a parent for this Container, since an Engine is supposed to be at the top of the Container hierarchy.
setParent(Container) - Method in class org.apache.catalina.core.StandardWrapper
Set the parent Container of this Wrapper, but only if it is a Context.
setParent(Container) - Method in class org.apache.catalina.startup.FailedContext
 
setParent(ThreadPoolExecutor) - Method in class org.apache.tomcat.util.threads.TaskQueue
Sets the parent thread pool executor for this queue.
setParentClassLoader(ClassLoader) - Method in interface org.apache.catalina.Container
Set the parent class loader for this component.
setParentClassLoader(ClassLoader) - Method in class org.apache.catalina.core.ContainerBase
 
setParentClassLoader(ClassLoader) - Method in class org.apache.catalina.core.StandardServer
 
setParentClassLoader(ClassLoader) - Method in class org.apache.catalina.core.StandardService
 
setParentClassLoader(ClassLoader) - Method in interface org.apache.catalina.Server
Set the parent class loader for this server.
setParentClassLoader(ClassLoader) - Method in interface org.apache.catalina.Service
Set the parent class loader for this service.
setParentClassLoader(ClassLoader) - Method in class org.apache.catalina.startup.Catalina
Set the shared extensions class loader.
setParentClassLoader(ClassLoader) - Method in class org.apache.catalina.startup.FailedContext
 
setParseBodyMethods(String) - Method in class org.apache.catalina.connector.Connector
Set list of HTTP methods which should allow body parameter parsing.
setParseFailedReason(Parameters.FailReason) - Method in class org.apache.tomcat.util.http.Parameters
 
setPartHeaderSizeMax(int) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Sets the per part size limit for headers.
setPartHeaderSizeMax(int) - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Sets the per part size limit for headers.
setPartitioned(boolean) - Method in class org.apache.tomcat.util.http.CookieProcessorBase
Configure whether the Partitioned attribute should be added by default to cookies created for this web application.
setPassword(char[]) - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Sets the value of password for the default user.
setPassword(char[]) - Method in class org.apache.tomcat.dbcp.dbcp2.managed.DataSourceXAConnectionFactory
Sets the password used to authenticate new connections.
setPassword(String) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
Sets the login password for the Manager application.
setPassword(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
Set the JMX password.
setPassword(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Set the login password.
setPassword(String) - Method in interface org.apache.catalina.User
Set the logon password of this user, optionally prefixed with the identifier of an encoding scheme surrounded by curly braces, such as {md5}xxxxx.
setPassword(String) - Method in class org.apache.catalina.users.AbstractUser
 
setPassword(String) - Method in class org.apache.catalina.users.GenericUser
 
setPassword(String) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the {code password}.
setPassword(String) - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Sets the value of password for the default user.
setPassword(String) - Method in class org.apache.tomcat.dbcp.dbcp2.managed.DataSourceXAConnectionFactory
Sets the password used to authenticate new connections.
setPassword(String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setPassword(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setPassword(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Sets the password to establish the connection with.
setPassword(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setPath(String) - Method in class org.apache.catalina.ant.AbstractCatalinaCommandTask
Sets the path.
setPath(String) - Method in class org.apache.catalina.ant.ValidatorTask
Sets the path to the webapp directory.
setPath(String) - Method in interface org.apache.catalina.Context
Set the context path for this web application.
setPath(String) - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
 
setPath(String) - Method in class org.apache.catalina.core.StandardContext
 
setPath(String) - Method in class org.apache.catalina.startup.FailedContext
 
setPath(String) - Method in class org.apache.catalina.valves.HealthCheckValve
Set the health check path.
setPath(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
Sets the tag file path.
setPathInfo(String) - Method in class org.apache.catalina.connector.Request
Set the path information for this Request.
setPathname(String) - Method in class org.apache.catalina.realm.MemoryRealm
Set the pathname of our XML file containing user definitions.
setPathname(String) - Method in class org.apache.catalina.session.StandardManager
Set the session persistence pathname to the specified value.
setPathname(String) - Method in class org.apache.catalina.users.MemoryUserDatabase
Set the relative or absolute pathname to the persistent storage file.
setPathsAcceptingParams(String) - Method in class org.apache.catalina.filters.RestCsrfPreventionFilter
A comma separated list of URLs that can accept nonces via request parameter 'X-CSRF-Token'.
setPattern(String) - Method in class org.apache.catalina.valves.AbstractAccessLogValve
Set the format pattern, first translating any recognized alias.
setPattern(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
Sets the logging pattern.
setPattern(String) - Method in class org.apache.tomcat.buildutil.RepeatableArchive
Set the datetime pattern.
setPatternString(String) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Set the pattern string.
setPayload(byte[]) - Method in interface org.apache.catalina.tribes.Member
Set the payload associated with this member.
setPayload(byte[]) - Method in class org.apache.catalina.tribes.membership.cloud.CloudMembershipService
 
setPayload(byte[]) - Method in class org.apache.catalina.tribes.membership.McastService
 
setPayload(byte[]) - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
setPayload(byte[]) - Method in class org.apache.catalina.tribes.membership.StaticMembershipService
 
setPayload(byte[]) - Method in interface org.apache.catalina.tribes.MembershipService
Set a payload to be broadcasted with each membership broadcast.
setPerformanceBandwidth(int) - Method in class org.apache.tomcat.util.net.SocketProperties
Sets the performance preference for bandwidth.
setPerformanceConnectionTime(int) - Method in class org.apache.tomcat.util.net.SocketProperties
Sets the performance preference for connection time.
setPerformanceLatency(int) - Method in class org.apache.tomcat.util.net.SocketProperties
Sets the performance preference for latency.
setPerformReadTest(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
setPerformReadTest(boolean) - Method in interface org.apache.catalina.tribes.group.interceptors.TcpFailureDetectorMBean
Sets whether read tests should be performed.
setPerformSendTest(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
setPerformSendTest(boolean) - Method in interface org.apache.catalina.tribes.group.interceptors.TcpFailureDetectorMBean
Sets whether send tests should be performed.
setPeriodicEventDelay(int) - Method in class org.apache.catalina.core.StandardServer
Set the new period between two lifecycle events in seconds.
setPersistAuthentication(boolean) - Method in class org.apache.catalina.session.ManagerBase
Set whether sessions managed by this manager shall persist authentication information or not.
setPerUserBlockWhenExhausted(String, Boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Sets a user specific value for BaseGenericObjectPool.getBlockWhenExhausted() for the specified user's pool.
setPerUserDefaultAutoCommit(String, Boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Sets a user specific default value for Connection.setAutoCommit(boolean) for the specified user's pool.
setPerUserDefaultReadOnly(String, Boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Sets a user specific default value for Connection.setReadOnly(boolean) for the specified user's pool.
setPerUserDefaultTransactionIsolation(String, Integer) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Sets a user specific default value for Connection.setTransactionIsolation(int) for the specified user's pool.
setPerUserDurationBetweenEvictionRuns(String, Duration) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Sets a user specific value for BaseGenericObjectPool.getDurationBetweenEvictionRuns() for the specified user's pool.
setPerUserEvictionPolicyClassName(String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Sets a user specific value for BaseGenericObjectPool.getEvictionPolicyClassName() for the specified user's pool.
setPerUserLifo(String, Boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Sets a user specific value for BaseGenericObjectPool.getLifo() for the specified user's pool.
setPerUserMaxIdle(String, Integer) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Sets a user specific value for GenericObjectPool.getMaxIdle() for the specified user's pool.
setPerUserMaxTotal(String, Integer) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Sets a user specific value for BaseGenericObjectPool.getMaxTotal() for the specified user's pool.
setPerUserMaxWait(String, Duration) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Sets a user specific value for BaseGenericObjectPool.getMaxWaitDuration() for the specified user's pool.
setPerUserMaxWaitMillis(String, Long) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
setPerUserMinEvictableIdle(String, Duration) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Sets a user specific value for BaseGenericObjectPool.getMinEvictableIdleDuration() for the specified user's pool.
setPerUserMinEvictableIdleTimeMillis(String, Long) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
setPerUserMinIdle(String, Integer) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Sets a user specific value for GenericObjectPool.getMinIdle() for the specified user's pool.
setPerUserNumTestsPerEvictionRun(String, Integer) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Sets a user specific value for BaseGenericObjectPool.getNumTestsPerEvictionRun() for the specified user's pool.
setPerUserSoftMinEvictableIdle(String, Duration) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Sets a user specific value for BaseGenericObjectPool.getSoftMinEvictableIdleDuration() for the specified user's pool.
setPerUserSoftMinEvictableIdleTimeMillis(String, Long) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
setPerUserTestOnBorrow(String, Boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Sets a user specific value for BaseGenericObjectPool.getTestOnBorrow() for the specified user's pool.
setPerUserTestOnCreate(String, Boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Sets a user specific value for BaseGenericObjectPool.getTestOnCreate() for the specified user's pool.
setPerUserTestOnReturn(String, Boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Sets a user specific value for BaseGenericObjectPool.getTestOnReturn() for the specified user's pool.
setPerUserTestWhileIdle(String, Boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
Sets a user specific value for BaseGenericObjectPool.getTestWhileIdle() for the specified user's pool.
setPerUserTimeBetweenEvictionRunsMillis(String, Long) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
setPingInterval(long) - Method in class org.apache.catalina.tribes.membership.StaticMembershipService
Sets the ping interval in milliseconds.
setPluggabilityScan(String) - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
Sets the pluggability scan pattern.
setPluggabilitySkip(String) - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
Sets the pluggability skip pattern.
setPluginAttribute(String, Object) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
Associate the attribute with a value in the current tagplugin context.
setPojo(Object) - Method in class org.apache.tomcat.websocket.pojo.PojoEndpointBase
Sets the POJO instance wrapped by this endpoint.
setPolicyName(String) - Method in class org.apache.catalina.filters.RateLimitFilter
Set the name of the rate limit policy for use in response headers.
setPolicyName(String) - Method in interface org.apache.catalina.util.RateLimiter
Sets the policy name, otherwise an auto-generated name is used.
setPolicyName(String) - Method in class org.apache.catalina.util.RateLimiterBase
 
setPollerThreadPriority(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
Sets the poller thread priority for the NIO endpoint.
setPollerThreadPriority(int) - Method in class org.apache.tomcat.util.net.NioEndpoint
Sets the poller thread priority.
setPool(RxTaskPool) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Sets the task pool for this receiver.
setPool(ObjectPool) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Sets the ObjectPool in which to pool Connections.
setPool(ConnectionPool) - Method in class org.apache.tomcat.jdbc.pool.ProxyConnection
Sets the parent connection pool.
setPoolable(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
setPoolingEnabled(boolean) - Method in class org.apache.jasper.JspC
Sets the option to enable the tag handler pooling.
setPoolPreparedStatements(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets whether to pool statements or not.
setPoolPreparedStatements(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Sets whether to toggle the pooling of PreparedStatements
setPoolProperties(PoolConfiguration) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Set the pool configuration properties directly.
setPoolProperties(PoolConfiguration) - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Sets the pool configuration for this connection and connection pool.
setPoolSize(int) - Method in class org.apache.catalina.tribes.transport.PooledSender
Sets the maximum number of senders in the pool.
setPoolSize(int) - Method in class org.apache.jasper.runtime.JspFactoryImpl
 
setPoolStatements(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Sets whether to pool statements.
setPort(int) - Method in class org.apache.catalina.connector.Connector
Set the port number on which we listen for requests.
setPort(int) - Method in class org.apache.catalina.core.StandardServer
 
setPort(int) - Method in class org.apache.catalina.ha.backend.HeartbeatListener
Set the port corresponding to the connector.
setPort(int) - Method in interface org.apache.catalina.Server
Set the port number we listen to for shutdown commands.
setPort(int) - Method in class org.apache.catalina.startup.Tomcat
Set the port for the default connector.
setPort(int) - Method in class org.apache.catalina.tribes.membership.McastService
Set the multicast port.
setPort(int) - Method in class org.apache.catalina.tribes.membership.MemberImpl
Set the port.
setPort(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
Sets the port of the destination.
setPort(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Sets the port on which this receiver listens.
setPort(int) - Method in class org.apache.coyote.AbstractProtocol
Sets the port.
setPort(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Set the server socket port.
setPort(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
Set the JMX port.
setPort(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Set the JMX MBeanServer port.
setPortComponentRef(Hashtable) - Method in class org.apache.naming.factory.webservices.ServiceProxy
 
setPortHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter
Header that holds the incoming port, usually named X-Forwarded-Port.
setPortHeader(String) - Method in class org.apache.catalina.valves.RemoteIpValve
Set the name of the HTTP header used to override the value returned by Request.getServerPort() and (optionally depending on {link RemoteIpValve.isChangeLocalPort() Request.getLocalPort().
setPortOffset(int) - Method in class org.apache.catalina.connector.Connector
Sets the port offset to be applied to the configured port.
setPortOffset(int) - Method in class org.apache.catalina.core.StandardServer
 
setPortOffset(int) - Method in interface org.apache.catalina.Server
Set the number that offsets the server port used for shutdown commands.
setPortOffset(int) - Method in class org.apache.coyote.AbstractProtocol
Sets the port offset.
setPortOffset(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Set the port offset.
setPositive(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteCond
Sets whether the condition is positive.
setPreemptiveAuthentication(boolean) - Method in interface org.apache.catalina.Context
Configures if a user presents authentication credentials, whether the context will process them when the request is for a non-protected resource.
setPreemptiveAuthentication(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setPreemptiveAuthentication(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setPrefix(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the log file prefix.
setPrevious(ChannelInterceptor) - Method in interface org.apache.catalina.tribes.ChannelInterceptor
Set the previous interceptor in the list
setPrevious(ChannelInterceptor) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
setPrimary(Member) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
Sets the primary member for this entry.
setPrimaryIndicator(boolean) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Set whether the primary indicator is enabled.
setPrimaryIndicatorName(String) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Set the primary indicator name.
setPrimarySession(boolean) - Method in interface org.apache.catalina.ha.ClusterSession
Sets whether this is the primary session or not.
setPrimarySession(boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
 
setPrincipal(Principal) - Method in class org.apache.catalina.ha.session.DeltaRequest
Only support principals from type GenericPrincipal
setPrincipal(Principal) - Method in class org.apache.catalina.ha.session.DeltaSession
 
setPrincipal(Principal) - Method in class org.apache.catalina.manager.DummyProxySession
 
setPrincipal(Principal) - Method in interface org.apache.catalina.Session
Set the authenticated Principal that is associated with this Session.
setPrincipal(Principal) - Method in class org.apache.catalina.session.StandardSession
 
setPrincipal(Principal, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
Set the session principal.
setPrivileged(boolean) - Method in interface org.apache.catalina.Context
Set the privileged flag for this web application.
setPrivileged(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setPrivileged(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setProcessDeployFrequency(int) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Set the watcher checks frequency.
setProcessExpiresFrequency(int) - Method in class org.apache.catalina.session.ManagerBase
Set the manager checks frequency.
setProcessingTime(long) - Method in class org.apache.catalina.session.ManagerBase
Set the processing time.
setProcessingTime(long) - Method in class org.apache.coyote.RequestGroupInfo
Reset the total processing time.
setProcessingTime(long) - Method in class org.apache.coyote.RequestInfo
Reset the processing time.
setProcessorCache(int) - Method in class org.apache.coyote.AbstractProtocol
Sets the maximum number of idle processors to cache.
setProcessorCache(int) - Method in class org.apache.tomcat.util.net.SocketProperties
Sets the socket processor cache size.
setProcessPeriod(int) - Method in interface org.apache.tomcat.websocket.BackgroundProcess
Sets the period, in seconds, between invocations of BackgroundProcess.backgroundProcess().
setProcessPeriod(int) - Method in class org.apache.tomcat.websocket.server.WsWriteTimeout
 
setProcessPeriod(int) - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
 
setProgressListener(ProgressListener) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Sets the progress listener.
setPropagateInterruptState(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setPropagateInterruptState(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setPropagateInterruptState(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Configure the pool to propagate interrupt state for interrupted threads waiting for a connection A thread waiting for a connection, can have its wait interrupted, and by default will clear the interrupt flag and throw a PoolExhaustedException If set to true, this behavior will change, while the PoolExhaustedException is still thrown, the threads interrupted state is still set.
setPropagateInterruptState(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setProperties(ServerSocket) - Method in class org.apache.tomcat.util.net.SocketProperties
Applies socket properties to the given ServerSocket.
setProperties(Socket) - Method in class org.apache.tomcat.util.net.SocketProperties
Applies socket properties to the given Socket.
setProperties(AsynchronousServerSocketChannel) - Method in class org.apache.tomcat.util.net.SocketProperties
Applies socket properties to the given AsynchronousServerSocketChannel.
setProperties(AsynchronousSocketChannel) - Method in class org.apache.tomcat.util.net.SocketProperties
Applies socket properties to the given AsynchronousSocketChannel.
setProperties(Map) - Method in class org.apache.tomcat.jdbc.pool.interceptor.QueryTimeoutInterceptor
Initializes the queryTimeout property from the provided configuration map.
setProperties(Map) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
Configures this interceptor from the given properties map, supporting threshold, maxQueries, logSlow, and logFailed settings.
setProperties(Map) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
Sets the interceptor properties, including the notifyPool flag.
setProperties(Map) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
 
setProperties(Map) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementFinalizer
 
setProperties(Map) - Method in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
Called during the creation of an interceptor The properties can be set during the configuration of an interceptor Override this method to perform type casts between string values and object properties
setProperties(Properties) - Method in class org.apache.catalina.tribes.membership.McastService
Sets the properties for the membership service.
setProperties(Properties) - Method in class org.apache.catalina.tribes.membership.MembershipServiceBase
 
setProperties(Properties) - Method in class org.apache.catalina.tribes.membership.StaticMembershipService
 
setProperties(Properties) - Method in interface org.apache.catalina.tribes.MembershipService
Sets the properties for the membership service.
SetPropertiesRule - Class in org.apache.tomcat.util.digester
Rule implementation that sets properties on the object at the top of the stack, based on attributes with corresponding names.
SetPropertiesRule() - Constructor for class org.apache.tomcat.util.digester.SetPropertiesRule
Create a new SetPropertiesRule that will process all attributes.
SetPropertiesRule(String[]) - Constructor for class org.apache.tomcat.util.digester.SetPropertiesRule
Create a new SetPropertiesRule that will exclude the specified property names from being set.
SetPropertiesRule.Listener - Interface in org.apache.tomcat.util.digester
Callback interface for objects that need to be notified when all XML attributes have been processed by this rule.
setProperty(Object, String, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Find a method with the right name If found, call the method ( if param is int or boolean we'll convert value to the right type before) - that means you can have setDebug(1).
setProperty(Object, String, String, boolean) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Set a property on the given object.
setProperty(Object, String, String, boolean, StringBuilder) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Set a property on the given object, tracking the actual method called.
setProperty(String, Object) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Set a property value.
setProperty(String, Object) - Method in class org.apache.tomcat.util.descriptor.web.ContextTransaction
Set a configured property.
setProperty(String, Object) - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
Set a configured property.
setProperty(String, String) - Method in class org.apache.catalina.authenticator.jaspic.PersistentProviderRegistrations.Provider
Used by IntrospectionUtils via reflection.
setProperty(String, String) - Method in class org.apache.catalina.connector.Connector
Set a property on the protocol handler.
setProperty(String, String) - Method in class org.apache.catalina.startup.ListenerCreateRule.OptionalListener
Set the given property.
setProperty(String, String) - Method in class org.apache.catalina.tribes.membership.cloud.CloudMembershipService
Set a property.
setProperty(String, String) - Method in class org.apache.catalina.valves.ErrorReportValve
Sets a property for error page configuration.
setProperty(String, String) - Method in class org.apache.coyote.AbstractProtocol
Generic property setter used by the digester.
setProperty(String, String) - Method in class org.apache.jasper.EmbeddedServletOptions
Sets the value of the named property in the underlying settings.
setProperty(String, String) - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
Set a configured property.
setProperty(String, String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Set the specified property.
SetPropertyClass - Class in org.apache.tomcat.util.xreflection
Represents a class in the reflection-based property setter/getter code generation system.
setPropertyResolved(boolean) - Method in class org.apache.el.lang.EvaluationContext
 
setPropertyResolved(boolean) - Method in class org.apache.jasper.el.ELContextWrapper
 
setPropertyResolved(Object, Object) - Method in class org.apache.el.lang.EvaluationContext
 
setPropertySource(IntrospectionUtils.PropertySource) - Static method in class org.apache.tomcat.util.digester.Digester
Set a single property source for property replacement.
setPropertySource(IntrospectionUtils.PropertySource[]) - Static method in class org.apache.tomcat.util.digester.Digester
Set property sources for property replacement.
setProtocol(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the protocol for this Realm.
setProtocolHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter
Header that holds the incoming protocol, usually named X-Forwarded-Proto.
setProtocolHeader(String) - Method in class org.apache.catalina.valves.RemoteIpValve
Header that holds the incoming protocol, usually named X-Forwarded-Proto.
setProtocolHeaderHttpsValue(String) - Method in class org.apache.catalina.filters.RemoteIpFilter
Case-insensitive value of the protocol header to indicate that the incoming http request uses HTTPS.
setProtocolHeaderHttpsValue(String) - Method in class org.apache.catalina.valves.RemoteIpValve
Case-insensitive value of the protocol header to indicate that the incoming http request uses SSL.
setProtocols(String) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets the protocols to be used.
setPrototypeMode(boolean) - Method in class org.apache.jasper.JspCompilationContext
Sets the prototype mode for tag file compilation.
setProviderName(String) - Method in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor
Sets the JCA provider name used for cryptographic activities.
setProviderName(String) - Method in interface org.apache.catalina.tribes.group.interceptors.EncryptInterceptorMBean
Sets the JCA provider name for cryptographic operations.
setProxiesHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter
The proxiesHeader directive specifies a header into which mod_remoteip will collect a list of all of the intermediate client IP addresses trusted to resolve the actual remote IP.
setProxiesHeader(String) - Method in class org.apache.catalina.valves.RemoteIpValve
The proxiesHeader directive specifies a header into which mod_remoteip will collect a list of all of the intermediate client IP addresses trusted to resolve the actual remote IP.
setProxy(boolean) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
Sets whether this entry is a proxy.
setProxyList(String) - Method in class org.apache.catalina.ha.backend.HeartbeatListener
Set the list of Proxies that send is requests, when not empty it toggles the multi to off.
setProxyName(String) - Method in class org.apache.catalina.connector.Connector
Set the proxy server name for this Connector.
setProxyPort(int) - Method in class org.apache.catalina.connector.Connector
Set the proxy server port for this Connector.
setProxyURLString(String) - Method in class org.apache.catalina.ha.backend.HeartbeatListener
Set the URL of receiver in httpd.
setPublicId(String) - Method in interface org.apache.catalina.Context
Set the public identifier of the deployment descriptor DTD that is currently being parsed.
setPublicId(String) - Method in class org.apache.catalina.core.StandardContext
 
setPublicId(String) - Method in class org.apache.catalina.startup.FailedContext
 
setPublicId(String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Sets the public identifier.
setPublicId(String) - Method in class org.apache.tomcat.util.digester.Digester
Set the public id of the current file being parsed.
setQName(int, String) - Method in class org.apache.jasper.util.UniqueAttributesImpl
 
setQsappend(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Set the qsappend flag.
setQsdiscard(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Set the qsdiscard flag.
setQuery(String) - Method in class org.apache.catalina.ant.JMXQueryTask
Set method for the JMX query string.
setQuery(MessageBytes) - Method in class org.apache.tomcat.util.http.Parameters
Set the query string to be parsed into parameters.
setQueryField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
Sets the name of the field containing the URL part of the HTTP query.
setQueryString(String) - Method in class org.apache.catalina.authenticator.SavedRequest
Sets the query string of the saved request.
setQueryStringCharset(Charset) - Method in class org.apache.tomcat.util.http.Parameters
Set the character set used for decoding query string parameters.
setQueryTimeout(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
setQuoteAttributeEL(boolean) - Method in class org.apache.jasper.EmbeddedServletOptions
Sets whether quoting rules from JSP.1.6 are applied to EL expressions in attributes.
setQuoteAttributeEL(boolean) - Method in class org.apache.jasper.JspC
Sets the option to quote EL expressions in attributes.
setRandomClass(String) - Method in class org.apache.catalina.filters.CsrfPreventionFilterBase
Specify the class to use to generate the nonces.
setRateLimitClassName(String) - Method in class org.apache.catalina.filters.RateLimitFilter
Set the fully qualified class name of the RateLimiter implementation to use.
setReadable(boolean) - Method in class org.apache.tomcat.util.modeler.AttributeInfo
Sets whether this attribute is readable by management applications.
setReadListener(ReadListener) - Method in class org.apache.catalina.connector.CoyoteInputStream
 
setReadListener(ReadListener) - Method in class org.apache.catalina.connector.InputBuffer
Sets the read listener for async request processing.
setReadListener(ReadListener) - Method in class org.apache.coyote.http11.upgrade.UpgradeServletInputStream
 
setReadListener(ReadListener) - Method in class org.apache.coyote.Request
Set the read listener for non-blocking reads.
setReadonly(boolean) - Method in class org.apache.catalina.users.DataSourceUserDatabase
Set whether the user database is read only.
setReadonly(boolean) - Method in class org.apache.catalina.users.MemoryUserDatabase
Setting the readonly status of the user database
setReadOnly(boolean) - Method in interface org.apache.catalina.WebResourceRoot
Set if the main resources are read only.
setReadOnly(boolean) - Method in class org.apache.catalina.webresources.AbstractArchiveResourceSet
 
setReadOnly(boolean) - Method in class org.apache.catalina.webresources.AbstractFileResourceSet
 
setReadOnly(boolean) - Method in class org.apache.catalina.webresources.EmptyResourceSet
Configures whether or not this set of resources is read-only.
setReadOnly(boolean) - Method in class org.apache.catalina.webresources.StandardRoot
 
setReadOnly(boolean) - Method in interface org.apache.catalina.WebResourceSet
Configures whether or not this set of resources is read-only.
setReadOnly(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
setReadOnly(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.managed.ManagedConnection
 
setReadOnly(boolean) - Method in interface org.apache.tomcat.dbcp.dbcp2.PoolableConnectionMXBean
setReadOnly(Object) - Static method in class org.apache.naming.ContextAccessController
Set whether or not a Catalina context is writable.
setReadTestTimeout(long) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
setReadTestTimeout(long) - Method in interface org.apache.catalina.tribes.group.interceptors.TcpFailureDetectorMBean
Sets the read test timeout in milliseconds.
setReadTimeout(int) - Method in class org.apache.catalina.tribes.membership.cloud.CloudMembershipService
Set the read timeout in milliseconds.
setReadTimeout(long) - Method in class org.apache.coyote.http2.Http2Protocol
Sets the read timeout in milliseconds.
setReadTimeout(long) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Set the timeout for reading.
setReadTimeout(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the read timeout.
setReady() - Method in class org.apache.catalina.tribes.transport.SenderState
Sets the sender state to ready.
setRealm(Realm) - Method in interface org.apache.catalina.Container
Set the Realm with which this Container is associated.
setRealm(Realm) - Method in class org.apache.catalina.core.ContainerBase
 
setRealm(Realm) - Method in class org.apache.catalina.startup.FailedContext
 
setRealmName(String) - Method in class org.apache.tomcat.util.descriptor.web.LoginConfig
Set the realm name.
setRealmPath(String) - Method in class org.apache.catalina.realm.RealmBase
Set the path used in the JMX object name for this realm.
setRecordAllActions(boolean) - Method in class org.apache.catalina.ha.session.ClusterManagerBase
Sets whether all session attribute actions should be recorded.
setRecoveryCounter(int) - Method in class org.apache.catalina.tribes.membership.McastService
Set the recovery counter.
setRecoveryCounter(int) - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
Set the recovery counter.
setRecoveryEnabled(boolean) - Method in class org.apache.catalina.tribes.membership.McastService
Set whether recovery is enabled.
setRecoveryEnabled(boolean) - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
Set whether recovery is enabled.
setRecoverySleepTime(long) - Method in class org.apache.catalina.tribes.membership.McastService
Set the recovery sleep time.
setRecoverySleepTime(long) - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
Set the recovery sleep time.
setRedirect(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Set the redirect flag.
setRedirectCode(int) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Set the redirect HTTP status code.
setRedirectPort(int) - Method in class org.apache.catalina.connector.Connector
Set the redirect port number.
setRedirectStatusCode(int) - Method in class org.apache.catalina.valves.LoadBalancerDrainingValve
Sets the HTTP response code that will be used to redirect the request back to the load-balancer for re-balancing.
setRef(int, Ref) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setRef(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
Set the project reference for the JMX connection.
setRef(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Set the reference ID for the JMX connection.
setReference(SoftReference) - Method in class org.apache.tomcat.dbcp.pool2.impl.PooledSoftReference
Sets the wrapped reference.
setRefererField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
Sets the name of the field containing the referer.
setReferrals(String) - Method in class org.apache.catalina.realm.JNDIRealm
How do we handle JNDI referrals?
setRegisterConnectionMBean(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets if connection level JMX tracking is requested for this DataSource.
setRegistry(StoreRegistry) - Method in interface org.apache.catalina.storeconfig.IStoreConfig
Set Configuration Registry
setRegistry(StoreRegistry) - Method in interface org.apache.catalina.storeconfig.IStoreFactory
Set the registry.
setRegistry(StoreRegistry) - Method in class org.apache.catalina.storeconfig.StoreConfig
 
setRegistry(StoreRegistry) - Method in class org.apache.catalina.storeconfig.StoreFactoryBase
 
setRegistry(StoreRegistry) - Method in class org.apache.catalina.storeconfig.StoreLoader
Sets the StoreRegistry instance to use.
setRegistry(Registry) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDigesterSource
Set the registry.
setRegistry(Registry) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
Set the registry.
setRejectedExecutionHandler(ThreadPoolExecutor.RejectedExecutionHandler) - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Sets a new handler for unexecutable tasks.
setRejectIllegalHeader(boolean) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Deprecated.
This will removed in Tomcat 11 onwards where allowHostHeaderMismatch will be hard-coded to true.
setRejectSuspiciousURIs(boolean) - Method in class org.apache.catalina.connector.Connector
Sets whether suspicious URIs should be rejected.
setRelaxedPathChars(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Set the set of characters allowed in a URL path.
setRelaxedQueryChars(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Set the set of characters allowed in a URL query string.
setReload(boolean) - Method in class org.apache.jasper.servlet.JspServletWrapper
Sets the reload flag.
setReloadable(boolean) - Method in interface org.apache.catalina.Context
Set the reloadable flag for this web application.
setReloadable(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setReloadable(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setRemote(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextEjb
Sets the name of the EJB remote implementation class.
setRemoteAddr(String) - Method in class org.apache.catalina.connector.Request
Set the IP address of the remote client associated with this Request.
setRemoteAddr(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
Set the remote address.
setRemoteHost(String) - Method in class org.apache.catalina.connector.Request
Set the fully qualified name of the remote client associated with this Request.
setRemoteHost(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
Set the remote host.
setRemoteHostField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
Sets the name of the field containing the remote host.
setRemoteIpHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter
Name of the http header from which the remote ip is extracted.
setRemoteIpHeader(String) - Method in class org.apache.catalina.valves.RemoteIpValve
Name of the http header from which the remote ip is extracted.
setRemotePort(int) - Method in class org.apache.coyote.Request
Set the remote port.
setRemoteUserNeedsAuthorization(boolean) - Method in class org.apache.coyote.Request
Set whether the remote user needs authorization.
setRemoveAbandoned(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setRemoveAbandoned(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setRemoveAbandoned(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
boolean flag to remove abandoned connections if they exceed the removeAbandonedTimeout.
setRemoveAbandoned(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setRemoveAbandonedOnBorrow(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets abandoned connections may be removed when connections are borrowed from the pool.
setRemoveAbandonedOnBorrow(boolean) - Method in class org.apache.tomcat.dbcp.pool2.impl.AbandonedConfig
Flag to remove abandoned objects if they exceed the removeAbandonedTimeout when borrowObject is invoked.
setRemoveAbandonedOnMaintenance(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets whether abandoned connections may be removed on pool maintenance.
setRemoveAbandonedOnMaintenance(boolean) - Method in class org.apache.tomcat.dbcp.pool2.impl.AbandonedConfig
Flag to remove abandoned objects if they exceed the removeAbandonedTimeout when pool maintenance runs.
setRemoveAbandonedTimeout(int) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
setRemoveAbandonedTimeout(int) - Method in class org.apache.tomcat.dbcp.pool2.impl.AbandonedConfig
setRemoveAbandonedTimeout(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setRemoveAbandonedTimeout(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setRemoveAbandonedTimeout(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The time in seconds before a connection can be considered abandoned.
setRemoveAbandonedTimeout(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setRemoveAbandonedTimeout(Duration) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the timeout before an abandoned connection can be removed.
setRemoveAbandonedTimeout(Duration) - Method in class org.apache.tomcat.dbcp.pool2.impl.AbandonedConfig
Sets the timeout before an abandoned object can be removed.
setRemoveSuspectsTimeout(int) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
 
setRemoveSuspectsTimeout(int) - Method in interface org.apache.catalina.tribes.group.interceptors.TcpFailureDetectorMBean
Sets the timeout for removing suspects.
setRenameOnRotate(boolean) - Method in class org.apache.catalina.valves.AccessLogValve
Set the value if we should defer inclusion of the date stamp in the file name until rotate time
setRenewThreadsWhenStoppingContext(boolean) - Method in class org.apache.catalina.core.StandardContext
Sets whether threads should be renewed when stopping the context.
setReplaceWelcomeFiles(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the "replace welcome files" property.
setReplaceWelcomeFiles(boolean) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Sets whether welcome files should replace existing ones.
setReplayWindowMessageCount(int) - Method in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor
Sets the maximum number of replay entries to retain.
setReplayWindowMessageCount(int) - Method in interface org.apache.catalina.tribes.group.interceptors.EncryptInterceptorMBean
Sets the maximum number of replay cache entries.
setReplayWindowTime(long) - Method in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor
Sets the time-based replay window in milliseconds.
setReplayWindowTime(long) - Method in interface org.apache.catalina.tribes.group.interceptors.EncryptInterceptorMBean
Sets the time-based replay window in milliseconds.
setReplyMessageOptions(int) - Method in class org.apache.catalina.tribes.group.RpcChannel
Set the reply message options.
setRepository(File) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
Sets the directory used to temporarily store files that are larger than the configured size threshold.
setRequest(HttpServletRequest) - Method in class org.apache.catalina.connector.Request
Set a wrapped HttpServletRequest to pass to the application.
setRequest(Request) - Method in class org.apache.catalina.connector.Response
Set the Request with which this Response is associated.
setRequest(Request) - Method in class org.apache.catalina.connector.InputBuffer
Associated Coyote request.
setRequest(Request) - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
Reads the request body and buffers it.
setRequest(Request) - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
 
setRequest(Request) - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
Some filters need additional parameters from the request.
setRequest(Request) - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
Some filters need additional parameters from the request.
setRequest(Request) - Method in class org.apache.coyote.http11.filters.VoidInputFilter
 
setRequest(Request) - Method in interface org.apache.coyote.http11.InputFilter
Some filters need additional parameters from the request.
setRequest(Request) - Method in class org.apache.coyote.Response
Set the associated request.
setRequestAttributesEnabled(boolean) - Method in interface org.apache.catalina.AccessLog
Should this valve use request attributes for IP address, hostname, protocol and port used for the request?
setRequestAttributesEnabled(boolean) - Method in class org.apache.catalina.core.AccessLogAdapter
 
setRequestAttributesEnabled(boolean) - Method in class org.apache.catalina.core.StandardEngine.NoopAccessLog
 
setRequestAttributesEnabled(boolean) - Method in class org.apache.catalina.filters.RemoteIpFilter
Should this filter set request attributes for IP address, Hostname, protocol and port used for the request?
setRequestAttributesEnabled(boolean) - Method in class org.apache.catalina.valves.AbstractAccessLogValve
Should this valve use request attributes for IP address, hostname, protocol and port used for the request?
setRequestAttributesEnabled(boolean) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
Should this valve use request attributes for IP address, hostname, protocol and port used for the request?
setRequestAttributesEnabled(boolean) - Method in class org.apache.catalina.valves.RemoteIpValve
Should this valve set request attributes for IP address, Hostname, protocol and port used for the request?
setRequestBody(ByteChunk) - Method in class org.apache.coyote.AbstractProcessor
Set the specified byte chunk as the request body that will be read.
setRequestBody(ByteChunk) - Method in class org.apache.coyote.ajp.AjpProcessor
 
setRequestBody(ByteChunk) - Method in class org.apache.coyote.http11.Http11Processor
 
setRequestCharacterEncoding(String) - Method in interface org.apache.catalina.Context
Set the default request body encoding for this web application.
setRequestCharacterEncoding(String) - Method in class org.apache.catalina.core.ApplicationContext
 
setRequestCharacterEncoding(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
setRequestCharacterEncoding(String) - Method in class org.apache.catalina.core.StandardContext
 
setRequestCharacterEncoding(String) - Method in class org.apache.catalina.startup.FailedContext
 
setRequestCharacterEncoding(String) - Method in class org.apache.jasper.servlet.JspCServletContext
 
setRequestCharacterEncoding(String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Sets the request character encoding.
setRequestCount(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
Sets the current request count.
setRequestCount(int) - Method in class org.apache.coyote.RequestGroupInfo
Reset the request count.
setRequestCount(int) - Method in class org.apache.coyote.RequestInfo
Reset the request count.
setRequestedSessionCookie(boolean) - Method in class org.apache.catalina.connector.Request
Set a flag indicating whether or not the requested session ID for this request came in through a cookie.
setRequestedSessionId(String) - Method in class org.apache.catalina.connector.Request
Set the requested session ID for this request.
setRequestedSessionSSL(boolean) - Method in class org.apache.catalina.connector.Request
Set a flag indicating whether or not the requested session ID for this request came in through SSL.
setRequestedSessionURL(boolean) - Method in class org.apache.catalina.connector.Request
Set a flag indicating whether or not the requested session ID for this request came in through a URL.
setRequestMessage(Object) - Method in class org.apache.catalina.authenticator.jaspic.MessageInfoImpl
 
setRequests(int) - Method in interface org.apache.catalina.util.RateLimiter
Sets the configured number of requests allowed per time window.
setRequests(int) - Method in class org.apache.catalina.util.RateLimiterBase
 
setRequestThread() - Method in class org.apache.coyote.Request
Set the request thread ID.
setRequestTime(boolean) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Attribute
Sets whether the attribute is evaluated at request time.
setRequestURI(String) - Method in class org.apache.catalina.authenticator.SavedRequest
Sets the request URI of the saved request.
setRequired(boolean) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Attribute
Sets whether the attribute is required.
setRequiredSecret(String) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Deprecated.
Replaced by AbstractAjpProtocol.setSecret(String). Will be removed in Tomcat 11 onwards
setRequireFullStackTrace(boolean) - Method in class org.apache.tomcat.dbcp.pool2.impl.AbandonedConfig
Sets the flag to require full stack traces for logging abandoned connections when enabled.
setRequireFullStackTrace(boolean) - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
Configures the stack trace generation strategy based on whether or not fully detailed stack traces are required.
setRequireFullStackTrace(boolean) - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
Sets the stack trace generation strategy based on whether or not fully detailed stack traces are required.
setRequireReauthentication(boolean) - Method in class org.apache.catalina.authenticator.SingleSignOn
Sets whether each request needs to be reauthenticated (by an Authenticator downstream in the pipeline) to the security Realm, or if this Valve can itself bind security info to the request, based on the presence of a valid SSO entry, without rechecking with the Realm.
setResolveHosts(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
Determines whether IP host name resolution is done.
setResourceName(String) - Method in class org.apache.catalina.realm.UserDatabaseRealm
Set the global JNDI name of the UserDatabase resource we will be using.
setResourceOnlyServlets(String) - Method in interface org.apache.catalina.Context
Sets the (comma separated) list of Servlets that expect a resource to be present.
setResourceOnlyServlets(String) - Method in class org.apache.catalina.core.StandardContext
 
setResourceOnlyServlets(String) - Method in class org.apache.catalina.startup.FailedContext
 
setResourcePath(String) - Method in class org.apache.catalina.valves.ParameterLimitValve
Set the relative path to the configuration file.
setResources(WebResourceRoot) - Method in interface org.apache.catalina.Context
Set the Resources object with which this Context is associated.
setResources(WebResourceRoot) - Method in class org.apache.catalina.core.StandardContext
 
setResources(WebResourceRoot) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Set associated resources.
setResources(WebResourceRoot) - Method in class org.apache.catalina.startup.FailedContext
 
setResponse(HttpServletResponse) - Method in class org.apache.catalina.connector.Response
Set a wrapped HttpServletResponse to pass to the application.
setResponse(HttpServletResponse) - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Sets HttpServletResponse object used to set headers and send output to
setResponse(Response) - Method in class org.apache.catalina.connector.Request
Set the Response with which this Request is associated.
setResponse(Response) - Method in class org.apache.catalina.connector.OutputBuffer
Associated Coyote response.
setResponse(Response) - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
 
setResponse(Response) - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
 
setResponse(Response) - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
 
setResponse(Response) - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
 
setResponse(Response) - Method in interface org.apache.coyote.http11.OutputFilter
Some filters need additional parameters from the response.
setResponse(Response) - Method in class org.apache.coyote.Request
Set the associated response.
setResponseCharacterEncoding(String) - Method in interface org.apache.catalina.Context
Set the default response body encoding for this web application.
setResponseCharacterEncoding(String) - Method in class org.apache.catalina.core.ApplicationContext
 
setResponseCharacterEncoding(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
setResponseCharacterEncoding(String) - Method in class org.apache.catalina.core.StandardContext
 
setResponseCharacterEncoding(String) - Method in class org.apache.catalina.startup.FailedContext
 
setResponseCharacterEncoding(String) - Method in class org.apache.jasper.servlet.JspCServletContext
 
setResponseCharacterEncoding(String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Sets the response character encoding.
setResponseMessage(Object) - Method in class org.apache.catalina.authenticator.jaspic.MessageInfoImpl
 
setRestrictedUserAgents(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Set restricted user agent list (which will downgrade the connector to HTTP/1.0 mode).
setResultproperty(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Set the result property name.
setReturnType(String) - Method in class org.apache.tomcat.util.modeler.OperationInfo
Sets the return type of this operation.
setReuseCapacityOnMaintenance(boolean) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
Sets whether to call GenericKeyedObjectPool.reuseCapacity() during pool maintenance (eviction).
setReuseCapacityOnMaintenance(boolean) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolConfig
Sets the value for the reuseCapacityOnMaintenance configuration attribute for pools created with this configuration instance.
setReuseCapacityOnReturn(boolean) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
Sets whether to call GenericKeyedObjectPool.reuseCapacity() when returning objects to the pool.
setReuseCapacityOnReturn(boolean) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolConfig
Sets the value for the reuseCapacityOnReturn configuration attribute for pools created with this configuration instance.
setRevocationEnabled(boolean) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets whether revocation checking is enabled.
setRole(String) - Method in class org.apache.tomcat.util.modeler.OperationInfo
Sets the role of this operation.
setRoleAndGroupDescriptionCol(String) - Method in class org.apache.catalina.users.DataSourceUserDatabase
Set the column name used for role and group descriptions.
setRoleBase(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the base element for role searches.
setRoleClassNames(String) - Method in class org.apache.catalina.realm.JAASRealm
Sets the list of comma-delimited classes that represent roles.
setRoleMappingFile(String) - Method in class org.apache.catalina.core.PropertiesRoleMappingListener
Sets the path to the role mapping properties file.
setRolename(String) - Method in interface org.apache.catalina.Role
Sets the role name of this role, which must be unique within the scope of a UserDatabase.
setRolename(String) - Method in class org.apache.catalina.users.AbstractRole
 
setRolename(String) - Method in class org.apache.catalina.users.GenericRole
 
setRoleName(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the role name attribute name for this Realm.
setRoleNameCol(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Set the column in the user role table that names a role.
setRoleNameCol(String) - Method in class org.apache.catalina.users.DataSourceUserDatabase
Set the column in the user role table that names a role.
setRoleNested(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
Set the "search subtree for roles" flag.
setRoleSearch(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the message format pattern for selecting roles in this Realm.
setRoleSearchAsUser(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
Set the roleSearchAsUser flag.
setRoleSubtree(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
Set the "search subtree for roles" flag.
setRoleTable(String) - Method in class org.apache.catalina.users.DataSourceUserDatabase
Set the table that holds role data.
setRollbackAfterValidation(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Sets whether a rollback will be issued after executing the SQL query that will be used to validate connections from this pool before returning them to the caller.
setRollbackOnReturn(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the flag that controls if 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.
setRollbackOnReturn(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Sets whether to rollback on return.
setRollbackOnReturn(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setRollbackOnReturn(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setRollbackOnReturn(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Set to true if you want the connection pool to rollback any pending transaction when a connection is returned.
setRollbackOnReturn(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setRoot(WebResourceRoot) - Method in class org.apache.catalina.webresources.AbstractResourceSet
Sets the root.
setRoot(WebResourceRoot) - Method in class org.apache.catalina.webresources.EmptyResourceSet
 
setRoot(WebResourceRoot) - Method in interface org.apache.catalina.WebResourceSet
Sets the root for this resource set.
setRotatable(boolean) - Method in class org.apache.catalina.valves.AccessLogValve
Configure whether the access log should be rotated.
setRowId(int, RowId) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setRowId(String, RowId) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setRpcId(byte[]) - Method in class org.apache.catalina.tribes.group.RpcChannel
Set the RPC identifier.
setRpcTimeout(long) - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
Sets the RPC timeout in milliseconds.
setRpcTimeout(long) - Method in class org.apache.catalina.ha.session.BackupManager
Sets the RPC timeout for replication messages.
setRpcTimeout(long) - Method in class org.apache.catalina.tribes.membership.StaticMembershipService
Sets the RPC timeout in milliseconds.
setRpName(ObjectName) - Method in class org.apache.coyote.RequestInfo
Set the MBean name.
setRules(Rules) - Method in class org.apache.tomcat.util.digester.Digester
Set the Rules implementation object containing our rules collection and associated matching policy.
setRulesValidation(boolean) - Method in class org.apache.tomcat.util.digester.Digester
Set the rules validation flag.
setRunAs(String) - Method in class org.apache.catalina.core.StandardWrapper
 
setRunAs(String) - Method in interface org.apache.catalina.Wrapper
Set the run-as identity for this servlet.
setRunAs(String) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
Sets the run-as configuration for this servlet.
setRunAsRole(String) - Method in class org.apache.catalina.core.ApplicationServletRegistration
 
setRxBufSize(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
setRxBufSize(int) - Method in interface org.apache.catalina.tribes.transport.DataSender
Set the receive buffer size.
setRxBufSize(int) - Method in class org.apache.catalina.tribes.transport.nio.NioReplicationTask
Sets the receive buffer size.
setRxBufSize(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Sets the size of the receive buffer for TCP connections.
setRxBufSize(int) - Method in class org.apache.tomcat.util.net.SocketProperties
Sets the socket receive buffer size in bytes.
setSaltLength(int) - Method in class org.apache.catalina.realm.DigestCredentialHandlerBase
Set the salt length that will be used when creating a new stored credential for a given input credential.
setSameSiteCookies(String) - Method in class org.apache.tomcat.util.http.CookieProcessorBase
Set the sameSiteCookies setting.
setSaveOnRestart(boolean) - Method in class org.apache.catalina.session.PersistentManagerBase
Set the option to save sessions to the Store when the Manager is shut down, then loaded when the Manager starts again.
setSavepoint() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
setSavepoint(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
setSAXLogger(Log) - Method in class org.apache.tomcat.util.digester.Digester
Sets the logger used for logging SAX-related information.
setScanAllDirectories(boolean) - Method in class org.apache.tomcat.util.scan.StandardJarScanner
Sets whether scanning all directories for exploded JARs is enabled.
setScanAllFiles(boolean) - Method in class org.apache.tomcat.util.scan.StandardJarScanner
Sets whether scanning all files for JARs is enabled.
setScanBootstrapClassPath(boolean) - Method in class org.apache.tomcat.util.scan.StandardJarScanner
Sets whether scanning the bootstrap classpath is enabled.
setScanClassPath(boolean) - Method in class org.apache.tomcat.util.scan.StandardJarScanner
Sets whether classpath scanning is enabled.
setScanManifest(boolean) - Method in class org.apache.tomcat.util.scan.StandardJarScanner
Sets whether manifest scanning is enabled.
setSchema(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
setSchema(String) - Method in interface org.apache.tomcat.dbcp.dbcp2.PoolableConnectionMXBean
setSchema(Connection, String) - Static method in class org.apache.tomcat.dbcp.dbcp2.Jdbc41Bridge
Delegates to Connection.setSchema(String) without throwing an AbstractMethodError.
setScheme(String) - Method in class org.apache.catalina.connector.Connector
Set the scheme that will be assigned to requests received through this connector.
setScheme(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
Set the scheme.
setSciSet(Set) - Method in class org.apache.catalina.startup.ContextConfig.JavaClassCacheEntry
Sets the set of ServletContainerInitializers interested in this class.
setScope(String) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Variable
Sets the variable scope.
setScope(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextResource
Sets the sharing scope of this resource factory.
setScriptingInvalid(boolean) - Method in class org.apache.jasper.compiler.PageInfo
Sets whether scripting is invalid for this page.
setScriptingInvalid(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
Sets whether scripting is invalid for pages in this group.
setScriptingVars(List, int) - Method in class org.apache.jasper.compiler.Node.CustomTag
Sets the scripting variables for the given scope.
setScriptless(boolean) - Method in class org.apache.jasper.compiler.Node.ChildInfo
Sets whether the tag and its body contain no scripting elements.
setScriptless(boolean) - Method in class org.apache.jasper.compiler.PageInfo
Sets whether this page is scriptless.
setSecret(String) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Set the secret that must be included with every request.
setSecretRequired(boolean) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Sets whether a secret is required with every request.
setSecure(boolean) - Method in class org.apache.catalina.connector.Connector
Set the secure connection flag that will be assigned to requests received through this connector.
setSecure(boolean) - Method in class org.apache.catalina.connector.Request
Set the value to be returned by isSecure() for this Request.
setSecure(boolean) - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
 
setSecure(boolean) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
Set whether the request is secure.
setSecure(boolean) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Set the flag indicating if this protocol is treated as secure.
setSecurePagesWithPragma(boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the value of the flag that states what headers we add to disable proxy caching.
setSecurePort(int) - Method in class org.apache.catalina.tribes.membership.MemberImpl
Set the secure port.
setSecurePort(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Sets the secure port number.
setSecureRandomAlgorithm(String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the secure random number generator algorithm name.
setSecureRandomAlgorithm(String) - Method in class org.apache.catalina.session.ManagerBase
Set the secure random number generator algorithm name.
setSecureRandomAlgorithm(String) - Method in class org.apache.catalina.util.SessionIdGeneratorBase
Specify a non-default algorithm to use to create instances of SecureRandom which are used to generate session IDs.
setSecureRandomClass(String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the secure random number generator class name.
setSecureRandomClass(String) - Method in class org.apache.catalina.session.ManagerBase
Set the secure random number generator class name.
setSecureRandomClass(String) - Method in class org.apache.catalina.util.SessionIdGeneratorBase
Specify a non-default SecureRandom implementation to use.
setSecureRandomProvider(String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the secure random number generator provider name.
setSecureRandomProvider(String) - Method in class org.apache.catalina.session.ManagerBase
Set the secure random number generator provider name.
setSecureRandomProvider(String) - Method in class org.apache.catalina.util.SessionIdGeneratorBase
Specify a non-default provider to use to create instances of SecureRandom which are used to generate session IDs.
setSecurityProtection() - Method in class org.apache.catalina.startup.Catalina
Set the security package access/protection.
setSecurityToken(Object, Object) - Static method in class org.apache.naming.ContextAccessController
Set a security token for a Catalina context.
setSelector(Selector) - Method in class org.apache.catalina.tribes.transport.nio.NioSender
Sets the NIO selector.
setSelectorTimeout(long) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Sets the TCP selector timeout in milliseconds.
setSelectorTimeout(long) - Method in class org.apache.coyote.http11.Http11NioProtocol
Sets the selector timeout for the NIO endpoint.
setSelectorTimeout(long) - Method in class org.apache.tomcat.util.net.NioEndpoint
Sets the selector timeout.
setSemaphoreAcquireUninterruptibly(boolean) - Method in class org.apache.catalina.valves.PersistentValve
Configure whether a thread blocking to acquire a per session Semaphore can be interrupted.
setSemaphoreBlockOnAcquire(boolean) - Method in class org.apache.catalina.valves.PersistentValve
Configure whether a thread should block and wait for the per session Semaphore or reject the request if the Semaphore is being used by another request.
setSemaphoreFairness(boolean) - Method in class org.apache.catalina.valves.PersistentValve
Configure whether the per session Semaphores will handle granting of permits in the same order they were requested if multiple threads attempt to acquire the same Semaphore.
setSendAllSessions(boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
Set whether to send all sessions during replication.
setSendAllSessionsSize(int) - Method in class org.apache.catalina.ha.session.DeltaManager
Set the batch size for sending all sessions.
setSendAllSessionsWaitTime(int) - Method in class org.apache.catalina.ha.session.DeltaManager
Set the wait time for sending all sessions.
setSendAuthInfoResponseHeaders(boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Sets the flag whether authentication information will be sent to a reverse proxy on a forwarded request.
setSendfile(boolean) - Method in class org.apache.coyote.Request
Set whether sendfile is enabled.
setSendfileData(Nio2Endpoint.SendfileData) - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
 
setSendfileData(NioEndpoint.SendfileData) - Method in class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper
Sets the sendfile data.
setSendRedirectBody(boolean) - Method in interface org.apache.catalina.Context
Configures if a response body is included when a redirect response is sent to the client.
setSendRedirectBody(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setSendRedirectBody(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setSendTimeout(long) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointAsync
 
setSendTimeout(long) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
Sets the send timeout in milliseconds.
setSeparatearrayresults(boolean) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Set the separate array results flag.
setServer(String) - Method in class org.apache.catalina.core.StandardContext
Sets the J2EE Server ObjectName this module is deployed on.
setServer(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Set the server header name.
setServer(Server) - Method in class org.apache.catalina.core.StandardService
 
setServer(Server) - Method in interface org.apache.catalina.Service
Set the Server with which we are associated (if any).
setServer(Server) - Method in class org.apache.catalina.startup.Catalina
Set the server component.
setServer(Server) - Method in interface org.apache.catalina.storeconfig.IStoreConfig
Set associated server
setServer(Server) - Method in class org.apache.catalina.storeconfig.StoreConfig
 
setServerFilename(String) - Method in class org.apache.catalina.storeconfig.StoreConfig
Set new server.xml location.
setServerName(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
Set the server name.
setServerPort(int) - Method in class org.apache.catalina.connector.Request
Set the port number of the server to process this request.
setServerPort(int) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
Set the server port.
setServerPort(int) - Method in class org.apache.coyote.Request
Set the server port.
setServerRemoveAppProvidedValues(boolean) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Set whether application provider values for the HTTP Server header should be removed.
setService(Service) - Method in class org.apache.catalina.connector.Connector
Set the Service with which we are associated (if any).
setService(Service) - Method in class org.apache.catalina.core.StandardEngine
 
setService(Service) - Method in interface org.apache.catalina.Engine
Set the Service with which we are associated (if any).
setServiceqname(String[]) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
Sets the WSDL service QName array.
setServiceqname(String, int) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
Sets the WSDL service QName at the given index.
setServiceqnameLocalpart(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
Sets the local part of the WSDL service QName.
setServiceqnameNamespaceURI(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
Sets the namespace URI of the WSDL service QName.
setServiceStartTime(long) - Method in class org.apache.catalina.tribes.membership.MemberImpl
Set the service start time.
setServlet(Servlet) - Method in class org.apache.catalina.core.StandardWrapper
 
setServlet(Servlet) - Method in interface org.apache.catalina.Wrapper
Set the associated Servlet instance
setServletClass(String) - Method in class org.apache.catalina.core.StandardWrapper
 
setServletClass(String) - Method in interface org.apache.catalina.Wrapper
Set the fully qualified servlet class name for this servlet.
setServletClass(String) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
Sets the fully qualified name of the Java class that implements this servlet.
setServletClassLastModifiedTime(long) - Method in class org.apache.jasper.servlet.JspServletWrapper
Sets the last-modified time of the servlet class file associated with this JspServletWrapper.
setServletClassName(String) - Method in class org.apache.jasper.JspCompilationContext
Sets the class name for the generated servlet.
setServletName(String) - Method in class org.apache.catalina.core.StandardWrapper
Set the name of this servlet.
setServletName(String) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
Sets the name of this servlet.
setServletRequest(ServletRequest) - Method in class org.apache.catalina.core.AsyncListenerWrapper
Sets the custom servlet request to use for events.
setServletResponse(ServletResponse) - Method in class org.apache.catalina.core.AsyncListenerWrapper
Sets the custom servlet response to use for events.
setServletSecurity(ServletSecurityElement) - Method in class org.apache.catalina.core.ApplicationServletRegistration
 
setSession(String, Node, ErrorDispatcher) - Method in class org.apache.jasper.compiler.PageInfo
Sets the session attribute.
setSession(SSLSession) - Method in class org.apache.tomcat.util.net.jsse.JSSESupport
Sets the SSL session for this support object.
setSession(WsSession) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
Sets the WebSocket session for this endpoint.
setSessionActivityCheck(boolean) - Method in interface org.apache.catalina.Manager
Configure if Tomcat will track the number of active requests for each session.
setSessionActivityCheck(boolean) - Method in class org.apache.catalina.session.ManagerBase
 
setSessionAppCol(String) - Method in class org.apache.catalina.session.DataSourceStore
Set the App column for the table.
setSessionAttributeNameFilter(String) - Method in class org.apache.catalina.session.ManagerBase
Set the regular expression to use to filter session attributes based on attribute name.
setSessionAttributeValueClassNameFilter(String) - Method in class org.apache.catalina.session.ManagerBase
Set the regular expression to use to filter classes used for session attributes.
setSessionCacheEnabled(boolean) - Method in class org.apache.tomcat.util.net.openssl.OpenSSLSessionContext
Enable or disable caching of SSL sessions.
setSessionCacheMode(long, long) - Static method in class org.apache.tomcat.jni.SSLContext
Set the mode of the internal session cache and return the previous used mode.
setSessionCacheSize(int) - Method in class org.apache.tomcat.util.net.openssl.OpenSSLSessionContext
 
setSessionCacheSize(int) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets the session cache size.
setSessionCacheSize(long, long) - Static method in class org.apache.tomcat.jni.SSLContext
Set the size of the internal session cache. http://www.openssl.org/docs/ssl/SSL_CTX_sess_set_cache_size.html
setSessionCacheTimeout(long, long) - Static method in class org.apache.tomcat.jni.SSLContext
Set the timeout for the internal session cache in seconds. http://www.openssl.org/docs/ssl/SSL_CTX_set_timeout.html
setSessionConfig(SessionConfig) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Sets the session configuration.
setSessionCookieDomain(String) - Method in interface org.apache.catalina.Context
Sets the domain to use for session cookies.
setSessionCookieDomain(String) - Method in class org.apache.catalina.core.StandardContext
 
setSessionCookieDomain(String) - Method in class org.apache.catalina.startup.FailedContext
 
setSessionCookieName(String) - Method in interface org.apache.catalina.Context
Sets the name to use for session cookies.
setSessionCookieName(String) - Method in class org.apache.catalina.core.StandardContext
 
setSessionCookieName(String) - Method in class org.apache.catalina.startup.FailedContext
 
setSessionCookiePath(String) - Method in interface org.apache.catalina.Context
Sets the path to use for session cookies.
setSessionCookiePath(String) - Method in class org.apache.catalina.core.StandardContext
 
setSessionCookiePath(String) - Method in class org.apache.catalina.startup.FailedContext
 
setSessionCookiePathUsesTrailingSlash(boolean) - Method in interface org.apache.catalina.Context
Configures if a / is added to the end of the session cookie path to ensure browsers, particularly IE, don't send a session cookie for context /foo with requests intended for context /foobar.
setSessionCookiePathUsesTrailingSlash(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setSessionCookiePathUsesTrailingSlash(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setSessionCounter(long) - Method in interface org.apache.catalina.Manager
Deprecated.
This will be removed in Tomcat 11
setSessionCounter(long) - Method in class org.apache.catalina.session.ManagerBase
 
setSessionDataCol(String) - Method in class org.apache.catalina.session.DataSourceStore
Set the Data column for the table
setSessionId(String) - Method in class org.apache.catalina.ha.session.DeltaRequest
Set the session identifier.
setSessionIdAttribute(String) - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
get name of failed request session attribute
setSessionIdCol(String) - Method in class org.apache.catalina.session.DataSourceStore
Set the Id column for the table.
setSessionIdContext(byte[]) - Method in class org.apache.tomcat.util.net.openssl.OpenSSLSessionContext
Set the context within which session be reused (server side only) See man SSL_CTX_set_session_id_context
setSessionIdContext(long, byte[]) - Static method in class org.apache.tomcat.jni.SSLContext
Set the context within which session be reused (server side only) http://www.openssl.org/docs/ssl/SSL_CTX_set_session_id_context.html
setSessionIdGenerator(SessionIdGenerator) - Method in interface org.apache.catalina.Manager
Sets the session id generator
setSessionIdGenerator(SessionIdGenerator) - Method in class org.apache.catalina.session.ManagerBase
 
setSessionIdLength(int) - Method in interface org.apache.catalina.SessionIdGenerator
Specify the number of bytes for a session ID
setSessionIdLength(int) - Method in class org.apache.catalina.util.SessionIdGeneratorBase
Set the number of bytes used for a session ID.
setSessionInactiveInterval(int) - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
Specify the session timeout (in seconds) for a crawler's session.
setSessionLastAccessAtStart(boolean) - Method in interface org.apache.catalina.Manager
Configure if the last accessed time for sessions will be calculated from the beginning of the previous request.
setSessionLastAccessAtStart(boolean) - Method in class org.apache.catalina.session.ManagerBase
 
setSessionLastAccessedCol(String) - Method in class org.apache.catalina.session.DataSourceStore
Set the Last Accessed column for the table
setSessionMaxAliveTime(int) - Method in interface org.apache.catalina.Manager
Sets the longest time (in seconds) that an expired session had been alive.
setSessionMaxAliveTime(int) - Method in class org.apache.catalina.session.ManagerBase
 
setSessionMaxInactiveCol(String) - Method in class org.apache.catalina.session.DataSourceStore
Set the Max Inactive column for the table
setSessionTable(String) - Method in class org.apache.catalina.session.DataSourceStore
Set the table for this Store.
setSessionTicketKeys(long, byte[]) - Static method in class org.apache.tomcat.jni.SSLContext
Set TLS session keys.
setSessionTimeout(int) - Method in interface org.apache.catalina.Context
Set the default session timeout (in minutes) for this web application.
setSessionTimeout(int) - Method in class org.apache.catalina.core.ApplicationContext
 
setSessionTimeout(int) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
setSessionTimeout(int) - Method in class org.apache.catalina.core.StandardContext
 
setSessionTimeout(int) - Method in class org.apache.catalina.startup.FailedContext
 
setSessionTimeout(int) - Method in class org.apache.jasper.servlet.JspCServletContext
 
setSessionTimeout(int) - Method in class org.apache.tomcat.util.net.openssl.OpenSSLSessionContext
 
setSessionTimeout(int) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets the session timeout.
setSessionTimeout(String) - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
Sets the session timeout.
setSessionTrackingModes(Set) - Method in class org.apache.catalina.core.ApplicationContext
 
setSessionTrackingModes(Set) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
setSessionTrackingModes(Set) - Method in class org.apache.jasper.servlet.JspCServletContext
 
setSessionValidCol(String) - Method in class org.apache.catalina.session.DataSourceStore
Set the Is Valid column for the table
setSetMethod(String) - Method in class org.apache.tomcat.util.modeler.AttributeInfo
Sets the name of the property setter method.
setSharedConnection(Connection) - Method in class org.apache.tomcat.dbcp.dbcp2.managed.TransactionContext
Sets the shared connection for this transaction.
setShort(int, short) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setShort(String, short) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setShortName(String) - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
Sets the short name of the tag library.
setShowReport(boolean) - Method in class org.apache.catalina.valves.ErrorReportValve
Enables/Disables full error reports
setShowServerInfo(boolean) - Method in class org.apache.catalina.valves.ErrorReportValve
Enables/Disables server info on error pages
setShutdown(String) - Method in class org.apache.catalina.core.StandardServer
 
setShutdown(String) - Method in interface org.apache.catalina.Server
Set the shutdown command we are waiting for.
setSilent(boolean) - Method in class org.apache.catalina.startup.Tomcat
Controls if the loggers will be silenced or not.
setSingleton(boolean) - Method in class org.apache.tomcat.util.descriptor.web.ContextResource
Sets whether this resource is a singleton.
setSizeLimit(long) - Method in class org.apache.catalina.realm.JNDIRealm
Set the size limit.
setSizeMax(long) - Method in interface org.apache.tomcat.util.http.fileupload.FileItemIterator
Returns the maximum size of the complete HTTP request.
setSizeMax(long) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
Sets the maximum allowed size of a complete request, as opposed to FileUploadBase.setFileSizeMax(long).
setSizeMax(long) - Method in class org.apache.tomcat.util.http.fileupload.impl.FileItemIteratorImpl
 
setSizeThreshold(int) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
Sets the size threshold beyond which files are written directly to disk.
setSkip(int) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Set the number of rules to skip.
setSkipMemoryLeakChecksOnJvmShutdown(boolean) - Method in class org.apache.catalina.core.StandardContext
Sets whether memory leak checks should be skipped on JVM shutdown.
setSkipMemoryLeakChecksOnJvmShutdown(boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
Sets whether memory leak checks should be skipped on JVM shutdown.
setSmallIcon(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
Sets the small icon path.
setSmallIcon(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
Sets the small icon path.
setSmallIcon(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
Sets the small icon for this WebService.
setSmallIcon(String) - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
Sets the small icon associated with this filter.
setSmallIcon(String) - Method in class org.apache.tomcat.util.descriptor.web.MessageDestination
Set the small icon.
setSmallIcon(String) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
Sets the small icon associated with this servlet.
setSmapDumped(boolean) - Method in class org.apache.jasper.JspC
Sets smapDumped flag.
setSmapSuppressed(boolean) - Method in class org.apache.jasper.JspC
Sets smapSuppressed flag.
setSniHostName(String) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Sets the SNI host name.
setSniParseLimit(int) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
setSniParseLimit(int) - Method in class org.apache.tomcat.util.net.AbstractJsseEndpoint
 
setSocketoptionIpMulticastLoop(MulticastSocket, boolean) - Method in class org.apache.catalina.tribes.util.Jre14Compat
 
setSocketoptionIpMulticastLoop(MulticastSocket, boolean) - Method in class org.apache.catalina.tribes.util.JreCompat
 
setSocketOptions(AsynchronousSocketChannel) - Method in class org.apache.tomcat.util.net.Nio2Endpoint
Process the specified connection.
setSocketOptions(SocketChannel) - Method in class org.apache.tomcat.util.net.NioEndpoint
Process the specified connection.
setSocketOptions(U) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Set the socket options for the given accepted socket.
setSocketWrapper(SocketWrapperBase) - Method in class org.apache.coyote.AbstractProcessor
Set the socket wrapper being used.
setSocketWrapper(SocketWrapperBase) - Method in class org.apache.coyote.http11.Http11Processor
 
setSocketWrapper(SocketWrapperBase) - Method in interface org.apache.coyote.http11.upgrade.InternalHttpUpgradeHandler
Associate with the specified socket.
setSocketWrapper(SocketWrapperBase) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
setSocketWrapper(SocketWrapperBase) - Method in class org.apache.tomcat.websocket.server.WsHttpUpgradeHandler
 
setSoftMinEvictableIdle(Duration) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the minimum amount of time a connection may sit idle in the pool before it is eligible for eviction by the idle object evictor, with the extra condition that at least "minIdle" connections remain in the pool.
setSoftMinEvictableIdle(Duration) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
setSoftMinEvictableIdleDuration(Duration) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Sets the minimum amount of time an object may sit idle in the pool before it is eligible for eviction by the idle object evictor (if any - see BaseGenericObjectPool.setDurationBetweenEvictionRuns(Duration)), with the extra condition that at least minIdle object instances remain in the pool.
setSoftMinEvictableIdleDuration(Duration) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Sets the value for the softMinEvictableIdleTime configuration attribute for pools created with this configuration instance.
setSoftMinEvictableIdleTime(Duration) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
setSoftMinEvictableIdleTime(Duration) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
setSoftMinEvictableIdleTimeMillis(long) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
setSoftMinEvictableIdleTimeMillis(long) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
setSoftMinEvictableIdleTimeMillis(long) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
setSoKeepAlive(boolean) - Method in class org.apache.catalina.tribes.transport.AbstractSender
Sets whether SO_KEEPALIVE is enabled.
setSoKeepAlive(boolean) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Sets whether SO_KEEPALIVE should be enabled.
setSoKeepAlive(boolean) - Method in class org.apache.tomcat.util.net.SocketProperties
Sets the SO_KEEPALIVE socket option.
setSoLingerOn(boolean) - Method in class org.apache.catalina.tribes.transport.AbstractSender
Sets whether SO_LINGER is enabled.
setSoLingerOn(boolean) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Sets whether SO_LINGER should be enabled.
setSoLingerOn(boolean) - Method in class org.apache.tomcat.util.net.SocketProperties
Sets whether SO_LINGER is enabled.
setSoLingerTime(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
Sets the SO_LINGER timeout value in seconds.
setSoLingerTime(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Sets the SO_LINGER timeout value in seconds.
setSoLingerTime(int) - Method in class org.apache.tomcat.util.net.SocketProperties
Sets the SO_LINGER timeout value in seconds.
setSoReuseAddress(boolean) - Method in class org.apache.catalina.tribes.transport.AbstractSender
Sets whether SO_REUSEADDR is enabled.
setSoReuseAddress(boolean) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Sets whether SO_REUSEADDR should be enabled.
setSoReuseAddress(boolean) - Method in class org.apache.tomcat.util.net.SocketProperties
Sets the SO_REUSEADDR socket option.
setSoTimeout(int) - Method in class org.apache.catalina.tribes.membership.McastService
Set the socket timeout.
setSoTimeout(int) - Method in class org.apache.tomcat.util.net.SocketProperties
Sets the SO_TIMEOUT value in milliseconds.
setSoTrafficClass(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
Sets the TCP traffic class value.
setSoTrafficClass(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Sets the IP traffic class (TOS) value for sockets.
setSource(Object) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDigesterSource
Set the source.
setSource(Object) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
Set the source.
setSource(Member) - Method in class org.apache.catalina.tribes.group.Response
Set the source member.
setSource(ConfigurationSource) - Static method in class org.apache.tomcat.util.file.ConfigFileLoader
Set the configuration source used by Tomcat to locate various configuration resources.
setSpnegoDelegationQop(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the SPNEGO delegation quality of protection.
setSQLXML(int, SQLXML) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setSQLXML(String, SQLXML) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setSslCipherHeader(String) - Method in class org.apache.catalina.valves.SSLValve
Sets the header name used to retrieve the cipher suite.
setSslCipherUserKeySizeHeader(String) - Method in class org.apache.catalina.valves.SSLValve
Sets the header name used to retrieve the cipher key size.
setSslClientCertHeader(String) - Method in class org.apache.catalina.valves.SSLValve
Sets the header name used to retrieve the client certificate.
setSslClientEscapedCertHeader(String) - Method in class org.apache.catalina.valves.SSLValve
Sets the header name used to retrieve the escaped client certificate.
setSslContext(SSLContext) - Method in class org.apache.tomcat.util.net.SSLHostConfigCertificate
Sets the provided SSLContext for this certificate configuration.
setSSLEnabled(boolean) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Set whether SSL is enabled on this connector.
setSSLEnabled(boolean) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Set the SSL enabled flag.
setSSLEngine(String) - Method in class org.apache.catalina.core.AprLifecycleListener
Sets the SSL engine configuration.
setSSLEngine(String) - Method in class org.apache.catalina.core.OpenSSLLifecycleListener
Sets the SSL engine.
setSslImplementationName(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
 
setSslImplementationName(String) - Method in class org.apache.tomcat.util.net.AbstractJsseEndpoint
 
setSslProtocol(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the ssl protocol to be used for connections using StartTLS.
setSslProtocol(String) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets the SSL protocol.
setSSLRandomSeed(String) - Method in class org.apache.catalina.core.AprLifecycleListener
Sets the SSL random seed source.
setSSLRandomSeed(String) - Method in class org.apache.catalina.core.OpenSSLLifecycleListener
Sets the SSL random seed.
setSslSessionIdHeader(String) - Method in class org.apache.catalina.valves.SSLValve
Sets the header name used to retrieve the SSL session ID.
setSslSocketFactoryClassName(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the SSLSocketFactory to be used when opening connections using StartTLS.
setSslSupport(SSLSupport) - Method in class org.apache.coyote.AbstractProcessor
 
setSslSupport(SSLSupport) - Method in interface org.apache.coyote.http11.upgrade.InternalHttpUpgradeHandler
Associate with the specified SSL support.
setSslSupport(SSLSupport) - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessorExternal
 
setSslSupport(SSLSupport) - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessorInternal
 
setSslSupport(SSLSupport) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
setSslSupport(SSLSupport) - Method in interface org.apache.coyote.Processor
Set the SSL information for this HTTP connection.
setSslSupport(SSLSupport) - Method in class org.apache.tomcat.websocket.server.WsHttpUpgradeHandler
 
setSsoReauthenticationMode(String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Sets the SSO re-authentication mode.
setStackTrace(String) - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
The pool will set the stack trace when it is check out and checked in
setStage(int) - Method in class org.apache.coyote.RequestInfo
Set the current processing stage.
setStandard(boolean) - Method in class org.apache.catalina.storeconfig.StoreDescription
Sets whether this description represents a standard component.
setStart(int) - Method in class org.apache.tomcat.util.buf.AbstractChunk
Set the start position of the data in the buffer.
setStartChildren(boolean) - Method in class org.apache.catalina.core.ContainerBase
Set if children of this container will be started automatically when they are added to this container.
setStarted(Context, ServletRequest, ServletResponse, boolean) - Method in class org.apache.catalina.core.AsyncContextImpl
Initializes this async context with the given parameters and fires onStartAsync events.
setStartStopThreads(int) - Method in interface org.apache.catalina.Container
Sets the number of threads available for starting and stopping any children associated with this container.
setStartStopThreads(int) - Method in class org.apache.catalina.core.ContainerBase
 
setStartStopThreads(int) - Method in class org.apache.catalina.startup.FailedContext
 
setStartTime(long) - Method in class org.apache.coyote.Request
Deprecated.
This setter will be removed in Tomcat 11. Use Request.markStartTime().
setStartTimeNanos(long) - Method in class org.apache.coyote.Request
Deprecated.
Unused. Will be removed in Tomcat 12 onwards. Use Request.markStartTime().
setStartupTime(long) - Method in class org.apache.catalina.core.StandardContext
Sets the time (in milliseconds) it took to start this context.
setState(LifecycleState) - Method in class org.apache.catalina.util.LifecycleBase
Provides a mechanism for subclasses to update the component state.
setState(LifecycleState, Object) - Method in class org.apache.catalina.util.LifecycleBase
Provides a mechanism for subclasses to update the component state.
setStatementPool(KeyedObjectPool) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingConnection
Sets the prepared statement pool.
setStateTimestampDrop(boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
Set the state timestamp drop flag.
setStateTransferred(boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
Set that state transferred is complete
setStateTransferTimeout(int) - Method in class org.apache.catalina.ha.session.DeltaManager
Set the state transfer timeout.
setStaticMembers(ArrayList) - Method in class org.apache.catalina.tribes.membership.StaticMembershipProvider
Sets the static members for this cluster.
setStaticOnly(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
Sets whether to ping only static members.
setStaticOnly(boolean) - Method in class org.apache.catalina.webresources.AbstractResourceSet
Sets whether this resource set is static only.
setStaticOnly(boolean) - Method in class org.apache.catalina.webresources.EmptyResourceSet
 
setStaticOnly(boolean) - Method in interface org.apache.catalina.WebResourceSet
Sets whether this resource set is static only.
setStatistics(boolean) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Set Calc processing stats
setStatsEnabled(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
 
setStatsEnabled(boolean) - Method in interface org.apache.catalina.tribes.group.interceptors.GzipInterceptorMBean
Configure whether the interceptor collects statistics.
setStatus(int) - Method in class org.apache.catalina.connector.Response
 
setStatus(int) - Method in class org.apache.catalina.connector.ResponseFacade
 
setStatus(int) - Method in class org.apache.coyote.Response
Set the response status.
setStatus(int) - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
 
setStatusCode(int) - Method in class org.apache.catalina.filters.RateLimitFilter
Set the HTTP status code to return when the rate limit is exceeded.
setStatusCode(int) - Method in class org.apache.catalina.servlets.WebdavServlet.ProppatchOperation
Sets the status code as a result of the operation.
setStatusField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
Sets the name of the field containing the HTTP response status code.
setStatusLine(boolean) - Method in class org.apache.catalina.ant.FindLeaksTask
Sets the statusLine parameter that controls if the response includes a status line or not.
setStatusMessage(String) - Method in class org.apache.catalina.filters.RateLimitFilter
Set the status message to return when the rate limit is exceeded.
setStopLatch(CountDownLatch) - Method in class org.apache.tomcat.util.net.NioEndpoint
Sets the stop latch.
setStore(Store) - Method in class org.apache.catalina.session.PersistentManagerBase
Set the Store object which will manage persistent Session storage for this Manager.
setStoreAppender(StoreAppender) - Method in interface org.apache.catalina.storeconfig.IStoreFactory
Set the store appender.
setStoreAppender(StoreAppender) - Method in class org.apache.catalina.storeconfig.StoreFactoryBase
 
setStoreConfig(IStoreConfig) - Method in class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
Sets the store config instance.
setStoreConfigClass(String) - Method in class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
Sets the fully qualified class name of the StoreConfig implementation.
setStoreDelegatedCredential(boolean) - Method in class org.apache.catalina.authenticator.SpnegoAuthenticator
Sets whether delegated credentials should be stored in the subject.
setStoreFactory(IStoreFactory) - Method in class org.apache.catalina.storeconfig.StoreDescription
Sets the StoreFactory instance used to create objects for this description.
setStoreFactoryClass(String) - Method in class org.apache.catalina.storeconfig.StoreDescription
Sets the fully qualified class name of the StoreFactory implementation.
setStoreRegistry(String) - Method in class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
Sets the name of the StoreRegistry MBean.
setStoreSeparate(boolean) - Method in class org.apache.catalina.storeconfig.StoreDescription
Sets whether this component should be stored in a separate file.
setStoreWriterClass(String) - Method in class org.apache.catalina.storeconfig.StoreDescription
Sets the fully qualified class name of the StoreWriter implementation.
setStreamReadTimeout(long) - Method in class org.apache.coyote.http2.Http2Protocol
Sets the stream-level read timeout in milliseconds.
setStreamWriteTimeout(long) - Method in class org.apache.coyote.http2.Http2Protocol
Sets the stream-level write timeout in milliseconds.
setStrictQuoteEscaping(boolean) - Method in class org.apache.jasper.JspC
Sets the option for strict quote escaping in attributes.
setStrictSni(boolean) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Set the strict SNI check flag.
setString(int, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setString(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
Set the content to be a string
setString(String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setStripRealmForGss(boolean) - Method in class org.apache.catalina.realm.RealmBase
Set whether any "@..." should be stripped from the end of the username when processing users authenticated via the GSS-API.
setSub(String) - Method in class org.apache.catalina.valves.rewrite.Substitution
Sets the raw substitution string to be parsed.
setSubstitution(Substitution) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Set the substitution.
setSubstitutionString(String) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Set the substitution string.
setSuffix(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the log file suffix.
setSuspect() - Method in class org.apache.catalina.tribes.transport.SenderState
Sets the sender state to suspect.
setSuspect(boolean) - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Sets the suspect flag for this connection.
setSuspectTimeout(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setSuspectTimeout(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setSuspectTimeout(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Similar to PoolConfiguration.setRemoveAbandonedTimeout(int) but instead of treating the connection as abandoned, and potentially closing the connection, this simply logs the warning if PoolConfiguration.isLogAbandoned() returns true.
setSuspectTimeout(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setSuspended(boolean) - Method in class org.apache.catalina.connector.OutputBuffer
Set the suspended flag.
setSuspended(boolean) - Method in class org.apache.catalina.connector.Response
Set the suspended flag.
setSuspendWrappedResponseAfterForward(boolean) - Method in interface org.apache.catalina.Context
Allows unwrapping the response object to suspend the response following a forward.
setSuspendWrappedResponseAfterForward(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setSuspendWrappedResponseAfterForward(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setSwallowAbortedUploads(boolean) - Method in interface org.apache.catalina.Context
Set to false to disable request data swallowing after an upload was aborted due to size constraints.
setSwallowAbortedUploads(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setSwallowAbortedUploads(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setSwallowedExceptionListener(SwallowedExceptionListener) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Sets the listener used (if any) to receive notifications of exceptions unavoidably swallowed by the pool.
setSwallowOutput(boolean) - Method in interface org.apache.catalina.Context
Set the value of the swallowOutput flag.
setSwallowOutput(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setSwallowOutput(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setSwallowResponse() - Method in class org.apache.coyote.AbstractProcessor
The response is finished and no additional bytes need to be sent to the client.
setSwallowResponse() - Method in class org.apache.coyote.ajp.AjpProcessor
 
setSwallowResponse() - Method in class org.apache.coyote.http11.Http11Processor
 
setTableName(String) - Method in class org.apache.catalina.servlets.DataSourcePropertyStore
Set the table name to use in the database.
setTableName(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
Sets the name of the table where the logs are stored.
setTag(String) - Method in class org.apache.catalina.ant.DeployTask
Set the deployment tag.
setTag(String) - Method in class org.apache.catalina.storeconfig.StoreDescription
Sets the XML tag name for this description.
setTagClass(String) - Method in class org.apache.catalina.storeconfig.StoreDescription
Sets the fully qualified class name associated with this description's tag.
setTagClass(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
Sets the tag handler class.
setTagData(TagData) - Method in class org.apache.jasper.compiler.Node.CustomTag
Sets the tag data for this custom tag.
setTagFileJar(Jar) - Method in class org.apache.jasper.JspCompilationContext
Sets the JAR file in which the tag file is packaged.
setTagHandlerClass(Class) - Method in class org.apache.jasper.compiler.Node.CustomTag
Sets the tag handler class.
setTagHandlerPoolName(String) - Method in class org.apache.jasper.compiler.Node.CustomTag
Sets the tag handler pool name.
setTagInfo(TagInfo) - Method in class org.apache.jasper.JspCompilationContext
Sets the tag information for this compilation context.
setTagPluginContext(TagPluginContext) - Method in class org.apache.jasper.compiler.Node.CustomTag
Sets the tag plugin context for this custom tag.
setTargetClass(String) - Method in class org.apache.tomcat.util.descriptor.web.InjectionTarget
Sets the target class name.
setTargetName(String) - Method in class org.apache.tomcat.util.descriptor.web.InjectionTarget
Sets the target field or method name.
setTaskPool(RxTaskPool) - Method in class org.apache.catalina.tribes.transport.AbstractRxTask
Sets the task pool.
setTcpNoDelay(boolean) - Method in class org.apache.catalina.tribes.transport.AbstractSender
Sets whether TCP_NODELAY is enabled.
setTcpNoDelay(boolean) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Sets whether TCP_NODELAY should be enabled.
setTcpNoDelay(boolean) - Method in class org.apache.coyote.AbstractProtocol
Sets whether TCP no-delay is enabled.
setTcpNoDelay(boolean) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Set the TCP no delay flag.
setTcpNoDelay(boolean) - Method in class org.apache.tomcat.util.net.SocketProperties
Sets the TCP_NODELAY socket option.
setTeiClass(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
Sets the TagExtraInfo class.
setTempDir(String) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Sets the temporary directory path.
setTerminateOnStartFailure(boolean) - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
Sets whether to terminate on start failure.
setTerminateOnStartFailure(boolean) - Method in class org.apache.catalina.ha.session.BackupManager
Sets whether to terminate the map on start failure.
setTestOnBorrow(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the {code testOnBorrow} property.
setTestOnBorrow(boolean) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Sets whether objects borrowed from the pool will be validated before being returned from the borrowObject() method.
setTestOnBorrow(boolean) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Sets the value for the testOnBorrow configuration attribute for pools created with this configuration instance.
setTestOnBorrow(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setTestOnBorrow(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setTestOnBorrow(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The indication of whether objects will be validated before being borrowed from the pool.
setTestOnBorrow(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setTestOnConnect(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setTestOnConnect(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setTestOnConnect(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Set to true if we should run the validation query when connecting to the database for the first time on a connection.
setTestOnConnect(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setTestOnCreate(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the {code testOnCreate} property.
setTestOnCreate(boolean) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Sets whether objects created for the pool will be validated before being returned from the borrowObject() method.
setTestOnCreate(boolean) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Sets the value for the testOnCreate configuration attribute for pools created with this configuration instance.
setTestOnReturn(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the testOnReturn property.
setTestOnReturn(boolean) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Sets whether objects borrowed from the pool will be validated when they are returned to the pool via the returnObject() method.
setTestOnReturn(boolean) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Sets the value for the testOnReturn configuration attribute for pools created with this configuration instance.
setTestOnReturn(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setTestOnReturn(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setTestOnReturn(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The indication of whether objects will be validated after being returned to the pool.
setTestOnReturn(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setTestString(String) - Method in class org.apache.catalina.valves.rewrite.RewriteCond
Sets the test string.
setTestWhileIdle(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the testWhileIdle property.
setTestWhileIdle(boolean) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
Sets whether objects sitting idle in the pool will be validated by the idle object evictor (if any - see BaseGenericObjectPool.setDurationBetweenEvictionRuns(Duration)).
setTestWhileIdle(boolean) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Sets the value for the testWhileIdle configuration attribute for pools created with this configuration instance.
setTestWhileIdle(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setTestWhileIdle(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setTestWhileIdle(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Set to true if query validation should take place while the connection is idle.
setTestWhileIdle(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setText(String) - Method in class org.apache.jasper.compiler.Node.TemplateText
Sets the text content of this template text node.
setThread() - Static method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
Start capturing thread's output.
setThreadBindingListener(ThreadBindingListener) - Method in interface org.apache.catalina.Context
Get the associated ThreadBindingListener.
setThreadBindingListener(ThreadBindingListener) - Method in class org.apache.catalina.core.StandardContext
 
setThreadBindingListener(ThreadBindingListener) - Method in class org.apache.catalina.startup.FailedContext
 
setThreadContentionMonitoringEnabled(boolean) - Static method in class org.apache.tomcat.util.Diagnostics
Enable or disable thread contention monitoring via the ThreadMxMXBean.
setThreadCount(String) - Method in class org.apache.jasper.JspC
Sets the number of threads to use for compilation.
setThreadCpuTimeEnabled(boolean) - Static method in class org.apache.tomcat.util.Diagnostics
Enable or disable thread cpu time measurement via the ThreadMxMXBean.
setThreadFactory(ThreadFactory) - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Sets the thread factory used to create new threads.
setThreadPriority(int) - Method in class org.apache.catalina.core.StandardThreadExecutor
Set the thread priority for new threads.
setThreadPriority(int) - Method in class org.apache.coyote.AbstractProtocol
Sets the thread priority.
setThreadPriority(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Set the priority of the worker threads.
setThreadRenewalDelay(long) - Method in class org.apache.catalina.core.StandardThreadExecutor
Set the thread renewal delay in milliseconds.
setThreadRenewalDelay(long) - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Sets the delay in milliseconds after which threads should be renewed.
setThreadsMaxIdleTime(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Set the maximum idle time for threads in the internal thread pool.
setThreshold(int) - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
Specifies the threshold (in seconds) used when checking for stuck threads.
setThreshold(long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport
Sets the query measurement threshold.
setThrowOnFailedAck(boolean) - Method in class org.apache.catalina.tribes.transport.AbstractSender
Sets whether to throw an exception on ACK failure.
setThrowOnFailure(boolean) - Method in class org.apache.catalina.util.LifecycleBase
Configure if a LifecycleException thrown by a subclass during LifecycleBase.initInternal(), LifecycleBase.startInternal(), LifecycleBase.stopInternal() or LifecycleBase.destroyInternal() will be re-thrown for the caller to handle or if it will be logged instead.
setThrowOnInitFailure(boolean) - Method in class org.apache.catalina.startup.Catalina
Set the behavior regarding errors that could occur during server init.
setTicketKeys(byte[]) - Method in class org.apache.tomcat.util.net.openssl.OpenSSLSessionContext
Sets the SSL session ticket keys of this context.
setTime(int, Time) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setTime(int, Time, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setTime(String, Time) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setTime(String, Time, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setTimeBetweenEvictionRuns(Duration) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
setTimeBetweenEvictionRuns(Duration) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
Sets the value for the timeBetweenEvictionRuns configuration attribute for pools created with this configuration instance.
setTimeBetweenEvictionRunsMillis(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setTimeBetweenEvictionRunsMillis(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setTimeBetweenEvictionRunsMillis(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The number of milliseconds to sleep between runs of the idle connection validation, abandoned cleaner and idle pool resizing.
setTimeBetweenEvictionRunsMillis(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setTimeBetweenEvictionRunsMillis(long) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
setTimeBetweenEvictionRunsMillis(long) - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
setTimeBetweenEvictionRunsMillis(long) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
setTimeBetweenEvictionRunsMillis(long) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
setTimeFormat(String) - Method in class org.apache.juli.OneLineFormatter
Specify the time format to use for time stamps in log messages.
setTimeLimit(int) - Method in class org.apache.catalina.realm.JNDIRealm
Set the time limit.
setTimeout(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Sets the socket timeout in milliseconds.
setTimeout(long) - Method in class org.apache.catalina.core.AsyncContextImpl
 
setTimeout(long) - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
setTimeout(long) - Method in interface org.apache.catalina.tribes.transport.DataSender
Set the socket timeout.
setTimeoutInterval(long) - Method in class org.apache.tomcat.util.net.SocketProperties
Sets the minimum frequency of the timeout interval in milliseconds.
setTimestamp(int, Timestamp) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setTimestamp(int, Timestamp, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setTimestamp(long) - Method in interface org.apache.catalina.ha.ClusterMessage
Set the timestamp for this message.
setTimestamp(long) - Method in class org.apache.catalina.ha.ClusterMessageBase
 
setTimestamp(long) - Method in class org.apache.catalina.ha.deploy.UndeployMessage
 
setTimestamp(long) - Method in class org.apache.catalina.ha.session.SessionMessageImpl
Set message send time but only the first setting works (one shot)
setTimestamp(long) - Method in interface org.apache.catalina.tribes.ChannelMessage
Sets the timestamp of this message.
setTimestamp(long) - Method in class org.apache.catalina.tribes.io.ChannelData
 
setTimestamp(long) - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Sets a timestamp on this connection.
setTimestamp(String, Timestamp) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setTimestamp(String, Timestamp, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setTimestampField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
Sets the name of the field containing the server-determined timestamp.
setTimeZone(TimeZone) - Method in class org.apache.catalina.util.Strftime
Change the timezone used to format dates
setting(Setting, long) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
SETTINGS_ACK - Static variable in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
SETTINGS ACK frame with zero payload length and zero stream ID.
settingsEnd(boolean) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
setTldCache(TldCache) - Method in class org.apache.jasper.EmbeddedServletOptions
Sets the TLD cache instance.
setTldScan(String) - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
Sets the TLD scan pattern.
setTldScanTime(long) - Method in class org.apache.catalina.core.StandardContext
Sets the time (in milliseconds) spent scanning TLDs during startup.
setTldSkip(String) - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
Sets the TLD skip pattern.
setTldValidation(boolean) - Method in interface org.apache.catalina.Context
Controls whether the parsing of *.tld files for this Context will be performed by a validating parser.
setTldValidation(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setTldValidation(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setTlibVersion(String) - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
Sets the tag library version.
setTls13RenegotiationAvailable(boolean) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets whether TLS 1.3 renegotiation is available.
setTodir(File) - Method in class org.apache.tomcat.buildutil.Txt2Html
Sets the directory to contain the resulting files
setToken(String) - Method in class org.apache.catalina.tribes.membership.cloud.TokenStreamProvider
Sets the bearer token for authentication.
setTomcatAuthentication(boolean) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Sets whether authentication should be done in Tomcat.
setTomcatAuthorization(boolean) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Sets whether authorization should be done by Tomcat.
setTotalNrOfMsgs(long) - Method in class org.apache.catalina.ha.deploy.FileMessage
Sets the total number of messages in the file transfer.
setTrackLockedFiles(boolean) - Method in interface org.apache.catalina.WebResourceRoot
Controls whether the track locked files feature is enabled.
setTrackLockedFiles(boolean) - Method in class org.apache.catalina.webresources.StandardRoot
 
setTrailerFields(Supplier) - Method in class org.apache.catalina.connector.Response
 
setTrailerFields(Supplier) - Method in class org.apache.catalina.connector.ResponseFacade
 
setTrailerFields(Supplier) - Method in class org.apache.coyote.Response
Set the trailer fields supplier.
setTrainThreshold(int) - Method in class org.apache.tomcat.util.buf.StringCache
Sets the number of toString calls required before the cache is built.
setTransaction(ContextTransaction) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
Set the transaction object.
setTransactionIsolation(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
setTransactionIsolation(int) - Method in interface org.apache.tomcat.dbcp.dbcp2.PoolableConnectionMXBean
setTransactionManager(TransactionManager) - Method in class org.apache.tomcat.dbcp.dbcp2.managed.BasicManagedDataSource
Sets the required transaction manager property.
setTransactionRegistry(TransactionRegistry) - Method in class org.apache.tomcat.dbcp.dbcp2.managed.ManagedDataSource
Sets the transaction registry from the XAConnectionFactory used to create the pool.
setTransactionSynchronizationRegistry(TransactionSynchronizationRegistry) - Method in class org.apache.tomcat.dbcp.dbcp2.managed.BasicManagedDataSource
Sets the optional TransactionSynchronizationRegistry property.
setTransactionTimeout(int) - Method in class org.apache.tomcat.dbcp.dbcp2.managed.LocalXAConnectionFactory.LocalXAResource
Always returns false since we have no way to set a transaction timeout on a JDBC connection.
setTransformation(Transformation) - Method in class org.apache.tomcat.websocket.server.WsRemoteEndpointImplServer
 
setTransformation(Transformation) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
Sets the transformation for this endpoint.
setTransientAttributes(List) - Method in class org.apache.catalina.storeconfig.StoreDescription
Sets the list of attribute names that should not be persisted.
setTransientChildren(List) - Method in class org.apache.catalina.storeconfig.StoreDescription
Sets the list of child class names that should not be persisted.
setTransport(MultiPointSender) - Method in class org.apache.catalina.tribes.transport.ReplicationTransmitter
Set the transport used for message sending.
setTransportGuaranteeRedirectStatus(int) - Method in class org.apache.catalina.realm.RealmBase
Set the HTTP status code used when the container needs to issue an HTTP redirect to meet the requirements of a configured transport guarantee.
setTrimCredentials(boolean) - Method in class org.apache.catalina.authenticator.BasicAuthenticator
Deprecated.
Will be removed in Tomcat 11 onwards.
setTrimDirectiveWhitespaces(boolean) - Method in class org.apache.jasper.compiler.PageInfo
Sets whether directive whitespaces are trimmed.
setTrimDirectiveWhitespaces(String, Node, ErrorDispatcher, boolean) - Method in class org.apache.jasper.compiler.PageInfo
Sets the trimDirectiveWhitespaces attribute.
setTrimSpaces(boolean) - Method in class org.apache.jasper.JspC
Sets the trim spaces option for backwards compatibility with 8.5.x.
setTrimSpaces(String) - Method in class org.apache.jasper.JspC
Sets the option to control handling of template text that consists entirely of whitespace.
setTrimSpaces(TrimSpacesOption) - Method in class org.apache.jasper.JspC
Sets the option to control handling of template text that consists entirely of whitespace.
setTrimWhitespace(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
Sets whether to trim directive whitespaces.
setTrustedProxies(String) - Method in class org.apache.catalina.filters.RemoteIpFilter
Regular expression defining proxies that are trusted when they appear in the RemoteIpFilter.remoteIpHeader header.
setTrustedProxies(String) - Method in class org.apache.catalina.valves.RemoteIpValve
Regular expression defining proxies that are trusted when they appear in the RemoteIpValve.remoteIpHeader header.
setTrustManagerClassName(String) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets the trust manager class name.
setTrustStore(KeyStore) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets the truststore.
setTruststoreAlgorithm(String) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets the truststore algorithm.
setTruststoreFile(String) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets the truststore file.
setTruststorePassword(String) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets the truststore password.
setTruststoreProvider(String) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets the truststore provider.
setTruststoreType(String) - Method in class org.apache.tomcat.util.net.SSLHostConfig
Sets the truststore type.
setTtl(int) - Method in class org.apache.catalina.ha.backend.HeartbeatListener
Set the TTL for Multicast packets.
setTtl(int) - Method in class org.apache.catalina.tribes.membership.McastService
Set the TTL.
setTtl(long) - Method in class org.apache.catalina.webresources.Cache
Sets the time-to-live for cached entries.
setTxBufSize(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
 
setTxBufSize(int) - Method in interface org.apache.catalina.tribes.transport.DataSender
Set the transmit buffer size.
setTxBufSize(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Sets the size of the transmit buffer for TCP connections.
setTxBufSize(int) - Method in class org.apache.tomcat.util.net.SocketProperties
Sets the socket send buffer size in bytes.
setType(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Set the type flag.
setType(String) - Method in class org.apache.catalina.ant.jmx.Arg
Sets the argument type.
setType(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
Set the data type for comparison.
setType(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
Set the value type.
setType(String) - Method in class org.apache.catalina.ant.ResourcesTask
Set the fully qualified class name of the resource type being requested.
setType(String) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Attribute
Sets the attribute type, with short name resolution.
setType(String) - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
Set the name of the resource implementation class.
setType(String) - Method in class org.apache.tomcat.util.modeler.FeatureInfo
 
setType(String) - Method in class org.apache.tomcat.util.modeler.ManagedBean
Set the fully qualified name of the Java class of the resource implementation class.
setType(String) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
Used if a single component is loaded
setTypeMap(Map) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
setTypeValue(String) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Set the MIME type value.
setUdpBased(boolean) - Method in class org.apache.catalina.tribes.transport.AbstractSender
Sets whether this sender uses UDP-based communication.
setUdpPort(int) - Method in class org.apache.catalina.tribes.membership.MemberImpl
Set the UDP port.
setUdpPort(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
Sets the UDP port of the destination.
setUdpPort(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Sets the UDP port number.
setUdpRxBufSize(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
Sets the receive buffer size for UDP connections.
setUdpRxBufSize(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Sets the size of the receive buffer for UDP connections.
setUdpTxBufSize(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
Sets the transmit buffer size for UDP connections.
setUdpTxBufSize(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Sets the size of the transmit buffer for UDP connections.
setUndeployOldVersions(boolean) - Method in class org.apache.catalina.core.StandardHost
 
setUndeployOldVersions(boolean) - Method in interface org.apache.catalina.Host
Set to true if the Host should automatically undeploy old versions of applications deployed using parallel deployment.
setUnicodeStream(int, InputStream, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
Deprecated.
Use setAsciiStream(), setCharacterStream() or setNCharacterStream()
setUniqueId(byte[]) - Method in class org.apache.catalina.tribes.io.ChannelData
Sets the unique identifier for this message.
setUniqueId(byte[]) - Method in class org.apache.catalina.tribes.membership.MemberImpl
Set the unique ID.
setUniqueId(String) - Method in class org.apache.catalina.tribes.membership.StaticMember
Sets the unique identifier for this member.
setUnixDomainSocketPath(String) - Method in class org.apache.tomcat.util.net.NioEndpoint
Sets the Unix domain socket path.
setUnixDomainSocketPathPermissions(String) - Method in class org.apache.tomcat.util.net.NioEndpoint
Sets the Unix domain socket path permissions.
setUnless(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
Only execute if a property of the given name does not exist in the current project.
setUnless(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Only execute if a property of the given name does not exist in the current project.
setUnloadDelay(long) - Method in class org.apache.catalina.core.StandardContext
Set the value of the unloadDelay flag, which represents the amount of ms that the container will wait when unloading servlets.
setUnlockTimeout(int) - Method in class org.apache.tomcat.util.net.SocketProperties
Sets the unlock timeout in milliseconds.
setUnpackWAR(boolean) - Method in class org.apache.catalina.core.StandardContext
Unpack WAR flag mutator.
setUnpackWARs(boolean) - Method in class org.apache.catalina.core.StandardHost
Unpack WARs flag mutator.
setUnpackWARs(boolean) - Method in class org.apache.catalina.startup.HostConfig
Set the unpack WARs flag.
setupConnection(PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
configures a pooled connection as a proxy.
setUpdate(boolean) - Method in class org.apache.catalina.ant.DeployTask
Set whether to update existing webapps.
setupDefaults(Connection, String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Sets up the defaults for a given connection.
setupDefaults(Connection, String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
 
setupDefaults(Connection, String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.SharedPoolDataSource
 
setupDefaultStack() - Method in class org.apache.catalina.tribes.group.GroupChannel
Sets up the default implementation interceptor stack if no interceptors have been added
setupFromContext(ServletContext) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Uses the ServletContext to set some CGI variables
setupFromRequest(HttpServletRequest) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Uses the HttpServletRequest to set most CGI variables
setupMember(Member) - Method in class org.apache.catalina.tribes.membership.StaticMembershipProvider
Sets up a member after it joins.
setupMembership() - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
Initialize the membership store if not already set.
setupMembership() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Initializes the membership if not already set up.
setupMembership() - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
Initializes the membership tracker if not already set up.
setupSocket() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
Setup the multicast socket.
setUrgency(int) - Method in class org.apache.tomcat.util.http.parser.Priority
Sets the urgency value.
setUri(String) - Method in class org.apache.jasper.compiler.ELNode.Function
Sets the URI associated with this function's namespace.
setUri(String) - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
Sets the URI of the tag library.
setURIConverter(B2CConverter) - Method in class org.apache.catalina.connector.Request
Set the URI converter.
setURIEncoding(String) - Method in class org.apache.catalina.connector.Connector
Set the URI encoding to be used for the URI.
setUriroot(String) - Method in class org.apache.jasper.JspC
Base dir for the webapp.
setUrl(String) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
Sets the URL of the Manager application to be used.
setUrl(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
Set the JMX URL.
setUrl(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Set the JMX MBeanServer URL.
setUrl(String) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the {code connection string}.
setUrl(String) - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Sets the value of URL string used to locate the database for this data source.
setUrl(String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setUrl(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setUrl(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Sets the URL used to connect to the database
setUrl(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setURL(int, URL) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
 
setURL(String, URL) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
setURL(URL) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Sets the URL of the web.xml.
setURL(URL, String, String, int, String, String, String, String, String) - Method in class org.apache.catalina.webresources.war.Handler
 
setUrlCacheProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
Set the URL cache protection flag.
setURLDecoder(UDecoder) - Method in class org.apache.tomcat.util.http.Parameters
Set the URL decoder to use for decoding parameter names and values.
setUrlPatternLimits(BufferedReader) - Method in class org.apache.catalina.valves.ParameterLimitValve
Set the mapping of URL patterns to their corresponding parameter limits.
setUrlPatternLimits(String) - Method in class org.apache.catalina.valves.ParameterLimitValve
Set the mapping of URL patterns to their corresponding parameter limits from a string containing the configuration.
setUsage(String) - Method in class org.apache.tomcat.util.descriptor.web.MessageDestinationRef
Set the usage.
setUsageThreshold(String, long) - Static method in class org.apache.tomcat.util.Diagnostics
Set usage threshold in MemoryPoolMXBean
setUseAsyncIO(boolean) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Set whether asynchronous IO is enabled.
setUseBloomFilterForArchives(boolean) - Method in interface org.apache.catalina.Context
Deprecated.
This method will be removed in Tomcat 11 onwards Use WebResourceRoot.setArchiveIndexStrategy(String)
setUseBloomFilterForArchives(boolean) - Method in class org.apache.catalina.core.StandardContext
Deprecated.
setUseBloomFilterForArchives(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setUseBodyEncodingForURI(boolean) - Method in class org.apache.catalina.connector.Connector
Set if the entity body encoding should be used for the URI.
setUseBufferPool(boolean) - Method in class org.apache.catalina.tribes.transport.AbstractRxTask
Sets whether to use the buffer pool.
setUseBufferPool(boolean) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Sets whether a buffer pool should be used for message handling.
setUseClientMode(boolean) - Method in class org.apache.tomcat.util.net.openssl.OpenSSLEngine
 
setUseContextClassLoader(boolean) - Method in class org.apache.catalina.realm.JAASRealm
Sets whether to use the context or default ClassLoader.
setUseContextClassLoader(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
Sets whether to use the context or default ClassLoader.
setUseContextClassLoader(boolean) - Method in class org.apache.tomcat.util.digester.Digester
Determine whether to use the Context ClassLoader (the one found by calling Thread.currentThread().getContextClassLoader()) to resolve/load classes that are defined in various rules.
setUseDeepClone(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
Set whether to use deep clone.
setUseDelegatedCredential(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
Set the useDelegatedCredential flag.
setUseDisposableConnectionFacade(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setUseDisposableConnectionFacade(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setUseDisposableConnectionFacade(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
If set to true, the connection will be wrapped with facade that will disallow the connection to be used after Connection.close() is called.
setUseDisposableConnectionFacade(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setUseEquals(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setUseEquals(boolean) - Method in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
Set to true if string comparisons (for the JdbcInterceptor.compare(String, Method) and JdbcInterceptor.compare(String, String) methods) should use the Object.equals(Object) method The default is false
setUseEquals(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setUseEquals(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Set to true if you wish the ProxyConnection class to use String.equals instead of == when comparing method names.
setUseEquals(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setUseExactMatch(boolean) - Method in class org.apache.tomcat.util.digester.CallMethodRule
Set whether MethodUtils.invokeExactMethod should be used for the reflection.
setUseGeneratedCode(boolean) - Method in class org.apache.catalina.startup.Catalina
Set whether generated code should be used.
setUseHttpOnly(boolean) - Method in interface org.apache.catalina.Context
Sets the use HttpOnly cookies for session cookies flag.
setUseHttpOnly(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setUseHttpOnly(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setUseInheritedChannel(boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint
Sets whether to use an inherited channel.
setUseIPVHosts(boolean) - Method in class org.apache.catalina.connector.Connector
Enable the use of IP-based virtual hosting.
setUseKeepAliveResponseHeader(boolean) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Set the flag that controls whether the Keep-Alive response header will be used.
setUseLock(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setUseLock(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setUseLock(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Set to true if a lock should be used when operations are performed on the connection object.
setUseLock(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setUseLongContentLength(boolean) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
 
setUseNaming(boolean) - Method in class org.apache.catalina.core.StandardContext
Enables or disables naming.
setUseNaming(boolean) - Method in class org.apache.catalina.startup.Catalina
Enables or disables naming support.
setUseNonstandardTagOptimizations(String) - Method in class org.apache.jasper.JspC
Sets the set of custom tags to use nonstandard optimizations.
setUseOpenSSL(boolean) - Method in class org.apache.catalina.core.AprLifecycleListener
Configures whether to use OpenSSL.
setUseOpenSSL(boolean) - Static method in class org.apache.catalina.core.AprStatus
Deprecated.
 
setUseOpenSSL(boolean) - Method in class org.apache.catalina.core.OpenSSLLifecycleListener
Sets whether to use OpenSSL.
setUseOpenSSL(boolean) - Static method in class org.apache.tomcat.jni.AprStatus
Sets whether to use OpenSSL.
setUseOpenSSL(boolean) - Static method in class org.apache.tomcat.util.net.openssl.OpenSSLStatus
Sets whether OpenSSL should be used.
setUsePartitioned(boolean) - Method in interface org.apache.catalina.Context
Configure whether the Partitioned attribute should be added to session cookies created for this web application.
setUsePartitioned(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setUsePartitioned(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setUsePeerAddress(boolean) - Method in class org.apache.catalina.valves.RequestFilterValve
Set the flag deciding whether we use the connection peer address or the remote address.
setUsePropertiesFile(boolean) - Method in class org.apache.catalina.valves.ProxyErrorReportValve
Sets whether to use a properties file for the redirect URLs.
setUser(String) - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Sets the value of default user (login or user name).
setUserAgentField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
Sets the name of the field containing the user agent.
setUserAttributes(String) - Method in class org.apache.catalina.realm.RealmBase
Set the comma separated names of user attributes to additionally query from the realm.
setUserBase(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the base element for user searches.
setUserClass(String) - Method in class org.apache.catalina.startup.UserConfig
Sets the user database class name.
setUserClassNames(String) - Method in class org.apache.catalina.realm.JAASRealm
Sets the list of comma-delimited classes that represent individual users.
setUserConfig(UserConfig) - Method in class org.apache.catalina.startup.HomesUserDatabase
 
setUserConfig(UserConfig) - Method in class org.apache.catalina.startup.PasswdUserDatabase
 
setUserConfig(UserConfig) - Method in interface org.apache.catalina.startup.UserDatabase
Set the UserConfig listener with which this UserDatabase is associated.
setUserConstraint(String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
Set the user data constraint for this security constraint.
setUserCredCol(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Set the column in the user table that holds the user's credentials.
setUserCredCol(String) - Method in class org.apache.catalina.users.DataSourceUserDatabase
Set the column in the user table that holds the user's credentials.
setUseRedirect(boolean) - Method in class org.apache.catalina.valves.ProxyErrorReportValve
Sets whether to use a redirect or proxy for the error report.
setUseRelativeRedirects(boolean) - Method in interface org.apache.catalina.Context
Controls whether HTTP 1.1 and later location headers generated by a call to HttpServletResponse.sendRedirect(String) will use relative or absolute redirects.
setUseRelativeRedirects(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setUseRelativeRedirects(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setUserField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
Sets the name of the field containing the remote user name.
setUserFullNameCol(String) - Method in class org.apache.catalina.users.DataSourceUserDatabase
Set the column name used for user full names.
setUserGroupTable(String) - Method in class org.apache.catalina.users.DataSourceUserDatabase
Set the table that holds the relation between users and groups.
setUsername(String) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
Sets the login username for the Manager application.
setUsername(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
Set the JMX username.
setUsername(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Set the login username.
setUsername(String) - Method in interface org.apache.catalina.User
Set the logon username of this user, which must be unique within the scope of a UserDatabase.
setUsername(String) - Method in class org.apache.catalina.users.AbstractUser
 
setUsername(String) - Method in class org.apache.catalina.users.GenericUser
 
setUsername(String) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the {code userName}.
setUsername(String) - Method in class org.apache.tomcat.dbcp.dbcp2.managed.DataSourceXAConnectionFactory
Sets the user name used to authenticate new connections.
setUsername(String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setUsername(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setUsername(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Sets the username used to establish the connection with It will also be a property called 'user' in the database properties.
setUsername(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setUserNameCol(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Set the column in the user table that holds the user's name.
setUserNameCol(String) - Method in class org.apache.catalina.users.DataSourceUserDatabase
Set the column in the user table that holds the user's name.
setUserPassword(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the password attribute used to retrieve the user password.
setUserPattern(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the message format pattern for selecting users in this Realm.
setUserPrincipal(Principal) - Method in class org.apache.catalina.connector.Request
Set the Principal who has been authenticated for this Request.
setUserRoleAttribute(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the user role attribute name.
setUserRoleName(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the user role name attribute name for this Realm.
setUserRoleTable(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Set the table that holds the relation between user's and roles.
setUserRoleTable(String) - Method in class org.apache.catalina.users.DataSourceUserDatabase
Set the table that holds the relation between user's and roles.
setUserSearch(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the message format pattern for selecting users in this Realm.
setUserSearchAsUser(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
Set the userSearchAsUser flag.
setUserSubtree(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
Set the "search subtree for users" flag.
setUserTable(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Set the table that holds user data.
setUserTable(String) - Method in class org.apache.catalina.users.DataSourceUserDatabase
Set the table that holds user data.
setUseSendfile(boolean) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Set whether sendfile is enabled for this connector.
setUseSendfile(boolean) - Method in class org.apache.coyote.http2.Http2Protocol
Enables or disables sendfile.
setUseSendfile(boolean) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Set the sendfile flag.
setUseShutdownHook(boolean) - Method in class org.apache.catalina.startup.Catalina
Set whether to use a shutdown hook.
setUseShutdownHook(boolean) - Method in class org.apache.juli.ClassLoaderLogManager
Sets whether the shutdown hook is used to perform clean-up on JVM shutdown.
setUseStartTls(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
Flag whether StartTLS should be used when connecting to the ldap server
setUseStatementFacade(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setUseStatementFacade(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setUseStatementFacade(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Set this to true if you wish to wrap statements in order to enable equals() and hashCode() methods to be called on the closed statements if any statement proxy is set.
setUseStatementFacade(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setUseStaticPrincipal(boolean) - Method in class org.apache.catalina.realm.UserDatabaseRealm
Allows using a static principal disconnected from the user database.
setUseTagPlugin(boolean) - Method in class org.apache.jasper.compiler.Node.CustomTag
Sets whether to use a tag plugin for this custom tag.
setUseThread(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
Sets whether to use a dedicated thread for pinging.
setUseThread(boolean) - Method in class org.apache.catalina.tribes.membership.StaticMembershipService
Sets whether to use a background thread for pinging.
setUseUsageTracking(boolean) - Method in class org.apache.tomcat.dbcp.pool2.impl.AbandonedConfig
If the pool implements UsageTracking, configure whether the pool should 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.
setUseVirtualThreads(boolean) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Set whether virtual threads should be used.
setUtilityExecutor(ScheduledExecutorService) - Method in interface org.apache.catalina.tribes.Channel
Set the executor that can be used for utility tasks.
setUtilityExecutor(ScheduledExecutorService) - Method in class org.apache.catalina.tribes.group.GroupChannel
 
setUtilityExecutor(ScheduledExecutorService) - Method in class org.apache.coyote.AbstractProtocol
Sets the utility executor for this protocol handler.
setUtilityExecutor(ScheduledExecutorService) - Method in interface org.apache.coyote.ProtocolHandler
Set the utility executor that should be used by the protocol handler.
setUtilityExecutor(ScheduledExecutorService) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Set the utility executor.
setUtilityThreads(int) - Method in class org.apache.catalina.core.StandardServer
 
setUtilityThreads(int) - Method in interface org.apache.catalina.Server
Set the utility thread count.
setUtilityThreadsAsDaemon(boolean) - Method in class org.apache.catalina.core.StandardServer
Set the utility threads daemon flag.
setValid(boolean) - Method in class org.apache.catalina.manager.DummyProxySession
 
setValid(boolean) - Method in interface org.apache.catalina.Session
Set the isValid flag for this session.
setValid(boolean) - Method in class org.apache.catalina.session.StandardSession
 
setValidate(boolean) - Method in class org.apache.catalina.realm.RealmBase
Set the "validate certificate chains" flag.
setValidateClientProvidedNewSessionId(boolean) - Method in interface org.apache.catalina.Context
When a client provides the ID for a new session, should that ID be validated?
setValidateClientProvidedNewSessionId(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setValidateClientProvidedNewSessionId(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setValidateTld(boolean) - Method in class org.apache.jasper.JspC
Sets the option to validate TLD files.
setValidateUri(boolean) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Set whether the URI should be validated as required by RFC2617.
setValidateXml(boolean) - Method in class org.apache.jasper.JspC
Sets the option to validate XML files.
setValidating(boolean) - Method in class org.apache.tomcat.util.digester.Digester
Set the validating parser flag.
setValidationInterval(long) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setValidationInterval(long) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setValidationInterval(long) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
avoid excess validation, only run validation at most at this frequency - time in milliseconds.
setValidationInterval(long) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setValidationQuery(String) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the {code validationQuery}.
setValidationQuery(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Sets the SQL query that will be used to validate connections from this pool before returning them to the caller.
setValidationQuery(String) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Sets the query I use to validate Connections.
setValidationQuery(String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setValidationQuery(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setValidationQuery(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The SQL query that will be used to validate connections from this pool before returning them to the caller or pool.
setValidationQuery(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setValidationQueryTimeout(int) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
setValidationQueryTimeout(int) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
setValidationQueryTimeout(int) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
setValidationQueryTimeout(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setValidationQueryTimeout(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setValidationQueryTimeout(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
The timeout in seconds before a connection validation queries fail.
setValidationQueryTimeout(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setValidationQueryTimeout(Duration) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Sets the validation query timeout, the amount of time, in seconds, that connection validation will wait for a response from the database when executing a validation query.
setValidationQueryTimeout(Duration) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Sets the timeout duration before the validation query fails.
setValidationQueryTimeout(Duration) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Sets the validation query timeout, the amount of time, that connection validation will wait for a response from the database when executing a validation query.
setValidator(Validator) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setValidator(Validator) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setValidator(Validator) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Sets the validator object If this is a non null object, it will be used as a validator instead of the validationQuery If this is null, remove the usage of the validator.
setValidator(Validator) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setValidator(ValidatorXml) - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
Sets the validator configuration.
setValidatorClass(String) - Method in class org.apache.tomcat.util.descriptor.tld.ValidatorXml
Sets the validator class name.
setValidatorClassName(String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
setValidatorClassName(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
setValidatorClassName(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
Set the name for an optional validator class which will be used in place of test queries.
setValidatorClassName(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
setValue(ELContext, Object) - Method in class org.apache.el.ValueExpressionImpl
 
setValue(ELContext, Object) - Method in class org.apache.el.ValueExpressionLiteral
 
setValue(ELContext, Object) - Method in class org.apache.jasper.el.JspValueExpression
 
setValue(ELContext, Object, Object, Object) - Method in class org.apache.el.stream.StreamELResolverImpl
 
setValue(ELContext, Object, Object, Object) - Method in class org.apache.jasper.el.ELResolverImpl
Deprecated.
 
setValue(ELContext, Object, Object, Object) - Method in class org.apache.jasper.el.JasperELResolver.GraalBeanELResolver
 
setValue(Serializable) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
Sets the value for this message.
setValue(String) - Method in class org.apache.catalina.ant.jmx.Arg
Sets the argument value.
setValue(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
Set the expected attribute value.
setValue(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
Set the attribute value.
setValue(String) - Method in class org.apache.catalina.ant.JMXSetTask
Set method for the attribute value.
setValue(String) - Method in class org.apache.catalina.authenticator.jaspic.PersistentProviderRegistrations.Property
Sets the value of the property.
setValue(String) - Method in class org.apache.tomcat.util.descriptor.web.ApplicationParameter
Sets the value of this parameter.
setValue(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextEnvironment
Sets the value of this environment entry.
setValue(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
Allow "set" operations, which removes all current values for this header.
setValue(String) - Method in class org.apache.tomcat.util.net.openssl.OpenSSLConfCmd
Sets the command value.
setValue(Node.JspAttribute) - Method in class org.apache.jasper.compiler.Node.ParamAction
Sets the value attribute for this param action.
setValue(Node.JspAttribute) - Method in class org.apache.jasper.compiler.Node.SetProperty
Sets the value attribute for this setProperty action.
setValue(V) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
Sets the value for this entry.
setValveSkip(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
Set the valve skip flag.
setVariable(String, ValueExpression) - Method in class org.apache.el.lang.VariableMapperFactory
 
setVariable(String, ValueExpression) - Method in class org.apache.el.lang.VariableMapperImpl
 
setVariableMapper(VariableMapper) - Method in class org.apache.jasper.el.ELContextImpl
Set the variable mapper.
setVariableValue(String, String) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
Set the named variable to the specified value.
setVariableValue(String, String) - Method in class org.apache.catalina.ssi.SSIMediator
Sets the value of the named variable.
setVariableValue(String, String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
Set an SSI variable value as a request attribute.
setVerbose(int) - Method in class org.apache.jasper.JspC
Sets the verbosity level.
setVerboseClassLoading(boolean) - Static method in class org.apache.tomcat.util.Diagnostics
Set verbose class loading
setVerboseGarbageCollection(boolean) - Static method in class org.apache.tomcat.util.Diagnostics
Set verbose garbage collection logging
setVerify(long, int, int) - Static method in class org.apache.tomcat.jni.SSL
Set Type of Client Certificate verification and Maximum depth of CA Certificates in Client Certificate verification.
setVerify(long, int, int) - Static method in class org.apache.tomcat.jni.SSLContext
Set Type of Client Certificate verification and Maximum depth of CA Certificates in Client Certificate verification.
setVersion(long) - Method in class org.apache.catalina.ha.session.DeltaSession
 
setVersion(long) - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
Forces a certain version to a replicated map entry
setVersion(long) - Static method in class org.apache.tomcat.util.net.openssl.OpenSSLStatus
Sets the OpenSSL version.
setVersion(String) - Method in class org.apache.catalina.ant.AbstractCatalinaCommandTask
Sets the version.
setVersion(String) - Method in class org.apache.catalina.storeconfig.StoreRegistry
Sets the version of this registry.
setVersion(String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Set the version for this web.xml file
setVirtualHostField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
Sets the name of the field containing the virtual host information (this is in fact the server name).
setWantClientAuth(boolean) - Method in class org.apache.tomcat.util.net.openssl.OpenSSLEngine
 
setWar(String) - Method in class org.apache.catalina.ant.DeployTask
Set the WAR file URL.
setWarnOnSessionAttributeFilterFailure(boolean) - Method in class org.apache.catalina.session.ManagerBase
Configure whether or not a warn level log message should be generated if a session attribute is not persisted / replicated / restored.
setWatchDir(String) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Sets the watch directory path.
setWatchEnabled(boolean) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Sets whether the watch directory feature is enabled.
setWatchSource(boolean) - Method in class org.apache.catalina.users.MemoryUserDatabase
Set whether to watch the source file for changes.
setWebappJar(boolean) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Sets whether this descriptor came from a webapp JAR.
setWebAppMount(String) - Method in class org.apache.catalina.webresources.AbstractResourceSet
Sets the web app mount.
setWebappVersion(String) - Method in interface org.apache.catalina.Context
Set the version of this web application - used to differentiate different versions of the same web application when using parallel deployment.
setWebappVersion(String) - Method in class org.apache.catalina.core.StandardContext
 
setWebappVersion(String) - Method in class org.apache.catalina.startup.FailedContext
 
setWebFragmentXml(String) - Method in class org.apache.jasper.JspC
File where we generate a complete web-fragment.xml with the class definitions.
setWebXml(String) - Method in class org.apache.jasper.JspC
File where we generate a complete web.xml with the class definitions.
setWebXmlEncoding(String) - Method in class org.apache.jasper.JspC
Sets the encoding to be used to read and write web.xml files.
setWebXmlInclude(String) - Method in class org.apache.jasper.JspC
File where we generate configuration with the class definitions to be included in a web.xml file.
setWidth(Node.JspAttribute) - Method in class org.apache.jasper.compiler.Node.PlugIn
 
setWorkDir(String) - Method in class org.apache.catalina.core.StandardContext
Set the work directory for this Context.
setWorkDir(String) - Method in class org.apache.catalina.core.StandardHost
Set host work directory base.
setWorker(String) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
Set the worker name.
setWorkerClusterDomain(String) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
Set the worker cluster domain.
setWorkerDisabled(Boolean) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
Set the worker disabled flag.
setWorkerLb(String) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
Set the worker load balancing configuration.
setWorkerLoadFactor(Integer) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
Set the worker load factor.
setWorkerRedirect(String) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
Set the worker redirect target.
setWorkerStopped(Boolean) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
Set the worker stopped flag.
setWorkerThreadName(String) - Method in class org.apache.coyote.RequestInfo
Set the worker thread name.
setWorkerType(String) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
Set the worker type.
setWrapper(Wrapper) - Method in interface org.apache.catalina.ContainerServlet
Set the Wrapper with which this Servlet is associated.
setWrapper(Wrapper) - Method in class org.apache.catalina.manager.host.HostManagerServlet
 
setWrapper(Wrapper) - Method in class org.apache.catalina.manager.ManagerServlet
 
setWrapperClass(String) - Method in interface org.apache.catalina.Context
Set the Java class name of the Wrapper implementation used for servlets registered in this Context.
setWrapperClass(String) - Method in class org.apache.catalina.core.StandardContext
 
setWrapperClass(String) - Method in class org.apache.catalina.startup.FailedContext
 
setWritable(Object, Object) - Static method in class org.apache.naming.ContextAccessController
Allow writing to a context.
setWriteable(boolean) - Method in class org.apache.tomcat.util.modeler.AttributeInfo
Sets whether this attribute is writable by management applications.
setWriteListener(WriteListener) - Method in class org.apache.catalina.connector.CoyoteOutputStream
 
setWriteListener(WriteListener) - Method in class org.apache.catalina.connector.OutputBuffer
Sets the write listener for this output buffer.
setWriteListener(WriteListener) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
setWriteListener(WriteListener) - Method in class org.apache.catalina.ssi.ByteArrayServletOutputStream
 
setWriteListener(WriteListener) - Method in class org.apache.coyote.http11.upgrade.UpgradeServletOutputStream
 
setWriteListener(WriteListener) - Method in class org.apache.coyote.Response
Set the write listener.
setWriter(ServletWriter) - Method in class org.apache.jasper.JspCompilationContext
Sets the writer used to write the generated Servlet source code.
setWriteResponseBodyStarted(boolean) - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
Sets whether writing the response body has started.
setWriteTimeout(long) - Method in class org.apache.coyote.http2.Http2Protocol
Sets the write timeout in milliseconds.
setWriteTimeout(long) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Set the timeout for writing.
setWsdlfile(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
Sets the location of the web service WSDL description.
setX509UsernameRetrieverClassName(String) - Method in class org.apache.catalina.realm.RealmBase
Sets the name of the class that will be used to extract usernames from X509 client certificates.
setXADataSource(String) - Method in class org.apache.tomcat.dbcp.dbcp2.managed.BasicManagedDataSource
Sets the optional XADataSource class name.
setXaDataSourceInstance(XADataSource) - Method in class org.apache.tomcat.dbcp.dbcp2.managed.BasicManagedDataSource
Sets the XADataSource instance used by the XAConnectionFactory.
setXmlBase(String) - Method in class org.apache.catalina.core.StandardHost
 
setXmlBase(String) - Method in interface org.apache.catalina.Host
Set the Xml root for this Host.
setXmlBlockExternal(boolean) - Method in interface org.apache.catalina.Context
Controls whether the parsing of web.xml, web-fragment.xml, *.tld, *.jspx, *.tagx and tagplugin.xml files for this Context will block the use of external entities.
setXmlBlockExternal(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setXmlBlockExternal(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setXmlNamespaceAware(boolean) - Method in interface org.apache.catalina.Context
Controls whether the parsing of web.xml and web-fragment.xml files for this Context will be performed by a namespace aware parser.
setXmlNamespaceAware(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setXmlNamespaceAware(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setXmlValidation(boolean) - Method in interface org.apache.catalina.Context
Controls whether the parsing of web.xml and web-fragment.xml files for this Context will be performed by a validating parser.
setXmlValidation(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setXmlValidation(boolean) - Method in class org.apache.catalina.startup.FailedContext
 
setXpoweredBy(boolean) - Method in class org.apache.catalina.connector.Connector
Enables or disables the generation of an X-Powered-By header (with value Servlet/2.5) for all servlet-generated responses returned by this Connector.
setXpoweredBy(boolean) - Method in class org.apache.jasper.JspC
Sets the option to enable generation of X-Powered-By response header.
setXssProtectionEnabled(boolean) - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
Deprecated.
SHA_256 - Enum constant in enum org.apache.catalina.authenticator.DigestAuthenticator.AuthDigest
SHA-256 digest algorithm.
SHA_512_256 - Enum constant in enum org.apache.catalina.authenticator.DigestAuthenticator.AuthDigest
SHA-512/256 digest algorithm.
SHA1 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.MessageDigest
SHA1 digest.
SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.MessageDigest
SHA256 digest.
SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.MessageDigest
SHA384 digest.
SharedPoolDataSource - Class in org.apache.tomcat.dbcp.dbcp2.datasources
A pooling DataSource appropriate for deployment within J2EE environment.
SharedPoolDataSource() - Constructor for class org.apache.tomcat.dbcp.dbcp2.datasources.SharedPoolDataSource
Default no-argument constructor for Serialization
SharedPoolDataSourceFactory - Class in org.apache.tomcat.dbcp.dbcp2.datasources
A JNDI ObjectFactory which creates SharedPoolDataSources
SharedPoolDataSourceFactory() - Constructor for class org.apache.tomcat.dbcp.dbcp2.datasources.SharedPoolDataSourceFactory
Constructs a new instance.
sharedState - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The state information that is shared with other configured LoginModule instances.
shouldAbandon() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Determines if a connection should be abandoned based on PoolProperties.abandonWhenPercentageFull setting.
shouldClose(PooledConnection, int) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Determines if a connection should be closed upon return to the pool.
shouldForceReconnect(String, String) - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Returns true if we must force reconnect based on credentials passed in.
shouldReleaseIdle(long, PooledConnection, long) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Determines whether an idle connection should be released from the pool.
SHOW_SUCCESS - Static variable in class org.apache.jasper.JspC
Command-line switch for showing success messages.
showServerInfo - Variable in class org.apache.catalina.servlets.DefaultServlet
Flag to determine if server information is presented.
showSuccess - Variable in class org.apache.jasper.JspC
Flag to show success messages.
shtmlRegEx - Variable in class org.apache.catalina.ssi.SSIFilter
Default pattern for matching SHTML content type.
shutdown() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
shutdown() - Method in class org.apache.catalina.core.StandardVirtualThreadExecutor
 
shutdown() - Method in class org.apache.juli.ClassLoaderLogManager
Shuts down the logging system.
shutdown() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLEngine
Destroys this engine.
shutdown() - Method in class org.apache.tomcat.util.threads.InlineExecutorService
 
shutdown() - Method in class org.apache.tomcat.util.threads.ScheduledThreadPoolExecutor
 
shutdown() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Initiates an orderly shutdown in which previously submitted tasks are executed, but no new tasks will be accepted.
shutdown() - Method in class org.apache.tomcat.util.threads.VirtualThreadExecutor
 
SHUTDOWN_PAYLOAD - Static variable in interface org.apache.catalina.tribes.Member
When a member leaves the cluster, the payload of the memberDisappeared member will be the following bytes.
shutdownExecutor() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Shutdown the internal executor.
shutdownExecutor() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
 
shutdownHook - Variable in class org.apache.catalina.startup.Catalina
Shutdown hook.
shutdownNow() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
shutdownNow() - Method in class org.apache.catalina.core.StandardVirtualThreadExecutor
 
shutdownNow() - Method in class org.apache.tomcat.util.threads.InlineExecutorService
 
shutdownNow() - Method in class org.apache.tomcat.util.threads.ScheduledThreadPoolExecutor
 
shutdownNow() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Attempts to stop all actively executing tasks, halts the processing of waiting tasks, and returns a list of the tasks that were awaiting execution.
shutdownNow() - Method in class org.apache.tomcat.util.threads.VirtualThreadExecutor
shutdownSSL(long) - Static method in class org.apache.tomcat.jni.SSL
SSL_shutdown
SignatureScheme - Enum in org.apache.tomcat.util.net.openssl.ciphers
All the signature schemes for TLS 1.3.
SIMPLE - Enum constant in enum org.apache.catalina.filters.CorsFilter.CORSRequestType
A simple HTTP request, i.e. it shouldn't be pre-flighted.
SIMPLE - Enum constant in enum org.apache.catalina.WebResourceRoot.ArchiveIndexStrategy
Simple strategy - no bloom filter, no retention.
SIMPLE_HTTP_REQUEST_CONTENT_TYPE_VALUES - Static variable in class org.apache.catalina.filters.CorsFilter
Collection of media type values for the Content-Type header that will be treated as 'simple'.
SimpleAuthConfigProvider - Class in org.apache.catalina.authenticator.jaspic
Basic implementation primarily intended for use when using third-party ServerAuthModule implementations that only provide the module.
SimpleAuthConfigProvider(Map, AuthConfigFactory) - Constructor for class org.apache.catalina.authenticator.jaspic.SimpleAuthConfigProvider
Creates a new SimpleAuthConfigProvider.
SimpleCoordinator - Class in org.apache.catalina.tribes.group.interceptors
A dinky coordinator, just uses a sorted version of the member array.
SimpleCoordinator() - Constructor for class org.apache.catalina.tribes.group.interceptors.SimpleCoordinator
Creates a new SimpleCoordinator instance.
simpleDateFormat - Variable in class org.apache.catalina.util.Strftime
The underlying SimpleDateFormat instance used for date formatting.
SimpleElementValue - Class in org.apache.tomcat.util.bcel.classfile
Represents a simple element value in an annotation, where the value is a primitive type or String referenced by an index in the constant pool.
SimpleInstanceManager - Class in org.apache.tomcat
SimpleInstanceManager implements the org.apache.tomcat.InstanceManager interface.
SimpleInstanceManager() - Constructor for class org.apache.tomcat.SimpleInstanceManager
Creates a new SimpleInstanceManager.
SimpleServerAuthConfig - Class in org.apache.catalina.authenticator.jaspic
Basic implementation primarily intended for use when using third-party ServerAuthModule implementations that only provide the module.
SimpleServerAuthConfig(String, String, CallbackHandler, Map) - Constructor for class org.apache.catalina.authenticator.jaspic.SimpleServerAuthConfig
Creates a new SimpleServerAuthConfig.
SimpleServerAuthContext - Class in org.apache.catalina.authenticator.jaspic
Basic implementation primarily intended for use when using third-party ServerAuthModule implementations that only provide the module.
SimpleServerAuthContext(List) - Constructor for class org.apache.catalina.authenticator.jaspic.SimpleServerAuthContext
Creates a new SimpleServerAuthContext.
SimpleTcpCluster - Class in org.apache.catalina.ha.tcp
A Cluster implementation using simple multicast.
SimpleTcpCluster() - Constructor for class org.apache.catalina.ha.tcp.SimpleTcpCluster
Creates a new SimpleTcpCluster instance.
SINGLE - Enum constant in enum org.apache.jasper.TrimSpacesOption
Trim whitespace around directives and scriptlet elements.
SINGLE_SIGN_ON_COOKIE - Static variable in class org.apache.catalina.authenticator.Constants
The cookie name used for single sign-on support.
singleConnection - Variable in class org.apache.catalina.realm.JNDIRealm
Non pooled connection to our directory server.
singleConnectionLock - Variable in class org.apache.catalina.realm.JNDIRealm
The lock to ensure single connection thread safety.
SingleSignOn - Class in org.apache.catalina.authenticator
A Valve that supports a "single sign on" user experience, where the security identity of a user who successfully authenticates to one web application is propagated to other web applications in the same security domain.
SingleSignOn() - Constructor for class org.apache.catalina.authenticator.SingleSignOn
Creates a new SingleSignOn valve.
SingleSignOnEntry - Class in org.apache.catalina.authenticator
A class that represents entries in the cache of authenticated users.
SingleSignOnEntry(Principal, String, String, String) - Constructor for class org.apache.catalina.authenticator.SingleSignOnEntry
Creates a new SingleSignOnEntry
SingleSignOnListener - Class in org.apache.catalina.authenticator
Listener that notifies the SingleSignOn valve when a session is destroyed or its ID changes.
SingleSignOnListener(String) - Constructor for class org.apache.catalina.authenticator.SingleSignOnListener
Creates a new SSO listener for the given SSO identifier.
SingleSignOnSessionKey - Class in org.apache.catalina.authenticator
Key used by SSO to identify a session.
SingleSignOnSessionKey(Session) - Constructor for class org.apache.catalina.authenticator.SingleSignOnSessionKey
Creates a session key from the given session, using the session's current ID.
SingleSignOnSessionKey(Session, String) - Constructor for class org.apache.catalina.authenticator.SingleSignOnSessionKey
Creates a session key using the given session context and an explicit session ID.
SINGLETON - Static variable in class org.apache.naming.ResourceRef
Is this resource a singleton
size - Variable in class org.apache.catalina.ha.deploy.FileMessageFactory
The total size of the file
size - Variable in class org.apache.catalina.tribes.io.BufferPool
Current total size of pooled buffers in bytes.
size - Variable in class org.apache.coyote.AbstractProtocol.RecycledProcessors
The current size of the pool.
size() - Method in class org.apache.catalina.tribes.io.DirectByteArrayOutputStream
Get the current number of bytes written to this stream.
size() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Returns the number of active entries in this map.
size() - Method in class org.apache.catalina.util.ParameterMap
 
size() - Method in class org.apache.jasper.compiler.Node.Nodes
Returns the number of nodes in this collection.
size() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
 
size() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
 
size() - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
 
size() - Method in class org.apache.tomcat.util.collections.SynchronizedQueue
Returns the number of elements in this queue.
size() - Method in class org.apache.tomcat.util.http.MimeHeaders
Return the current number of header fields.
size() - Method in class org.apache.tomcat.util.http.Parameters
Returns the number of parameters that have been parsed.
size() - Method in exception class org.apache.tomcat.util.MultiThrowable
Return the number of throwables currently wrapped by this instance.
SIZE - Static variable in class org.apache.catalina.servlets.DefaultServlet.SortManager.Order
Sort by size descending.
SIZE_ASC - Static variable in class org.apache.catalina.servlets.DefaultServlet.SortManager.Order
Sort by size ascending.
SizeException - Exception Class in org.apache.tomcat.util.http.fileupload.impl
This exception is thrown, if a requests permitted size is exceeded.
SizeException(String, long, long) - Constructor for exception class org.apache.tomcat.util.http.fileupload.impl.SizeException
Creates a new instance.
sizeFull() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Gets the complete size of the map.
sizeLimit - Variable in class org.apache.catalina.realm.JNDIRealm
The sizeLimit (also known as the countLimit) to use when the realm is configured with JNDIRealm.userSearch.
SizeLimitExceededException - Exception Class in org.apache.tomcat.util.http.fileupload.impl
Thrown to indicate that the request size exceeds the configured maximum.
SizeLimitExceededException(String, long, long) - Constructor for exception class org.apache.tomcat.util.http.fileupload.impl.SizeLimitExceededException
Constructs a SizeExceededException with the specified detail message, and actual and permitted sizes.
skip - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
This flag forces the rewriting engine to skip the next num rules in sequence when the current rule matches.
skip(long) - Method in class org.apache.catalina.connector.CoyoteReader
 
skip(long) - Method in class org.apache.catalina.connector.InputBuffer
 
skip(long) - Method in class org.apache.catalina.webresources.AbstractArchiveResource.JarInputStreamWrapper
 
skip(long) - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
Skips the given number of bytes.
SKIP_JARS_PROPERTY - Static variable in class org.apache.tomcat.util.scan.Constants
System property for JARs to skip during scanning.
skipNonceCheck(HttpServletRequest) - Method in class org.apache.catalina.filters.CsrfPreventionFilter
Determine whether the nonce check should be skipped for the given request.
skipNonceGeneration(HttpServletRequest) - Method in class org.apache.catalina.filters.CsrfPreventionFilter
Determines whether a nonce should be created.
skippedEntity(String) - Method in class org.apache.tomcat.util.digester.Digester
Process notification of a skipped entity.
skipPreamble() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
Finds the beginning of the first encapsulation.
slashCount - Variable in class org.apache.catalina.mapper.Mapper.ContextVersion
The number of slashes in the path.
sleepTime - Variable in class org.apache.tomcat.jdbc.pool.ConnectionPool.PoolCleaner
Sleep interval in milliseconds between cleaner runs.
slhdsa_sha2_128f - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
SLH-DSA SHA2-128F.
slhdsa_sha2_128s - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
SLH-DSA SHA2-128S.
slhdsa_sha2_192f - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
SLH-DSA SHA2-192F.
slhdsa_sha2_192s - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
SLH-DSA SHA2-192S.
slhdsa_sha2_256f - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
SLH-DSA SHA2-256F.
slhdsa_sha2_256s - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
SLH-DSA SHA2-256S.
slhdsa_shake_128f - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
SLH-DSA SHAKE-128F.
slhdsa_shake_128s - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
SLH-DSA SHAKE-128S.
slhdsa_shake_192f - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
SLH-DSA SHAKE-192F.
slhdsa_shake_192s - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
SLH-DSA SHAKE-192S.
slhdsa_shake_256f - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
SLH-DSA SHAKE-256F.
slhdsa_shake_256s - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
SLH-DSA SHAKE-256S.
SLOW_QUERY_NOTIFICATION - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
Notification type for slow query events.
SLOW_QUERY_NOTIFICATION - Static variable in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Notification type sent when a slow query is detected.
SLOW_QUERY_TYPE - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
Composite type used for JMX query statistics data.
SlowQueryReport - Class in org.apache.tomcat.jdbc.pool.interceptor
Slow query report interceptor.
SlowQueryReport() - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
Creates a slow query report interceptor
SlowQueryReport.QueryStats - Class in org.apache.tomcat.jdbc.pool.interceptor
Holds timing and invocation statistics for a single SQL query.
SlowQueryReport.QueryStatsComparator - Class in org.apache.tomcat.jdbc.pool.interceptor
Compares QueryStats by their lastInvocation value.
SlowQueryReportJmx - Class in org.apache.tomcat.jdbc.pool.interceptor
JMX-enabled slow query report interceptor.
SlowQueryReportJmx() - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
Creates a new SlowQueryReportJmx instance.
SlowQueryReportJmxMBean - Interface in org.apache.tomcat.jdbc.pool.interceptor
JMX MBean interface for exposing slow query statistics via JMX.
sm - Static variable in class org.apache.catalina.authenticator.AuthenticatorBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.authenticator.jaspic.MessageInfoImpl
The string manager for this class.
sm - Static variable in class org.apache.catalina.connector.Connector
The string manager for this package.
sm - Static variable in class org.apache.catalina.connector.CoyoteAdapter
The string manager for this package.
sm - Static variable in class org.apache.catalina.connector.CoyoteInputStream
The string manager for this class.
sm - Static variable in class org.apache.catalina.connector.CoyoteOutputStream
The string manager for this class.
sm - Static variable in class org.apache.catalina.connector.InputBuffer
The string manager for this package.
sm - Static variable in class org.apache.catalina.connector.Request
The string manager for this package.
sm - Static variable in class org.apache.catalina.connector.Response
String manager for this class.
sm - Static variable in class org.apache.catalina.connector.ResponseFacade
The string manager for this package.
sm - Static variable in class org.apache.catalina.core.AprLifecycleListener
The string manager for this package.
sm - Static variable in class org.apache.catalina.core.AsyncContextImpl
String manager for localized log messages.
sm - Static variable in class org.apache.catalina.core.ContainerBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.core.DefaultInstanceManager
The string manager for this package.
sm - Static variable in class org.apache.catalina.core.JniLifecycleListener
StringManager for this class.
sm - Static variable in class org.apache.catalina.core.NamingContextListener
The string manager for this class.
sm - Static variable in class org.apache.catalina.core.OpenSSLLifecycleListener
The string manager for this package.
sm - Static variable in class org.apache.catalina.core.StandardThreadExecutor
StringManager for this package.
sm - Static variable in class org.apache.catalina.core.ThreadLocalLeakPreventionListener
The string manager for this package.
sm - Static variable in class org.apache.catalina.filters.FilterBase
StringManager for internationalized strings.
sm - Static variable in class org.apache.catalina.filters.RemoteIpFilter
String manager for internationalized messages.
sm - Static variable in class org.apache.catalina.filters.WebdavFixFilter
Deprecated.
 
sm - Static variable in class org.apache.catalina.ha.session.BackupManager
The string manager for this package.
sm - Static variable in class org.apache.catalina.ha.session.ClusterManagerBase
String manager for this class.
sm - Static variable in class org.apache.catalina.ha.session.DeltaManager
The string manager for this package.
sm - Static variable in class org.apache.catalina.ha.session.DeltaRequest
The string manager for this package.
sm - Static variable in class org.apache.catalina.ha.session.DeltaSession
The string manager for this package.
sm - Static variable in class org.apache.catalina.ha.session.JvmRouteBinderValve
The string manager for this package.
sm - Static variable in class org.apache.catalina.ha.tcp.ReplicationValve
The StringManager for this package.
sm - Static variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
The string manager for this package.
sm - Static variable in class org.apache.catalina.loader.WebappClassLoaderBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.loader.WebappLoader
The string manager for this package.
sm - Static variable in class org.apache.catalina.manager.host.HostManagerServlet
The string manager for this package.
sm - Static variable in class org.apache.catalina.manager.ManagerServlet
The string manager for this package.
sm - Static variable in class org.apache.catalina.manager.StatusManagerServlet
The string manager for this package.
sm - Static variable in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
StringManager for this class.
sm - Static variable in class org.apache.catalina.mbeans.MBeanDumper
The string manager for this class.
sm - Static variable in class org.apache.catalina.mbeans.MBeanFactory
The string manager for this class.
sm - Static variable in class org.apache.catalina.mbeans.MBeanUtils
The string manager for this class.
sm - Static variable in class org.apache.catalina.realm.DigestCredentialHandlerBase
String manager for this class.
sm - Static variable in class org.apache.catalina.realm.JAASCallbackHandler
The string manager for this package.
sm - Static variable in class org.apache.catalina.realm.RealmBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.servlets.DataSourcePropertyStore
The string manager for this package.
sm - Static variable in class org.apache.catalina.servlets.DefaultServlet
The string manager for this package.
sm - Static variable in class org.apache.catalina.session.ManagerBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.session.StandardSession
The string manager for this package.
sm - Static variable in class org.apache.catalina.session.StoreBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.startup.Catalina
The string manager for this package.
sm - Static variable in class org.apache.catalina.startup.CatalinaBaseConfigurationSource
String manager for this package.
sm - Static variable in class org.apache.catalina.startup.ConnectorCreateRule
String manager for internationalized messages.
sm - Static variable in class org.apache.catalina.startup.ContextConfig
The string resources for this package.
sm - Static variable in class org.apache.catalina.startup.EngineConfig
The string resources for this package.
sm - Static variable in class org.apache.catalina.startup.ExpandWar
The string resources for this package.
sm - Static variable in class org.apache.catalina.startup.FailedContext
StringManager for this package.
sm - Static variable in class org.apache.catalina.startup.HostConfig
The string resources for this package.
sm - Static variable in class org.apache.catalina.startup.ListenerCreateRule
The string manager for this class.
sm - Static variable in class org.apache.catalina.startup.VersionLoggerListener
The string manager for this package.
sm - Static variable in class org.apache.catalina.startup.WebAnnotationSet
The string resources for this package.
sm - Static variable in class org.apache.catalina.storeconfig.StoreConfig
String manager for this class.
sm - Static variable in class org.apache.catalina.storeconfig.StoreFactoryBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.storeconfig.StoreFileMover
The string manager for this package.
sm - Static variable in class org.apache.catalina.tribes.group.ChannelCoordinator
String manager for this class.
sm - Static variable in class org.apache.catalina.tribes.group.GroupChannel
StringManager for this class.
sm - Static variable in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
String manager for this class.
sm - Static variable in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor
String manager for internationalized messages.
sm - Static variable in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
String manager for internationalization support.
sm - Static variable in class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
StringManager for this class.
sm - Static variable in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
The string manager for this class.
sm - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
String manager for internationalization.
sm - Static variable in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
String manager for internationalization.
sm - Static variable in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
String manager for this class.
sm - Static variable in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
The string manager for this package.
sm - Static variable in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
The string manager for this package.
sm - Static variable in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
The string manager for this package.
sm - Static variable in class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor
The string manager for this package.
sm - Static variable in class org.apache.catalina.tribes.group.RpcChannel
String manager for this class.
sm - Static variable in class org.apache.catalina.tribes.io.BufferPool
String manager for internationalized messages.
sm - Static variable in class org.apache.catalina.tribes.io.ObjectReader
String manager for internationalization.
sm - Static variable in class org.apache.catalina.tribes.io.XByteBuffer
String manager for this class.
sm - Static variable in class org.apache.catalina.tribes.jmx.JmxRegistry
String manager for this class.
sm - Static variable in class org.apache.catalina.tribes.membership.cloud.AbstractStreamProvider
The string manager for this package.
sm - Static variable in class org.apache.catalina.tribes.membership.cloud.CloudMembershipProvider
String manager for this class.
sm - Static variable in class org.apache.catalina.tribes.membership.cloud.CloudMembershipService
String manager for this class.
sm - Static variable in class org.apache.catalina.tribes.membership.McastService
The string manager for this package.
sm - Static variable in class org.apache.catalina.tribes.membership.McastServiceImpl
The string manager for this class.
sm - Static variable in class org.apache.catalina.tribes.membership.MemberImpl
The string manager for this class.
sm - Static variable in class org.apache.catalina.tribes.membership.StaticMembershipProvider
String manager for this class.
sm - Static variable in class org.apache.catalina.tribes.membership.StaticMembershipService
String manager for this class.
sm - Static variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
The string manager for packaging specific messages.
sm - Static variable in class org.apache.catalina.tribes.transport.nio.NioReceiver
The string manager for this package.
sm - Static variable in class org.apache.catalina.tribes.transport.nio.NioReplicationTask
String manager for this class.
sm - Static variable in class org.apache.catalina.tribes.transport.nio.NioSender
String manager for this class.
sm - Static variable in class org.apache.catalina.tribes.transport.nio.ParallelNioSender
The string manager for this package.
sm - Static variable in class org.apache.catalina.tribes.transport.nio.PooledParallelSender
StringManager for internationalized log messages.
sm - Static variable in class org.apache.catalina.tribes.transport.PooledSender
StringManager for internationalized log messages.
sm - Static variable in class org.apache.catalina.tribes.transport.ReceiverBase
String manager for localized messages in this package.
sm - Static variable in class org.apache.catalina.tribes.util.Arrays
String manager for this class.
sm - Static variable in class org.apache.catalina.tribes.util.ExecutorFactory
String manager for this class.
sm - Static variable in class org.apache.catalina.tribes.util.UUIDGenerator
StringManager for internationalized strings.
sm - Static variable in class org.apache.catalina.valves.rewrite.QuotedStringTokenizer
StringManager for internationalized messages.
sm - Static variable in class org.apache.catalina.valves.rewrite.RandomizedTextRewriteMap
StringManager for this package.
sm - Static variable in class org.apache.catalina.valves.rewrite.Substitution
The string manager for this package.
sm - Static variable in class org.apache.catalina.valves.ValveBase
StringManager for internationalized strings.
sm - Static variable in class org.apache.catalina.webresources.AbstractResource
The string manager for this class.
sm - Static variable in class org.apache.catalina.webresources.AbstractResourceSet
The string manager for this class.
sm - Static variable in class org.apache.catalina.webresources.Cache
String manager for internationalized messages.
sm - Static variable in class org.apache.catalina.webresources.StandardRoot
Provides localized error messages.
sm - Static variable in class org.apache.coyote.ajp.AbstractAjpProtocol
The string manager for this package.
sm - Static variable in class org.apache.coyote.ajp.AjpMessage
The string manager for this package.
sm - Static variable in class org.apache.coyote.http11.AbstractHttp11Protocol
The StringManager for this package.
sm - Static variable in class org.apache.coyote.http11.Http11OutputBuffer
The string manager for this package.
sm - Static variable in class org.apache.coyote.http2.HPackHuffman
String manager for error messages.
sm - Static variable in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
String manager for error messages.
sm - Static variable in class org.apache.naming.ContextBindings
The string manager for this package.
sm - Static variable in class org.apache.naming.factory.ResourceLinkFactory
The string manager for this package.
sm - Static variable in class org.apache.naming.NamingContext
The string manager for this package.
sm - Static variable in class org.apache.naming.SelectorContext
The string manager for this package.
sm - Static variable in class org.apache.tomcat.util.buf.AbstractChunk
The string manager for this package.
sm - Static variable in class org.apache.tomcat.util.codec.binary.BaseNCodec
Deprecated.
 
sm - Static variable in class org.apache.tomcat.util.descriptor.web.WebRuleSet
The string resources for this package.
sm - Static variable in class org.apache.tomcat.util.digester.Digester
String manager for this class.
sm - Static variable in class org.apache.tomcat.util.digester.Rule
StringManager for internationalized messages.
sm - Static variable in class org.apache.tomcat.util.modeler.modules.ModelerSource
The string manager for this class.
sm - Static variable in class org.apache.tomcat.util.net.AbstractEndpoint
String manager for this package.
sm - Static variable in class org.apache.tomcat.util.net.NioChannel
String manager for this class.
sm - Static variable in class org.apache.tomcat.util.net.SocketWrapperBase
String manager for this class.
sm - Static variable in class org.apache.tomcat.util.threads.TaskQueue
The string manager for this package.
sm - Static variable in class org.apache.tomcat.util.threads.ThreadPoolExecutor
The string manager for this package.
sm - Static variable in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
String manager for this class.
sm2sig_sm3 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
SM2 with SM3.
smapDumped - Variable in class org.apache.jasper.JspC
Flag to dump SMAP files.
SmapInput - Class in org.apache.jasper.compiler
 
SmapInput(String, int) - Constructor for class org.apache.jasper.compiler.SmapInput
 
SmapStratum - Class in org.apache.jasper.compiler
Represents the line and file mappings associated with a JSR-045 "stratum".
SmapStratum() - Constructor for class org.apache.jasper.compiler.SmapStratum
Creates a new empty SmapStratum.
SmapStratum.LineInfo - Class in org.apache.jasper.compiler
Represents a single LineSection in an SMAP, associated with a particular stratum.
smapSuppressed - Variable in class org.apache.jasper.JspC
Flag to suppress SMAP file generation.
SmapUtil - Class in org.apache.jasper.compiler
Contains static utilities for generating SMAP data based on the current version of Jasper.
SmapUtil() - Constructor for class org.apache.jasper.compiler.SmapUtil
Default constructor.
SND_RX_SEQ - Static variable in interface org.apache.catalina.tribes.Channel
Start and stop sequences can be controlled by these constants.
SND_TX_SEQ - Static variable in interface org.apache.catalina.tribes.Channel
Start and stop sequences can be controlled by these constants.
sniCallBack(long, String) - Static method in class org.apache.tomcat.jni.SSLContext
Deprecated.
Unused. This method will be removed in Tomcat 12 onwards.
sniComplete - Variable in class org.apache.tomcat.util.net.SecureNio2Channel
 
sniComplete - Variable in class org.apache.tomcat.util.net.SecureNioChannel
True when SNI processing is complete
sniHostName - Variable in class org.apache.tomcat.util.net.SocketWrapperBase
SNI host name.
Sockaddr - Class in org.apache.tomcat.jni
Tomcat Native 1.2.33 and earlier won't initialise unless this class is present.
socket - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
Socket that we intend to listen to
SOCKET_CLOSED_ON_STOP - Enum constant in enum org.apache.tomcat.util.net.AbstractEndpoint.BindState
The socket was closed on stop (bind on start mode).
socketBufferHandler - Variable in class org.apache.tomcat.util.net.SocketWrapperBase
The buffers used for communicating with the socket.
SocketBufferHandler - Class in org.apache.tomcat.util.net
Manages read and write ByteBuffer instances for a socket connection, handling buffer state transitions between read and write modes.
SocketBufferHandler(int, int, boolean) - Constructor for class org.apache.tomcat.util.net.SocketBufferHandler
Creates a new SocketBufferHandler with the specified buffer sizes.
socketChannel - Variable in class org.apache.catalina.tribes.transport.nio.NioSender
The TCP socket channel.
SocketEvent - Enum in org.apache.tomcat.util.net
Defines events that occur per socket that require further processing by the container.
SocketOutputBuffer() - Constructor for class org.apache.coyote.http11.Http11OutputBuffer.SocketOutputBuffer
Constructs a new SocketOutputBuffer.
SocketProcessor(SocketWrapperBase, SocketEvent) - Constructor for class org.apache.tomcat.util.net.Nio2Endpoint.SocketProcessor
 
SocketProcessor(SocketWrapperBase, SocketEvent) - Constructor for class org.apache.tomcat.util.net.NioEndpoint.SocketProcessor
Creates a new socket processor.
SocketProcessorBase<S> - Class in org.apache.tomcat.util.net
Base class for socket processors that handle I/O events on a wrapped socket.
SocketProcessorBase(SocketWrapperBase, SocketEvent) - Constructor for class org.apache.tomcat.util.net.SocketProcessorBase
Creates a new socket processor for the given wrapper and event.
socketProperties - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Socket properties
SocketProperties - Class in org.apache.tomcat.util.net
Properties that can be set in the <Connector> element in server.xml.
SocketProperties() - Constructor for class org.apache.tomcat.util.net.SocketProperties
Creates a new instance of SocketProperties with default values.
socketTimeouts() - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
Checks for socket timeouts and handles expired connections.
socketWrapper - Variable in class org.apache.coyote.AbstractProcessor
The socket wrapper for this processor.
socketWrapper - Variable in class org.apache.coyote.http11.Http11OutputBuffer
Wrapper for socket where data will be written to.
socketWrapper - Variable in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
The socket wrapper for the underlying connection.
socketWrapper - Variable in class org.apache.tomcat.util.net.Nio2Channel
 
socketWrapper - Variable in class org.apache.tomcat.util.net.NioChannel
The socket wrapper associated with this channel.
socketWrapper - Variable in class org.apache.tomcat.util.net.SocketProcessorBase
The socket wrapper that provides access to the underlying socket and its state.
SocketWrapperBase<E> - Class in org.apache.tomcat.util.net
Base class for wrapping a socket connection.
SocketWrapperBase(E, AbstractEndpoint) - Constructor for class org.apache.tomcat.util.net.SocketWrapperBase
Creates a new socket wrapper.
SocketWrapperBase.BlockingMode - Enum in org.apache.tomcat.util.net
Defines the blocking behavior for I/O operations.
SocketWrapperBase.CompletionCheck - Interface in org.apache.tomcat.util.net
Interface for determining whether a completion handler should be invoked.
SocketWrapperBase.CompletionHandlerCall - Enum in org.apache.tomcat.util.net
Defines the possible outcomes for completion handler invocation.
SocketWrapperBase.CompletionState - Enum in org.apache.tomcat.util.net
Represents the completion state of an asynchronous I/O operation.
SocketWrapperBase.OperationState<A> - Class in org.apache.tomcat.util.net
Internal state tracker for vectored operations.
SocketWrapperBase.VectoredIOCompletionHandler<A> - Class in org.apache.tomcat.util.net
Completion handler for vectored operations.
SoftReferenceObjectPool<T> - Class in org.apache.tomcat.dbcp.pool2.impl
SoftReferenceObjectPool(PooledObjectFactory) - Constructor for class org.apache.tomcat.dbcp.pool2.impl.SoftReferenceObjectPool
Constructs a SoftReferenceObjectPool with the specified factory.
soKeepAlive - Variable in class org.apache.tomcat.util.net.SocketProperties
SO_KEEPALIVE option.
soLingerOn - Variable in class org.apache.tomcat.util.net.SocketProperties
SO_LINGER option, paired with the soLingerTime value.
soLingerTime - Variable in class org.apache.tomcat.util.net.SocketProperties
SO_LINGER option, paired with the soLingerOn value.
soReuseAddress - Variable in class org.apache.tomcat.util.net.SocketProperties
SO_REUSEADDR option.
sort(WebResource[], String) - Method in class org.apache.catalina.servlets.DefaultServlet.SortManager
Sorts an array of resources according to an ordering string.
sorted() - Method in class org.apache.el.stream.Stream
Returns a stream consisting of the elements of this stream, sorted according to natural order.
sorted(LambdaExpression) - Method in class org.apache.el.stream.Stream
Returns a stream consisting of the elements of this stream, sorted according to the order induced by the provided comparator.
sortListings - Variable in class org.apache.catalina.servlets.DefaultServlet
Flag to determine if resources should be sorted.
sortManager - Variable in class org.apache.catalina.servlets.DefaultServlet
The sorting manager for sorting files and directories.
soTimeout - Variable in class org.apache.tomcat.util.net.SocketProperties
SO_TIMEOUT option. default is 20000.
source - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
The source member.
source - Variable in class org.apache.tomcat.util.digester.Digester
Property sources for this Digester instance.
source - Variable in class org.apache.tomcat.util.modeler.modules.ModelerSource
The source object.
sourceEnglish - Variable in class org.apache.tomcat.buildutil.translate.BackportBase
English source properties.
sourceTranslations - Variable in class org.apache.tomcat.buildutil.translate.BackportBase
Map of source translation properties, keyed by locale.
SP - Static variable in class org.apache.coyote.http11.Constants
SP.
SparseUserDatabase - Class in org.apache.catalina.users
Abstract base class for a sparse user database implementation.
SparseUserDatabase() - Constructor for class org.apache.catalina.users.SparseUserDatabase
Default constructor required for subclasses.
SparseUserDatabaseMBean - Class in org.apache.catalina.mbeans
A ModelMBean implementation for the org.apache.catalina.users.SparseUserDatabase component.
SparseUserDatabaseMBean() - Constructor for class org.apache.catalina.mbeans.SparseUserDatabaseMBean
Default constructor required for JMX instantiation.
SPEC_VERSION - Static variable in class org.apache.jasper.Constants
JSP specification version.
splitCommaSeparated(String) - Static method in class org.apache.catalina.util.StringUtil
Splits a comma-separated string into an array of String values.
splitCommaSeparated(String) - Static method in class org.apache.tomcat.util.buf.StringUtils
Splits a comma-separated string into an array of String values.
SPNEGO_METHOD - Static variable in class org.apache.catalina.authenticator.Constants
Vendor specific SPNEGO authentication method.
SpnegoAuthenticator - Class in org.apache.catalina.authenticator
A SPNEGO authenticator that uses the SPNEGO/Kerberos support built in to Java 6.
SpnegoAuthenticator() - Constructor for class org.apache.catalina.authenticator.SpnegoAuthenticator
Default constructor.
spnegoDelegationQop - Variable in class org.apache.catalina.realm.JNDIRealm
The QOP that should be used for the connection to the LDAP server after authentication.
SQLExceptionList - Exception Class in org.apache.tomcat.dbcp.dbcp2
An SQLException based on a list of Throwable causes.
SQLExceptionList(List) - Constructor for exception class org.apache.tomcat.dbcp.dbcp2.SQLExceptionList
Creates a new exception caused by a list of exceptions.
SRP - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Authentication
Secure Remote Password authentication.
SRP - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.KeyExchange
SRP (SSL_kSRP).
SSICommand - Interface in org.apache.catalina.ssi
The interface that all SSI commands ( SSIEcho, SSIInclude, ...) must implement.
SSIConditional - Class in org.apache.catalina.ssi
SSI command that handles all conditional directives.
SSIConditional() - Constructor for class org.apache.catalina.ssi.SSIConditional
Default constructor.
SSIConditionalState - Class in org.apache.catalina.ssi
This class is used by SSIMediator and SSIConditional to keep track of state information necessary to process the nested conditional commands ( if, elif, else, endif ).
SSIConditionalState() - Constructor for class org.apache.catalina.ssi.SSIConditionalState
Default constructor.
SSIConfig - Class in org.apache.catalina.ssi
Implements the Server-side #config command.
SSIConfig() - Constructor for class org.apache.catalina.ssi.SSIConfig
Default constructor.
SSIEcho - Class in org.apache.catalina.ssi
Return the result associated with the supplied Server Variable.
SSIEcho() - Constructor for class org.apache.catalina.ssi.SSIEcho
Default constructor.
SSIExec - Class in org.apache.catalina.ssi
Implements the Server-side #exec command.
SSIExec() - Constructor for class org.apache.catalina.ssi.SSIExec
Default constructor.
ssiExternalResolver - Variable in class org.apache.catalina.ssi.SSIMediator
External resolver for file and variable access.
ssiExternalResolver - Variable in class org.apache.catalina.ssi.SSIProcessor
External resolver for file and variable access.
SSIExternalResolver - Interface in org.apache.catalina.ssi
Interface used by SSIMediator to talk to the 'outside world' ( usually a servlet ).
SSIFilter - Class in org.apache.catalina.ssi
Filter to process SSI requests within a webpage.
SSIFilter() - Constructor for class org.apache.catalina.ssi.SSIFilter
Default constructor.
SSIFlastmod - Class in org.apache.catalina.ssi
Implements the Server-side #flastmod command.
SSIFlastmod() - Constructor for class org.apache.catalina.ssi.SSIFlastmod
Default constructor.
SSIFsize - Class in org.apache.catalina.ssi
Implements the Server-side #fsize command.
SSIFsize() - Constructor for class org.apache.catalina.ssi.SSIFsize
Default constructor.
ssiInclude - Variable in class org.apache.catalina.ssi.SSIExec
Helper instance for processing CGI includes.
SSIInclude - Class in org.apache.catalina.ssi
Implements the Server-side #include command.
SSIInclude() - Constructor for class org.apache.catalina.ssi.SSIInclude
Default constructor.
SSIMediator - Class in org.apache.catalina.ssi
Allows the different SSICommand implementations to share data/talk to each other.
SSIMediator(SSIExternalResolver, long) - Constructor for class org.apache.catalina.ssi.SSIMediator
Creates a new mediator with the given external resolver and document last modified date.
SSIPrintenv - Class in org.apache.catalina.ssi
Implements the Server-side #printenv command.
SSIPrintenv() - Constructor for class org.apache.catalina.ssi.SSIPrintenv
Default constructor.
SSIProcessor - Class in org.apache.catalina.ssi
The entry point to SSI processing.
SSIProcessor(SSIExternalResolver, int, boolean) - Constructor for class org.apache.catalina.ssi.SSIProcessor
Creates a new SSI processor with the given configuration.
SSIServlet - Class in org.apache.catalina.ssi
Servlet to process SSI requests within a webpage.
SSIServlet() - Constructor for class org.apache.catalina.ssi.SSIServlet
Default constructor.
SSIServletExternalResolver - Class in org.apache.catalina.ssi
An implementation of SSIExternalResolver that is used with servlets.
SSIServletExternalResolver(ServletContext, HttpServletRequest, HttpServletResponse, boolean, int, String) - Constructor for class org.apache.catalina.ssi.SSIServletExternalResolver
Constructor.
SSIServletExternalResolver.ServletContextAndPath - Class in org.apache.catalina.ssi
 
SSIServletRequestUtil - Class in org.apache.catalina.ssi
Utility methods for SSI servlet request handling.
SSISet - Class in org.apache.catalina.ssi
Implements the Server-side #set command.
SSISet() - Constructor for class org.apache.catalina.ssi.SSISet
Default constructor.
SSIStopProcessingException - Exception Class in org.apache.catalina.ssi
Exception used to tell SSIProcessor that it should stop processing SSI commands.
SSIStopProcessingException() - Constructor for exception class org.apache.catalina.ssi.SSIStopProcessingException
Default constructor.
SSIStopProcessingException(Throwable) - Constructor for exception class org.apache.catalina.ssi.SSIStopProcessingException
Constructor with cause.
SSL - Class in org.apache.tomcat.jni
JNI bindings for OpenSSL SSL functionality.
SSL_AIDX_DSA - Static variable in class org.apache.tomcat.jni.SSL
DSA algorithm index.
SSL_AIDX_ECC - Static variable in class org.apache.tomcat.jni.SSL
ECC algorithm index.
SSL_AIDX_MAX - Static variable in class org.apache.tomcat.jni.SSL
Maximum algorithm index.
SSL_AIDX_RSA - Static variable in class org.apache.tomcat.jni.SSL
RSA algorithm index.
SSL_ALGO_ALL - Static variable in class org.apache.tomcat.jni.SSL
All algorithm types.
SSL_ALGO_DSA - Static variable in class org.apache.tomcat.jni.SSL
DSA algorithm type.
SSL_ALGO_RSA - Static variable in class org.apache.tomcat.jni.SSL
RSA algorithm type.
SSL_ALGO_UNKNOWN - Static variable in class org.apache.tomcat.jni.SSL
Unknown algorithm type.
SSL_CK_RC2_128_CBC_EXPORT40_WITH_MD5 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 0x040080 (SSLv2)
SSL_CK_RC2_128_CBC_WITH_MD5 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 0x030080 (SSLv2)
SSL_CK_RC4_128_WITH_MD5 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 0x010080 (SSLv2)
SSL_CONF_FLAG_CERTIFICATE - Static variable in class org.apache.tomcat.jni.SSL
Configuration flag for certificate context.
SSL_CONF_FLAG_CLIENT - Static variable in class org.apache.tomcat.jni.SSL
Configuration flag for client.
SSL_CONF_FLAG_CMDLINE - Static variable in class org.apache.tomcat.jni.SSL
Configuration flag for command line.
SSL_CONF_FLAG_FILE - Static variable in class org.apache.tomcat.jni.SSL
Configuration flag for file.
SSL_CONF_FLAG_SERVER - Static variable in class org.apache.tomcat.jni.SSL
Configuration flag for server.
SSL_CONF_FLAG_SHOW_ERRORS - Static variable in class org.apache.tomcat.jni.SSL
Configuration flag to show errors.
SSL_CONF_TYPE_DIR - Static variable in class org.apache.tomcat.jni.SSL
Directory configuration type.
SSL_CONF_TYPE_FILE - Static variable in class org.apache.tomcat.jni.SSL
File configuration type.
SSL_CONF_TYPE_STRING - Static variable in class org.apache.tomcat.jni.SSL
String configuration type.
SSL_CONF_TYPE_UNKNOWN - Static variable in class org.apache.tomcat.jni.SSL
Unknown configuration type.
SSL_CONTEXT_PROPERTY - Static variable in class org.apache.tomcat.websocket.Constants
Deprecated, for removal: This API element is subject to removal in a future version.
This will be removed in Tomcat 11. Use ClientEndpointConfig.getSSLContext()
SSL_CRT_FORMAT_ASN1 - Static variable in class org.apache.tomcat.jni.SSL
ASN.1 certificate format.
SSL_CRT_FORMAT_ENGINE - Static variable in class org.apache.tomcat.jni.SSL
Engine certificate format.
SSL_CRT_FORMAT_NETSCAPE - Static variable in class org.apache.tomcat.jni.SSL
Netscape certificate format.
SSL_CRT_FORMAT_PEM - Static variable in class org.apache.tomcat.jni.SSL
PEM certificate format.
SSL_CRT_FORMAT_PKCS12 - Static variable in class org.apache.tomcat.jni.SSL
PKCS12 certificate format.
SSL_CRT_FORMAT_SMIME - Static variable in class org.apache.tomcat.jni.SSL
S/MIME certificate format.
SSL_CRT_FORMAT_TEXT - Static variable in class org.apache.tomcat.jni.SSL
Text certificate format.
SSL_CRT_FORMAT_UNDEF - Static variable in class org.apache.tomcat.jni.SSL
Undefined certificate format.
SSL_CVERIFY_NONE - Static variable in class org.apache.tomcat.jni.SSL
No client certificate verification.
SSL_CVERIFY_OPTIONAL - Static variable in class org.apache.tomcat.jni.SSL
Optional client certificate verification.
SSL_CVERIFY_OPTIONAL_NO_CA - Static variable in class org.apache.tomcat.jni.SSL
Optional client certificate verification without CA requirement.
SSL_CVERIFY_REQUIRE - Static variable in class org.apache.tomcat.jni.SSL
Required client certificate verification.
SSL_CVERIFY_UNSET - Static variable in class org.apache.tomcat.jni.SSL
Client verification unset.
SSL_ERROR_NONE - Static variable in class org.apache.tomcat.jni.SSL
No SSL error.
SSL_ERROR_SSL - Static variable in class org.apache.tomcat.jni.SSL
SSL library error.
SSL_ERROR_SYSCALL - Static variable in class org.apache.tomcat.jni.SSL
SSL syscall error.
SSL_ERROR_WANT_ACCEPT - Static variable in class org.apache.tomcat.jni.SSL
SSL operation wants accept.
SSL_ERROR_WANT_CONNECT - Static variable in class org.apache.tomcat.jni.SSL
SSL operation wants connect.
SSL_ERROR_WANT_READ - Static variable in class org.apache.tomcat.jni.SSL
SSL operation would block reading.
SSL_ERROR_WANT_WRITE - Static variable in class org.apache.tomcat.jni.SSL
SSL operation would block writing.
SSL_ERROR_WANT_X509_LOOKUP - Static variable in class org.apache.tomcat.jni.SSL
SSL operation wants X.509 lookup.
SSL_ERROR_ZERO_RETURN - Static variable in class org.apache.tomcat.jni.SSL
SSL connection closed cleanly (zero return).
SSL_INFO_CIPHER - Static variable in class org.apache.tomcat.jni.SSL
Info flag for cipher name.
SSL_INFO_CIPHER_ALGKEYSIZE - Static variable in class org.apache.tomcat.jni.SSL
Info flag for cipher algorithm key size.
SSL_INFO_CIPHER_DESCRIPTION - Static variable in class org.apache.tomcat.jni.SSL
Info flag for cipher description.
SSL_INFO_CIPHER_USEKEYSIZE - Static variable in class org.apache.tomcat.jni.SSL
Info flag for cipher effective key size.
SSL_INFO_CIPHER_VERSION - Static variable in class org.apache.tomcat.jni.SSL
Info flag for cipher version.
SSL_INFO_CLIENT_A_KEY - Static variable in class org.apache.tomcat.jni.SSL
Info flag for client certificate public key algorithm.
SSL_INFO_CLIENT_A_SIG - Static variable in class org.apache.tomcat.jni.SSL
Info flag for client certificate signature algorithm.
SSL_INFO_CLIENT_CERT - Static variable in class org.apache.tomcat.jni.SSL
Info flag for client certificate data.
SSL_INFO_CLIENT_CERT_CHAIN - Static variable in class org.apache.tomcat.jni.SSL
Info flag for client certificate chain.
SSL_INFO_CLIENT_I_DN - Static variable in class org.apache.tomcat.jni.SSL
Info flag for client issuer distinguished name.
SSL_INFO_CLIENT_M_SERIAL - Static variable in class org.apache.tomcat.jni.SSL
Info flag for client certificate serial number.
SSL_INFO_CLIENT_M_VERSION - Static variable in class org.apache.tomcat.jni.SSL
Info flag for client certificate version.
SSL_INFO_CLIENT_S_DN - Static variable in class org.apache.tomcat.jni.SSL
Info flag for client subject distinguished name.
SSL_INFO_CLIENT_V_END - Static variable in class org.apache.tomcat.jni.SSL
Info flag for client certificate validity end.
SSL_INFO_CLIENT_V_REMAIN - Static variable in class org.apache.tomcat.jni.SSL
Info flag for client certificate validity remaining.
SSL_INFO_CLIENT_V_START - Static variable in class org.apache.tomcat.jni.SSL
Info flag for client certificate validity start.
SSL_INFO_DN_COMMONNAME - Static variable in class org.apache.tomcat.jni.SSL
DN field for common name.
SSL_INFO_DN_COUNTRYNAME - Static variable in class org.apache.tomcat.jni.SSL
DN field for country name.
SSL_INFO_DN_DESCRIPTION - Static variable in class org.apache.tomcat.jni.SSL
DN field for description.
SSL_INFO_DN_EMAILADDRESS - Static variable in class org.apache.tomcat.jni.SSL
DN field for email address.
SSL_INFO_DN_GIVENNAME - Static variable in class org.apache.tomcat.jni.SSL
DN field for given name.
SSL_INFO_DN_INITIALS - Static variable in class org.apache.tomcat.jni.SSL
DN field for initials.
SSL_INFO_DN_LOCALITYNAME - Static variable in class org.apache.tomcat.jni.SSL
DN field for locality name.
SSL_INFO_DN_ORGANIZATIONALUNITNAME - Static variable in class org.apache.tomcat.jni.SSL
DN field for organizational unit name.
SSL_INFO_DN_ORGANIZATIONNAME - Static variable in class org.apache.tomcat.jni.SSL
DN field for organization name.
SSL_INFO_DN_STATEORPROVINCENAME - Static variable in class org.apache.tomcat.jni.SSL
DN field for state or province name.
SSL_INFO_DN_SURNAME - Static variable in class org.apache.tomcat.jni.SSL
DN field for surname.
SSL_INFO_DN_TITLE - Static variable in class org.apache.tomcat.jni.SSL
DN field for title.
SSL_INFO_DN_UNIQUEIDENTIFIER - Static variable in class org.apache.tomcat.jni.SSL
DN field for unique identifier.
SSL_INFO_PROTOCOL - Static variable in class org.apache.tomcat.jni.SSL
Info flag for protocol version.
SSL_INFO_SERVER_A_KEY - Static variable in class org.apache.tomcat.jni.SSL
Info flag for server certificate public key algorithm.
SSL_INFO_SERVER_A_SIG - Static variable in class org.apache.tomcat.jni.SSL
Info flag for server certificate signature algorithm.
SSL_INFO_SERVER_CERT - Static variable in class org.apache.tomcat.jni.SSL
Info flag for server certificate data.
SSL_INFO_SERVER_I_DN - Static variable in class org.apache.tomcat.jni.SSL
Info flag for server issuer distinguished name.
SSL_INFO_SERVER_M_SERIAL - Static variable in class org.apache.tomcat.jni.SSL
Info flag for server certificate serial number.
SSL_INFO_SERVER_M_VERSION - Static variable in class org.apache.tomcat.jni.SSL
Info flag for server certificate version.
SSL_INFO_SERVER_S_DN - Static variable in class org.apache.tomcat.jni.SSL
Info flag for server subject distinguished name.
SSL_INFO_SERVER_V_END - Static variable in class org.apache.tomcat.jni.SSL
Info flag for server certificate validity end.
SSL_INFO_SERVER_V_START - Static variable in class org.apache.tomcat.jni.SSL
Info flag for server certificate validity start.
SSL_INFO_SESSION_ID - Static variable in class org.apache.tomcat.jni.SSL
Info flag for session ID.
SSL_MODE_CLIENT - Static variable in class org.apache.tomcat.jni.SSL
Client SSL mode.
SSL_MODE_COMBINED - Static variable in class org.apache.tomcat.jni.SSL
Combined client and server SSL mode.
SSL_MODE_SERVER - Static variable in class org.apache.tomcat.jni.SSL
Server SSL mode.
SSL_OP_ALL - Static variable in class org.apache.tomcat.jni.SSL
All bug workaround options combined.
SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION - Static variable in class org.apache.tomcat.jni.SSL
Allow unsafe legacy renegotiation.
SSL_OP_CIPHER_SERVER_PREFERENCE - Static variable in class org.apache.tomcat.jni.SSL
Server prefers its own cipher order.
SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS - Static variable in class org.apache.tomcat.jni.SSL
Disable empty fragment insertion for CBC vulnerability workaround.
SSL_OP_EPHEMERAL_RSA - Static variable in class org.apache.tomcat.jni.SSL
Always use ephemeral RSA key for RSA operations.
SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER - Static variable in class org.apache.tomcat.jni.SSL
Workaround for Microsoft SSLv3 buffer bug.
SSL_OP_MICROSOFT_SESS_ID_BUG - Static variable in class org.apache.tomcat.jni.SSL
Workaround for Microsoft session ID bug.
SSL_OP_MSIE_SSLV2_RSA_PADDING - Static variable in class org.apache.tomcat.jni.SSL
Workaround for MSIE SSLv2 RSA padding bug.
SSL_OP_NETSCAPE_CA_DN_BUG - Static variable in class org.apache.tomcat.jni.SSL
Workaround for Netscape CA DN bug.
SSL_OP_NETSCAPE_CHALLENGE_BUG - Static variable in class org.apache.tomcat.jni.SSL
Workaround for Netscape challenge bug.
SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG - Static variable in class org.apache.tomcat.jni.SSL
Workaround for Netscape demo cipher change bug.
SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG - Static variable in class org.apache.tomcat.jni.SSL
Workaround for Netscape cipher change bug.
SSL_OP_NO_COMPRESSION - Static variable in class org.apache.tomcat.jni.SSL
Disable compression.
SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION - Static variable in class org.apache.tomcat.jni.SSL
Disallow session resumption on renegotiation.
SSL_OP_NO_SSLv2 - Static variable in class org.apache.tomcat.jni.SSL
Disable SSLv2 protocol.
SSL_OP_NO_SSLv3 - Static variable in class org.apache.tomcat.jni.SSL
Disable SSLv3 protocol.
SSL_OP_NO_TICKET - Static variable in class org.apache.tomcat.jni.SSL
Disable TLS session tickets.
SSL_OP_NO_TLSv1 - Static variable in class org.apache.tomcat.jni.SSL
Disable TLSv1.0 protocol.
SSL_OP_NO_TLSv1_1 - Static variable in class org.apache.tomcat.jni.SSL
Disable TLSv1.1 protocol.
SSL_OP_NO_TLSv1_2 - Static variable in class org.apache.tomcat.jni.SSL
Disable TLSv1.2 protocol.
SSL_OP_SINGLE_DH_USE - Static variable in class org.apache.tomcat.jni.SSL
Always create a new key when using DH parameters.
SSL_OP_SINGLE_ECDH_USE - Static variable in class org.apache.tomcat.jni.SSL
Always create a new key when using ECDH parameters.
SSL_OP_SSLEAY_080_CLIENT_DH_BUG - Static variable in class org.apache.tomcat.jni.SSL
Workaround for SSLeay 0.8.0 client DH bug.
SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG - Static variable in class org.apache.tomcat.jni.SSL
Workaround for SSLREF2 certificate type reuse bug.
SSL_OP_TLS_BLOCK_PADDING_BUG - Static variable in class org.apache.tomcat.jni.SSL
Workaround for TLS block padding bug.
SSL_OP_TLS_D5_BUG - Static variable in class org.apache.tomcat.jni.SSL
Workaround for TLS D5 bug.
SSL_OP_TLS_ROLLBACK_BUG - Static variable in class org.apache.tomcat.jni.SSL
Allow TLS rollback bug workaround.
SSL_OPT_ALL - Static variable in class org.apache.tomcat.jni.SSL
All SSL options combined.
SSL_OPT_EXPORTCERTDATA - Static variable in class org.apache.tomcat.jni.SSL
SSL option for exporting certificate data.
SSL_OPT_FAKEBASICAUTH - Static variable in class org.apache.tomcat.jni.SSL
SSL option for fake basic authentication.
SSL_OPT_NONE - Static variable in class org.apache.tomcat.jni.SSL
No SSL options.
SSL_OPT_OPTRENEGOTIATE - Static variable in class org.apache.tomcat.jni.SSL
SSL option for optional renegotiation.
SSL_OPT_RELSET - Static variable in class org.apache.tomcat.jni.SSL
SSL option for relative settings.
SSL_OPT_STDENVVARS - Static variable in class org.apache.tomcat.jni.SSL
SSL option for standard environment variables.
SSL_OPT_STRICTREQUIRE - Static variable in class org.apache.tomcat.jni.SSL
SSL option for strict require.
SSL_PROTO_ALL - Static variable in class org.apache.tomcat.util.net.Constants
JSSE and OpenSSL protocol names
SSL_PROTO_ALL_SET - Static variable in class org.apache.tomcat.util.net.SSLHostConfig
Set of all SSL protocols.
SSL_PROTO_SSLv2 - Static variable in class org.apache.tomcat.util.net.Constants
SSL 2.0 protocol identifier.
SSL_PROTO_SSLv2Hello - Static variable in class org.apache.tomcat.util.net.Constants
SSL 2.0 Hello protocol identifier.
SSL_PROTO_SSLv3 - Static variable in class org.apache.tomcat.util.net.Constants
SSL 3.0 protocol identifier.
SSL_PROTO_TLS - Static variable in class org.apache.tomcat.util.net.Constants
TLS protocol identifier.
SSL_PROTO_TLSv1 - Static variable in class org.apache.tomcat.util.net.Constants
TLS 1.0 protocol identifier (without dot notation).
SSL_PROTO_TLSv1_0 - Static variable in class org.apache.tomcat.util.net.Constants
TLS 1.0 protocol identifier (with dot notation).
SSL_PROTO_TLSv1_1 - Static variable in class org.apache.tomcat.util.net.Constants
TLS 1.1 protocol identifier.
SSL_PROTO_TLSv1_2 - Static variable in class org.apache.tomcat.util.net.Constants
TLS 1.2 protocol identifier.
SSL_PROTO_TLSv1_3 - Static variable in class org.apache.tomcat.util.net.Constants
TLS 1.3 protocol identifier.
SSL_PROTOCOL_ALL - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_PROTOCOL_NONE - Static variable in class org.apache.tomcat.jni.SSL
No protocol options.
SSL_PROTOCOL_SSLV2 - Static variable in class org.apache.tomcat.jni.SSL
SSLv2 protocol.
SSL_PROTOCOL_SSLV3 - Static variable in class org.apache.tomcat.jni.SSL
SSLv3 protocol.
SSL_PROTOCOL_TLSV1 - Static variable in class org.apache.tomcat.jni.SSL
TLSv1.0 protocol.
SSL_PROTOCOL_TLSV1_1 - Static variable in class org.apache.tomcat.jni.SSL
TLSv1.1 protocol.
SSL_PROTOCOL_TLSV1_2 - Static variable in class org.apache.tomcat.jni.SSL
TLSv1.2 protocol.
SSL_PROTOCOL_TLSV1_3 - Static variable in class org.apache.tomcat.jni.SSL
TLSv1.3 protocol.
SSL_PROTOCOLS_PROPERTY - Static variable in class org.apache.tomcat.websocket.Constants
Deprecated, for removal: This API element is subject to removal in a future version.
This will be removed in Tomcat 11. Use ClientEndpointConfig.getSSLContext()
SSL_RECEIVED_SHUTDOWN - Static variable in class org.apache.tomcat.jni.SSL
Shutdown has been received.
SSL_SELECTOR_FAILURE_CHOOSE_MY_LAST_PROTOCOL - Static variable in class org.apache.tomcat.jni.SSL
Choose last protocol on selector failure.
SSL_SELECTOR_FAILURE_NO_ADVERTISE - Static variable in class org.apache.tomcat.jni.SSL
Do not advertise protocol on selector failure.
SSL_SENT_SHUTDOWN - Static variable in class org.apache.tomcat.jni.SSL
Shutdown has been sent.
SSL_SESS_CACHE_OFF - Static variable in class org.apache.tomcat.jni.SSL
Session cache disabled.
SSL_SESS_CACHE_SERVER - Static variable in class org.apache.tomcat.jni.SSL
Session cache enabled for server.
SSL_SESSION_ID_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we store the session id being used for this SSL connection (as an object of type String).
SSL_SESSION_MGR_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute key for the session manager.
SSL_SHUTDOWN_TYPE_ACCURATE - Static variable in class org.apache.tomcat.jni.SSL
Accurate shutdown type.
SSL_SHUTDOWN_TYPE_STANDARD - Static variable in class org.apache.tomcat.jni.SSL
Standard shutdown type.
SSL_SHUTDOWN_TYPE_UNCLEAN - Static variable in class org.apache.tomcat.jni.SSL
Unclean shutdown type.
SSL_SHUTDOWN_TYPE_UNSET - Static variable in class org.apache.tomcat.jni.SSL
Shutdown type unset.
SSL_TMP_KEY_DH_1024 - Static variable in class org.apache.tomcat.jni.SSL
1024-bit temporary DH key.
SSL_TMP_KEY_DH_2048 - Static variable in class org.apache.tomcat.jni.SSL
2048-bit temporary DH key.
SSL_TMP_KEY_DH_4096 - Static variable in class org.apache.tomcat.jni.SSL
4096-bit temporary DH key.
SSL_TMP_KEY_DH_512 - Static variable in class org.apache.tomcat.jni.SSL
512-bit temporary DH key.
SSL_TMP_KEY_MAX - Static variable in class org.apache.tomcat.jni.SSL
Maximum temporary key ID.
SSL_TMP_KEY_RSA_1024 - Static variable in class org.apache.tomcat.jni.SSL
1024-bit temporary RSA key.
SSL_TMP_KEY_RSA_2048 - Static variable in class org.apache.tomcat.jni.SSL
2048-bit temporary RSA key.
SSL_TMP_KEY_RSA_4096 - Static variable in class org.apache.tomcat.jni.SSL
4096-bit temporary RSA key.
SSL_TMP_KEY_RSA_512 - Static variable in class org.apache.tomcat.jni.SSL
512-bit temporary RSA key.
SSL_TRUSTSTORE_PROPERTY - Static variable in class org.apache.tomcat.websocket.Constants
Deprecated, for removal: This API element is subject to removal in a future version.
SSL_TRUSTSTORE_PWD_DEFAULT - Static variable in class org.apache.tomcat.websocket.Constants
Deprecated, for removal: This API element is subject to removal in a future version.
SSL_TRUSTSTORE_PWD_PROPERTY - Static variable in class org.apache.tomcat.websocket.Constants
Deprecated, for removal: This API element is subject to removal in a future version.
SSL_VERIFY_CLIENT_ONCE - Static variable in class org.apache.tomcat.jni.SSL
Only verify client certificate once per session.
SSL_VERIFY_FAIL_IF_NO_PEER_CERT - Static variable in class org.apache.tomcat.jni.SSL
Fail if no peer certificate is presented.
SSL_VERIFY_NONE - Static variable in class org.apache.tomcat.jni.SSL
No peer verification.
SSL_VERIFY_PEER - Static variable in class org.apache.tomcat.jni.SSL
Verify peer certificate.
SSL_VERIFY_PEER_STRICT - Static variable in class org.apache.tomcat.jni.SSL
Strict peer verification including certificate requirement.
SSL2_DES_192_EDE3_CBC_WITH_MD5 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 0x0700C0 (SSLv2)
SSL2_DES_64_CBC_WITH_MD5 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 0x060040 (SSLv2)
SSL2_IDEA_128_CBC_WITH_MD5 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 0x050080 (SSLv2)
SSL2_RC4_128_EXPORT40_WITH_MD5 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 0x020080 (SSLv2)
sslAttributesParsed - Variable in class org.apache.catalina.connector.Request
Flag that indicates if SSL attributes have been parsed to improve performance for applications (usually frameworks) that make multiple calls to Request.getAttributeNames().
SSLAuthenticator - Class in org.apache.catalina.authenticator
An Authenticator and Valve implementation of authentication that utilizes SSL certificates to identify client users.
SSLAuthenticator() - Constructor for class org.apache.catalina.authenticator.SSLAuthenticator
Default constructor.
SSLConf - Class in org.apache.tomcat.jni
JNI bindings for OpenSSL SSL_CONF operations.
SSLConf() - Constructor for class org.apache.tomcat.jni.SSLConf
Default constructor.
sslConnectorCerts(HttpServletRequest, HttpServletResponse, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Display SSL connector certificate information.
sslConnectorCiphers(HttpServletRequest, HttpServletResponse, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Display SSL connector cipher information.
sslConnectorCiphers(PrintWriter, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Display SSL/TLS ciphers for each connector.
SslConnectorCiphersTask - Class in org.apache.catalina.ant
Ant task that implements the /sslConnectorCiphers command supported by the Tomcat manager application.
SslConnectorCiphersTask() - Constructor for class org.apache.catalina.ant.SslConnectorCiphersTask
Default constructor.
sslConnectorTrustedCerts(HttpServletRequest, HttpServletResponse, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Display SSL connector trusted certificate information.
SSLContext - Class in org.apache.tomcat.jni
JNI bindings for OpenSSL SSL_CTX operations.
SSLContext - Interface in org.apache.tomcat.util.net
This interface is needed to override the default SSLContext class to allow SSL implementation pluggability without having to use JCE.
SSLContext() - Constructor for class org.apache.tomcat.jni.SSLContext
Default constructor.
SSLContext.SNICallBack - Interface in org.apache.tomcat.jni
Deprecated.
Unused. This interface will be removed in Tomcat 12 onwards
sslEngine - Variable in class org.apache.tomcat.util.net.SecureNio2Channel
 
sslEngine - Variable in class org.apache.tomcat.util.net.SecureNioChannel
SSL engine for this channel
SSLEngine - Static variable in class org.apache.catalina.core.AprLifecycleListener
SSL engine configuration.
sslHostConfig - Variable in class org.apache.tomcat.util.net.SSLUtilBase
The SSL host configuration.
SSLHostConfig - Class in org.apache.tomcat.util.net
Represents the TLS configuration for a virtual host.
SSLHostConfig() - Constructor for class org.apache.tomcat.util.net.SSLHostConfig
Default constructor.
SSLHostConfig.CertificateVerification - Enum in org.apache.tomcat.util.net
Certificate verification levels.
SSLHostConfig.Type - Enum in org.apache.tomcat.util.net
SSL configuration type.
SSLHostConfigCertificate - Class in org.apache.tomcat.util.net
Represents the SSL certificate configuration for a virtual host.
SSLHostConfigCertificate() - Constructor for class org.apache.tomcat.util.net.SSLHostConfigCertificate
Creates a new certificate configuration with default settings.
SSLHostConfigCertificate(SSLHostConfig, SSLHostConfigCertificate.Type) - Constructor for class org.apache.tomcat.util.net.SSLHostConfigCertificate
Creates a new certificate configuration for the given host and type.
SSLHostConfigCertificate.Type - Enum in org.apache.tomcat.util.net
Defines the types of SSL certificates supported.
sslHostConfigs - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Map of SSL host configurations keyed by host name.
SSLHostConfigSF - Class in org.apache.catalina.storeconfig
Store SSLHostConfig
SSLHostConfigSF() - Constructor for class org.apache.catalina.storeconfig.SSLHostConfigSF
Default constructor.
SSLImplementation - Class in org.apache.tomcat.util.net
Provides a factory and base implementation for the Tomcat specific mechanism that allows alternative SSL/TLS implementations to be used without requiring the implementation of a full JSSE provider.
SSLImplementation() - Constructor for class org.apache.tomcat.util.net.SSLImplementation
Default constructor.
sslInitialized - Static variable in class org.apache.catalina.core.AprLifecycleListener
Indicates whether SSL has been initialized.
SSLRandomSeed - Static variable in class org.apache.catalina.core.AprLifecycleListener
SSL random seed source.
sslReHandShake() - Method in class org.apache.coyote.AbstractProcessor
Processors that can perform a TLS re-handshake (e.g.
sslReHandShake() - Method in class org.apache.coyote.http11.Http11Processor
 
sslReload(PrintWriter, String, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Reload SSL host configurations.
sslReload(String, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Reload SSL configuration for the specified host.
SSLSessionManager - Interface in org.apache.tomcat.util.net
Defines an interface used to manage SSL sessions.
sslSupport - Variable in class org.apache.coyote.AbstractProcessor
SSL support for this connection.
SSLSupport - Interface in org.apache.tomcat.util.net
Defines an interface to interact with SSL sessions.
SSLUtil - Interface in org.apache.tomcat.util.net
Provides a common interface for SSLImplementations to create the necessary JSSE implementation objects for TLS connections created via the JSSE API.
SSLUtil.ProtocolInfo - Interface in org.apache.tomcat.util.net
Optional interface that can be implemented by SSLEngines to indicate that they support ALPN and can provide the protocol agreed with the client.
SSLUtilBase - Class in org.apache.tomcat.util.net
Common base class for SSLUtil implementations.
SSLUtilBase(SSLHostConfigCertificate) - Constructor for class org.apache.tomcat.util.net.SSLUtilBase
Constructor.
SSLUtilBase(SSLHostConfigCertificate, boolean) - Constructor for class org.apache.tomcat.util.net.SSLUtilBase
Constructor.
SSLv2 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Protocol
SSL version 2.
SSLv3 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Protocol
SSL version 3.
SSLValve - Class in org.apache.catalina.valves
When using mod_proxy_http, the client SSL information is not included in the protocol (unlike mod_jk and mod_proxy_ajp).
SSLValve() - Constructor for class org.apache.catalina.valves.SSLValve
Default constructor.
sso - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
The SingleSignOn implementation in our request processing chain, if there is one.
stack - Variable in class org.apache.tomcat.util.digester.Digester
The object stack being constructed.
stackIndex - Variable in class org.apache.tomcat.util.digester.CallParamRule
The position of the object from the top of the stack
STAGE_ENDED - Static variable in class org.apache.coyote.Constants
Request state: ended.
STAGE_ENDINPUT - Static variable in class org.apache.coyote.Constants
Request state: end input.
STAGE_ENDOUTPUT - Static variable in class org.apache.coyote.Constants
Request state: end output.
STAGE_KEEPALIVE - Static variable in class org.apache.coyote.Constants
Request state: keep-alive.
STAGE_NEW - Static variable in class org.apache.coyote.Constants
Request state: new request.
STAGE_PARSE - Static variable in class org.apache.coyote.Constants
Request state: parsing request.
STAGE_PREPARE - Static variable in class org.apache.coyote.Constants
Request state: preparing request.
STAGE_SERVICE - Static variable in class org.apache.coyote.Constants
Request state: servicing request.
STANDARD_IMPORTS - Static variable in class org.apache.jasper.Constants
These classes/packages are automatically imported by the generated code.
StandardContext - Class in org.apache.catalina.core
Standard implementation of the Context interface.
StandardContext() - Constructor for class org.apache.catalina.core.StandardContext
Create a new StandardContext component with the default basic Valve.
StandardContextSF - Class in org.apache.catalina.storeconfig
Store server.xml Context element with all children Store all context at server.xml Store existing app.xml context a conf/enginename/hostname/app.xml Store with backup
StandardContextSF() - Constructor for class org.apache.catalina.storeconfig.StandardContextSF
Constructs a new StandardContextSF instance for storing Context elements in server.xml.
StandardEngine - Class in org.apache.catalina.core
Standard implementation of the Engine interface.
StandardEngine() - Constructor for class org.apache.catalina.core.StandardEngine
Create a new StandardEngine component with the default basic Valve.
StandardEngine.AccessLogListener - Class in org.apache.catalina.core
Listener that manages access log configuration for engine, host, and context lifecycle events.
StandardEngine.NoopAccessLog - Class in org.apache.catalina.core
No-op implementation of AccessLog used as a placeholder when access logging is not configured.
StandardEngineSF - Class in org.apache.catalina.storeconfig
Store server.xml Element Engine
StandardEngineSF() - Constructor for class org.apache.catalina.storeconfig.StandardEngineSF
Constructs a new StandardEngineSF instance for storing Engine elements in server.xml.
StandardHost - Class in org.apache.catalina.core
Standard implementation of the Host interface.
StandardHost() - Constructor for class org.apache.catalina.core.StandardHost
Create a new StandardHost component with the default basic Valve.
StandardHostSF - Class in org.apache.catalina.storeconfig
Store server.xml Element Host
StandardHostSF() - Constructor for class org.apache.catalina.storeconfig.StandardHostSF
Constructs a new StandardHostSF instance for storing Host elements in server.xml.
StandardJarScanFilter - Class in org.apache.tomcat.util.scan
Standard implementation of JarScanFilter that provides configuration for JAR scanning filters.
StandardJarScanFilter() - Constructor for class org.apache.tomcat.util.scan.StandardJarScanFilter
This is the standard implementation of JarScanFilter.
StandardJarScanner - Class in org.apache.tomcat.util.scan
The default JarScanner implementation scans the WEB-INF/lib directory followed by the provided classloader and then works up the classloader hierarchy.
StandardJarScanner() - Constructor for class org.apache.tomcat.util.scan.StandardJarScanner
Constructs a new StandardJarScanner instance.
StandardManager - Class in org.apache.catalina.session
Standard implementation of the Manager interface that provides simple session persistence across restarts of this component (such as when the entire server is shut down and restarted, or when a particular web application is reloaded).
StandardManager() - Constructor for class org.apache.catalina.session.StandardManager
Construct a new StandardManager instance.
StandardPipeline - Class in org.apache.catalina.core
Standard implementation of a processing Pipeline that will invoke a series of Valves that have been configured to be called in order.
StandardPipeline() - Constructor for class org.apache.catalina.core.StandardPipeline
Construct a new StandardPipeline instance with no associated Container.
StandardPipeline(Container) - Constructor for class org.apache.catalina.core.StandardPipeline
Construct a new StandardPipeline instance that is associated with the specified Container.
StandardRoot - Class in org.apache.catalina.webresources
Provides the resources implementation for a web application.
StandardRoot() - Constructor for class org.apache.catalina.webresources.StandardRoot
Creates a new standard implementation of WebResourceRoot.
StandardRoot(Context) - Constructor for class org.apache.catalina.webresources.StandardRoot
Creates a new standard implementation of WebResourceRoot with the given context.
StandardServer - Class in org.apache.catalina.core
Standard implementation of the Server interface, available for use (but not required) when deploying and starting Catalina.
StandardServer() - Constructor for class org.apache.catalina.core.StandardServer
Construct a default instance of this class.
StandardServerSF - Class in org.apache.catalina.storeconfig
Store server.xml Server element and children ( Listener,GlobalNamingResource,Service)
StandardServerSF() - Constructor for class org.apache.catalina.storeconfig.StandardServerSF
Default constructor.
StandardService - Class in org.apache.catalina.core
Standard implementation of the Service interface.
StandardService() - Constructor for class org.apache.catalina.core.StandardService
Construct a new StandardService instance with the default settings.
StandardServiceSF - Class in org.apache.catalina.storeconfig
Store server.xml Element Service and all children
StandardServiceSF() - Constructor for class org.apache.catalina.storeconfig.StandardServiceSF
Default constructor.
StandardSession - Class in org.apache.catalina.session
Standard implementation of the Session interface.
StandardSession(Manager) - Constructor for class org.apache.catalina.session.StandardSession
Construct a new Session associated with the specified Manager.
StandardSessionFacade - Class in org.apache.catalina.session
Facade for the StandardSession object.
StandardSessionFacade(HttpSession) - Constructor for class org.apache.catalina.session.StandardSessionFacade
Construct a new session facade.
StandardSessionIdGenerator - Class in org.apache.catalina.util
Standard implementation of SessionIdGenerator that generates session identifiers using a pool of SecureRandom instances.
StandardSessionIdGenerator() - Constructor for class org.apache.catalina.util.StandardSessionIdGenerator
Construct a new instance with default configuration.
StandardThreadExecutor - Class in org.apache.catalina.core
Standard implementation of an Executor based on a Java thread pool.
StandardThreadExecutor() - Constructor for class org.apache.catalina.core.StandardThreadExecutor
Default constructor required for the Digester.
StandardVirtualThreadExecutor - Class in org.apache.catalina.core
An executor that uses a new virtual thread for each task.
StandardVirtualThreadExecutor() - Constructor for class org.apache.catalina.core.StandardVirtualThreadExecutor
Default constructor required for the Digester.
StandardWrapper - Class in org.apache.catalina.core
Standard implementation of the Wrapper interface that represents an individual servlet definition.
StandardWrapper() - Constructor for class org.apache.catalina.core.StandardWrapper
Create a new StandardWrapper component with the default basic Valve.
StandardWrapperFacade - Class in org.apache.catalina.core
Facade for the StandardWrapper object.
StandardWrapperFacade(StandardWrapper) - Constructor for class org.apache.catalina.core.StandardWrapperFacade
Create a new facade around a StandardWrapper.
start - Variable in class org.apache.tomcat.util.buf.AbstractChunk
The start position of the data in the buffer.
start() - Method in interface org.apache.catalina.ha.ClusterDeployer
Start the cluster deployer, the owning container will invoke this
start() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
 
start() - Method in interface org.apache.catalina.Lifecycle
Prepare for the beginning of active use of the public methods other than property getters/setters and life cycle methods of this component.
start() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
start() - Method in class org.apache.catalina.startup.Bootstrap
Start the Catalina daemon.
start() - Method in class org.apache.catalina.startup.Catalina
Start a new server instance.
start() - Method in class org.apache.catalina.startup.EngineConfig
Process a "start" event for this Engine.
start() - Method in class org.apache.catalina.startup.HostConfig
Process a "start" event for this Host.
start() - Method in class org.apache.catalina.startup.Tomcat
Start the server.
start() - Method in interface org.apache.catalina.tribes.ChannelReceiver
Start listening for incoming messages on the host/port
start() - Method in interface org.apache.catalina.tribes.ChannelSender
Start the channel sender
start() - Method in class org.apache.catalina.tribes.membership.MembershipServiceBase
 
start() - Method in interface org.apache.catalina.tribes.MembershipService
Starts the membership service.
start() - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
 
start() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Starts the receiver by creating the executor service and registering with JMX.
start() - Method in class org.apache.catalina.tribes.transport.ReplicationTransmitter
start the sender and register transmitter mbean
start() - Method in class org.apache.catalina.util.LifecycleBase
 
start() - Method in class org.apache.coyote.AbstractProtocol
Starts the protocol handler.
start() - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
Starts the AJP protocol handler.
start() - Method in interface org.apache.coyote.ProtocolHandler
Start the protocol.
start() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Starts the datasource.
start() - Method in interface org.apache.tomcat.dbcp.dbcp2.DataSourceMXBean
start() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool.PoolCleaner
Starts the pool cleaner by registering it with the shared timer.
start() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Start the endpoint.
start() - Method in class org.apache.tomcat.util.net.SocketWrapperBase.OperationState
Start the operation, this will typically call run.
start(int) - Method in interface org.apache.catalina.tribes.Channel
Starts up the channel.
start(int) - Method in interface org.apache.catalina.tribes.ChannelInterceptor
Starts up the channel.
start(int) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
 
start(int) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
start(int) - Method in class org.apache.catalina.tribes.group.GroupChannel
 
start(int) - Method in interface org.apache.catalina.tribes.group.GroupChannelMBean
Starts the channel with the given service type.
start(int) - Method in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor
 
start(int) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
start(int) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
start(int) - Method in class org.apache.catalina.tribes.group.interceptors.SimpleCoordinator
 
start(int) - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
Starts up the channel.
start(int) - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
 
start(int) - Method in class org.apache.catalina.tribes.membership.cloud.CloudMembershipProvider
 
start(int) - Method in class org.apache.catalina.tribes.membership.cloud.CloudMembershipService
 
start(int) - Method in class org.apache.catalina.tribes.membership.cloud.DNSMembershipProvider
 
start(int) - Method in class org.apache.catalina.tribes.membership.cloud.KubernetesMembershipProvider
 
start(int) - Method in class org.apache.catalina.tribes.membership.McastService
 
start(int) - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
 
start(int) - Method in class org.apache.catalina.tribes.membership.StaticMembershipProvider
 
start(int) - Method in class org.apache.catalina.tribes.membership.StaticMembershipService
 
start(int) - Method in interface org.apache.catalina.tribes.MembershipProvider
Start the membership provider.
start(int) - Method in interface org.apache.catalina.tribes.MembershipService
Starts the membership service.
start(PrintWriter, String, StringManager) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Start the host with the specified name.
start(PrintWriter, ContextName, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Start the web application at the specified context path.
start(Runnable) - Method in class org.apache.catalina.core.AsyncContextImpl
 
start(String, StringManager) - Method in class org.apache.catalina.manager.host.HTMLHostManagerServlet
Start the host with the specified name.
start(Xid, int) - Method in class org.apache.tomcat.dbcp.dbcp2.managed.LocalXAConnectionFactory.LocalXAResource
Signals that a connection has been enrolled in a transaction.
start(ContextName, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Start the web application at the specified context path.
START_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component start" event.
startAcceptorThread() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Start the acceptor thread.
startAcceptorThread() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
 
startAsync() - Method in class org.apache.catalina.connector.Request
 
startAsync() - Method in class org.apache.catalina.connector.RequestFacade
 
startAsync(ServletRequest, ServletResponse) - Method in class org.apache.catalina.connector.Request
 
startAsync(ServletRequest, ServletResponse) - Method in class org.apache.catalina.connector.RequestFacade
 
startAsyncTimeout() - Method in class org.apache.coyote.AbstractProtocol
Note: The name of this method originated with the Servlet 3.0 asynchronous processing but evolved over time to represent a timeout that is triggered independently of the socket read/write timeouts.
startBufferedBody(PageContext, BodyTag) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Starts a buffered body for a tag that supports body content.
startCapture() - Static method in class org.apache.tomcat.util.log.SystemLogHandler
Start capturing thread's output.
startChildren - Variable in class org.apache.catalina.core.ContainerBase
Will children be started automatically when they are added.
startDocument() - Method in class org.apache.tomcat.util.digester.Digester
Process notification of the beginning of the document being reached.
startDTD(String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
 
started - Variable in class org.apache.catalina.ha.deploy.FarmWarDeployer
Whether the deployer has been started.
started - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Whether this interceptor has been started.
STARTED - Enum constant in enum org.apache.catalina.LifecycleState
Component has started.
startElection(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Starts an election to determine the coordinator.
startElement(String, String, String, Attributes) - Method in class org.apache.tomcat.util.digester.Digester
Process notification of the start of an XML element being reached.
startEvictionTest() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
 
startEvictionTest() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
Attempts to place the pooled object in the PooledObjectState.EVICTION state.
startGeneratingCode() - Method in class org.apache.tomcat.util.digester.Digester
Start collecting generated code into the internal code buffer.
startHeartbeat() - Method in class org.apache.catalina.tribes.group.GroupChannel
Starts or restarts the internal heartbeat scheduler.
STARTING - Enum constant in enum org.apache.catalina.LifecycleState
Component is starting.
STARTING_PREP - Enum constant in enum org.apache.catalina.LifecycleState
Component is preparing to start.
startInline() - Static method in class org.apache.tomcat.util.net.Nio2Endpoint
 
startInternal() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
 
startInternal() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
startInternal() - Method in class org.apache.catalina.authenticator.SingleSignOn
 
startInternal() - Method in class org.apache.catalina.authenticator.SSLAuthenticator
 
startInternal() - Method in class org.apache.catalina.connector.Connector
Begin processing requests via this Connector.
startInternal() - Method in class org.apache.catalina.core.ContainerBase
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.core.StandardContext
 
startInternal() - Method in class org.apache.catalina.core.StandardEngine
 
startInternal() - Method in class org.apache.catalina.core.StandardHost
 
startInternal() - Method in class org.apache.catalina.core.StandardPipeline
 
startInternal() - Method in class org.apache.catalina.core.StandardServer
 
startInternal() - Method in class org.apache.catalina.core.StandardService
Start nested components (Executors, Connectors and Containers) and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.core.StandardThreadExecutor
Start the component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.core.StandardVirtualThreadExecutor
 
startInternal() - Method in class org.apache.catalina.core.StandardWrapper
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.deploy.NamingResourcesImpl
 
startInternal() - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.ha.context.ReplicatedContext
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.ha.session.BackupManager
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.ha.session.ClusterManagerBase
 
startInternal() - Method in class org.apache.catalina.ha.session.DeltaManager
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
 
startInternal() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Start Cluster and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.loader.WebappLoader
Start associated ClassLoader and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.mapper.MapperListener
 
startInternal() - Method in class org.apache.catalina.realm.CombinedRealm
 
startInternal() - Method in class org.apache.catalina.realm.DataSourceRealm
 
startInternal() - Method in class org.apache.catalina.realm.JAASRealm
 
startInternal() - Method in class org.apache.catalina.realm.JNDIRealm
Prepare for the beginning of active use of the public methods of this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.realm.LockOutRealm
 
startInternal() - Method in class org.apache.catalina.realm.MemoryRealm
 
startInternal() - Method in class org.apache.catalina.realm.RealmBase
Prepare for the beginning of active use of the public methods of this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.realm.UserDatabaseRealm
 
startInternal() - Method in class org.apache.catalina.session.ManagerBase
 
startInternal() - Method in class org.apache.catalina.session.PersistentManagerBase
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.session.StandardManager
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.session.StoreBase
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.startup.FailedContext
 
startInternal() - Method in class org.apache.catalina.util.LifecycleBase
Subclasses must ensure that the state is changed to LifecycleState.STARTING during the execution of this method.
startInternal() - Method in class org.apache.catalina.util.SessionIdGeneratorBase
 
startInternal() - Method in class org.apache.catalina.valves.AccessLogValve
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.valves.HealthCheckValve
 
startInternal() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.valves.ParameterLimitValve
 
startInternal() - Method in class org.apache.catalina.valves.RequestFilterValve
 
startInternal() - Method in class org.apache.catalina.valves.rewrite.RewriteValve
 
startInternal() - Method in class org.apache.catalina.valves.SemaphoreValve
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.valves.ValveBase
Start this component and implement the requirements of LifecycleBase.startInternal().
startInternal() - Method in class org.apache.catalina.webresources.AbstractResourceSet
Starts this resource set.
startInternal() - Method in class org.apache.catalina.webresources.EmptyResourceSet
 
startInternal() - Method in class org.apache.catalina.webresources.StandardRoot
 
startInternal() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Start the endpoint internal components.
startInternal() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
Start the NIO2 endpoint, creating acceptor.
startInternal() - Method in class org.apache.tomcat.util.net.NioEndpoint
Start the NIO endpoint, creating acceptor, poller threads.
startLevel - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
The start level.
startLevel - Variable in class org.apache.catalina.tribes.membership.StaticMembershipProvider
Current start level bitmask.
startMark - Variable in class org.apache.jasper.compiler.Node
The location in the source file where this node begins.
startMembership(Member[]) - Method in class org.apache.catalina.tribes.membership.StaticMembershipProvider
Sends start messages to the given members.
startPoolMaintenance() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Starts the connection pool maintenance task, if configured.
startPrefixMapping(String, String) - Method in class org.apache.tomcat.util.digester.Digester
Process notification that a namespace prefix is coming in to scope.
startQueue() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
Start the dispatch queue.
startRequestBodyFrame(int, int, boolean) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
startService() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl.RecoveryThread
Start the service.
startStopExecutor - Variable in class org.apache.catalina.core.ContainerBase
The executor used for threaded start and stop operations.
startsvc - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Start service command value.
startsWith(String) - Method in class org.apache.tomcat.util.buf.CharChunk
Checks if the buffer starts with the specified string.
startsWith(String, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
Returns true if the buffer starts with the specified string when tested in a case-sensitive manner.
startsWithIgnoreCase(String, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
Returns true if the buffer starts with the specified string when tested in a case-insensitive manner.
startsWithIgnoreCase(String, int) - Method in class org.apache.tomcat.util.buf.CharChunk
Returns true if the buffer starts with the specified string.
startsWithIgnoreCase(String, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
Check if the message bytes starts with the specified string, ignoring case.
startsWithIgnoreCase(String, String) - Static method in class org.apache.catalina.filters.ExpiresFilter
Checks if the given string starts with the given prefix, ignoring case.
StartTask - Class in org.apache.catalina.ant
Ant task that implements the /start command, supported by the Tomcat manager application.
StartTask() - Constructor for class org.apache.catalina.ant.StartTask
Default constructor.
startTime - Variable in class org.apache.catalina.tribes.membership.cloud.CloudMembershipProvider
The time when this provider started.
state - Variable in class org.apache.tomcat.util.net.Acceptor
Current state of the acceptor.
state - Variable in class org.apache.tomcat.util.net.SocketWrapperBase.OperationState
Current completion state of the operation.
State Diagrams - Section in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
STATEMENT_CACHE_ATTR - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
Attribute key for storing the statement cache in connection attributes.
STATEMENT_TYPE_COUNT - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
STATEMENT_TYPES - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
Array of statement type method names
StatementCache - Class in org.apache.tomcat.jdbc.pool.interceptor
Interceptor that caches PreparedStatement and/or CallableStatement instances on a connection.
StatementCache() - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
Default constructor.
StatementCache.CachedStatement - Class in org.apache.tomcat.jdbc.pool.interceptor
Proxy for a cached prepared statement.
StatementCacheMBean - Interface in org.apache.tomcat.jdbc.pool.interceptor
MBean interface for monitoring the statement cache.
StatementDecoratorInterceptor - Class in org.apache.tomcat.jdbc.pool.interceptor
Implementation of JdbcInterceptor that proxies resultSets and statements.
StatementDecoratorInterceptor() - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
Default constructor.
StatementDecoratorInterceptor.ResultSetProxy - Class in org.apache.tomcat.jdbc.pool.interceptor
Invocation handler that proxies ResultSet instances.
StatementDecoratorInterceptor.StatementProxy<T> - Class in org.apache.tomcat.jdbc.pool.interceptor
Class to measure query execute time.
StatementEntry(Statement) - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.StatementFinalizer.StatementEntry
Creates a new StatementEntry.
StatementFacade - Class in org.apache.tomcat.jdbc.pool
Facade that creates statement and result set proxies.
StatementFacade(JdbcInterceptor) - Constructor for class org.apache.tomcat.jdbc.pool.StatementFacade
Constructs a StatementFacade.
StatementFacade.ResultSetProxy - Class in org.apache.tomcat.jdbc.pool
Proxy for a ResultSet.
StatementFacade.StatementProxy - Class in org.apache.tomcat.jdbc.pool
Proxy for a SQL statement used to measure query execute time.
StatementFinalizer - Class in org.apache.tomcat.jdbc.pool.interceptor
Keeps track of statements associated with a connection and invokes close upon Connection.close() Useful for applications that don't close the associated statements after being done with a connection.
StatementFinalizer() - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.StatementFinalizer
Default constructor.
StatementFinalizer.StatementEntry - Class in org.apache.tomcat.jdbc.pool.interceptor
Entry that tracks a statement and its allocation stack.
StatementProxy(Object, String) - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport.StatementProxy
Constructs a new StatementProxy.
StatementProxy(Object, String) - Constructor for class org.apache.tomcat.jdbc.pool.StatementFacade.StatementProxy
Constructs a StatementProxy.
StatementProxy(T, String) - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
Constructs a StatementProxy.
statements - Variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementFinalizer
List of statements created on the associated connection.
stateMutex - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Simple lock object for transfers
stateTransferred - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Has the state been transferred
StaticElement() - Constructor for class org.apache.catalina.valves.rewrite.Substitution.StaticElement
Constructs a new StaticElement.
StaticMember - Class in org.apache.catalina.tribes.membership
Static member representation for cluster membership.
StaticMember() - Constructor for class org.apache.catalina.tribes.membership.StaticMember
Default constructor.
StaticMember(String, int, long) - Constructor for class org.apache.catalina.tribes.membership.StaticMember
Creates a static member with the given host, port, and alive time.
StaticMember(String, int, long, byte[]) - Constructor for class org.apache.catalina.tribes.membership.StaticMember
Creates a static member with the given host, port, alive time, and payload.
staticMembers - Variable in class org.apache.catalina.tribes.membership.StaticMembershipProvider
List of static members for this cluster.
staticMembers - Variable in class org.apache.catalina.tribes.membership.StaticMembershipService
List of static members configured for this service.
StaticMembershipInterceptor - Class in org.apache.catalina.tribes.group.interceptors
Channel interceptor that manages static membership for a cluster.
StaticMembershipInterceptor() - Constructor for class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
Default constructor.
StaticMembershipInterceptorMBean - Interface in org.apache.catalina.tribes.group.interceptors
MBean interface for the static membership interceptor.
StaticMembershipProvider - Class in org.apache.catalina.tribes.membership
Provider that manages static membership for a cluster.
StaticMembershipProvider() - Constructor for class org.apache.catalina.tribes.membership.StaticMembershipProvider
Default constructor.
StaticMembershipProvider.MemberMessage - Class in org.apache.catalina.tribes.membership
Message sent between membership providers to coordinate membership state.
StaticMembershipProvider.PingThread - Class in org.apache.catalina.tribes.membership
Background thread that periodically sends ping messages to cluster members.
StaticMembershipService - Class in org.apache.catalina.tribes.membership
Service that manages static membership for a cluster channel.
StaticMembershipService() - Constructor for class org.apache.catalina.tribes.membership.StaticMembershipService
Default constructor.
StaticMembershipServiceMBean - Interface in org.apache.catalina.tribes.membership
MBean interface for the static membership service.
staticOnly - Variable in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
Whether to ping only static members.
stats() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLSessionContext
Returns the statistics for this context.
statusField - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
 
StatusManagerServlet - Class in org.apache.catalina.manager
This servlet will display a complete status of the HTTP/1.1 connector.
StatusManagerServlet() - Constructor for class org.apache.catalina.manager.StatusManagerServlet
Default constructor.
StatusTransformer - Class in org.apache.catalina.manager
This is a refactoring of the servlet to externalize the output into a simple class.
StatusTransformer() - Constructor for class org.apache.catalina.manager.StatusTransformer
Default constructor.
stop() - Method in interface org.apache.catalina.ha.ClusterDeployer
Stops the cluster deployer, the owning container will invoke this
stop() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
 
stop() - Method in interface org.apache.catalina.Lifecycle
Gracefully terminate the active use of the public methods other than property getters/setters and life cycle methods of this component.
stop() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
stop() - Method in class org.apache.catalina.startup.Bootstrap
Stop the Catalina Daemon.
stop() - Method in class org.apache.catalina.startup.Catalina
Stop an existing server instance.
stop() - Method in class org.apache.catalina.startup.EngineConfig
Process a "stop" event for this Engine.
stop() - Method in class org.apache.catalina.startup.HostConfig
Process a "stop" event for this Host.
stop() - Method in class org.apache.catalina.startup.Tomcat
Stop the server.
stop() - Method in interface org.apache.catalina.tribes.ChannelReceiver
Stop listening for messages
stop() - Method in interface org.apache.catalina.tribes.ChannelSender
Stop the channel sender
stop() - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
 
stop() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
Stops the receiver by shutting down the executor and unregistering from JMX.
stop() - Method in class org.apache.catalina.tribes.transport.ReplicationTransmitter
stop the sender and deregister mbeans (transmitter, senders)
stop() - Method in class org.apache.catalina.tribes.transport.RxTaskPool
Stop the pool, closing all idle tasks and preventing new tasks from being acquired.
stop() - Method in class org.apache.catalina.util.LifecycleBase
 
stop() - Method in class org.apache.coyote.AbstractProtocol
Stops the protocol handler.
stop() - Method in interface org.apache.coyote.ProtocolHandler
Stop the protocol.
stop() - Method in class org.apache.tomcat.util.modeler.Registry
Lifecycle method - clean up the registry metadata.
stop() - Method in interface org.apache.tomcat.util.modeler.RegistryMBean
Reset all metadata cached by this registry.
stop() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Stop the endpoint.
stop(int) - Method in interface org.apache.catalina.tribes.Channel
Shuts down the channel.
stop(int) - Method in interface org.apache.catalina.tribes.ChannelInterceptor
Shuts down the channel.
stop(int) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
 
stop(int) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
 
stop(int) - Method in class org.apache.catalina.tribes.group.GroupChannel
 
stop(int) - Method in interface org.apache.catalina.tribes.group.GroupChannelMBean
Stops the channel with the given service type.
stop(int) - Method in class org.apache.catalina.tribes.group.interceptors.EncryptInterceptor
 
stop(int) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
 
stop(int) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
 
stop(int) - Method in class org.apache.catalina.tribes.group.interceptors.SimpleCoordinator
 
stop(int) - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
Shuts down the channel.
stop(int) - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
 
stop(int) - Method in class org.apache.catalina.tribes.membership.cloud.CloudMembershipProvider
 
stop(int) - Method in class org.apache.catalina.tribes.membership.cloud.CloudMembershipService
 
stop(int) - Method in class org.apache.catalina.tribes.membership.cloud.DNSMembershipProvider
 
stop(int) - Method in class org.apache.catalina.tribes.membership.cloud.KubernetesMembershipProvider
 
stop(int) - Method in class org.apache.catalina.tribes.membership.McastService
Stop broadcasting and listening to membership pings
stop(int) - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
 
stop(int) - Method in class org.apache.catalina.tribes.membership.StaticMembershipProvider
 
stop(int) - Method in class org.apache.catalina.tribes.membership.StaticMembershipService
 
stop(int) - Method in interface org.apache.catalina.tribes.MembershipProvider
Stop the membership provider.
stop(int) - Method in interface org.apache.catalina.tribes.MembershipService
Stops the membership service.
stop(int) - Method in class org.apache.tomcat.util.net.Acceptor
Deprecated.
Unused. Will be remove in Tomcat 11 onwards.
stop(PrintWriter, String, StringManager) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Stop the host with the specified name.
stop(PrintWriter, ContextName, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Stop the web application at the specified context path.
stop(String, StringManager) - Method in class org.apache.catalina.manager.host.HTMLHostManagerServlet
Stop the host with the specified name.
stop(ContextName, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Stop the web application at the specified context path.
STOP - Enum constant in enum org.apache.tomcat.util.net.SocketEvent
The associated Connector/Endpoint is stopping and the connection/socket needs to be closed cleanly.
STOP_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component stop" event.
stopAsyncTimeout() - Method in class org.apache.coyote.AbstractProtocol
Stops the async timeout scheduler.
stopAwait() - Method in class org.apache.catalina.core.StandardServer
Stop the await thread by closing the await socket and interrupting the thread.
stopCapture() - Static method in class org.apache.tomcat.util.log.SystemLogHandler
Stop capturing thread's output.
stopCurrentThreadIfNeeded() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
If the current thread was started before the last time when a context was stopped, an exception is thrown so that the current thread is stopped.
stopInternal() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
 
stopInternal() - Method in class org.apache.catalina.authenticator.SingleSignOn
 
stopInternal() - Method in class org.apache.catalina.connector.Connector
Terminate processing requests via this Connector.
stopInternal() - Method in class org.apache.catalina.core.ContainerBase
Stop this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.core.StandardContext
 
stopInternal() - Method in class org.apache.catalina.core.StandardPipeline
 
stopInternal() - Method in class org.apache.catalina.core.StandardServer
 
stopInternal() - Method in class org.apache.catalina.core.StandardService
Stop nested components (Executors, Connectors and Containers) and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.core.StandardThreadExecutor
Stop the component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.core.StandardVirtualThreadExecutor
 
stopInternal() - Method in class org.apache.catalina.core.StandardWrapper
Stop this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.deploy.NamingResourcesImpl
 
stopInternal() - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
Stop this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.ha.context.ReplicatedContext
Stop this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.ha.session.BackupManager
Stop this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.ha.session.ClusterManagerBase
 
stopInternal() - Method in class org.apache.catalina.ha.session.DeltaManager
Stop this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
Stop this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
Stop Cluster and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.loader.WebappLoader
Stop associated ClassLoader and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.mapper.MapperListener
 
stopInternal() - Method in class org.apache.catalina.realm.CombinedRealm
 
stopInternal() - Method in class org.apache.catalina.realm.JNDIRealm
Gracefully terminate the active use of the public methods of this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.realm.RealmBase
Gracefully terminate the active use of the public methods of this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.realm.UserDatabaseRealm
 
stopInternal() - Method in class org.apache.catalina.session.ManagerBase
 
stopInternal() - Method in class org.apache.catalina.session.PersistentManagerBase
Stop this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.session.StandardManager
Stop this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.session.StoreBase
Stop this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.startup.FailedContext
 
stopInternal() - Method in class org.apache.catalina.util.LifecycleBase
Subclasses must ensure that the state is changed to LifecycleState.STOPPING during the execution of this method.
stopInternal() - Method in class org.apache.catalina.util.SessionIdGeneratorBase
 
stopInternal() - Method in class org.apache.catalina.valves.AccessLogValve
Stop this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
Stop this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.valves.ParameterLimitValve
 
stopInternal() - Method in class org.apache.catalina.valves.rewrite.RewriteValve
 
stopInternal() - Method in class org.apache.catalina.valves.SemaphoreValve
Stop this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.valves.ValveBase
Stop this component and implement the requirements of LifecycleBase.stopInternal().
stopInternal() - Method in class org.apache.catalina.webresources.AbstractResourceSet
Stops this resource set.
stopInternal() - Method in class org.apache.catalina.webresources.EmptyResourceSet
 
stopInternal() - Method in class org.apache.catalina.webresources.ExtractingRoot
 
stopInternal() - Method in class org.apache.catalina.webresources.StandardRoot
 
stopInternal() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Stop the endpoint internal components.
stopInternal() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
Stop the endpoint.
stopInternal() - Method in class org.apache.tomcat.util.net.NioEndpoint
Stop the endpoint.
stopListening() - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
Close Selector.
stopMembership(Member[]) - Method in class org.apache.catalina.tribes.membership.StaticMembershipProvider
Sends stop messages to the given members.
stopMillis(int) - Method in class org.apache.tomcat.util.net.Acceptor
Stops the acceptor, optionally waiting for it to finish.
stopMillis(int) - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2Acceptor
Signals the Acceptor to stop.
STOPPED - Enum constant in enum org.apache.catalina.LifecycleState
Component has stopped.
STOPPING - Enum constant in enum org.apache.catalina.LifecycleState
Component is stopping.
STOPPING_PREP - Enum constant in enum org.apache.catalina.LifecycleState
Component is preparing to stop.
StopPooledThreadException - Exception Class in org.apache.tomcat.util.threads
A custom RuntimeException thrown by the ThreadPoolExecutor to signal that the thread should be disposed of.
StopPooledThreadException(String) - Constructor for exception class org.apache.tomcat.util.threads.StopPooledThreadException
Creates a new StopPooledThreadException.
stopQueue() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
Stop the dispatch queue.
stopRunning() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool.PoolCleaner
Stops the pool cleaner by unregistering it from the shared timer.
stopServer() - Method in class org.apache.catalina.startup.Bootstrap
Stop the standalone server.
stopServer() - Method in class org.apache.catalina.startup.Catalina
Stop the currently running server instance.
stopServer(String[]) - Method in class org.apache.catalina.startup.Bootstrap
Stop the standalone server.
stopServer(String[]) - Method in class org.apache.catalina.startup.Catalina
Stop the currently running server instance.
stopService() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl.RecoveryThread
Stop the service.
StopTask - Class in org.apache.catalina.ant
Ant task that implements the /stop command, supported by the Tomcat manager application.
StopTask() - Constructor for class org.apache.catalina.ant.StopTask
Default constructor.
STORAGE_DIR - Static variable in class org.apache.tomcat.buildutil.translate.Constants
Directory for storing translation settings.
storageDir - Variable in class org.apache.tomcat.buildutil.translate.BackportBase
Directory for storing exported translation files.
store - Variable in class org.apache.catalina.session.PersistentManagerBase
Store object which will manage the Session store.
store(PrintWriter, int, Object) - Method in class org.apache.catalina.storeconfig.CredentialHandlerSF
 
store(PrintWriter, int, Object) - Method in class org.apache.catalina.storeconfig.GlobalNamingResourcesSF
 
store(PrintWriter, int, Object) - Method in class org.apache.catalina.storeconfig.InterceptorSF
 
store(PrintWriter, int, Object) - Method in interface org.apache.catalina.storeconfig.IStoreFactory
Store a server.xml element with attributes and children.
store(PrintWriter, int, Object) - Method in class org.apache.catalina.storeconfig.LoaderSF
 
store(PrintWriter, int, Object) - Method in class org.apache.catalina.storeconfig.ManagerSF
 
store(PrintWriter, int, Object) - Method in class org.apache.catalina.storeconfig.NamingResourcesSF
 
store(PrintWriter, int, Object) - Method in class org.apache.catalina.storeconfig.RealmSF
 
store(PrintWriter, int, Object) - Method in class org.apache.catalina.storeconfig.SSLHostConfigSF
 
store(PrintWriter, int, Object) - Method in class org.apache.catalina.storeconfig.StandardContextSF
Store a Context as Separate file as configFile value from context exists. filename can be relative to catalina.base.
store(PrintWriter, int, Object) - Method in class org.apache.catalina.storeconfig.StandardServerSF
 
store(PrintWriter, int, Object) - Method in class org.apache.catalina.storeconfig.StoreFactoryBase
 
store(PrintWriter, int, Object) - Method in class org.apache.catalina.storeconfig.WatchedResourceSF
 
store(PrintWriter, int, Object) - Method in class org.apache.catalina.storeconfig.WrapperLifecycleSF
 
store(PrintWriter, int, Object) - Method in class org.apache.catalina.storeconfig.WrapperListenerSF
 
store(PrintWriter, int, Context) - Method in interface org.apache.catalina.storeconfig.IStoreConfig
Store the specified Context properties.
store(PrintWriter, int, Context) - Method in class org.apache.catalina.storeconfig.StoreConfig
 
store(PrintWriter, int, Host) - Method in interface org.apache.catalina.storeconfig.IStoreConfig
Store the specified Host properties.
store(PrintWriter, int, Host) - Method in class org.apache.catalina.storeconfig.StoreConfig
 
store(PrintWriter, int, Server) - Method in interface org.apache.catalina.storeconfig.IStoreConfig
Store the specified Server properties.
store(PrintWriter, int, Server) - Method in class org.apache.catalina.storeconfig.StoreConfig
 
store(PrintWriter, int, Service) - Method in interface org.apache.catalina.storeconfig.IStoreConfig
Store the specified Service properties.
store(PrintWriter, int, Service) - Method in class org.apache.catalina.storeconfig.StoreConfig
 
store(Context) - Method in interface org.apache.catalina.storeconfig.IStoreConfig
Store the specified Context properties.
store(Context) - Method in class org.apache.catalina.storeconfig.StoreConfig
 
store(Server) - Method in interface org.apache.catalina.storeconfig.IStoreConfig
Write the configuration information for this entire Server out to the server.xml configuration file.
store(Server) - Method in class org.apache.catalina.storeconfig.StoreConfig
 
Store - Interface in org.apache.catalina
A Store is the abstraction of a Catalina component that provides persistent storage and loading of Sessions and their associated user data.
StoreAppender - Class in org.apache.catalina.storeconfig
StoreAppends generate really the xml tag elements
StoreAppender() - Constructor for class org.apache.catalina.storeconfig.StoreAppender
Default constructor.
StoreBase - Class in org.apache.catalina.session
Abstract implementation of the Store interface to support most of the functionality required by a Store.
StoreBase() - Constructor for class org.apache.catalina.session.StoreBase
Default constructor.
storeChildren(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.CatalinaClusterSF
Store the specified Cluster children.
storeChildren(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.ChannelSF
Store the specified Channel children.
storeChildren(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.ConnectorSF
 
storeChildren(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.CredentialHandlerSF
Store the specified CredentialHandler properties and child (CredentialHandler)
storeChildren(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.InterceptorSF
Store the specified Interceptor child.
storeChildren(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.JarScannerSF
Store the specified JarScanner properties and children (JarScannerFilter)
storeChildren(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.ManagerSF
 
storeChildren(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.NamingResourcesSF
Store the specified NamingResources properties.
storeChildren(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.OpenSSLConfSF
Store nested OpenSSLConfCmd elements.
storeChildren(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.PersistentManagerSF
Store the specified PersistentManager properties.
storeChildren(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.RealmSF
Store the specified Realm properties and child (Realm) Must Implement at subclass for custom store children handling.
storeChildren(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.SenderSF
Store the specified Sender child.
storeChildren(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.SSLHostConfigSF
Store nested SSLHostConfigCertificate elements.
storeChildren(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.StandardContextSF
Store the specified context element children.
storeChildren(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.StandardEngineSF
Store the specified Engine properties.
storeChildren(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.StandardHostSF
Store the specified Host properties and children (Listener,Alias,Realm,Valve,Cluster, Context)
storeChildren(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.StandardServerSF
Store the specified server element children.
storeChildren(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.StandardServiceSF
Store the specified service element children.
storeChildren(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.StoreFactoryBase
Must Implement at subclass for custom store children handling.
storeChildren(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.WebResourceRootSF
Store the specified Resources children.
storeConfig() - Method in class org.apache.catalina.core.StandardServer
Write the configuration information for this entire Server out to the server.xml configuration file.
storeConfig() - Method in interface org.apache.catalina.storeconfig.IStoreConfig
Store the current StoreFactory Server.
storeConfig() - Method in class org.apache.catalina.storeconfig.StoreConfig
 
StoreConfig - Class in org.apache.catalina.storeconfig
Store Server/Service/Host/Context at file or PrintWriter.
StoreConfig() - Constructor for class org.apache.catalina.storeconfig.StoreConfig
Default constructor.
StoreConfigLifecycleListener - Class in org.apache.catalina.storeconfig
Loads and registers a StoreConfig MBean with the name Catalina:type=StoreConfig.
StoreConfigLifecycleListener() - Constructor for class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
Constructs a new StoreConfigLifecycleListener with default settings.
storeConnectorAttributes(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.ConnectorStoreAppender
Print Attributes for the connector
storeContext(String, boolean, boolean) - Method in class org.apache.catalina.storeconfig.StoreConfig
Store a Context from ObjectName.
storeContext(Context) - Method in class org.apache.catalina.core.StandardServer
Write the configuration information for Context out to the specified configuration file.
StoreContextAppender - Class in org.apache.catalina.storeconfig
store StandardContext Attributes ...
StoreContextAppender() - Constructor for class org.apache.catalina.storeconfig.StoreContextAppender
Constructs a new StoreContextAppender for handling StandardContext serialization.
storeContextSeparate(PrintWriter, int, StandardContext) - Method in class org.apache.catalina.storeconfig.StandardContextSF
Store a Context without backup add separate file or when configFile = null a aWriter.
StoreDescription - Class in org.apache.catalina.storeconfig
Bean of a StoreDescription
StoreDescription() - Constructor for class org.apache.catalina.storeconfig.StoreDescription
Constructs a new StoreDescription with default settings.
storeElement(PrintWriter, int, Object) - Method in class org.apache.catalina.storeconfig.StoreFactoryBase
Store only elements from storeChildren methods that are not a transient child.
storeElementArray(PrintWriter, int, Object[]) - Method in class org.apache.catalina.storeconfig.StoreFactoryBase
Save an array of elements.
StoreFactoryBase - Class in org.apache.catalina.storeconfig
StoreFactory saves special elements.
StoreFactoryBase() - Constructor for class org.apache.catalina.storeconfig.StoreFactoryBase
Constructs a new StoreFactoryBase with default settings.
StoreFactoryRule - Class in org.apache.catalina.storeconfig
Rule that creates a new IStoreFactory instance, and associates it with the top object on the stack (which must implement IStoreFactory).
StoreFactoryRule(String, String, String, String) - Constructor for class org.apache.catalina.storeconfig.StoreFactoryRule
Construct a new instance of this Rule.
StoreFileMover - Class in org.apache.catalina.storeconfig
Move server.xml or context.xml as backup
StoreFileMover(String, String, String) - Constructor for class org.apache.catalina.storeconfig.StoreFileMover
Calculate file objects for the old and new configuration files.
StoreLoader - Class in org.apache.catalina.storeconfig
XML Format
StoreLoader() - Constructor for class org.apache.catalina.storeconfig.StoreLoader
Constructs a new StoreLoader for parsing store registry XML descriptors.
StoreManager - Interface in org.apache.catalina
PersistentManager would have been a better name but that would have clashed with the implementation name.
storeName - Static variable in class org.apache.catalina.session.DataSourceStore
Name to register for this Store, used for logging.
storeName - Static variable in class org.apache.catalina.session.StoreBase
Name to register for this Store, used for logging.
StoreRegistry - Class in org.apache.catalina.storeconfig
Central StoreRegistry for all server.xml elements
StoreRegistry() - Constructor for class org.apache.catalina.storeconfig.StoreRegistry
Constructs a new StoreRegistry with default settings.
storeServer(String, boolean, boolean) - Method in class org.apache.catalina.storeconfig.StoreConfig
Store Server from Object Name (Catalina:type=Server).
storesLowerCaseIdentifiers() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
storesLowerCaseQuotedIdentifiers() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
storesMixedCaseIdentifiers() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
storesMixedCaseQuotedIdentifiers() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
storesUpperCaseIdentifiers() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
storesUpperCaseQuotedIdentifiers() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
storeWithBackup(StandardContext) - Method in class org.apache.catalina.storeconfig.StandardContextSF
Store the Context with a Backup.
storeXMLHead(PrintWriter) - Method in interface org.apache.catalina.storeconfig.IStoreFactory
Store XML header.
storeXMLHead(PrintWriter) - Method in class org.apache.catalina.storeconfig.StoreFactoryBase
 
Stream - Class in org.apache.el.stream
A stream of elements supporting sequential operations such as filter, map, reduce, and various terminal operations.
Stream(Iterator) - Constructor for class org.apache.el.stream.Stream
Constructs a new Stream from the given iterator.
STREAM_TERMINATOR - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
A byte sequence that follows a delimiter of the last encapsulation in the stream (--).
StreamELResolverImpl - Class in org.apache.el.stream
EL resolver that provides stream operations on arrays and collections through the .stream method.
StreamELResolverImpl() - Constructor for class org.apache.el.stream.StreamELResolverImpl
Constructs a new StreamELResolverImpl.
streamProvider - Variable in class org.apache.catalina.tribes.membership.cloud.CloudMembershipProvider
The provider for cloud API streams.
StreamProvider - Interface in org.apache.catalina.tribes.membership.cloud
Provides the ability to open input streams to remote URLs.
streams - Static variable in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
Thread <-> PrintStream associations.
Streams - Class in org.apache.tomcat.util.http.fileupload.util
Utility class for working with streams.
strftime - Variable in class org.apache.catalina.ssi.SSIMediator
Strftime formatter for date/time formatting.
Strftime - Class in org.apache.catalina.util
Converts dates to strings using the same format specifiers as strftime Notes: This does not mimic strftime perfectly.
Strftime(String, Locale) - Constructor for class org.apache.catalina.util.Strftime
Create an instance of this date formatting class
STRICT - Enum constant in enum org.apache.tomcat.util.http.SameSiteCookies
Prevents the cookie from being sent by the browser in all cross-site requests
STRICT_AUTH_ONLY_MODE - Static variable in class org.apache.catalina.realm.RealmBase.AllRolesMode
Allow any authenticated user only if there are no web-app/security-roles
STRICT_MODE - Static variable in class org.apache.catalina.realm.RealmBase.AllRolesMode
Use the strict servlet spec interpretation which requires that the user have one of the web-app/security-role/role-name
STRICT_SERVLET_COMPLIANCE - Static variable in class org.apache.catalina.Globals
The flag which controls strict servlet specification compliance.
strictQuoteEscaping - Variable in class org.apache.jasper.JspC
Flag for strict quote escaping in attributes.
STRING - Static variable in class org.apache.tomcat.util.bcel.classfile.ElementValue
Tag for a String element value.
STRING_INTERPRETER_CLASS_NAME - Static variable in class org.apache.jasper.compiler.StringInterpreterFactory
The name used for the StringInterpreter ServletContext attribute and init parameter.
StringCache - Class in org.apache.tomcat.util.buf
This class implements a String cache for ByteChunk and CharChunk.
StringCache() - Constructor for class org.apache.tomcat.util.buf.StringCache
Constructs a new StringCache with default settings.
StringCache.ByteEntry - Class in org.apache.tomcat.util.buf
Cache entry for byte chunk to String mapping.
StringCache.CharEntry - Class in org.apache.tomcat.util.buf
Cache entry for char chunk to String mapping.
StringElement(String) - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.StringElement
Creates a new string element.
stringifyValue() - Method in class org.apache.tomcat.util.bcel.classfile.AnnotationElementValue
 
stringifyValue() - Method in class org.apache.tomcat.util.bcel.classfile.ArrayElementValue
 
stringifyValue() - Method in class org.apache.tomcat.util.bcel.classfile.ClassElementValue
 
stringifyValue() - Method in class org.apache.tomcat.util.bcel.classfile.ElementValue
Returns a string representation of this element value.
stringifyValue() - Method in class org.apache.tomcat.util.bcel.classfile.EnumElementValue
 
stringifyValue() - Method in class org.apache.tomcat.util.bcel.classfile.SimpleElementValue
Returns the string representation of this element value based on its type.
StringInterpreter - Interface in org.apache.jasper.compiler
Defines the interface for the String interpreter.
StringInterpreterEnum - Class in org.apache.jasper.optimizations
Provides an optimised conversion of string values to Enums.
StringInterpreterEnum() - Constructor for class org.apache.jasper.optimizations.StringInterpreterEnum
Constructs a new StringInterpreterEnum.
StringInterpreterFactory - Class in org.apache.jasper.compiler
Provides StringInterpreter instances for JSP compilation.
StringInterpreterFactory.DefaultStringInterpreter - Class in org.apache.jasper.compiler
Default implementation of StringInterpreter that handles standard type conversions.
StringManager - Class in org.apache.catalina.tribes.util
An internationalization / localization helper class which reduces the bother of handling ResourceBundles and takes care of the common cases of message formatting which otherwise require the creation of Object arrays and such.
StringManager - Class in org.apache.naming
An internationalization / localization helper class which reduces the bother of handling ResourceBundles and takes care of the common cases of message formatting which otherwise require the creation of Object arrays and such.
StringManager - Class in org.apache.tomcat.util.res
An internationalization / localization helper class which reduces the bother of handling ResourceBundles and takes care of the common cases of message formatting which otherwise require the creation of Object arrays and such.
StringUtil - Class in org.apache.catalina.util
Utility methods for string manipulation in Catalina.
StringUtil() - Constructor for class org.apache.catalina.util.StringUtil
Constructs a new StringUtil.
StringUtils - Class in org.apache.tomcat.util.buf
Utility methods to build a separated list from a given set (not java.util.Set) of inputs and return that list as a string or append it to an existing StringBuilder.
StringUtils - Class in org.apache.tomcat.util.codec.binary
Deprecated.
Unused. This class will be removed in Tomcat 11 onwards.
stripPathParams(String, Request) - Static method in class org.apache.catalina.util.RequestUtil
Strip parameters for given path.
stripRealmForGss - Variable 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?
stripSession(String) - Static method in class org.apache.jasper.tagplugins.jstl.Util
Strips a servlet session ID from url.
STRONG_NONE - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.EncryptionLevel
Strong ciphers with no export restrictions.
StructuredField - Class in org.apache.tomcat.util.http.parser
Parsing of structured fields as per RFC 8941.
StuckThreadDetectionValve - Class in org.apache.catalina.valves
This valve allows to detect requests that take a long time to process, which might indicate that the thread that is processing it is stuck.
StuckThreadDetectionValve() - Constructor for class org.apache.catalina.valves.StuckThreadDetectionValve
Required to enable async support.
sub - Variable in class org.apache.catalina.valves.rewrite.Substitution
The raw substitution string.
subject - Variable in class org.apache.catalina.connector.Request
The Subject associated with the current AccessControlContext
subject - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The subject for which we are performing authentication.
SUBJECT_ATTR - Static variable in class org.apache.catalina.Globals
Deprecated.
Will be removed from Tomcat 11 onwards when support for the SecurityManager is removed.
submit(Runnable) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
submit(Runnable) - Method in class org.apache.catalina.core.StandardVirtualThreadExecutor
 
submit(Runnable) - Method in class org.apache.tomcat.util.threads.ScheduledThreadPoolExecutor
 
submit(Runnable, T) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
submit(Runnable, T) - Method in class org.apache.catalina.core.StandardVirtualThreadExecutor
 
submit(Runnable, T) - Method in class org.apache.tomcat.util.threads.ScheduledThreadPoolExecutor
 
submit(Callable) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
submit(Callable) - Method in class org.apache.catalina.core.StandardVirtualThreadExecutor
 
submit(Callable) - Method in class org.apache.tomcat.util.threads.ScheduledThreadPoolExecutor
 
subSequence(int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
substituteVariables(String) - Method in class org.apache.catalina.ssi.SSIMediator
Applies variable substitution to the specified String and returns the new resolved string.
substitution - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
The substitution to apply.
Substitution - Class in org.apache.catalina.valves.rewrite
Represents a URL substitution pattern for rewrite rules.
Substitution() - Constructor for class org.apache.catalina.valves.rewrite.Substitution
Constructs a new Substitution.
Substitution.MapElement - Class in org.apache.catalina.valves.rewrite
Substitution element that performs a rewrite map lookup.
Substitution.RewriteCondBackReferenceElement - Class in org.apache.catalina.valves.rewrite
Substitution element that produces a back-reference to a rewrite condition group.
Substitution.RewriteRuleBackReferenceElement - Class in org.apache.catalina.valves.rewrite
Substitution element that produces a back-reference to a rewrite rule group.
Substitution.ServerVariableElement - Class in org.apache.catalina.valves.rewrite
Substitution element that resolves a server variable.
Substitution.ServerVariableEnvElement - Class in org.apache.catalina.valves.rewrite
Substitution element that resolves an environment variable.
Substitution.ServerVariableHttpElement - Class in org.apache.catalina.valves.rewrite
Substitution element that resolves an HTTP header variable.
Substitution.ServerVariableSslElement - Class in org.apache.catalina.valves.rewrite
Substitution element that resolves an SSL variable.
Substitution.StaticElement - Class in org.apache.catalina.valves.rewrite
Substitution element that produces a static string value.
Substitution.SubstitutionElement - Class in org.apache.catalina.valves.rewrite
Abstract base class for individual substitution elements.
SubstitutionElement() - Constructor for class org.apache.catalina.valves.rewrite.Substitution.SubstitutionElement
Constructs a new SubstitutionElement.
substitutionString - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
The substitution string.
substream(Number) - Method in class org.apache.el.stream.Stream
Returns a stream consisting of the elements of this stream from the specified start position to the end.
substream(Number, Number) - Method in class org.apache.el.stream.Stream
Returns a stream consisting of the elements of this stream from the specified start position up to, but not including, the specified end position.
substringBefore(String, String) - Static method in class org.apache.catalina.filters.ExpiresFilter
Returns the subset of the given string that is before the first occurrence of the given separator.
subtract() - Method in class org.apache.tomcat.util.buf.ByteChunk
Reads and removes the next byte from this chunk.
subtract() - Method in class org.apache.tomcat.util.buf.CharChunk
Subtracts a single character from the buffer.
subtract(byte[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
Reads bytes into the specified array.
subtract(char[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
Subtracts characters from the buffer into the destination array.
subtract(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
 
subtract(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
 
subtract(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
 
subtract(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
 
subtract(Number, Number) - Method in class org.apache.el.lang.ELArithmetic
Subtract two numbers.
subtract(Object, Object) - Static method in class org.apache.el.lang.ELArithmetic
Subtract two objects, coercing them to the appropriate numeric type.
subtract(ByteBuffer) - Method in class org.apache.tomcat.util.buf.ByteChunk
Transfers bytes from the buffer to the specified ByteBuffer.
subtractB() - Method in class org.apache.tomcat.util.buf.ByteChunk
Deprecated.
Use ByteChunk.subtract() instead. This method cannot distinguish between EOF (-1) and the legitimate byte value 0xFF because it returns byte.
suffix - Variable in class org.apache.catalina.valves.AccessLogValve
The suffix that is added to log file filenames.
SuffixPredicate(String) - Constructor for class org.apache.catalina.filters.CsrfPreventionFilter.SuffixPredicate
Construct a new SuffixPredicate.
suggestedView - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
The suggested view during an election.
suggestedviewId - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
indicates that we are running an election and this is the one we are running
sum() - Method in class org.apache.el.stream.Stream
Returns the sum of all numeric elements in the stream.
Summary - Section in class org.apache.catalina.filters.ExpiresFilter
 
superclassName - Variable in class org.apache.catalina.startup.ContextConfig.JavaClassCacheEntry
The name of the superclass.
support - Variable in class org.apache.catalina.core.ContainerBase
The property change support for this component.
support - Variable in class org.apache.catalina.core.StandardService
The property change support for this component.
support - Variable in class org.apache.catalina.deploy.NamingResourcesImpl
The property change support for this component.
support - Variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
The property change support for this component.
support - Variable in class org.apache.catalina.loader.WebappLoader
The property change support for this component.
support - Variable in class org.apache.catalina.realm.RealmBase
The property change support for this component.
support - Variable in class org.apache.catalina.session.ManagerBase
The property change support for this component.
support - Variable in class org.apache.catalina.session.StandardSession
The property change support for this component.
support - Variable in class org.apache.catalina.session.StoreBase
The property change support for this component.
SUPPORTED_LOCKS - Static variable in class org.apache.catalina.servlets.WebdavServlet
Pre generated raw XML for supported locks.
supportsAlterTableWithAddColumn() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsAlterTableWithDropColumn() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsANSI92EntryLevelSQL() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsANSI92FullSQL() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsANSI92IntermediateSQL() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsBatchUpdates() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsCatalogsInDataManipulation() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsCatalogsInIndexDefinitions() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsCatalogsInPrivilegeDefinitions() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsCatalogsInProcedureCalls() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsCatalogsInTableDefinitions() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsColumnAliasing() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsConvert() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsConvert(int, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsCoreSQLGrammar() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsCorrelatedSubqueries() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsDataDefinitionAndDataManipulationTransactions() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsDataManipulationTransactionsOnly() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsDifferentTableCorrelationNames() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsExpressionsInOrderBy() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsExtendedSQLGrammar() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsFullOuterJoins() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsGetGeneratedKeys() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsGroupBy() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsGroupByBeyondSelect() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsGroupByUnrelated() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsIntegrityEnhancementFacility() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsLikeEscapeClause() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsLimitedOuterJoins() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsMinimumSQLGrammar() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsMixedCaseIdentifiers() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsMixedCaseQuotedIdentifiers() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsMultipleOpenResults() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsMultipleResultSets() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsMultipleTransactions() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsNamedParameters() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsNonNullableColumns() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsOpenCursorsAcrossCommit() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsOpenCursorsAcrossRollback() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsOpenStatementsAcrossCommit() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsOpenStatementsAcrossRollback() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsOrderByUnrelated() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsOuterJoins() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsPositionedDelete() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsPositionedUpdate() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsRefCursors() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsResultSetConcurrency(int, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsResultSetHoldability(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsResultSetType(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsSavepoints() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsSchemasInDataManipulation() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsSchemasInIndexDefinitions() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsSchemasInPrivilegeDefinitions() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsSchemasInProcedureCalls() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsSchemasInTableDefinitions() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsSelectForUpdate() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsStatementPooling() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsStoredFunctionsUsingCallSyntax() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsStoredProcedures() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsSubqueriesInComparisons() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsSubqueriesInExists() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsSubqueriesInIns() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsSubqueriesInQuantifieds() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsTableCorrelationNames() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsTransactionIsolationLevel(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsTransactions() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsUnion() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
supportsUnionAll() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
suspect(PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Thread safe way to suspect a connection.
SUSPECT - Static variable in class org.apache.catalina.tribes.transport.SenderState
Sender has been suspected of failure but not yet confirmed.
SUSPECT_ABANDONED_NOTIFICATION - Static variable in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Notification type sent when a connection is suspected of being abandoned.
SUSPECT_RETURNED_NOTIFICATION - Static variable in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
Notification type sent when a previously suspect connection is returned to the pool.
suspend() - Method in class org.apache.tomcat.websocket.WsFrameBase
Suspends processing of this frame.
suspend() - Method in class org.apache.tomcat.websocket.WsSession
Suspends the reading of the incoming messages.
SUSPENDED - Enum constant in enum org.apache.tomcat.util.net.AbstractEndpoint.Handler.SocketState
The socket has been suspended.
SUSPENDED - Enum constant in enum org.apache.tomcat.websocket.WsFrameBase.ReadState
Suspended.
SUSPENDING_PROCESS - Enum constant in enum org.apache.tomcat.websocket.WsFrameBase.ReadState
Suspending while processing.
SUSPENDING_WAIT - Enum constant in enum org.apache.tomcat.websocket.WsFrameBase.ReadState
Suspending and waiting.
SwallowedExceptionListener - Interface in org.apache.tomcat.dbcp.pool2
Pools that unavoidably swallow exceptions may be configured with an instance of this listener so the user may receive notification of when this happens.
SwallowedExceptionLogger - Class in org.apache.tomcat.dbcp.dbcp2
Class for logging swallowed exceptions.
SwallowedExceptionLogger(Log) - Constructor for class org.apache.tomcat.dbcp.dbcp2.SwallowedExceptionLogger
Create a SwallowedExceptionLogger with the given logger.
SwallowedExceptionLogger(Log, boolean) - Constructor for class org.apache.tomcat.dbcp.dbcp2.SwallowedExceptionLogger
Create a SwallowedExceptionLogger with the given logger and expired connection logging property.
swallowOutput - Variable in class org.apache.catalina.core.StandardWrapper
Should we swallow System.out
swapIn(String) - Method in class org.apache.catalina.session.PersistentManagerBase
Look for a session in the Store and, if found, restore it in the Manager's list of active sessions if appropriate.
swapOut(Session) - Method in class org.apache.catalina.session.PersistentManagerBase
Remove the session from the Manager's list of active sessions and write it out to the Store.
SWITCH_ADD_WEBAPP_XML_MAPPINGS - Static variable in class org.apache.jasper.JspC
Command-line switch for adding web.xml servlet mappings.
SWITCH_CACHE - Static variable in class org.apache.jasper.JspC
Command-line switch for enabling/disabling caching.
SWITCH_CLASS_NAME - Static variable in class org.apache.jasper.JspC
Command-line switch for setting the generated class name.
SWITCH_CLASSPATH - Static variable in class org.apache.jasper.JspC
Command-line switch for setting the classpath.
SWITCH_COMPILE - Static variable in class org.apache.jasper.JspC
Command-line switch for compiling to class files.
SWITCH_DIE - Static variable in class org.apache.jasper.JspC
Command-line switch prefix for setting the exit code on error.
SWITCH_DUMP_SMAP - Static variable in class org.apache.jasper.JspC
Command-line switch for dumping SMAP files.
SWITCH_ENCODING - Static variable in class org.apache.jasper.JspC
Command-line switch for setting the Java file encoding.
SWITCH_FAIL_FAST - Static variable in class org.apache.jasper.JspC
Command-line switch for failing on first error.
SWITCH_FILE_WEBAPP - Static variable in class org.apache.jasper.JspC
Command-line switch for setting the web application root.
SWITCH_FULL_STOP - Static variable in class org.apache.jasper.JspC
Command-line switch indicating the end of options.
SWITCH_HELP - Static variable in class org.apache.jasper.JspC
Command-line switch for displaying help.
SWITCH_MAPPED - Static variable in class org.apache.jasper.JspC
Command-line switch for using mapped file compilation.
SWITCH_NO_BLOCK_EXTERNAL - Static variable in class org.apache.jasper.JspC
Command-line switch for disabling external entity blocking.
SWITCH_NO_QUOTE_ATTRIBUTE_EL - Static variable in class org.apache.jasper.JspC
Command-line switch for disabling EL quoting in attributes.
SWITCH_NO_STRICT_QUOTE_ESCAPING - Static variable in class org.apache.jasper.JspC
Command-line switch for disabling strict quote escaping.
SWITCH_OUTPUT_DIR - Static variable in class org.apache.jasper.JspC
Command-line switch for setting the output directory.
SWITCH_PACKAGE_NAME - Static variable in class org.apache.jasper.JspC
Command-line switch for setting the package name.
SWITCH_POOLING - Static variable in class org.apache.jasper.JspC
Command-line switch for enabling tag handler pooling.
SWITCH_QUOTE_ATTRIBUTE_EL - Static variable in class org.apache.jasper.JspC
Command-line switch for enabling EL quoting in attributes.
SWITCH_SMAP - Static variable in class org.apache.jasper.JspC
Command-line switch for generating SMAP files.
SWITCH_SOURCE - Static variable in class org.apache.jasper.JspC
Command-line switch for setting the Java source version.
SWITCH_TARGET - Static variable in class org.apache.jasper.JspC
Command-line switch for setting the Java target version.
SWITCH_THREAD_COUNT - Static variable in class org.apache.jasper.JspC
Command-line switch for setting the thread count.
SWITCH_TRIM_SPACES - Static variable in class org.apache.jasper.JspC
Command-line switch for trimming whitespace in templates.
SWITCH_URI_BASE - Static variable in class org.apache.jasper.JspC
Command-line switch for setting the URI base.
SWITCH_URI_ROOT - Static variable in class org.apache.jasper.JspC
Command-line switch for setting the URI root.
SWITCH_VALIDATE_TLD - Static variable in class org.apache.jasper.JspC
Command-line switch for validating TLD files.
SWITCH_VALIDATE_XML - Static variable in class org.apache.jasper.JspC
Command-line switch for validating XML files.
SWITCH_VERBOSE - Static variable in class org.apache.jasper.JspC
Command-line switch for enabling verbose output.
SWITCH_WEBAPP_FRG - Static variable in class org.apache.jasper.JspC
Command-line switch for generating a web-fragment.xml file.
SWITCH_WEBAPP_INC - Static variable in class org.apache.jasper.JspC
Command-line switch for generating a web.xml include file.
SWITCH_WEBAPP_XML - Static variable in class org.apache.jasper.JspC
Command-line switch for generating a complete web.xml file.
SWITCH_WEBAPP_XML_ENCODING - Static variable in class org.apache.jasper.JspC
Command-line switch for setting the web.xml encoding.
SWITCH_XPOWERED_BY - Static variable in class org.apache.jasper.JspC
Command-line switch for enabling X-Powered-By header.
syncBeforeInvoke() - Method in class org.apache.jasper.runtime.JspContextWrapper
Synchronize variables before fragment invocation
syncBeginTagFile() - Method in class org.apache.jasper.runtime.JspContextWrapper
Synchronize variables at begin of tag file
syncEndTagFile() - Method in class org.apache.jasper.runtime.JspContextWrapper
Synchronize variables at end of tag file
synchronizedKeyedPooledFactory(KeyedPooledObjectFactory) - Static method in class org.apache.tomcat.dbcp.pool2.PoolUtils
Returns a synchronized (thread-safe) KeyedPooledObjectFactory backed by the specified KeyedPooledObjectFactory.
synchronizedPool(KeyedObjectPool) - Static method in class org.apache.tomcat.dbcp.pool2.PoolUtils
Returns a synchronized (thread-safe) KeyedObjectPool backed by the specified KeyedObjectPool.
synchronizedPool(ObjectPool) - Static method in class org.apache.tomcat.dbcp.pool2.PoolUtils
Returns a synchronized (thread-safe) ObjectPool backed by the specified ObjectPool.
synchronizedPooledFactory(PooledObjectFactory) - Static method in class org.apache.tomcat.dbcp.pool2.PoolUtils
Returns a synchronized (thread-safe) PooledObjectFactory backed by the specified PooledObjectFactory.
SynchronizedQueue<T> - Class in org.apache.tomcat.util.collections
This is intended as a (mostly) GC-free alternative to ConcurrentLinkedQueue when the requirement is to create an unbounded queue with no requirement to shrink the queue.
SynchronizedQueue() - Constructor for class org.apache.tomcat.util.collections.SynchronizedQueue
Constructs a new SynchronizedQueue with the default initial capacity.
SynchronizedQueue(int) - Constructor for class org.apache.tomcat.util.collections.SynchronizedQueue
Constructs a new SynchronizedQueue with the specified initial capacity.
SynchronizedStack<T> - Class in org.apache.tomcat.util.collections
This is intended as a (mostly) GC-free alternative to Stack when the requirement is to create a pool of re-usable objects with no requirement to shrink the pool.
SynchronizedStack() - Constructor for class org.apache.tomcat.util.collections.SynchronizedStack
Constructs a new SynchronizedStack with default size and no limit.
SynchronizedStack(int, int) - Constructor for class org.apache.tomcat.util.collections.SynchronizedStack
Constructs a new SynchronizedStack with the specified initial size and limit.
SystemLogHandler - Class in org.apache.tomcat.util.log
This helper class may be used to do sophisticated redirection of System.out and System.err on a per Thread basis.
SystemLogHandler(PrintStream) - Constructor for class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
Construct the handler to capture the output of the given steam.
SystemLogHandler(PrintStream) - Constructor for class org.apache.tomcat.util.log.SystemLogHandler
Construct the handler to capture the output of the given steam.
SystemPropertySource - Class in org.apache.tomcat.util.digester
A IntrospectionUtils.SecurePropertySource that uses system properties to resolve expressions.
SystemPropertySource() - Constructor for class org.apache.tomcat.util.digester.SystemPropertySource
Constructs a new SystemPropertySource.

T

T_BYTES - Static variable in class org.apache.tomcat.util.buf.MessageBytes
getType() is T_BYTES if the object used to create the MessageBytes was a byte[].
T_CHARS - Static variable in class org.apache.tomcat.util.buf.MessageBytes
getType() is T_CHARS if the object used to create the MessageBytes was a char[].
T_NULL - Static variable in class org.apache.tomcat.util.buf.MessageBytes
Type is NULL.
T_STR - Static variable in class org.apache.tomcat.util.buf.MessageBytes
getType() is T_STR if the object used to create the MessageBytes was a String.
tableName - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
 
tag - Variable in class org.apache.catalina.ant.DeployTask
Tag to associate with this to be deployed webapp.
TAG_ATTRIBUTE_BASE - Static variable in class org.apache.tomcat.util.buf.Asn1Parser
Base value for ASN.1 context-specific attribute tags.
TAG_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
Internal name for the tag directive action.
TAG_INTEGER - Static variable in class org.apache.tomcat.util.buf.Asn1Parser
ASN.1 tag for INTEGER type.
TAG_NULL - Static variable in class org.apache.tomcat.util.buf.Asn1Parser
ASN.1 tag for NULL type.
TAG_OCTET_STRING - Static variable in class org.apache.tomcat.util.buf.Asn1Parser
ASN.1 tag for OCTET STRING type.
TAG_OID - Static variable in class org.apache.tomcat.util.buf.Asn1Parser
ASN.1 tag for OID type.
TAG_SEQUENCE - Static variable in class org.apache.tomcat.util.buf.Asn1Parser
ASN.1 tag for SEQUENCE type.
TAG_UTF8STRING - Static variable in class org.apache.tomcat.util.buf.Asn1Parser
ASN.1 tag for UTF8String type.
TagConstants - Interface in org.apache.jasper.compiler
Constants for JSP tag action names and URIs used during compilation.
TagFileProcessor - Class in org.apache.jasper.compiler
1.
TagFileProcessor() - Constructor for class org.apache.jasper.compiler.TagFileProcessor
Constructs a new TagFileProcessor.
TagFileXml - Class in org.apache.tomcat.util.descriptor.tld
Bare-bone model of a tag file loaded from a TLD.
TagFileXml() - Constructor for class org.apache.tomcat.util.descriptor.tld.TagFileXml
Constructs a new TagFileXml.
TagHandlerPool - Class in org.apache.jasper.runtime
Pool of tag handlers that can be reused.
TagHandlerPool() - Constructor for class org.apache.jasper.runtime.TagHandlerPool
Constructs a tag handler pool with the default capacity.
TAGLIB_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
Internal name for the taglib directive action.
taglibAttrs - Variable in class org.apache.jasper.compiler.Node
The xmlns attributes that represent tag libraries (only in XML syntax).
TaglibDescriptorImpl - Class in org.apache.tomcat.util.descriptor.web
Implementation of TaglibDescriptor that holds the location and URI of a tag library.
TaglibDescriptorImpl(String, String) - Constructor for class org.apache.tomcat.util.descriptor.web.TaglibDescriptorImpl
Constructs a new TaglibDescriptorImpl.
TaglibXml - Class in org.apache.tomcat.util.descriptor.tld
Common representation of a Tag Library Descriptor (TLD) XML file.
TaglibXml() - Constructor for class org.apache.tomcat.util.descriptor.tld.TaglibXml
Constructs a new TaglibXml.
TagPlugin - Interface in org.apache.jasper.compiler.tagplugin
This interface is to be implemented by the plugin author, to supply an alternate implementation of the tag handlers.
TagPluginContext - Interface in org.apache.jasper.compiler.tagplugin
This interface allows the plugin author to make inquiries about the properties of the current tag, and to use Jasper resources to generate direct Java codes in place of tag handler invocations.
tagPluginManager - Variable in class org.apache.jasper.JspC
Manager for tag plugin optimizations.
TagPluginManager - Class in org.apache.jasper.compiler
Manages tag plugin optimizations.
TagPluginManager(ServletContext) - Constructor for class org.apache.jasper.compiler.TagPluginManager
Creates a new TagPluginManager for the given servlet context.
TagPluginParser - Class in org.apache.tomcat.util.descriptor.tagplugin
Parser for Tag Plugin descriptors.
TagPluginParser(ServletContext, boolean) - Constructor for class org.apache.tomcat.util.descriptor.tagplugin.TagPluginParser
Creates a new TagPluginParser.
TagXml - Class in org.apache.tomcat.util.descriptor.tld
Model of a tag define in a tag library descriptor.
TagXml() - Constructor for class org.apache.tomcat.util.descriptor.tld.TagXml
Constructs a new TagXml.
take() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
 
take() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
 
take() - Method in class org.apache.tomcat.util.threads.TaskQueue
 
takeCurrentProcessor() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Retrieves and clears the current processor associated with this wrapper.
target - Variable in class org.apache.el.lang.FunctionMapperFactory
The target function mapper being wrapped.
targetClassName - Variable in class org.apache.jasper.JspC
Target class name for a single generated servlet.
targetEnglish - Variable in class org.apache.tomcat.buildutil.translate.BackportBase
English target properties.
targetOffset - Variable in class org.apache.tomcat.util.digester.CallMethodRule
location of the target object for the call, relative to the top of the digester object stack.
targetPackage - Variable in class org.apache.jasper.JspC
Target package for generated servlet classes.
targetRoot - Variable in class org.apache.tomcat.buildutil.translate.BackportBase
Root directory of the target project.
targetTranslations - Variable in class org.apache.tomcat.buildutil.translate.BackportBase
Map of target translation properties, keyed by locale.
TaskQueue - Class in org.apache.tomcat.util.threads
As task queue specifically designed to run with a thread pool executor.
TaskQueue() - Constructor for class org.apache.tomcat.util.threads.TaskQueue
Constructs a new TaskQueue with default capacity.
TaskQueue(int) - Constructor for class org.apache.tomcat.util.threads.TaskQueue
Constructs a new TaskQueue with the given capacity.
TaskQueue(Collection) - Constructor for class org.apache.tomcat.util.threads.TaskQueue
Constructs a new TaskQueue containing the elements in the given collection.
tasks() - Method in class org.apache.tomcat.util.net.SecureNio2Channel
Executes all the tasks needed on the same thread.
tasks() - Method in class org.apache.tomcat.util.net.SecureNioChannel
Executes all the tasks needed on the same thread.
TaskThread - Class in org.apache.tomcat.util.threads
A Thread implementation that records the time at which it was created.
TaskThread(ThreadGroup, Runnable, String) - Constructor for class org.apache.tomcat.util.threads.TaskThread
Creates a new TaskThread with the specified parameters.
TaskThread(ThreadGroup, Runnable, String, long) - Constructor for class org.apache.tomcat.util.threads.TaskThread
Creates a new TaskThread with the specified parameters and stack size.
TaskThreadFactory - Class in org.apache.tomcat.util.threads
Simple task thread factory to use to create threads for an executor implementation.
TaskThreadFactory(String, boolean, int) - Constructor for class org.apache.tomcat.util.threads.TaskThreadFactory
Creates a new TaskThreadFactory.
TcclThreadFactory - Class in org.apache.catalina.tribes.util
ThreadFactory implementation that creates threads with the thread context class loader set to the class loader that loaded this factory.
TcclThreadFactory() - Constructor for class org.apache.catalina.tribes.util.TcclThreadFactory
Creates a new TcclThreadFactory with an auto-generated name prefix.
TcclThreadFactory(String) - Constructor for class org.apache.catalina.tribes.util.TcclThreadFactory
Creates a new TcclThreadFactory with the specified name prefix.
TCN_IS_DEV_VERSION - Static variable in class org.apache.tomcat.jni.Library
TCN is development version flag.
TCN_MAJOR_VERSION - Static variable in class org.apache.tomcat.jni.Library
TCN major version.
TCN_MINOR_VERSION - Static variable in class org.apache.tomcat.jni.Library
TCN minor version.
TCN_PATCH_VERSION - Static variable in class org.apache.tomcat.jni.Library
TCN patch version.
TCN_RECOMMENDED_MAJOR - Static variable in class org.apache.catalina.core.AprLifecycleListener
Recommended major version of Tomcat Native.
TCN_RECOMMENDED_MINOR - Static variable in class org.apache.catalina.core.AprLifecycleListener
Recommended minor version of Tomcat Native.
TCN_RECOMMENDED_PV - Static variable in class org.apache.catalina.core.AprLifecycleListener
Recommended patch version of Tomcat Native.
TCN_REQUIRED_MAJOR - Static variable in class org.apache.catalina.core.AprLifecycleListener
Required major version of Tomcat Native.
TCN_REQUIRED_MINOR - Static variable in class org.apache.catalina.core.AprLifecycleListener
Required minor version of Tomcat Native.
TCN_REQUIRED_PATCH - Static variable in class org.apache.catalina.core.AprLifecycleListener
Required patch version of Tomcat Native.
TCP_FAIL_DETECT - Static variable in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
Test payload sent during member liveness checks.
TCP_PING_DATA - Static variable in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
Test payload sent during ping checks.
TcpFailureDetector - Class in org.apache.catalina.tribes.group.interceptors
The TcpFailureDetector is a useful interceptor that adds reliability to the membership layer.
TcpFailureDetector() - Constructor for class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
Constructs a new TcpFailureDetector.
TcpFailureDetectorMBean - Interface in org.apache.catalina.tribes.group.interceptors
MBean interface for managing the TcpFailureDetector interceptor.
tcpNoDelay - Variable in class org.apache.tomcat.util.net.SocketProperties
TCP_NO_DELAY option.
TcpPingInterceptor - Class in org.apache.catalina.tribes.group.interceptors
Sends periodic TCP pings to cluster members for health monitoring.
TcpPingInterceptor() - Constructor for class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
Constructs a new TcpPingInterceptor.
TcpPingInterceptor.PingThread - Class in org.apache.catalina.tribes.group.interceptors
Background thread that sends periodic pings.
TcpPingInterceptorMBean - Interface in org.apache.catalina.tribes.group.interceptors
MBean interface for managing the TcpPingInterceptor.
TcpSender - Class in org.apache.catalina.ha.backend
TCP-based sender for sending heartbeat messages to proxy servers.
TcpSender() - Constructor for class org.apache.catalina.ha.backend.TcpSender
Constructs a new TcpSender.
TE - Class in org.apache.tomcat.util.http.parser
Represents a Transfer-Encoding value with optional parameters and quality factor.
TE(String, Map, double) - Constructor for class org.apache.tomcat.util.http.parser.TE
Constructs a new TE instance.
tellChangedSessionId(String, String, boolean, boolean) - Method in class org.apache.catalina.manager.DummyProxySession
 
tellChangedSessionId(String, String, boolean, boolean) - Method in class org.apache.catalina.session.StandardSession
 
tellChangedSessionId(String, String, boolean, boolean) - Method in interface org.apache.catalina.Session
Inform the listeners about the change session ID.
tellNew() - Method in class org.apache.catalina.session.StandardSession
Inform the listeners about the new session.
tempDir - Variable in class org.apache.catalina.ha.deploy.FarmWarDeployer
Temporary directory.
TEMPORARY_REDIRECT - Static variable in class org.apache.tomcat.websocket.Constants
HTTP 307 Temporary Redirect.
tempRead - Variable in class org.apache.coyote.http11.filters.IdentityInputFilter
ByteBuffer used to read leftover bytes.
terminate() - Static method in class org.apache.tomcat.jni.Library
Destroys Tomcat Native's global APR pool.
terminated() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Method invoked when the Executor has terminated.
terminatePoolCleaner() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Stops the pool cleaner (evicter) thread if it is currently running.
terminateTransaction(PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Terminate the current transaction for the given connection.
test - Variable in class org.apache.catalina.valves.rewrite.RewriteCond
The test substitution.
test(String) - Method in class org.apache.catalina.filters.CsrfPreventionFilter.MimePredicate
 
test(String) - Method in class org.apache.catalina.filters.CsrfPreventionFilter.PatternPredicate
 
test(String) - Method in class org.apache.catalina.filters.CsrfPreventionFilter.PrefixPredicate
 
test(String) - Method in class org.apache.catalina.filters.CsrfPreventionFilter.SuffixPredicate
 
testAllIdle() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Forces a validation of all idle connections if PoolProperties.testWhileIdle is set.
testAllIdle(boolean) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
Forces a validation of all idle connections if PoolProperties.testWhileIdle is set.
testCPDS(String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Tests and returns whether a JNDI context can be created to lookup a ConnectionPoolDataSource to then access a PooledConnection connection.
testIdle() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Performs a validation on idle connections
testIdle() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
 
testIdle() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
Validates all idle connections in the pool.
testIfCondition() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
test the if condition
testIfCondition() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
test the if condition
testString - Variable in class org.apache.catalina.valves.rewrite.RewriteCond
The test string.
testUnlessCondition() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
test the unless condition
testUnlessCondition() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
test the unless condition
text - Variable in class org.apache.jasper.compiler.Node
The text content associated with this node.
TEXT - Enum constant in enum org.apache.tomcat.websocket.MessageHandlerResultType
Text message.
TEXT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
Internal name for the text action.
TEXT_BUFFER_SIZE_SERVLET_CONTEXT_INIT_PARAM - Static variable in class org.apache.tomcat.websocket.server.Constants
Servlet context init parameter name for text buffer size.
TextOptimizer - Class in org.apache.jasper.compiler
Provides optimizations for text nodes in JSP pages.
TextOptimizer() - Constructor for class org.apache.jasper.compiler.TextOptimizer
Constructs a new TextOptimizer.
tfp - Variable in class org.apache.jasper.compiler.Compiler
The tag file processor.
The Object Stack - Section in package org.apache.tomcat.util.digester
 
thisAccessedTime - Variable in class org.apache.catalina.session.StandardSession
The current accessed time for this session.
thread - Variable in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
The background ping thread.
thread - Variable in class org.apache.catalina.tribes.membership.StaticMembershipProvider
Background ping thread instance.
threadBindingListener - Variable in class org.apache.catalina.core.StandardContext
Listener for thread binding operations during naming context management.
ThreadBindingListener - Interface in org.apache.catalina
Callback for establishing naming association when entering the application scope.
threadBuilderStart(Object, Runnable) - Method in class org.apache.tomcat.util.compat.Jre21Compat
 
threadBuilderStart(Object, Runnable) - Method in class org.apache.tomcat.util.compat.JreCompat
Create a thread with the given thread builder and use it to execute the given runnable.
threadCount - Variable in class org.apache.jasper.JspC
The number of threads to use; default is one per core
threadDump(PrintWriter, StringManager, Enumeration) - Method in class org.apache.catalina.manager.ManagerServlet
Write a JVM thread dump.
ThreaddumpTask - Class in org.apache.catalina.ant
Ant task that implements the /threaddump command supported by the Tomcat manager application.
ThreaddumpTask() - Constructor for class org.apache.catalina.ant.ThreaddumpTask
Constructs a new ThreaddumpTask.
ThreadFactory(String) - Constructor for class org.apache.juli.FileHandler.ThreadFactory
Creates a new ThreadFactory with the given name prefix.
ThreadLocalLeakPreventionListener - Class in org.apache.catalina.core
A LifecycleListener that triggers the renewal of threads in Executor pools when a Context is being stopped to avoid thread-local related memory leaks.
ThreadLocalLeakPreventionListener() - Constructor for class org.apache.catalina.core.ThreadLocalLeakPreventionListener
Constructs a new ThreadLocalLeakPreventionListener.
ThreadPoolExecutor - Class in org.apache.tomcat.util.threads
An ExecutorService that executes each submitted task using one of possibly several pooled threads, normally configured using Executors factory methods.
ThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue) - Constructor for class org.apache.tomcat.util.threads.ThreadPoolExecutor
Creates a new ThreadPoolExecutor with the given initial parameters, the default thread factory and the default rejected execution handler.
ThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue, ThreadFactory) - Constructor for class org.apache.tomcat.util.threads.ThreadPoolExecutor
Creates a new ThreadPoolExecutor with the given initial parameters and the default rejected execution handler.
ThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue, ThreadFactory, ThreadPoolExecutor.RejectedExecutionHandler) - Constructor for class org.apache.tomcat.util.threads.ThreadPoolExecutor
Creates a new ThreadPoolExecutor with the given initial parameters.
ThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue, ThreadPoolExecutor.RejectedExecutionHandler) - Constructor for class org.apache.tomcat.util.threads.ThreadPoolExecutor
Creates a new ThreadPoolExecutor with the given initial parameters and the default thread factory.
ThreadPoolExecutor.AbortPolicy - Class in org.apache.tomcat.util.threads
A handler for rejected tasks that throws a RejectedExecutionException.
ThreadPoolExecutor.CallerRunsPolicy - Class in org.apache.tomcat.util.threads
A handler for rejected tasks that runs the rejected task directly in the calling thread of the execute method, unless the executor has been shut down, in which case the task is discarded.
ThreadPoolExecutor.DiscardOldestPolicy - Class in org.apache.tomcat.util.threads
A handler for rejected tasks that discards the oldest unhandled request and then retries execute, unless the executor is shut down, in which case the task is discarded.
ThreadPoolExecutor.DiscardPolicy - Class in org.apache.tomcat.util.threads
A handler for rejected tasks that silently discards the rejected task.
ThreadPoolExecutor.RejectedExecutionHandler - Interface in org.apache.tomcat.util.threads
Handler for tasks that cannot be executed by the thread pool.
threadPools - Variable in class org.apache.catalina.manager.StatusManagerServlet
Vector of thread pools object names.
threadPriority - Variable in class org.apache.catalina.core.StandardThreadExecutor
Default thread priority
threadPriority - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
Priority of the worker threads.
threadRenewalDelay - Variable in class org.apache.catalina.core.StandardThreadExecutor
After a context is stopped, threads in the pool are renewed.
threadStart() - Method in class org.apache.catalina.core.ContainerBase
Start the background thread that will periodically check for session timeouts.
threadStop() - Method in class org.apache.catalina.core.ContainerBase
Stop the background thread that is periodically checking for session timeouts.
threshold - Variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport
The threshold in milliseconds.
ThresholdingOutputStream - Class in org.apache.tomcat.util.http.fileupload
An output stream which triggers an event when a specified number of bytes of data have been written to it.
ThresholdingOutputStream(int) - Constructor for class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
Constructs an instance of this class which will trigger an event at the specified threshold.
thresholdReached() - Method in class org.apache.tomcat.util.http.fileupload.DeferredFileOutputStream
Switches the underlying output stream from a memory based stream to one that is backed by disk.
thresholdReached() - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
Indicates that the configured threshold has been reached, and that a subclass should take whatever action necessary on this event.
ThroughputInterceptor - Class in org.apache.catalina.tribes.group.interceptors
Interceptor that measures and reports message throughput statistics.
ThroughputInterceptor() - Constructor for class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
Constructs a new ThroughputInterceptor.
ThroughputInterceptorMBean - Interface in org.apache.catalina.tribes.group.interceptors
MBean interface for managing the ThroughputInterceptor.
ThrowableCallStack - Class in org.apache.tomcat.dbcp.pool2.impl
CallStack strategy that uses the stack trace from a Throwable.
ThrowableCallStack(String, boolean) - Constructor for class org.apache.tomcat.dbcp.pool2.impl.ThrowableCallStack
Creates a new instance.
throwOnInitFailure - Variable in class org.apache.catalina.startup.Catalina
Rethrow exceptions on init failure.
tidyFormat(String) - Static method in class org.apache.juli.DateFormatCache
Replace the millisecond formatting character 'S' by some dummy characters in order to make the resulting formatted time stamps cacheable.
TimeBucketCounter - Class in org.apache.catalina.util
A fast counter that optimizes efficiency at the expense of approximate bucket indexing.
TimeBucketCounter(int, ScheduledExecutorService) - Constructor for class org.apache.catalina.util.TimeBucketCounter
Constructs a new TimeBucketCounter.
TimeBucketCounterBase - Class in org.apache.catalina.util
This class maintains a thread safe hash map that has timestamp-based buckets followed by a string for a key, and a counter for an integer value.
TimeBucketCounterBase(int, ScheduledExecutorService) - Constructor for class org.apache.catalina.util.TimeBucketCounterBase
Creates a new TimeBucketCounter with the specified lifetime.
TimeElement() - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.TimeElement
 
timeLimit - Variable in class org.apache.catalina.realm.JNDIRealm
The timeLimit (in milliseconds) to use when the realm is configured with JNDIRealm.userSearch.
timeout - Variable in class org.apache.tomcat.util.net.SocketWrapperBase.OperationState
Timeout value for the operation.
timeout() - Method in class org.apache.catalina.core.AsyncContextImpl
Fires the timeout event for this async context.
timeout(int, boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
Checks for socket timeouts.
TIMEOUT - Enum constant in enum org.apache.tomcat.util.net.SocketEvent
A timeout has occurred and the connection needs to be closed cleanly.
timeoutAsync(long) - Method in class org.apache.coyote.AbstractProcessor
Check this processor to see if the timeout has expired and process a timeout if that is that case.
timeoutAsync(long) - Method in interface org.apache.coyote.http11.upgrade.InternalHttpUpgradeHandler
Check for a possible timeout.
timeoutAsync(long) - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessorBase
 
timeoutAsync(long) - Method in class org.apache.coyote.http11.upgrade.UpgradeProcessorInternal
 
timeoutAsync(long) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
timeoutAsync(long) - Method in interface org.apache.coyote.Processor
Check this processor to see if the timeout has expired and process a timeout if that is that case.
timeoutAsync(long) - Method in class org.apache.tomcat.websocket.server.WsHttpUpgradeHandler
 
timeoutInterval - Variable in class org.apache.tomcat.util.net.SocketProperties
The minimum frequency of the timeout interval to avoid excess load from the poller during high traffic
timeouts() - Method in class org.apache.tomcat.util.net.openssl.OpenSSLSessionStats
Returns the number of sessions proposed by clients and either found in the internal or external session cache in server mode, but that were invalid due to timeout.
timestamp - Variable in class org.apache.catalina.startup.HostConfig.DeployedApplication
Instant where the application was last put in service.
timestamp - Variable in class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor.MapEntry
 
timestampField - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
 
timeToExpiration - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
The time it takes for a member to expire.
TIMING_STATS_CACHE_SIZE - Static variable in class org.apache.catalina.session.ManagerBase
The size of the timing stats cache.
TLD - Enum constant in enum org.apache.tomcat.JarScanType
Scan for TLD files.
TLD_11_PUBLIC - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
JSP Tag Library 1.1 public identifier.
TLD_11_SYSTEM - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
JSP Tag Library 1.1 system identifier.
TLD_12_PUBLIC - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
JSP Tag Library 1.2 public identifier.
TLD_12_SYSTEM - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
JSP Tag Library 1.2 system identifier.
TLD_20_XSD - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
JSP Tag Library 2.0 XSD.
TLD_21_XSD - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
JSP Tag Library 2.1 XSD.
TLD_30_XSD - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
JSP Tag Library 3.0 XSD.
TLD_31_XSD - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
JSP Tag Library 3.1 XSD.
tldCache - Variable in class org.apache.jasper.JspC
Cache for the TLD locations
TldCache - Class in org.apache.jasper.compiler
This class caches parsed instances of TLD files to remove the need for the same TLD to be parsed for each JSP that references it.
TldCache(ServletContext, Map, Map) - Constructor for class org.apache.jasper.compiler.TldCache
Creates a new TldCache.
TldParser - Class in org.apache.tomcat.util.descriptor.tld
Parses a Tag Library Descriptor.
TldParser(boolean, boolean, boolean) - Constructor for class org.apache.tomcat.util.descriptor.tld.TldParser
Creates a new TldParser with default rules.
TldParser(boolean, boolean, RuleSet, boolean) - Constructor for class org.apache.tomcat.util.descriptor.tld.TldParser
Creates a new TldParser with the specified rule set.
TldPreScanned - Class in org.apache.jasper.servlet
TLD scanner that processes only pre-scanned TLD URLs, skipping JAR scanning.
TldPreScanned(ServletContext, boolean, boolean, boolean, Collection) - Constructor for class org.apache.jasper.servlet.TldPreScanned
Creates a new TldPreScanned scanner.
TldResourcePath - Class in org.apache.tomcat.util.descriptor.tld
A TLD Resource Path as defined in JSP 7.3.2.
TldResourcePath(URL, String) - Constructor for class org.apache.tomcat.util.descriptor.tld.TldResourcePath
Constructor identifying a TLD resource directly.
TldResourcePath(URL, String, String) - Constructor for class org.apache.tomcat.util.descriptor.tld.TldResourcePath
Constructor identifying a TLD packaged within a JAR file.
TldRuleSet - Class in org.apache.tomcat.util.descriptor.tld
Digester rule set for parsing Tag Library Descriptor files.
TldRuleSet() - Constructor for class org.apache.tomcat.util.descriptor.tld.TldRuleSet
Constructs a new TldRuleSet.
TldRuleSet.Attribute - Class in org.apache.tomcat.util.descriptor.tld
Intermediate representation of a tag attribute during TLD parsing.
TldRuleSet.Variable - Class in org.apache.tomcat.util.descriptor.tld
Intermediate representation of a tag variable during TLD parsing.
TldScanner - Class in org.apache.jasper.servlet
Scans for and loads Tag Library Descriptors contained in a web application.
TldScanner(ServletContext, boolean, boolean, boolean) - Constructor for class org.apache.jasper.servlet.TldScanner
Initialise with the application's ServletContext.
TLS_AES_128_CCM_8_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 1305
TLS_AES_128_CCM_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 1304
TLS_AES_128_GCM_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 1301
TLS_AES_256_GCM_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 1302
TLS_CHACHA20_POLY1305_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 1303
TLS_DH_anon_EXPORT_WITH_DES40_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 19
TLS_DH_anon_EXPORT_WITH_RC4_40_MD5 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 17
TLS_DH_anon_WITH_3DES_EDE_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 1B
TLS_DH_anon_WITH_AES_128_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 34
TLS_DH_anon_WITH_AES_128_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 6C
TLS_DH_anon_WITH_AES_128_GCM_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher A6
TLS_DH_anon_WITH_AES_256_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 3A
TLS_DH_anon_WITH_AES_256_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 6D
TLS_DH_anon_WITH_AES_256_GCM_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher A7
TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 46
TLS_DH_anon_WITH_CAMELLIA_128_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher BF
TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 89
TLS_DH_anon_WITH_CAMELLIA_256_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C5
TLS_DH_anon_WITH_DES_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 1A
TLS_DH_anon_WITH_RC4_128_MD5 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 18
TLS_DH_anon_WITH_SEED_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 9B
TLS_DH_DSS_EXPORT_WITH_DES40_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 0B
TLS_DH_DSS_WITH_3DES_EDE_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 0D
TLS_DH_DSS_WITH_AES_128_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 30
TLS_DH_DSS_WITH_AES_128_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 3E
TLS_DH_DSS_WITH_AES_128_GCM_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher A4
TLS_DH_DSS_WITH_AES_256_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 36
TLS_DH_DSS_WITH_AES_256_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 68
TLS_DH_DSS_WITH_AES_256_GCM_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher A5
TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 42
TLS_DH_DSS_WITH_CAMELLIA_128_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher BB
TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 85
TLS_DH_DSS_WITH_CAMELLIA_256_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C1
TLS_DH_DSS_WITH_DES_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 0C
TLS_DH_DSS_WITH_SEED_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 97
TLS_DH_RSA_EXPORT_WITH_DES40_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 0E
TLS_DH_RSA_WITH_3DES_EDE_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 10
TLS_DH_RSA_WITH_AES_128_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 31
TLS_DH_RSA_WITH_AES_128_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 3F
TLS_DH_RSA_WITH_AES_128_GCM_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher A0
TLS_DH_RSA_WITH_AES_256_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 37
TLS_DH_RSA_WITH_AES_256_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 69
TLS_DH_RSA_WITH_AES_256_GCM_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher A1
TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 43
TLS_DH_RSA_WITH_CAMELLIA_128_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher BC
TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 86
TLS_DH_RSA_WITH_CAMELLIA_256_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C2
TLS_DH_RSA_WITH_DES_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 0F
TLS_DH_RSA_WITH_SEED_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 98
TLS_DHE_DSS_EXPORT_WITH_DES40_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 11
TLS_DHE_DSS_EXPORT1024_WITH_DES_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 63
TLS_DHE_DSS_EXPORT1024_WITH_RC4_56_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 65
TLS_DHE_DSS_WITH_3DES_EDE_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 13
TLS_DHE_DSS_WITH_AES_128_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 32
TLS_DHE_DSS_WITH_AES_128_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 40
TLS_DHE_DSS_WITH_AES_128_GCM_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher A2
TLS_DHE_DSS_WITH_AES_256_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 38
TLS_DHE_DSS_WITH_AES_256_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 6A
TLS_DHE_DSS_WITH_AES_256_GCM_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher A3
TLS_DHE_DSS_WITH_ARIA_128_GCM_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
ARIA cipher suite
TLS_DHE_DSS_WITH_ARIA_256_GCM_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
ARIA cipher suite
TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 44
TLS_DHE_DSS_WITH_CAMELLIA_128_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher BD
TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 87
TLS_DHE_DSS_WITH_CAMELLIA_256_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C3
TLS_DHE_DSS_WITH_DES_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 12
TLS_DHE_DSS_WITH_RC4_128_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 66
TLS_DHE_DSS_WITH_SEED_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 99
TLS_DHE_PSK_WITH_3DES_EDE_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 8F
TLS_DHE_PSK_WITH_AES_128_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 90
TLS_DHE_PSK_WITH_AES_128_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher B2
TLS_DHE_PSK_WITH_AES_128_CCM - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C0A6
TLS_DHE_PSK_WITH_AES_128_GCM_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher AA
TLS_DHE_PSK_WITH_AES_256_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 91
TLS_DHE_PSK_WITH_AES_256_CBC_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher B3
TLS_DHE_PSK_WITH_AES_256_CCM - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C0A7
TLS_DHE_PSK_WITH_AES_256_GCM_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher AB
TLS_DHE_PSK_WITH_ARIA_128_GCM_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
ARIA cipher suite
TLS_DHE_PSK_WITH_ARIA_256_GCM_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
ARIA cipher suite
TLS_DHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C096
TLS_DHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C097
TLS_DHE_PSK_WITH_CHACHA20_POLY1305_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
ChaCha20-Poly1305 cipher suite
TLS_DHE_PSK_WITH_NULL_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 2D
TLS_DHE_PSK_WITH_NULL_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher B4
TLS_DHE_PSK_WITH_NULL_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher B5
TLS_DHE_PSK_WITH_RC4_128_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 8E
TLS_DHE_RSA_EXPORT_WITH_DES40_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 14
TLS_DHE_RSA_WITH_3DES_EDE_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 16
TLS_DHE_RSA_WITH_AES_128_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 33
TLS_DHE_RSA_WITH_AES_128_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 67
TLS_DHE_RSA_WITH_AES_128_CCM - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C09E
TLS_DHE_RSA_WITH_AES_128_CCM_8 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C0A2
TLS_DHE_RSA_WITH_AES_128_GCM_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 9E
TLS_DHE_RSA_WITH_AES_256_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 39
TLS_DHE_RSA_WITH_AES_256_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 6B
TLS_DHE_RSA_WITH_AES_256_CCM - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C09F
TLS_DHE_RSA_WITH_AES_256_CCM_8 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C0A3
TLS_DHE_RSA_WITH_AES_256_GCM_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 9F
TLS_DHE_RSA_WITH_ARIA_128_GCM_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
ARIA cipher suite
TLS_DHE_RSA_WITH_ARIA_256_GCM_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
ARIA cipher suite
TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 45
TLS_DHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher BE
TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 88
TLS_DHE_RSA_WITH_CAMELLIA_256_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C4
TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
ChaCha20-Poly1305 cipher suite
TLS_DHE_RSA_WITH_DES_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 15
TLS_DHE_RSA_WITH_SEED_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 9A
TLS_ECDH_anon_WITH_3DES_EDE_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C017
TLS_ECDH_anon_WITH_AES_128_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C018
TLS_ECDH_anon_WITH_AES_256_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C019
TLS_ECDH_anon_WITH_NULL_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C015
TLS_ECDH_anon_WITH_RC4_128_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C016
TLS_ECDH_ECDSA_WITH_3DES_EDE_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C003
TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C004
TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C025
TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C02D
TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C005
TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C026
TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C02E
TLS_ECDH_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C074
TLS_ECDH_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C075
TLS_ECDH_ECDSA_WITH_NULL_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C001
TLS_ECDH_ECDSA_WITH_RC4_128_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C002
TLS_ECDH_RSA_WITH_3DES_EDE_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C00D
TLS_ECDH_RSA_WITH_AES_128_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C00E
TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C029
TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C031
TLS_ECDH_RSA_WITH_AES_256_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C00F
TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C02A
TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C032
TLS_ECDH_RSA_WITH_CAMELLIA_128_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C078
TLS_ECDH_RSA_WITH_CAMELLIA_256_CBC_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C079
TLS_ECDH_RSA_WITH_NULL_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C00B
TLS_ECDH_RSA_WITH_RC4_128_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C00C
TLS_ECDHE_ECDSA_WITH_3DES_EDE_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C008
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C009
TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C023
TLS_ECDHE_ECDSA_WITH_AES_128_CCM - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C0AC
TLS_ECDHE_ECDSA_WITH_AES_128_CCM_8 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C0AE
TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C02B
TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C00A
TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C024
TLS_ECDHE_ECDSA_WITH_AES_256_CCM - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C0AD
TLS_ECDHE_ECDSA_WITH_AES_256_CCM_8 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C0AF
TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C02C
TLS_ECDHE_ECDSA_WITH_ARIA_128_GCM_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
ARIA cipher suite
TLS_ECDHE_ECDSA_WITH_ARIA_256_GCM_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
ARIA cipher suite
TLS_ECDHE_ECDSA_WITH_CAMELLIA_128_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C072
TLS_ECDHE_ECDSA_WITH_CAMELLIA_256_CBC_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C073
TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
ChaCha20-Poly1305 cipher suite
TLS_ECDHE_ECDSA_WITH_NULL_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C006
TLS_ECDHE_ECDSA_WITH_RC4_128_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C007
TLS_ECDHE_PSK_WITH_3DES_EDE_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C034
TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C035
TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher suite
TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C036
TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher suite
TLS_ECDHE_PSK_WITH_CAMELLIA_128_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C09A
TLS_ECDHE_PSK_WITH_CAMELLIA_256_CBC_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C09B
TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
ChaCha20-Poly1305 cipher suite
TLS_ECDHE_PSK_WITH_NULL_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher suite
TLS_ECDHE_PSK_WITH_NULL_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher suite
TLS_ECDHE_PSK_WITH_NULL_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher suite
TLS_ECDHE_PSK_WITH_RC4_128_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C033
TLS_ECDHE_RSA_WITH_3DES_EDE_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C012
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C013
TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C027
TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C02F
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C014
TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C028
TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C030
TLS_ECDHE_RSA_WITH_ARIA_128_GCM_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
ARIA cipher suite
TLS_ECDHE_RSA_WITH_ARIA_256_GCM_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
ARIA cipher suite
TLS_ECDHE_RSA_WITH_CAMELLIA_128_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C076
TLS_ECDHE_RSA_WITH_CAMELLIA_256_CBC_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C077
TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Draft: https://tools.ietf.org/html/draft-ietf-tls-chacha20-poly1305-04
TLS_ECDHE_RSA_WITH_NULL_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C010
TLS_ECDHE_RSA_WITH_RC4_128_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C011
TLS_PSK_DHE_WITH_AES_128_CCM_8 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C0AA
TLS_PSK_DHE_WITH_AES_256_CCM_8 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C0AB
TLS_PSK_WITH_3DES_EDE_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 8B
TLS_PSK_WITH_AES_128_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 8C
TLS_PSK_WITH_AES_128_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher AE
TLS_PSK_WITH_AES_128_CCM - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C0A4
TLS_PSK_WITH_AES_128_CCM_8 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C0A8
TLS_PSK_WITH_AES_128_GCM_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher A8
TLS_PSK_WITH_AES_256_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 8D
TLS_PSK_WITH_AES_256_CBC_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher AF
TLS_PSK_WITH_AES_256_CCM - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C0A5
TLS_PSK_WITH_AES_256_CCM_8 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C0A9
TLS_PSK_WITH_AES_256_GCM_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher A9
TLS_PSK_WITH_ARIA_128_GCM_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
ARIA cipher suite
TLS_PSK_WITH_ARIA_256_GCM_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
ARIA cipher suite
TLS_PSK_WITH_CAMELLIA_128_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C094
TLS_PSK_WITH_CAMELLIA_256_CBC_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C095
TLS_PSK_WITH_CHACHA20_POLY1305_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
ChaCha20-Poly1305 cipher suite
TLS_PSK_WITH_NULL_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 2C
TLS_PSK_WITH_NULL_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher B0
TLS_PSK_WITH_NULL_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher B1
TLS_PSK_WITH_RC4_128_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 8A
TLS_RSA_EXPORT_WITH_DES40_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 08
TLS_RSA_EXPORT_WITH_RC2_CBC_40_MD5 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 06
TLS_RSA_EXPORT_WITH_RC4_40_MD5 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 03
TLS_RSA_EXPORT1024_WITH_DES_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 62
TLS_RSA_EXPORT1024_WITH_RC2_CBC_56_MD5 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 61
TLS_RSA_EXPORT1024_WITH_RC4_56_MD5 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 60
TLS_RSA_EXPORT1024_WITH_RC4_56_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 64
TLS_RSA_PSK_WITH_3DES_EDE_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 93
TLS_RSA_PSK_WITH_AES_128_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 94
TLS_RSA_PSK_WITH_AES_128_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher B6
TLS_RSA_PSK_WITH_AES_128_GCM_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher AC
TLS_RSA_PSK_WITH_AES_256_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 95
TLS_RSA_PSK_WITH_AES_256_CBC_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher B7
TLS_RSA_PSK_WITH_AES_256_GCM_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher AD
TLS_RSA_PSK_WITH_ARIA_128_GCM_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
ARIA cipher suite
TLS_RSA_PSK_WITH_ARIA_256_GCM_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
ARIA cipher suite
TLS_RSA_PSK_WITH_CAMELLIA_128_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C098
TLS_RSA_PSK_WITH_CAMELLIA_256_CBC_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C099
TLS_RSA_PSK_WITH_CHACHA20_POLY1305_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
ChaCha20-Poly1305 cipher suite
TLS_RSA_PSK_WITH_NULL_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 2E
TLS_RSA_PSK_WITH_NULL_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher B8
TLS_RSA_PSK_WITH_NULL_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher B9
TLS_RSA_PSK_WITH_RC4_128_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 92
TLS_RSA_WITH_3DES_EDE_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 0A
TLS_RSA_WITH_AES_128_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 2F
TLS_RSA_WITH_AES_128_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 3C
TLS_RSA_WITH_AES_128_CCM - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C09C
TLS_RSA_WITH_AES_128_CCM_8 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C0A0
TLS_RSA_WITH_AES_128_GCM_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 9C
TLS_RSA_WITH_AES_256_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 35
TLS_RSA_WITH_AES_256_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 3D
TLS_RSA_WITH_AES_256_CCM - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C09D
TLS_RSA_WITH_AES_256_CCM_8 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C0A1
TLS_RSA_WITH_AES_256_GCM_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 9D
TLS_RSA_WITH_ARIA_128_GCM_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
ARIA cipher suite
TLS_RSA_WITH_ARIA_256_GCM_SHA384 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
ARIA cipher suite
TLS_RSA_WITH_CAMELLIA_128_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 41
TLS_RSA_WITH_CAMELLIA_128_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher BA
TLS_RSA_WITH_CAMELLIA_256_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 84
TLS_RSA_WITH_CAMELLIA_256_CBC_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C0
TLS_RSA_WITH_DES_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 09
TLS_RSA_WITH_IDEA_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 07
TLS_RSA_WITH_NULL_MD5 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 01
TLS_RSA_WITH_NULL_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 02
TLS_RSA_WITH_NULL_SHA256 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 3B
TLS_RSA_WITH_RC4_128_MD5 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 04
TLS_RSA_WITH_RC4_128_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 05
TLS_RSA_WITH_SEED_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher 96
TLS_SRP_SHA_DSS_WITH_3DES_EDE_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C01C
TLS_SRP_SHA_DSS_WITH_AES_128_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C01F
TLS_SRP_SHA_DSS_WITH_AES_256_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C022
TLS_SRP_SHA_RSA_WITH_3DES_EDE_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C01B
TLS_SRP_SHA_RSA_WITH_AES_128_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C01E
TLS_SRP_SHA_RSA_WITH_AES_256_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C021
TLS_SRP_SHA_WITH_3DES_EDE_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C01A
TLS_SRP_SHA_WITH_AES_128_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C01D
TLS_SRP_SHA_WITH_AES_256_CBC_SHA - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Cipher C020
TLSCertificateReloadListener - Class in org.apache.catalina.security
A LifecycleListener that may be used to monitor the expiration dates of TLS certificates and trigger automatic reloading of the TLS configuration a set number of days before the TLS certificate expires.
TLSCertificateReloadListener() - Constructor for class org.apache.catalina.security.TLSCertificateReloadListener
Constructs a new TLSCertificateReloadListener.
TLSClientHelloExtractor - Class in org.apache.tomcat.util.net
This class extracts the SNI host name and ALPN protocols from a TLS client-hello message.
TLSClientHelloExtractor(ByteBuffer) - Constructor for class org.apache.tomcat.util.net.TLSClientHelloExtractor
Creates the instance of the parser and processes the provided buffer.
TLSClientHelloExtractor.ExtractorResult - Enum in org.apache.tomcat.util.net
Possible results of TLS ClientHello extraction.
TLSUtil - Class in org.apache.catalina.util
Utility methods for TLS-related operations.
TLSUtil() - Constructor for class org.apache.catalina.util.TLSUtil
Constructs a new TLSUtil.
TLSv1 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Protocol
TLS version 1.0.
TLSv1_2 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Protocol
TLS version 1.2.
TLSv1_3 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Protocol
TLS version 1.3.
toAbsolute(String) - Method in class org.apache.catalina.connector.Response
Convert (if necessary) and return the absolute URL that represents the resource referenced by this possibly relative URL.
toArray() - Method in class org.apache.el.stream.Stream
Returns an array containing all the elements of this stream.
toArray() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
toArray() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
toArray(T[]) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
toArray(T[]) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
toBoolean(byte[], int) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
Converts a byte array entry to boolean.
toByteArray() - Method in class org.apache.catalina.ssi.ByteArrayServletOutputStream
Returns the underlying byte array.
toByteArray() - Method in class org.apache.tomcat.util.http.fileupload.ByteArrayOutputStream
Gets the current contents of this byte stream as a byte array.
toBytes() - Method in class org.apache.tomcat.util.buf.MessageBytes
Convert to bytes and fill the ByteChunk with the converted value.
toBytes(boolean, byte[], int) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
Converts a boolean and put it in a byte array.
toBytes(int, byte[], int) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
Converts an integer to four bytes.
toBytes(long, byte[], int) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
Converts a long to eight bytes.
toCharArray(String) - Static method in class org.apache.tomcat.dbcp.dbcp2.Utils
Converts the given String to a char[].
toChars() - Method in class org.apache.tomcat.util.buf.MessageBytes
Convert to char[] and fill the CharChunk.
toClass(String, ClassLoader) - Static method in class org.apache.jasper.compiler.JspUtil
Returns the Class object associated with the class or interface with the given string name.
TODO: - Section in class org.apache.catalina.servlets.CGIServlet
 
toEncoded(String, String) - Method in class org.apache.catalina.connector.Response
Return the specified URL with the specified session identifier suitably encoded.
toExternalForm() - Method in class org.apache.tomcat.util.descriptor.tld.TldResourcePath
Return the external form of the URL representing this TLD.
toHexString(byte[]) - Static method in class org.apache.tomcat.util.buf.HexUtils
Convert a byte array to a hexadecimal string representation.
toHexString(char) - Static method in class org.apache.tomcat.util.buf.HexUtils
Convert a character to a hexadecimal string representation.
toInt(byte[], int) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
Convert four bytes to an int
toJavaSourceType(String) - Static method in class org.apache.jasper.compiler.JspUtil
Class.getName() return arrays in the form "[[[<et>", where et, the element type can be one of ZBCDFIJS or L<classname>;.
toJavaSourceTypeFromTld(String) - Static method in class org.apache.jasper.compiler.JspUtil
Handles taking input from TLDs 'java.lang.Object' -> 'java.lang.Object.class' 'int' -> 'int.class' 'void' -> 'Void.TYPE' 'int[]' -> 'int[].class'
TOKEN_AND - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
Token type for the AND operator.
TOKEN_END - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
Token type indicating end of expression.
TOKEN_EQ - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
Token type for the equality operator.
TOKEN_GE - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
Token type for the greater-than-or-equal operator.
TOKEN_GT - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
Token type for the greater-than operator.
TOKEN_LBRACE - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
Token type for a left brace.
TOKEN_LE - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
Token type for the less-than-or-equal operator.
TOKEN_LT - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
Token type for the less-than operator.
TOKEN_NOT - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
Token type for the NOT operator.
TOKEN_NOT_EQ - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
Token type for the not-equal operator.
TOKEN_OR - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
Token type for the OR operator.
TOKEN_RBRACE - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
Token type for a right brace.
TOKEN_STRING - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
Token type for a string literal.
TokenList - Class in org.apache.tomcat.util.http.parser
Utility class for parsing and manipulating HTTP token lists.
TokenStreamProvider - Class in org.apache.catalina.tribes.membership.cloud
Stream provider that authenticates using a bearer token.
toList() - Method in class org.apache.el.stream.Stream
Returns a list containing all the elements of this stream.
toLong(byte[], int) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
Convert eight bytes to a long
toLower(int) - Static method in class org.apache.tomcat.util.buf.Ascii
Returns the lower case equivalent of the specified ASCII character.
toMap() - Method in class org.apache.tomcat.util.http.MimeHeaders
Convert headers to a map.
toMap(String) - Static method in class org.apache.catalina.valves.rewrite.InternalRewriteMap
Get a built-in RewriteMap by name.
Tomcat - Class in org.apache.catalina.startup
Minimal tomcat starter for embedding/unit tests.
Tomcat() - Constructor for class org.apache.catalina.startup.Tomcat
Constructs a new embedded Tomcat instance with default settings.
TOMCAT_CSS - Static variable in class org.apache.catalina.util.TomcatCSS
The default CSS styles used by Tomcat error pages.
Tomcat.DefaultWebXmlListener - Class in org.apache.catalina.startup
Fix reload - required if reloading and using programmatic configuration.
Tomcat.ExistingStandardWrapper - Class in org.apache.catalina.startup
Helper class for wrapping existing servlets.
Tomcat.FixContextListener - Class in org.apache.catalina.startup
Fix startup sequence - required if you don't use web.xml.
tomcatAttributes - Variable in class org.apache.catalina.ha.context.ReplicatedContext.ReplApplContext
Map for Tomcat-specific attributes that should not be replicated.
TomcatCSS - Class in org.apache.catalina.util
Provides the default Tomcat CSS styles.
TomcatCSS() - Constructor for class org.apache.catalina.util.TomcatCSS
Constructs a new TomcatCSS.
TomcatJarInputStream - Class in org.apache.catalina.webresources
The purpose of this subclass is to obtain references to the JarEntry objects for META-INF/ and META-INF/MANIFEST.MF that are otherwise swallowed by the JarInputStream implementation.
TomcatPrincipal - Interface in org.apache.catalina
Defines additional methods implemented by Principals created by Tomcat's standard Realm implementations.
TomcatURLStreamHandlerFactory - Class in org.apache.catalina.webresources
Factory for URL stream handlers that supports the war and classpath protocols.
TomcatWebXml - Static variable in class org.apache.catalina.startup.Constants
The path to the Tomcat web.xml file.
toNameString(Member[]) - Static method in class org.apache.catalina.tribes.util.Arrays
Converts a member array to a string of member names.
toNameString(Member[], int, int) - Static method in class org.apache.catalina.tribes.util.Arrays
Converts a portion of a member array to a string of member names.
TOO_MANY_PARAMETERS - Enum constant in enum org.apache.tomcat.util.http.Parameters.FailReason
 
Tool - Class in org.apache.catalina.startup
General purpose wrapper for command line tools that should execute in an environment with the common class loader environment set up by Catalina.
Tool() - Constructor for class org.apache.catalina.startup.Tool
Constructs a new Tool.
TooManyActiveSessionsException - Exception Class in org.apache.catalina.session
An exception that indicates the maximum number of active sessions has been reached and the server is refusing to create any new sessions.
TooManyActiveSessionsException(String, int) - Constructor for exception class org.apache.catalina.session.TooManyActiveSessionsException
Creates a new TooManyActiveSessionsException.
toPEM(X509Certificate) - Static method in class org.apache.tomcat.util.net.jsse.PEMFile
Converts an X509 certificate to PEM format.
toPrintableString(byte[], int, int) - Static method in class org.apache.tomcat.util.http.HeaderUtil
Converts an HTTP header line in byte form to a printable String.
toString() - Method in class org.apache.catalina.authenticator.SingleSignOnSessionKey
 
toString() - Method in class org.apache.catalina.connector.Connector
 
toString() - Method in class org.apache.catalina.connector.CoyotePrincipal
Return a String representation of this object, which exposes only information that should be public.
toString() - Method in class org.apache.catalina.ContainerEvent
Return a string representation of this event.
toString() - Method in class org.apache.catalina.core.ApplicationFilterConfig
 
toString() - Method in class org.apache.catalina.core.ContainerBase
 
toString() - Method in class org.apache.catalina.core.StandardPipeline
 
toString() - Method in class org.apache.catalina.core.StandardServer
 
toString() - Method in class org.apache.catalina.core.StandardService
 
toString() - Method in class org.apache.catalina.filters.ExpiresFilter.Duration
 
toString() - Method in class org.apache.catalina.filters.ExpiresFilter.ExpiresConfiguration
 
toString() - Method in class org.apache.catalina.filters.ExpiresFilter
 
toString() - Method in class org.apache.catalina.ha.session.DeltaSession
 
toString() - Method in class org.apache.catalina.ha.session.SessionMessageImpl
 
toString() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
 
toString() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
 
toString() - Method in class org.apache.catalina.loader.WebappLoader
 
toString() - Method in class org.apache.catalina.mapper.MappingData
 
toString() - Method in class org.apache.catalina.realm.GenericPrincipal
 
toString() - Method in class org.apache.catalina.realm.RealmBase.AllRolesMode
 
toString() - Method in class org.apache.catalina.realm.RealmBase
 
toString() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Returns important CGI environment information in a multi-line text format.
toString() - Method in class org.apache.catalina.session.ManagerBase
 
toString() - Method in class org.apache.catalina.session.StandardSession
 
toString() - Method in class org.apache.catalina.session.StoreBase
 
toString() - Method in class org.apache.catalina.SessionEvent
 
toString() - Method in class org.apache.catalina.startup.FailedContext
 
toString() - Method in class org.apache.catalina.startup.SetNextNamingRule
 
toString() - Method in class org.apache.catalina.tribes.ChannelException.FaultyMember
 
toString() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
 
toString() - Method in class org.apache.catalina.tribes.group.RpcMessage
 
toString() - Method in class org.apache.catalina.tribes.io.ChannelData
 
toString() - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
toString() - Method in class org.apache.catalina.tribes.membership.StaticMembershipProvider.MemberMessage
 
toString() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
Returns a string representation of this map entry.
toString() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
Returns a string representation of this map message.
toString() - Method in class org.apache.catalina.tribes.UniqueId
 
toString() - Method in class org.apache.catalina.users.MemoryGroup
Deprecated.
Return a String representation of this group in XML format.
toString() - Method in class org.apache.catalina.users.MemoryRole
Deprecated.
Return a String representation of this role in XML format.
toString() - Method in class org.apache.catalina.users.MemoryUser
Deprecated.
Return a String representation of this user.
toString() - Method in class org.apache.catalina.users.MemoryUserDatabase
 
toString() - Method in class org.apache.catalina.util.ContextName
 
toString() - Method in class org.apache.catalina.util.NetMask
 
toString() - Method in class org.apache.catalina.util.NetMaskSet
Provides a string representation of this NetMaskSet.
toString() - Method in class org.apache.catalina.util.XMLWriter
Retrieve generated XML.
toString() - Method in class org.apache.catalina.valves.rewrite.RewriteCond
 
toString() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
String representation.
toString() - Method in class org.apache.catalina.valves.ValveBase
 
toString() - Method in enum org.apache.coyote.ContinueResponseTiming
 
toString() - Method in class org.apache.coyote.http2.HPackHuffman.HuffmanCode
 
toString() - Method in class org.apache.coyote.Request
 
toString() - Method in class org.apache.el.ValueExpressionImpl
 
toString() - Method in class org.apache.jasper.compiler.Mark
 
toString() - Method in class org.apache.jasper.compiler.SmapStratum.LineInfo
Returns the SMAP string representation of this line info.
toString() - Method in class org.apache.jasper.compiler.SmapStratum
Returns the SMAP string representation of this stratum.
toString() - Method in class org.apache.jasper.util.FastRemovalDequeue.Entry
 
toString() - Method in class org.apache.naming.AbstractRef
 
toString() - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
Does not print the userName and userPassword field nor the 'user' or 'password' in the connectionProperties.
toString() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
 
toString() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
Returns a string representation of the metadata associated with the innermost delegate connection.
toString() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
Returns a String representation of this object.
toString() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
toString() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
Returns a String representation of this object.
toString() - Method in class org.apache.tomcat.dbcp.dbcp2.DriverConnectionFactory
 
toString() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingConnection
 
toString() - Method in class org.apache.tomcat.dbcp.dbcp2.PStmtKey
 
toString() - Method in class org.apache.tomcat.dbcp.pool2.BaseObject
 
toString() - Method in class org.apache.tomcat.dbcp.pool2.impl.AbandonedConfig
 
toString() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
 
toString() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObjectInfo
 
toString() - Method in class org.apache.tomcat.dbcp.pool2.impl.EvictionConfig
 
toString() - Method in class org.apache.tomcat.dbcp.pool2.impl.PooledSoftReference
 
toString() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
Gets a String form of the wrapper for debug purposes.
toString() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
 
toString() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
 
toString() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
 
toString() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
 
toString() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
 
toString() - Method in class org.apache.tomcat.jdbc.pool.ProxyConnection
 
toString() - Method in class org.apache.tomcat.jdbc.pool.StatementFacade.ResultSetProxy
 
toString() - Method in class org.apache.tomcat.jdbc.pool.StatementFacade.StatementProxy
 
toString() - Method in class org.apache.tomcat.util.bcel.classfile.Constant
 
toString() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
toString() - Method in class org.apache.tomcat.util.buf.CharChunk
 
toString() - Method in class org.apache.tomcat.util.buf.MessageBytes
Compute the string value.
toString() - Method in class org.apache.tomcat.util.buf.StringCache.ByteEntry
 
toString() - Method in class org.apache.tomcat.util.buf.StringCache.CharEntry
 
toString() - Method in class org.apache.tomcat.util.descriptor.web.ApplicationParameter
Return a String representation of this object.
toString() - Method in class org.apache.tomcat.util.descriptor.web.ContextEjb
Return a String representation of this object.
toString() - Method in class org.apache.tomcat.util.descriptor.web.ContextEnvironment
Return a String representation of this object.
toString() - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
Return a String representation of this object.
toString() - Method in class org.apache.tomcat.util.descriptor.web.ContextLocalEjb
Return a String representation of this object.
toString() - Method in class org.apache.tomcat.util.descriptor.web.ContextResource
Return a String representation of this object.
toString() - Method in class org.apache.tomcat.util.descriptor.web.ContextResourceEnvRef
Return a String representation of this object.
toString() - Method in class org.apache.tomcat.util.descriptor.web.ContextResourceLink
Return a String representation of this object.
toString() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
Return a String representation of this object.
toString() - Method in class org.apache.tomcat.util.descriptor.web.ContextTransaction
Return a String representation of this object.
toString() - Method in class org.apache.tomcat.util.descriptor.web.ErrorPage
Render a String representation of this object.
toString() - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
Render a String representation of this object.
toString() - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
Render a String representation of this object.
toString() - Method in class org.apache.tomcat.util.descriptor.web.LoginConfig
Return a String representation of this object.
toString() - Method in class org.apache.tomcat.util.descriptor.web.MessageDestination
Return a String representation of this object.
toString() - Method in class org.apache.tomcat.util.descriptor.web.MessageDestinationRef
Return a String representation of this object.
toString() - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
Return a String representation of this security collection.
toString() - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
Return a String representation of this security constraint.
toString() - Method in class org.apache.tomcat.util.descriptor.web.SecurityRoleRef
Return a String representation of this object.
toString() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
 
toString() - Method in class org.apache.tomcat.util.digester.CallMethodRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.CallParamRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.FactoryCreateRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.ObjectCreateRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.SetNextRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.SetPropertiesRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
Returns a string representation of this object.
toString() - Method in class org.apache.tomcat.util.http.fileupload.servlet.ServletRequestContext
Returns a string representation of this object.
toString() - Method in class org.apache.tomcat.util.http.MimeHeaders
 
toString() - Method in class org.apache.tomcat.util.http.Parameters
Debug purpose
toString() - Method in class org.apache.tomcat.util.http.parser.MediaType
 
toString() - Method in class org.apache.tomcat.util.http.parser.Upgrade
 
toString() - Method in class org.apache.tomcat.util.http.ServerCookie
 
toString() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
 
toString() - Method in class org.apache.tomcat.util.modeler.ManagedBean
Return a string representation of this managed bean.
toString() - Method in class org.apache.tomcat.util.modeler.NotificationInfo
Return a string representation of this notification descriptor.
toString() - Method in exception class org.apache.tomcat.util.MultiThrowable
Overrides the default implementation to provide a concatenation of the messages associated with each of the wrapped throwables.
toString() - Method in class org.apache.tomcat.util.net.Nio2Channel
 
toString() - Method in class org.apache.tomcat.util.net.NioChannel
 
toString() - Method in class org.apache.tomcat.util.net.NioEndpoint.PollerEvent
 
toString() - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Overridden for debug purposes.
toString() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
Returns a string identifying this pool, as well as its state, including indications of run state and estimated worker and task counts.
toString() - Method in class org.apache.tomcat.util.xreflection.SetPropertyClass
 
toString(boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Converts a boolean to its string representation.
toString(byte) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Converts a byte to its string representation.
toString(byte[]) - Static method in class org.apache.catalina.tribes.util.Arrays
Converts a byte array to a string representation.
toString(byte[], int, int) - Static method in class org.apache.catalina.tribes.util.Arrays
Converts a portion of a byte array to a string representation.
toString(byte[], int, int, boolean) - Static method in class org.apache.catalina.tribes.util.Arrays
Converts a portion of a byte array to a string representation, optionally treating bytes as unsigned.
toString(char) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Converts a char to its string representation.
toString(char[]) - Static method in class org.apache.tomcat.dbcp.dbcp2.Utils
Converts the given char[] to a String.
toString(double) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Converts a double to its string representation.
toString(float) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Converts a float to its string representation.
toString(int) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Converts an int to its string representation.
toString(long) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Converts a long to its string representation.
toString(short) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Converts a short to its string representation.
toString(Object) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
Converts an object to its string representation.
toString(Object[]) - Static method in class org.apache.catalina.tribes.util.Arrays
Converts an object array to a string representation.
toString(Object[], int, int) - Static method in class org.apache.catalina.tribes.util.Arrays
Converts a portion of an object array to a string representation.
toString(Object, Container) - Static method in class org.apache.catalina.util.ToStringUtil
Generates a toString representation for an object with an associated container.
toString(Object, Manager) - Static method in class org.apache.catalina.util.ToStringUtil
Generates a toString representation for an object with an associated manager.
toString(CodingErrorAction, CodingErrorAction) - Method in class org.apache.tomcat.util.buf.ByteChunk
Converts the byte chunk to a String using the configured charset.
toString(Contained) - Static method in class org.apache.catalina.util.ToStringUtil
Generates a toString representation for a Contained component.
toString(ByteChunk) - Static method in class org.apache.tomcat.util.buf.StringCache
Converts the given ByteChunk to a String using the cache.
toString(ByteChunk, CodingErrorAction, CodingErrorAction) - Static method in class org.apache.tomcat.util.buf.StringCache
Converts the given ByteChunk to a String using the cache, with the specified error handling actions.
toString(CharChunk) - Static method in class org.apache.tomcat.util.buf.StringCache
Converts the given CharChunk to a String using the cache.
TOSTRING_VAL - Static variable in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
Object.toString() method name
toStringAppendFields(StringBuilder) - Method in class org.apache.tomcat.dbcp.pool2.BaseObject
Used by sub-classes to include the fields defined by the sub-class in the BaseObject.toString() output.
toStringAppendFields(StringBuilder) - Method in class org.apache.tomcat.dbcp.pool2.BaseObjectPool
 
toStringAppendFields(StringBuilder) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
 
toStringAppendFields(StringBuilder) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
 
toStringAppendFields(StringBuilder) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
 
toStringAppendFields(StringBuilder) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolConfig
 
toStringAppendFields(StringBuilder) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
 
toStringAppendFields(StringBuilder) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolConfig
 
toStringAppendFields(StringBuilder) - Method in class org.apache.tomcat.dbcp.pool2.impl.SoftReferenceObjectPool
 
toStringFields(StringBuilder) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Appends this instance's fields to a string builder.
toStringFields(StringBuilder) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.SharedPoolDataSource
 
toStringInternal() - Method in class org.apache.tomcat.util.buf.ByteChunk
Deprecated.
Unused. This method will be removed in Tomcat 11 onwards.
toStringInternal() - Method in class org.apache.tomcat.util.buf.CharChunk
Returns the string representation of the chunk contents.
toStringInternal(CodingErrorAction, CodingErrorAction) - Method in class org.apache.tomcat.util.buf.ByteChunk
Converts the current content of the byte buffer to a String using the configured character set.
toStringNoCharset() - Method in class org.apache.tomcat.util.http.parser.MediaType
Get the string representation without charset.
toStringType() - Method in class org.apache.tomcat.util.buf.MessageBytes
Convert to String (if not already of the String type) and then return the String value.
ToStringUtil - Class in org.apache.catalina.util
Utility class used to help generate return values for calls to Object.toString().
ToStringUtil - Class in org.apache.tomcat.util.buf
Utility class used to provide String representations of objects.
toTagAttributeInfo() - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Attribute
Converts this intermediate attribute representation to a TagAttributeInfo.
toTagVariableInfo() - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Variable
Converts this intermediate variable representation to a TagVariableInfo.
totalNrOfMessages - Variable in class org.apache.catalina.ha.deploy.FileMessageFactory
The total number of packets that we split this file into
totalRequestTime - Variable in class org.apache.catalina.ha.tcp.ReplicationValve
Total request time in nanoseconds.
totalSendTime - Variable in class org.apache.catalina.ha.tcp.ReplicationValve
Total send time in nanoseconds.
toTimeout(long) - Static method in class org.apache.tomcat.util.net.AbstractEndpoint
Convert a timeout value to a positive timeout suitable for use with socket operations.
toTypeArray(String[]) - Static method in class org.apache.el.util.ReflectionUtil
Converts an array of Class names to Class types.
toTypeNameArray(Class[]) - Static method in class org.apache.el.util.ReflectionUtil
Converts an array of Class types to Class names.
toVariableName(Object) - Method in class org.apache.tomcat.util.digester.Digester
Generate a variable name for the given object for use in generated code.
toXml() - Method in class org.apache.catalina.users.MemoryUser
Deprecated.
Return a String representation of this user in XML format.
toXml() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
Generate a web.xml in String form that matches the representation stored in this object.
trace(Object) - Method in interface org.apache.juli.logging.Log
Log a message with trace log level.
trace(Object, Throwable) - Method in interface org.apache.juli.logging.Log
Log an error with trace log level.
TRACE - Static variable in class org.apache.tomcat.util.http.Method
TRACE method.
TrackedUse - Interface in org.apache.tomcat.dbcp.pool2
Allows pooled objects to make information available about when and how they were used available to the object pool.
TrackedWebResource - Interface in org.apache.catalina
Represents a web resource that tracks its creation source for leak detection.
trailingHeaders - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Buffer used to store trailing headers.
trainThreshold - Static variable in class org.apache.tomcat.util.buf.StringCache
Number of toString calls required before the cache is built.
transactionComplete() - Method in class org.apache.tomcat.dbcp.dbcp2.managed.ManagedConnection
Completes the transaction.
TransactionContext - Class in org.apache.tomcat.dbcp.dbcp2.managed
TransactionContext represents the association between a single XAConnectionFactory and a Transaction.
TransactionContext(TransactionRegistry, Transaction) - Constructor for class org.apache.tomcat.dbcp.dbcp2.managed.TransactionContext
Provided for backwards compatibility
TransactionContext(TransactionRegistry, Transaction, TransactionSynchronizationRegistry) - Constructor for class org.apache.tomcat.dbcp.dbcp2.managed.TransactionContext
Creates a TransactionContext for the specified Transaction and TransactionRegistry.
TransactionContextListener - Interface in org.apache.tomcat.dbcp.dbcp2.managed
A listener for transaction completion events.
TransactionFactory - Class in org.apache.naming.factory
Object factory for User transactions.
TransactionFactory() - Constructor for class org.apache.naming.factory.TransactionFactory
Constructs a new TransactionFactory.
transactionIsolation - Variable in class org.apache.tomcat.jdbc.pool.interceptor.ConnectionState
Cached transaction isolation level of the connection.
TransactionRef - Class in org.apache.naming
Represents a reference address to a transaction.
TransactionRef() - Constructor for class org.apache.naming.TransactionRef
Resource Reference.
TransactionRef(String, String) - Constructor for class org.apache.naming.TransactionRef
Resource Reference.
TransactionRegistry - Class in org.apache.tomcat.dbcp.dbcp2.managed
TransactionRegistry tracks Connections and XAResources in a transacted environment for a single XAConnectionFactory.
TransactionRegistry(TransactionManager) - Constructor for class org.apache.tomcat.dbcp.dbcp2.managed.TransactionRegistry
Provided for backwards compatibility
TransactionRegistry(TransactionManager, TransactionSynchronizationRegistry) - Constructor for class org.apache.tomcat.dbcp.dbcp2.managed.TransactionRegistry
Creates a TransactionRegistry for the specified transaction manager.
transfer(byte[], int, int, ByteBuffer) - Static method in class org.apache.tomcat.util.net.SocketWrapperBase
Transfers data from a byte array into a ByteBuffer.
transfer(ByteBuffer, ByteBuffer) - Static method in class org.apache.tomcat.util.net.SocketWrapperBase
Transfers data from one ByteBuffer to another.
TRANSFERENCODING - Static variable in class org.apache.coyote.http11.Constants
Transfer-Encoding header name.
transferProperties(AbstractSender, AbstractSender) - Static method in class org.apache.catalina.tribes.transport.AbstractSender
transfers sender properties from one sender to another
transferState() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Transfers the current state from another map in the cluster.
Transformation - Interface in org.apache.tomcat.websocket
The internal representation of the transformation that a WebSocket extension performs on a message.
TransformationBuilder - Interface in org.apache.tomcat.websocket
Builder for creating WebSocket transformations.
TransformationFactory - Class in org.apache.tomcat.websocket
Factory for managing WebSocket transformation builders.
TransformationResult - Enum in org.apache.tomcat.websocket
Possible results of a WebSocket frame transformation operation.
translate - Static variable in class org.apache.catalina.util.Strftime
Mapping of strftime format specifiers to SimpleDateFormat equivalents.
translateCommand(StringBuilder, String, int, boolean) - Method in class org.apache.catalina.util.Strftime
Try to get the Java Date/Time formatting associated with the C standard provided.
TrapException - Class in org.apache.tomcat.jdbc.pool
Interceptor that traps any unhandled exception types and throws an exception that has been declared by the method called, or throw an SQLException if it is declared.
TrapException() - Constructor for class org.apache.tomcat.jdbc.pool.TrapException
Constructs a new TrapException interceptor.
treatAllAuthenticatedUsersAsApplicationRole() - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
Called in the unlikely event that an application defines a role named "**".
TRIBES_MBR_BEGIN - Static variable in class org.apache.catalina.tribes.membership.MemberImpl
The start marker for tribes member data.
TRIBES_MBR_END - Static variable in class org.apache.catalina.tribes.membership.MemberImpl
The end marker for tribes member data.
trim(int) - Method in class org.apache.catalina.tribes.io.XByteBuffer
Trims the specified number of bytes from the end of the buffer.
trimSpaces - Variable in class org.apache.jasper.JspC
Option for trimming whitespace in template text.
TrimSpacesOption - Enum in org.apache.jasper
Options for the trimDirectiveWhitespaces JSP attribute.
TRIPLE_DES - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Encryption
Triple DES encryption.
Troubleshooting - Section in class org.apache.catalina.filters.ExpiresFilter
 
Troubleshooting - Section in package org.apache.tomcat.util.digester
 
TRUE - Enum constant in enum org.apache.jasper.TrimSpacesOption
Equivalent to trimDirectiveWhitespaces="true".
TRUSTED_PROXIES_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
Parameter name for the trusted proxies configuration.
tryAddServiced(String) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Attempt to mark a context as being serviced
tryAddServiced(String) - Method in class org.apache.catalina.manager.ManagerServlet
Attempt to mark a context as being serviced
tryAddServiced(String) - Method in class org.apache.catalina.startup.HostConfig
Add a serviced application to the list and indicates if the application was already present in the list.
ttl - Variable in class org.apache.catalina.ha.backend.HeartbeatListener
Time-to-live for multicast packets.
TwoPhaseCommitInterceptor - Class in org.apache.catalina.tribes.group.interceptors
Two-phase commit interceptor that ensures reliable message delivery.
TwoPhaseCommitInterceptor() - Constructor for class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor
Constructs a new TwoPhaseCommitInterceptor.
TwoPhaseCommitInterceptor.MapEntry - Class in org.apache.catalina.tribes.group.interceptors
 
txBufSize - Variable in class org.apache.tomcat.util.net.SocketProperties
Socket send buffer size in bytes (SO_SNDBUF).
Txt2Html - Class in org.apache.tomcat.buildutil
Ant task to convert a given set of files from Text to HTML.
Txt2Html() - Constructor for class org.apache.tomcat.buildutil.Txt2Html
Constructs a new Txt2Html task.
type - Variable in class org.apache.catalina.ant.ResourcesTask
The fully qualified class name of the resource type being requested (if any).
type - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
The message type.
type - Variable in class org.apache.catalina.valves.rewrite.RewriteCond.LexicalCondition
Comparison type.
type - Variable in class org.apache.catalina.valves.rewrite.RewriteCond.ResourceCondition
0: -d (is directory ?)
type - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
Force the MIME-type of the target file to be MIME-type.
type - Variable in class org.apache.naming.NamingEntry
The type instance variable is used to avoid using RTTI when doing lookups.
type - Variable in class org.apache.tomcat.util.modeler.FeatureInfo
The fully qualified Java class name of this element.
type - Variable in class org.apache.tomcat.util.modeler.ManagedBean
The fully qualified name of the Java class of the resource implementation class.
TYPE - Static variable in class org.apache.naming.EjbRef
EJB type address type.
TYPE_ATTRIBUTE - Static variable in class org.apache.catalina.ha.session.DeltaRequest
Action type for session attributes.
TYPE_AUTHTYPE - Static variable in class org.apache.catalina.ha.session.DeltaRequest
Action type for session authentication type.
TYPE_ISNEW - Static variable in class org.apache.catalina.ha.session.DeltaRequest
Action type for session new flag.
TYPE_LISTENER - Static variable in class org.apache.catalina.ha.session.DeltaRequest
Action type for session listener.
TYPE_MAXINTERVAL - Static variable in class org.apache.catalina.ha.session.DeltaRequest
Action type for session max inactive interval.
TYPE_NOTE - Static variable in class org.apache.catalina.ha.session.DeltaRequest
Action type for session note.
TYPE_PRINCIPAL - Static variable in class org.apache.catalina.ha.session.DeltaRequest
Action type for session principal.
typeInitializerMap - Variable in class org.apache.catalina.startup.ContextConfig
Map of Types to ServletContainerInitializer that are interested in those types.
types - Variable in class org.apache.el.lang.FunctionMapperImpl.Function
The parameter type names of the method.
typeValue - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
The MIME type value.

U

UDecoder - Class in org.apache.tomcat.util.buf
All URL decoding happens here.
UDecoder() - Constructor for class org.apache.tomcat.util.buf.UDecoder
Constructs a new UDecoder.
udpPort - Variable in class org.apache.catalina.tribes.membership.MemberImpl
The udp listen port for this member
UEncoder - Class in org.apache.tomcat.util.buf
Efficient implementation of a UTF-8 encoder.
UEncoder(UEncoder.SafeCharsSet) - Constructor for class org.apache.tomcat.util.buf.UEncoder
Create a UEncoder with an unmodifiable safe character set.
UEncoder.SafeCharsSet - Enum in org.apache.tomcat.util.buf
Pre-defined sets of safe characters for URL encoding.
UNAUTHORIZED - Static variable in class org.apache.tomcat.websocket.Constants
HTTP 401 Unauthorized.
unavailable(UnavailableException) - Method in class org.apache.catalina.core.StandardWrapper
 
unavailable(UnavailableException) - Method in interface org.apache.catalina.Wrapper
Process an UnavailableException, marking this Servlet as unavailable for the specified amount of time.
unbind() - Method in interface org.apache.catalina.ThreadBindingListener
Unbinds the current thread from the application context by clearing the naming context and context class loader.
unbind() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
 
unbind() - Method in class org.apache.tomcat.util.net.AbstractJsseEndpoint
 
unbind() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
Deallocate NIO memory pools, and close server socket.
unbind() - Method in class org.apache.tomcat.util.net.NioEndpoint
Deallocate NIO memory pools, and close server socket.
unbind(boolean, ClassLoader) - Method in class org.apache.catalina.core.StandardContext
 
unbind(boolean, ClassLoader) - Method in class org.apache.catalina.startup.FailedContext
 
unbind(boolean, ClassLoader) - Method in interface org.apache.tomcat.ContextBind
Restore the current thread context class loader to the original class loader in used before ContextBind.bind(boolean, ClassLoader) was called.
unbind(ClassLoader) - Static method in class org.apache.tomcat.InstanceManagerBindings
Unbind the InstanceManager associated with the given class loader.
unbind(String) - Method in class org.apache.naming.NamingContext
 
unbind(String) - Method in class org.apache.naming.SelectorContext
 
unbind(Name) - Method in class org.apache.naming.NamingContext
 
unbind(Name) - Method in class org.apache.naming.SelectorContext
 
unbindClassLoader(Object, Object, ClassLoader) - Static method in class org.apache.naming.ContextBindings
Unbinds a naming context and a class loader.
unbindContext(Object, Object) - Static method in class org.apache.naming.ContextBindings
Unbinds an object and a naming context.
unbindThread(ClassLoader) - Method in class org.apache.catalina.core.StandardContext
Unbind thread and restore the specified context classloader.
unbindThread(Object, Object) - Static method in class org.apache.naming.ContextBindings
Unbinds a thread and a naming context.
UNBOUND - Enum constant in enum org.apache.tomcat.util.net.AbstractEndpoint.BindState
The endpoint has not been bound to a port.
UNDEFINED - Enum constant in enum org.apache.tomcat.util.net.SSLHostConfigCertificate.Type
Unspecified certificate type.
undeploy(PrintWriter, ContextName, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Undeploy the web application at the specified context path.
undeploy(ContextName, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Undeploy the web application at the specified context path.
undeployDir(File) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
Delete the specified directory, including all of its contents and subdirectories recursively.
UndeployMessage - Class in org.apache.catalina.ha.deploy
Cluster message that indicates an application has been undeployed.
UndeployMessage(Member, long, String, String) - Constructor for class org.apache.catalina.ha.deploy.UndeployMessage
Creates a new UndeployMessage.
UndeployTask - Class in org.apache.catalina.ant
Ant task that implements the /undeploy command, supported by the Tomcat manager application.
UndeployTask() - Constructor for class org.apache.catalina.ant.UndeployTask
Constructs a new UndeployTask.
UNDERFLOW - Enum constant in enum org.apache.tomcat.util.net.TLSClientHelloExtractor.ExtractorResult
Not enough data available for extraction.
UNDERFLOW - Enum constant in enum org.apache.tomcat.websocket.TransformationResult
The end of the available data was reached before the WebSocket frame was completely read.
unescape(String) - Method in class org.apache.catalina.connector.Request
Unescape a string.
Unescape() - Constructor for class org.apache.catalina.valves.rewrite.InternalRewriteMap.Unescape
Constructs a new Unescape rewrite map.
UniqueAttributesImpl - Class in org.apache.jasper.util
Wraps the default attributes implementation and ensures that each attribute has a unique qname as required by the JSP specification.
UniqueAttributesImpl() - Constructor for class org.apache.jasper.util.UniqueAttributesImpl
Constructs a new UniqueAttributesImpl for non-page directives.
UniqueAttributesImpl(boolean) - Constructor for class org.apache.jasper.util.UniqueAttributesImpl
Constructs a new UniqueAttributesImpl.
uniqueId - Variable in class org.apache.catalina.tribes.membership.MemberImpl
Unique session Id for this member
UniqueId - Class in org.apache.catalina.tribes
Represents a globally unique Id.
UniqueId() - Constructor for class org.apache.catalina.tribes.UniqueId
Constructs a new UniqueId with a null identifier.
UniqueId(byte[]) - Constructor for class org.apache.catalina.tribes.UniqueId
Constructs a new UniqueId from the given byte array.
UniqueId(byte[], int, int) - Constructor for class org.apache.catalina.tribes.UniqueId
Constructs a new UniqueId from a portion of the given byte array.
unit - Variable in class org.apache.catalina.filters.ExpiresFilter.Duration
 
unit - Variable in class org.apache.tomcat.util.net.SocketWrapperBase.OperationState
Time unit for the timeout.
UNKNOWN - Enum constant in enum org.apache.tomcat.util.http.Parameters.FailReason
 
UNKNOWN - Enum constant in enum org.apache.tomcat.util.net.openssl.OpenSSLStatus.Name
Unknown variant.
UNKNOWN_TRANSACTIONISOLATION - Static variable in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
Internal constant to indicate the level is not set.
UNKNOWN_TRANSACTIONISOLATION - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
Value indicating an unknown transaction isolation level.
unload() - Method in class org.apache.catalina.core.StandardWrapper
 
unload() - Method in class org.apache.catalina.ha.session.ClusterManagerBase
Manager implementations that also implement ClusterManager do not support local session persistence.
unload() - Method in interface org.apache.catalina.Manager
Save any currently active sessions in the appropriate persistence mechanism, if any.
unload() - Method in class org.apache.catalina.session.PersistentManagerBase
Save all currently active sessions in the appropriate persistence mechanism, if any.
unload() - Method in class org.apache.catalina.session.StandardManager
 
unload() - Method in interface org.apache.catalina.Wrapper
Unload all initialized instances of this servlet, after calling the destroy() method for each instance.
unloadDelay - Variable in class org.apache.catalina.core.StandardWrapper
Wait time for servlet unload in ms.
unloading - Variable in class org.apache.catalina.core.StandardWrapper
Are we unloading our servlet instance at the moment?
unlock() - Method in class org.apache.catalina.ha.session.DeltaSession
Unlock after serialization
unlock() - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
Unlock after serialization
unlock() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Unlocks the connection only if the sweeper is enabled Otherwise this is a noop for performance
unlock(String) - Method in class org.apache.catalina.realm.LockOutRealm
Unlock the specified username.
UNLOCK - Static variable in class org.apache.tomcat.util.http.Method
UNLOCK method.
unlockAccept() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
Unlock the server socket acceptor threads using bogus connections.
unlockAccept() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
unlockForRead(WebResourceLockSet.ResourceLock) - Method in interface org.apache.catalina.WebResourceLockSet
Release a read lock from the resource associated with the given WebResourceLockSet.ResourceLock.
unlockForRead(WebResourceLockSet.ResourceLock) - Method in class org.apache.catalina.webresources.DirResourceSet
 
unlockForWrite(WebResourceLockSet.ResourceLock) - Method in interface org.apache.catalina.WebResourceLockSet
Release the write lock from the resource associated with the given WebResourceLockSet.ResourceLock.
unlockForWrite(WebResourceLockSet.ResourceLock) - Method in class org.apache.catalina.webresources.DirResourceSet
 
unlockTimeout - Variable in class org.apache.tomcat.util.net.SocketProperties
Timeout in milliseconds for an unlock to take place.
unmanageApp(String) - Method in class org.apache.catalina.startup.HostConfig
Remove a webapp from our control.
unpackWARs - Variable in class org.apache.catalina.startup.HostConfig
Should we unpack WAR files when auto-deploying applications in the appBase directory?
unparsedEntityDecl(String, String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
Receive notification of an unparsed entity declaration event.
unpop(T) - Method in class org.apache.jasper.util.FastRemovalDequeue
Adds an object to the end of the list and returns the entry created for said object.
unpush() - Method in class org.apache.jasper.util.FastRemovalDequeue
Removes the first element of the list and returns its content.
unquote(String) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
Removes surrounding quotes from a string, handling escaped characters.
unRead(ByteBuffer) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Return input that has been read to the input buffer for re-reading by the correct component.
unReadReadBuffer(ByteBuffer) - Method in class org.apache.tomcat.util.net.SocketBufferHandler
Inserts previously read data back into the read buffer so it can be read again.
unreg(SelectionKey, NioEndpoint.NioSocketWrapper, int) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
Unregisters interest operations for a socket.
unregister() - Static method in class org.apache.tomcat.websocket.AsyncChannelGroupUtil
Unregisters a user of the shared AsynchronousChannelGroup, shutting it down if no users remain.
unregister(String) - Method in class org.apache.catalina.util.LifecycleMBeanBase
Utility method to enable subclasses to easily unregister additional components that don't implement JmxEnabled with an MBean server.
unregister(ObjectName) - Method in class org.apache.catalina.util.LifecycleMBeanBase
Utility method to enable subclasses to easily unregister additional components that don't implement JmxEnabled with an MBean server.
unregister(Processor) - Method in class org.apache.coyote.AbstractProtocol.ConnectionHandler
Unregisters a processor.
unregister(BackgroundProcess) - Method in class org.apache.tomcat.websocket.BackgroundProcessManager
Unregisters a previously registered background process.
unregister(WsRemoteEndpointImplServer) - Method in class org.apache.tomcat.websocket.server.WsWriteTimeout
Unregisters an endpoint from timeout tracking.
unregisterClusterValve() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
unregister all cluster valve to host or engine
unregisterComponent(String) - Method in class org.apache.tomcat.util.modeler.NoDescriptorRegistry
 
unregisterComponent(String) - Method in class org.apache.tomcat.util.modeler.Registry
Unregister a component.
unregisterComponent(String) - Method in interface org.apache.tomcat.util.modeler.RegistryMBean
Unregister a component.
unregisterComponent(ObjectName) - Method in class org.apache.tomcat.util.modeler.NoDescriptorRegistry
 
unregisterComponent(ObjectName) - Method in class org.apache.tomcat.util.modeler.Registry
Unregister a component.
unregisterConnection(Connection) - Method in class org.apache.tomcat.dbcp.dbcp2.managed.TransactionRegistry
Unregisters a destroyed connection from TransactionRegistry.
unregisterDescription(StoreDescription) - Method in class org.apache.catalina.storeconfig.StoreRegistry
Unregister a description.
unregisterJmx() - Method in class org.apache.tomcat.jdbc.pool.DataSource
Unregisters the ConnectionPoolMBean from JMX.
unregisterJmx(ObjectName) - Method in class org.apache.catalina.tribes.jmx.JmxRegistry
Unregister an MBean from the JMX server.
unregisterJmx(ObjectName) - Static method in class org.apache.tomcat.jdbc.pool.jmx.JmxUtil
Unregister an MBean.
unregisterSession(Object, WsSession) - Method in class org.apache.tomcat.websocket.server.WsServerContainer
Unregisters a WebSocket session.
unregisterSession(Object, WsSession) - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
Unregisters a WebSocket session.
UNSET - Enum constant in enum org.apache.tomcat.util.http.SameSiteCookies
Don't set the SameSite cookie attribute.
UNSET - Static variable in class org.apache.tomcat.jni.SSL
Unset value.
unsetSecurityToken(Object, Object) - Static method in class org.apache.naming.ContextAccessController
Remove a security token for a context.
unsetThread() - Static method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
Stop capturing thread's output and return captured data as a String.
unwrap(Class) - Method in class org.apache.naming.factory.DataSourceLinkFactory.DataSourceHandler
Unwrap the proxy and return the underlying DataSource if the requested interface matches.
unwrap(Class) - Method in class org.apache.tomcat.jdbc.pool.ProxyConnection
Unwraps the connection to the given interface.
unwrap(Class) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
 
unwrap(Class) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
 
unwrap(Class) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
 
unwrap(Class) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
unwrap(Class) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
unwrap(Class) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
 
unwrap(Class) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDataSource
 
unwrap(Class) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
Unwrap the proxy to the given interface.
unwrap(ByteBuffer, ByteBuffer[], int, int) - Method in class org.apache.tomcat.util.net.openssl.OpenSSLEngine
 
UNWRAP_VAL - Static variable in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
unwrapInvocationTargetException(Throwable) - Static method in class org.apache.jasper.runtime.ExceptionUtils
Checks whether the supplied Throwable is an instance of InvocationTargetException and returns the throwable that is wrapped by it, if there is any.
unwrapInvocationTargetException(Throwable) - Static method in class org.apache.tomcat.util.ExceptionUtils
Checks whether the supplied Throwable is an instance of InvocationTargetException and returns the throwable that is wrapped by it, if there is any.
update - Variable in class org.apache.catalina.ant.DeployTask
Update existing webapps.
update(long, long, int) - Method in interface org.apache.tomcat.util.http.fileupload.ProgressListener
Updates the listeners status information.
update(String, Principal, String, String, String) - Method in class org.apache.catalina.authenticator.SingleSignOn
Updates any SingleSignOnEntry found under key ssoId with the given authentication data.
update(String, Principal, String, String, String) - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
 
updateArray(int, Array) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateArray(String, Array) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateAsciiStream(int, InputStream) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateAsciiStream(int, InputStream, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateAsciiStream(int, InputStream, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateAsciiStream(String, InputStream) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateAsciiStream(String, InputStream, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateAsciiStream(String, InputStream, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateBigDecimal(int, BigDecimal) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateBigDecimal(String, BigDecimal) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateBinaryStream(int, InputStream) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateBinaryStream(int, InputStream, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateBinaryStream(int, InputStream, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateBinaryStream(String, InputStream) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateBinaryStream(String, InputStream, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateBinaryStream(String, InputStream, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateBlob(int, InputStream) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateBlob(int, InputStream, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateBlob(int, Blob) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateBlob(String, InputStream) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateBlob(String, InputStream, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateBlob(String, Blob) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateBoolean(int, boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateBoolean(String, boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateByte(int, byte) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateByte(String, byte) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateBytes(int, byte[]) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateBytes(String, byte[]) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateCharacterStream(int, Reader) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateCharacterStream(int, Reader, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateCharacterStream(int, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateCharacterStream(String, Reader) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateCharacterStream(String, Reader, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateCharacterStream(String, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateClob(int, Reader) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateClob(int, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateClob(int, Clob) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateClob(String, Reader) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateClob(String, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateClob(String, Clob) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateCounters() - Method in class org.apache.coyote.Request
Update request counters.
updateCredentials(Principal, String, String, String) - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Updates the SingleSignOnEntry to reflect the latest security information associated with the caller.
updateDate(int, Date) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateDate(String, Date) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateDouble(int, double) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateDouble(String, double) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateFloat(int, float) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateFloat(String, float) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateInt(int, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateInt(String, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateLastActiveRead() - Method in class org.apache.tomcat.websocket.WsSession
Updates the last active read timestamp to the current time.
updateLastActiveWrite() - Method in class org.apache.tomcat.websocket.WsSession
Updates the last active write timestamp to the current time.
updateLastRead() - Method in class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper
Updates the last read timestamp.
updateLastWrite() - Method in class org.apache.tomcat.util.net.NioEndpoint.NioSocketWrapper
Updates the last write timestamp.
updateLong(int, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateLong(String, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateMember(Member, boolean) - Method in class org.apache.catalina.tribes.membership.cloud.CloudMembershipProvider
Add or remove specified member.
updateNCharacterStream(int, Reader) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateNCharacterStream(int, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateNCharacterStream(String, Reader) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateNCharacterStream(String, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateNClob(int, Reader) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateNClob(int, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateNClob(int, NClob) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateNClob(String, Reader) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateNClob(String, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateNClob(String, NClob) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateNString(int, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateNString(String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateNull(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateNull(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateObject(int, Object) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateObject(int, Object, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateObject(int, Object, SQLType) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateObject(int, Object, SQLType, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateObject(String, Object) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateObject(String, Object, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateObject(String, Object, SQLType) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateObject(String, Object, SQLType, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateReadyStatus() - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Checks and sets ready status
updateRef(int, Ref) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateRef(String, Ref) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateRow() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateRowId(int, RowId) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateRowId(String, RowId) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updatesAreDetected(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
updateSessionMaxAliveTime(int) - Method in class org.apache.catalina.session.ManagerBase
Updates the sessionMaxAliveTime attribute if the candidate value is larger than the current value.
updateShort(int, short) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateShort(String, short) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateSQLXML(int, SQLXML) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateSQLXML(String, SQLXML) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateStats(long) - Method in class org.apache.tomcat.websocket.server.WsFrameServer
 
updateStats(long) - Method in class org.apache.tomcat.websocket.server.WsRemoteEndpointImplServer
 
updateStats(long) - Method in class org.apache.tomcat.websocket.WsFrameBase
Hook for updating server side statistics.
updateStats(long) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
Hook for updating server side statistics.
updateStats(long, long, boolean) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
Protocol cluster replications stats
updateString(int, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateString(String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateTime(int, Time) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateTime(String, Time) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateTimestamp(int, Timestamp) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
updateTimestamp(String, Timestamp) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
upgrade(Class) - Method in class org.apache.catalina.connector.Request
 
upgrade(Class) - Method in class org.apache.catalina.connector.RequestFacade
 
Upgrade - Class in org.apache.tomcat.util.http.parser
Represents an HTTP Upgrade protocol value with optional version.
UPGRADE - Enum constant in enum org.apache.coyote.ActionCode
Callback to trigger the HTTP upgrade process.
UPGRADE_HEADER_NAME - Static variable in class org.apache.tomcat.websocket.Constants
Upgrade HTTP header name.
UPGRADE_HEADER_VALUE - Static variable in class org.apache.tomcat.websocket.Constants
Upgrade header value for WebSocket.
UpgradeApplicationBufferHandler - Class in org.apache.coyote.http11.upgrade
Trivial implementation of ApplicationBufferHandler to support saving of HTTP request bodies during an HTTP/1.1 upgrade.
UpgradeApplicationBufferHandler() - Constructor for class org.apache.coyote.http11.upgrade.UpgradeApplicationBufferHandler
Constructs a new UpgradeApplicationBufferHandler.
UPGRADED - Enum constant in enum org.apache.tomcat.util.net.AbstractEndpoint.Handler.SocketState
The connection has been upgraded.
upgradeDispatch(SocketEvent) - Method in interface org.apache.coyote.http11.upgrade.InternalHttpUpgradeHandler
Process the specified event.
upgradeDispatch(SocketEvent) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
upgradeDispatch(SocketEvent) - Method in class org.apache.tomcat.websocket.server.WsHttpUpgradeHandler
 
UpgradeGroupInfo - Class in org.apache.coyote.http11.upgrade
This aggregates the data collected from each UpgradeInfo instance.
UpgradeGroupInfo() - Constructor for class org.apache.coyote.http11.upgrade.UpgradeGroupInfo
Constructs a new UpgradeGroupInfo.
upgradeHttpToWebSocket(Object, Object, ServerEndpointConfig, Map) - Method in class org.apache.tomcat.websocket.server.WsServerContainer
 
UpgradeInfo - Class in org.apache.coyote.http11.upgrade
Structure to hold statistical information about connections that have been established using the HTTP/1.1 upgrade mechanism.
UpgradeInfo() - Constructor for class org.apache.coyote.http11.upgrade.UpgradeInfo
Constructs a new UpgradeInfo.
UpgradeProcessorBase - Class in org.apache.coyote.http11.upgrade
Base class for HTTP upgrade processors.
UpgradeProcessorBase(UpgradeToken) - Constructor for class org.apache.coyote.http11.upgrade.UpgradeProcessorBase
Constructs a new UpgradeProcessorBase.
UpgradeProcessorExternal - Class in org.apache.coyote.http11.upgrade
Upgrade processor for external (Servlet-based) upgrade handlers.
UpgradeProcessorExternal(SocketWrapperBase, UpgradeToken, UpgradeGroupInfo) - Constructor for class org.apache.coyote.http11.upgrade.UpgradeProcessorExternal
Constructs a new UpgradeProcessorExternal.
UpgradeProcessorInternal - Class in org.apache.coyote.http11.upgrade
Upgrade processor for internal (Coyote-based) upgrade handlers.
UpgradeProcessorInternal(SocketWrapperBase, UpgradeToken, UpgradeGroupInfo) - Constructor for class org.apache.coyote.http11.upgrade.UpgradeProcessorInternal
Constructs a new UpgradeProcessorInternal.
UpgradeProtocol - Interface in org.apache.coyote
Protocol handler for HTTP upgrade connections.
UpgradeServletInputStream - Class in org.apache.coyote.http11.upgrade
Input stream for an HTTP upgraded connection.
UpgradeServletInputStream(UpgradeProcessorBase, SocketWrapperBase, UpgradeInfo) - Constructor for class org.apache.coyote.http11.upgrade.UpgradeServletInputStream
Constructs a new UpgradeServletInputStream.
UpgradeServletOutputStream - Class in org.apache.coyote.http11.upgrade
Output stream for an HTTP upgraded connection.
UpgradeServletOutputStream(UpgradeProcessorBase, SocketWrapperBase, UpgradeInfo) - Constructor for class org.apache.coyote.http11.upgrade.UpgradeServletOutputStream
Constructs a new UpgradeServletOutputStream.
UpgradeToken - Class in org.apache.coyote
Token used during the upgrade process.
UpgradeToken(HttpUpgradeHandler, ContextBind, InstanceManager, String) - Constructor for class org.apache.coyote.UpgradeToken
 
UpgradeUtil - Class in org.apache.tomcat.websocket.server
Utility methods for handling WebSocket upgrade requests.
UPGRADING - Enum constant in enum org.apache.tomcat.util.net.AbstractEndpoint.Handler.SocketState
The connection is being upgraded (e.g., WebSocket upgrade).
upload(HttpServletRequest, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Upload a WAR file for deployment.
UploadContext - Interface in org.apache.tomcat.util.http.fileupload
Enhanced access to the request information needed for file uploads, which fixes the Content Length data access in RequestContext.
uploadWar(PrintWriter, HttpServletRequest, File, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
Upload the WAR file included in this request, and store it at the specified file location.
UpperCase() - Constructor for class org.apache.catalina.valves.rewrite.InternalRewriteMap.UpperCase
Constructs a new UpperCase rewrite map.
uriBase - Variable in class org.apache.jasper.JspC
Base URI for the web application.
URIConverter - Variable in class org.apache.catalina.connector.Request
URI byte to char converter.
uriRoot - Variable in class org.apache.jasper.JspC
Root directory of the web application.
UriTemplate - Class in org.apache.tomcat.websocket.server
Extracts path parameters from URIs used to create web socket connections using the URI template defined for the associated Endpoint.
UriTemplate(String) - Constructor for class org.apache.tomcat.websocket.server.UriTemplate
Creates a new UriTemplate from the given path.
UriUtil - Class in org.apache.tomcat.util.buf
Utility class for working with URIs and URLs.
url - Variable in class org.apache.catalina.ant.AbstractCatalinaTask
The URL of the Manager application to be used.
url - Variable in class org.apache.catalina.tribes.membership.cloud.CloudMembershipProvider
The URL for the cloud membership service.
Url - Class in org.apache.jasper.tagplugins.jstl.core
Tag plugin that optimizes JSTL <c:url> tag handling.
Url() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Url
Constructs a new Url tag plugin.
URL - Enum constant in enum org.apache.catalina.startup.ClassLoaderFactory.RepositoryType
Repository is a URL.
URL_DECODING - Enum constant in enum org.apache.tomcat.util.http.Parameters.FailReason
 
URL_PREFIX - Static variable in class org.apache.tomcat.dbcp.dbcp2.PoolingDriver
The Apache Commons connection string prefix "jdbc:apache:commons:dbcp:".
URL_PREFIX_LEN - Static variable in class org.apache.tomcat.dbcp.dbcp2.PoolingDriver
The String length of PoolingDriver.URL_PREFIX.
URLDecode(String, Charset) - Static method in class org.apache.tomcat.util.buf.UDecoder
Decode and return the specified URL-encoded String.
URLDecode(String, Charset, EncodedSolidusHandling, EncodedSolidusHandling) - Static method in class org.apache.tomcat.util.buf.UDecoder
Decode and return the specified URL-encoded String.
URLEncode(String, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
URL encodes a string, based on the supplied character encoding.
urlEncoder - Variable in class org.apache.catalina.connector.Response
URL encoder.
URLEncoder - Class in org.apache.catalina.util
This class is very similar to the java.net.URLEncoder class.
URLEncoder() - Constructor for class org.apache.catalina.util.URLEncoder
Constructs a new URLEncoder with alphanumeric characters as safe.
UrlJar - Class in org.apache.tomcat.util.scan
Implementation of Jar that is optimised for non-file based JAR URLs.
UrlJar(URL) - Constructor for class org.apache.tomcat.util.scan.UrlJar
Constructs a new UrlJar for the given JAR URL.
URN_JSPTAGDIR - Static variable in interface org.apache.jasper.compiler.TagConstants
URI prefix for tag directory namespaces.
URN_JSPTLD - Static variable in interface org.apache.jasper.compiler.TagConstants
URI prefix for TLD namespaces.
usage() - Method in class org.apache.catalina.startup.Catalina
Print usage information for this application.
usage() - Static method in class org.apache.tomcat.util.net.openssl.ciphers.OpenSSLCipherConfigurationParser
Prints usage information for the command-line tool.
Usage Examples - Section in package org.apache.tomcat.util.digester
 
UsageTracking<T> - Interface in org.apache.tomcat.dbcp.pool2
This interface may be implemented by an object pool to enable clients (primarily those clients that wrap pools to provide pools with extended features) to provide additional information to the pool relating to object using allowing more informed decisions and reporting to be made regarding abandoned objects.
use() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
 
use() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
Records the current stack trace as the last time the object was used.
use(T) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
 
use(T) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
 
use(T) - Method in interface org.apache.tomcat.dbcp.pool2.UsageTracking
Called every time a pooled object is used to enable the pool to better track borrowed objects.
USE_BEAN_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
Internal name for the useBean action.
USE_CANON_CACHES_CMD_ARG - Static variable in class org.apache.tomcat.util.compat.JreCompat
 
USE_PROXY - Static variable in class org.apache.tomcat.websocket.Constants
HTTP 305 Use Proxy.
USE_SECURE_RANDOM_FOR_UUID - Static variable in class org.apache.catalina.tribes.io.ChannelData
Flag to control whether secure random is used for UUID generation.
USE_TLS_RESPONSE - Static variable in class org.apache.tomcat.util.net.TLSClientHelloExtractor
HTTP response sent to clients that connect without TLS when TLS is required.
useAcceptRanges - Variable in class org.apache.catalina.servlets.DefaultServlet
Deprecated.
This option will be removed without replacement in Tomcat 12 onwards where it will effectively be hard coded to true.
useBodyEncodingForURI - Variable in class org.apache.catalina.connector.Connector
URI encoding as body.
useBufferPool - Variable in class org.apache.catalina.tribes.transport.AbstractRxTask
Whether to use the buffer pool.
useCanonCachesField - Static variable in class org.apache.tomcat.util.compat.JreCompat
 
useCanonCachesFieldLock - Static variable in class org.apache.tomcat.util.compat.JreCompat
 
useCompression(Request, Response) - Method in class org.apache.coyote.CompressionConfig
Determines if compression should be enabled for the given response and if it is, sets any necessary headers to mark it as such.
useCompression(Request, Response) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
Check if compression should be used for the specified request/response.
useCompression(Request, Response) - Method in class org.apache.coyote.http2.Http2Protocol
Determines whether compression should be used for the given request/response pair.
useContextClassLoader - Variable in class org.apache.catalina.realm.JAASRealm
Whether to use context ClassLoader or default ClassLoader.
useContextClassLoader - Variable in class org.apache.catalina.realm.JNDIRealm
Whether to use context ClassLoader or default ClassLoader.
useContextClassLoader - Variable in class org.apache.tomcat.util.digester.Digester
Do we want to use the Context ClassLoader when loading classes for instantiating new objects.
useDeepClone - Variable in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
Whether to use deep clone.
useDelegatedCredential - Variable in class org.apache.catalina.realm.JNDIRealm
Should delegated credentials from the SPNEGO authenticator be used if available
useExactMatch - Variable in class org.apache.tomcat.util.digester.CallMethodRule
Should MethodUtils.invokeExactMethod be used for reflection.
useGeneratedCode - Variable in class org.apache.catalina.startup.Catalina
Use generated code as a replacement for configuration files.
useInstanceManagerForTags - Variable in class org.apache.jasper.runtime.TagHandlerPool
Whether to use the instance manager for tag handler creation.
useIPVHosts - Variable in class org.apache.catalina.connector.Connector
Flag to use IP-based virtual hosting.
useLongContentLength - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
Use long contentLength as you have more 4 GB output.
useNaming - Variable in class org.apache.catalina.startup.Catalina
Is naming enabled ?
useNonstandardTagOptimizations - Variable in class org.apache.jasper.JspC
Configuration for non-standard tag optimizations.
usePropertiesFile - Variable in class org.apache.catalina.valves.ProxyErrorReportValve
Use a properties file for the URLs.
User - Interface in org.apache.catalina
Abstract representation of a user in a UserDatabase.
User(String, String, String, List, String) - Constructor for class org.apache.catalina.realm.JNDIRealm.User
Constructs a new User.
USER_ATTRIBUTES_DELIMITER - Static variable in class org.apache.catalina.realm.RealmBase
The character used for delimiting user attribute names.
USER_ATTRIBUTES_WILDCARD - Static variable in class org.apache.catalina.realm.RealmBase
The character used as wildcard in user attribute lists.
userAgentField - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
 
userAttributes - Variable in class org.apache.catalina.realm.RealmBase
The comma separated names of user attributes to additionally query from the realm.
userAttributesList - Variable in class org.apache.catalina.realm.RealmBase
The list of user attributes to additionally query from the realm.
userBase - Variable in class org.apache.catalina.realm.JNDIRealm
The base element for user searches.
userClasses - Variable in class org.apache.catalina.realm.JAASRealm
The set of user class names, split out for easy processing.
userClassNames - Variable in class org.apache.catalina.realm.JAASRealm
Comma-delimited list of java.security.Principal classes that represent individual users.
UserConfig - Class in org.apache.catalina.startup
Startup event listener for a Host that configures Contexts (web applications) for all defined "users" who have a web application in a directory with the specified name in their home directories.
UserConfig() - Constructor for class org.apache.catalina.startup.UserConfig
Constructs a new UserConfig.
userCredCol - Variable in class org.apache.catalina.realm.DataSourceRealm
The column in the user table that holds the user's credentials
userCredCol - Variable in class org.apache.catalina.users.DataSourceUserDatabase
The column in the user table that holds the user's credentials
UserDatabase - Interface in org.apache.catalina.startup
Abstraction of the set of users defined by the operating system on the current server platform.
UserDatabase - Interface in org.apache.catalina
Abstract representation of a database of Users and Groups that can be maintained by an application, along with definitions of corresponding Roles, and referenced by a Realm for authentication and access control.
UserDatabasePrincipal(User, UserDatabase) - Constructor for class org.apache.catalina.realm.UserDatabaseRealm.UserDatabasePrincipal
Constructs a new UserDatabasePrincipal.
UserDatabaseRealm - Class in org.apache.catalina.realm
Implementation of Realm that is based on an implementation of UserDatabase made available through the JNDI resources configured for this instance of Catalina.
UserDatabaseRealm() - Constructor for class org.apache.catalina.realm.UserDatabaseRealm
Constructs a new UserDatabaseRealm.
UserDatabaseRealm.UserDatabasePrincipal - Class in org.apache.catalina.realm
Principal implementation backed by a live UserDatabase.
userDataHelper - Variable in class org.apache.coyote.AbstractProcessor
User data helper for logging.
userDataHelper - Static variable in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
Helper for user data logging with rate limiting.
UserDataHelper - Class in org.apache.tomcat.util.log
This helper class assists with the logging associated with invalid input data.
UserDataHelper(Log) - Constructor for class org.apache.tomcat.util.log.UserDataHelper
Constructs a new UserDataHelper with the specified log instance.
UserDataHelper.Mode - Enum in org.apache.tomcat.util.log
Log mode for the next log message.
useRedirect - Variable in class org.apache.catalina.valves.ProxyErrorReportValve
Use a redirect or proxy the response to the specified location.
userField - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
 
userFullNameCol - Variable in class org.apache.catalina.users.DataSourceUserDatabase
The column in the user table that holds the user's full name
userGroupTable - Variable in class org.apache.catalina.users.DataSourceUserDatabase
The table that holds the relation between users and groups
UserMBean - Class in org.apache.catalina.mbeans
A ModelMBean implementation for the org.apache.catalina.User component.
UserMBean() - Constructor for class org.apache.catalina.mbeans.UserMBean
Constructs a new UserMBean.
username - Variable in class org.apache.catalina.ant.AbstractCatalinaTask
The login username for the Manager application.
username - Variable in class org.apache.catalina.realm.JAASCallbackHandler
The username to be authenticated with.
username - Variable in class org.apache.catalina.users.AbstractUser
The logon username of this user.
userNameCol - Variable in class org.apache.catalina.realm.DataSourceRealm
The column in the user table that holds the user's name
userNameCol - Variable in class org.apache.catalina.users.DataSourceUserDatabase
The column in the user table that holds the user's name
userPassword - Variable in class org.apache.catalina.realm.JNDIRealm
The attribute name used to retrieve the user password.
userPattern - Variable in class org.apache.catalina.realm.JNDIRealm
The message format used to form the distinguished name of a user, with "{0}" marking the spot where the specified username goes.
userPatternArray - Variable in class org.apache.catalina.realm.JNDIRealm
A string of LDAP user patterns or paths, ":"-separated These will be used to form the distinguished name of a user, with "{0}" marking the spot where the specified username goes.
userPatternFormatArray - Variable in class org.apache.catalina.realm.JNDIRealm.JNDIConnection
An array of MessageFormat objects associated with the current userPatternArray.
userPrincipal - Variable in class org.apache.catalina.connector.Request
User principal.
userPrincipal - Variable in class org.apache.catalina.realm.GenericPrincipal
The authenticated Principal to be exposed to applications.
userRoleAttribute - Variable in class org.apache.catalina.realm.JNDIRealm
The name of the attribute inside the users directory entry where the value will be taken to search for roles This attribute is not used during a nested search
userRoleName - Variable in class org.apache.catalina.realm.JNDIRealm
The name of an attribute in the user's entry containing roles for that user
userRoleTable - Variable in class org.apache.catalina.realm.DataSourceRealm
The table that holds the relation between user's and roles
userRoleTable - Variable in class org.apache.catalina.users.DataSourceUserDatabase
The table that holds the relation between users and roles
users - Variable in class org.apache.catalina.users.MemoryUserDatabase
The set of Users defined in this database, keyed by username.
userSearch - Variable in class org.apache.catalina.realm.JNDIRealm
The message format used to search for a user, with "{0}" marking the spot where the username goes.
userSearchFormat - Variable in class org.apache.catalina.realm.JNDIRealm.JNDIConnection
The MessageFormat object associated with the current userSearch.
userSubtree - Variable in class org.apache.catalina.realm.JNDIRealm
Should we search the entire subtree for matching users?
userTable - Variable in class org.apache.catalina.realm.DataSourceRealm
The table that holds user data.
userTable - Variable in class org.apache.catalina.users.DataSourceUserDatabase
The table that holds user data.
useShutdownHook - Variable in class org.apache.catalina.startup.Catalina
Use shutdown hook flag.
useShutdownHook - Variable in class org.apache.juli.ClassLoaderLogManager
Determines if the shutdown hook is used to perform any necessary clean-up such as flushing buffered handlers on JVM shutdown.
usesLocalFilePerTable() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
usesLocalFiles() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
 
useTagPlugin() - Method in class org.apache.jasper.compiler.Node.CustomTag
Returns whether a tag plugin is used for this custom tag.
useThread - Variable in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
Whether to use a dedicated thread for pinging.
useThread - Variable in class org.apache.catalina.tribes.membership.StaticMembershipProvider
Whether to use a background thread for pinging.
usingInputStream - Variable in class org.apache.catalina.connector.Request
Using stream flag.
Using Named Stacks For Inter-Rule Communication - Section in package org.apache.tomcat.util.digester
 
Using Namespace Prefixes In Pattern Matching - Section in package org.apache.tomcat.util.digester
 
usingOutputStream - Variable in class org.apache.catalina.connector.Response
Using output stream flag.
usingReader - Variable in class org.apache.catalina.connector.Request
Using reader flag.
usingWriter - Variable in class org.apache.catalina.connector.Response
Using writer flag.
Utf8Encoder - Class in org.apache.tomcat.util.buf
Encodes characters as bytes using UTF-8.
Utf8Encoder() - Constructor for class org.apache.tomcat.util.buf.Utf8Encoder
Constructs a new UTF-8 CharsetEncoder.
Util - Class in org.apache.jasper.tagplugins.jstl
Util contains some often used consts, static methods and embedded class to support the JSTL tag plugin.
Util - Class in org.apache.tomcat.util.modeler
Utility class for modeler operations.
Util - Class in org.apache.tomcat.websocket
Utility class for internal use only within the org.apache.tomcat.websocket package.
Util() - Constructor for class org.apache.jasper.tagplugins.jstl.Util
Constructs a new Util instance.
Util.DecoderMatch - Class in org.apache.tomcat.websocket
Holds the result of matching decoders against a target type.
Util.ImportResponseWrapper - Class in org.apache.jasper.tagplugins.jstl
Wraps responses to allow us to retrieve results as Strings.
utilityExecutor - Variable in class org.apache.catalina.tribes.group.GroupChannel
Executor service.
Utils - Class in org.apache.tomcat.buildutil.translate
Utility class for translation operations.
Utils - Class in org.apache.tomcat.buildutil
Utility class for build operations.
Utils - Class in org.apache.tomcat.dbcp.dbcp2
Utility methods.
uuid - Variable in class org.apache.catalina.tribes.group.RpcMessage
The unique identifier for this message.
UUID_LENGTH - Static variable in class org.apache.catalina.tribes.util.UUIDGenerator
Length of a UUID in bytes.
UUID_VERSION - Static variable in class org.apache.catalina.tribes.util.UUIDGenerator
UUID version.
UUIDGenerator - Class in org.apache.catalina.tribes.util
Simple generation of a UUID.
UUIDGenerator() - Constructor for class org.apache.catalina.tribes.util.UUIDGenerator
Constructs a new UUIDGenerator.

V

validate - Variable in class org.apache.catalina.realm.RealmBase
Should we validate client certificate chains when they are presented?
validate(int) - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Returns true if the object is still valid. if not the pool will call the getExpiredAction() and follow up with one of the four expired methods
validate(int, String) - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
Validates a connection.
validate(String, int) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnection
validate(String, Duration) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnection
Validates the connection, using the following algorithm: If fastFailValidation (constructor argument) is true and this connection has previously thrown a fatal disconnection exception, a SQLException is thrown. If sql is null, the driver's #isValid(timeout) is called.
validate(Connection, int) - Method in interface org.apache.tomcat.jdbc.pool.Validator
Validate a connection and return a boolean to indicate if it's valid.
validate(Request) - Method in class org.apache.catalina.authenticator.DigestAuthenticator.DigestInfo
Deprecated.
validate(Request, List) - Method in class org.apache.catalina.authenticator.DigestAuthenticator.DigestInfo
Validate the parsed digest credentials against the request and configured algorithms.
validate(Host, URL, String) - Static method in class org.apache.catalina.startup.ExpandWar
Validate the WAR file found at the specified URL.
VALIDATE_BORROW - Static variable in class org.apache.tomcat.jdbc.pool.PooledConnection
Validate when connection is borrowed flag
VALIDATE_IDLE - Static variable in class org.apache.tomcat.jdbc.pool.PooledConnection
Validate when connection is idle flag
VALIDATE_INIT - Static variable in class org.apache.tomcat.jdbc.pool.PooledConnection
Validate when connection is initialized flag
VALIDATE_RETURN - Static variable in class org.apache.tomcat.jdbc.pool.PooledConnection
Validate when connection is returned flag
validateConnection(PoolableConnection) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
Validates the given connection if it is open.
validateConnectionFactory(PoolableConnectionFactory) - Static method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
Validates the given factory.
validateContextName(ContextName, PrintWriter, StringManager) - Static method in class org.apache.catalina.manager.ManagerServlet
Validate the context name.
validateEL(ExpressionFactory, ELContext) - Method in class org.apache.jasper.compiler.Node.JspAttribute
Allow node to validate itself.
validateLifetime(PooledObject, Duration) - Static method in class org.apache.tomcat.dbcp.dbcp2.Utils
Throws a LifetimeExceededException if the given pooled object's lifetime has exceeded a maximum duration.
validateObject(K, PooledObject) - Method in interface org.apache.tomcat.dbcp.pool2.KeyedPooledObjectFactory
Ensures that the instance is safe to be returned by the pool.
validateObject(PStmtKey, PooledObject) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingConnection
KeyedPooledObjectFactory method for validating pooled statements.
validateObject(PooledObject) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
 
validateObject(PooledObject) - Method in interface org.apache.tomcat.dbcp.pool2.PooledObjectFactory
Ensures that the instance is safe to be returned by the pool.
validatePassword(String) - Method in class org.apache.tomcat.websocket.Authenticator
Validates that the password is not null.
validateRealm(String, String) - Method in class org.apache.tomcat.websocket.Authenticator
Validates that the configured user realm matches the server realm.
validateRequest(MessageInfo, Subject, Subject) - Method in class org.apache.catalina.authenticator.jaspic.SimpleServerAuthContext
Validate the request.
validateResource(boolean) - Method in class org.apache.catalina.webresources.CachedResource
Validates the cached resource.
validateResources(boolean) - Method in class org.apache.catalina.webresources.CachedResource
Validates the cached resources.
validateRsv(int, byte) - Method in class org.apache.tomcat.websocket.PerMessageDeflate
 
validateRsv(int, byte) - Method in interface org.apache.tomcat.websocket.Transformation
Validates the RSV and opcode combination (assumed to have been extracted from a WebSocket Frame) for this extension.
validateRsvBits(int) - Method in class org.apache.tomcat.websocket.PerMessageDeflate
 
validateRsvBits(int) - Method in interface org.apache.tomcat.websocket.Transformation
Validate that the RSV bit(s) required by this transformation are not being used by another extension.
validateSecurityRoles() - Method in class org.apache.catalina.startup.ContextConfig
Validate the usage of security role names in the web application deployment descriptor.
validateTld - Variable in class org.apache.jasper.JspC
Flag to validate TLD files.
validateUri - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
Should the URI be validated as required by RFC2617?
validateUsername(String) - Method in class org.apache.tomcat.websocket.Authenticator
Validates that the user name is not null.
validateXml - Variable in class org.apache.jasper.JspC
Flag to validate XML files.
validating - Variable in class org.apache.tomcat.util.digester.Digester
Do we want to use a validating parser.
Validation - Class in org.apache.el.util
Utility class for validation operations related to EL identifiers.
VALIDATION - Enum constant in enum org.apache.tomcat.dbcp.pool2.PooledObjectState
In the queue, currently being validated.
VALIDATION_PREALLOCATED - Enum constant in enum org.apache.tomcat.dbcp.pool2.PooledObjectState
Not in queue, currently being validated.
VALIDATION_RETURN_TO_HEAD - Enum constant in enum org.apache.tomcat.dbcp.pool2.PooledObjectState
Not in queue, currently being validated.
Validator - Interface in org.apache.tomcat.jdbc.pool
Interface to be implemented by custom validator classes.
ValidatorTask - Class in org.apache.catalina.ant
Task for validating a web application deployment descriptor, using XML schema validation.
ValidatorTask() - Constructor for class org.apache.catalina.ant.ValidatorTask
Constructs a new ValidatorTask.
ValidatorXml - Class in org.apache.tomcat.util.descriptor.tld
Model of a Tag Library Validator from the XML descriptor.
ValidatorXml() - Constructor for class org.apache.tomcat.util.descriptor.tld.ValidatorXml
Constructs a new ValidatorXml.
ValidAttribute(String) - Constructor for class org.apache.jasper.compiler.JspUtil.ValidAttribute
Constructs an optional instance with the given name.
ValidAttribute(String, boolean) - Constructor for class org.apache.jasper.compiler.JspUtil.ValidAttribute
Constructs an instance with the given name and mandatory flag.
value - Variable in class org.apache.catalina.ant.JMXSetTask
The new value for the attribute
value - Variable in class org.apache.catalina.valves.rewrite.Substitution.StaticElement
The static string value.
value - Variable in class org.apache.naming.NamingEntry
The bound object value.
value(ClassLoader[]) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
Deserializes the value using the given class loaders.
VALUE - Enum constant in enum org.apache.tomcat.util.http.parser.ChunkExtension.State
Reading the extension value.
ValueExpressionImpl - Class in org.apache.el
An Expression that can get or set a value.
ValueExpressionImpl() - Constructor for class org.apache.el.ValueExpressionImpl
Constructs a new ValueExpressionImpl.
ValueExpressionImpl(String, Node, FunctionMapper, VariableMapper, Class) - Constructor for class org.apache.el.ValueExpressionImpl
Constructs a new ValueExpressionImpl.
ValueExpressionLiteral - Class in org.apache.el
A literal value expression that represents a constant value.
ValueExpressionLiteral() - Constructor for class org.apache.el.ValueExpressionLiteral
Constructs a new ValueExpressionLiteral for deserialization.
ValueExpressionLiteral(Object, Class) - Constructor for class org.apache.el.ValueExpressionLiteral
Constructs a new ValueExpressionLiteral.
valueOf(int) - Static method in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Lookup a cipher by its numeric ID.
valueOf(int) - Static method in enum org.apache.tomcat.util.net.openssl.ciphers.Group
Returns the Group enum constant for the given numeric group identifier.
valueOf(int) - Static method in enum org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
Looks up a signature scheme by its numeric ID.
valueOf(String) - Static method in enum org.apache.catalina.authenticator.AuthenticatorBase.AllowCorsPreflight
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.catalina.authenticator.AuthenticatorBase.SsoReauthenticationMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.catalina.authenticator.DigestAuthenticator.AuthDigest
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.catalina.filters.CorsFilter.CORSRequestType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.catalina.filters.ExpiresFilter.DurationUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.catalina.filters.ExpiresFilter.StartingPoint
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.catalina.LifecycleState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.catalina.servlets.WebdavServlet.PropertyUpdateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.catalina.servlets.WebdavServlet.PropfindType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.catalina.startup.ClassLoaderFactory.RepositoryType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.catalina.valves.AbstractAccessLogValve.ElapsedTimeElement.Style
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.catalina.WebResourceRoot.ArchiveIndexStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.catalina.WebResourceRoot.ResourceSetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.coyote.ActionCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.coyote.ContinueResponseTiming
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.coyote.ErrorState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.jasper.TrimSpacesOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.dbcp.dbcp2.PoolingConnection.StatementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.dbcp.pool2.DestroyMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.dbcp.pool2.PooledObjectState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.JarScanType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.buf.EncodedSolidusHandling
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.buf.UEncoder.SafeCharsSet
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.http.CookiesWithoutEquals
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.http.Parameters.FailReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.http.parser.ChunkExtension.State
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.http.parser.HttpHeaderParser.HeaderParsePosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.http.parser.HttpHeaderParser.HeaderParseStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.http.SameSiteCookies
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.log.UserDataHelper.Mode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.AbstractEndpoint.BindState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.AbstractEndpoint.Handler.SocketState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.Acceptor.AcceptorState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.DispatchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.openssl.ciphers.Authentication
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.openssl.ciphers.Encryption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.openssl.ciphers.EncryptionLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.openssl.ciphers.Group
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.openssl.ciphers.KeyExchange
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.openssl.ciphers.MessageDigest
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.openssl.ciphers.Protocol
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.openssl.OpenSSLStatus.Name
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.SendfileKeepAliveState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.SendfileState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.SocketEvent
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.SocketWrapperBase.BlockingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.SocketWrapperBase.CompletionHandlerCall
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.SocketWrapperBase.CompletionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.SSLHostConfig.CertificateVerification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.SSLHostConfig.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.SSLHostConfigCertificate.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.TLSClientHelloExtractor.ExtractorResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.websocket.AuthenticationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.websocket.MessageHandlerResultType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.websocket.TransformationResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.websocket.WsFrameBase.ReadState
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.catalina.authenticator.AuthenticatorBase.AllowCorsPreflight
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.catalina.authenticator.AuthenticatorBase.SsoReauthenticationMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.catalina.authenticator.DigestAuthenticator.AuthDigest
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.catalina.filters.CorsFilter.CORSRequestType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.catalina.filters.ExpiresFilter.DurationUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.catalina.filters.ExpiresFilter.StartingPoint
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.catalina.LifecycleState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.catalina.servlets.WebdavServlet.PropertyUpdateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.catalina.servlets.WebdavServlet.PropfindType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.catalina.startup.ClassLoaderFactory.RepositoryType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Returns a collection view of the values contained in this map.
values() - Method in class org.apache.catalina.util.ParameterMap
values() - Static method in enum org.apache.catalina.valves.AbstractAccessLogValve.ElapsedTimeElement.Style
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.catalina.WebResourceRoot.ArchiveIndexStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.catalina.WebResourceRoot.ResourceSetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.coyote.ActionCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.coyote.ContinueResponseTiming
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.coyote.ErrorState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.jasper.TrimSpacesOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.dbcp.dbcp2.PoolingConnection.StatementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.dbcp.pool2.DestroyMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.dbcp.pool2.PooledObjectState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.JarScanType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.buf.EncodedSolidusHandling
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.buf.UEncoder.SafeCharsSet
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
 
values() - Static method in enum org.apache.tomcat.util.http.CookiesWithoutEquals
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.http.Parameters.FailReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.http.parser.ChunkExtension.State
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.http.parser.HttpHeaderParser.HeaderParsePosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.http.parser.HttpHeaderParser.HeaderParseStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.http.SameSiteCookies
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.log.UserDataHelper.Mode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.net.AbstractEndpoint.BindState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.net.AbstractEndpoint.Handler.SocketState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.net.Acceptor.AcceptorState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.net.DispatchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.net.openssl.ciphers.Authentication
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.net.openssl.ciphers.Cipher
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.net.openssl.ciphers.Encryption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.net.openssl.ciphers.EncryptionLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.net.openssl.ciphers.Group
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.net.openssl.ciphers.KeyExchange
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.net.openssl.ciphers.MessageDigest
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.net.openssl.ciphers.Protocol
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.net.openssl.ciphers.SignatureScheme
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.net.openssl.OpenSSLStatus.Name
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.net.SendfileKeepAliveState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.net.SendfileState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.net.SocketEvent
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.net.SocketWrapperBase.BlockingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.net.SocketWrapperBase.CompletionHandlerCall
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.net.SocketWrapperBase.CompletionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.net.SSLHostConfig.CertificateVerification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.net.SSLHostConfig.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.net.SSLHostConfigCertificate.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.util.net.TLSClientHelloExtractor.ExtractorResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.websocket.AuthenticationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.websocket.MessageHandlerResultType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.websocket.TransformationResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.tomcat.websocket.WsFrameBase.ReadState
Returns an array containing the constants of this enum type, in the order they are declared.
values(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
Get the values for a header name.
Valve - Interface in org.apache.catalina
A Valve is a request processing component associated with a particular Container.
ValveBase - Class in org.apache.catalina.valves
Convenience base class for implementations of the Valve interface.
ValveBase() - Constructor for class org.apache.catalina.valves.ValveBase
Constructs a new ValveBase with async support disabled.
ValveBase(boolean) - Constructor for class org.apache.catalina.valves.ValveBase
Constructs a new ValveBase.
valveSkip - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
Allows skipping the next valve in the Catalina pipeline.
Variable() - Constructor for class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Variable
Constructs a new Variable.
VARIABLE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
Internal name for the variable directive action.
VARIABLE_NAMES - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
Standard CGI variable names exposed to SSI.
VariableMapperFactory - Class in org.apache.el.lang
Factory for creating variable mappers that track variable resolutions.
VariableMapperFactory(VariableMapper) - Constructor for class org.apache.el.lang.VariableMapperFactory
Constructs a new VariableMapperFactory.
VariableMapperImpl - Class in org.apache.el.lang
Implementation of VariableMapper that stores variables in a map.
VariableMapperImpl() - Constructor for class org.apache.el.lang.VariableMapperImpl
Constructs a new VariableMapperImpl for deserialization.
VariableResolverImpl - Class in org.apache.jasper.el
Deprecated.
VariableResolverImpl(ELContext) - Constructor for class org.apache.jasper.el.VariableResolverImpl
Deprecated.
 
VectoredIOCompletionHandler() - Constructor for class org.apache.tomcat.util.net.SocketWrapperBase.VectoredIOCompletionHandler
Creates a new vectored I/O completion handler.
vectoredOperation(boolean, ByteBuffer[], int, int, SocketWrapperBase.BlockingMode, long, TimeUnit, A, SocketWrapperBase.CompletionCheck, CompletionHandler) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Vectored operation.
VerbatimFormatter - Class in org.apache.juli
Outputs just the log message with no additional elements and no escaping.
VerbatimFormatter() - Constructor for class org.apache.juli.VerbatimFormatter
Constructs a new VerbatimFormatter.
verbose - Variable in class org.apache.jasper.JspC
Flag for verbose output.
verify(long, byte[][], String) - Method in interface org.apache.tomcat.jni.CertificateVerifier
Returns true if the passed in certificate chain could be verified and so the handshake should be successful, false otherwise.
verify(long, byte[][], String) - Method in class org.apache.tomcat.util.net.openssl.OpenSSLCertificateVerifier
 
verifyClientPostHandshake(long) - Static method in class org.apache.tomcat.jni.SSL
SSL_verify_client_post_handshake
version - Variable in class org.apache.catalina.ant.AbstractCatalinaCommandTask
The context version of the web application we are managing.
version() - Static method in class org.apache.tomcat.jni.SSL
Return OpenSSL version number (run time version).
versioned - Variable in class org.apache.catalina.manager.ManagerServlet
Path used to store revisions of webapps.
VersionLoggerListener - Class in org.apache.catalina.startup
Logs version information on startup.
VersionLoggerListener() - Constructor for class org.apache.catalina.startup.VersionLoggerListener
Constructs a new VersionLoggerListener.
versions - Variable in class org.apache.catalina.mapper.Mapper.MappedContext
The versions of the context.
versionString() - Static method in class org.apache.tomcat.jni.Library
Returns the TCN version string.
versionString() - Static method in class org.apache.tomcat.jni.SSL
Return OpenSSL version string (run time version).
view - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
The member view.
view - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Our current view
viewChange(Member[]) - Method in class org.apache.catalina.tribes.group.interceptors.SimpleCoordinator
Override to receive view changes.
viewId - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Out current viewId
virtualHostField - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
Deprecated.
 
VirtualResource - Class in org.apache.catalina.webresources
A virtual resource that represents a directory entry created on-the-fly.
VirtualResource(WebResourceRoot, String, String) - Constructor for class org.apache.catalina.webresources.VirtualResource
Constructs a new VirtualResource.
VirtualThreadExecutor - Class in org.apache.tomcat.util.threads
An executor that uses a new virtual thread for each task.
VirtualThreadExecutor(String) - Constructor for class org.apache.tomcat.util.threads.VirtualThreadExecutor
Constructs a new VirtualThreadExecutor.
visit(Node) - Method in class org.apache.el.lang.ExpressionBuilder
 
visit(ELNode.ELText) - Method in class org.apache.jasper.compiler.ELNode.Visitor
Visits an ELText node.
visit(ELNode.Function) - Method in class org.apache.jasper.compiler.ELNode.Visitor
Visits a Function node.
visit(ELNode.Root) - Method in class org.apache.jasper.compiler.ELNode.Visitor
Visits a Root node by traversing its contained expression.
visit(ELNode.Text) - Method in class org.apache.jasper.compiler.ELNode.Visitor
Visits a Text node.
visit(ELNode.Visitor) - Method in class org.apache.jasper.compiler.ELNode.Nodes
Visit the nodes in the list with the supplied visitor.
visit(Node.AttributeDirective) - Method in class org.apache.jasper.compiler.Node.Visitor
Visits an attribute directive node.
visit(Node.AttributeGenerator) - Method in class org.apache.jasper.compiler.Node.Visitor
Visits an attribute generator node.
visit(Node.Comment) - Method in class org.apache.jasper.compiler.Node.Visitor
Visits a comment node.
visit(Node.CustomTag) - Method in class org.apache.jasper.compiler.Node.Visitor
Visits a custom tag node.
visit(Node.Declaration) - Method in class org.apache.jasper.compiler.Node.Visitor
Visits a declaration node.
visit(Node.DoBodyAction) - Method in class org.apache.jasper.compiler.Node.Visitor
Visits a do body action node.
visit(Node.ELExpression) - Method in class org.apache.jasper.compiler.Node.Visitor
Visits an EL expression node.
visit(Node.Expression) - Method in class org.apache.jasper.compiler.Node.Visitor
Visits an expression node.
visit(Node.FallBackAction) - Method in class org.apache.jasper.compiler.Node.Visitor
 
visit(Node.ForwardAction) - Method in class org.apache.jasper.compiler.Node.Visitor
Visits a forward action node.
visit(Node.GetProperty) - Method in class org.apache.jasper.compiler.Node.Visitor
Visits a get property node.
visit(Node.IncludeAction) - Method in class org.apache.jasper.compiler.Node.Visitor
Visits an include action node.
visit(Node.IncludeDirective) - Method in class org.apache.jasper.compiler.Node.Visitor
Visits an include directive node.
visit(Node.InvokeAction) - Method in class org.apache.jasper.compiler.Node.Visitor
Visits an invoke action node.
visit(Node.JspBody) - Method in class org.apache.jasper.compiler.Node.Visitor
Visits a JSP body node.
visit(Node.JspElement) - Method in class org.apache.jasper.compiler.Node.Visitor
Visits a JSP element node.
visit(Node.JspOutput) - Method in class org.apache.jasper.compiler.Node.Visitor
Visits a JSP output node.
visit(Node.JspRoot) - Method in class org.apache.jasper.compiler.Node.Visitor
Visits a JSP root node.
visit(Node.JspText) - Method in class org.apache.jasper.compiler.Node.Visitor
Visits a JSP text node.
visit(Node.NamedAttribute) - Method in class org.apache.jasper.compiler.Node.Visitor
Visits a named attribute node.
visit(Node.PageDirective) - Method in class org.apache.jasper.compiler.Node.Visitor
Visits a page directive node.
visit(Node.ParamAction) - Method in class org.apache.jasper.compiler.Node.Visitor
Visits a param action node.
visit(Node.ParamsAction) - Method in class org.apache.jasper.compiler.Node.Visitor
 
visit(Node.PlugIn) - Method in class org.apache.jasper.compiler.Node.Visitor
 
visit(Node.Root) - Method in class org.apache.jasper.compiler.Node.Visitor
Visits a root node.
visit(Node.Scriptlet) - Method in class org.apache.jasper.compiler.Node.Visitor
Visits a scriptlet node.
visit(Node.SetProperty) - Method in class org.apache.jasper.compiler.Node.Visitor
Visits a set property node.
visit(Node.TagDirective) - Method in class org.apache.jasper.compiler.Node.Visitor
Visits a tag directive node.
visit(Node.TaglibDirective) - Method in class org.apache.jasper.compiler.Node.Visitor
Visits a taglib directive node.
visit(Node.TemplateText) - Method in class org.apache.jasper.compiler.Node.Visitor
Visits a template text node.
visit(Node.UninterpretedTag) - Method in class org.apache.jasper.compiler.Node.Visitor
Visits an uninterpreted tag node.
visit(Node.UseBean) - Method in class org.apache.jasper.compiler.Node.Visitor
Visits a use bean node.
visit(Node.VariableDirective) - Method in class org.apache.jasper.compiler.Node.Visitor
Visits a variable directive node.
visit(Node.Visitor) - Method in class org.apache.jasper.compiler.Node.Nodes
Visit the nodes in the list with the supplied visitor
visitBody(Node) - Method in class org.apache.jasper.compiler.Node.Visitor
Visit the body of a node, using the current visitor
Visitor() - Constructor for class org.apache.jasper.compiler.ELNode.Visitor
Creates a new Visitor instance.
Visitor() - Constructor for class org.apache.jasper.compiler.Node.Visitor
Constructs a new Visitor instance.
vmInfo(PrintWriter, StringManager, Enumeration) - Method in class org.apache.catalina.manager.ManagerServlet
Write some VM info.
VminfoTask - Class in org.apache.catalina.ant
Ant task that implements the /vminfo command supported by the Tomcat manager application.
VminfoTask() - Constructor for class org.apache.catalina.ant.VminfoTask
Constructs a new VminfoTask.
VOID_FILTER - Static variable in class org.apache.coyote.http11.Constants
Void filters (input and output).
VoidInputFilter - Class in org.apache.coyote.http11.filters
Void input filter, which returns -1 when attempting a read.
VoidInputFilter() - Constructor for class org.apache.coyote.http11.filters.VoidInputFilter
Constructs a new VoidInputFilter.
VoidOutputFilter - Class in org.apache.coyote.http11.filters
Void output filter, which silently swallows bytes written.
VoidOutputFilter() - Constructor for class org.apache.coyote.http11.filters.VoidOutputFilter
Constructs a new VoidOutputFilter.

W

waitForCoordMsgTimeout - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Time to wait for coordination timeout
waitForRelease() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
Wait for an election to end
waitForSendAllSessions(long) - Method in class org.apache.catalina.ha.session.DeltaManager
Wait that cluster session state is transferred or timeout after 60 Sec With stateTransferTimeout == -1 wait that backup is transferred (forever mode)
WAITING - Enum constant in enum org.apache.tomcat.websocket.WsFrameBase.ReadState
Waiting for data.
war - Variable in class org.apache.catalina.ant.DeployTask
URL of the web application archive (WAR) file to be deployed.
war - Variable in class org.apache.catalina.ha.deploy.WarWatcher.WarInfo
The WAR file being tracked.
WarFilter() - Constructor for class org.apache.catalina.ha.deploy.WarWatcher.WarFilter
Constructs a new WarFilter.
WarInfo(File) - Constructor for class org.apache.catalina.ha.deploy.WarWatcher.WarInfo
Constructs a new WarInfo.
warn(Object) - Method in interface org.apache.juli.logging.Log
Log a message with warn log level.
warn(Object, Throwable) - Method in interface org.apache.juli.logging.Log
Log an error with warn log level.
warning(SAXParseException) - Method in class org.apache.tomcat.util.descriptor.XmlErrorHandler
 
warning(SAXParseException) - Method in class org.apache.tomcat.util.digester.Digester
Forward notification of a parse warning to the application supplied error handler (if any).
WarResource - Class in org.apache.catalina.webresources
Represents a single resource (file or directory) that is located within a WAR.
WarResource(AbstractArchiveResourceSet, String, String, JarEntry) - Constructor for class org.apache.catalina.webresources.WarResource
Constructs a new WarResource.
WarResourceSet - Class in org.apache.catalina.webresources
Represents a WebResourceSet based on a WAR file.
WarResourceSet() - Constructor for class org.apache.catalina.webresources.WarResourceSet
A no argument constructor is required for this to work with the digester.
WarResourceSet(WebResourceRoot, String, String) - Constructor for class org.apache.catalina.webresources.WarResourceSet
Creates a new WebResourceSet based on a WAR file.
warToJar(URL) - Static method in class org.apache.tomcat.util.buf.UriUtil
Convert a URL of the form war:file:... to jar:file:....
WarTracker - Static variable in class org.apache.catalina.startup.Constants
The path to the WAR tracker file.
WarURLConnection - Class in org.apache.catalina.webresources.war
URL connection for WAR resources that wraps a JAR URL connection.
WarURLConnection(URL) - Constructor for class org.apache.catalina.webresources.war.WarURLConnection
Constructs a new WarURLConnection.
WarWatcher - Class in org.apache.catalina.ha.deploy
The WarWatcher watches the deployDir for changes made to the directory (adding new WAR files->deploy or remove WAR files->undeploy) and notifies a listener of the changes made.
WarWatcher(FileChangeListener, File) - Constructor for class org.apache.catalina.ha.deploy.WarWatcher
Constructs a new WarWatcher.
WarWatcher.WarFilter - Class in org.apache.catalina.ha.deploy
File name filter for war files
WarWatcher.WarInfo - Class in org.apache.catalina.ha.deploy
File information on existing WAR files
wasBound() - Method in enum org.apache.tomcat.util.net.AbstractEndpoint.BindState
Check if the endpoint was previously bound.
wasCreatedDynamicServlet(Servlet) - Method in class org.apache.catalina.core.StandardContext
Checks whether the given servlet was dynamically created by this context.
wasNull() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
 
wasNull() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
 
watchDir - Variable in class org.apache.catalina.ha.deploy.FarmWarDeployer
Watch directory.
watchDir - Variable in class org.apache.catalina.ha.deploy.WarWatcher
Directory to watch for war files
WatchedResourceSF - Class in org.apache.catalina.storeconfig
Store factory for watched resources in a StandardContext.
WatchedResourceSF() - Constructor for class org.apache.catalina.storeconfig.WatchedResourceSF
Constructs a new WatchedResourceSF.
watchEnabled - Variable in class org.apache.catalina.ha.deploy.FarmWarDeployer
Whether the watch directory feature is enabled.
watcher - Variable in class org.apache.catalina.ha.deploy.FarmWarDeployer
The watcher for monitoring the watch directory.
WEB_22_PUBLIC - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
Web Application 2.2 public identifier.
WEB_22_SYSTEM - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
Web Application 2.2 system identifier.
WEB_23_PUBLIC - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
Web Application 2.3 public identifier.
WEB_23_SYSTEM - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
Web Application 2.3 system identifier.
WEB_24_XSD - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
Web Application 2.4 XSD.
WEB_25_XSD - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
Web Application 2.5 XSD.
WEB_30_XSD - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
Web Application 3.0 XSD.
WEB_31_XSD - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
Web Application 3.1 XSD.
WEB_40_XSD - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
Web Application 4.0 XSD.
WEB_50_XSD - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
Web Application 5.0 XSD.
WEB_60_XSD - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
Web Application 6.0 XSD.
WEB_FRAGMENT_30_XSD - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
Web Fragment 3.0 XSD.
WEB_FRAGMENT_31_XSD - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
Web Fragment 3.1 XSD.
WEB_FRAGMENT_40_XSD - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
Web Fragment 4.0 XSD.
WEB_FRAGMENT_50_XSD - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
Web Fragment 5.0 XSD.
WEB_FRAGMENT_60_XSD - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
Web Fragment 6.0 XSD.
WEB_INF_CLASSES - Static variable in class org.apache.tomcat.util.scan.Constants
Standard web application compiled classes directory path.
WEB_INF_LIB - Static variable in class org.apache.tomcat.util.scan.Constants
Standard web application library directory path.
WEB_XML_LOCATION - Static variable in class org.apache.tomcat.util.descriptor.web.Constants
Default location of the web.xml deployment descriptor.
WebAnnotationSet - Class in org.apache.catalina.startup
AnnotationSet for processing the annotations of the web application classes (/WEB-INF/classes and /WEB-INF/lib).
WebAnnotationSet() - Constructor for class org.apache.catalina.startup.WebAnnotationSet
Constructs a new WebAnnotationSet.
WEBAPP_PROTOCOL - Static variable in interface org.apache.catalina.Context
Prefix for resource lookup.
WEBAPP_VERSION - Static variable in class org.apache.catalina.Globals
Name of the ServletContext attribute under which we store the web application version string (the text that appears after ## when parallel deployment is used).
WebappClassLoader - Class in org.apache.catalina.loader
Standard web application class loader.
WebappClassLoader() - Constructor for class org.apache.catalina.loader.WebappClassLoader
Constructs a new WebappClassLoader.
WebappClassLoader(ClassLoader) - Constructor for class org.apache.catalina.loader.WebappClassLoader
Constructs a new WebappClassLoader with the specified parent class loader.
WebappClassLoaderBase - Class in org.apache.catalina.loader
Specialized web application class loader.
WebappClassLoaderBase() - Constructor for class org.apache.catalina.loader.WebappClassLoaderBase
Construct a new ClassLoader with no defined repositories and no parent ClassLoader.
WebappClassLoaderBase(ClassLoader) - Constructor for class org.apache.catalina.loader.WebappClassLoaderBase
Construct a new ClassLoader with no defined repositories and the given parent ClassLoader.
WebappClassLoaderBase.PrivilegedFindClassByName - Class in org.apache.catalina.loader
 
WebappClassLoaderBase.PrivilegedGetClassLoader - Class in org.apache.catalina.loader
 
WebappClassLoaderBase.PrivilegedJavaseGetResource - Class in org.apache.catalina.loader
 
WebappLoader - Class in org.apache.catalina.loader
Classloader implementation which is specialized for handling web applications in the most efficient way, while being Catalina aware (all accesses to resources are made through WebResourceRoot).
WebappLoader() - Constructor for class org.apache.catalina.loader.WebappLoader
Constructs a new WebappLoader.
WebappProperties - Interface in org.apache.juli
An interface intended for use by class loaders associated with a web application that enables them to provide additional information to JULI about the web application with which they are associated.
WebappServiceLoader<T> - Class in org.apache.catalina.startup
A variation of Java's JAR ServiceLoader that respects exclusion rules for web applications.
WebappServiceLoader(Context) - Constructor for class org.apache.catalina.startup.WebappServiceLoader
Construct a loader to load services from a ServletContext.
webConfig() - Method in class org.apache.catalina.startup.ContextConfig
Scan the web.xml files that apply to the web application and merge them using the rules defined in the spec.
WebdavFixFilter - Class in org.apache.catalina.filters
Deprecated.
This will be removed in Tomcat 11 onwards. This filter is no longer required. The WebDAV client in Windows 10 / Windows Server 2012 onwards works correctly without this filter.
WebdavFixFilter() - Constructor for class org.apache.catalina.filters.WebdavFixFilter
Deprecated.
 
WebdavIfHeader - Class in org.apache.tomcat.util.http
The IfHeader class represents the state lists defined through the HTTP If header, which is specified in RFC 2518 as follows :
WebdavIfHeader(String[]) - Constructor for class org.apache.tomcat.util.http.WebdavIfHeader
Create an Untagged IfHeader if the given lock tokens.
WebdavIfHeader(String, String) - Constructor for class org.apache.tomcat.util.http.WebdavIfHeader
Parses the If header and creates and internal representation which is easy to query.
WebdavServlet - Class in org.apache.catalina.servlets
This servlet adds support for WebDAV level 3.
WebdavServlet() - Constructor for class org.apache.catalina.servlets.WebdavServlet
Constructs a new WebdavServlet.
WebdavServlet.MemoryPropertyStore - Class in org.apache.catalina.servlets
Default property store, which provides memory storage without persistence.
WebdavServlet.PropertyStore - Interface in org.apache.catalina.servlets
Handling of dead properties on resources.
WebdavServlet.PropertyUpdateType - Enum in org.apache.catalina.servlets
Type of property update in a PROPPATCH.
WebdavServlet.PropfindType - Enum in org.apache.catalina.servlets
Type of PROPFIND request.
WebdavServlet.ProppatchOperation - Class in org.apache.catalina.servlets
Represents a PROPPATCH sub operation to be performed.
WebResource - Interface in org.apache.catalina
Represents a file or directory within a web application.
WebResourceLockSet - Interface in org.apache.catalina
Interface implemented by WebResourceSet implementations that wish to provide locking functionality.
WebResourceLockSet.ResourceLock - Class in org.apache.catalina
 
WebResourceRoot - Interface in org.apache.catalina
Represents the complete set of resources for a web application.
WebResourceRoot.ArchiveIndexStrategy - Enum in org.apache.catalina
Strategies for archive indexing.
WebResourceRoot.CacheStrategy - Interface in org.apache.catalina
Provides a mechanism to modify the caching behaviour.
WebResourceRoot.ResourceSetType - Enum in org.apache.catalina
Types of resource sets in a WebResourceRoot.
WebResourceRootSF - Class in org.apache.catalina.storeconfig
Generate Resources element
WebResourceRootSF() - Constructor for class org.apache.catalina.storeconfig.WebResourceRootSF
Constructs a new WebResourceRootSF.
WebResourceSet - Interface in org.apache.catalina
Represents a set of resources that are part of a web application.
WebRuleSet - Class in org.apache.tomcat.util.descriptor.web
RuleSet for processing the contents of a web application deployment descriptor (/WEB-INF/web.xml) resource.
WebRuleSet() - Constructor for class org.apache.tomcat.util.descriptor.web.WebRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix and default fragment setting.
WebRuleSet(boolean) - Constructor for class org.apache.tomcat.util.descriptor.web.WebRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
WebRuleSet(String, boolean) - Constructor for class org.apache.tomcat.util.descriptor.web.WebRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
WEBSERVICES_11_XSD - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
Web Services 1.1 XSD.
WEBSERVICES_12_XSD - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
Web Services 1.2 XSD.
WEBSERVICES_13_XSD - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
Web Services 1.3 XSD.
WEBSERVICES_14_XSD - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
Web Services 1.4 XSD.
WEBSERVICES_20_XSD - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
Web Services 2.0 XSD.
WebXml - Class in org.apache.tomcat.util.descriptor.web
Representation of common elements of web.xml and web-fragment.xml.
WebXml() - Constructor for class org.apache.tomcat.util.descriptor.web.WebXml
Constructs a new WebXml.
webxmlEncoding - Variable in class org.apache.jasper.JspC
Character encoding for generated web.xml files.
webxmlFile - Variable in class org.apache.jasper.JspC
Output file path for generated web.xml content.
webxmlLevel - Variable in class org.apache.jasper.JspC
Level of web.xml generation (include, fragment, or complete).
WebXmlParser - Class in org.apache.tomcat.util.descriptor.web
Parser for web.xml and web-fragment.xml deployment descriptors.
WebXmlParser(boolean, boolean, boolean) - Constructor for class org.apache.tomcat.util.descriptor.web.WebXmlParser
Constructs a new WebXmlParser.
WEEK - Enum constant in enum org.apache.catalina.filters.ExpiresFilter.DurationUnit
Week duration unit.
welcomeResources - Variable in class org.apache.catalina.mapper.Mapper.ContextVersion
The welcome resources.
When - Class in org.apache.jasper.tagplugins.jstl.core
Tag plugin for the <c:when> JSTL tag.
When() - Constructor for class org.apache.jasper.tagplugins.jstl.core.When
Constructs a new When tag plugin.
When to write the expiration headers ? - Section in class org.apache.catalina.filters.ExpiresFilter
 
wildcardWrappers - Variable in class org.apache.catalina.mapper.Mapper.ContextVersion
The wildcard match wrappers.
willAttributeDistribute(String, Object) - Method in interface org.apache.catalina.Manager
Would the Manager distribute the given session attribute?
willAttributeDistribute(String, Object) - Method in class org.apache.catalina.session.ManagerBase
Would the Manager distribute the given session attribute?
windowAllocationAvailable - Variable in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
Condition signaled when window allocation is available.
windowAllocationLock - Variable in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
Lock for window allocation operations.
WITH_SLASH - Enum constant in enum org.apache.tomcat.util.buf.UEncoder.SafeCharsSet
Safe character set that includes the forward slash.
Without JNDI - Section in package org.apache.tomcat.dbcp.dbcp2.datasources
 
wrap(ByteBuffer[], int, int, ByteBuffer) - Method in class org.apache.tomcat.util.net.openssl.OpenSSLEngine
 
wrap(Member) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
Helper methods, wraps a single member in an array
wrapDataSource(Object, String, String) - Method in class org.apache.naming.factory.DataSourceLinkFactory
Wrap a DataSource with a handler that injects the configured username and password when getConnection() is called.
wrapped - Variable in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
Wrapped PrintStream.
WrappedMessageHandler - Interface in org.apache.tomcat.websocket
Interface for message handlers that wrap another message handler.
wrapper - Variable in class org.apache.catalina.manager.host.HostManagerServlet
The Wrapper container associated with this servlet.
wrapper - Variable in class org.apache.catalina.manager.ManagerServlet
The Wrapper container associated with this servlet.
wrapper - Variable in class org.apache.catalina.mapper.MappingData
The mapped wrapper.
Wrapper - Interface in org.apache.catalina
A Wrapper is a Container that represents an individual servlet definition from the deployment descriptor of the web application.
WrapperLifecycleSF - Class in org.apache.catalina.storeconfig
Store factory for wrapper lifecycle listeners.
WrapperLifecycleSF() - Constructor for class org.apache.catalina.storeconfig.WrapperLifecycleSF
Constructs a new WrapperLifecycleSF.
WrapperListenerSF - Class in org.apache.catalina.storeconfig
Store factory for wrapper listeners.
WrapperListenerSF() - Constructor for class org.apache.catalina.storeconfig.WrapperListenerSF
Constructs a new WrapperListenerSF.
WrapperMappingInfo - Class in org.apache.catalina.mapper
Encapsulates information used to register a Wrapper mapping.
WrapperMappingInfo(String, Wrapper, boolean, boolean) - Constructor for class org.apache.catalina.mapper.WrapperMappingInfo
 
wrapperPath - Variable in class org.apache.catalina.mapper.MappingData
The wrapper path.
wrapResultSet(Connection, ResultSet) - Static method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
Wraps the given result set in a delegate.
wrapResultSet(Statement, ResultSet) - Static method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
Wraps the given result set in a delegate.
write() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
Writes the message to the buffer.
write() - Method in class org.apache.catalina.tribes.transport.nio.NioSender
Writes the current message to the channel.
write(boolean, byte[], int, int) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Writes the provided data to the socket write buffer.
write(boolean, ByteBuffer) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Writes the provided data to the socket write buffer.
write(byte[]) - Method in class org.apache.catalina.connector.CoyoteOutputStream
 
write(byte[]) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
write(byte[]) - Method in class org.apache.coyote.http11.Http11OutputBuffer
This method will write the contents of the specified byte buffer to the output stream, without filtering.
write(byte[]) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
write(byte[]) - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
Writes b.length bytes from the specified byte array to this output stream.
write(byte[]) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
write(byte[], int, int) - Method in class org.apache.catalina.connector.CoyoteOutputStream
 
write(byte[], int, int) - Method in class org.apache.catalina.connector.OutputBuffer
Writes the specified bytes to the output buffer.
write(byte[], int, int) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
write(byte[], int, int) - Method in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
write(byte[], int, int) - Method in class org.apache.coyote.http11.upgrade.UpgradeServletOutputStream
 
write(byte[], int, int) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
write(byte[], int, int) - Method in class org.apache.tomcat.util.http.fileupload.ByteArrayOutputStream
Write the bytes to byte array.
write(byte[], int, int) - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
Writes len bytes from the specified byte array starting at offset off to this output stream.
write(byte[], int, int) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
write(char[]) - Method in class org.apache.catalina.connector.CoyoteWriter
 
write(char[]) - Method in class org.apache.catalina.connector.OutputBuffer
 
write(char[]) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
write(char[]) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
write(char[]) - Method in class org.apache.jasper.runtime.JspWriterImpl
 
write(char[], int, int) - Method in class org.apache.catalina.connector.CoyoteWriter
 
write(char[], int, int) - Method in class org.apache.catalina.connector.OutputBuffer
 
write(char[], int, int) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
write(char[], int, int) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
write(char[], int, int) - Method in class org.apache.jasper.runtime.JspWriterImpl
 
write(int) - Method in class org.apache.catalina.connector.CoyoteOutputStream
 
write(int) - Method in class org.apache.catalina.connector.CoyoteWriter
 
write(int) - Method in class org.apache.catalina.connector.OutputBuffer
 
write(int) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
write(int) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
 
write(int) - Method in class org.apache.catalina.ssi.ByteArrayServletOutputStream
Write to our buffer.
write(int) - Method in class org.apache.catalina.tribes.io.DirectByteArrayOutputStream
 
write(int) - Method in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
write(int) - Method in class org.apache.coyote.http11.upgrade.UpgradeServletOutputStream
 
write(int) - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
 
write(int) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
write(int) - Method in class org.apache.jasper.runtime.JspWriterImpl
 
write(int) - Method in class org.apache.tomcat.util.http.fileupload.ByteArrayOutputStream
Write a byte to byte array.
write(int) - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
Writes the specified byte to this output stream.
write(int) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
write(long, TimeUnit, A, CompletionHandler, ByteBuffer...) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Gather write.
write(File) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
A convenience method to write an uploaded item to disk.
write(File) - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
A convenience method to write an uploaded item to disk.
write(String) - Method in class org.apache.catalina.connector.CoyoteWriter
 
write(String) - Method in class org.apache.catalina.connector.OutputBuffer
 
write(String) - Method in class org.apache.catalina.core.ApplicationPart
 
write(String) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
write(String) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
write(String, int, int) - Method in class org.apache.catalina.connector.CoyoteWriter
 
write(String, int, int) - Method in class org.apache.catalina.connector.OutputBuffer
Append a string to the buffer
write(String, int, int) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
 
write(String, int, int) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
write(String, int, int) - Method in class org.apache.jasper.runtime.JspWriterImpl
 
write(String, InputStream, boolean) - Method in interface org.apache.catalina.WebResourceRoot
Create a new resource at the requested path using the provided InputStream.
write(String, InputStream, boolean) - Method in class org.apache.catalina.webresources.AbstractArchiveResourceSet
 
write(String, InputStream, boolean) - Method in class org.apache.catalina.webresources.DirResourceSet
 
write(String, InputStream, boolean) - Method in class org.apache.catalina.webresources.EmptyResourceSet
Create a new resource at the requested path using the provided InputStream.
write(String, InputStream, boolean) - Method in class org.apache.catalina.webresources.FileResourceSet
 
write(String, InputStream, boolean) - Method in class org.apache.catalina.webresources.StandardRoot
 
write(String, InputStream, boolean) - Method in interface org.apache.catalina.WebResourceSet
Create a new resource at the requested path using the provided InputStream.
write(ByteBuffer) - Method in class org.apache.catalina.connector.CoyoteOutputStream
 
write(ByteBuffer) - Method in class org.apache.catalina.connector.OutputBuffer
Writes bytes from the given buffer to the output.
write(ByteBuffer) - Method in class org.apache.tomcat.util.net.Nio2Channel
 
write(ByteBuffer) - Method in class org.apache.tomcat.util.net.NioChannel
Writes a sequence of bytes to this channel from the given buffer.
write(ByteBuffer) - Method in class org.apache.tomcat.util.net.SecureNio2Channel
Writes a sequence of bytes to this channel from the given buffer.
write(ByteBuffer) - Method in class org.apache.tomcat.util.net.SecureNioChannel
Writes a sequence of bytes to this channel from the given buffer.
write(ByteBuffer) - Method in interface org.apache.tomcat.websocket.AsyncChannelWrapper
Writes data from the given buffer to the channel.
write(ByteBuffer) - Method in class org.apache.tomcat.websocket.AsyncChannelWrapperNonSecure
 
write(ByteBuffer) - Method in class org.apache.tomcat.websocket.AsyncChannelWrapperSecure
 
write(ByteBuffer[]) - Method in class org.apache.tomcat.util.net.NioChannel
 
write(ByteBuffer[], int, int) - Method in class org.apache.tomcat.util.net.NioChannel
 
write(ByteBuffer[], int, int) - Method in class org.apache.tomcat.util.net.SecureNioChannel
 
write(ByteBuffer[], int, int, long, TimeUnit, A, CompletionHandler) - Method in class org.apache.tomcat.util.net.Nio2Channel
 
write(ByteBuffer[], int, int, long, TimeUnit, A, CompletionHandler) - Method in class org.apache.tomcat.util.net.SecureNio2Channel
 
write(ByteBuffer[], int, int, long, TimeUnit, A, CompletionHandler) - Method in interface org.apache.tomcat.websocket.AsyncChannelWrapper
Writes data from the given buffers to the channel with a completion handler.
write(ByteBuffer[], int, int, long, TimeUnit, A, CompletionHandler) - Method in class org.apache.tomcat.websocket.AsyncChannelWrapperNonSecure
 
write(ByteBuffer[], int, int, long, TimeUnit, A, CompletionHandler) - Method in class org.apache.tomcat.websocket.AsyncChannelWrapperSecure
 
write(ByteBuffer[], int, int, SocketWrapperBase.BlockingMode, long, TimeUnit, A, SocketWrapperBase.CompletionCheck, CompletionHandler) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Gather write.
write(ByteBuffer, long, TimeUnit, A, CompletionHandler) - Method in class org.apache.tomcat.util.net.Nio2Channel
 
write(ByteBuffer, long, TimeUnit, A, CompletionHandler) - Method in class org.apache.tomcat.util.net.SecureNio2Channel
 
write(ByteBuffer, A, CompletionHandler) - Method in class org.apache.tomcat.util.net.Nio2Channel
 
write(SocketWrapperBase.BlockingMode, long, TimeUnit, A, SocketWrapperBase.CompletionCheck, CompletionHandler, ByteBuffer...) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Gather write.
write(WriteBuffer.Sink, boolean) - Method in class org.apache.tomcat.util.net.WriteBuffer
Writes data from this buffer to the given sink.
WRITE_IDLE_TIMEOUT_MS - Static variable in class org.apache.tomcat.websocket.Constants
Property name for write idle timeout in milliseconds on WebSocket sessions.
writeable - Variable in class org.apache.tomcat.util.modeler.AttributeInfo
Whether this attribute can be written by management applications.
writeBlocking(byte[], int, int) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Writes the provided data to the socket write buffer.
writeBlocking(ByteBuffer) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Writes the provided data to the socket write buffer.
writeBody(PrintWriter, Object[], int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write the header body.
writebuf - Variable in class org.apache.catalina.tribes.transport.nio.NioSender
Buffer for writing to the channel.
WriteBuffer - Class in org.apache.tomcat.util.net
Provides an expandable set of buffers for writes.
WriteBuffer(int) - Constructor for class org.apache.tomcat.util.net.WriteBuffer
Constructs a new WriteBuffer.
WriteBuffer.Sink - Interface in org.apache.tomcat.util.net
Interface implemented by clients of the WriteBuffer to enable data to be written back out from the buffer.
writeByte(int) - Method in class org.apache.catalina.connector.OutputBuffer
Writes a single byte to the output buffer.
writeConnectorsState(PrintWriter, MBeanServer, List, List, List, int, Object[]) - Static method in class org.apache.catalina.manager.StatusTransformer
Write connector state.
writeConnectorState(PrintWriter, ObjectName, String, MBeanServer, List, List, int, Object[]) - Static method in class org.apache.catalina.manager.StatusTransformer
Write connector state.
writeContext(PrintWriter, ObjectName, MBeanServer, int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write context state.
writeData(String) - Method in class org.apache.catalina.util.XMLWriter
Write data.
writeDetailedState(PrintWriter, MBeanServer, int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write applications state.
writeElement(String, String, int) - Method in class org.apache.catalina.util.XMLWriter
Write an element.
writeElement(String, String, String, int) - Method in class org.apache.catalina.util.XMLWriter
Write an element.
writeExternal(ObjectOutput) - Method in class org.apache.catalina.ha.session.DeltaRequest
 
writeExternal(ObjectOutput) - Method in class org.apache.catalina.ha.session.DeltaSession
 
writeExternal(ObjectOutput) - Method in class org.apache.catalina.tribes.ByteMessage
 
writeExternal(ObjectOutput) - Method in class org.apache.catalina.tribes.group.RpcMessage.NoRpcChannelReply
 
writeExternal(ObjectOutput) - Method in class org.apache.catalina.tribes.group.RpcMessage
 
writeExternal(ObjectOutput) - Method in class org.apache.catalina.tribes.membership.MemberImpl
 
writeExternal(ObjectOutput) - Method in class org.apache.el.lang.FunctionMapperImpl.Function
 
writeExternal(ObjectOutput) - Method in class org.apache.el.lang.FunctionMapperImpl
 
writeExternal(ObjectOutput) - Method in class org.apache.el.lang.VariableMapperImpl
 
writeExternal(ObjectOutput) - Method in class org.apache.el.MethodExpressionImpl
 
writeExternal(ObjectOutput) - Method in class org.apache.el.MethodExpressionLiteral
 
writeExternal(ObjectOutput) - Method in class org.apache.el.ValueExpressionImpl
 
writeExternal(ObjectOutput) - Method in class org.apache.el.ValueExpressionLiteral
 
writeExternal(ObjectOutput) - Method in class org.apache.jasper.el.JspMethodExpression
 
writeExternal(ObjectOutput) - Method in class org.apache.jasper.el.JspValueExpression
 
writeFooter(PrintWriter, int) - Static method in class org.apache.catalina.manager.StatusTransformer
Writes the page footer.
writeFromBuffer(ByteBuffer, boolean) - Method in interface org.apache.tomcat.util.net.WriteBuffer.Sink
Writes data from a ByteBuffer to the underlying output.
writeGoAwayFrame(int, long, byte[]) - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
writeHeader(PrintWriter, Object[], int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write an HTML or XML header.
writeHeaders() - Method in class org.apache.coyote.http11.Http11OutputBuffer
Write the buffered headers to the socket.
writeInteger(int) - Static method in class org.apache.tomcat.util.buf.Asn1Writer
Writes an ASN.1 INTEGER value.
writeJspMonitor(PrintWriter, Set, MBeanServer, int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write JSP monitoring information.
writeManager(PrintWriter, Object[], int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write the manager webapp information.
writeManager(PrintWriter, ObjectName, MBeanServer, int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write detailed information about a manager.
writeMessage(FileMessage) - Method in class org.apache.catalina.ha.deploy.FileMessageFactory
Writes a message to file.
writeNonBlocking(byte[], int, int) - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
Transfers the data to the socket write buffer (writing that data to the socket if the buffer fills up using a non-blocking write) until either all the data has been transferred and space remains in the socket write buffer or a non-blocking write leaves data in the socket write buffer.
writeNonBlocking(byte[], int, int) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Transfers the data to the socket write buffer (writing that data to the socket if the buffer fills up using a non-blocking write) until either all the data has been transferred and space remains in the socket write buffer or a non-blocking write leaves data in the socket write buffer.
writeNonBlocking(ByteBuffer) - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
Transfers the data to the socket write buffer (writing that data to the socket if the buffer fills up using a non-blocking write) until either all the data has been transferred and space remains in the socket write buffer or a non-blocking write leaves data in the socket write buffer.
writeNonBlocking(ByteBuffer) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Transfers the data to the socket write buffer (writing that data to the socket if the buffer fills up using a non-blocking write) until either all the data has been transferred and space remains in the socket write buffer or a non-blocking write leaves data in the socket write buffer.
writeNonBlockingInternal(ByteBuffer) - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
Separate method so it can be re-used by the socket write buffer to write data to the network
writeNonBlockingInternal(ByteBuffer) - Method in class org.apache.tomcat.util.net.SocketWrapperBase
Separate method so it can be re-used by the socket write buffer to write data to the network
writeObjectData(ObjectOutput) - Method in class org.apache.catalina.ha.session.DeltaSession
Write object data to the given output stream.
writeObjectData(ObjectOutputStream) - Method in class org.apache.catalina.ha.session.DeltaSession
 
writeObjectData(ObjectOutputStream) - Method in class org.apache.catalina.session.StandardSession
Write a serialized version of the contents of this session object to the specified object output stream, without requiring that the StandardSession itself have been serialized.
writeOctetString(byte[]) - Static method in class org.apache.tomcat.util.buf.Asn1Writer
Writes an ASN.1 OCTET STRING value.
writeOperation - Variable in class org.apache.tomcat.util.net.SocketWrapperBase
Current write operation state.
writeOut(Writer) - Method in class org.apache.jasper.runtime.BodyContentImpl
 
writePageHeading(PrintWriter, Object[], int) - Static method in class org.apache.catalina.manager.StatusTransformer
Writes the page heading section.
writePending - Variable in class org.apache.tomcat.util.net.SocketWrapperBase
Semaphore for pending write operations.
writeProcessorState(PrintWriter, ObjectName, MBeanServer, int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write processor state.
writeProperty(String, String, String) - Method in class org.apache.catalina.util.XMLWriter
Write property to the XML.
writer - Variable in class org.apache.catalina.connector.Response
The associated writer.
writer - Variable in class org.apache.catalina.util.XMLWriter
Writer.
writer - Variable in class org.apache.catalina.valves.AccessLogValve
The PrintWriter to which we are currently logging, if any.
writeRaw(String) - Method in class org.apache.catalina.util.XMLWriter
Write raw XML data.
writerLock - Variable in class org.apache.juli.FileHandler
Lock used to control access to the writer.
writeSequence(byte[]...) - Static method in class org.apache.tomcat.util.buf.Asn1Writer
Writes an ASN.1 SEQUENCE containing the given components.
writeServerInfo(PrintWriter, Object[], int) - Static method in class org.apache.catalina.manager.StatusTransformer
Writes the server information row.
writeSession(Session) - Method in class org.apache.catalina.session.PersistentManagerBase
Write the provided session to the Store without modifying the copy in memory or triggering passivation events.
writeSettings() - Method in class org.apache.coyote.http2.Http2AsyncUpgradeHandler
 
writeState - Variable in class org.apache.tomcat.jdbc.pool.interceptor.ConnectionState
Method names for writing connection state.
writeTag(byte, byte[]) - Static method in class org.apache.tomcat.util.buf.Asn1Writer
Writes an ASN.1 tag with the given data.
writeText(String) - Method in class org.apache.catalina.util.XMLWriter
Write text.
writeTo(OutputStream) - Method in class org.apache.tomcat.util.http.fileupload.ByteArrayOutputStream
Writes the entire contents of this byte stream to the specified output stream.
writeToBIO(long, long, int) - Static method in class org.apache.tomcat.jni.SSL
BIO_write.
writeToSSL(long, long, int) - Static method in class org.apache.tomcat.jni.SSL
SSL_write.
writeVMState(PrintWriter, int, Object[]) - Static method in class org.apache.catalina.manager.StatusTransformer
Write the VM state.
writeWrapper(PrintWriter, ObjectName, MBeanServer, int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write detailed information about a wrapper.
writeXMLHeader() - Method in class org.apache.catalina.util.XMLWriter
Write XML Header.
WS_AUTHENTICATION_PASSWORD - Static variable in class org.apache.tomcat.websocket.Constants
Property name for WebSocket authentication password.
WS_AUTHENTICATION_PROXY_PASSWORD - Static variable in class org.apache.tomcat.websocket.Constants
Property name for WebSocket proxy authentication password.
WS_AUTHENTICATION_PROXY_REALM - Static variable in class org.apache.tomcat.websocket.Constants
Property name for WebSocket proxy authentication realm.
WS_AUTHENTICATION_PROXY_USER_NAME - Static variable in class org.apache.tomcat.websocket.Constants
Property name for WebSocket proxy authentication username.
WS_AUTHENTICATION_REALM - Static variable in class org.apache.tomcat.websocket.Constants
Property name for WebSocket authentication realm.
WS_AUTHENTICATION_USER_NAME - Static variable in class org.apache.tomcat.websocket.Constants
Property name for WebSocket authentication username.
WS_EXTENSIONS_HEADER_NAME - Static variable in class org.apache.tomcat.websocket.Constants
Sec-WebSocket-Extensions HTTP header name.
WS_KEY_HEADER_NAME - Static variable in class org.apache.tomcat.websocket.Constants
Sec-WebSocket-Key HTTP header name.
WS_PROTOCOL_HEADER_NAME - Static variable in class org.apache.tomcat.websocket.Constants
Sec-WebSocket-Protocol HTTP header name.
WS_VERSION_HEADER_NAME - Static variable in class org.apache.tomcat.websocket.Constants
Sec-WebSocket-Version HTTP header name.
WS_VERSION_HEADER_VALUE - Static variable in class org.apache.tomcat.websocket.Constants
Sec-WebSocket-Version header value.
WsContainerProvider - Class in org.apache.tomcat.websocket
WebSocket container provider for Tomcat.
WsContainerProvider() - Constructor for class org.apache.tomcat.websocket.WsContainerProvider
Constructs a new WsContainerProvider.
WsContextListener - Class in org.apache.tomcat.websocket.server
In normal usage, this ServletContextListener does not need to be explicitly configured as the WsSci performs all the necessary bootstrap and installs this listener in the ServletContext.
WsContextListener() - Constructor for class org.apache.tomcat.websocket.server.WsContextListener
Constructs a new WsContextListener.
WSDL - Static variable in class org.apache.naming.ServiceRef
Wsdl Location address type.
WsExtension - Class in org.apache.tomcat.websocket
Implementation of WebSocket extension.
WsExtensionParameter - Class in org.apache.tomcat.websocket
Implementation of WebSocket extension parameter.
WsFilter - Class in org.apache.tomcat.websocket.server
Handles the initial HTTP connection for WebSocket connections.
WsFilter() - Constructor for class org.apache.tomcat.websocket.server.WsFilter
Constructs a new WsFilter.
WsFrameBase - Class in org.apache.tomcat.websocket
Takes the ServletInputStream, processes the WebSocket frames it contains and extracts the messages.
WsFrameBase(WsSession, Transformation) - Constructor for class org.apache.tomcat.websocket.WsFrameBase
Constructs a new WsFrameBase.
WsFrameBase.ReadState - Enum in org.apache.tomcat.websocket
WAITING - not suspended Server case: waiting for a notification that data is ready to be read from the socket, the socket is registered to the poller Client case: data has been read from the socket and is waiting for data to be processed PROCESSING - not suspended Server case: reading from the socket and processing the data Client case: processing the data if such has already been read and more data will be read from the socket SUSPENDING_WAIT - suspended, a call to suspend() was made while in WAITING state.
WsFrameClient - Class in org.apache.tomcat.websocket
WebSocket frame handler for client connections.
WsFrameClient(ByteBuffer, AsyncChannelWrapper, WsSession, Transformation) - Constructor for class org.apache.tomcat.websocket.WsFrameClient
Constructs a new WsFrameClient.
WsFrameServer - Class in org.apache.tomcat.websocket.server
WebSocket frame handler for server connections.
WsFrameServer(SocketWrapperBase, UpgradeInfo, WsSession, Transformation, ClassLoader) - Constructor for class org.apache.tomcat.websocket.server.WsFrameServer
Constructs a new WsFrameServer.
WsHandshakeRequest - Class in org.apache.tomcat.websocket.server
Represents the request that this session was opened under.
WsHandshakeRequest(HttpServletRequest, Map) - Constructor for class org.apache.tomcat.websocket.server.WsHandshakeRequest
Constructs a new WsHandshakeRequest.
WsHandshakeResponse - Class in org.apache.tomcat.websocket
Represents the response to a WebSocket handshake.
WsHandshakeResponse() - Constructor for class org.apache.tomcat.websocket.WsHandshakeResponse
Default constructor.
WsHandshakeResponse(Map) - Constructor for class org.apache.tomcat.websocket.WsHandshakeResponse
Creates a handshake response from the given headers.
WsHttpUpgradeHandler - Class in org.apache.tomcat.websocket.server
Servlet 3.1 HTTP upgrade handler for WebSocket connections.
WsHttpUpgradeHandler() - Constructor for class org.apache.tomcat.websocket.server.WsHttpUpgradeHandler
Default constructor.
WsIOException - Exception Class in org.apache.tomcat.websocket
Allows the WebSocket implementation to throw an IOException that includes a CloseReason specific to the error that can be passed back to the client.
WsIOException(CloseReason) - Constructor for exception class org.apache.tomcat.websocket.WsIOException
Creates a WebSocket I/O exception with the given close reason.
WsPongMessage - Class in org.apache.tomcat.websocket
 
WsPongMessage(ByteBuffer) - Constructor for class org.apache.tomcat.websocket.WsPongMessage
Creates a pong message, copying the application data.
WsRemoteEndpointAsync - Class in org.apache.tomcat.websocket
Asynchronous remote endpoint for sending WebSocket messages.
WsRemoteEndpointBase - Class in org.apache.tomcat.websocket
Base class for WebSocket remote endpoints.
WsRemoteEndpointBasic - Class in org.apache.tomcat.websocket
Synchronous (basic) remote endpoint for sending WebSocket messages.
WsRemoteEndpointImplBase - Class in org.apache.tomcat.websocket
Base implementation of a WebSocket remote endpoint.
WsRemoteEndpointImplBase() - Constructor for class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
Default constructor.
WsRemoteEndpointImplClient - Class in org.apache.tomcat.websocket
Client-side implementation of a WebSocket remote endpoint.
WsRemoteEndpointImplClient(AsyncChannelWrapper) - Constructor for class org.apache.tomcat.websocket.WsRemoteEndpointImplClient
Constructs a client-side remote endpoint for the given channel.
WsRemoteEndpointImplServer - Class in org.apache.tomcat.websocket.server
This is the server side RemoteEndpoint implementation - i.e. what the server uses to send data to the client.
WsRemoteEndpointImplServer(SocketWrapperBase, UpgradeInfo, WsServerContainer, WebConnection) - Constructor for class org.apache.tomcat.websocket.server.WsRemoteEndpointImplServer
Constructs a server-side remote endpoint.
WsSci - Class in org.apache.tomcat.websocket.server
Registers an interest in any class that is annotated with ServerEndpoint so that Endpoint can be published via the WebSocket server.
WsSci() - Constructor for class org.apache.tomcat.websocket.server.WsSci
Default constructor.
WsServerContainer - Class in org.apache.tomcat.websocket.server
Provides a per class loader (i.e. per web application) instance of a ServerContainer.
wsSession - Variable in class org.apache.tomcat.websocket.WsFrameBase
The WebSocket session for this frame.
WsSession - Class in org.apache.tomcat.websocket
Implementation of a WebSocket session.
WsSession(ClientEndpointHolder, WsRemoteEndpointImplBase, WsWebSocketContainer, List, String, Map, boolean, ClientEndpointConfig) - Constructor for class org.apache.tomcat.websocket.WsSession
Creates a new WebSocket session for communication between the provided client and remote end points.
WsSession(WsRemoteEndpointImplBase, WsWebSocketContainer, URI, Map, String, Principal, String, List, String, Map, boolean, ServerEndpointConfig) - Constructor for class org.apache.tomcat.websocket.WsSession
Creates a new WebSocket session for communication between the provided server and remote end points.
WsSessionListener - Class in org.apache.tomcat.websocket.server
 
WsSessionListener(WsServerContainer) - Constructor for class org.apache.tomcat.websocket.server.WsSessionListener
 
WsWebSocketContainer - Class in org.apache.tomcat.websocket
Client-side WebSocket container implementation.
WsWebSocketContainer() - Constructor for class org.apache.tomcat.websocket.WsWebSocketContainer
Default constructor.
WsWriteTimeout - Class in org.apache.tomcat.websocket.server
Provides timeouts for asynchronous web socket writes.
WsWriteTimeout() - Constructor for class org.apache.tomcat.websocket.server.WsWriteTimeout
Default constructor.
WWW - Enum constant in enum org.apache.tomcat.websocket.AuthenticationType
HTTP Basic authentication over WebSocket.
WWW_AUTHENTICATE_HEADER_NAME - Static variable in class org.apache.tomcat.websocket.Constants
WWW-Authenticate HTTP header name.

X

x25519 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Group
Curve25519 elliptic curve group.
X25519MLKEM768 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Group
Hybrid x25519 + ML-KEM-768 key exchange group.
x448 - Enum constant in enum org.apache.tomcat.util.net.openssl.ciphers.Group
Curve448 elliptic curve group.
X509SubjectDnRetriever - Class in org.apache.catalina.realm
An X509UsernameRetriever that returns a certificate's entire SubjectDN as the username.
X509SubjectDnRetriever() - Constructor for class org.apache.catalina.realm.X509SubjectDnRetriever
Default constructor.
x509UsernameRetriever - Variable in class org.apache.catalina.realm.RealmBase
The object that will extract usernames from X509 client certificates.
X509UsernameRetriever - Interface in org.apache.catalina.realm
Provides an interface for retrieving a username from an X509Certificate.
x509UsernameRetrieverClassName - Variable in class org.apache.catalina.realm.RealmBase
The name of the class to use for retrieving usernames from X509 certificates.
xaConnection - Variable in class org.apache.tomcat.jdbc.pool.PooledConnection
If using a XAConnection underneath.
XAConnectionFactory - Interface in org.apache.tomcat.dbcp.dbcp2.managed
XAConnectionFactory is an extension of ConnectionFactory used to create connections in a transaction managed environment.
XADataSource - Class in org.apache.tomcat.jdbc.pool
XA-enabled data source for distributed transaction support.
XADataSource() - Constructor for class org.apache.tomcat.jdbc.pool.XADataSource
Constructor for reflection only.
XADataSource(PoolConfiguration) - Constructor for class org.apache.tomcat.jdbc.pool.XADataSource
Constructs a DataSource object wrapping a connection
XByteBuffer - Class in org.apache.catalina.tribes.io
The XByteBuffer provides a dual functionality.
XByteBuffer(byte[], boolean) - Constructor for class org.apache.catalina.tribes.io.XByteBuffer
Constructs a new XByteBuffer from the given data.
XByteBuffer(byte[], int, boolean) - Constructor for class org.apache.catalina.tribes.io.XByteBuffer
Constructs a new XByteBuffer from the given data with a specific buffer size.
XByteBuffer(int, boolean) - Constructor for class org.apache.catalina.tribes.io.XByteBuffer
Constructs a new XByteBuffer.
TODO use a pool of byte[] for performance
XForwardedRequest(HttpServletRequest) - Constructor for class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
Create a new XForwardedRequest wrapper.
XHttpServletResponse(HttpServletRequest, HttpServletResponse) - Constructor for class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
Creates a new XHttpServletResponse wrapping the given response.
xml(Object) - Static method in class org.apache.tomcat.util.security.Escape
Escape content for use in XML.
xml(String) - Static method in class org.apache.tomcat.util.security.Escape
Escape content for use in XML.
xml(String, boolean, String) - Static method in class org.apache.tomcat.util.security.Escape
Escape content for use in XML.
xml(String, String) - Static method in class org.apache.tomcat.util.security.Escape
Escape content for use in XML.
XML_2001_XSD - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
W3C XML Schema XSD identifier.
XML_BLOCK_EXTERNAL_INIT_PARAM - Static variable in class org.apache.jasper.Constants
Name of the ServletContext init-param that determines if the XML parsers will block the resolution of external entities.
XML_DECLARATION - Static variable in class org.apache.catalina.manager.Constants
The XML declaration used in manager responses.
XML_STYLE - Static variable in class org.apache.catalina.manager.Constants
The XML stylesheet processing instruction used in manager responses.
XML_VALIDATION_TLD_INIT_PARAM - Static variable in class org.apache.jasper.Constants
Name of the ServletContext init-param that determines if the XML parsers used for *.tld files will be validating or not.
XmlEncodingBase - Class in org.apache.tomcat.util.descriptor.web
Base class for those elements that need to track the encoding used in the source XML.
XmlEncodingBase() - Constructor for class org.apache.tomcat.util.descriptor.web.XmlEncodingBase
Default constructor.
XmlErrorHandler - Class in org.apache.tomcat.util.descriptor
SAX error handler that collects warnings and errors for later processing.
XmlErrorHandler() - Constructor for class org.apache.tomcat.util.descriptor.XmlErrorHandler
Default constructor.
XmlIdentifiers - Class in org.apache.tomcat.util.descriptor
Defines constants for well-known Public and System identifiers documented by the Servlet and JSP specifications.
XMLWriter - Class in org.apache.catalina.util
XMLWriter helper class. writeText is the only method in the class doing XML escaping.
XMLWriter() - Constructor for class org.apache.catalina.util.XMLWriter
New XML writer utility that will store its data in an internal buffer.
XMLWriter(Writer) - Constructor for class org.apache.catalina.util.XMLWriter
New XML writer utility that will store its data in an internal buffer and can write it to the specified writer.
xpoweredBy - Variable in class org.apache.catalina.connector.Connector
Is generation of X-Powered-By response header enabled/disabled?
xpoweredBy - Variable in class org.apache.jasper.JspC
Flag to include X-Powered-By response header.
XPrintWriter(PrintWriter, HttpServletRequest, ExpiresFilter.XHttpServletResponse) - Constructor for class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
Creates a new XPrintWriter wrapping the given writer.
XSD_10_PUBLIC - Static variable in class org.apache.tomcat.util.descriptor.XmlIdentifiers
W3C XML Schema 1.0 public identifier.
XServletOutputStream(ServletOutputStream, HttpServletRequest, ExpiresFilter.XHttpServletResponse) - Constructor for class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
Creates a new XServletOutputStream wrapping the given stream.

Y

YEAR - Enum constant in enum org.apache.catalina.filters.ExpiresFilter.DurationUnit
Year duration unit.

Z

Z - Static variable in class org.apache.coyote.http11.Constants
'Z'.

_

_200_BYTES - Static variable in class org.apache.coyote.http11.Constants
HTTP 200 OK response bytes.
_400_BYTES - Static variable in class org.apache.coyote.http11.Constants
HTTP 400 Bad Request response bytes.
_404_BYTES - Static variable in class org.apache.coyote.http11.Constants
HTTP 404 Not Found response bytes.
_jspDestroy() - Method in class org.apache.jasper.runtime.HttpJspBase
Sub-classes may override this method to perform cleanup.
_jspInit() - Method in class org.apache.jasper.runtime.HttpJspBase
Sub-classes may override this method to perform initialization.
_jspService(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jasper.runtime.HttpJspBase
 
_jspx_page_context - Variable in class org.apache.jasper.runtime.JspFragmentHelper
The page context associated with this fragment, cast from the JSP context.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form