- A - Static variable in class org.apache.coyote.http11.Constants
-
'A'.
- a - Static variable in class org.apache.coyote.http11.Constants
-
'a'.
- abandon(PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
-
thread safe way to abandon a connection
signals a connection to be abandoned.
- AbandonedConfig - Class in org.apache.tomcat.dbcp.pool2.impl
-
Configuration settings for abandoned object removal.
- AbandonedConfig() - Constructor for class org.apache.tomcat.dbcp.pool2.impl.AbandonedConfig
-
- AbandonedTrace - Class in org.apache.tomcat.dbcp.dbcp2
-
Tracks db connection usage for recovering and reporting abandoned db 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.
- abort() - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
-
Phase 2 of authenticating a Subject
when Phase 1
fails.
- abort(Executor) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
-
- abortRemove() - Method in class org.apache.catalina.tribes.transport.bio.util.SingleRemoveSynchronizedAddLock
-
Deprecated.
Abort any polling remover thread
- absolute(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- AbsoluteOrder - Class in org.apache.catalina.tribes.group
-
Title: Membership - Absolute Order
Description: A simple, yet agreeable and efficient way of ordering members
Ordering members can serve as a basis for electing a leader or coordinating efforts.
- AbsoluteOrder() - Constructor for class org.apache.catalina.tribes.group.AbsoluteOrder
-
- absoluteOrder(Member[]) - Static method in class org.apache.catalina.tribes.group.AbsoluteOrder
-
- absoluteOrder(List<Member>) - Static method in class org.apache.catalina.tribes.group.AbsoluteOrder
-
- AbsoluteOrder.AbsoluteComparator - Class in org.apache.catalina.tribes.group
-
- AbsoluteOrder.AbsoluteComparator() - Constructor for class org.apache.catalina.tribes.group.AbsoluteOrder.AbsoluteComparator
-
- absoluteOrdering - Variable in class org.apache.tomcat.util.descriptor.web.WebRuleSet
-
The AbsoluteOrderingRule
rule used to parse the web.xml
- AbstractAccessLogValve - Class in org.apache.catalina.valves
-
Abstract implementation of the Valve interface that generates a web
server access log with the detailed line contents matching a configurable
pattern.
- AbstractAccessLogValve() - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve
-
- AbstractAccessLogValve.AccessLogElement - Interface in org.apache.catalina.valves
-
AccessLogElement writes the partial message into the buffer.
- AbstractAccessLogValve.ByteSentElement - Class in org.apache.catalina.valves
-
write bytes sent, excluding HTTP headers - %b, %B
- AbstractAccessLogValve.ByteSentElement(boolean) - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.ByteSentElement
-
if conversion is true, write '-' instead of 0 - %b
- AbstractAccessLogValve.CookieElement - Class in org.apache.catalina.valves
-
write a specific cookie - %{xxx}c
- AbstractAccessLogValve.CookieElement(String) - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.CookieElement
-
- AbstractAccessLogValve.DateAndTimeElement - Class in org.apache.catalina.valves
-
write date and time, in configurable format (default CLF) - %t or %{format}t
- AbstractAccessLogValve.DateAndTimeElement() - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.DateAndTimeElement
-
- AbstractAccessLogValve.DateAndTimeElement(String) - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.DateAndTimeElement
-
- AbstractAccessLogValve.DateFormatCache - Class in org.apache.catalina.valves
-
Cache structure for formatted timestamps based on seconds.
- AbstractAccessLogValve.DateFormatCache(int, Locale, AbstractAccessLogValve.DateFormatCache) - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.DateFormatCache
-
- AbstractAccessLogValve.DateFormatCache.Cache - Class in org.apache.catalina.valves
-
- AbstractAccessLogValve.ElapsedTimeElement - Class in org.apache.catalina.valves
-
write time taken to process the request - %D, %T
- AbstractAccessLogValve.ElapsedTimeElement(boolean) - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.ElapsedTimeElement
-
if millis is true, write time in millis - %D
if millis is false, write time in seconds - %T
- AbstractAccessLogValve.FirstByteTimeElement - Class in org.apache.catalina.valves
-
write time until first byte is written (commit time) in millis - %F
- AbstractAccessLogValve.FirstByteTimeElement() - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.FirstByteTimeElement
-
- AbstractAccessLogValve.HeaderElement - Class in org.apache.catalina.valves
-
write incoming headers - %{xxx}i
- AbstractAccessLogValve.HeaderElement(String) - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.HeaderElement
-
- AbstractAccessLogValve.HostElement - Class in org.apache.catalina.valves
-
write remote host name - %h
- AbstractAccessLogValve.HostElement() - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.HostElement
-
- AbstractAccessLogValve.HttpStatusCodeElement - Class in org.apache.catalina.valves
-
write HTTP status code of the response - %s
- AbstractAccessLogValve.HttpStatusCodeElement() - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.HttpStatusCodeElement
-
- AbstractAccessLogValve.LocalAddrElement - Class in org.apache.catalina.valves
-
write local IP address - %A
- AbstractAccessLogValve.LocalAddrElement() - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.LocalAddrElement
-
- AbstractAccessLogValve.LocalServerNameElement - Class in org.apache.catalina.valves
-
write local server name - %v
- AbstractAccessLogValve.LocalServerNameElement() - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.LocalServerNameElement
-
- AbstractAccessLogValve.LogicalUserNameElement - Class in org.apache.catalina.valves
-
write remote logical username from identd (always returns '-') - %l
- AbstractAccessLogValve.LogicalUserNameElement() - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.LogicalUserNameElement
-
- AbstractAccessLogValve.MethodElement - Class in org.apache.catalina.valves
-
write request method (GET, POST, etc.) - %m
- AbstractAccessLogValve.MethodElement() - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.MethodElement
-
- AbstractAccessLogValve.PortElement - Class in org.apache.catalina.valves
-
write local or remote port for request connection - %p and %{xxx}p
- AbstractAccessLogValve.PortElement() - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.PortElement
-
- AbstractAccessLogValve.PortElement(String) - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.PortElement
-
- AbstractAccessLogValve.ProtocolElement - Class in org.apache.catalina.valves
-
write request protocol - %H
- AbstractAccessLogValve.ProtocolElement() - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.ProtocolElement
-
- AbstractAccessLogValve.QueryElement - Class in org.apache.catalina.valves
-
write Query string (prepended with a '?'
- AbstractAccessLogValve.QueryElement() - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.QueryElement
-
- AbstractAccessLogValve.RemoteAddrElement - Class in org.apache.catalina.valves
-
write remote IP address - %a
- AbstractAccessLogValve.RemoteAddrElement() - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.RemoteAddrElement
-
- AbstractAccessLogValve.RequestAttributeElement - Class in org.apache.catalina.valves
-
write an attribute in the ServletRequest - %{xxx}r
- AbstractAccessLogValve.RequestAttributeElement(String) - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.RequestAttributeElement
-
- AbstractAccessLogValve.RequestElement - Class in org.apache.catalina.valves
-
write first line of the request (method and request URI) - %r
- AbstractAccessLogValve.RequestElement() - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.RequestElement
-
- AbstractAccessLogValve.RequestURIElement - Class in org.apache.catalina.valves
-
write requested URL path - %U
- AbstractAccessLogValve.RequestURIElement() - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.RequestURIElement
-
- AbstractAccessLogValve.ResponseHeaderElement - Class in org.apache.catalina.valves
-
write a specific response header - %{xxx}o
- AbstractAccessLogValve.ResponseHeaderElement(String) - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.ResponseHeaderElement
-
- AbstractAccessLogValve.SessionAttributeElement - Class in org.apache.catalina.valves
-
write an attribute in the HttpSession - %{xxx}s
- AbstractAccessLogValve.SessionAttributeElement(String) - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.SessionAttributeElement
-
- AbstractAccessLogValve.SessionIdElement - Class in org.apache.catalina.valves
-
write user session ID - %S
- AbstractAccessLogValve.SessionIdElement() - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.SessionIdElement
-
- AbstractAccessLogValve.StringElement - Class in org.apache.catalina.valves
-
write any string
- AbstractAccessLogValve.StringElement(String) - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.StringElement
-
- AbstractAccessLogValve.ThreadNameElement - Class in org.apache.catalina.valves
-
write thread name - %I
- AbstractAccessLogValve.ThreadNameElement() - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.ThreadNameElement
-
- AbstractAccessLogValve.UserElement - Class in org.apache.catalina.valves
-
write remote user that was authenticated (if any), else '-' - %u
- AbstractAccessLogValve.UserElement() - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.UserElement
-
- AbstractAjpProcessor<S> - Class in org.apache.coyote.ajp
-
Base class for AJP Processor implementations.
- AbstractAjpProcessor(int, AbstractEndpoint<S>) - Constructor for class org.apache.coyote.ajp.AbstractAjpProcessor
-
- AbstractAjpProcessor.SocketInputBuffer - Class in org.apache.coyote.ajp
-
This class is an input buffer which will read its data from an input
stream.
- AbstractAjpProcessor.SocketInputBuffer() - Constructor for class org.apache.coyote.ajp.AbstractAjpProcessor.SocketInputBuffer
-
- AbstractAjpProcessor.SocketOutputBuffer - Class in org.apache.coyote.ajp
-
This class is an output buffer which will write data to an output
stream.
- AbstractAjpProcessor.SocketOutputBuffer() - Constructor for class org.apache.coyote.ajp.AbstractAjpProcessor.SocketOutputBuffer
-
- AbstractAjpProtocol<S> - Class in org.apache.coyote.ajp
-
- AbstractAjpProtocol() - Constructor for class org.apache.coyote.ajp.AbstractAjpProtocol
-
- AbstractAjpProtocol.AbstractAjpConnectionHandler<S,P extends AbstractAjpProcessor<S>> - Class in org.apache.coyote.ajp
-
- AbstractAjpProtocol.AbstractAjpConnectionHandler() - Constructor for class org.apache.coyote.ajp.AbstractAjpProtocol.AbstractAjpConnectionHandler
-
- AbstractArchiveResource - Class in org.apache.catalina.webresources
-
- AbstractArchiveResource(AbstractArchiveResourceSet, String, String, JarEntry, String) - Constructor for class org.apache.catalina.webresources.AbstractArchiveResource
-
- AbstractArchiveResource.JarInputStreamWrapper - Class in org.apache.catalina.webresources
-
This wrapper assumes that the InputStream was created from a JarFile
obtained from a call to getArchiveResourceSet().openJarFile().
- AbstractArchiveResource.JarInputStreamWrapper(JarEntry, InputStream) - Constructor for class org.apache.catalina.webresources.AbstractArchiveResource.JarInputStreamWrapper
-
- AbstractArchiveResourceSet - Class in org.apache.catalina.webresources
-
- AbstractArchiveResourceSet() - Constructor for class org.apache.catalina.webresources.AbstractArchiveResourceSet
-
- AbstractCatalinaCommandTask - Class in org.apache.catalina.ant
-
- AbstractCatalinaCommandTask() - Constructor for class org.apache.catalina.ant.AbstractCatalinaCommandTask
-
- AbstractCatalinaTask - Class in org.apache.catalina.ant
-
Abstract base class for Ant tasks that interact with the
Manager web application for dynamically deploying and
undeploying applications.
- AbstractCatalinaTask() - Constructor for class org.apache.catalina.ant.AbstractCatalinaTask
-
- AbstractChunk - Class in org.apache.tomcat.util.buf
-
Base class for the *Chunk implementation to reduce duplication.
- AbstractChunk() - Constructor for class org.apache.tomcat.util.buf.AbstractChunk
-
- AbstractCreateStatementInterceptor - Class in org.apache.tomcat.jdbc.pool.interceptor
-
Abstraction interceptor.
- AbstractCreateStatementInterceptor() - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
-
- AbstractEndpoint<S> - Class in org.apache.tomcat.util.net
-
- AbstractEndpoint() - Constructor for class org.apache.tomcat.util.net.AbstractEndpoint
-
- AbstractEndpoint.Acceptor - Class in org.apache.tomcat.util.net
-
- AbstractEndpoint.Acceptor() - Constructor for class org.apache.tomcat.util.net.AbstractEndpoint.Acceptor
-
- AbstractEndpoint.Acceptor.AcceptorState - Enum in org.apache.tomcat.util.net
-
- AbstractEndpoint.AsyncTimeout - Class in org.apache.tomcat.util.net
-
Async timeout thread
- AbstractEndpoint.AsyncTimeout() - Constructor for class org.apache.tomcat.util.net.AbstractEndpoint.AsyncTimeout
-
- AbstractEndpoint.BindState - Enum in org.apache.tomcat.util.net
-
- AbstractEndpoint.Handler - Interface in org.apache.tomcat.util.net
-
- AbstractEndpoint.Handler.SocketState - Enum in org.apache.tomcat.util.net
-
Different types of socket states to react upon.
- AbstractFileResourceSet - Class in org.apache.catalina.webresources
-
- AbstractFileResourceSet(String) - Constructor for class org.apache.catalina.webresources.AbstractFileResourceSet
-
- AbstractGroup - Class in org.apache.catalina.users
-
Convenience base class for
Group
implementations.
- AbstractGroup() - Constructor for class org.apache.catalina.users.AbstractGroup
-
- AbstractHttp11JsseProtocol<S> - Class in org.apache.coyote.http11
-
- AbstractHttp11JsseProtocol() - Constructor for class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- AbstractHttp11Processor<S> - Class in org.apache.coyote.http11
-
- AbstractHttp11Processor(AbstractEndpoint<S>) - Constructor for class org.apache.coyote.http11.AbstractHttp11Processor
-
- AbstractHttp11Protocol<S> - Class in org.apache.coyote.http11
-
- AbstractHttp11Protocol() - Constructor for class org.apache.coyote.http11.AbstractHttp11Protocol
-
- AbstractInputBuffer<S> - Class in org.apache.coyote.http11
-
- AbstractInputBuffer() - Constructor for class org.apache.coyote.http11.AbstractInputBuffer
-
- 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
-
- AbstractNioInputBuffer<S> - Class in org.apache.coyote.http11
-
- AbstractNioInputBuffer(Request, int, boolean, HttpParser) - Constructor for class org.apache.coyote.http11.AbstractNioInputBuffer
-
Alternate constructor.
- AbstractNioInputBuffer.HeaderParseData - Class in org.apache.coyote.http11
-
- AbstractNioInputBuffer.HeaderParseData() - Constructor for class org.apache.coyote.http11.AbstractNioInputBuffer.HeaderParseData
-
- AbstractObjectCreationFactory - Class in org.apache.tomcat.util.digester
-
Abstract base class for ObjectCreationFactory
implementations.
- AbstractObjectCreationFactory() - Constructor for class org.apache.tomcat.util.digester.AbstractObjectCreationFactory
-
- AbstractOutputBuffer<S> - Class in org.apache.coyote.http11
-
- AbstractOutputBuffer(Response, int) - Constructor for class org.apache.coyote.http11.AbstractOutputBuffer
-
- AbstractProcessor<S> - Class in org.apache.coyote
-
Provides functionality and attributes common to all supported protocols
(currently HTTP and AJP).
- AbstractProcessor() - Constructor for class org.apache.coyote.AbstractProcessor
-
Intended for use by the Upgrade sub-classes that have no need to
initialise the request, response, etc.
- AbstractProcessor(AbstractEndpoint<S>) - Constructor for class org.apache.coyote.AbstractProcessor
-
- AbstractProcessor<S> - Class in org.apache.coyote.http11.upgrade
-
- AbstractProcessor(UpgradeToken, AbstractServletInputStream, AbstractServletOutputStream<S>) - Constructor for class org.apache.coyote.http11.upgrade.AbstractProcessor
-
- AbstractProtocol<S> - Class in org.apache.coyote
-
- AbstractProtocol() - Constructor for class org.apache.coyote.AbstractProtocol
-
- AbstractProtocol.AbstractConnectionHandler<S,P extends Processor<S>> - Class in org.apache.coyote
-
- AbstractProtocol.AbstractConnectionHandler() - Constructor for class org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
-
- AbstractProtocol.RecycledProcessors<P extends Processor<S>,S> - Class in org.apache.coyote
-
- AbstractProtocol.RecycledProcessors(AbstractProtocol.AbstractConnectionHandler<S, P>) - Constructor for class org.apache.coyote.AbstractProtocol.RecycledProcessors
-
- AbstractQueryReport - Class in org.apache.tomcat.jdbc.pool.interceptor
-
Abstract class that wraps statements and intercepts query executions.
- AbstractQueryReport() - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport
-
- AbstractQueryReport.StatementProxy - Class in org.apache.tomcat.jdbc.pool.interceptor
-
Class to measure query execute time
- AbstractQueryReport.StatementProxy(Object, String) - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport.StatementProxy
-
- AbstractRef - Class in org.apache.naming
-
- AbstractRef(String) - Constructor for class org.apache.naming.AbstractRef
-
- AbstractRef(String, String, String) - Constructor for class org.apache.naming.AbstractRef
-
- AbstractReplicatedMap<K,V> - Class in org.apache.catalina.tribes.tipis
-
- AbstractReplicatedMap(AbstractReplicatedMap.MapOwner, Channel, long, String, int, float, int, ClassLoader[], boolean) - Constructor for class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
Creates a new map
- AbstractReplicatedMap.MapEntry<K,V> - Class in org.apache.catalina.tribes.tipis
-
- AbstractReplicatedMap.MapEntry(K, V) - Constructor for class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
-
- AbstractReplicatedMap.MapMessage - Class in org.apache.catalina.tribes.tipis
-
- AbstractReplicatedMap.MapMessage(byte[], int, boolean, Serializable, Serializable, byte[], Member, Member[]) - Constructor for class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
-
- AbstractReplicatedMap.MapOwner - Interface in org.apache.catalina.tribes.tipis
-
- AbstractResource - Class in org.apache.catalina.webresources
-
- AbstractResource(WebResourceRoot, String) - Constructor for class org.apache.catalina.webresources.AbstractResource
-
- AbstractResourceSet - Class in org.apache.catalina.webresources
-
- AbstractResourceSet() - Constructor for class org.apache.catalina.webresources.AbstractResourceSet
-
- AbstractRole - Class in org.apache.catalina.users
-
Convenience base class for
Role
implementations.
- AbstractRole() - Constructor for class org.apache.catalina.users.AbstractRole
-
- AbstractRxTask - Class in org.apache.catalina.tribes.transport
-
- AbstractRxTask(ListenCallback) - Constructor for class org.apache.catalina.tribes.transport.AbstractRxTask
-
- AbstractSender - Class in org.apache.catalina.tribes.transport
-
- AbstractSender() - Constructor for class org.apache.catalina.tribes.transport.AbstractSender
-
- AbstractServletInputStream - Class in org.apache.coyote.http11.upgrade
-
- AbstractServletInputStream() - Constructor for class org.apache.coyote.http11.upgrade.AbstractServletInputStream
-
- AbstractServletOutputStream<S> - Class in org.apache.coyote.http11.upgrade
-
- AbstractServletOutputStream(SocketWrapper<S>, int) - Constructor for class org.apache.coyote.http11.upgrade.AbstractServletOutputStream
-
- AbstractSingleArchiveResource - Class in org.apache.catalina.webresources
-
- AbstractSingleArchiveResource(AbstractArchiveResourceSet, String, String, JarEntry, String) - Constructor for class org.apache.catalina.webresources.AbstractSingleArchiveResource
-
- AbstractSingleArchiveResourceSet - Class in org.apache.catalina.webresources
-
Base class for a
WebResourceSet
based on a
single, rather than nested, archive.
- AbstractSingleArchiveResourceSet() - Constructor for class org.apache.catalina.webresources.AbstractSingleArchiveResourceSet
-
A no argument constructor is required for this to work with the digester.
- AbstractSingleArchiveResourceSet(WebResourceRoot, String, String, String) - Constructor for class org.apache.catalina.webresources.AbstractSingleArchiveResourceSet
-
- AbstractUser - Class in org.apache.catalina.users
-
Convenience base class for
User
implementations.
- AbstractUser() - Constructor for class org.apache.catalina.users.AbstractUser
-
- ACC_ABSTRACT - Static variable in class org.apache.tomcat.util.bcel.Const
-
One of the access flags for fields, methods, or classes.
- ACC_ANNOTATION - Static variable in class org.apache.tomcat.util.bcel.Const
-
One of the access flags for fields, methods, or classes.
- ACC_FINAL - Static variable in class org.apache.tomcat.util.bcel.Const
-
One of the access flags for fields, methods, or classes.
- ACC_INTERFACE - Static variable in class org.apache.tomcat.util.bcel.Const
-
One of the access flags for fields, methods, or classes.
- accept(Serializable, Member) - Method in class org.apache.catalina.ha.ClusterListener
-
- accept(ClusterMessage) - Method in class org.apache.catalina.ha.ClusterListener
-
Accept only SessionIDMessages
- accept(ClusterMessage) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
-
Before the cluster invokes messageReceived the cluster will ask the
receiver to accept or decline the message, In the future, when messages
get big, the accept method will only take a message header
- accept(File, String) - Method in class org.apache.catalina.ha.deploy.WarWatcher.WarFilter
-
- accept(ClusterMessage) - Method in class org.apache.catalina.ha.session.ClusterSessionListener
-
Accept only SessionMessage
- accept(Serializable, Member) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
notify all listeners from receiving a new message is not ClusterMessage
emit Failure Event to LifecycleListener
- accept(Serializable, Member) - Method in interface org.apache.catalina.tribes.ChannelListener
-
Invoked by the channel to determine if the listener will process this message or not.
- accept(ChannelMessage) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
-
- accept(Serializable, Member) - Method in class org.apache.catalina.tribes.group.RpcChannel
-
- accept(ChannelMessage) - Method in class org.apache.catalina.tribes.membership.McastService
-
- accept(ChannelMessage) - Method in interface org.apache.catalina.tribes.MessageListener
-
- accept(Serializable, Member) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- accept(NodeVisitor) - Method in interface org.apache.el.parser.Node
-
- accept(NodeVisitor) - Method in class org.apache.el.parser.SimpleNode
-
- accept(long) - Static method in class org.apache.tomcat.jni.Local
-
Accept a new connection request
- accept(long) - Static method in class org.apache.tomcat.jni.Socket
-
Accept a new connection request
- acceptfilter(long, String, String) - Static method in class org.apache.tomcat.jni.Socket
-
Set an OS level accept filter.
- AcceptLanguage - Class in org.apache.tomcat.util.http.parser
-
- AcceptLanguage(Locale, double) - Constructor for class org.apache.tomcat.util.http.parser.AcceptLanguage
-
- acceptors - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
-
Threads used to accept new connections and pass them to worker threads.
- acceptorThreadCount - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
-
Acceptor thread count.
- acceptorThreadPriority - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
-
Priority of the acceptor threads.
- acceptSocket(ServerSocket) - Method in class org.apache.tomcat.util.net.DefaultServerSocketFactory
-
- acceptSocket(ServerSocket) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
- acceptSocket(ServerSocket) - Method in interface org.apache.tomcat.util.net.ServerSocketFactory
-
Wrapper function for accept().
- acceptsURL(String) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDriver
-
- acceptx(long, long) - Static method in class org.apache.tomcat.jni.Socket
-
Accept a new connection request
- access() - Method in class org.apache.catalina.manager.DummyProxySession
-
- access() - Method in interface org.apache.catalina.Session
-
Update the accessed time information for this session.
- access() - Method in class org.apache.catalina.session.StandardSession
-
Update the accessed time information for this session.
- access() - Method in class org.apache.catalina.tribes.io.ObjectReader
-
- access() - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- access(long) - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- accessCount - Variable in class org.apache.catalina.session.StandardSession
-
The access count for this session.
- accessCount - Static variable in class org.apache.tomcat.util.buf.StringCache
-
Access count.
- accessed - Variable in class org.apache.catalina.tribes.io.ObjectReader
-
- accessed() - Method in class org.apache.catalina.tribes.membership.Membership.MbrEntry
-
Indicate that this member has been accessed.
- accessEntry() - Method in class org.apache.catalina.ha.session.DeltaSession
-
Access to an existing object.
- accessEntry() - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
-
Access to an existing object.
- accessFile - Variable in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
-
- accessJMXConnection(Project, String, String, String, String, String, String) - Static method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
Get Current Connection from ref parameter or create a new one!
- accessJMXValue() - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
-
Get value from MBeans attribute.
- AccessLog - Interface in org.apache.catalina
-
Intended for use by a
Valve
to indicate that the
Valve
provides access logging.
- accessLog - Variable in class org.apache.catalina.core.ContainerBase
-
The access log to use for requests normally handled by this container
that have been handled earlier in the processing chain.
- AccessLogAdapter - Class in org.apache.catalina.core
-
A helper class that wraps several AccessLog instances.
- AccessLogAdapter(AccessLog) - Constructor for class org.apache.catalina.core.AccessLogAdapter
-
- AccessLogValve - Class in org.apache.catalina.valves
-
- AccessLogValve() - Constructor for class org.apache.catalina.valves.AccessLogValve
-
- accessTimeout - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
Since the map keeps internal membership
this is the timeout for a ping message to be responded to
If a remote map doesn't respond within this timeframe,
its considered dead.
- ACK_BYTES - Static variable in class org.apache.coyote.http11.Constants
-
- ACK_COMMAND - Static variable in class org.apache.catalina.tribes.transport.Constants
-
- ACK_DATA - Static variable in class org.apache.catalina.tribes.transport.Constants
-
- ackbuf - Variable in class org.apache.catalina.tribes.transport.bio.BioSender
-
- ackbuf - Variable in class org.apache.catalina.tribes.transport.nio.NioSender
-
- action(ActionCode, Object) - Method in interface org.apache.coyote.ActionHook
-
Send an action to the connector.
- action(ActionCode, Object) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
-
Send an action to the connector.
- action(ActionCode, Object) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
Send an action to the connector.
- action(ActionCode, Object) - Method in class org.apache.coyote.Request
-
- action(ActionCode, Object) - Method in class org.apache.coyote.Response
-
- ACTION_REMOVE - Static variable in class org.apache.catalina.ha.session.DeltaRequest
-
- ACTION_SET - Static variable in class org.apache.catalina.ha.session.DeltaRequest
-
- ActionCode - Enum in org.apache.coyote
-
ActionCodes represent callbacks from the servlet container to the coyote
connector.
- ActionHook - Interface in org.apache.coyote
-
Action hook.
- actionInternal(ActionCode, Object) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
- actionInternal(ActionCode, Object) - Method in class org.apache.coyote.http11.Http11AprProcessor
-
Send an action to the connector.
- actionInternal(ActionCode, Object) - Method in class org.apache.coyote.http11.Http11Nio2Processor
-
Send an action to the connector.
- actionInternal(ActionCode, Object) - Method in class org.apache.coyote.http11.Http11NioProcessor
-
Send an action to the connector.
- actionInternal(ActionCode, Object) - Method in class org.apache.coyote.http11.Http11Processor
-
Send an action to the connector.
- activate() - Method in class org.apache.catalina.session.StandardSession
-
Perform internal processing required to activate this
session.
- activate() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
-
- activate() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
-
- activate() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableCallableStatement
-
Activates after retrieval from the pool.
- activate() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolablePreparedStatement
-
- activateObject(PooledObject<PoolableConnection>) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
-
- activateObject(PStmtKey, PooledObject<DelegatingPreparedStatement>) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingConnection
-
- activateObject(K, PooledObject<V>) - Method in class org.apache.tomcat.dbcp.pool2.BaseKeyedPooledObjectFactory
-
Reinitialize an instance to be returned by the pool.
- activateObject(PooledObject<T>) - Method in class org.apache.tomcat.dbcp.pool2.BasePooledObjectFactory
-
No-op.
- activateObject(K, PooledObject<V>) - Method in interface org.apache.tomcat.dbcp.pool2.KeyedPooledObjectFactory
-
Reinitialize an instance to be returned by the pool.
- activateObject(PooledObject<T>) - Method in interface org.apache.tomcat.dbcp.pool2.PooledObjectFactory
-
Reinitializes an instance to be returned by the pool.
- active - Variable in class org.apache.tomcat.util.net.NioSelectorPool
-
- activeFilters - Variable in class org.apache.coyote.http11.AbstractInputBuffer
-
Active filters (in order).
- activeFilters - Variable in class org.apache.coyote.http11.AbstractOutputBuffer
-
Active filter (which is actually the top of the pipeline).
- ACTIVITY_CHECK - Static variable in class org.apache.catalina.session.StandardSession
-
- adapter - Variable in class org.apache.catalina.connector.Connector
-
Coyote adapter.
- adapter - Variable in class org.apache.coyote.AbstractProcessor
-
- adapter - Variable in class org.apache.coyote.AbstractProtocol
-
The adapter provides the link between the ProtocolHandler and the
connector.
- Adapter - Interface in org.apache.coyote
-
Adapter.
- ADAPTER_NOTES - Static variable in class org.apache.catalina.connector.CoyoteAdapter
-
- adCompat - Variable in class org.apache.catalina.realm.JNDIRealm
-
Should we ignore PartialResultExceptions when iterating over NamingEnumerations?
- add(AccessLog) - Method in class org.apache.catalina.core.AccessLogAdapter
-
- add(T) - Method in class org.apache.catalina.filters.CsrfPreventionFilter.LruCache
-
- add(Session) - Method in interface org.apache.catalina.Manager
-
Add this Session to the set of active Sessions for this Manager.
- add(HttpServletRequest, PrintWriter, String, boolean, StringManager) - Method in class org.apache.catalina.manager.host.HostManagerServlet
-
Add host with the given parameters.
- add(PrintWriter, String, String, String, boolean, boolean, boolean, boolean, boolean, boolean, StringManager) - Method in class org.apache.catalina.manager.host.HostManagerServlet
-
Add a host using the specified parameters.
- add(HttpServletRequest, String, StringManager) - Method in class org.apache.catalina.manager.host.HTMLHostManagerServlet
-
Add a host using the specified parameters.
- add(Session) - Method in class org.apache.catalina.session.ManagerBase
-
- add(Member) - Method in interface org.apache.catalina.tribes.ChannelSender
-
Notify the sender of a member being added to the group.
- add(OrderInterceptor.MessageOrder, OrderInterceptor.MessageOrder) - Static method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.MessageOrder
-
- add(Member) - Method in class org.apache.catalina.tribes.transport.bio.MultipointBioSender
-
- add(ChannelMessage, Member[], InterceptorPayload) - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
-
Deprecated.
Add new data to the queue.
- add(Member) - Method in interface org.apache.catalina.tribes.transport.MultiPointSender
-
- add(Member) - Method in class org.apache.catalina.tribes.transport.nio.ParallelNioSender
-
- add(Member) - Method in class org.apache.catalina.tribes.transport.PooledSender
-
- add(Member) - Method in class org.apache.catalina.tribes.transport.ReplicationTransmitter
-
add new cluster member and create sender ( s. replicationMode) transfer
current properties to sender
- add(int[]) - Static method in class org.apache.catalina.tribes.util.Arrays
-
- add(T) - Method in class org.apache.catalina.util.ResourceSet
-
Add the specified element to this set if it is not already present.
- add(Object, Object) - Static method in class org.apache.el.lang.ELArithmetic
-
- add(Number, Number) - Method in class org.apache.el.lang.ELArithmetic
-
- add(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
-
- add(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
-
- add(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
-
- add(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
-
- add(ELResolver) - Method in class org.apache.jasper.el.JasperELResolver
-
- add(E) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
- add(long, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
-
- add(E) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
- add(long, long, int) - Static method in class org.apache.tomcat.jni.Poll
-
Add a socket to a pollset with the default timeout.
- add(String, Rule) - Method in interface org.apache.tomcat.util.digester.Rules
-
Register a new Rule instance matching the specified pattern.
- add(String, Rule) - Method in class org.apache.tomcat.util.digester.RulesBase
-
Register a new Rule instance matching the specified pattern.
- add(AprEndpoint.SendfileData) - Method in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
-
Add the sendfile data to the sendfile poller.
- add(long, int, int) - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketList
-
- add(long, long) - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketTimeouts
-
- add(NioEndpoint.KeyAttachment, int, NioBlockingSelector.KeyReference) - Method in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
-
- add(NioChannel) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
-
Add specified socket and associated pool to the poller.
- add(NioChannel, int) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
-
- ADD_ALIAS_EVENT - Static variable in interface org.apache.catalina.Host
-
The ContainerEvent event type sent when a new alias is added
by addAlias()
.
- ADD_CHILD_EVENT - Static variable in interface org.apache.catalina.Container
-
The ContainerEvent event type sent when a child container is added
by addChild()
.
- ADD_MAPPING_EVENT - Static variable in interface org.apache.catalina.Wrapper
-
Container event for adding a wrapper.
- ADD_VALVE_EVENT - Static variable in interface org.apache.catalina.Container
-
The ContainerEvent event type sent when a valve is added
by addValve()
, if this Container supports pipelines.
- ADD_WELCOME_FILE_EVENT - Static variable in interface org.apache.catalina.Context
-
Container event for adding a welcome file.
- addAbsoluteOrdering(String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- addAbsoluteOrderingOthers() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- addAction(int, int, String, Object) - Method in class org.apache.catalina.ha.session.DeltaRequest
-
- addActiveFilter(InputFilter) - Method in class org.apache.coyote.http11.AbstractInputBuffer
-
Add an input filter to the filter library.
- addActiveFilter(OutputFilter) - Method in class org.apache.coyote.http11.AbstractOutputBuffer
-
Add an output filter to the filter library.
- addAfterOrdering(String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- addAfterOrderingOthers() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- addAlias(String) - Method in class org.apache.catalina.core.StandardHost
-
Add an alias name that should be mapped to this same Host.
- addAlias(String) - Method in interface org.apache.catalina.Host
-
Add an alias name that should be mapped to this same Host.
- addAlias(Mapper.MappedHost) - Method in class org.apache.catalina.mapper.Mapper.MappedHost
-
- addAliases(Collection<? extends Mapper.MappedHost>) - Method in class org.apache.catalina.mapper.Mapper.MappedHost
-
- addAll(Collection<? extends E>) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
- addAll(Collection<? extends E>) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
- addAllowedTrailerHeader(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- addAndGetCurrentSize(long) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
-
- addApplicationEventListener(Object) - Method in class org.apache.catalina.core.StandardContext
-
Add a listener to the end of the list of initialized application event
listeners.
- addApplicationLifecycleListener(Object) - Method in class org.apache.catalina.core.StandardContext
-
Add a listener to the end of the list of initialized application
lifecycle listeners.
- addApplicationListener(String) - Method in interface org.apache.catalina.Context
-
Add a new Listener class name to the set of Listeners
configured for this application.
- addApplicationListener(String) - Method in class org.apache.catalina.core.StandardContext
-
Add a new Listener class name to the set of Listeners
configured for this application.
- 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
-
Add a new application parameter for this application.
- addApplicationParameter(ApplicationParameter) - Method in class org.apache.catalina.startup.FailedContext
-
- addArg(Arg) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
-
- addArg(Arg) - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
-
- addAttribute(String, String, String, String, String) - Method in class org.apache.jasper.util.UniqueAttributesImpl
-
- addAttribute(String) - Method in class org.apache.tomcat.util.modeler.BaseAttributeFilter
-
Add a new attribute name to the set of names accepted by this filter.
- addAttribute(AttributeInfo) - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
Add a new attribute to the set of attributes for this MBean.
- addAttributeChangeNotificationListener(NotificationListener, String, Object) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
Add an attribute change notification event listener to this MBean.
- 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(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
-
- addBatch() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolablePreparedStatement
-
Add batch.
- addBean(Node.UseBean, String, String, String) - Method in class org.apache.jasper.compiler.BeanRepository
-
- addBeforeOrdering(String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- addBeforeOrderingOthers() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- addBootModulePath(Deque<URL>) - Method in class org.apache.tomcat.util.compat.JreCompat
-
Obtains the URLs for all the JARs on the module path when the JVM starts
and adds them to the provided Deque.
- addBuiltinCommands() - Method in class org.apache.catalina.ssi.SSIProcessor
-
- addCallMethod(String, String) - Method in class org.apache.tomcat.util.digester.Digester
-
Add an "call method" rule for a method which accepts no arguments.
- addCallMethod(String, String, int) - Method in class org.apache.tomcat.util.digester.Digester
-
Add an "call method" rule for the specified parameters.
- addCallParam(String, int) - Method in class org.apache.tomcat.util.digester.Digester
-
Add a "call parameter" rule for the specified parameters.
- addChannelListener(ChannelListener) - Method in interface org.apache.catalina.tribes.Channel
-
Add a channel listener, this is a callback object when messages are received
If the channel listener implements the Heartbeat interface
the heartbeat()
method will be invoked when the heartbeat runs on the channel
- addChannelListener(ChannelListener) - Method in class org.apache.catalina.tribes.group.GroupChannel
-
Adds a channel listener to the channel.
- addCharsetMappingFromDeploymentDescriptor(String, String) - Method in class org.apache.catalina.util.CharsetMapper
-
The deployment descriptor can have a
locale-encoding-mapping-list element which describes the
webapp's desired mapping from locale to charset.
- addChild(Container) - Method in interface org.apache.catalina.Container
-
Add a new child Container to those associated with this Container,
if supported.
- addChild(Container) - Method in class org.apache.catalina.core.ContainerBase
-
Add a new child Container to those associated with this Container,
if supported.
- addChild(Container) - Method in class org.apache.catalina.core.StandardContext
-
Add a child Container, only if the proposed child is an implementation
of Wrapper.
- addChild(Container) - Method in class org.apache.catalina.core.StandardEngine
-
Add a child Container, only if the proposed child is an implementation
of Host.
- addChild(Container) - Method in class org.apache.catalina.core.StandardHost
-
Add a child Container, only if the proposed child is an implementation
of Context.
- addChild(Container) - Method in class org.apache.catalina.core.StandardWrapper
-
Refuse to add a child Container, because Wrappers are the lowest level
of the Container hierarchy.
- addChild(String, String) - Method in class org.apache.catalina.mbeans.ContainerMBean
-
Add a new child Container to those associated with this Container,
if supported.
- addChild(Container) - Method in class org.apache.catalina.startup.FailedContext
-
- addClassPath(Deque<URL>) - Method in class org.apache.tomcat.util.scan.StandardJarScanner
-
- addClassResources(WebResourceSet) - Method in class org.apache.catalina.webresources.StandardRoot
-
- addClusterListener(ClusterListener) - Method in interface org.apache.catalina.ha.CatalinaCluster
-
- addClusterListener(ClusterListener) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
Add cluster message listener and register cluster to this listener.
- addCollection(SecurityCollection) - Method in class org.apache.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
-
- addCompressableMimeType(String) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
- addCompressibleMimeType(String) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
Add a mime-type which will be compressible
The mime-type String will be exactly matched
in the response mime-type header .
- addCondition(RewriteCond) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- addConfiguredRedirector(RedirectorElement) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
-
Add a RedirectorElement
to this task.
- addConnectionProperty(String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Adds a custom connection property to the set that will be passed to our JDBC driver.
- addConnector(Connector) - Method in class org.apache.catalina.core.StandardService
-
Add a new Connector to the set of defined Connectors, and associate it
with this Service's Container.
- addConnector(String, int, boolean, boolean) - Method in class org.apache.catalina.mbeans.ServiceMBean
-
Add a new Connector to the set of defined Connectors, and associate it
with this Service's Container.
- addConnector(Connector) - Method in interface org.apache.catalina.Service
-
Add a new Connector to the set of defined Connectors, and associate it
with this Service's Container.
- addConstraint(SecurityConstraint) - Method in interface org.apache.catalina.Context
-
Add a security constraint to the set for this web application.
- addConstraint(SecurityConstraint) - Method in class org.apache.catalina.core.StandardContext
-
Add a security constraint to the set for this web application.
- addConstraint(SecurityConstraint) - Method in class org.apache.catalina.startup.FailedContext
-
- addContainerListener(ContainerListener) - Method in interface org.apache.catalina.Container
-
Add a container event listener to this component.
- addContainerListener(ContainerListener) - Method in class org.apache.catalina.core.ContainerBase
-
Add a container event listener to this component.
- addContainerListener(ContainerListener) - Method in class org.apache.catalina.startup.FailedContext
-
- addContext(Mapper.MappedContext, int) - Method in class org.apache.catalina.mapper.Mapper.ContextList
-
- addContext(String, String) - Method in class org.apache.catalina.startup.Tomcat
-
Add a context - programmatic mode, no default web.xml used.
- addContext(Host, String, String) - Method in class org.apache.catalina.startup.Tomcat
-
- addContext(Host, String, String, String) - Method in class org.apache.catalina.startup.Tomcat
-
- addContextParam(String, String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- addContextVersion(String, Host, String, String, Context, String[], WebResourceRoot) - Method in class org.apache.catalina.mapper.Mapper
-
- addContextVersion(String, Host, String, String, Context, String[], WebResourceRoot, Collection<WrapperMappingInfo>) - Method in class org.apache.catalina.mapper.Mapper
-
Add a new Context to an existing Host.
- addCookie(Cookie) - Method in class org.apache.catalina.authenticator.SavedRequest
-
- addCookie(Cookie) - Method in class org.apache.catalina.connector.Request
-
Add a Cookie to the set of Cookies associated with this Request.
- addCookie(Cookie) - Method in class org.apache.catalina.connector.Response
-
Add the specified Cookie to those that will be included with
this Response.
- addCookie(Cookie) - Method in class org.apache.catalina.connector.ResponseFacade
-
- addCookie() - Method in class org.apache.tomcat.util.http.ServerCookies
-
Register a new, initialized cookie.
- addCredentialHandler(CredentialHandler) - Method in class org.apache.catalina.realm.NestedCredentialHandler
-
- addDateHeader(String, long) - Method in class org.apache.catalina.connector.Response
-
Add the specified date header to the specified value.
- addDateHeader(String, long) - Method in class org.apache.catalina.connector.ResponseFacade
-
- addDateHeader(String, long) - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
-
- addDateHeader(String, long) - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
-
- AddDefaultCharsetFilter - Class in org.apache.catalina.filters
-
Filter that explicitly sets the default character set for media subtypes of
the "text" type to ISO-8859-1, or another user defined character set.
- AddDefaultCharsetFilter() - Constructor for class org.apache.catalina.filters.AddDefaultCharsetFilter
-
- AddDefaultCharsetFilter.ResponseWrapper - Class in org.apache.catalina.filters
-
Wrapper that adds a character set for text media types if no character
set is specified.
- AddDefaultCharsetFilter.ResponseWrapper(HttpServletResponse, String) - Constructor for class org.apache.catalina.filters.AddDefaultCharsetFilter.ResponseWrapper
-
- addDispatch(DispatchType) - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- addEjb(ContextEjb) - Method in class org.apache.catalina.core.NamingContextListener
-
Set the specified EJBs in the naming context.
- addEjb(ContextEjb) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
-
Add an EJB resource reference for this web application.
- addEjbLocalRef(ContextLocalEjb) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- addEjbRef(ContextEjb) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- addELContextListener(ELContextListener) - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in interface org.apache.catalina.valves.AbstractAccessLogValve.AccessLogElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.ByteSentElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.CookieElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.DateAndTimeElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.ElapsedTimeElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.FirstByteTimeElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.HeaderElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.HostElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.HttpStatusCodeElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.LocalAddrElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.LocalServerNameElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.LogicalUserNameElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.MethodElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.PortElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.ProtocolElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.QueryElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.RemoteAddrElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.RequestAttributeElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.RequestElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.RequestURIElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.ResponseHeaderElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.SessionAttributeElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.SessionIdElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.StringElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.ThreadNameElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.UserElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.CookieElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.DateElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.RequestAttributeElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.RequestHeaderElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.RequestParameterElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.ResponseAllHeaderElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.ResponseHeaderElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.ServletContextElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.SessionAttributeElement
-
- addElement(CharArrayWriter, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.TimeElement
-
- 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
-
- addEnvEntry(ContextEnvironment) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- addEnvironment(ContextEnvironment) - Method in class org.apache.catalina.core.NamingContextListener
-
Set the specified environment entries in the naming context.
- addEnvironment(ContextEnvironment) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
-
Add an environment entry for this web application.
- addEnvironment(String, String, String) - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
-
Add an environment entry for this web application.
- addEnvironment(ContextEnvironment) - Method in interface org.apache.tomcat.util.descriptor.web.NamingResources
-
- addEnvName(String) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- addEnvValue(String) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- addErrorPage(ErrorPage) - Method in interface org.apache.catalina.Context
-
Add an error page for the specified error or Java exception.
- addErrorPage(ErrorPage) - Method in class org.apache.catalina.core.StandardContext
-
Add an error page for the specified error or Java exception.
- addErrorPage(ErrorPage) - Method in class org.apache.catalina.startup.FailedContext
-
- addErrorPage(ErrorPage) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- addEscapes(String) - Static method in error org.apache.el.parser.TokenMgrError
-
Replaces unprintable characters by their escaped (or unicode escaped)
equivalents in the given string
- addEvaluationListener(EvaluationListener) - Method in class org.apache.el.lang.EvaluationContext
-
- addEvent(Runnable) - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
-
- addExecutor(Executor) - Method in class org.apache.catalina.core.StandardService
-
Adds a named executor to the service
- addExecutor(String) - Method in class org.apache.catalina.mbeans.ServiceMBean
-
Adds a named executor to the service
- addExecutor(Executor) - Method in interface org.apache.catalina.Service
-
Adds a named executor to the service
- addExtension(String) - Method in class org.apache.jasper.JspC
-
Adds the given file extension to the
list of extensions handled as JSP files.
- addFactoryCreate(String, ObjectCreationFactory, boolean) - Method in class org.apache.tomcat.util.digester.Digester
-
Add a "factory create" rule for the specified parameters.
- addFaultyMember(Member, Exception) - Method in exception org.apache.catalina.tribes.ChannelException
-
Adds a faulty member, and the reason the member failed.
- addFaultyMember(ChannelException.FaultyMember[]) - Method in exception org.apache.catalina.tribes.ChannelException
-
Adds a list of faulty members
- addFaultyMember(ChannelException.FaultyMember) - Method in exception org.apache.catalina.tribes.ChannelException
-
Adds a faulty member
- addFile(String) - Method in class org.apache.jasper.compiler.SmapStratum
-
Adds record of a new file, by filename.
- addFile(String, String) - Method in class org.apache.jasper.compiler.SmapStratum
-
Adds record of a new file, by filename and path.
- addFileset(FileSet) - Method in class org.apache.tomcat.buildutil.CheckEol
-
Sets the files to be checked
- addFileset(FileSet) - Method in class org.apache.tomcat.buildutil.SignCode
-
- addFileset(FileSet) - Method in class org.apache.tomcat.buildutil.Txt2Html
-
Sets the files to be converted into HTML
- addFilter(String, String) - Method in class org.apache.catalina.core.ApplicationContext
-
Add filter to context.
- addFilter(String, Filter) - Method in class org.apache.catalina.core.ApplicationContext
-
Add filter to context.
- addFilter(String, Class<? extends Filter>) - Method in class org.apache.catalina.core.ApplicationContext
-
Add filter to context.
- addFilter(String, String) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- addFilter(String, Filter) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- addFilter(String, Class<? extends Filter>) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- addFilter(InputFilter) - Method in class org.apache.coyote.http11.AbstractInputBuffer
-
Add an input filter to the filter library.
- addFilter(OutputFilter) - Method in class org.apache.coyote.http11.AbstractOutputBuffer
-
Add an output filter to the filter library.
- addFilter(String, String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
- addFilter(String, Filter) - Method in class org.apache.jasper.servlet.JspCServletContext
-
- addFilter(String, Class<? extends Filter>) - Method in class org.apache.jasper.servlet.JspCServletContext
-
- addFilter(FilterDef) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- addFilterDef(FilterDef) - Method in interface org.apache.catalina.Context
-
Add a filter definition to this Context.
- addFilterDef(FilterDef) - Method in class org.apache.catalina.core.StandardContext
-
Add a filter definition to this Context.
- addFilterDef(FilterDef) - Method in class org.apache.catalina.startup.FailedContext
-
- addFilterMap(FilterMap) - Method in interface org.apache.catalina.Context
-
Add a filter mapping to this Context.
- addFilterMap(FilterMap) - Method in class org.apache.catalina.core.StandardContext
-
Add a filter mapping to this Context at the end of the current set
of filter mappings.
- addFilterMap(FilterMap) - Method in class org.apache.catalina.startup.FailedContext
-
- addFilterMapBefore(FilterMap) - Method in interface org.apache.catalina.Context
-
Add a filter mapping to this Context before the mappings defined in the
deployment descriptor but after any other mappings added via this method.
- addFilterMapBefore(FilterMap) - Method in class org.apache.catalina.core.StandardContext
-
Add a filter mapping to this Context before the mappings defined in the
deployment descriptor but after any other mappings added via this method.
- addFilterMapBefore(FilterMap) - Method in class org.apache.catalina.startup.FailedContext
-
- addFilterMapping(FilterMap) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- addFunction(String, String, String) - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
-
- addGlobalRedeployResources(HostConfig.DeployedApplication) - Method in class org.apache.catalina.startup.HostConfig
-
- addGroup(String) - Method in class org.apache.catalina.mbeans.UserMBean
-
Add a new
Group
to those this user belongs to.
- addGroup(Group) - Method in interface org.apache.catalina.User
-
Add a new
Group
to those this user belongs to.
- addGroup(Group) - Method in class org.apache.catalina.users.AbstractUser
-
Add a new
Group
to those this user belongs to.
- addGroup(Group) - Method in class org.apache.catalina.users.MemoryUser
-
Add a new
Group
to those this user belongs to.
- addHandler(HandlerRef) - Method in class org.apache.naming.ServiceRef
-
- addHandler(ContextHandler) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- addHeader(String, String) - Method in class org.apache.catalina.authenticator.SavedRequest
-
- addHeader(String, String) - Method in class org.apache.catalina.connector.Response
-
Add the specified header to the specified value.
- addHeader(String, String) - Method in class org.apache.catalina.connector.ResponseFacade
-
- addHeader(String, String) - Method in class org.apache.catalina.filters.AddDefaultCharsetFilter.ResponseWrapper
-
- addHeader(String, String) - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
-
- addHeader(String, String) - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
-
- addHeader(String, String) - Method in class org.apache.coyote.Response
-
- addHeader(String, String, Charset) - Method in class org.apache.coyote.Response
-
- addHeader(String, String) - Method in class org.apache.tomcat.util.http.fileupload.util.FileItemHeadersImpl
-
Method to add header values to this instance.
- addHost(String, String[], Host) - Method in class org.apache.catalina.mapper.Mapper
-
Add a new host to the mapper.
- addHostAlias(String, String) - Method in class org.apache.catalina.mapper.Mapper
-
Add an alias to an existing host.
- addIncludeCoda(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- addIncludePrelude(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- addInitParam(String, String) - Method in class org.apache.tomcat.util.descriptor.tld.ValidatorXml
-
- addInitParameter(String, String) - Method in class org.apache.catalina.core.StandardWrapper
-
Add a new servlet initialization parameter for this servlet.
- addInitParameter(String, String) - Method in interface org.apache.catalina.Wrapper
-
Add a new servlet initialization parameter for this servlet.
- addInitParameter(String, String) - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
-
Add an initialization parameter to the set of parameters associated
with this filter.
- addInitParameter(String, String) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
Add an initialization parameter to the set of parameters associated
with this servlet.
- addInjectionTarget(String, String) - Method in interface org.apache.tomcat.util.descriptor.web.Injectable
-
- addInjectionTarget(String, String) - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
-
- addInstanceListener(String) - Method in interface org.apache.catalina.Context
-
Deprecated.
Will be removed in 8.5.x onwards
- addInstanceListener(String) - Method in class org.apache.catalina.core.StandardContext
-
Deprecated.
Will be removed in 8.5.x onwards
- addInstanceListener(InstanceListener) - Method in class org.apache.catalina.core.StandardWrapper
-
Deprecated.
Will be removed in 8.5.x onwards
- addInstanceListener(String) - Method in class org.apache.catalina.startup.FailedContext
-
- addInstanceListener(InstanceListener) - Method in class org.apache.catalina.util.InstanceSupport
-
Deprecated.
Add a lifecycle event listener to this component.
- addInstanceListener(InstanceListener) - Method in interface org.apache.catalina.Wrapper
-
Deprecated.
Will be removed in 8.5.x onwards
- addInterceptor(ChannelInterceptor) - Method in interface org.apache.catalina.tribes.Channel
-
Adds an interceptor to the channel message chain.
- addInterceptor(ChannelInterceptor) - Method in class org.apache.catalina.tribes.group.GroupChannel
-
Adds an interceptor to the stack for message processing
Interceptors are ordered in the way they are added.
- addIntHeader(String, int) - Method in class org.apache.catalina.connector.Response
-
Add the specified integer header to the specified value.
- addIntHeader(String, int) - Method in class org.apache.catalina.connector.ResponseFacade
-
- 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
-
- addJspPropertyGroup(JspPropertyGroup) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- addLifecycleListener(LifecycleListener) - Method in interface org.apache.catalina.Lifecycle
-
Add a LifecycleEvent listener to this component.
- addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
Add a lifecycle event listener to this component.
- addLifecycleListener(String) - Method in class org.apache.catalina.mbeans.ContainerMBean
-
Add a LifecycleEvent listener to this component.
- addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.util.LifecycleBase
-
Add a LifecycleEvent listener to this component.
- addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.util.LifecycleSupport
-
Add a lifecycle event listener to this component.
- addLineData(int, String, int, int, int) - Method in class org.apache.jasper.compiler.SmapStratum
-
Adds complete information about a simple line mapping.
- addListener(Class<? extends EventListener>) - Method in class org.apache.catalina.core.ApplicationContext
-
- addListener(String) - Method in class org.apache.catalina.core.ApplicationContext
-
- addListener(T) - Method in class org.apache.catalina.core.ApplicationContext
-
- addListener(Class<? extends EventListener>) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- addListener(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- addListener(T) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- addListener(AsyncListener) - Method in class org.apache.catalina.core.AsyncContextImpl
-
- addListener(AsyncListener, ServletRequest, ServletResponse) - Method in class org.apache.catalina.core.AsyncContextImpl
-
- addListener(Class<? extends EventListener>) - Method in class org.apache.jasper.servlet.JspCServletContext
-
- addListener(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
- addListener(T) - Method in class org.apache.jasper.servlet.JspCServletContext
-
- addListener(NotificationListener) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- addListener(String) - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
-
- addListener(String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- addLocale(Locale) - Method in class org.apache.catalina.authenticator.SavedRequest
-
- addLocale(Locale) - Method in class org.apache.catalina.connector.Request
-
Add a Locale to the set of preferred Locales for this Request.
- addLocaleEncodingMapping(String, String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- addLocaleEncodingMappingParameter(String, String) - Method in interface org.apache.catalina.Context
-
Add a Locale Encoding Mapping (see Sec 5.4 of Servlet spec 2.4)
- addLocaleEncodingMappingParameter(String, String) - Method in class org.apache.catalina.core.StandardContext
-
Add a Locale Encoding Mapping (see Sec 5.4 of Servlet spec 2.4)
- addLocaleEncodingMappingParameter(String, String) - Method in class org.apache.catalina.startup.FailedContext
-
- addLocalEjb(ContextLocalEjb) - Method in class org.apache.catalina.core.NamingContextListener
-
Set the specified local EJBs in the naming context.
- addLocalEjb(ContextLocalEjb) - Method in class org.apache.catalina.deploy.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.Registry
-
Add a new bean metadata to the set of beans known to this registry.
- addMapping(String...) - Method in class org.apache.catalina.core.ApplicationServletRegistration
-
- addMapping(String) - Method in class org.apache.catalina.core.StandardWrapper
-
Add a mapping associated with the Wrapper.
- addMapping(String) - Method in interface org.apache.catalina.Wrapper
-
Add a mapping associated with the Wrapper.
- addMappingForServletNames(EnumSet<DispatcherType>, boolean, String...) - Method in class org.apache.catalina.core.ApplicationFilterRegistration
-
- addMappingForUrlPatterns(EnumSet<DispatcherType>, boolean, String...) - Method in class org.apache.catalina.core.ApplicationFilterRegistration
-
- addMember(Member) - Method in class org.apache.catalina.tribes.membership.Membership
-
Add a member to this component and sort array with memberComparator
- addMembershipListener(MembershipListener) - Method in interface org.apache.catalina.tribes.Channel
-
Add a membership listener, will get notified when a new member joins, leaves or crashes
If the membership listener implements the Heartbeat interface
the heartbeat()
method will be invoked when the heartbeat runs on the channel
- addMembershipListener(MembershipListener) - Method in class org.apache.catalina.tribes.group.GroupChannel
-
Adds a membership listener to the channel.
- addMessage(ChannelMessage) - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor.FragCollection
-
- addMessageDestination(MessageDestination) - Method in class org.apache.catalina.core.StandardContext
-
Add a message destination for this web application.
- addMessageDestination(MessageDestination) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- addMessageDestinationRef(MessageDestinationRef) - Method in class org.apache.catalina.core.NamingContextListener
-
Set the specified message destination refs in the naming context.
- addMessageDestinationRef(MessageDestinationRef) - Method in class org.apache.catalina.core.StandardContext
-
Add a message destination reference for this web application.
- addMessageDestinationRef(MessageDestinationRef) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
-
Add a message destination reference for this web application.
- addMessageDestinationRef(MessageDestinationRef) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- addMessageHandler(MessageHandler) - Method in class org.apache.tomcat.websocket.WsSession
-
- addMessageHandler(Class<T>, MessageHandler.Partial<T>) - Method in class org.apache.tomcat.websocket.WsSession
-
- addMessageHandler(Class<T>, MessageHandler.Whole<T>) - Method in class org.apache.tomcat.websocket.WsSession
-
- addMethod(String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
-
Add an HTTP request method to be explicitly part of this web resource
collection.
- addMimeMapping(String, String) - Method in interface org.apache.catalina.Context
-
Add a new MIME mapping, replacing any existing mapping for
the specified extension.
- addMimeMapping(String, String) - Method in class org.apache.catalina.core.StandardContext
-
Add a new MIME mapping, replacing any existing mapping for
the specified extension.
- addMimeMapping(String, String) - Method in class org.apache.catalina.startup.FailedContext
-
- addMimeMapping(String, String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- addNotification(NotificationInfo) - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
Add a new notification to the set of notifications for this MBean.
- addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.catalina.core.StandardContext
-
- addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.catalina.core.StandardWrapper
-
- addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
-
- addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
Add a notification event listener to this MBean.
- addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.tomcat.util.modeler.BaseNotificationBroadcaster
-
Add a notification event listener to this MBean.
- addNotifType(String) - Method in class org.apache.tomcat.util.modeler.NotificationInfo
-
Add a new notification type to the set managed by an MBean.
- addObject() - Method in class org.apache.tomcat.dbcp.pool2.BaseObjectPool
-
Not supported in this base implementation.
- 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() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
-
Creates an object, and place it into the pool. addObject() is useful for
"pre-loading" a pool with idle objects.
- addObject() - Method in class org.apache.tomcat.dbcp.pool2.impl.SoftReferenceObjectPool
-
Creates an object, and places it into the pool. addObject() is useful for
"pre-loading" a pool with idle objects.
- addObject(K) - Method in interface org.apache.tomcat.dbcp.pool2.KeyedObjectPool
-
Create an object using the
factory
or
other implementation dependent mechanism, passivate it, and then place it
in the idle object pool.
- addObject() - Method in interface org.apache.tomcat.dbcp.pool2.ObjectPool
-
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.
- 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
-
Add a new context initialization parameter.
- addParameter(String, String) - Method in class org.apache.catalina.startup.FailedContext
-
- addParameter(String, String) - Method in class org.apache.tomcat.util.http.Parameters
-
- addParameter(ParameterInfo) - Method in class org.apache.tomcat.util.modeler.OperationInfo
-
Add a new parameter to the set of arguments for this operation.
- addPathParameter(String, String) - Method in class org.apache.catalina.connector.Request
-
- addPattern(String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
-
Add a URL pattern to be part of this web resource collection.
- addPatternDecoded(String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
-
- addPlugin(String, String) - Method in class org.apache.tomcat.util.descriptor.tagplugin.TagPluginParser
-
- addPortcomponent(String, String) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- addPortName(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
-
- addPostConstructMethod(String, String) - Method in interface org.apache.catalina.Context
-
Add a post construct method definition for the given class, if there is
an existing definition for the specified class - IllegalArgumentException
will be thrown.
- addPostConstructMethod(String, String) - Method in class org.apache.catalina.core.StandardContext
-
- addPostConstructMethod(String, String) - Method in class org.apache.catalina.startup.FailedContext
-
- addPostConstructMethods(String, String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- addPostResources(WebResourceSet) - Method in interface org.apache.catalina.WebResourceRoot
-
Adds the provided WebResourceSet to this web application as a 'Post'
resource.
- addPostResources(WebResourceSet) - Method in class org.apache.catalina.webresources.StandardRoot
-
- addPreDestroyMethod(String, String) - Method in interface org.apache.catalina.Context
-
Add a pre destroy method definition for the given class, if there is an
existing definition for the specified class - IllegalArgumentException
will be thrown.
- addPreDestroyMethod(String, String) - Method in class org.apache.catalina.core.StandardContext
-
- addPreDestroyMethod(String, String) - Method in class org.apache.catalina.startup.FailedContext
-
- addPreDestroyMethods(String, String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- addPreResources(WebResourceSet) - Method in interface org.apache.catalina.WebResourceRoot
-
Adds the provided WebResourceSet to this web application as a 'Pre'
resource.
- addPreResources(WebResourceSet) - Method in class org.apache.catalina.webresources.StandardRoot
-
- addProperty(String, String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinition
-
- addProperty(PoolProperties.InterceptorProperty) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinition
-
- addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Container
-
Add a property change listener to this component.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.ContainerBase
-
Add a property change listener to this component.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.StandardServer
-
Add a property change listener to this component.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.StandardService
-
Add a property change listener to this component.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.deploy.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
-
Add a property change listener to this component.
- addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Manager
-
Add a property change listener to this component.
- addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Realm
-
Add a property change listener to this component.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.realm.RealmBase
-
Add a property change listener to this component.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.session.ManagerBase
-
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.session.StoreBase
-
Add a property change listener to this component.
- addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.startup.FailedContext
-
- addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Store
-
Add a property change listener to this component.
- addRealm(Realm) - Method in class org.apache.catalina.realm.CombinedRealm
-
Add a realm to the list of realms that will be used to authenticate
users.
- addRequestProcessor(RequestInfo) - Method in class org.apache.coyote.RequestGroupInfo
-
- addResource(ContextResource) - Method in class org.apache.catalina.core.NamingContextListener
-
Set the specified resources in the naming context.
- addResource(ContextResource) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
-
Add a resource reference for this web application.
- addResource(String, String) - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
-
Add a resource reference for this web application.
- addResource(Context, Resource) - Static method in class org.apache.catalina.startup.WebAnnotationSet
-
Process a Resource annotation to set up a Resource.
- addResource(Context, Resource, String, Class<?>) - Static method in class org.apache.catalina.startup.WebAnnotationSet
-
- addResource(ContextResource) - Method in interface org.apache.tomcat.util.descriptor.web.NamingResources
-
- addResourceEnvRef(ContextResourceEnvRef) - Method in class org.apache.catalina.core.NamingContextListener
-
Set the specified resources in the naming context.
- addResourceEnvRef(ContextResourceEnvRef) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
-
Add a resource environment reference for this web application.
- addResourceEnvRef(ContextResourceEnvRef) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- addResourceLink(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
-
Add a resource link for this web application.
- addResourceLink(String, String) - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
-
Add a resource link reference for this web application.
- addResourceLink(ContextResourceLink) - Method in interface org.apache.tomcat.util.descriptor.web.NamingResources
-
- addResourceRef(ContextResource) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- addResponse(Serializable, Member) - Method in class org.apache.catalina.tribes.group.RpcChannel.RpcCollector
-
- address - Variable in class org.apache.catalina.ha.backend.Proxy
-
- address - Variable in class org.apache.catalina.ha.ClusterMessageBase
-
- address - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
-
The multicast address
- Address - Class in org.apache.tomcat.jni
-
Address
- Address() - Constructor for class org.apache.tomcat.jni.Address
-
- address(ByteBuffer) - Static method in class org.apache.tomcat.jni.Buffer
-
Returns the memory address of the ByteBuffer.
- addRole(Role) - Method in interface org.apache.catalina.Group
-
Add a new
Role
to those assigned specifically to this group.
- addRole(String) - Method in class org.apache.catalina.mbeans.GroupMBean
-
Add a new
Role
to those this group belongs to.
- addRole(String) - Method in class org.apache.catalina.mbeans.UserMBean
-
Add a new
Role
to those this user belongs to.
- addRole(String, String) - Method in class org.apache.catalina.startup.Tomcat
-
- addRole(Role) - Method in interface org.apache.catalina.User
-
Add a
Role
to those assigned specifically to this user.
- addRole(Role) - Method in class org.apache.catalina.users.AbstractGroup
-
Add a new
Role
to those assigned specifically to this group.
- addRole(Role) - Method in class org.apache.catalina.users.AbstractUser
-
Add a new
Role
to those assigned specifically to this user.
- addRole(Role) - Method in class org.apache.catalina.users.MemoryGroup
-
Add a new
Role
to those assigned specifically to this group.
- addRole(Role) - Method in class org.apache.catalina.users.MemoryUser
-
Add a new
Role
to those assigned specifically to this user.
- addRoleMapping(String, String) - Method in interface org.apache.catalina.Context
-
Add a security role reference for this web application.
- addRoleMapping(String, String) - Method in class org.apache.catalina.core.StandardContext
-
Add a security role reference for this web application.
- addRoleMapping(String, String) - Method in class org.apache.catalina.startup.FailedContext
-
- addrspaceSet(long, int) - Static method in class org.apache.tomcat.jni.Procattr
-
Determine if the child should start in its own address space or using the
current one from its parent
- addRule(String, Rule) - Method in class org.apache.tomcat.util.digester.Digester
-
Register a new Rule matching the specified pattern.
- addRuleInstances(Digester) - Method in class org.apache.catalina.ha.ClusterRuleSet
-
Add the set of Rule instances defined in this RuleSet to the
specified Digester
instance, associating them with
our namespace URI (if any).
- addRuleInstances(Digester) - Method in class org.apache.catalina.realm.MemoryRuleSet
-
Add the set of Rule instances defined in this RuleSet to the
specified Digester
instance, associating them with
our namespace URI (if any).
- addRuleInstances(Digester) - Method in class org.apache.catalina.startup.ContextRuleSet
-
Add the set of Rule instances defined in this RuleSet to the
specified Digester
instance, associating them with
our namespace URI (if any).
- addRuleInstances(Digester) - Method in class org.apache.catalina.startup.CredentialHandlerRuleSet
-
Add the set of Rule instances defined in this RuleSet to the
specified Digester
instance, associating them with
our namespace URI (if any).
- addRuleInstances(Digester) - Method in class org.apache.catalina.startup.EngineRuleSet
-
Add the set of Rule instances defined in this RuleSet to the
specified Digester
instance, associating them with
our namespace URI (if any).
- addRuleInstances(Digester) - Method in class org.apache.catalina.startup.HostRuleSet
-
Add the set of Rule instances defined in this RuleSet to the
specified Digester
instance, associating them with
our namespace URI (if any).
- addRuleInstances(Digester) - Method in class org.apache.catalina.startup.NamingRuleSet
-
Add the set of Rule instances defined in this RuleSet to the
specified Digester
instance, associating them with
our namespace URI (if any).
- addRuleInstances(Digester) - Method in class org.apache.catalina.startup.RealmRuleSet
-
Add the set of Rule instances defined in this RuleSet to the
specified Digester
instance, associating them with
our namespace URI (if any).
- addRuleInstances(Digester) - Method in class org.apache.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).
- addRuleInstances(Digester) - Method in class org.apache.tomcat.util.digester.RuleSetBase
-
Add the set of Rule instances defined in this RuleSet to the
specified Digester
instance, associating them with
our namespace URI (if any).
- addRuleSet(RuleSet) - Method in class org.apache.tomcat.util.digester.Digester
-
Register a set of Rule instances defined in a RuleSet.
- addS - Variable in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
-
- addSafeCharacter(char) - Method in class org.apache.catalina.util.URLEncoder
-
- addSafeCharacter(char) - Method in class org.apache.tomcat.util.buf.UEncoder
-
- addSecurityConstraint(SecurityConstraint) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- addSecurityReference(String, String) - Method in class org.apache.catalina.core.StandardWrapper
-
Add a new security role reference record to the set of records for
this servlet.
- addSecurityReference(String, String) - Method in interface org.apache.catalina.Wrapper
-
Add a new security role reference record to the set of records for
this servlet.
- addSecurityRole(String) - Method in interface org.apache.catalina.Context
-
Add a new security role for this web application.
- addSecurityRole(String) - Method in class org.apache.catalina.core.StandardContext
-
Add a new security role for this web application.
- addSecurityRole(String) - Method in class org.apache.catalina.startup.FailedContext
-
- addSecurityRole(String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- addSecurityRoleRef(SecurityRoleRef) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
Add a security-role-ref to the set of security-role-refs associated
with this servlet.
- addService(ContextService) - Method in class org.apache.catalina.core.NamingContextListener
-
Set the specified web service in the naming context.
- addService(Service) - Method in class org.apache.catalina.core.StandardServer
-
Add a new Service to the set of defined Services.
- addService(ContextService) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
-
Add a web service reference for this web application.
- addService(Service) - Method in interface org.apache.catalina.Server
-
Add a new Service to the set of defined Services.
- addServiced(String) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
-
Invoke the check method on the deployer.
- addServiced(String) - Method in class org.apache.catalina.manager.ManagerServlet
-
Invoke the addServiced method on the deployer.
- addServiced(String) - Method in class org.apache.catalina.startup.HostConfig
-
Add a serviced application to the list.
- addServiceRef(ContextService) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- addServlet(String, String) - Method in class org.apache.catalina.core.ApplicationContext
-
Add servlet to context.
- addServlet(String, Servlet) - Method in class org.apache.catalina.core.ApplicationContext
-
Add servlet to context.
- addServlet(String, Class<? extends Servlet>) - Method in class org.apache.catalina.core.ApplicationContext
-
Add servlet to context.
- addServlet(String, String) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- addServlet(String, Servlet) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- addServlet(String, Class<? extends Servlet>) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- addServlet(String, String, String) - Method in class org.apache.catalina.startup.Tomcat
-
Equivalent to <servlet><servlet-name><servlet-class>.
- addServlet(Context, String, String) - Static method in class org.apache.catalina.startup.Tomcat
-
- addServlet(String, String, Servlet) - Method in class org.apache.catalina.startup.Tomcat
-
Add an existing Servlet to the context with no class.forName or
initialisation.
- addServlet(Context, String, Servlet) - Static method in class org.apache.catalina.startup.Tomcat
-
- addServlet(String, String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
- addServlet(String, Servlet) - Method in class org.apache.jasper.servlet.JspCServletContext
-
- addServlet(String, Class<? extends Servlet>) - Method in class org.apache.jasper.servlet.JspCServletContext
-
- addServlet(ServletDef) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- addServletContainerInitializer(ServletContainerInitializer, Set<Class<?>>) - Method in interface org.apache.catalina.Context
-
Add a ServletContainerInitializer instance to this web application.
- addServletContainerInitializer(ServletContainerInitializer, Set<Class<?>>) - Method in class org.apache.catalina.core.StandardContext
-
Add a ServletContainerInitializer instance to this web application.
- addServletContainerInitializer(ServletContainerInitializer, Set<Class<?>>) - Method in class org.apache.catalina.startup.FailedContext
-
- addServletMapping(String, String) - Method in interface org.apache.catalina.Context
-
- addServletMapping(String, String, boolean) - Method in interface org.apache.catalina.Context
-
- addServletMapping(String, String) - Method in class org.apache.catalina.core.StandardContext
-
Deprecated.
- addServletMapping(String, String, boolean) - Method in class org.apache.catalina.core.StandardContext
-
Deprecated.
- addServletMapping(String, String) - Method in class org.apache.catalina.startup.FailedContext
-
- addServletMapping(String, String, boolean) - Method in class org.apache.catalina.startup.FailedContext
-
- addServletMapping(String, String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- addServletMappingDecoded(String, String) - Method in interface org.apache.catalina.Context
-
Add a new servlet mapping, replacing any existing mapping for
the specified pattern.
- addServletMappingDecoded(String, String, boolean) - 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.catalina.core.StandardContext
-
- addServletMappingDecoded(String, String, boolean) - Method in class org.apache.catalina.core.StandardContext
-
- addServletMappingDecoded(String, String) - Method in class org.apache.catalina.startup.FailedContext
-
- addServletMappingDecoded(String, String, boolean) - Method in class org.apache.catalina.startup.FailedContext
-
- addServletMappingDecoded(String, String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- addServletName(String) - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
-
- addServletSecurity(ServletRegistration.Dynamic, ServletSecurityElement) - Method in interface org.apache.catalina.Context
-
- addServletSecurity(ServletRegistration.Dynamic, ServletSecurityElement) - Method in class org.apache.catalina.core.StandardContext
-
- addServletSecurity(ServletRegistration.Dynamic, ServletSecurityElement) - Method in class org.apache.catalina.startup.FailedContext
-
- addSession(SingleSignOn, String, Session) - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
-
Adds a Session
to the list of those associated with
this SSO.
- addSessionCookieInternal(Cookie) - Method in class org.apache.catalina.connector.Response
-
Special method for adding a session cookie as we should be overriding
any previous.
- addSessionListener(SessionListener) - Method in class org.apache.catalina.ha.session.DeltaRequest
-
- addSessionListener(SessionListener) - Method in class org.apache.catalina.ha.session.DeltaSession
-
- addSessionListener(SessionListener, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
-
- addSessionListener(SessionListener) - Method in class org.apache.catalina.manager.DummyProxySession
-
- addSessionListener(SessionListener) - Method in interface org.apache.catalina.Session
-
Add a session event listener to this component.
- addSessionListener(SessionListener) - Method in class org.apache.catalina.session.StandardSession
-
Add a session event listener to this component.
- addSessionTrackingMode(String) - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- addSetNext(String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
-
Add a "set next" rule for the specified parameters.
- addSetProperties(String) - Method in class org.apache.tomcat.util.digester.Digester
-
Add a "set properties" rule for the specified parameters.
- addSmap(String, String) - Method in class org.apache.jasper.compiler.SmapGenerator
-
Adds the given string as an embedded SMAP with the given stratum name.
- addSoapHeaders(String, String) - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
-
- addSoapRole(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
-
- addStaticMember(Member) - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
-
- addStratum(SmapStratum, boolean) - Method in class org.apache.jasper.compiler.SmapGenerator
-
Adds the given SmapStratum object, representing a Stratum with
logically associated FileSection and LineSection blocks, to
the current SmapGenerator.
- addSuspects - Variable in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
-
- addSymbol(char[], int, int) - Method in class org.apache.jasper.xmlparser.SymbolTable
-
Adds the specified symbol to the symbol table and returns a
reference to the unique symbol.
- addSystemResource(File) - Static method in class org.apache.catalina.util.ExtensionValidator
-
Checks to see if the given system JAR file contains a MANIFEST, and adds
it to the container's manifest resources.
- addTag(TagXml) - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
-
- addTagFile(TagFileXml) - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
-
- addTaglib(String, String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- addTimeout(SocketWrapper<Nio2Channel>) - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
- addTimestamp(StringBuilder, long) - Method in class org.apache.juli.OneLineFormatter
-
- addToEnvironment(String, Object) - Method in class org.apache.naming.NamingContext
-
Adds a new environment property to the environment of this context.
- addToEnvironment(String, Object) - Method in class org.apache.naming.SelectorContext
-
Adds a new environment property to the environment of this context.
- addToQueue(ChannelMessage, Member[], InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
-
- addTrace(AbandonedTrace) - Method in class org.apache.tomcat.dbcp.dbcp2.AbandonedTrace
-
Adds an object to the list of objects being traced.
- addTransformer(ClassFileTransformer) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
Adds the specified class file transformer to this class loader.
- addTransformer(ClassFileTransformer) - Method in interface org.apache.tomcat.InstrumentableClassLoader
-
Adds the specified class file transformer to this class loader.
- addTransientAttribute(String) - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- addTransientChild(String) - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- addURL(URL) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
- addURLPattern(String) - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
-
- addUrlPattern(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- addURLPatternDecoded(String) - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
-
- addUrlPatternDecoded(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- 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.
- addValue(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
-
Create a new named header , return the MessageBytes
container for the new value
- addValue(byte[], int, int) - Method in class org.apache.tomcat.util.http.MimeHeaders
-
Create a new named header using un-translated byte[].
- addValve(Valve) - Method in class org.apache.catalina.core.ContainerBase
-
Convenience method, intended for use by the digester to simplify the
process of adding Valves to containers.
- addValve(Valve) - Method in class org.apache.catalina.core.StandardPipeline
-
Add a new Valve to the end of the pipeline associated with this
Container.
- addValve(Valve) - Method in interface org.apache.catalina.ha.CatalinaCluster
-
- addValve(Valve) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
Add cluster valve
Cluster Valves are only add to container when cluster is started!
- addValve(String) - Method in class org.apache.catalina.mbeans.ContainerMBean
-
Adds a valve to this Container instance.
- addValve(Valve) - Method in interface org.apache.catalina.Pipeline
-
Add a new Valve to the end of the pipeline associated with this
Container.
- addValve(Valve) - Method in class org.apache.catalina.startup.FailedContext
-
- addVariableNames(Collection<String>) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
-
Adds any external variables to the variableNames collection.
- addVariableNames(Collection<String>) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- addWarInfo(File) - Method in class org.apache.catalina.ha.deploy.WarWatcher
-
add cluster war to the watcher state
- addWatchedResource(String) - Method in interface org.apache.catalina.Context
-
Add a resource which will be watched for reloading by the host auto
deployer.
- addWatchedResource(String) - Method in class org.apache.catalina.core.StandardContext
-
Add a new watched resource to the set recognized by this Context.
- addWatchedResource(String) - Method in class org.apache.catalina.startup.FailedContext
-
- addWatchedResources(HostConfig.DeployedApplication, String, Context) - Method in class org.apache.catalina.startup.HostConfig
-
Add watched resources to the specified Context.
- addWebapp(String, String) - Method in class org.apache.catalina.startup.Tomcat
-
This is equivalent to adding a web application to Tomcat's webapps
directory.
- addWebapp(Host, String, String) - Method in class org.apache.catalina.startup.Tomcat
-
- addWebapp(Host, String, String, String) - Method in class org.apache.catalina.startup.Tomcat
-
- addWebapp(Host, String, String, ContextConfig) - Method in class org.apache.catalina.startup.Tomcat
-
- addWebapp(Host, String, String, LifecycleListener) - Method in class org.apache.catalina.startup.Tomcat
-
- addWebXmlMappings - Variable in class org.apache.jasper.JspC
-
- addWelcomeFile(String) - Method in interface org.apache.catalina.Context
-
Add a new welcome file to the set recognized by this Context.
- addWelcomeFile(String) - Method in class org.apache.catalina.core.StandardContext
-
Add a new welcome file to the set recognized by this Context.
- addWelcomeFile(String, String, String, String) - Method in class org.apache.catalina.mapper.Mapper
-
Add a welcome file to the given context.
- addWelcomeFile(String) - Method in class org.apache.catalina.startup.FailedContext
-
- addWelcomeFile(String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- addWithTimeout(long, long, int, long) - Static method in class org.apache.tomcat.jni.Poll
-
Add a socket to a pollset with a specific timeout.
- addWrapper(String, String, String, String, Wrapper, boolean, boolean) - Method in class org.apache.catalina.mapper.Mapper
-
- addWrapper(Mapper.ContextVersion, String, Wrapper, boolean, boolean) - Method in class org.apache.catalina.mapper.Mapper
-
Adds 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
-
Add the classname of a LifecycleListener to be added to each
Wrapper appended to this Context.
- addWrapperLifecycle(String) - Method in class org.apache.catalina.startup.FailedContext
-
- addWrapperListener(String) - Method in interface org.apache.catalina.Context
-
Add the classname of a ContainerListener to be added to each
Wrapper appended to this Context.
- addWrapperListener(String) - Method in class org.apache.catalina.core.StandardContext
-
Add the classname of a ContainerListener to be added to each
Wrapper appended to this Context.
- addWrapperListener(String) - Method in class org.apache.catalina.startup.FailedContext
-
- addWrappers(String, String, String, Collection<WrapperMappingInfo>) - Method in class org.apache.catalina.mapper.Mapper
-
- adjustBeginLineColumn(int, int) - Method in class org.apache.el.parser.SimpleCharStream
-
Method to adjust line and column numbers for the start of a token.
- adjustURLPattern(String) - Method in class org.apache.catalina.core.StandardContext
-
Adjust the URL pattern to begin with a leading slash, if appropriate
(i.e. we are running a servlet 2.2 application).
- advance() - Method in class org.apache.catalina.util.StringParser
-
Deprecated.
Advance the current parsing position by one, if we are not already
past the end of the string.
- AFTER_DESTROY_EVENT - Static variable in class org.apache.catalina.InstanceEvent
-
Deprecated.
The event indicating that the destroy()
method has
returned.
- AFTER_DESTROY_EVENT - Static variable in interface org.apache.catalina.Lifecycle
-
The LifecycleEvent type for the "component after destroy" event.
- AFTER_DISPATCH_EVENT - Static variable in class org.apache.catalina.InstanceEvent
-
Deprecated.
The event indicating that the service()
method of a
servlet accessed via a request dispatcher has returned.
- AFTER_FILTER_EVENT - Static variable in class org.apache.catalina.InstanceEvent
-
Deprecated.
The event indicating that the doFilter()
method of a
Filter has returned.
- AFTER_INIT_EVENT - Static variable in class org.apache.catalina.InstanceEvent
-
Deprecated.
The event indicating that the init()
method has returned.
- AFTER_INIT_EVENT - Static variable in interface org.apache.catalina.Lifecycle
-
The LifecycleEvent type for the "component after init" event.
- AFTER_MANAGERREGISTER_EVENT - Static variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
- AFTER_MANAGERUNREGISTER_EVENT - Static variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
- AFTER_MEMBERREGISTER_EVENT - Static variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
- AFTER_MEMBERUNREGISTER_EVENT - Static variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
- AFTER_SERVICE_EVENT - Static variable in class org.apache.catalina.InstanceEvent
-
Deprecated.
The event indicating that the service()
method has
returned.
- AFTER_START_EVENT - Static variable in interface org.apache.catalina.Lifecycle
-
The LifecycleEvent type for the "component after start" event.
- AFTER_STOP_EVENT - Static variable in interface org.apache.catalina.Lifecycle
-
The LifecycleEvent type for the "component after stop" event.
- afterExecute(Runnable, Throwable) - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
-
- afterLast() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- AjpAprProcessor - Class in org.apache.coyote.ajp
-
Processes AJP requests.
- AjpAprProcessor(int, AprEndpoint) - Constructor for class org.apache.coyote.ajp.AjpAprProcessor
-
- AjpAprProtocol - Class in org.apache.coyote.ajp
-
Abstract the protocol implementation, including threading, etc.
- AjpAprProtocol() - Constructor for class org.apache.coyote.ajp.AjpAprProtocol
-
- AjpAprProtocol.AjpConnectionHandler - Class in org.apache.coyote.ajp
-
- AjpAprProtocol.AjpConnectionHandler(AjpAprProtocol) - Constructor for class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
-
- ajpFlush - Variable in class org.apache.coyote.ajp.AbstractAjpProcessor
-
Send AJP flush packet when flushing.
- ajpFlush - Variable in class org.apache.coyote.ajp.AbstractAjpProtocol
-
Send AJP flush packet when flushing.
- 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
-
- AjpNio2Processor - Class in org.apache.coyote.ajp
-
Processes AJP requests using NIO2.
- AjpNio2Processor(int, Nio2Endpoint) - Constructor for class org.apache.coyote.ajp.AjpNio2Processor
-
- AjpNio2Protocol - Class in org.apache.coyote.ajp
-
Abstract the protocol implementation, including threading, etc.
- AjpNio2Protocol() - Constructor for class org.apache.coyote.ajp.AjpNio2Protocol
-
- AjpNio2Protocol.AjpConnectionHandler - Class in org.apache.coyote.ajp
-
- AjpNio2Protocol.AjpConnectionHandler(AjpNio2Protocol) - Constructor for class org.apache.coyote.ajp.AjpNio2Protocol.AjpConnectionHandler
-
- AjpNioProcessor - Class in org.apache.coyote.ajp
-
Processes AJP requests using NIO.
- AjpNioProcessor(int, NioEndpoint) - Constructor for class org.apache.coyote.ajp.AjpNioProcessor
-
- AjpNioProtocol - Class in org.apache.coyote.ajp
-
Abstract the protocol implementation, including threading, etc.
- AjpNioProtocol() - Constructor for class org.apache.coyote.ajp.AjpNioProtocol
-
- AjpNioProtocol.AjpConnectionHandler - Class in org.apache.coyote.ajp
-
- AjpNioProtocol.AjpConnectionHandler(AjpNioProtocol) - Constructor for class org.apache.coyote.ajp.AjpNioProtocol.AjpConnectionHandler
-
- AjpProcessor - Class in org.apache.coyote.ajp
-
Processes AJP requests.
- AjpProcessor(int, JIoEndpoint) - Constructor for class org.apache.coyote.ajp.AjpProcessor
-
- AjpProtocol - Class in org.apache.coyote.ajp
-
Abstract the protocol implementation, including threading, etc.
- AjpProtocol() - Constructor for class org.apache.coyote.ajp.AjpProtocol
-
- AjpProtocol.AjpConnectionHandler - Class in org.apache.coyote.ajp
-
- AjpProtocol.AjpConnectionHandler(AjpProtocol) - Constructor for class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
-
- alive(Member) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
-
- ALL_PROPERTIES - Static variable in class org.apache.tomcat.jdbc.pool.DataSourceFactory
-
- ALL_REPLY - Static variable in class org.apache.catalina.tribes.group.RpcChannel
-
- ALL_TYPES - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
-
- ALL_WEBXML - Static variable in class org.apache.jasper.JspC
-
- allMatch(LambdaExpression) - Method in class org.apache.el.stream.Stream
-
- alloc(long, int) - Static method in class org.apache.tomcat.jni.Pool
-
Allocate a block of memory from a pool
- alloc(long) - Static method in class org.apache.tomcat.jni.Proc
-
Allocate apr_proc_t structure from pool
This is not an apr function.
- allocate() - Method in class org.apache.catalina.core.StandardWrapper
-
Allocate an initialized instance of this Servlet that is ready to have
its service()
method called.
- allocate() - Method in interface org.apache.catalina.Wrapper
-
Allocate an initialized instance of this Servlet that is ready to have
its service()
method called.
- allocate() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
-
Allocates the object.
- allocate() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
-
Allocates the object.
- allocate(int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- allocate(int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
-
- allocatePoller(int, long, int) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
Allocate a new poller of the specified size.
- allow - Variable in class org.apache.catalina.filters.RequestFilter
-
The regular expression used to test for allowed requests.
- allow - Variable in class org.apache.catalina.valves.RequestFilterValve
-
The regular expression used to test for allowed requests.
- ALLOW_BACKSLASH - Static variable in class org.apache.catalina.connector.CoyoteAdapter
-
- ALLOW_ENCODED_SLASH - Static variable in class org.apache.tomcat.util.buf.UDecoder
-
- ALLOW_EQUALS_IN_VALUE - Static variable in class org.apache.tomcat.util.http.CookieSupport
-
Deprecated.
If true, cookie values are allowed to contain an equals character without
being quoted.
- ALLOW_HTTP_SEPARATORS_IN_V0 - Static variable in class org.apache.tomcat.util.http.CookieSupport
-
Deprecated.
If true, separators that are not explicitly dis-allowed by the v0 cookie
spec but are disallowed by the HTTP spec will be allowed in v0 cookie
names and values.
- ALLOW_NAME_ONLY - Static variable in class org.apache.tomcat.util.http.CookieSupport
-
Deprecated.
If true, name only cookies will be permitted.
- allowCasualMultipartParsing - Variable in class org.apache.catalina.core.StandardContext
-
Allow multipart/form-data requests to be parsed even when the
target servlet doesn't specify @MultipartConfig or have a
<multipart-config> element.
- allowExec - Variable in class org.apache.catalina.ssi.SSIFilter
-
Allow exec (normally blocked for security)
- allowExec - Variable in class org.apache.catalina.ssi.SSIProcessor
-
- allowExec - Variable in class org.apache.catalina.ssi.SSIServlet
-
Allow exec (normally blocked for security)
- allowTrace - Variable in class org.apache.catalina.connector.Connector
-
Do we allow TRACE ?
- allowUnsafeLegacyRenegotiation - Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
- allowValid - Variable in class org.apache.catalina.valves.RequestFilterValve
-
Helper variable to catch configuration errors.
- allowValue - Variable in class org.apache.catalina.valves.RequestFilterValve
-
The current allow configuration value that may or may not compile into a
valid Pattern
.
- allPermission - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
-
All permission.
- allProceduresAreCallable() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- allRolesMode - Variable in class org.apache.catalina.realm.RealmBase
-
The all role mode.
- allTablesAreSelectable() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- ALT_DD_ATTR - Static variable in class org.apache.catalina.Globals
-
The servlet context attribute under which we store the alternate
deployment descriptor for this web application
- alternateURL - Variable in class org.apache.catalina.realm.JNDIRealm
-
An alternate URL, to which, we should connect if connectionURL fails.
- alwaysLog - Variable in class org.apache.catalina.ant.BaseRedirectorHelperTask
-
Flag which indicates that, if redirected, output should also be
always sent to the log.
- alwaysSend - Variable in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
-
- alwaysUseSession - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
-
Should a session always be used once a user is authenticated?
- amount - Variable in class org.apache.catalina.filters.ExpiresFilter.Duration
-
- ANCIENT_DATE - Static variable in class org.apache.tomcat.util.http.CookieProcessorBase
-
- And() - Method in class org.apache.el.parser.ELParser
-
- AND0 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- AND1 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- ANNOTATION - Static variable in class org.apache.tomcat.util.bcel.classfile.ElementValue
-
- AnnotationElementValue - Class in org.apache.tomcat.util.bcel.classfile
-
- AnnotationEntry - Class in org.apache.tomcat.util.bcel.classfile
-
represents one annotation in the annotation table
- Annotations - Class in org.apache.tomcat.util.bcel.classfile
-
base class for annotations
- AntCompiler - Class in org.apache.jasper.compiler
-
Main JSP compiler class.
- AntCompiler() - Constructor for class org.apache.jasper.compiler.AntCompiler
-
- AntCompiler.JasperAntLogger - Class in org.apache.jasper.compiler
-
- AntCompiler.JasperAntLogger() - Constructor for class org.apache.jasper.compiler.AntCompiler.JasperAntLogger
-
- AntCompiler.SystemLogHandler - Class in org.apache.jasper.compiler
-
- AntCompiler.SystemLogHandler(PrintStream) - Constructor for class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
Construct the handler to capture the output of the given steam.
- antiLocking() - Method in class org.apache.catalina.startup.ContextConfig
-
- anyMatch(LambdaExpression) - Method in class org.apache.el.stream.Stream
-
- appCommitted - Variable in class org.apache.catalina.connector.Response
-
The application commit flag.
- append(char) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
-
- append(CharSequence) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
-
- append(CharSequence, int, int) - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
-
- append(ByteBuffer, int, boolean) - Method in class org.apache.catalina.tribes.io.ObjectReader
-
Append new bytes to buffer.
- append(byte[], int, int, boolean) - Method in class org.apache.catalina.tribes.io.ObjectReader
-
- append(ByteBuffer, int) - Method in class org.apache.catalina.tribes.io.XByteBuffer
-
Appends the data to the buffer.
- append(byte) - Method in class org.apache.catalina.tribes.io.XByteBuffer
-
- append(boolean) - Method in class org.apache.catalina.tribes.io.XByteBuffer
-
- append(long) - Method in class org.apache.catalina.tribes.io.XByteBuffer
-
- append(int) - Method in class org.apache.catalina.tribes.io.XByteBuffer
-
- append(byte[], int, int) - Method in class org.apache.catalina.tribes.io.XByteBuffer
-
- append(LinkObject) - Method in class org.apache.catalina.tribes.transport.bio.util.LinkObject
-
Deprecated.
Set the next element.
- append(char) - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
-
append
- append(String) - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
-
append
- append(char[], int, int) - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
-
append
- append(XMLString) - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
-
append
- append(String, String, int, long) - Static method in class org.apache.tomcat.jni.File
-
Append the specified file to another file.
- append(byte) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- append(ByteChunk) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- append(byte[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
Add data to the buffer.
- append(char) - Method in class org.apache.tomcat.util.buf.CharChunk
-
- append(CharChunk) - Method in class org.apache.tomcat.util.buf.CharChunk
-
- append(char[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
-
Add data to the buffer.
- append(String) - Method in class org.apache.tomcat.util.buf.CharChunk
-
Append a string to the buffer.
- append(String, int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
-
Append a string to the buffer.
- appendByte(int) - Method in class org.apache.coyote.ajp.AjpMessage
-
Append a byte (1 byte) to the message.
- appendByteChunk(ByteChunk) - Method in class org.apache.coyote.ajp.AjpMessage
-
Write a ByteChunk out at the current write position.
- appendBytes(MessageBytes) - Method in class org.apache.coyote.ajp.AjpMessage
-
Write a MessageBytes out at the current write position.
- appendBytes(byte[], int, int) - Method in class org.apache.coyote.ajp.AjpMessage
-
Copy a chunk of bytes into the packet, starting at the current
write position.
- appendCloseReasonWithTruncation(ByteBuffer, String) - Static method in class org.apache.tomcat.websocket.WsSession
-
Use protected so unit tests can access this method directly.
- appendInt(int) - Method in class org.apache.coyote.ajp.AjpMessage
-
Add a short integer (2 bytes) to the message.
- APPLICATION - Static variable in class org.apache.catalina.util.ManifestResource
-
- applicationAnnotationsConfig() - Method in class org.apache.catalina.startup.ContextConfig
-
Process the application classes annotations, if it exists.
- ApplicationContext - Class in org.apache.catalina.core
-
Standard implementation of ServletContext
that represents
a web application's execution environment.
- ApplicationContext(StandardContext) - Constructor for class org.apache.catalina.core.ApplicationContext
-
Construct a new instance of this class, associated with the specified
Context instance.
- ApplicationContextFacade - Class in org.apache.catalina.core
-
Facade object which masks the internal ApplicationContext
object from the web application.
- ApplicationContextFacade(ApplicationContext) - Constructor for class org.apache.catalina.core.ApplicationContextFacade
-
Construct a new instance of this class, associated with the specified
Context instance.
- ApplicationContextXml - Static variable in class org.apache.catalina.startup.Constants
-
- ApplicationFilterConfig - Class in org.apache.catalina.core
-
Implementation of a javax.servlet.FilterConfig
useful in
managing the filter instances instantiated when a web application
is first started.
- ApplicationFilterFactory - Class in org.apache.catalina.core
-
Factory for the creation and caching of Filters and creation
of Filter Chains.
- ApplicationFilterRegistration - Class in org.apache.catalina.core
-
- ApplicationFilterRegistration(FilterDef, Context) - Constructor for class org.apache.catalina.core.ApplicationFilterRegistration
-
- ApplicationParameter - Class in org.apache.tomcat.util.descriptor.web
-
Representation of a context initialization parameter that is configured
in the server configuration file, rather than the application deployment
descriptor.
- ApplicationParameter() - Constructor for class org.apache.tomcat.util.descriptor.web.ApplicationParameter
-
- ApplicationPart - Class in org.apache.catalina.core
-
Adaptor to allow
FileItem
objects generated by the package renamed
commons-upload to be used by the Servlet 3.0 upload API that expects
Part
s.
- ApplicationPart(FileItem, File) - Constructor for class org.apache.catalina.core.ApplicationPart
-
- ApplicationServletRegistration - Class in org.apache.catalina.core
-
- ApplicationServletRegistration(Wrapper, Context) - Constructor for class org.apache.catalina.core.ApplicationServletRegistration
-
- ApplicationSessionCookieConfig - Class in org.apache.catalina.core
-
- ApplicationSessionCookieConfig(StandardContext) - Constructor for class org.apache.catalina.core.ApplicationSessionCookieConfig
-
- ApplicationWebXml - Static variable in class org.apache.catalina.startup.Constants
-
- apply(byte[], int, int, boolean) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
-
apply a diff, or an entire object
- apply(Node.Nodes, ErrorDispatcher, PageInfo) - Method in class org.apache.jasper.compiler.TagPluginManager
-
- applyDiff(byte[], int, int) - Method in class org.apache.catalina.ha.session.DeltaSession
-
Applies a diff to an existing object.
- applyDiff(byte[], int, int) - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
-
Applies a diff to an existing object.
- appName - Variable in class org.apache.catalina.realm.JAASRealm
-
The application name passed to the JAAS LoginContext
,
which uses it to select the set of relevant LoginModule
s.
- appReadBufSize - Variable in class org.apache.tomcat.util.net.SocketProperties
-
The application read buffer size in bytes.
- appWriteBufSize - Variable in class org.apache.tomcat.util.net.SocketProperties
-
The application write buffer size in bytes
Default value is txBufSize
- APR_ANONYMOUS - Static variable in class org.apache.tomcat.jni.Status
-
- APR_ANYADDR - Static variable in class org.apache.tomcat.jni.Address
-
- APR_BADARG - Static variable in class org.apache.tomcat.jni.Status
-
- APR_BADCH - Static variable in class org.apache.tomcat.jni.Status
-
- APR_BLK - Static variable in class org.apache.tomcat.jni.File
-
a block device
- APR_CHARSET_EBCDIC - Static variable in class org.apache.tomcat.jni.Library
-
- APR_CHILD_BLOCK - Static variable in class org.apache.tomcat.jni.Proc
-
- APR_CHILD_DONE - Static variable in class org.apache.tomcat.jni.Status
-
- APR_CHILD_NOTDONE - Static variable in class org.apache.tomcat.jni.Status
-
- APR_CHR - Static variable in class org.apache.tomcat.jni.File
-
a character device
- APR_CUR - Static variable in class org.apache.tomcat.jni.File
-
Current
- APR_DETACH - Static variable in class org.apache.tomcat.jni.Status
-
- APR_DIR - Static variable in class org.apache.tomcat.jni.File
-
a directory
- APR_EABOVEROOT - Static variable in class org.apache.tomcat.jni.Status
-
- APR_EABSOLUTE - Static variable in class org.apache.tomcat.jni.Status
-
- APR_EBADDATE - Static variable in class org.apache.tomcat.jni.Status
-
- APR_EBADIP - Static variable in class org.apache.tomcat.jni.Status
-
- APR_EBADMASK - Static variable in class org.apache.tomcat.jni.Status
-
- APR_EBADPATH - Static variable in class org.apache.tomcat.jni.Status
-
- APR_EBUSY - Static variable in class org.apache.tomcat.jni.Status
-
- APR_EDSOOPEN - Static variable in class org.apache.tomcat.jni.Status
-
- APR_EGENERAL - Static variable in class org.apache.tomcat.jni.Status
-
- APR_EINCOMPLETE - Static variable in class org.apache.tomcat.jni.Status
-
- APR_EINIT - Static variable in class org.apache.tomcat.jni.Status
-
- APR_EINVALSOCK - Static variable in class org.apache.tomcat.jni.Status
-
- APR_EMISMATCH - Static variable in class org.apache.tomcat.jni.Status
-
- APR_END - Static variable in class org.apache.tomcat.jni.File
-
Go to end of file
- APR_ENODIR - Static variable in class org.apache.tomcat.jni.Status
-
- APR_ENOLOCK - Static variable in class org.apache.tomcat.jni.Status
-
- APR_ENOPOLL - Static variable in class org.apache.tomcat.jni.Status
-
- APR_ENOPOOL - Static variable in class org.apache.tomcat.jni.Status
-
- APR_ENOPROC - Static variable in class org.apache.tomcat.jni.Status
-
- APR_ENOSHMAVAIL - Static variable in class org.apache.tomcat.jni.Status
-
- APR_ENOSOCKET - Static variable in class org.apache.tomcat.jni.Status
-
- APR_ENOSTAT - Static variable in class org.apache.tomcat.jni.Status
-
APR Error Values
APR ERROR VALUES
APR_ENOSTAT APR was unable to perform a stat on the file
APR_ENOPOOL APR was not provided a pool with which to allocate memory
APR_EBADDATE APR was given an invalid date
APR_EINVALSOCK APR was given an invalid socket
APR_ENOPROC APR was not given a process structure
APR_ENOTIME APR was not given a time structure
APR_ENODIR APR was not given a directory structure
APR_ENOLOCK APR was not given a lock structure
APR_ENOPOLL APR was not given a poll structure
APR_ENOSOCKET APR was not given a socket
APR_ENOTHREAD APR was not given a thread structure
APR_ENOTHDKEY APR was not given a thread key structure
APR_ENOSHMAVAIL There is no more shared memory available
APR_EDSOOPEN APR was unable to open the dso object.
- APR_ENOTENOUGHENTROPY - Static variable in class org.apache.tomcat.jni.Status
-
- APR_ENOTHDKEY - Static variable in class org.apache.tomcat.jni.Status
-
- APR_ENOTHREAD - Static variable in class org.apache.tomcat.jni.Status
-
- APR_ENOTIME - Static variable in class org.apache.tomcat.jni.Status
-
- APR_ENOTIMPL - Static variable in class org.apache.tomcat.jni.Status
-
- APR_EOF - Static variable in class org.apache.tomcat.jni.Status
-
- APR_EPATHWILD - Static variable in class org.apache.tomcat.jni.Status
-
- APR_EPROC_UNKNOWN - Static variable in class org.apache.tomcat.jni.Status
-
- APR_ERELATIVE - Static variable in class org.apache.tomcat.jni.Status
-
- APR_ESYMNOTFOUND - Static variable in class org.apache.tomcat.jni.Status
-
- APR_FILE_ATTR_EXECUTABLE - Static variable in class org.apache.tomcat.jni.File
-
File is executable
- APR_FILE_ATTR_HIDDEN - Static variable in class org.apache.tomcat.jni.File
-
File is hidden
- APR_FILE_ATTR_READONLY - Static variable in class org.apache.tomcat.jni.File
-
File is read-only
- APR_FILEBASED - Static variable in class org.apache.tomcat.jni.Status
-
- APR_FILES_AS_SOCKETS - Static variable in class org.apache.tomcat.jni.Library
-
- APR_FINFO_ATIME - Static variable in class org.apache.tomcat.jni.File
-
Creation or inode-changed time
- APR_FINFO_CSIZE - Static variable in class org.apache.tomcat.jni.File
-
Size of the file
- APR_FINFO_CTIME - Static variable in class org.apache.tomcat.jni.File
-
Modification Time
- APR_FINFO_DEV - Static variable in class org.apache.tomcat.jni.File
-
Storage size consumed by the file
- APR_FINFO_DIRENT - Static variable in class org.apache.tomcat.jni.File
-
an atomic unix apr_stat()
- APR_FINFO_GPROT - Static variable in class org.apache.tomcat.jni.File
-
User protection bits
- APR_FINFO_GROUP - Static variable in class org.apache.tomcat.jni.File
-
User
- APR_FINFO_ICASE - Static variable in class org.apache.tomcat.jni.File
-
World protection bits
- APR_FINFO_IDENT - Static variable in class org.apache.tomcat.jni.File
-
type, mtime, ctime, atime, size
- APR_FINFO_INODE - Static variable in class org.apache.tomcat.jni.File
-
Device
- APR_FINFO_LINK - Static variable in class org.apache.tomcat.jni.File
-
use OS's default permissions
- APR_FINFO_MIN - Static variable in class org.apache.tomcat.jni.File
-
->name in proper case
- APR_FINFO_MTIME - Static variable in class org.apache.tomcat.jni.File
-
Stat the link not the file itself if it is a link
- APR_FINFO_NAME - Static variable in class org.apache.tomcat.jni.File
-
if dev is case insensitive
- APR_FINFO_NLINK - Static variable in class org.apache.tomcat.jni.File
-
Inode
- APR_FINFO_NORM - Static variable in class org.apache.tomcat.jni.File
-
all protections
- APR_FINFO_OWNER - Static variable in class org.apache.tomcat.jni.File
-
dev and inode
- APR_FINFO_PROT - Static variable in class org.apache.tomcat.jni.File
-
user and group
- APR_FINFO_SIZE - Static variable in class org.apache.tomcat.jni.File
-
Access Time
- APR_FINFO_TYPE - Static variable in class org.apache.tomcat.jni.File
-
Number of links
- APR_FINFO_UPROT - Static variable in class org.apache.tomcat.jni.File
-
Group
- APR_FINFO_USER - Static variable in class org.apache.tomcat.jni.File
-
Type
- APR_FINFO_WPROT - Static variable in class org.apache.tomcat.jni.File
-
Group protection bits
- APR_FLOCK_EXCLUSIVE - Static variable in class org.apache.tomcat.jni.File
-
Exclusive lock.
- APR_FLOCK_NONBLOCK - Static variable in class org.apache.tomcat.jni.File
-
do not block while acquiring the file lock
- APR_FLOCK_SHARED - Static variable in class org.apache.tomcat.jni.File
-
Shared lock.
- APR_FLOCK_TYPEMASK - Static variable in class org.apache.tomcat.jni.File
-
mask to extract lock type
- APR_FOPEN_APPEND - Static variable in class org.apache.tomcat.jni.File
-
Append to the end of the file
- APR_FOPEN_BINARY - Static variable in class org.apache.tomcat.jni.File
-
Open the file in binary mode
- APR_FOPEN_BUFFERED - Static variable in class org.apache.tomcat.jni.File
-
Open the file for buffered I/O
- APR_FOPEN_CREATE - Static variable in class org.apache.tomcat.jni.File
-
Create the file if not there
- APR_FOPEN_DELONCLOSE - Static variable in class org.apache.tomcat.jni.File
-
Delete the file after close
- APR_FOPEN_EXCL - Static variable in class org.apache.tomcat.jni.File
-
Open should fail if APR_CREATE and file exists.
- APR_FOPEN_LARGEFILE - Static variable in class org.apache.tomcat.jni.File
-
Platform dependent flag to enable large file support;
Warning : The APR_LARGEFILE flag only has effect on some platforms
where sizeof(apr_off_t) == 4.
- APR_FOPEN_NOCLEANUP - Static variable in class org.apache.tomcat.jni.File
-
Do not register a cleanup when the file is opened
- APR_FOPEN_READ - Static variable in class org.apache.tomcat.jni.File
-
Open the file for reading
- APR_FOPEN_SENDFILE_ENABLED - Static variable in class org.apache.tomcat.jni.File
-
Advisory flag that this file should support
apr_socket_sendfile operation
- APR_FOPEN_SHARELOCK - Static variable in class org.apache.tomcat.jni.File
-
Platform dependent support for higher level locked read/write
access to support writes across process/machines
- APR_FOPEN_TRUNCATE - Static variable in class org.apache.tomcat.jni.File
-
Open the file and truncate to 0 length
- APR_FOPEN_WRITE - Static variable in class org.apache.tomcat.jni.File
-
Open the file for writing
- APR_FOPEN_XTHREAD - Static variable in class org.apache.tomcat.jni.File
-
Platform dependent tag to open the file for
use across multiple threads
- APR_FPROT_GEXECUTE - Static variable in class org.apache.tomcat.jni.File
-
Write by group
- APR_FPROT_GREAD - Static variable in class org.apache.tomcat.jni.File
-
Set group id
- APR_FPROT_GSETID - Static variable in class org.apache.tomcat.jni.File
-
Execute by user
- APR_FPROT_GWRITE - Static variable in class org.apache.tomcat.jni.File
-
Read by group
- APR_FPROT_OS_DEFAULT - Static variable in class org.apache.tomcat.jni.File
-
Execute by others
- APR_FPROT_UEXECUTE - Static variable in class org.apache.tomcat.jni.File
-
Write by user
- APR_FPROT_UREAD - Static variable in class org.apache.tomcat.jni.File
-
Set user id
- APR_FPROT_USETID - Static variable in class org.apache.tomcat.jni.File
-
- APR_FPROT_UWRITE - Static variable in class org.apache.tomcat.jni.File
-
Read by user
- APR_FPROT_WEXECUTE - Static variable in class org.apache.tomcat.jni.File
-
Write by others
- APR_FPROT_WREAD - Static variable in class org.apache.tomcat.jni.File
-
Sticky bit
- APR_FPROT_WSTICKY - Static variable in class org.apache.tomcat.jni.File
-
Execute by group
- APR_FPROT_WWRITE - Static variable in class org.apache.tomcat.jni.File
-
Read by others
- APR_FULL_BLOCK - Static variable in class org.apache.tomcat.jni.Proc
-
- APR_FULL_NONBLOCK - Static variable in class org.apache.tomcat.jni.Proc
-
- APR_HAS_DSO - Static variable in class org.apache.tomcat.jni.Library
-
- APR_HAS_FORK - Static variable in class org.apache.tomcat.jni.Library
-
- APR_HAS_LARGE_FILES - Static variable in class org.apache.tomcat.jni.Library
-
- APR_HAS_MMAP - Static variable in class org.apache.tomcat.jni.Library
-
- APR_HAS_OS_UUID - Static variable in class org.apache.tomcat.jni.Library
-
- APR_HAS_OTHER_CHILD - Static variable in class org.apache.tomcat.jni.Library
-
- APR_HAS_PROC_INVOKED - Static variable in class org.apache.tomcat.jni.Library
-
- APR_HAS_RANDOM - Static variable in class org.apache.tomcat.jni.Library
-
- APR_HAS_SENDFILE - Static variable in class org.apache.tomcat.jni.Library
-
- APR_HAS_SHARED_MEMORY - Static variable in class org.apache.tomcat.jni.Library
-
- APR_HAS_SO_ACCEPTFILTER - Static variable in class org.apache.tomcat.jni.Library
-
- APR_HAS_THREADS - Static variable in class org.apache.tomcat.jni.Library
-
- APR_HAS_UNICODE_FS - Static variable in class org.apache.tomcat.jni.Library
-
- APR_HAS_USER - Static variable in class org.apache.tomcat.jni.Library
-
- APR_HAS_XTHREAD_FILES - Static variable in class org.apache.tomcat.jni.Library
-
- APR_HAVE_IPV6 - Static variable in class org.apache.tomcat.jni.Library
-
- APR_INCHILD - Static variable in class org.apache.tomcat.jni.Status
-
APR Status Values
APR STATUS VALUES
APR_INCHILD Program is currently executing in the child
APR_INPARENT Program is currently executing in the parent
APR_DETACH The thread is detached
APR_NOTDETACH The thread is not detached
APR_CHILD_DONE The child has finished executing
APR_CHILD_NOTDONE The child has not finished executing
APR_TIMEUP The operation did not finish before the timeout
APR_INCOMPLETE The operation was incomplete although some processing
was performed and the results are partially valid
APR_BADCH Getopt found an option not in the option string
APR_BADARG Getopt found an option that is missing an argument
and an argument was specified in the option string
APR_EOF APR has encountered the end of the file
APR_NOTFOUND APR was unable to find the socket in the poll structure
APR_ANONYMOUS APR is using anonymous shared memory
APR_FILEBASED APR is using a file name as the key to the shared memory
APR_KEYBASED APR is using a shared key as the key to the shared memory
APR_EINIT Initializer value.
- APR_INCOMPLETE - Static variable in class org.apache.tomcat.jni.Status
-
- APR_INCOMPLETE_READ - Static variable in class org.apache.tomcat.jni.Socket
-
Set on non-blocking sockets (timeout !
- APR_INCOMPLETE_WRITE - Static variable in class org.apache.tomcat.jni.Socket
-
like APR_INCOMPLETE_READ, but for write
- APR_INET - Static variable in class org.apache.tomcat.jni.Socket
-
- APR_INET6 - Static variable in class org.apache.tomcat.jni.Socket
-
- APR_INPARENT - Static variable in class org.apache.tomcat.jni.Status
-
- APR_IPV4_ADDR_OK - Static variable in class org.apache.tomcat.jni.Socket
-
no longer allow read or write requests
- APR_IPV6_ADDR_OK - Static variable in class org.apache.tomcat.jni.Socket
-
- APR_IPV6_V6ONLY - Static variable in class org.apache.tomcat.jni.Socket
-
Don't accept IPv4 connections on an IPv6 listening socket.
- APR_IS_BIGENDIAN - Static variable in class org.apache.tomcat.jni.Library
-
- APR_IS_DEV_VERSION - Static variable in class org.apache.tomcat.jni.Library
-
- APR_JUST_WAIT - Static variable in class org.apache.tomcat.jni.Proc
-
wait forever for the process to complete
- APR_KEYBASED - Static variable in class org.apache.tomcat.jni.Status
-
- APR_KILL_AFTER_TIMEOUT - Static variable in class org.apache.tomcat.jni.Proc
-
SIGTERM, wait 3 seconds, SIGKILL
- APR_KILL_ALWAYS - Static variable in class org.apache.tomcat.jni.Proc
-
process is sent SIGKILL on apr_pool_t cleanup
- APR_KILL_NEVER - Static variable in class org.apache.tomcat.jni.Proc
-
process is never sent any signals
- APR_KILL_ONLY_ONCE - Static variable in class org.apache.tomcat.jni.Proc
-
send SIGTERM and then wait
- APR_LIMIT_CPU - Static variable in class org.apache.tomcat.jni.Proc
-
- APR_LIMIT_MEM - Static variable in class org.apache.tomcat.jni.Proc
-
- APR_LIMIT_NOFILE - Static variable in class org.apache.tomcat.jni.Proc
-
- APR_LIMIT_NPROC - Static variable in class org.apache.tomcat.jni.Proc
-
- APR_LNK - Static variable in class org.apache.tomcat.jni.File
-
a symbolic link
- APR_LOCAL - Static variable in class org.apache.tomcat.jni.Socket
-
Enum to tell us if we're interested in remote or local socket
apr_interface_e
- APR_LOCK_DEFAULT - Static variable in class org.apache.tomcat.jni.Lock
-
POSIX semaphore process-based locking
- APR_LOCK_FCNTL - Static variable in class org.apache.tomcat.jni.Lock
-
Enumerated potential types for APR process locking methods
Warning : Check APR_HAS_foo_SERIALIZE defines to see if the platform supports
APR_LOCK_foo.
- APR_LOCK_FLOCK - Static variable in class org.apache.tomcat.jni.Lock
-
fcntl()
- APR_LOCK_POSIXSEM - Static variable in class org.apache.tomcat.jni.Lock
-
POSIX pthread process-based locking
- APR_LOCK_PROC_PTHREAD - Static variable in class org.apache.tomcat.jni.Lock
-
System V Semaphores
- APR_LOCK_SYSVSEM - Static variable in class org.apache.tomcat.jni.Lock
-
flock()
- APR_MAJOR_VERSION - Static variable in class org.apache.tomcat.jni.Library
-
- APR_MAX_IOVEC_SIZE - Static variable in class org.apache.tomcat.jni.Library
-
- APR_MAX_SECS_TO_LINGER - Static variable in class org.apache.tomcat.jni.Library
-
- APR_MINOR_VERSION - Static variable in class org.apache.tomcat.jni.Library
-
- APR_MMAP_LIMIT - Static variable in class org.apache.tomcat.jni.Library
-
- APR_MMAP_READ - Static variable in class org.apache.tomcat.jni.Mmap
-
MMap opened for reading
- APR_MMAP_THRESHOLD - Static variable in class org.apache.tomcat.jni.Library
-
- APR_MMAP_WRITE - Static variable in class org.apache.tomcat.jni.Mmap
-
MMap opened for writing
- APR_MSEC_PER_USEC - Static variable in class org.apache.tomcat.jni.Time
-
number of milliseconds per microsecond
- APR_NO_DESC - Static variable in class org.apache.tomcat.jni.Poll
-
Used in apr_pollfd_t to determine what the apr_descriptor is
apr_datatype_e enum
- APR_NO_PIPE - Static variable in class org.apache.tomcat.jni.Proc
-
process exited and dumped a core file
- APR_NOFILE - Static variable in class org.apache.tomcat.jni.File
-
no file type determined
- APR_NOTDETACH - Static variable in class org.apache.tomcat.jni.Status
-
- APR_NOTFOUND - Static variable in class org.apache.tomcat.jni.Status
-
- APR_NOWAIT - Static variable in class org.apache.tomcat.jni.Proc
-
wait for the specified process to finish
- APR_O_NONBLOCK_INHERITED - Static variable in class org.apache.tomcat.jni.Library
-
- APR_OC_REASON_DEATH - Static variable in class org.apache.tomcat.jni.Proc
-
child has died, caller must call unregister still
- APR_OC_REASON_LOST - Static variable in class org.apache.tomcat.jni.Proc
-
somehow the child exited without us knowing ... buggy os?
- APR_OC_REASON_RESTART - Static variable in class org.apache.tomcat.jni.Proc
-
a restart is occurring, perform any necessary cleanup (including
sending a special signal to child)
- APR_OC_REASON_RUNNING - Static variable in class org.apache.tomcat.jni.Proc
-
a health check is occurring, for most maintenance functions
this is a no-op.
- APR_OC_REASON_UNREGISTER - Static variable in class org.apache.tomcat.jni.Proc
-
unregister has been called, do whatever is necessary (including
kill the child)
- APR_OC_REASON_UNWRITABLE - Static variable in class org.apache.tomcat.jni.Proc
-
write_fd is unwritable
- APR_OS_ERRSPACE_SIZE - Static variable in class org.apache.tomcat.jni.Status
-
APR_OS_ERRSPACE_SIZE is the maximum number of errors you can fit
into one of the error/status ranges below -- except for
APR_OS_START_USERERR, which see.
- APR_OS_START_CANONERR - Static variable in class org.apache.tomcat.jni.Status
-
APR_OS_START_CANONERR is where APR versions of errno values are defined
on systems which don't have the corresponding errno.
- APR_OS_START_EAIERR - Static variable in class org.apache.tomcat.jni.Status
-
APR_OS_START_EAIERR folds EAI_ error codes from getaddrinfo() into
apr_status_t values.
- APR_OS_START_ERROR - Static variable in class org.apache.tomcat.jni.Status
-
APR_OS_START_ERROR is where the APR specific error values start.
- APR_OS_START_STATUS - Static variable in class org.apache.tomcat.jni.Status
-
APR_OS_START_STATUS is where the APR specific status codes start.
- APR_OS_START_SYSERR - Static variable in class org.apache.tomcat.jni.Status
-
APR_OS_START_SYSERR folds platform-specific system error values into
apr_status_t values.
- APR_OS_START_USEERR - Static variable in class org.apache.tomcat.jni.Status
-
APR_OS_START_USEERR is obsolete, defined for compatibility only.
- APR_OS_START_USERERR - Static variable in class org.apache.tomcat.jni.Status
-
APR_OS_START_USERERR are reserved for applications that use APR that
layer their own error codes along with APR's.
- APR_PARENT_BLOCK - Static variable in class org.apache.tomcat.jni.Proc
-
- APR_PATCH_VERSION - Static variable in class org.apache.tomcat.jni.Library
-
- APR_PATH_MAX - Static variable in class org.apache.tomcat.jni.Library
-
- APR_PIPE - Static variable in class org.apache.tomcat.jni.File
-
a FIFO / pipe
- APR_POLL_FILE - Static variable in class org.apache.tomcat.jni.Poll
-
descriptor refers to a socket
- APR_POLL_LASTDESC - Static variable in class org.apache.tomcat.jni.Poll
-
descriptor refers to a file
- APR_POLL_SOCKET - Static variable in class org.apache.tomcat.jni.Poll
-
nothing here
- APR_POLLERR - Static variable in class org.apache.tomcat.jni.Poll
-
Pending error
- APR_POLLHUP - Static variable in class org.apache.tomcat.jni.Poll
-
Hangup occurred
- APR_POLLIN - Static variable in class org.apache.tomcat.jni.Poll
-
Can read without blocking
- APR_POLLNVAL - Static variable in class org.apache.tomcat.jni.Poll
-
Descriptor invalid
- APR_POLLOUT - Static variable in class org.apache.tomcat.jni.Poll
-
Can write without blocking
- APR_POLLPRI - Static variable in class org.apache.tomcat.jni.Poll
-
Priority data available
- APR_POLLSET_THREADSAFE - Static variable in class org.apache.tomcat.jni.Poll
-
Adding or Removing a Descriptor is thread safe
- APR_PROC_DETACH_DAEMONIZE - Static variable in class org.apache.tomcat.jni.Proc
-
Do not detach
- APR_PROC_DETACH_FOREGROUND - Static variable in class org.apache.tomcat.jni.Proc
-
- APR_PROC_EXIT - Static variable in class org.apache.tomcat.jni.Proc
-
do not wait -- just see if it has finished
- APR_PROC_SIGNAL - Static variable in class org.apache.tomcat.jni.Proc
-
process exited normally
- APR_PROC_SIGNAL_CORE - Static variable in class org.apache.tomcat.jni.Proc
-
process exited due to a signal
- APR_PROGRAM - Static variable in class org.apache.tomcat.jni.Proc
-
use the shell to invoke the program
- APR_PROGRAM_ENV - Static variable in class org.apache.tomcat.jni.Proc
-
invoke the program directly, no copied env
- APR_PROGRAM_PATH - Static variable in class org.apache.tomcat.jni.Proc
-
invoke the program, replicating our environment
- APR_PROTO_SCTP - Static variable in class org.apache.tomcat.jni.Socket
-
UDP
- APR_PROTO_TCP - Static variable in class org.apache.tomcat.jni.Socket
-
- APR_PROTO_UDP - Static variable in class org.apache.tomcat.jni.Socket
-
TCP
- APR_REG - Static variable in class org.apache.tomcat.jni.File
-
a regular file
- APR_REMOTE - Static variable in class org.apache.tomcat.jni.Socket
-
- APR_RESET_NODELAY - Static variable in class org.apache.tomcat.jni.Socket
-
This flag is ONLY set internally when we set APR_TCP_NOPUSH with
APR_TCP_NODELAY set to tell us that APR_TCP_NODELAY should be turned on
again when NOPUSH is turned off
- APR_SET - Static variable in class org.apache.tomcat.jni.File
-
Set the file position
- APR_SHELLCM - Static variable in class org.apache.tomcat.jni.Proc
-
- APR_SHELLCMD_ENV - Static variable in class org.apache.tomcat.jni.Proc
-
find program on PATH, use our environment
- APR_SHUTDOWN_READ - Static variable in class org.apache.tomcat.jni.Socket
-
Define what type of socket shutdown should occur.
- APR_SHUTDOWN_READWRITE - Static variable in class org.apache.tomcat.jni.Socket
-
no longer allow write requests
- APR_SHUTDOWN_WRITE - Static variable in class org.apache.tomcat.jni.Socket
-
no longer allow read request
- APR_SIZEOF_VOIDP - Static variable in class org.apache.tomcat.jni.Library
-
- APR_SO_DEBUG - Static variable in class org.apache.tomcat.jni.Socket
-
Keepalive
- APR_SO_DISCONNECTED - Static variable in class org.apache.tomcat.jni.Socket
-
Receive buffer
- APR_SO_KEEPALIVE - Static variable in class org.apache.tomcat.jni.Socket
-
Linger
- APR_SO_LINGER - Static variable in class org.apache.tomcat.jni.Socket
-
- APR_SO_NONBLOCK - Static variable in class org.apache.tomcat.jni.Socket
-
Debug
- APR_SO_RCVBUF - Static variable in class org.apache.tomcat.jni.Socket
-
Send buffer
- APR_SO_REUSEADDR - Static variable in class org.apache.tomcat.jni.Socket
-
Non-blocking IO
- APR_SO_SNDBUF - Static variable in class org.apache.tomcat.jni.Socket
-
Reuse addresses
- APR_SOCK - Static variable in class org.apache.tomcat.jni.File
-
a [unix domain] socket
- APR_STATUS_IS_ANONYMOUS(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_BADARG(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_BADCH(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_CHILD_DONE(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_CHILD_NOTDONE(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_DETACH(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EABOVEROOT(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EABSOLUTE(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EAGAIN(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EBADDATE(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EBADIP(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EBADMASK(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EBADPATH(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EBUSY(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ECONNABORTED(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ECONNRESET(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EDSOPEN(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EGENERAL(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EINCOMPLETE(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EINIT(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EINPROGRESS(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EINTR(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EINVAL(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EINVALSOCK(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EMISMATCH(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ENODIR(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ENOLOCK(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ENOPOLL(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ENOPOOL(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ENOPROC(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ENOSHMAVAIL(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ENOSOCKET(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ENOSTAT(int) - Static method in class org.apache.tomcat.jni.Status
-
APR_STATUS_IS Status Value Tests
Warning : For any particular error condition, more than one of these tests
may match.
- APR_STATUS_IS_ENOTENOUGHENTROPY(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ENOTHDKEY(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ENOTHREAD(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ENOTIME(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ENOTIMPL(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ENOTSOCK(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EOF(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EPATHWILD(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_EPROC_UNKNOWN(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ERELATIVE(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ESYMNOTFOUND(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_ETIMEDOUT(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_FILEBASED(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_INCHILD(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_INCOMPLETE(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_INPARENT(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_KEYBASED(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_NOTDETACH(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_NOTFOUND(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_STATUS_IS_TIMEUP(int) - Static method in class org.apache.tomcat.jni.Status
-
- APR_SUCCESS - Static variable in class org.apache.tomcat.jni.Status
-
no error.
- APR_TCP_DEFER_ACCEPT - Static variable in class org.apache.tomcat.jni.Socket
-
Delay accepting of new connections until data is available.
- APR_TCP_NODELAY - Static variable in class org.apache.tomcat.jni.Socket
-
For SCTP sockets, this is mapped to STCP_NODELAY internally.
- APR_TCP_NODELAY_INHERITED - Static variable in class org.apache.tomcat.jni.Library
-
- APR_TCP_NOPUSH - Static variable in class org.apache.tomcat.jni.Socket
-
- APR_TIMEUP - Static variable in class org.apache.tomcat.jni.Status
-
- APR_UNKFILE - Static variable in class org.apache.tomcat.jni.File
-
a file of some other unknown type
- APR_UNSPEC - Static variable in class org.apache.tomcat.jni.Socket
-
- APR_USEC_PER_SEC - Static variable in class org.apache.tomcat.jni.Time
-
number of microseconds per second
- APR_WAIT - Static variable in class org.apache.tomcat.jni.Proc
-
use the shell to invoke the program,
replicating our environment
- aprAvailable - Static variable in class org.apache.catalina.core.AprLifecycleListener
-
- AprEndpoint - Class in org.apache.tomcat.util.net
-
APR tailored thread pool, providing the following services:
Socket acceptor thread
Socket poller thread
Sendfile thread
Worker threads pool
When switching to Java 5, there's an opportunity to use the virtual
machine's thread pool.
- AprEndpoint() - Constructor for class org.apache.tomcat.util.net.AprEndpoint
-
- AprEndpoint.Acceptor - Class in org.apache.tomcat.util.net
-
The background thread that listens for incoming TCP/IP connections and
hands them off to an appropriate processor.
- AprEndpoint.Acceptor() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.Acceptor
-
- AprEndpoint.Handler - Interface in org.apache.tomcat.util.net
-
Bare bones interface used for socket processing.
- AprEndpoint.Poller - Class in org.apache.tomcat.util.net
-
- AprEndpoint.Poller() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.Poller
-
- AprEndpoint.Sendfile - Class in org.apache.tomcat.util.net
-
- AprEndpoint.Sendfile() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.Sendfile
-
- AprEndpoint.SendfileData - Class in org.apache.tomcat.util.net
-
SendfileData class.
- AprEndpoint.SendfileData() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.SendfileData
-
- AprEndpoint.SocketInfo - Class in org.apache.tomcat.util.net
-
- AprEndpoint.SocketInfo() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
-
- AprEndpoint.SocketList - Class in org.apache.tomcat.util.net
-
- AprEndpoint.SocketList(int) - Constructor for class org.apache.tomcat.util.net.AprEndpoint.SocketList
-
- AprEndpoint.SocketProcessor - Class in org.apache.tomcat.util.net
-
This class is the equivalent of the Worker, but will simply use in an
external Executor thread pool.
- AprEndpoint.SocketProcessor(SocketWrapper<Long>, SocketStatus) - Constructor for class org.apache.tomcat.util.net.AprEndpoint.SocketProcessor
-
- AprEndpoint.SocketTimeouts - Class in org.apache.tomcat.util.net
-
- AprEndpoint.SocketTimeouts(int) - Constructor for class org.apache.tomcat.util.net.AprEndpoint.SocketTimeouts
-
- AprEndpoint.SocketWithOptionsProcessor - Class in org.apache.tomcat.util.net
-
This class is the equivalent of the Worker, but will simply use in an
external Executor thread pool.
- AprEndpoint.SocketWithOptionsProcessor(SocketWrapper<Long>) - Constructor for class org.apache.tomcat.util.net.AprEndpoint.SocketWithOptionsProcessor
-
- aprInitialized - Static variable in class org.apache.catalina.core.AprLifecycleListener
-
- AprLifecycleListener - Class in org.apache.catalina.core
-
Implementation of LifecycleListener
that will init and
and destroy APR.
- AprLifecycleListener() - Constructor for class org.apache.catalina.core.AprLifecycleListener
-
- APRMAXHOSTLEN - Static variable in class org.apache.tomcat.jni.Library
-
- AprProcessor - Class in org.apache.coyote.http11.upgrade
-
- AprProcessor(SocketWrapper<Long>, ByteBuffer, UpgradeToken, AprEndpoint, int) - Constructor for class org.apache.coyote.http11.upgrade.AprProcessor
-
- AprServletInputStream - Class in org.apache.coyote.http11.upgrade
-
- AprServletInputStream(SocketWrapper<Long>, ByteBuffer) - Constructor for class org.apache.coyote.http11.upgrade.AprServletInputStream
-
- AprServletOutputStream - Class in org.apache.coyote.http11.upgrade
-
- AprServletOutputStream(SocketWrapper<Long>, int, AprEndpoint) - Constructor for class org.apache.coyote.http11.upgrade.AprServletOutputStream
-
- aprVersionString() - Static method in class org.apache.tomcat.jni.Library
-
- archiveEntries - Variable in class org.apache.catalina.webresources.AbstractArchiveResourceSet
-
- archiveLock - Variable in class org.apache.catalina.webresources.AbstractArchiveResourceSet
-
- Arg - Class in org.apache.catalina.ant.jmx
-
- Arg() - Constructor for class org.apache.catalina.ant.jmx.Arg
-
- argPos - Variable in class org.apache.jasper.JspC
-
- args - Variable in class org.apache.jasper.JspC
-
- arguments(String[]) - Method in class org.apache.catalina.startup.Catalina
-
Process the specified command line arguments, and return
true
if we should continue processing; otherwise
return false
.
- ArithmeticNode - Class in org.apache.el.parser
-
- ArithmeticNode(int) - Constructor for class org.apache.el.parser.ArithmeticNode
-
- ARRAY - Static variable in class org.apache.tomcat.util.bcel.classfile.ElementValue
-
- ARRAY_MAX_SIZE - Static variable in class org.apache.tomcat.util.buf.AbstractChunk
-
- ArrayElementValue - Class in org.apache.tomcat.util.bcel.classfile
-
- arrayequals(byte[], byte[], int) - Static method in class org.apache.tomcat.util.http.fileupload.MultipartStream
-
Compares count
first bytes in the arrays
a
and b
.
- Arrays - Class in org.apache.catalina.tribes.util
-
- Arrays() - Constructor for class org.apache.catalina.tribes.util.Arrays
-
- ArrayStack<E> - Class in org.apache.tomcat.util.digester
-
Imported copy of the ArrayStack
class from
Commons Collections, which was the only direct dependency from Digester.
- ArrayStack() - Constructor for class org.apache.tomcat.util.digester.ArrayStack
-
Constructs a new empty ArrayStack
.
- ArrayStack(int) - Constructor for class org.apache.tomcat.util.digester.ArrayStack
-
Constructs a new empty ArrayStack
with an initial size.
- ARROW - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- Ascii - Class in org.apache.tomcat.util.buf
-
This class implements some basic ASCII character handling functions.
- Ascii() - Constructor for class org.apache.tomcat.util.buf.Ascii
-
- ASCIIReader - Class in org.apache.jasper.xmlparser
-
A simple ASCII byte reader.
- ASCIIReader(InputStream, int) - Constructor for class org.apache.jasper.xmlparser.ASCIIReader
-
Constructs an ASCII reader from the specified input stream
and buffer size.
- assemble() - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor.FragCollection
-
- assertInitializationAllowed() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
Throws an IllegalStateException, if a PooledConnection has already been requested.
- assertOpen() - Method in class org.apache.tomcat.dbcp.pool2.BaseObjectPool
-
Throws an IllegalStateException
when this pool has been
closed.
- ASSIGN - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- Assignment() - Method in class org.apache.el.parser.ELParser
-
- associate(String, Session) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Associate the specified single sign on identifier with the
specified Session.
- associate(String, Session) - Method in class org.apache.catalina.authenticator.SingleSignOn
-
Associate the specified single sign on identifier with the
specified Session.
- associate(String, Session) - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
-
- asString(InputStream) - Static method in class org.apache.tomcat.util.http.fileupload.util.Streams
-
This convenience method allows to read a
FileItemStream
's
content into a string.
- asString(InputStream, String) - Static method in class org.apache.tomcat.util.http.fileupload.util.Streams
-
This convenience method allows to read a
FileItemStream
's
content into a string, using the given character encoding.
- AstAnd - Class in org.apache.el.parser
-
- AstAnd(int) - Constructor for class org.apache.el.parser.AstAnd
-
- AstAssign - Class in org.apache.el.parser
-
- AstAssign(int) - Constructor for class org.apache.el.parser.AstAssign
-
- AstBracketSuffix - Class in org.apache.el.parser
-
- AstBracketSuffix(int) - Constructor for class org.apache.el.parser.AstBracketSuffix
-
- AstChoice - Class in org.apache.el.parser
-
- AstChoice(int) - Constructor for class org.apache.el.parser.AstChoice
-
- AstCompositeExpression - Class in org.apache.el.parser
-
- AstCompositeExpression(int) - Constructor for class org.apache.el.parser.AstCompositeExpression
-
- AstConcatenation - Class in org.apache.el.parser
-
- AstConcatenation(int) - Constructor for class org.apache.el.parser.AstConcatenation
-
- AstDeferredExpression - Class in org.apache.el.parser
-
- AstDeferredExpression(int) - Constructor for class org.apache.el.parser.AstDeferredExpression
-
- AstDiv - Class in org.apache.el.parser
-
- AstDiv(int) - Constructor for class org.apache.el.parser.AstDiv
-
- AstDotSuffix - Class in org.apache.el.parser
-
- AstDotSuffix(int) - Constructor for class org.apache.el.parser.AstDotSuffix
-
- AstDynamicExpression - Class in org.apache.el.parser
-
- AstDynamicExpression(int) - Constructor for class org.apache.el.parser.AstDynamicExpression
-
- AstEmpty - Class in org.apache.el.parser
-
- AstEmpty(int) - Constructor for class org.apache.el.parser.AstEmpty
-
- AstEqual - Class in org.apache.el.parser
-
- AstEqual(int) - Constructor for class org.apache.el.parser.AstEqual
-
- AstFalse - Class in org.apache.el.parser
-
- AstFalse(int) - Constructor for class org.apache.el.parser.AstFalse
-
- AstFloatingPoint - Class in org.apache.el.parser
-
- AstFloatingPoint(int) - Constructor for class org.apache.el.parser.AstFloatingPoint
-
- AstFunction - Class in org.apache.el.parser
-
- AstFunction(int) - Constructor for class org.apache.el.parser.AstFunction
-
- AstGreaterThan - Class in org.apache.el.parser
-
- AstGreaterThan(int) - Constructor for class org.apache.el.parser.AstGreaterThan
-
- AstGreaterThanEqual - Class in org.apache.el.parser
-
- AstGreaterThanEqual(int) - Constructor for class org.apache.el.parser.AstGreaterThanEqual
-
- AstIdentifier - Class in org.apache.el.parser
-
- AstIdentifier(int) - Constructor for class org.apache.el.parser.AstIdentifier
-
- AstInteger - Class in org.apache.el.parser
-
- AstInteger(int) - Constructor for class org.apache.el.parser.AstInteger
-
- AstLambdaExpression - Class in org.apache.el.parser
-
- AstLambdaExpression(int) - Constructor for class org.apache.el.parser.AstLambdaExpression
-
- AstLambdaParameters - Class in org.apache.el.parser
-
- AstLambdaParameters(int) - Constructor for class org.apache.el.parser.AstLambdaParameters
-
- AstLessThan - Class in org.apache.el.parser
-
- AstLessThan(int) - Constructor for class org.apache.el.parser.AstLessThan
-
- AstLessThanEqual - Class in org.apache.el.parser
-
- AstLessThanEqual(int) - Constructor for class org.apache.el.parser.AstLessThanEqual
-
- AstListData - Class in org.apache.el.parser
-
- AstListData(int) - Constructor for class org.apache.el.parser.AstListData
-
- AstLiteralExpression - Class in org.apache.el.parser
-
- AstLiteralExpression(int) - Constructor for class org.apache.el.parser.AstLiteralExpression
-
- AstMapData - Class in org.apache.el.parser
-
- AstMapData(int) - Constructor for class org.apache.el.parser.AstMapData
-
- AstMapEntry - Class in org.apache.el.parser
-
- AstMapEntry(int) - Constructor for class org.apache.el.parser.AstMapEntry
-
- AstMethodParameters - Class in org.apache.el.parser
-
- AstMethodParameters(int) - Constructor for class org.apache.el.parser.AstMethodParameters
-
- AstMinus - Class in org.apache.el.parser
-
- AstMinus(int) - Constructor for class org.apache.el.parser.AstMinus
-
- AstMod - Class in org.apache.el.parser
-
- AstMod(int) - Constructor for class org.apache.el.parser.AstMod
-
- AstMult - Class in org.apache.el.parser
-
- AstMult(int) - Constructor for class org.apache.el.parser.AstMult
-
- AstNegative - Class in org.apache.el.parser
-
- AstNegative(int) - Constructor for class org.apache.el.parser.AstNegative
-
- AstNot - Class in org.apache.el.parser
-
- AstNot(int) - Constructor for class org.apache.el.parser.AstNot
-
- AstNotEqual - Class in org.apache.el.parser
-
- AstNotEqual(int) - Constructor for class org.apache.el.parser.AstNotEqual
-
- AstNull - Class in org.apache.el.parser
-
- AstNull(int) - Constructor for class org.apache.el.parser.AstNull
-
- AstOr - Class in org.apache.el.parser
-
- AstOr(int) - Constructor for class org.apache.el.parser.AstOr
-
- AstPlus - Class in org.apache.el.parser
-
- AstPlus(int) - Constructor for class org.apache.el.parser.AstPlus
-
- AstSemicolon - Class in org.apache.el.parser
-
- AstSemicolon(int) - Constructor for class org.apache.el.parser.AstSemicolon
-
- AstSetData - Class in org.apache.el.parser
-
- AstSetData(int) - Constructor for class org.apache.el.parser.AstSetData
-
- AstString - Class in org.apache.el.parser
-
- AstString(int) - Constructor for class org.apache.el.parser.AstString
-
- AstTrue - Class in org.apache.el.parser
-
- AstTrue(int) - Constructor for class org.apache.el.parser.AstTrue
-
- AstValue - Class in org.apache.el.parser
-
- AstValue(int) - Constructor for class org.apache.el.parser.AstValue
-
- AstValue.Target - Class in org.apache.el.parser
-
- AstValue.Target() - Constructor for class org.apache.el.parser.AstValue.Target
-
- ASYNC - Static variable in class org.apache.tomcat.util.descriptor.web.FilterMap
-
- ASYNC_SUPPORTED_ATTR - Static variable in class org.apache.catalina.Globals
-
- AsyncChannelGroupUtil - Class in org.apache.tomcat.websocket
-
This is a utility class that enables multiple
WsWebSocketContainer
instances to share a single
AsynchronousChannelGroup
while ensuring
that the group is destroyed when no longer required.
- AsyncChannelWrapper - Interface in org.apache.tomcat.websocket
-
This is a wrapper for a AsynchronousSocketChannel
that limits the methods available thereby simplifying the process of
implementing SSL/TLS support since there are fewer methods to intercept.
- AsyncChannelWrapperNonSecure - Class in org.apache.tomcat.websocket
-
Generally, just passes calls straight to the wrapped
AsynchronousSocketChannel
.
- AsyncChannelWrapperNonSecure(AsynchronousSocketChannel) - Constructor for class org.apache.tomcat.websocket.AsyncChannelWrapperNonSecure
-
- AsyncChannelWrapperSecure - Class in org.apache.tomcat.websocket
-
Wraps the AsynchronousSocketChannel
with SSL/TLS.
- AsyncChannelWrapperSecure(AsynchronousSocketChannel, SSLEngine) - Constructor for class org.apache.tomcat.websocket.AsyncChannelWrapperSecure
-
- asyncComplete() - Method in class org.apache.coyote.AsyncStateMachine
-
- AsyncContextCallback - Interface in org.apache.coyote
-
Provides a mechanism for the Coyote connectors to signal to a
AsyncContext
implementation that an action, such as
firing event listeners needs to be taken.
- AsyncContextImpl - Class in org.apache.catalina.core
-
- AsyncContextImpl(Request) - Constructor for class org.apache.catalina.core.AsyncContextImpl
-
- asyncDispatch(Request, Response, SocketStatus) - Method in class org.apache.catalina.connector.CoyoteAdapter
-
- asyncDispatch(SocketStatus) - Method in class org.apache.coyote.AbstractProcessor
-
Process in-progress Servlet 3.0 Async requests.
- asyncDispatch(Request, Response, SocketStatus) - Method in interface org.apache.coyote.Adapter
-
- asyncDispatch(SocketStatus) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
-
- asyncDispatch() - Method in class org.apache.coyote.AsyncStateMachine
-
- asyncDispatch(SocketStatus) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
- asyncDispatch(SocketStatus) - Method in class org.apache.coyote.http11.Http11Nio2Processor
-
- asyncDispatch(SocketStatus) - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
-
- asyncDispatch(SocketStatus) - Method in interface org.apache.coyote.Processor
-
- asyncDispatched() - Method in class org.apache.coyote.AsyncStateMachine
-
- AsyncDispatcher - Interface in org.apache.catalina
-
- asyncError() - Method in class org.apache.coyote.AsyncStateMachine
-
- AsyncFileHandler - Class in org.apache.juli
-
A
FileHandler
implementation that uses a queue of log entries.
- AsyncFileHandler() - Constructor for class org.apache.juli.AsyncFileHandler
-
- AsyncFileHandler(String, String, String) - Constructor for class org.apache.juli.AsyncFileHandler
-
- AsyncFileHandler(String, String, String, int) - Constructor for class org.apache.juli.AsyncFileHandler
-
- AsyncFileHandler.LogEntry - Class in org.apache.juli
-
- AsyncFileHandler.LogEntry(LogRecord, AsyncFileHandler) - Constructor for class org.apache.juli.AsyncFileHandler.LogEntry
-
- AsyncFileHandler.LoggerThread - Class in org.apache.juli
-
- AsyncFileHandler.LoggerThread() - Constructor for class org.apache.juli.AsyncFileHandler.LoggerThread
-
- AsyncListenerWrapper - Class in org.apache.catalina.core
-
- AsyncListenerWrapper() - Constructor for class org.apache.catalina.core.AsyncListenerWrapper
-
- asyncMustError() - Method in class org.apache.coyote.AsyncStateMachine
-
- asyncOperation() - Method in class org.apache.coyote.AsyncStateMachine
-
- asyncPostProcess() - Method in class org.apache.coyote.AbstractProcessor
-
- asyncPostProcess() - Method in class org.apache.coyote.AsyncStateMachine
-
- asyncPostProcess() - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
-
- asyncPostProcess() - Method in interface org.apache.coyote.Processor
-
- asyncRun(Runnable) - Method in class org.apache.coyote.AsyncStateMachine
-
- asyncStart(AsyncContextCallback) - Method in class org.apache.coyote.AsyncStateMachine
-
- asyncStateMachine - Variable in class org.apache.coyote.AbstractProcessor
-
- AsyncStateMachine - Class in org.apache.coyote
-
Manages the state transitions for async requests.
- AsyncStateMachine(Processor<?>) - Constructor for class org.apache.coyote.AsyncStateMachine
-
- asyncSupported - Variable in class org.apache.catalina.connector.Request
-
- asyncSupported - Variable in class org.apache.catalina.core.StandardWrapper
-
Async support
- asyncSupported - Variable in class org.apache.catalina.valves.ValveBase
-
Does this valve support Servlet 3+ async requests?
- asyncTimeout - Variable in class org.apache.catalina.connector.Connector
-
Default timeout for asynchronous requests (ms).
- asyncTimeout() - Method in class org.apache.coyote.AsyncStateMachine
-
- atime - Variable in class org.apache.tomcat.jni.FileInfo
-
The time the file was last accessed
- atmark(long) - Static method in class org.apache.tomcat.jni.Socket
-
Query the specified socket if at the OOB/Urgent data mark
- attach(String, long) - Static method in class org.apache.tomcat.jni.Shm
-
Attach to a shared memory segment that was created
by another process.
- attach(long, long) - Static method in class org.apache.tomcat.jni.SSLSocket
-
Attach APR socket on a SSL connection.
- ATTACHMENT - Static variable in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
Content-disposition value for file attachment.
- attribute - Variable in class org.apache.catalina.ant.JMXGetTask
-
The attribute you wish to alter
- attribute - Variable in class org.apache.catalina.ant.JMXSetTask
-
The attribute you wish to alter
- ATTRIBUTE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- ATTRIBUTE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- attributeBroadcaster - Variable in class org.apache.tomcat.util.modeler.BaseModelMBean
-
Notification broadcaster for attribute changes.
- AttributeInfo - Class in org.apache.tomcat.util.modeler
-
Internal configuration information for an Attribute
descriptor.
- AttributeInfo() - Constructor for class org.apache.tomcat.util.modeler.AttributeInfo
-
- attributeName - Variable in class org.apache.tomcat.util.digester.CallParamRule
-
The attribute from which to save the parameter value
- attributeName - Variable in class org.apache.tomcat.util.digester.ObjectCreateRule
-
The attribute containing an override class name if it is present.
- AttributeParser - Class in org.apache.jasper.compiler
-
Converts a JSP attribute value into the unquoted equivalent.
- attributes - Variable in class org.apache.catalina.connector.Request
-
The attributes associated with this Request, keyed by attribute name.
- attributes - Variable in class org.apache.catalina.core.ApplicationContext
-
The context attributes for this context.
- attributes - Variable in class org.apache.catalina.session.StandardSession
-
The collection of user data attributes associated with this Session.
- attributes - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
-
Attributes provide a way for configuration to be passed to sub-components
without the
ProtocolHandler
being aware of the
properties available on those sub-components.
- attrsSet(String, int, int, long) - Static method in class org.apache.tomcat.jni.File
-
Set attributes of the specified file.
- AUTH - Static variable in class org.apache.naming.ResourceRef
-
Auth address type.
- AUTH_HEADER_NAME - Static variable in class org.apache.catalina.authenticator.AuthenticatorBase
-
Authentication header
- AUTH_ONLY_MODE - Static variable in class org.apache.catalina.realm.RealmBase.AllRolesMode
-
Allow any authenticated user
- authenticate(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 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.BasicAuthenticator
-
- authenticate(Request, HttpServletResponse) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
-
Authenticate the user making this request, based on the specified
login configuration.
- authenticate(Request, HttpServletResponse) - Method in class org.apache.catalina.authenticator.FormAuthenticator
-
Authenticate the user making this request, based on the specified
login configuration.
- authenticate(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.
- authenticate(Request, HttpServletResponse) - Method in class org.apache.catalina.authenticator.SpnegoAuthenticator
-
- authenticate(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.
- authenticate(HttpServletResponse) - Method in class org.apache.catalina.connector.Request
-
- authenticate(HttpServletResponse) - Method in class org.apache.catalina.connector.RequestFacade
-
- authenticate - Variable in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
-
- authenticate(String) - Method in interface org.apache.catalina.Realm
-
Try to authenticate with the specified username.
- authenticate(String, String) - Method in interface org.apache.catalina.Realm
-
Try to authenticate using the specified username and
credentials.
- authenticate(String, String, String, String, String, String, String, String) - Method in interface org.apache.catalina.Realm
-
Try to authenticate with the specified username, which
matches the digest calculated using the given parameters using the
method described in RFC 2617 (which is a superset of RFC 2069).
- authenticate(GSSContext, boolean) - Method in interface org.apache.catalina.Realm
-
Try to authenticate using a GSSContext
- authenticate(X509Certificate[]) - Method in interface org.apache.catalina.Realm
-
Try to authenticate using X509Certificate
s
- authenticate(String, String, String, String, String, String, String, String) - Method in class org.apache.catalina.realm.CombinedRealm
-
Return the Principal associated with the specified username, which
matches the digest calculated using the given parameters using the
method described in RFC 2069; otherwise return null
.
- authenticate(String) - Method in class org.apache.catalina.realm.CombinedRealm
-
Return the Principal associated with the specified user name otherwise
return null
.
- authenticate(String, String) - Method in class org.apache.catalina.realm.CombinedRealm
-
Return the Principal associated with the specified username and
credentials, if there is one; otherwise return null
.
- authenticate(X509Certificate[]) - Method in class org.apache.catalina.realm.CombinedRealm
-
Return the Principal associated with the specified chain of X509
client certificates.
- authenticate(GSSContext, boolean) - Method in class org.apache.catalina.realm.CombinedRealm
-
Try to authenticate using a GSSContext
- authenticate(String, String) - Method in class org.apache.catalina.realm.DataSourceRealm
-
Return the Principal associated with the specified username and
credentials, if there is one; otherwise return null
.
- authenticate(Connection, String, String) - Method in class org.apache.catalina.realm.DataSourceRealm
-
Return the Principal associated with the specified username and
credentials, if there is one; otherwise return null
.
- authenticate(String, String) - Method in class org.apache.catalina.realm.JAASRealm
-
Return the Principal
associated with the specified username
and credentials, if there is one; otherwise return null
.
- authenticate(String, String, String, String, String, String, String, String) - Method in class org.apache.catalina.realm.JAASRealm
-
Return the Principal
associated with the specified username
and digest, if there is one; otherwise return null
.
- authenticate(String, CallbackHandler) - Method in class org.apache.catalina.realm.JAASRealm
-
Perform the actual JAAS authentication.
- authenticate(String, String) - Method in class org.apache.catalina.realm.JDBCRealm
-
Return the Principal associated with the specified username and
credentials, if there is one; otherwise return null
.
- authenticate(Connection, String, String) - Method in class org.apache.catalina.realm.JDBCRealm
-
Attempt to authenticate the user with the provided credentials.
- authenticate(String, String) - Method in class org.apache.catalina.realm.JNDIRealm
-
Return the Principal associated with the specified username and
credentials, if there is one; otherwise return null
.
- authenticate(DirContext, String, String) - Method in class org.apache.catalina.realm.JNDIRealm
-
Return the Principal associated with the specified username and
credentials, if there is one; otherwise return null
.
- authenticate(String, String, String, String, String, String, String, String) - Method in class org.apache.catalina.realm.LockOutRealm
-
Return the Principal associated with the specified username, which
matches the digest calculated using the given parameters using the
method described in RFC 2069; otherwise return null
.
- authenticate(String, String) - Method in class org.apache.catalina.realm.LockOutRealm
-
Return the Principal associated with the specified username and
credentials, if there is one; otherwise return null
.
- authenticate(X509Certificate[]) - Method in class org.apache.catalina.realm.LockOutRealm
-
Return the Principal associated with the specified chain of X509
client certificates.
- authenticate(GSSContext, boolean) - Method in class org.apache.catalina.realm.LockOutRealm
-
Try to authenticate using a GSSContext
- authenticate(String, String) - Method in class org.apache.catalina.realm.MemoryRealm
-
Return the Principal associated with the specified username and
credentials, if there is one; otherwise return null
.
- authenticate(String) - Method in class org.apache.catalina.realm.RealmBase
-
Return the Principal associated with the specified username, if there
is one; otherwise return null
.
- authenticate(String, String) - Method in class org.apache.catalina.realm.RealmBase
-
Return the Principal associated with the specified username and
credentials, if there is one; otherwise return null
.
- authenticate(String, String, String, String, String, String, String, String) - Method in class org.apache.catalina.realm.RealmBase
-
Try to authenticate with the specified username, which
matches the digest calculated using the given parameters using the
method described in RFC 2617 (which is a superset of RFC 2069).
- authenticate(X509Certificate[]) - Method in class org.apache.catalina.realm.RealmBase
-
Return the Principal associated with the specified chain of X509
client certificates.
- authenticate(GSSContext, boolean) - Method in class org.apache.catalina.realm.RealmBase
-
Try to authenticate using a GSSContext
- authentication - Variable in class org.apache.catalina.realm.JNDIRealm
-
The type of authentication to use
- Authentication - Enum in org.apache.tomcat.util.net.jsse.openssl
-
- AuthenticationException - Exception in org.apache.tomcat.websocket
-
Exception thrown on authentication error connecting to a remote
websocket endpoint.
- AuthenticationException(String) - Constructor for exception org.apache.tomcat.websocket.AuthenticationException
-
Create authentication exception.
- Authenticator - Interface in org.apache.catalina
-
An Authenticator is a component (usually a Valve or Container) that
provides some sort of authentication service.
- Authenticator - Class in org.apache.tomcat.websocket
-
Base class for the authentication methods used by the websocket client.
- Authenticator() - Constructor for class org.apache.tomcat.websocket.Authenticator
-
- AuthenticatorBase - Class in org.apache.catalina.authenticator
-
Basic implementation of the Valve interface that enforces the
<security-constraint>
elements in the web application
deployment descriptor.
- AuthenticatorBase() - Constructor for class org.apache.catalina.authenticator.AuthenticatorBase
-
- authenticatorConfig() - Method in class org.apache.catalina.startup.ContextConfig
-
Set up an Authenticator automatically if required, and one has not
already been configured.
- AuthenticatorFactory - Class in org.apache.tomcat.websocket
-
Utility method to return the appropriate authenticator according to
the scheme that the server uses.
- AuthenticatorFactory() - Constructor for class org.apache.tomcat.websocket.AuthenticatorFactory
-
- authenticators - Static variable in class org.apache.catalina.startup.ContextConfig
-
The set of Authenticators that we know how to configure.
- authMethod - Variable in class org.apache.catalina.realm.JAASCallbackHandler
-
The authentication method to be used.
- Authorization - Class in org.apache.tomcat.util.http.parser
-
Parser for an "Authorization" header.
- Authorization() - Constructor for class org.apache.tomcat.util.http.parser.Authorization
-
- AUTHORIZATION_HEADER_NAME - Static variable in class org.apache.tomcat.websocket.Constants
-
- authType - Variable in class org.apache.catalina.authenticator.SingleSignOnEntry
-
- authType - Variable in class org.apache.catalina.connector.Request
-
Authentication type.
- authType - Variable in class org.apache.catalina.session.StandardSession
-
The authentication type used to authenticate our cached Principal,
if any.
- autoCommit - Variable in class org.apache.tomcat.jdbc.pool.interceptor.ConnectionState
-
- autoCommitFailureClosesAllResultSets() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- available() - Method in class org.apache.catalina.connector.CoyoteInputStream
-
- available() - Method in class org.apache.catalina.connector.InputBuffer
-
- available - Variable in class org.apache.catalina.core.StandardWrapper
-
The date and time at which this servlet will become available (in
milliseconds since the epoch), or zero if the servlet is available.
- available() - Method in class org.apache.catalina.tribes.transport.RxTaskPool
-
- available() - Method in class org.apache.catalina.webresources.AbstractArchiveResource.JarInputStreamWrapper
-
- available(boolean) - Method in class org.apache.coyote.http11.AbstractInputBuffer
-
Available bytes in the buffers (note that due to encoding, this may not
correspond).
- available() - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
-
- available() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
-
Amount of bytes still available in a buffer.
- available() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
-
Amount of bytes still available in a buffer.
- available() - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
-
Amount of bytes still available in a buffer.
- available() - Method in class org.apache.coyote.http11.filters.VoidInputFilter
-
- available() - Method in interface org.apache.coyote.http11.InputFilter
-
Amount of bytes still available in a buffer.
- available(boolean) - Method in class org.apache.coyote.http11.InternalInputBuffer
-
Data is always available for blocking IO (if you wait long enough) so
return a value of 1.
- available() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
-
Returns the number of bytes, which are currently
available, without blocking.
- average() - Method in class org.apache.el.stream.Stream
-
- await() - Method in class org.apache.catalina.core.StandardServer
-
Wait until a proper shutdown command is received, then return.
- await() - Method in interface org.apache.catalina.Server
-
Wait until a proper shutdown command is received, then return.
- await - Variable in class org.apache.catalina.startup.Catalina
-
Use await.
- await() - Method in class org.apache.catalina.startup.Catalina
-
Await and shutdown.
- awaitBytes(SocketWrapper<Nio2Channel>) - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
- awaitLatch(CountDownLatch, long, TimeUnit) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
-
- awaitReadLatch(long, TimeUnit) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
-
- awaitWriteLatch(long, TimeUnit) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
-
- C2BConverter - Class in org.apache.tomcat.util.buf
-
NIO based character encoder.
- C2BConverter(String) - Constructor for class org.apache.tomcat.util.buf.C2BConverter
-
- cache - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
-
Should we cache authenticated Principals if the request is part of
an HTTP session?
- cache - Variable in class org.apache.catalina.authenticator.SingleSignOn
-
The cache of SingleSignOnEntry instances for authenticated Principals,
keyed by the cookie value that is used to select them.
- cache - Variable in class org.apache.catalina.valves.AbstractAccessLogValve.DateFormatCache.Cache
-
- Cache - Class in org.apache.catalina.webresources
-
- Cache(StandardRoot) - Constructor for class org.apache.catalina.webresources.Cache
-
- cache - Variable in class org.apache.jasper.JspC
-
- cache - Variable in class org.apache.tomcat.util.digester.RulesBase
-
The set of registered Rule instances, keyed by the matching pattern.
- CACHED_POST_LEN - Static variable in class org.apache.catalina.connector.Request
-
Post data buffer.
- 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
-
- cacheRemovalWarningTime - Variable in class org.apache.catalina.realm.LockOutRealm
-
If a failed user is removed from the cache because the cache is too big
before it has been in the cache for at least this period of time (in
seconds) a warning message will be logged.
- cacheSize - Variable in class org.apache.catalina.realm.LockOutRealm
-
Number of users that have failed authentication to keep in cache.
- cacheSize - Static variable in class org.apache.tomcat.util.buf.StringCache
-
- cacheStatement(StatementCache.CachedStatement) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
-
- caching - Variable in class org.apache.jasper.JspC
-
- CALLABLE_TYPE - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
-
- callback(String) - Method in interface org.apache.tomcat.jni.PasswordCallback
-
Called when the password is required
- callback() - Method in interface org.apache.tomcat.jni.PoolCallback
-
Called when the pool is destroyed or cleared
- callback(long, int, String) - Method in interface org.apache.tomcat.jni.ProcErrorCallback
-
Called in the child process if APR encounters an error
in the child prior to running the specified program.
- callbackHandler - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
-
The callback handler responsible for answering our requests.
- callMethod1(Object, String, Object, String, ClassLoader) - Static method in class org.apache.tomcat.util.IntrospectionUtils
-
- callMethodN(Object, String, Object[], Class<?>[]) - Static method in class org.apache.tomcat.util.IntrospectionUtils
-
- CallMethodRule - Class in org.apache.tomcat.util.digester
-
Rule implementation that calls a method on an object on the stack
(normally the top/parent object), passing arguments collected from
subsequent CallParamRule
rules or from the body of this
element.
- CallMethodRule(String, int) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
-
Construct a "call method" rule with the specified method name.
- CallMethodRule(int, String, int) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
-
Construct a "call method" rule with the specified method name.
- CallMethodRule(String) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
-
Construct a "call method" rule with the specified method name.
- CallMethodRule(int, String, int, Class<?>[]) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
-
Construct a "call method" rule with the specified method name and
parameter types.
- calloc(int, int) - Static method in class org.apache.tomcat.jni.Buffer
-
Allocate a new ByteBuffer from memory and set all of the memory to 0
- calloc(long, int) - Static method in class org.apache.tomcat.jni.Pool
-
Allocate a block of memory from a pool and set all of the memory to 0
- calloc(int, int) - Static method in class org.apache.tomcat.jni.Stdlib
-
Allocates an array in memory with elements initialized to 0.
- CallParamRule - Class in org.apache.tomcat.util.digester
-
Rule implementation that saves a parameter for use by a surrounding
CallMethodRule
.
- CallParamRule(int) - Constructor for class org.apache.tomcat.util.digester.CallParamRule
-
Construct a "call parameter" rule that will save the body text of this
element as the parameter value.
- CallParamRule(int, String) - Constructor for class org.apache.tomcat.util.digester.CallParamRule
-
Construct a "call parameter" rule that will save the value of the
specified attribute as the parameter value.
- 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
-
- 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
-
- cancel(SelectionKey, NioEndpoint.KeyAttachment, int) - Method in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
-
- canceled - Variable in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ItemFuture
-
- canceled - Variable in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ItemFuture
-
- cancelKey(SelectionKey) - Method in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
-
- cancelledKey(SelectionKey) - Static method in class org.apache.catalina.tribes.transport.nio.NioReceiver
-
- cancelledKey(SelectionKey, SocketStatus) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
-
- cancelRowUpdates() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- canonical - Variable in class org.apache.catalina.util.DOMWriter
-
Canonical output.
- canonicalURI(String) - Static method in class org.apache.jasper.JspCompilationContext
-
- canRead() - Method in interface org.apache.catalina.WebResource
-
See File.canRead()
.
- 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
-
- canReauthenticate - Variable in class org.apache.catalina.authenticator.SingleSignOnEntry
-
- capitalize(String) - Static method in class org.apache.tomcat.jdbc.naming.GenericNamingResourcesFactory
-
- capitalize(String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
-
Reverse of Introspector.decapitalize
- captureServletOutputStream - Variable in class org.apache.catalina.ssi.ResponseIncludeWrapper
-
Our ServletOutputStream
- CaseInsensitiveKeyMap<V> - Class in org.apache.tomcat.websocket
-
A Map implementation that uses case-insensitive (using Locale.ENGLISH
) strings as keys.
- CaseInsensitiveKeyMap() - Constructor for class org.apache.tomcat.websocket.CaseInsensitiveKeyMap
-
- Catalina - Class in org.apache.catalina.startup
-
Startup/Shutdown shell program for Catalina.
- Catalina() - Constructor for class org.apache.catalina.startup.Catalina
-
- Catalina.CatalinaShutdownHook - Class in org.apache.catalina.startup
-
Shutdown hook which will perform a clean shutdown of Catalina if needed.
- Catalina.CatalinaShutdownHook() - Constructor for class org.apache.catalina.startup.Catalina.CatalinaShutdownHook
-
- CATALINA_BASE_PROP - Static variable in class org.apache.catalina.Globals
-
Name of the system property containing
the tomcat instance installation path
- CATALINA_BASE_PROP - Static variable in class org.apache.tomcat.util.net.Constants
-
Name of the system property containing
the tomcat instance installation path
- CATALINA_HOME_PROP - Static variable in class org.apache.catalina.Globals
-
Name of the system property containing
the tomcat product installation path
- CATALINA_HOME_PROP - Static variable in class org.apache.jasper.Constants
-
Name of the system property containing
the tomcat product installation path
- CatalinaCluster - Interface in org.apache.catalina.ha
-
A CatalinaCluster interface allows to plug in and out the
different cluster implementations
- CatalinaClusterSF - Class in org.apache.catalina.storeconfig
-
Generate Cluster Element with Membership,Sender,Receiver,Deployer and
ReplicationValve
- CatalinaClusterSF() - Constructor for class org.apache.catalina.storeconfig.CatalinaClusterSF
-
- CatalinaProperties - Class in org.apache.catalina.startup
-
Utility class to read the bootstrap Catalina configuration.
- CatalinaProperties() - Constructor for class org.apache.catalina.startup.CatalinaProperties
-
- catalog - Variable in class org.apache.tomcat.jdbc.pool.interceptor.ConnectionState
-
- Catch - Class in org.apache.jasper.tagplugins.jstl.core
-
- Catch() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Catch
-
- cause - Variable in class org.apache.catalina.tribes.ChannelException.FaultyMember
-
- 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.
- CERTIFICATE_KEY - Static variable in interface org.apache.tomcat.util.net.SSLSupport
-
The Request attribute key for the client certificate chain.
- certificates - Variable in class org.apache.coyote.ajp.AbstractAjpProcessor
-
Byte chunk for certs.
- CERTIFICATES_ATTR - Static variable in class org.apache.catalina.Globals
-
The request attribute under which we store the array of X509Certificate
objects representing the certificate chain presented by our client,
if any.
- CGIServlet - Class in org.apache.catalina.servlets
-
CGI-invoking servlet for web applications, used to execute scripts which
comply to the Common Gateway Interface (CGI) specification and are named
in the path-info used to invoke this servlet.
- CGIServlet() - Constructor for class org.apache.catalina.servlets.CGIServlet
-
- CGIServlet.CGIEnvironment - Class in org.apache.catalina.servlets
-
Encapsulates the CGI environment and rules to derive
that environment from the servlet container and request information.
- CGIServlet.CGIEnvironment(HttpServletRequest, ServletContext) - Constructor for class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
-
Creates a CGIEnvironment and derives the necessary environment,
query parameters, working directory, cgi command, etc.
- CGIServlet.CGIRunner - Class in org.apache.catalina.servlets
-
Encapsulates the knowledge of how to run a CGI script, given the
script's desired environment and (optionally) input/output streams
Exposes a run
method used to actually invoke the
CGI.
- CGIServlet.CGIRunner(String, Hashtable<String, String>, File, ArrayList<String>) - Constructor for class org.apache.catalina.servlets.CGIServlet.CGIRunner
-
Creates a CGIRunner and initializes its environment, working
directory, and query parameters.
- CGIServlet.HTTPHeaderInputStream - Class in org.apache.catalina.servlets
-
This is an input stream specifically for reading HTTP headers.
- ch - Variable in class org.apache.jasper.xmlparser.XMLString
-
The character array.
- 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_PORT_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
-
- CHANGE_SESSION_ID_EVENT - Static variable in interface org.apache.catalina.Context
-
Container event for changing the ID of a session.
- changeRequestSessionID(Request, String, String) - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
-
Change Request Session id
- changeSessionId(String) - Method in class org.apache.catalina.connector.Request
-
Change the ID of the session that this request is associated with.
- changeSessionId() - Method in class org.apache.catalina.connector.Request
-
Changes the session ID of the session associated with this request.
- changeSessionId() - Method in class org.apache.catalina.connector.RequestFacade
-
- changeSessionId(Session) - Method in class org.apache.catalina.ha.session.DeltaManager
-
- changeSessionId(Session, String) - Method in class org.apache.catalina.ha.session.DeltaManager
-
- changeSessionId(Session, boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
-
- changeSessionId(Session, String, boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
-
- changeSessionID(Request, String, String, Session) - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
-
change session id and send to all cluster nodes
- changeSessionId(Session) - Method in interface org.apache.catalina.Manager
-
Change the session ID of the current session to a new randomly generated
session ID.
- changeSessionId(Session, String) - Method in interface org.apache.catalina.Manager
-
Change the session ID of the current session to a specified session ID.
- changeSessionId(Session) - Method in class org.apache.catalina.session.ManagerBase
-
- changeSessionId(Session, String) - Method in class org.apache.catalina.session.ManagerBase
-
- changeSessionId(Session, String, boolean, boolean) - Method in class org.apache.catalina.session.ManagerBase
-
- changeSessionIdOnAuthentication - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
-
Should the session ID, if any, be changed upon a successful
authentication to prevent a session fixation attack?
- channel - Variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
Group channel.
- Channel - Interface in org.apache.catalina.tribes
-
Channel interface
A channel is a representation of a group of nodes all participating in some sort of
communication with each other.
- channel - Variable in class org.apache.catalina.tribes.group.GroupChannel.HeartbeatThread
-
- channel - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
Reference to the channel for sending messages
- ChannelCoordinator - Class in org.apache.catalina.tribes.group
-
The channel coordinator object coordinates the membership service,
the sender and the receiver.
- ChannelCoordinator() - Constructor for class org.apache.catalina.tribes.group.ChannelCoordinator
-
- ChannelCoordinator(ChannelReceiver, ChannelSender, MembershipService) - Constructor for class org.apache.catalina.tribes.group.ChannelCoordinator
-
- ChannelData - Class in org.apache.catalina.tribes.io
-
The ChannelData
object is used to transfer a message through the
channel interceptor stack and eventually out on a transport to be sent
to another node.
- ChannelData() - Constructor for class org.apache.catalina.tribes.io.ChannelData
-
Creates an empty channel data with a new unique Id
- ChannelData(boolean) - Constructor for class org.apache.catalina.tribes.io.ChannelData
-
Create an empty channel data object
- ChannelData(byte[], XByteBuffer, long) - Constructor for class org.apache.catalina.tribes.io.ChannelData
-
Creates a new channel data object with data
- ChannelException - Exception in org.apache.catalina.tribes
-
Channel Exception
A channel exception is thrown when an internal error happens
somewhere in the channel.
- ChannelException() - Constructor for exception org.apache.catalina.tribes.ChannelException
-
Constructor, creates a ChannelException
- ChannelException(String) - Constructor for exception org.apache.catalina.tribes.ChannelException
-
Constructor, creates a ChannelException with an error message
- ChannelException(String, Throwable) - Constructor for exception org.apache.catalina.tribes.ChannelException
-
Constructor, creates a ChannelException with an error message and a cause
- ChannelException(Throwable) - Constructor for exception org.apache.catalina.tribes.ChannelException
-
Constructor, creates a ChannelException with a cause
- ChannelException.FaultyMember - Class in org.apache.catalina.tribes
-
Title: FaultyMember class
Description: Represent a failure to a specific member when a message was sent
to more than one member
- ChannelException.FaultyMember(Member, Exception) - Constructor for class org.apache.catalina.tribes.ChannelException.FaultyMember
-
- ChannelInterceptor - Interface in org.apache.catalina.tribes
-
A ChannelInterceptor is an interceptor that intercepts
messages and membership messages in the channel stack.
- ChannelInterceptor.InterceptorEvent - Interface in org.apache.catalina.tribes
-
- ChannelInterceptorBase - Class in org.apache.catalina.tribes.group
-
Abstract class for the interceptor base class.
- ChannelInterceptorBase() - Constructor for class org.apache.catalina.tribes.group.ChannelInterceptorBase
-
- ChannelListener - Interface in org.apache.catalina.tribes
-
Title: ChannelListener
Description: An interface to listens to incoming messages from a channel
When a message is received, the Channel will invoke the channel listener in a conditional sequence.
- channelListeners - Variable in class org.apache.catalina.tribes.group.GroupChannel
-
A list of channel listeners that subscribe to incoming messages
- ChannelMessage - Interface in org.apache.catalina.tribes
-
Message that is passed through the interceptor stack after the
data serialized in the Channel object and then passed down to the
interceptor and eventually down to the ChannelSender component
- ChannelReceiver - Interface in org.apache.catalina.tribes
-
ChannelReceiver Interface
The
ChannelReceiver
interface is the data receiver component
at the bottom layer, the IO layer (for layers see the javadoc for the
Channel
interface).
- ChannelSender - Interface in org.apache.catalina.tribes
-
ChannelReceiver Interface
The
ChannelSender
interface is the data sender component
at the bottom layer, the IO layer (for layers see the javadoc for the
Channel
interface).
- channelSendOptions - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
Our default send options
- ChannelSF - Class in org.apache.catalina.storeconfig
-
Generate Channel Element
- ChannelSF() - Constructor for class org.apache.catalina.storeconfig.ChannelSF
-
- CHAR_STATE - Variable in class org.apache.catalina.connector.InputBuffer
-
- characterEncoding - Variable in class org.apache.catalina.authenticator.FormAuthenticator
-
Character encoding to use to read the username and password parameters
from the request.
- characters(char[], int, int) - Method in class org.apache.tomcat.util.digester.Digester
-
Process notification of character data received from the body of
an XML element.
- charAt(int) - Method in class org.apache.tomcat.util.buf.CharChunk
-
- CharChunk - Class in org.apache.tomcat.util.buf
-
Utilities to manipulate char chunks.
- CharChunk() - Constructor for class org.apache.tomcat.util.buf.CharChunk
-
Creates a new, uninitialized CharChunk object.
- CharChunk(int) - Constructor for class org.apache.tomcat.util.buf.CharChunk
-
- CharChunk.CharInputChannel - Interface in org.apache.tomcat.util.buf
-
Input interface, used when the buffer is empty.
- CharChunk.CharOutputChannel - Interface in org.apache.tomcat.util.buf
-
When we need more space we'll either grow the buffer ( up to the limit )
or send it to a channel.
- charCmp(String, int, String) - Method in class org.apache.catalina.ssi.SSIProcessor
-
- charEnabled - Static variable in class org.apache.tomcat.util.buf.StringCache
-
- charset - Variable in class org.apache.catalina.ant.AbstractCatalinaTask
-
The charset used during URL encoding.
- CHARSET - Static variable in class org.apache.catalina.manager.Constants
-
- CHARSET - Static variable in class org.apache.catalina.manager.host.Constants
-
- 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
-
- check(String) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
-
Invoke the check method on the deployer.
- check() - Method in class org.apache.catalina.ha.deploy.WarWatcher
-
check for modification and send notification to listener
- check() - Method in class org.apache.catalina.ha.deploy.WarWatcher.WarInfo
-
Returns 1 if the file has been added/modified, 0 if the file is
unchanged and -1 if the file has been removed
- check(Permission) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
- check(String) - Method in class org.apache.catalina.manager.ManagerServlet
-
Invoke the check method on the deployer.
- check() - Method in class org.apache.catalina.startup.HostConfig
-
Check status of all webapps.
- check(String) - Method in class org.apache.catalina.startup.HostConfig
-
Check status of a specific web application and reload, redeploy or deploy
it as necessary.
- check(JarScanType, String) - Method in interface org.apache.tomcat.JarScanFilter
-
- check(long) - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketTimeouts
-
- check(JarScanType, String) - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
-
- check(Permission) - Method in interface org.apache.tomcat.util.security.PermissionCheck
-
Does this component have the given permission?
- checkAbandoned() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
-
Iterates through all the busy connections and checks for connections that have timed out
- checkAbandoned() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Forces an abandon check on the connection pool.
- checkAbandoned() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- checkAbandoned() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
-
- checkAttributes(String, Node, JspUtil.ValidAttribute[], ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
-
Checks if all mandatory attributes are present and if all attributes
present have valid names.
- checkCompile() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Method used by background thread to check the JSP dependencies
registered with this class for JSP's.
- checkConverter() - Method in class org.apache.catalina.connector.InputBuffer
-
- checkConverter() - Method in class org.apache.catalina.connector.OutputBuffer
-
- checkCredentials(DirContext, JNDIRealm.User, String) - Method in class org.apache.catalina.realm.JNDIRealm
-
Check whether the given User can be authenticated with the
given credentials.
- checkDefaults() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
- CheckEol - Class in org.apache.tomcat.buildutil
-
Ant task that checks that all the files in the given fileset have end-of-line
delimiters that are appropriate for the current OS.
- CheckEol() - Constructor for class org.apache.tomcat.buildutil.CheckEol
-
- checkError() - Method in class org.apache.catalina.connector.CoyoteWriter
-
- checkError() - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
- checkError() - Method in class org.apache.tomcat.util.log.SystemLogHandler
-
- checkExpiration() - Method in class org.apache.tomcat.websocket.WsSession
-
- checkExpired() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
-
- checkFileName(String) - Static method in class org.apache.tomcat.util.http.fileupload.util.Streams
-
Checks, whether the given file name is valid in the sense,
that it doesn't contain any NUL characters.
- checkForCachedAuthentication(Request, HttpServletResponse, boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Check to see if the user has already been authenticated earlier in the
processing chain or if there is enough information available to
authenticate the user without requiring further user interaction.
- checkHandlesTypes(JavaClass) - Method in class org.apache.catalina.startup.ContextConfig
-
For classes packaged with the web application, the class and each
super class needs to be checked for a match with
HandlesTypes
or
for an annotation that matches
HandlesTypes
.
- checkIdle() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
-
- checkIdle(boolean) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
-
- checkIdle() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Forces a check for resizing of the idle connections
- checkIdle() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- checkIdle() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
-
- checkIfGzip(HttpServletRequest) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Check if the user agent supports gzip encoding.
- checkIfHeaders(HttpServletRequest, HttpServletResponse, WebResource) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Check if the conditions specified in the optional If headers are
satisfied.
- checkIfHeaders(HttpServletRequest, HttpServletResponse, WebResource) - Method in class org.apache.catalina.servlets.WebdavServlet
-
- checkIfMatch(HttpServletRequest, HttpServletResponse, WebResource) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Check if the if-match condition is satisfied.
- checkIfModifiedSince(HttpServletRequest, HttpServletResponse, WebResource) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Check if the if-modified-since condition is satisfied.
- checkIfNoneMatch(HttpServletRequest, HttpServletResponse, WebResource) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Check if the if-none-match condition is satisfied.
- checkIfUnmodifiedSince(HttpServletRequest, HttpServletResponse, WebResource) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Check if the if-unmodified-since condition is satisfied.
- checkInterruptStatus() - Method in class org.apache.tomcat.util.net.NioChannel
-
This method should be used to check the interrupt status before
attempting a write.
- checkMembers(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
-
- checkMinIdle(ObjectPool<T>, int, long) - Static method in class org.apache.tomcat.dbcp.pool2.PoolUtils
-
Periodically check the idle object count for the pool.
- checkMinIdle(KeyedObjectPool<K, V>, K, int, long) - Static method in class org.apache.tomcat.dbcp.pool2.PoolUtils
-
Periodically check the idle object count for the key in the keyedPool.
- checkMinIdle(KeyedObjectPool<K, V>, Collection<K>, int, long) - Static method in class org.apache.tomcat.dbcp.pool2.PoolUtils
-
Periodically check the idle object count for each key in the
Collection
keys
in the keyedPool.
- checkNormalize(MessageBytes) - Static method in class org.apache.catalina.connector.CoyoteAdapter
-
Check that the URI is normalized following character decoding.
- checkOpen() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
-
- checkOpen() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
-
- checkOptionFlags() - Method in class org.apache.catalina.tribes.group.GroupChannel
-
Validates the option flags that each interceptor is using and reports
an error if two interceptor share the same flag.
- checkOrigin(String) - Method in class org.apache.tomcat.websocket.server.DefaultServerEndpointConfigurator
-
- checkOsUser() - Method in class org.apache.catalina.security.SecurityListener
-
- checkOutputDir() - Method in class org.apache.jasper.JspCompilationContext
-
- checkParachute() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
- checkParachute() - Method in class org.apache.tomcat.util.net.NioEndpoint
-
- checkParameter() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
check correct lb and worker parameter
- checkPath(String) - Method in class org.apache.catalina.webresources.AbstractResourceSet
-
- checkPoolConfiguration(PoolConfiguration) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
-
- checkRecycled(Request, Response) - Method in class org.apache.catalina.connector.CoyoteAdapter
-
- checkRecycled(Request, Response) - Method in interface org.apache.coyote.Adapter
-
Assert that request and response have been recycled.
- checkRegisterForWrite() - Method in class org.apache.catalina.connector.OutputBuffer
-
- checkRegisterForWrite() - Method in class org.apache.coyote.Response
-
- checkRequestType(HttpServletRequest) - Method in class org.apache.catalina.filters.CorsFilter
-
Determines the request type.
- checkResources(HostConfig.DeployedApplication) - Method in class org.apache.catalina.startup.HostConfig
-
- checkResources(HostConfig.DeployedApplication, boolean) - Method in class org.apache.catalina.startup.HostConfig
-
Check resources for redeployment and reloading.
- checkRethrow(Throwable) - Static method in class org.apache.tomcat.dbcp.pool2.PoolUtils
-
Should the supplied Throwable be re-thrown (eg if it is an instance of
one of the Throwables that should never be swallowed).
- checkScope(String, Node, ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
-
Checks to see if the given scope is valid.
- checkSecurityToken(Object, Object) - Static method in class org.apache.naming.ContextAccessController
-
Check a submitted security token.
- checkSendfile(HttpServletRequest, HttpServletResponse, WebResource, long, DefaultServlet.Range) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Check if sendfile can be used.
- checkState(boolean) - Method in class org.apache.catalina.ha.deploy.FileMessageFactory
-
Check to make sure the factory is able to perform the function it is
asked to do.
- checkStateForClassLoading(String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
- checkStateForResourceLoading(String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
- checkSwallowInput() - Method in class org.apache.catalina.connector.Request
-
Disable swallowing of remaining input if configured
- checkThreshold(int) - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
-
Checks to see if writing the specified number of bytes would cause the
configured threshold to be exceeded.
- checkType(File) - Method in class org.apache.catalina.webresources.AbstractFileResourceSet
-
- checkType(File) - Method in class org.apache.catalina.webresources.DirResourceSet
-
- checkType(File) - Method in class org.apache.catalina.webresources.FileResourceSet
-
- checkUmask() - Method in class org.apache.catalina.security.SecurityListener
-
- checkUndeploy() - Method in class org.apache.catalina.startup.HostConfig
-
Check for old versions of applications using parallel deployment that are
now unused (have no active sessions) and undeploy any that are found.
- checkUnload() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Method used by background thread to check if any JSP's should be unloaded.
- checkUser(String, String) - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
-
- checkVariable(String) - Method in class org.apache.jasper.compiler.BeanRepository
-
- checkWritable() - Method in class org.apache.naming.NamingContext
-
Throws a naming exception is Context is not writable.
- childErrSet(long, long, long) - Static method in class org.apache.tomcat.jni.Procattr
-
Set the child_err and parent_err values to existing apr_file_t values.
- childInit(String, long) - Static method in class org.apache.tomcat.jni.Global
-
Re-open a mutex in a child process.
- childInit(String, long) - Static method in class org.apache.tomcat.jni.Lock
-
Re-open a mutex in a child process.
- childInSet(long, long, long) - Static method in class org.apache.tomcat.jni.Procattr
-
Set the child_in and/or parent_in values to existing apr_file_t values.
- childOutSet(long, long, long) - Static method in class org.apache.tomcat.jni.Procattr
-
Set the child_out and parent_out values to existing apr_file_t values.
- children - Variable in class org.apache.catalina.core.ContainerBase
-
The child Containers belonging to this Container, keyed by name.
- children - Variable in class org.apache.el.parser.SimpleNode
-
- Choice() - Method in class org.apache.el.parser.ELParser
-
- Choose - Class in org.apache.jasper.tagplugins.jstl.core
-
- Choose() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Choose
-
- chooseClientAlias(String[], Principal[], Socket) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
-
Choose an alias to authenticate the client side of a secure socket,
given the public key type and the list of certificate issuer authorities
recognized by the peer (if any).
- chooseClientAlias(String[], Principal[], Socket) - Method in class org.apache.tomcat.util.net.jsse.NioX509KeyManager
-
- chooseEngineClientAlias(String[], Principal[], SSLEngine) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
-
Choose an alias to authenticate the client side of a secure socket,
given the public key type and the list of certificate issuer authorities
recognized by the peer (if any).
- chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
-
Returns this key manager's server key alias that was provided in the
constructor.
- chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.apache.tomcat.util.net.jsse.NioX509KeyManager
-
- chooseServerAlias(String, Principal[], Socket) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
-
Returns this key manager's server key alias that was provided in the
constructor.
- chooseServerAlias(String, Principal[], Socket) - Method in class org.apache.tomcat.util.net.jsse.NioX509KeyManager
-
- CHUNKED - Static variable in class org.apache.coyote.http11.Constants
-
- CHUNKED_FILTER - Static variable in class org.apache.coyote.http11.Constants
-
Chunked filters (input and output).
- ChunkedInputFilter - Class in org.apache.coyote.http11.filters
-
Chunked input filter.
- ChunkedInputFilter(int, Set<String>, int, int) - Constructor for class org.apache.coyote.http11.filters.ChunkedInputFilter
-
- ChunkedOutputFilter - Class in org.apache.coyote.http11.filters
-
Chunked output filter.
- ChunkedOutputFilter() - Constructor for class org.apache.coyote.http11.filters.ChunkedOutputFilter
-
Default constructor.
- chunkHeader - Variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
-
Chunk header.
- chunkLength - Variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
-
Buffer used for chunk length conversion.
- CHUNKSIZE - Static variable in class org.apache.jasper.compiler.JspUtil
-
- Cipher - Enum in org.apache.tomcat.util.net.jsse.openssl
-
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
java.lang.String).
- CIPHER_SUITE_KEY - Static variable in interface org.apache.tomcat.util.net.SSLSupport
-
The Request attribute key for the cipher suite.
- ciphers - Variable in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
-
- CLASS - Static variable in class org.apache.tomcat.util.bcel.classfile.ElementValue
-
- CLASS_PATH_ATTR - Static variable in class org.apache.catalina.Globals
-
The servlet context attribute under which we store the class path
for our application class loader (as an object of type String),
delimited with the appropriate path delimiter for this platform.
- classDebugInfo - Variable in class org.apache.jasper.JspC
-
- ClassElementValue - Class in org.apache.tomcat.util.bcel.classfile
-
- ClassFormatException - Exception in org.apache.tomcat.util.bcel.classfile
-
Thrown when the BCEL attempts to read a class file and determines
that the file is malformed or otherwise cannot be interpreted as a
class file.
- ClassFormatException() - Constructor for exception org.apache.tomcat.util.bcel.classfile.ClassFormatException
-
- ClassFormatException(String) - Constructor for exception org.apache.tomcat.util.bcel.classfile.ClassFormatException
-
- classLoader - Variable in class org.apache.catalina.core.DefaultInstanceManager
-
- classLoader - Variable in class org.apache.tomcat.util.digester.Digester
-
The class loader to use for instantiating application objects.
- ClassLoaderFactory - Class in org.apache.catalina.startup
-
Utility class for building class loaders for Catalina.
- ClassLoaderFactory() - Constructor for class org.apache.catalina.startup.ClassLoaderFactory
-
- ClassLoaderFactory.Repository - Class in org.apache.catalina.startup
-
- ClassLoaderFactory.Repository(String, ClassLoaderFactory.RepositoryType) - Constructor for class org.apache.catalina.startup.ClassLoaderFactory.Repository
-
- ClassLoaderFactory.RepositoryType - Enum in org.apache.catalina.startup
-
- classLoaderLoggers - Variable in class org.apache.juli.ClassLoaderLogManager
-
Map containing the classloader information, keyed per classloader.
- ClassLoaderLogManager - Class in org.apache.juli
-
Per classloader LogManager implementation.
- ClassLoaderLogManager() - Constructor for class org.apache.juli.ClassLoaderLogManager
-
- ClassLoaderLogManager.ClassLoaderLogInfo - Class in org.apache.juli
-
- ClassLoaderLogManager.LogNode - Class in org.apache.juli
-
- ClassLoaderLogManager.RootLogger - Class in org.apache.juli
-
This class is needed to instantiate the root of each per classloader
hierarchy.
- ClassLoaderLogManager.RootLogger() - Constructor for class org.apache.juli.ClassLoaderLogManager.RootLogger
-
- ClassLoaderUtil - Class in org.apache.tomcat.jdbc.pool
-
- ClassLoaderUtil() - Constructor for class org.apache.tomcat.jdbc.pool.ClassLoaderUtil
-
- classLoadTime - Variable in class org.apache.catalina.core.StandardWrapper
-
- className - Variable in class org.apache.catalina.ssi.SSIMediator
-
- className - Variable in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinition
-
- className - Variable in class org.apache.tomcat.util.digester.ObjectCreateRule
-
The Java class name of the object to be created.
- className - Variable in class org.apache.tomcat.util.modeler.ManagedBean
-
- ClassNameMBean - Class in org.apache.catalina.mbeans
-
A convenience base class for ModelMBean implementations
where the underlying base class (and therefore the set of supported
properties) is different for varying implementations of a standard
interface.
- ClassNameMBean() - Constructor for class org.apache.catalina.mbeans.ClassNameMBean
-
Construct a ModelMBean
with default
ModelMBeanInfo
information.
- ClassParser - Class in org.apache.tomcat.util.bcel.classfile
-
Wrapper class that parses a given Java .class file.
- ClassParser(InputStream) - Constructor for class org.apache.tomcat.util.bcel.classfile.ClassParser
-
Parse class from the given stream.
- classPath - Variable in class org.apache.jasper.JspC
-
- ClasspathURLStreamHandler - Class in org.apache.catalina.webresources
-
- ClasspathURLStreamHandler() - Constructor for class org.apache.catalina.webresources.ClasspathURLStreamHandler
-
- classType - Static variable in class org.apache.catalina.core.StandardWrapper
-
Static class array used when the SecurityManager is turned on and
Servlet.init
is invoked.
- clazz - Variable in class org.apache.catalina.loader.WebappClassLoaderBase.PrivilegedGetClassLoader
-
- clazz - Variable in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinition
-
- cleanDirectory(File) - Static method in class org.apache.tomcat.util.http.fileupload.FileUtils
-
Cleans a directory without deleting it.
- cleanup() - Method in class org.apache.catalina.ha.deploy.FileMessageFactory
-
Closes the factory, its streams and sets all its references to null
- cleanupForExec() - Static method in class org.apache.tomcat.jni.Pool
-
Run all of the child_cleanups, so that any unnecessary files are
closed because we are about to exec a new program
- cleanupKill(long, long) - Static method in class org.apache.tomcat.jni.Pool
-
Remove a previously registered cleanup function
- cleanupRegister(long, Object) - Static method in class org.apache.tomcat.jni.Pool
-
Register a function to be called when a pool is cleared or destroyed
- clear() - Method in class org.apache.catalina.connector.CometEventImpl
-
Clear the event.
- clear() - Method in class org.apache.catalina.connector.RequestFacade
-
Clear facade.
- clear() - Method in class org.apache.catalina.connector.ResponseFacade
-
Clear facade.
- clear() - Method in class org.apache.catalina.ha.deploy.WarWatcher
-
clear watcher state
- clear() - Method in class org.apache.catalina.ha.session.DeltaRequest
-
- clear() - Method in class org.apache.catalina.session.FileStore
-
Remove all of the Sessions in this Store.
- clear() - Method in class org.apache.catalina.session.JDBCStore
-
Remove all of the Sessions in this Store.
- clear() - Method in interface org.apache.catalina.Store
-
Remove all Sessions from this Store.
- clear() - Method in interface org.apache.catalina.tribes.io.BufferPool.BufferPoolAPI
-
- clear() - Method in class org.apache.catalina.tribes.io.BufferPool
-
- clear() - Method in class org.apache.catalina.tribes.io.XByteBuffer
-
Resets the buffer
- clear() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- clear(boolean) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- clear() - Method in class org.apache.catalina.util.ParameterMap
- clear() - Method in class org.apache.catalina.util.ResourceSet
-
Remove all of the elements from this set.
- clear() - Method in class org.apache.catalina.webresources.Cache
-
- clear() - Method in class org.apache.coyote.AbstractProtocol.RecycledProcessors
-
- clear() - Static method in class org.apache.coyote.ContainerThreadMarker
-
- clear() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Clear the contents of the buffer.
- clear() - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Discard the output buffer.
- clear() - Method in class org.apache.jasper.util.UniqueAttributesImpl
-
- clear() - Method in class org.apache.jasper.xmlparser.XMLString
-
Resets all of the values to their defaults.
- clear() - Method in class org.apache.jasper.xmlparser.XMLStringBuffer
-
Clears the string buffer.
- clear() - Method in class org.apache.tomcat.dbcp.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
-
- 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() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
-
- 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(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() - 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(long) - Static method in class org.apache.tomcat.jni.Pool
-
Clear all memory in the pool and run all the cleanups.
- clear() - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
-
- clear() - Method in class org.apache.tomcat.util.collections.SynchronizedQueue
-
- clear() - Method in class org.apache.tomcat.util.collections.SynchronizedStack
-
- clear() - Method in class org.apache.tomcat.util.digester.Digester
-
Clear the current contents of the object stack.
- clear() - Method in interface org.apache.tomcat.util.digester.Rules
-
Clear all existing Rule instance registrations.
- clear() - Method in class org.apache.tomcat.util.digester.RulesBase
-
Clear all existing Rule instance registrations.
- clear() - Method in class org.apache.tomcat.util.http.MimeHeaders
-
Clears all header fields.
- clear() - Static method in class org.apache.tomcat.util.IntrospectionUtils
-
- clear() - Method in class org.apache.tomcat.util.modeler.BaseAttributeFilter
-
Clear all accepted names from this filter, so that it will accept
all attribute names.
- clear() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketList
-
- CLEAR_WELCOME_FILES_EVENT - Static variable in interface org.apache.catalina.Context
-
Container event for clearing welcome files.
- clearAttributes() - Method in class org.apache.catalina.core.ApplicationContext
-
Clear all application-created attributes.
- clearBatch() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
-
- clearBatch() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolablePreparedStatement
-
Clear Batch.
- clearBuffer() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Clears the current contents of the buffer.
- clearBuffer() - Method in class org.apache.jasper.runtime.JspWriterImpl
-
- clearCachedState() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
-
Can be used to clear cached state when it is known that the underlying connection may have been accessed
directly.
- clearCachedState() - Method in interface org.apache.tomcat.dbcp.dbcp2.PoolableConnectionMXBean
-
- clearCookies() - Method in class org.apache.catalina.connector.Request
-
Clear the collection of Cookies associated with this Request.
- clearDispatches() - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- clearEncoders() - Method in class org.apache.catalina.connector.InputBuffer
-
Clear cached encoders (to save memory for Comet requests).
- clearEncoders() - Method in class org.apache.catalina.connector.OutputBuffer
-
Clear cached encoders (to save memory for Comet requests).
- clearEncoders() - Method in class org.apache.catalina.connector.Request
-
Clear cached encoders (to save memory for Comet requests).
- clearEncoders() - Method in class org.apache.catalina.connector.Response
-
Clear cached encoders (to save memory for Comet requests).
- clearJdbcDriverRegistrations() - Method in class org.apache.catalina.loader.JdbcLeakPrevention
-
- clearJspLoader() - Method in class org.apache.jasper.JspCompilationContext
-
- clearLocales() - Method in class org.apache.catalina.connector.Request
-
Clear the collection of Locales associated with this Request.
- clearNodeScope(Node) - Method in class org.apache.el.parser.JJTELParserState
-
- clearOldest() - Method in class org.apache.tomcat.dbcp.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
-
- 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
-
- 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
-
- ClientAbortException - Exception in org.apache.catalina.connector
-
Wrap an IOException identifying it as being caused by an abort
of a request by a remote client.
- ClientAbortException() - Constructor for exception org.apache.catalina.connector.ClientAbortException
-
Construct a new ClientAbortException with no other information.
- ClientAbortException(String) - Constructor for exception org.apache.catalina.connector.ClientAbortException
-
Construct a new ClientAbortException for the specified message.
- ClientAbortException(Throwable) - Constructor for exception org.apache.catalina.connector.ClientAbortException
-
Construct a new ClientAbortException for the specified throwable.
- ClientAbortException(String, Throwable) - Constructor for exception org.apache.catalina.connector.ClientAbortException
-
Construct a new ClientAbortException for the specified message
and throwable.
- clientAuth - Variable in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
-
- clientCertProvider - Variable in class org.apache.coyote.AbstractProtocol
-
When client certificate information is presented in a form other than
instances of X509Certificate
it needs to be
converted before it can be used and this property controls which JSSE
provider is used to perform the conversion.
- clientCertProvider - Variable in class org.apache.coyote.ajp.AbstractAjpProcessor
-
When client certificate information is presented in a form other than
instances of X509Certificate
it needs to be
converted before it can be used and this property controls which JSSE
provider is used to perform the conversion.
- clientCertProvider - Variable in class org.apache.coyote.http11.Http11AprProcessor
-
When client certificate information is presented in a form other than
instances of X509Certificate
it needs to be
converted before it can be used and this property controls which JSSE
provider is used to perform the conversion.
- clone() - Method in class org.apache.catalina.connector.CoyoteInputStream
-
Prevent cloning the facade.
- clone() - Method in class org.apache.catalina.connector.CoyoteOutputStream
-
Prevent cloning the facade.
- clone() - Method in class org.apache.catalina.connector.CoyoteReader
-
Prevent cloning the facade.
- clone() - Method in class org.apache.catalina.connector.CoyoteWriter
-
Prevent cloning the facade.
- clone() - Method in class org.apache.catalina.connector.RequestFacade
-
Prevent cloning the facade.
- clone() - Method in class org.apache.catalina.connector.ResponseFacade
-
Prevent cloning the facade.
- clone(ClusterManagerBase) - Method in class org.apache.catalina.ha.session.ClusterManagerBase
-
- clone() - Method in interface org.apache.catalina.tribes.ChannelMessage
-
Shallow clone, what gets cloned depends on the implementation
- clone() - Method in class org.apache.catalina.tribes.io.ChannelData
-
Create a shallow clone, only the data gets recreated
- clone() - Method in class org.apache.catalina.tribes.membership.Membership
-
- clone() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- clone() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
-
shallow clone
- clone() - Method in class org.apache.catalina.util.URLEncoder
-
- clone() - Method in class org.apache.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(Properties) - Static method in class org.apache.tomcat.jdbc.pool.PoolUtilities
-
- clone() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- clone() - Method in class org.apache.tomcat.util.buf.CharChunk
-
- cloneFromTemplate() - Method in interface org.apache.catalina.ha.ClusterManager
-
- cloneFromTemplate() - Method in class org.apache.catalina.ha.session.BackupManager
-
- cloneFromTemplate() - Method in class org.apache.catalina.ha.session.DeltaManager
-
- cloneWithoutPassword(Properties) - Static method in class org.apache.tomcat.jdbc.pool.PoolUtilities
-
- close() - Method in interface org.apache.catalina.comet.CometEvent
-
Ends the Comet session.
- close() - Method in class org.apache.catalina.connector.CometEventImpl
-
- close() - Method in class org.apache.catalina.connector.CoyoteInputStream
-
Close the stream
Since we re-cycle, we can't allow the call to super.close()
which would permanently disable us.
- close() - Method in class org.apache.catalina.connector.CoyoteOutputStream
-
- close() - Method in class org.apache.catalina.connector.CoyoteReader
-
- close() - Method in class org.apache.catalina.connector.CoyoteWriter
-
- close() - Method in class org.apache.catalina.connector.InputBuffer
-
Close the input buffer.
- close() - Method in class org.apache.catalina.connector.OutputBuffer
-
Close the output buffer.
- close() - Method in class org.apache.catalina.filters.ExpiresFilter.XPrintWriter
-
- close() - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
-
- close(int) - Method in class org.apache.catalina.ha.backend.TcpSender
-
Close connection.
- close(Connection) - Method in class org.apache.catalina.realm.DataSourceRealm
-
Close the specified database connection.
- close(Connection) - Method in class org.apache.catalina.realm.JDBCRealm
-
Close the specified database connection.
- close(DirContext) - Method in class org.apache.catalina.realm.JNDIRealm
-
Close any open connection to the directory server for this Realm.
- close(Connection) - Method in class org.apache.catalina.session.JDBCStore
-
Close the specified database connection.
- close() - Method in class org.apache.catalina.tribes.io.ObjectReader
-
- close() - Method in class org.apache.catalina.tribes.io.ReplicationStream
-
- close() - Method in class org.apache.catalina.tribes.transport.AbstractRxTask
-
- close() - Method in class org.apache.catalina.tribes.transport.bio.BioReplicationTask
-
- close() - Method in interface org.apache.catalina.UserDatabase
-
Finalize access to this user database.
- close() - Method in class org.apache.catalina.users.MemoryUserDatabase
-
Finalize access to this user database.
- close() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Close the specified database connection.
- close() - Method in class org.apache.catalina.webresources.AbstractArchiveResource.JarInputStreamWrapper
-
- CLOSE - Static variable in class org.apache.coyote.http11.Constants
-
- close() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
-
- close() - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
-
- close() - Method in class org.apache.coyote.http11.upgrade.AbstractServletInputStream
-
- close() - Method in class org.apache.coyote.http11.upgrade.AbstractServletOutputStream
-
- close() - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
- close() - Method in class org.apache.jasper.compiler.ServletWriter
-
- close() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Close the stream, flushing it first.
- close() - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Close the stream.
- close() - Method in class org.apache.jasper.xmlparser.ASCIIReader
-
Close the stream.
- close() - Method in class org.apache.jasper.xmlparser.UCSReader
-
Close the stream.
- close() - Method in class org.apache.jasper.xmlparser.UTF8Reader
-
Close the stream.
- close() - Method in class org.apache.juli.AsyncFileHandler
-
- close() - Method in class org.apache.juli.FileHandler
-
Close the currently open log file (if any).
- close() - Method in class org.apache.naming.NamingContext
-
Closes this context.
- close() - Method in class org.apache.naming.NamingContextBindingsEnumeration
-
Closes this enumeration.
- close() - Method in class org.apache.naming.NamingContextEnumeration
-
Closes this enumeration.
- close() - Method in class org.apache.naming.SelectorContext
-
Closes this context.
- 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.PoolableCallableStatement
-
Returns the CallableStatement to the pool.
- close() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnection
-
Returns me to my pool.
- close() - Method in interface org.apache.tomcat.dbcp.dbcp2.PoolableConnectionMXBean
-
- close() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolablePreparedStatement
-
Return me to my pool.
- close() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingConnection
-
Closes and frees all PreparedStatement
s or CallableStatement
s from the pool, and close the
underlying connection.
- close() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDataSource
-
Closes and free all Connection
s from the pool.
- close() - Method in class org.apache.tomcat.dbcp.pool2.BaseObjectPool
-
Closes this pool, and free any resources associated with it.
- close() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
-
Closes the pool, destroys the remaining idle objects and, if registered
in JMX, deregisters it.
- close() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
-
Closes the keyed object pool.
- close() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
-
Closes the pool.
- close() - Method in class org.apache.tomcat.dbcp.pool2.impl.SoftReferenceObjectPool
-
Closes this pool, and frees any resources associated with it.
- close() - Method in interface org.apache.tomcat.dbcp.pool2.KeyedObjectPool
-
Close 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(boolean) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
-
Closes the pool and all disconnects all idle connections
Active connections will be closed upon the close
method is called
on the underlying connection instead of being returned to the pool
- close() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
- close(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
- close(long) - Static method in class org.apache.tomcat.jni.Directory
-
close the specified directory.
- close(long) - Static method in class org.apache.tomcat.jni.File
-
Close the specified file.
- close(long) - Static method in class org.apache.tomcat.jni.Registry
-
Close the specified Registry key.
- close(long) - Static method in class org.apache.tomcat.jni.Socket
-
Close a socket.
- close(InputSource) - Static method in class org.apache.tomcat.util.descriptor.InputSourceUtil
-
- close() - Method in class org.apache.tomcat.util.http.fileupload.ByteArrayOutputStream
-
Closing a ByteArrayOutputStream
has no effect.
- close() - Method in class org.apache.tomcat.util.http.fileupload.DeferredFileOutputStream
-
Closes underlying output stream, and mark this as closed
- close() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
-
Closes the input stream.
- close(boolean) - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
-
Closes the input stream.
- close() - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
-
Closes this output stream and releases any system resources associated
with this stream.
- close() - Method in interface org.apache.tomcat.util.http.fileupload.util.Closeable
-
Closes the object.
- close() - Method in class org.apache.tomcat.util.http.fileupload.util.LimitedInputStream
-
Closes this input stream and releases any system resources
associated with the stream.
- close() - Method in class org.apache.tomcat.util.log.SystemLogHandler
-
- close() - Method in class org.apache.tomcat.util.net.Nio2Channel
-
Closes this channel.
- close(boolean) - Method in class org.apache.tomcat.util.net.Nio2Channel
-
- close() - Method in class org.apache.tomcat.util.net.NioBlockingSelector
-
- close() - Method in class org.apache.tomcat.util.net.NioChannel
-
Closes this channel.
- close(boolean) - Method in class org.apache.tomcat.util.net.NioChannel
-
- close() - Method in class org.apache.tomcat.util.net.NioSelectorPool
-
- close() - Method in class org.apache.tomcat.util.net.SecureNio2Channel
-
Sends a SSL close message, will not physically close the connection here.
- close(boolean) - Method in class org.apache.tomcat.util.net.SecureNio2Channel
-
Force a close, can throw an IOException
- close() - Method in class org.apache.tomcat.util.net.SecureNioChannel
-
Sends a SSL close message, will not physically close the connection here.
- close(boolean) - Method in class org.apache.tomcat.util.net.SecureNioChannel
-
Force a close, can throw an IOException
- 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.UrlJar
-
- close() - Method in interface org.apache.tomcat.websocket.AsyncChannelWrapper
-
- close() - Method in class org.apache.tomcat.websocket.AsyncChannelWrapperNonSecure
-
- close() - Method in class org.apache.tomcat.websocket.AsyncChannelWrapperSecure
-
- close() - Method in class org.apache.tomcat.websocket.PerMessageDeflate
-
- close() - Method in interface org.apache.tomcat.websocket.Transformation
-
Clean-up any resources that were used by the transformation.
- close() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
-
- close() - Method in class org.apache.tomcat.websocket.WsSession
-
- close(CloseReason) - Method in class org.apache.tomcat.websocket.WsSession
-
- CLOSE_BYTES - Static variable in class org.apache.coyote.http11.Constants
-
- 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() - Method in class org.apache.coyote.ajp.AjpNio2Protocol.AjpConnectionHandler
-
- closeAll() - Method in class org.apache.coyote.http11.Http11Nio2Protocol.Http11ConnectionHandler
-
- closeAll() - Method in interface org.apache.tomcat.util.net.Nio2Endpoint.Handler
-
- closeAuthenticatedSession(String) - Method in class org.apache.tomcat.websocket.server.WsServerContainer
-
- closeBIO(long) - Static method in class org.apache.tomcat.jni.SSL
-
Close BIO and dereference callback object
- closed - Variable in class org.apache.catalina.ha.deploy.FileMessageFactory
-
Once the factory is used, it can not be reused.
- closed - Variable in class org.apache.juli.AsyncFileHandler
-
- closed - Variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport.StatementProxy
-
- closed - Variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
-
- closed - Variable in class org.apache.tomcat.jdbc.pool.StatementFacade.StatementProxy
-
- closed - Variable in class org.apache.tomcat.util.net.SecureNio2Channel
-
- closed - Variable in class org.apache.tomcat.util.net.SecureNioChannel
-
- closeInternal() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
-
- closeInvoked() - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
-
Method invoked when the operation Connection.close()
is invoked.
- closeInvoked() - Method in class org.apache.tomcat.jdbc.pool.interceptor.QueryTimeoutInterceptor
-
- closeInvoked() - Method in class org.apache.tomcat.jdbc.pool.interceptor.ResetAbandonedTimer
-
- closeInvoked() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
-
invoked when the connection receives the close request
Not used for now.
- closeInvoked() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache.CachedStatement
-
- closeInvoked() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
-
- closeInvoked() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
-
- closeInvoked() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementFinalizer
-
- closeInvoked() - Method in class org.apache.tomcat.jdbc.pool.StatementFacade
-
- closeJarFile() - Method in class org.apache.catalina.webresources.AbstractArchiveResourceSet
-
- closeNodeScope(Node, int) - Method in class org.apache.el.parser.JJTELParserState
-
- closeNodeScope(Node, boolean) - Method in class org.apache.el.parser.JJTELParserState
-
- closeOnCompletion() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
-
- closePool(String) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDriver
-
Closes a named pool.
- closeQuietly(ResultSet) - Static method in class org.apache.tomcat.dbcp.dbcp2.Utils
-
Closes the ResultSet (which may be null).
- closeQuietly(Connection) - Static method in class org.apache.tomcat.dbcp.dbcp2.Utils
-
Closes the Connection (which may be null).
- closeQuietly(Statement) - Static method in class org.apache.tomcat.dbcp.dbcp2.Utils
-
Closes the Statement (which may be null).
- closeQuietly(Closeable) - Static method in class org.apache.tomcat.util.http.fileupload.IOUtils
-
Closes a Closeable
unconditionally.
- closeRedirector() - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
-
Ask redirector to close all the streams.
- closeSocket() - Method in class org.apache.catalina.tribes.transport.bio.BioSender
-
Close socket.
- closeSocket(SocketWrapper<Nio2Channel>, SocketStatus) - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
- closeStatement(StatementCache.CachedStatement) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
-
- closeStream() - Method in class org.apache.tomcat.util.scan.AbstractInputStreamJar
-
- closeWriter() - Method in class org.apache.juli.FileHandler
-
- CLOSING - Static variable in class org.apache.catalina.util.XMLWriter
-
Closing tag.
- closing - Variable in class org.apache.tomcat.util.net.SecureNio2Channel
-
- closing - Variable in class org.apache.tomcat.util.net.SecureNioChannel
-
- Cluster - Interface in org.apache.catalina
-
A Cluster works as a Cluster client/server for the local host
Different Cluster implementations can be used to support different
ways to communicate within the Cluster.
- cluster - Variable in class org.apache.catalina.core.ContainerBase
-
The cluster with which this Container is associated.
- cluster - Variable in class org.apache.catalina.ha.ClusterListener
-
The string manager for this package.
- cluster - Variable in class org.apache.catalina.ha.session.ClusterManagerBase
-
A reference to the cluster
- cluster - Variable in class org.apache.catalina.ha.session.JvmRouteBinderValve
-
the cluster
- ClusterDeployer - Interface in org.apache.catalina.ha
-
A ClusterDeployer interface allows to plug in and out the
different deployment implementations
- ClusterListener - Class in org.apache.catalina.ha
-
Receive SessionID cluster change from other backup node after primary session
node is failed.
- ClusterListener() - Constructor for class org.apache.catalina.ha.ClusterListener
-
- clusterListeners - Variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
Listeners of messages
- ClusterManager - Interface in org.apache.catalina.ha
-
The common interface used by all cluster manager.
- ClusterManagerBase - Class in org.apache.catalina.ha.session
-
- ClusterManagerBase() - Constructor for class org.apache.catalina.ha.session.ClusterManagerBase
-
- ClusterMessage - Interface in org.apache.catalina.ha
-
- ClusterMessageBase - Class in org.apache.catalina.ha
-
- ClusterMessageBase() - Constructor for class org.apache.catalina.ha.ClusterMessageBase
-
- clusterName - Variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
The cluster name to join
- ClusterRuleSet - Class in org.apache.catalina.ha
-
RuleSet for processing the contents of a
Cluster definition element.
- ClusterRuleSet() - Constructor for class org.apache.catalina.ha.ClusterRuleSet
-
Construct an instance of this RuleSet
with the default
matching pattern prefix.
- ClusterRuleSet(String) - Constructor for class org.apache.catalina.ha.ClusterRuleSet
-
Construct an instance of this RuleSet
with the specified
matching pattern prefix.
- ClusterSession - Interface in org.apache.catalina.ha
-
- ClusterSessionListener - Class in org.apache.catalina.ha.session
-
Receive replicated SessionMessage form other cluster node.
- ClusterSessionListener() - Constructor for class org.apache.catalina.ha.session.ClusterSessionListener
-
- ClusterSingleSignOn - Class in org.apache.catalina.ha.authenticator
-
A Valve that supports a "single sign on" user experience on
each nodes of a cluster, where the security identity of a user who successfully
authenticates to one web application is propagated to other web applications and
to other nodes cluster in the same security domain.
- ClusterSingleSignOn() - Constructor for class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
-
- ClusterSingleSignOnListener - Class in org.apache.catalina.ha.authenticator
-
- ClusterSingleSignOnListener(String) - Constructor for class org.apache.catalina.ha.authenticator.ClusterSingleSignOnListener
-
- ClusterValve - Interface in org.apache.catalina.ha
-
Cluster valves are a simple extension to the Tomcat valve architecture
with a small addition of being able to reference the cluster component in the container it sits in.
- cmdtypeSet(long, int) - Static method in class org.apache.tomcat.jni.Procattr
-
Set what type of command the child process will call.
- cnonce - Variable in class org.apache.catalina.realm.JAASCallbackHandler
-
Client generated nonce.
- cnt - Static variable in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
-
- coerce(Number) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
-
- coerce(String) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
-
- coerce(Number) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
-
- coerce(String) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
-
- coerce(Number) - Method in class org.apache.el.lang.ELArithmetic
-
- coerce(Object) - Method in class org.apache.el.lang.ELArithmetic
-
- coerce(String) - Method in class org.apache.el.lang.ELArithmetic
-
- coerce(Number) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
-
- coerce(String) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
-
- coerce(Number) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
-
- coerce(String) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
-
- coerce(String, Class<?>) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- COERCE_TO_ZERO - Static variable in class org.apache.el.lang.ELSupport
-
- coerceToBoolean(ELContext, Object, boolean) - Static method in class org.apache.el.lang.ELSupport
-
Convert an object to Boolean.
- coerceToBoolean(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
-
- coerceToBoolean(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- coerceToByte(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
-
- coerceToByte(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- coerceToChar(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
-
- coerceToChar(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- coerceToCharacter(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
-
- coerceToDouble(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
-
- coerceToDouble(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- coerceToEnum(ELContext, Object, Class) - Static method in class org.apache.el.lang.ELSupport
-
- coerceToFloat(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
-
- coerceToFloat(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- coerceToInt(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
-
- coerceToInt(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- coerceToInteger(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
-
- coerceToLong(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
-
- coerceToLong(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- coerceToNumber(Number, Class<?>) - Static method in class org.apache.el.lang.ELSupport
-
- coerceToNumber(ELContext, Object, Class<?>) - Static method in class org.apache.el.lang.ELSupport
-
- coerceToNumber(String, Class<?>) - Static method in class org.apache.el.lang.ELSupport
-
- coerceToPrimitiveBoolean(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
-
- coerceToPrimitiveByte(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
-
- coerceToPrimitiveDouble(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
-
- coerceToPrimitiveFloat(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
-
- coerceToPrimitiveLong(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
-
- coerceToPrimitiveShort(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
-
- coerceToShort(String, boolean) - Static method in class org.apache.jasper.compiler.JspUtil
-
- coerceToShort(String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- coerceToString(ELContext, Object) - Static method in class org.apache.el.lang.ELSupport
-
Coerce an object to a string.
- coerceToType(Object, Class<?>) - Method in class org.apache.el.ExpressionFactoryImpl
-
- coerceToType(ELContext, Object, Class<?>) - Static method in class org.apache.el.lang.ELSupport
-
- coerceToType(Class<?>, String) - Static method in class org.apache.tomcat.websocket.Util
-
- CollectedInfo - Class in org.apache.catalina.ha.backend
-
- CollectedInfo(String, int) - Constructor for class org.apache.catalina.ha.backend.CollectedInfo
-
- COLON - Static variable in class org.apache.coyote.http11.Constants
-
COLON.
- COLON - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- column - Variable in class org.apache.el.parser.SimpleCharStream
-
- COMBINED_ALIAS - Static variable in class org.apache.catalina.valves.Constants.AccessLog
-
- COMBINED_PATTERN - Static variable in class org.apache.catalina.valves.Constants.AccessLog
-
- CombinedRealm - Class in org.apache.catalina.realm
-
Realm implementation that contains one or more realms.
- CombinedRealm() - Constructor for class org.apache.catalina.realm.CombinedRealm
-
- comet - Variable in class org.apache.catalina.connector.Request
-
Comet state (can be accessed from multiple threads concurrently).
- comet - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
-
Comet used.
- COMET_SUPPORTED_ATTR - Static variable in class org.apache.catalina.Globals
-
The request attribute that is set to the value of Boolean.TRUE
if connector processing this request supports Comet API.
- COMET_SUPPORTED_ATTR - Static variable in class org.apache.coyote.Constants
-
The request attribute that is set to the value of Boolean.TRUE
if connector processing this request supports Comet API.
- COMET_TIMEOUT_ATTR - Static variable in class org.apache.catalina.Globals
-
The request attribute that can be set to a value of type
java.lang.Integer
to specify per-connection request
timeout for Comet API.
- COMET_TIMEOUT_ATTR - Static variable in class org.apache.coyote.Constants
-
The request attribute that can be set to a value of type
java.lang.Integer
to specify per-connection request
timeout for Comet API.
- COMET_TIMEOUT_SUPPORTED_ATTR - Static variable in class org.apache.catalina.Globals
-
The request attribute that is set to the value of Boolean.TRUE
if connector processing this request supports setting
per-connection request timeout through Comet API.
- COMET_TIMEOUT_SUPPORTED_ATTR - Static variable in class org.apache.coyote.Constants
-
The request attribute that is set to the value of Boolean.TRUE
if connector processing this request supports setting
per-connection request timeout through Comet API.
- cometClose() - Method in class org.apache.catalina.connector.Request
-
- CometConnectionManagerValve - Class in org.apache.catalina.valves
-
Implementation of a Valve that tracks Comet connections, and closes them
when the associated session expires or the webapp is reloaded.
- CometConnectionManagerValve() - Constructor for class org.apache.catalina.valves.CometConnectionManagerValve
-
- CometEvent - Interface in org.apache.catalina.comet
-
The CometEvent interface.
- CometEvent.EventSubType - Enum in org.apache.catalina.comet
-
Event details.
- CometEvent.EventType - Enum in org.apache.catalina.comet
-
Enumeration describing the major events that the container can invoke
the CometProcessors event() method with.
- CometEventImpl - Class in org.apache.catalina.connector
-
- CometEventImpl(Request, Response) - Constructor for class org.apache.catalina.connector.CometEventImpl
-
- CometFilter - Interface in org.apache.catalina.comet
-
A Comet filter, similar to regular filters, performs filtering tasks on either
the request to a resource (a Comet servlet), or on the response from a resource, or both.
- CometFilterChain - Interface in org.apache.catalina.comet
-
A CometFilterChain is an object provided by the servlet container to the developer
giving a view into the invocation chain of a filtered event for a resource.
- CometProcessor - Interface in org.apache.catalina.comet
-
This interface should be implemented by servlets which would like to handle
asynchronous IO, receiving events when data is available for reading, and
being able to output data without the need for being invoked by the container.
- cometRequests - Variable in class org.apache.catalina.valves.CometConnectionManagerValve
-
List of current Comet connections.
- cometRequestsAttribute - Static variable in class org.apache.catalina.valves.CometConnectionManagerValve
-
Name of session attribute used to store list of comet connections.
- COMMA - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- commaDelimitedListToIntArray(String) - Static method in class org.apache.catalina.filters.ExpiresFilter
-
Convert a comma delimited list of numbers into an int[]
.
- commaDelimitedListToStringArray(String) - Static method in class org.apache.catalina.filters.ExpiresFilter
-
Convert a given comma delimited list of strings into an array of String
- commaDelimitedListToStringArray(String) - Static method in class org.apache.catalina.filters.RemoteIpFilter
-
Convert a given comma delimited list of regular expressions into an array of String
- commaDelimitedListToStringArray(String) - Static method in class org.apache.catalina.valves.RemoteIpValve
-
Convert a given comma delimited String into an array of String
- command - Variable in class org.apache.catalina.tribes.membership.MemberImpl
-
Command, so that the custom payload doesn't have to be used
This is for internal tribes use, such as SHUTDOWN_COMMAND
- COMMAND_END - Static variable in class org.apache.catalina.ssi.SSIProcessor
-
The end pattern
- COMMAND_START - Static variable in class org.apache.catalina.ssi.SSIProcessor
-
The start pattern
- commands - Variable in class org.apache.catalina.ssi.SSIProcessor
-
- commit() - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
-
Phase 2 of authenticating a Subject
when Phase 1
was successful.
- commit() - Method in class org.apache.coyote.http11.AbstractOutputBuffer
-
- commit() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
-
Commit the response.
- commit() - Method in class org.apache.coyote.http11.InternalNio2OutputBuffer
-
Commit the response.
- commit() - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
-
Commit the response.
- commit() - Method in class org.apache.coyote.http11.InternalOutputBuffer
-
Commit the response.
- commit() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
-
- committed - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
-
Has our own commit()
returned successfully?
- committed - Variable in class org.apache.coyote.http11.AbstractOutputBuffer
-
Committed flag.
- COMMON_ALIAS - Static variable in class org.apache.catalina.valves.Constants.AccessLog
-
- COMMON_PATTERN - Static variable in class org.apache.catalina.valves.Constants.AccessLog
-
- commonRole - Variable in class org.apache.catalina.realm.JNDIRealm
-
Add this role to every authenticated user
- comp - Static variable in class org.apache.catalina.tribes.group.AbsoluteOrder
-
- compare(Session, Session) - Method in class org.apache.catalina.manager.util.BaseSessionComparator
-
- compare(Member, Member) - Method in class org.apache.catalina.tribes.group.AbsoluteOrder.AbsoluteComparator
-
- compare(ELContext, Object, Object) - Static method in class org.apache.el.lang.ELSupport
-
Compare two objects, after coercing to the same type if appropriate.
- Compare() - Method in class org.apache.el.parser.ELParser
-
- compare(String, String) - Method in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
-
Performs a string comparison, using references unless the useEquals property is set to true.
- compare(String, Method) - Method in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
-
- compare(ByteChunk, byte[]) - Static method in class org.apache.tomcat.util.buf.StringCache
-
Compare given byte chunk with byte array.
- compare(CharChunk, char[]) - Static method in class org.apache.tomcat.util.buf.StringCache
-
Compare given char chunk with char array.
- compareBytes(byte[], byte[]) - Method in class org.apache.catalina.tribes.group.AbsoluteOrder.AbsoluteComparator
-
- compareBytes(byte, byte) - Method in class org.apache.catalina.tribes.group.AbsoluteOrder.AbsoluteComparator
-
- compareCredentials(DirContext, JNDIRealm.User, String) - Method in class org.apache.catalina.realm.JNDIRealm
-
Check whether the credentials presented by the user match those
retrieved from the directory.
- compareCredentials(String, String) - Method in class org.apache.catalina.realm.RealmBase
-
Deprecated.
Unused. Will be removed in Tomcat 8.5.x onwards.
- compareIds(Member, Member) - Method in class org.apache.catalina.tribes.group.AbsoluteOrder.AbsoluteComparator
-
- compareInts(int, int) - Method in class org.apache.catalina.tribes.group.AbsoluteOrder.AbsoluteComparator
-
- compareIps(Member, Member) - Method in class org.apache.catalina.tribes.group.AbsoluteOrder.AbsoluteComparator
-
- comparePorts(Member, Member) - Method in class org.apache.catalina.tribes.group.AbsoluteOrder.AbsoluteComparator
-
- compareTo(PooledObject<T>) - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
-
- compareTo(PooledObject<T>) - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
-
Orders instances based on idle time - i.e. the length of time since the
instance was returned to the pool.
- compCtx - Variable in class org.apache.catalina.core.NamingContextListener
-
Comp context.
- compile() - Method in class org.apache.jasper.compiler.Compiler
-
Compile the jsp file from the current engine context
- compile(boolean) - Method in class org.apache.jasper.compiler.Compiler
-
Compile the jsp file from the current engine context.
- compile(boolean, boolean) - Method in class org.apache.jasper.compiler.Compiler
-
Compile the jsp file from the current engine context.
- compile - Variable in class org.apache.jasper.JspC
-
- compile() - Method in class org.apache.jasper.JspCompilationContext
-
- Compiler - Class in org.apache.jasper.compiler
-
Main JSP compiler class.
- Compiler() - Constructor for class org.apache.jasper.compiler.Compiler
-
- compiler - Variable in class org.apache.jasper.JspC
-
- compilerSourceVM - Variable in class org.apache.jasper.JspC
-
- compilerTargetVM - Variable in class org.apache.jasper.JspC
-
- complete() - Method in class org.apache.catalina.core.AsyncContextImpl
-
- complete() - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor.FragCollection
-
- complete - Variable in class org.apache.catalina.tribes.transport.nio.NioSender
-
- completed(Long, Void) - Method in class org.apache.tomcat.websocket.SendHandlerToCompletionHandler
-
- completeWebXml() - Method in class org.apache.jasper.JspC
-
- completionHandler - Variable in class org.apache.coyote.http11.InternalNio2OutputBuffer
-
The completion handler used for asynchronous write operations
- COMPLEX_HTTP_METHODS - Static variable in class org.apache.catalina.filters.CorsFilter
-
- component - Variable in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
-
The owning Catalina component that we are attached to.
- composeName(Name, Name) - Method in class org.apache.naming.NamingContext
-
Composes the name of this context with a name relative to this context.
- composeName(String, String) - Method in class org.apache.naming.NamingContext
-
Composes the name of this context with a name relative to this context.
- composeName(Name, Name) - Method in class org.apache.naming.SelectorContext
-
Composes the name of this context with a name relative to this context.
- composeName(String, String) - Method in class org.apache.naming.SelectorContext
-
Composes the name of this context with a name relative to this context.
- CompositeExpression() - Method in class org.apache.el.parser.ELParser
-
- compress(byte[]) - Static method in class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
-
- compressableMimeTypes - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
-
List of MIMES which could be gzipped
Note: This is not spelled correctly but can't be changed without breaking
compatibility
- compressionLevel - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
-
Allowed compression level.
- compressionMinSize - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
-
Minimum content size to make compression.
- compressionStream - Variable in class org.apache.coyote.http11.filters.GzipOutputFilter
-
Compression output stream.
- CONCAT - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- concatenate(Compiler, Node.Nodes) - Static method in class org.apache.jasper.compiler.TextOptimizer
-
- Concatenation() - Method in class org.apache.el.parser.ELParser
-
- concurrency - Variable in class org.apache.catalina.valves.SemaphoreValve
-
Concurrency level of the semaphore.
- ConcurrentCache<K,V> - Class in org.apache.el.util
-
- ConcurrentCache(int) - Constructor for class org.apache.el.util.ConcurrentCache
-
- ConcurrentCache<K,V> - Class in org.apache.tomcat.util.collections
-
- ConcurrentCache(int) - Constructor for class org.apache.tomcat.util.collections.ConcurrentCache
-
- ConcurrentDateFormat - Class in org.apache.catalina.util
-
A thread safe wrapper around SimpleDateFormat
that does not make use
of ThreadLocal and - broadly - only creates enough SimpleDateFormat objects
to satisfy the concurrency requirements.
- ConcurrentDateFormat(String, Locale, TimeZone) - Constructor for class org.apache.catalina.util.ConcurrentDateFormat
-
- ConcurrentMessageDigest - Class in org.apache.tomcat.util.security
-
A thread safe wrapper around MessageDigest
that does not make use
of ThreadLocal and - broadly - only creates enough MessageDigest objects
to satisfy the concurrency requirements.
- condition - Variable in class org.apache.catalina.valves.AbstractAccessLogValve
-
Are we doing conditional logging. default null.
- condition - Variable in class org.apache.catalina.valves.rewrite.RewriteCond
-
- condition - Variable in class org.apache.catalina.valves.rewrite.RewriteCond.LexicalCondition
-
- conditionalState - Variable in class org.apache.catalina.ssi.SSIMediator
-
- conditionIf - Variable in class org.apache.catalina.valves.AbstractAccessLogValve
-
Are we doing conditional logging. default null.
- conditions - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
-
- condPattern - Variable in class org.apache.catalina.valves.rewrite.RewriteCond
-
- CONFIDENTIAL_TRANSPORT - Static variable in class org.apache.catalina.realm.Constants
-
- config - Variable in class org.apache.catalina.ant.DeployTask
-
URL of the context configuration file for this application, if any.
- config - Variable in class org.apache.catalina.ssi.SSIFilter
-
- configBase - Variable in class org.apache.catalina.ha.deploy.FarmWarDeployer
-
Path where context descriptors should be deployed.
- configBase - Variable in class org.apache.catalina.manager.ManagerServlet
-
Path where context descriptors should be deployed.
- configBase(Context) - Method in class org.apache.catalina.storeconfig.StandardContextSF
-
Return a File object representing the "configuration root" directory for
our associated Host.
- configErrMsg - Variable in class org.apache.catalina.ssi.SSIMediator
-
- configFile - Variable in class org.apache.catalina.realm.JAASRealm
-
Path to find a JAAS configuration file, if not set global JVM JAAS
configuration will be used.
- configFile - Variable in class org.apache.catalina.startup.Catalina
-
Pathname to the server configuration file.
- configFile() - Method in class org.apache.catalina.startup.Catalina
-
Return a File object representing our configuration file.
- ConfigFileLoader - Class in org.apache.tomcat.util.file
-
This class is used to obtain InputStream
s for configuration files
from a given location String.
- configSizeFmt - Variable in class org.apache.catalina.ssi.SSIMediator
-
- configTimeFmt - Variable in class org.apache.catalina.ssi.SSIMediator
-
- configure() - Method in class org.apache.tomcat.util.digester.Digester
-
Provide a hook for lazy configuration of this Digester
instance.
- CONFIGURE_START_EVENT - Static variable in interface org.apache.catalina.Lifecycle
-
The LifecycleEvent type for the "configure_start" event.
- CONFIGURE_STOP_EVENT - Static variable in interface org.apache.catalina.Lifecycle
-
The LifecycleEvent type for the "configure_stop" event.
- configureClientAuth(SSLServerSocket) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
Configure Client authentication for this version of JSSE.
- configured - Variable in class org.apache.tomcat.util.digester.Digester
-
Has this Digester been configured yet.
- configureInjectionRules(Digester, String) - Method in class org.apache.tomcat.util.descriptor.web.WebRuleSet
-
- configureNamingRules(Digester) - Method in class org.apache.tomcat.util.descriptor.web.WebRuleSet
-
- configureProcessor(AbstractAjpProcessor<S>) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
-
- configureProcessor(AbstractHttp11Processor<S>) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- configureSessionContext(SSLSessionContext) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
- configureSessionContext(SSLSessionContext) - Method in interface org.apache.tomcat.util.net.SSLUtil
-
- configureStart() - Method in class org.apache.catalina.startup.ContextConfig
-
Process a "contextConfig" event for this Context.
- configureStop() - Method in class org.apache.catalina.startup.ContextConfig
-
Process a "stop" event for this Context.
- configureTask(AbstractRxTask) - Method in class org.apache.catalina.tribes.transport.RxTaskPool
-
- configureUseServerCipherSuitesOrder(SSLEngine) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
Configures SSLEngine to honor cipher suites ordering based upon
endpoint configuration.
- configureUseServerCipherSuitesOrder(SSLServerSocket) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
Configures SSLEngine to honor cipher suites ordering based upon
endpoint configuration.
- connect() - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
connect
- connect() - Method in class org.apache.catalina.tribes.transport.bio.BioSender
-
Connect other cluster member receiver
- connect() - Method in class org.apache.catalina.tribes.transport.bio.MultipointBioSender
-
- connect() - Method in interface org.apache.catalina.tribes.transport.DataSender
-
- connect() - Method in class org.apache.catalina.tribes.transport.nio.NioSender
-
connect - blocking in this operation
- connect() - Method in class org.apache.catalina.tribes.transport.nio.ParallelNioSender
-
- connect() - Method in class org.apache.catalina.tribes.transport.PooledSender
-
- connect() - Method in class org.apache.catalina.webresources.war.WarURLConnection
-
- connect(String, Properties) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDriver
-
- connect() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
-
Connects the underlying connection to the database.
- connect(long, long) - Static method in class org.apache.tomcat.jni.Local
-
Issue a connection request to a socket either on the same machine
or a different one.
- connect(long, long) - Static method in class org.apache.tomcat.jni.Socket
-
Issue a connection request to a socket either on the same machine
or a different one.
- connecting - Variable in class org.apache.catalina.tribes.transport.nio.NioSender
-
- CONNECTION - Static variable in class org.apache.coyote.http11.Constants
-
- connection - Variable in class org.apache.tomcat.jdbc.pool.ProxyConnection
-
- CONNECTION_HEADER_NAME - Static variable in class org.apache.tomcat.websocket.Constants
-
- CONNECTION_HEADER_VALUE - Static variable in class org.apache.tomcat.websocket.Constants
-
- connectionAttempt - Variable in class org.apache.catalina.realm.JNDIRealm
-
The number of connection attempts.
- ConnectionFactory - Interface in org.apache.tomcat.dbcp.dbcp2
-
Abstract factory interface for creating Connection
s.
- connectionName - Variable in class org.apache.catalina.realm.JDBCRealm
-
The connection username to use when trying to connect to the database.
- connectionName - Variable in class org.apache.catalina.realm.JNDIRealm
-
The connection username for the server we will contact.
- connectionName - Variable in class org.apache.catalina.session.JDBCStore
-
The connection username to use when trying to connect to the database.
- connectionPassword - Variable in class org.apache.catalina.realm.JDBCRealm
-
The connection URL to use when trying to connect to the database.
- connectionPassword - Variable in class org.apache.catalina.realm.JNDIRealm
-
The connection password for the server we will contact.
- connectionPassword - Variable in class org.apache.catalina.session.JDBCStore
-
The connection URL to use when trying to connect to the database.
- ConnectionPool - Class in org.apache.tomcat.jdbc.pool
-
Implementation of simple connection pool.
- ConnectionPool(PoolConfiguration) - Constructor for class org.apache.tomcat.jdbc.pool.ConnectionPool
-
Instantiate a connection pool.
- ConnectionPool - Class in org.apache.tomcat.jdbc.pool.jmx
-
- ConnectionPool(ConnectionPool) - Constructor for class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- ConnectionPool.ConnectionFuture - Class in org.apache.tomcat.jdbc.pool
-
Tread safe wrapper around a future for the regular queue
This one retrieves the pooled connection object
and performs the initialization according to
interceptors and validation rules.
- ConnectionPool.ConnectionFuture(Future<PooledConnection>) - Constructor for class org.apache.tomcat.jdbc.pool.ConnectionPool.ConnectionFuture
-
- ConnectionPool.ConnectionFuture(PooledConnection) - Constructor for class org.apache.tomcat.jdbc.pool.ConnectionPool.ConnectionFuture
-
- ConnectionPool.PoolCleaner - Class in org.apache.tomcat.jdbc.pool
-
- ConnectionPoolMBean - Interface in org.apache.tomcat.jdbc.pool.jmx
-
- connectionReaders - Variable in class org.apache.catalina.ha.backend.TcpSender
-
- connections - Variable in class org.apache.catalina.ha.backend.TcpSender
-
Active connections.
- connections - Variable in class org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
-
- ConnectionState - Class in org.apache.tomcat.jdbc.pool.interceptor
-
Interceptor that keep track of connection state to avoid roundtrips to the database.
- ConnectionState() - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.ConnectionState
-
- connectionTimeout - Variable in class org.apache.catalina.realm.JNDIRealm
-
The timeout, in milliseconds, to use when trying to create a connection
to the directory.
- connectionUploadTimeout - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
-
Maximum timeout on uploads. 5 minutes as in Apache HTTPD server.
- connectionURL - Variable in class org.apache.catalina.realm.JDBCRealm
-
The connection URL to use when trying to connect to the database.
- connectionURL - Variable in class org.apache.catalina.realm.JNDIRealm
-
The connection URL for the server we will contact.
- connectionURL - Variable in class org.apache.catalina.session.JDBCStore
-
Connection string to use when connecting to the DB.
- connectionWriters - Variable in class org.apache.catalina.ha.backend.TcpSender
-
- Connector - Class in org.apache.catalina.connector
-
Implementation of a Coyote connector.
- Connector() - Constructor for class org.apache.catalina.connector.Connector
-
- Connector(String) - Constructor for class org.apache.catalina.connector.Connector
-
- connector - Variable in class org.apache.catalina.connector.Request
-
Associated Catalina connector.
- connector - Variable in class org.apache.catalina.startup.Tomcat
-
- ConnectorCreateRule - Class in org.apache.catalina.startup
-
Rule implementation that creates a connector.
- ConnectorCreateRule() - Constructor for class org.apache.catalina.startup.ConnectorCreateRule
-
- ConnectorMBean - Class in org.apache.catalina.mbeans
-
A ModelMBean implementation for the
org.apache.coyote.tomcat5.CoyoteConnector
component.
- ConnectorMBean() - Constructor for class org.apache.catalina.mbeans.ConnectorMBean
-
Construct a ModelMBean
with default
ModelMBeanInfo
information.
- connectors - Variable in class org.apache.catalina.core.StandardService
-
The set of Connectors associated with this Service.
- ConnectorSF - Class in org.apache.catalina.storeconfig
-
Store Connector and Listeners
- ConnectorSF() - Constructor for class org.apache.catalina.storeconfig.ConnectorSF
-
- ConnectorStoreAppender - Class in org.apache.catalina.storeconfig
-
Store the Connector attributes.
- ConnectorStoreAppender() - Constructor for class org.apache.catalina.storeconfig.ConnectorStoreAppender
-
- connectTimeout - Variable in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
-
- connectToServer(Object, URI) - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
-
- connectToServer(Class<?>, URI) - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
-
- connectToServer(Class<? extends Endpoint>, ClientEndpointConfig, URI) - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
-
- connectToServer(Endpoint, ClientEndpointConfig, URI) - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
-
- connectUsingDataSource() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
-
- connectUsingDriver() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
-
- Const - Class in org.apache.tomcat.util.bcel
-
Constants for the project, mostly defined in the JVM specification.
- Const() - Constructor for class org.apache.tomcat.util.bcel.Const
-
- Constant - Class in org.apache.tomcat.util.bcel.classfile
-
Abstract superclass for classes to represent the different constant types
in the constant pool of a class file.
- CONSTANT_Class - Static variable in class org.apache.tomcat.util.bcel.Const
-
Marks a constant pool entry as a Class
- CONSTANT_Double - Static variable in class org.apache.tomcat.util.bcel.Const
-
Marks a constant pool entry as type Double.
- CONSTANT_Fieldref - Static variable in class org.apache.tomcat.util.bcel.Const
-
Marks a constant pool entry as a Field Reference.
- CONSTANT_Float - Static variable in class org.apache.tomcat.util.bcel.Const
-
Marks a constant pool entry as type Float.
- CONSTANT_Integer - Static variable in class org.apache.tomcat.util.bcel.Const
-
Marks a constant pool entry as type Integer.
- CONSTANT_InterfaceMethodref - Static variable in class org.apache.tomcat.util.bcel.Const
-
Marks a constant pool entry as an Interface Method Reference.
- CONSTANT_InvokeDynamic - Static variable in class org.apache.tomcat.util.bcel.Const
-
Marks a constant pool entry as an Invoke Dynamic
- CONSTANT_Long - Static variable in class org.apache.tomcat.util.bcel.Const
-
Marks a constant pool entry as type Long.
- CONSTANT_MethodHandle - Static variable in class org.apache.tomcat.util.bcel.Const
-
Marks a constant pool entry as a Method Handle.
- CONSTANT_Methodref - Static variable in class org.apache.tomcat.util.bcel.Const
-
Marks a constant pool entry as a Method Reference.
- CONSTANT_MethodType - Static variable in class org.apache.tomcat.util.bcel.Const
-
Marks a constant pool entry as a Method Type.
- CONSTANT_Module - Static variable in class org.apache.tomcat.util.bcel.Const
-
Marks a constant pool entry as a Module Reference.
- CONSTANT_NameAndType - Static variable in class org.apache.tomcat.util.bcel.Const
-
Marks a constant pool entry as a name and type.
- CONSTANT_Package - Static variable in class org.apache.tomcat.util.bcel.Const
-
Marks a constant pool entry as a Package Reference.
- CONSTANT_String - Static variable in class org.apache.tomcat.util.bcel.Const
-
Marks a constant pool entry as type String
- CONSTANT_Utf8 - Static variable in class org.apache.tomcat.util.bcel.Const
-
Marks a constant pool entry as type UTF-8.
- ConstantClass - Class in org.apache.tomcat.util.bcel.classfile
-
This class is derived from the abstract
Constant
and represents a reference to a (external) class.
- ConstantDouble - Class in org.apache.tomcat.util.bcel.classfile
-
This class is derived from the abstract
Constant
and represents a reference to a Double object.
- ConstantFloat - Class in org.apache.tomcat.util.bcel.classfile
-
This class is derived from the abstract
Constant
and represents a reference to a float object.
- ConstantInteger - Class in org.apache.tomcat.util.bcel.classfile
-
This class is derived from the abstract
Constant
and represents a reference to an int object.
- ConstantLong - Class in org.apache.tomcat.util.bcel.classfile
-
This class is derived from the abstract
Constant
and represents a reference to a long object.
- ConstantPool - Class in org.apache.tomcat.util.bcel.classfile
-
This class represents the constant pool, i.e., a table of constants, of
a parsed classfile.
- Constants - Class in org.apache.catalina.authenticator
-
- Constants() - Constructor for class org.apache.catalina.authenticator.Constants
-
- Constants - Class in org.apache.catalina.connector
-
Static constants for this package.
- Constants() - Constructor for class org.apache.catalina.connector.Constants
-
- Constants - Class in org.apache.catalina.core
-
- Constants() - Constructor for class org.apache.catalina.core.Constants
-
- Constants - Class in org.apache.catalina.deploy
-
- Constants() - Constructor for class org.apache.catalina.deploy.Constants
-
- Constants - Class in org.apache.catalina.filters
-
Manifest constants for this Java package.
- Constants() - Constructor for class org.apache.catalina.filters.Constants
-
- Constants - Class in org.apache.catalina.ha.deploy
-
Manifest constants for the org.apache.catalina.ha.deploy
package.
- Constants() - Constructor for class org.apache.catalina.ha.deploy.Constants
-
- Constants - Class in org.apache.catalina.ha.session
-
Manifest constants for the org.apache.catalina.ha.session
package.
- Constants() - Constructor for class org.apache.catalina.ha.session.Constants
-
- Constants - Class in org.apache.catalina.ha.tcp
-
Manifest constants for the org.apache.catalina.ha.tcp
package.
- Constants() - Constructor for class org.apache.catalina.ha.tcp.Constants
-
- Constants - Class in org.apache.catalina.loader
-
- Constants() - Constructor for class org.apache.catalina.loader.Constants
-
- Constants - Class in org.apache.catalina.manager
-
- Constants() - Constructor for class org.apache.catalina.manager.Constants
-
- Constants - Class in org.apache.catalina.manager.host
-
- Constants() - Constructor for class org.apache.catalina.manager.host.Constants
-
- Constants - Class in org.apache.catalina.mapper
-
Static constants for this package.
- Constants() - Constructor for class org.apache.catalina.mapper.Constants
-
- Constants - Class in org.apache.catalina.mbeans
-
- Constants() - Constructor for class org.apache.catalina.mbeans.Constants
-
- Constants - Class in org.apache.catalina.realm
-
Manifest constants for this Java package.
- Constants() - Constructor for class org.apache.catalina.realm.Constants
-
- Constants - Class in org.apache.catalina.security
-
- Constants() - Constructor for class org.apache.catalina.security.Constants
-
- Constants - Class in org.apache.catalina.servlets
-
- Constants() - Constructor for class org.apache.catalina.servlets.Constants
-
- Constants - Class in org.apache.catalina.session
-
Manifest constants for the org.apache.catalina.session
package.
- Constants() - Constructor for class org.apache.catalina.session.Constants
-
- Constants - Class in org.apache.catalina.startup
-
String constants for the startup package.
- Constants() - Constructor for class org.apache.catalina.startup.Constants
-
- Constants - Class in org.apache.catalina.storeconfig
-
- Constants() - Constructor for class org.apache.catalina.storeconfig.Constants
-
- Constants - Class in org.apache.catalina.tribes.membership
-
Manifest constants for the org.apache.catalina.tribes.membership
package.
- Constants() - Constructor for class org.apache.catalina.tribes.membership.Constants
-
- Constants - Class in org.apache.catalina.tribes.transport
-
Manifest constants for the org.apache.catalina.tribes.transport
package.
- Constants() - Constructor for class org.apache.catalina.tribes.transport.Constants
-
- Constants - Class in org.apache.catalina.users
-
Manifest constants for this Java package.
- Constants() - Constructor for class org.apache.catalina.users.Constants
-
- Constants - Class in org.apache.catalina.valves
-
Manifest constants for the org.apache.catalina.valves
package.
- Constants() - Constructor for class org.apache.catalina.valves.Constants
-
- Constants - Class in org.apache.catalina.webresources
-
- Constants() - Constructor for class org.apache.catalina.webresources.Constants
-
- Constants - Class in org.apache.coyote.ajp
-
Constants.
- Constants() - Constructor for class org.apache.coyote.ajp.Constants
-
- Constants - Class in org.apache.coyote
-
Constants.
- Constants() - Constructor for class org.apache.coyote.Constants
-
- Constants - Class in org.apache.coyote.http11
-
Constants.
- Constants() - Constructor for class org.apache.coyote.http11.Constants
-
- Constants - Class in org.apache.coyote.http11.upgrade
-
- Constants() - Constructor for class org.apache.coyote.http11.upgrade.Constants
-
- Constants - Class in org.apache.jasper
-
Some constants and other global data that are used by the compiler and the runtime.
- Constants() - Constructor for class org.apache.jasper.Constants
-
- Constants - Class in org.apache.naming
-
Static constants for this package.
- Constants() - Constructor for class org.apache.naming.Constants
-
- Constants - Class in org.apache.naming.factory
-
Static constants for this package.
- Constants() - Constructor for class org.apache.naming.factory.Constants
-
- Constants - Class in org.apache.tomcat.dbcp.dbcp2
-
Constants for use with JMX.
- Constants() - Constructor for class org.apache.tomcat.dbcp.dbcp2.Constants
-
- Constants - Class in org.apache.tomcat.util.buf
-
String constants for the file package.
- Constants() - Constructor for class org.apache.tomcat.util.buf.Constants
-
- Constants - Class in org.apache.tomcat.util.descriptor
-
- Constants() - Constructor for class org.apache.tomcat.util.descriptor.Constants
-
- Constants - Class in org.apache.tomcat.util.descriptor.web
-
- Constants() - Constructor for class org.apache.tomcat.util.descriptor.web.Constants
-
- Constants - Class in org.apache.tomcat.util.net
-
- Constants() - Constructor for class org.apache.tomcat.util.net.Constants
-
- Constants - Class in org.apache.tomcat.util.scan
-
String constants for the scan package.
- Constants() - Constructor for class org.apache.tomcat.util.scan.Constants
-
- Constants - Class in org.apache.tomcat.util.threads
-
Static constants for this package.
- Constants() - Constructor for class org.apache.tomcat.util.threads.Constants
-
- Constants - Class in org.apache.tomcat.websocket
-
Internal implementation constants.
- Constants - Class in org.apache.tomcat.websocket.pojo
-
Internal implementation constants.
- Constants - Class in org.apache.tomcat.websocket.server
-
Internal implementation constants.
- Constants.AccessLog - Class in org.apache.catalina.valves
-
- Constants.AccessLog() - Constructor for class org.apache.catalina.valves.Constants.AccessLog
-
- ConstantUtf8 - Class in org.apache.tomcat.util.bcel.classfile
-
This class is derived from the abstract
Constant class
and represents a reference to a Utf8 encoded string.
- 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 - Interface in org.apache.catalina
-
A Container is an object that can execute requests received from
a client, and return responses based on those requests.
- container - Variable in class org.apache.catalina.core.NamingContextListener
-
Associated container.
- container - Variable in class org.apache.catalina.core.StandardPipeline
-
The Container with which this Pipeline is associated.
- container - Variable in class org.apache.catalina.core.StandardService
-
Deprecated.
Will be made private in 8.5.x
- 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.
- ContainerBase - Class in org.apache.catalina.core
-
Abstract implementation of the Container interface, providing common
functionality required by nearly every implementation.
- ContainerBase() - Constructor for class org.apache.catalina.core.ContainerBase
-
- ContainerBase.ContainerBackgroundProcessor - Class in org.apache.catalina.core
-
Private thread class to invoke the backgroundProcess method
of this container and its children after a fixed delay.
- ContainerBase.ContainerBackgroundProcessor() - Constructor for class org.apache.catalina.core.ContainerBase.ContainerBackgroundProcessor
-
- ContainerBase.PrivilegedAddChild - Class in org.apache.catalina.core
-
Perform addChild with the permissions of this class.
- containerClassLoader - Variable in class org.apache.catalina.core.DefaultInstanceManager
-
- ContainerEvent - Class in org.apache.catalina
-
General event for notifying listeners of significant changes on a Container.
- ContainerEvent(Container, String, Object) - Constructor for class org.apache.catalina.ContainerEvent
-
Construct a new ContainerEvent with the specified parameters.
- containerEvent(ContainerEvent) - Method in interface org.apache.catalina.ContainerListener
-
Acknowledge the occurrence of the specified event.
- containerEvent(ContainerEvent) - Method in class org.apache.catalina.core.NamingContextListener
-
Deprecated.
The ContainerListener
interface and implementing
methods will be removed from this class for Tomcat 10
onwards.
- containerEvent(ContainerEvent) - Method in class org.apache.catalina.core.StandardEngine.AccessLogListener
-
- containerEvent(ContainerEvent) - Method in class org.apache.catalina.core.ThreadLocalLeakPreventionListener
-
- containerEvent(ContainerEvent) - Method in class org.apache.catalina.ha.backend.HeartbeatListener
-
- containerEvent(ContainerEvent) - Method in class org.apache.catalina.mapper.MapperListener
-
- ContainerListener - Interface in org.apache.catalina
-
Interface defining a listener for significant Container generated events.
- containerLog - Variable in class org.apache.catalina.realm.RealmBase
-
Container log
- containerLog - Variable in class org.apache.catalina.valves.ValveBase
-
Container log
- ContainerMBean - Class in org.apache.catalina.mbeans
-
- ContainerMBean() - Constructor for class org.apache.catalina.mbeans.ContainerMBean
-
Construct a ModelMBean
with default
ModelMBeanInfo
information.
- ContainerServlet - Interface in org.apache.catalina
-
A ContainerServlet is a servlet that has access to Catalina
internal functionality, and is loaded from the Catalina class loader
instead of the web application class loader.
- ContainerThreadMarker - Class in org.apache.coyote
-
Used to mark threads that have been allocated by the container to process
data from an incoming connection.
- ContainerThreadMarker() - Constructor for class org.apache.coyote.ContainerThreadMarker
-
- contains(T) - Method in class org.apache.catalina.filters.CsrfPreventionFilter.LruCache
-
- contains(String, String) - Static method in class org.apache.catalina.filters.ExpiresFilter
-
Return true
if the given str
contains the given
searchStr
.
- contains(Member) - Method in class org.apache.catalina.tribes.membership.Membership
-
- contains(byte[], int, byte[], int, int) - Static method in class org.apache.catalina.tribes.util.Arrays
-
- contains(Object) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
- contains(Object) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
- containsAll(Collection<?>) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
- containsAll(Collection<?>) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
- containsAlphabetOrPad(byte[]) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
-
Tests a given byte array to see if it contains any characters within the alphabet or PAD.
- containsHeader(String) - Method in class org.apache.catalina.connector.Response
-
Has the specified header been set already in this response?
- containsHeader(String) - Method in class org.apache.catalina.connector.ResponseFacade
-
- containsHeader(String) - Method in class org.apache.coyote.Response
-
Warning: This method always returns false
for Content-Type
and Content-Length.
- containsKey(Object) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
Returns true if the key has an entry in the map.
- containsKey(Object) - Method in class org.apache.catalina.util.ParameterMap
-
- containsKey(Object) - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
-
- containsKey(Object) - Method in class org.apache.tomcat.websocket.CaseInsensitiveKeyMap
-
- 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.
- contentDelimitation - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
-
Content delimiter for the request (if false, the connection will
be closed at the end of the request).
- contentLength - Variable in class org.apache.coyote.http11.filters.IdentityInputFilter
-
Content length.
- contentLength - Variable in class org.apache.coyote.http11.filters.IdentityOutputFilter
-
Content length.
- contentLength() - Method in class org.apache.tomcat.util.http.fileupload.servlet.ServletRequestContext
-
Retrieve the content length of the request.
- contentLength() - Method in interface org.apache.tomcat.util.http.fileupload.UploadContext
-
Retrieve the content length of the request.
- contentType() - Method in class org.apache.coyote.Request
-
- contentTypeRegEx - Variable in class org.apache.catalina.ssi.SSIFilter
-
regex pattern to match when evaluating content types
- context - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
-
The Context to which this Valve is attached.
- Context - Interface in org.apache.catalina
-
A Context is a Container that represents a servlet context, and
therefore an individual web application, in the Catalina servlet engine.
- context - Variable in class org.apache.catalina.core.StandardContext
-
The ServletContext implementation associated with this Context.
- context - Variable in class org.apache.catalina.manager.host.HostManagerServlet
-
The Context container associated with our web application.
- context - Variable in class org.apache.catalina.manager.ManagerServlet
-
The Context container associated with our web application.
- context - Variable in class org.apache.catalina.mapper.MappingData
-
- context - Variable in class org.apache.catalina.realm.JNDIRealm
-
The directory context linking us to our directory server.
- context - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- context - Variable in class org.apache.catalina.startup.ContextConfig
-
The Context we are associated with.
- context - Variable in class org.apache.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 - Static variable in class org.apache.naming.NamingEntry
-
- ContextAccessController - Class in org.apache.naming
-
Handles the access control on the JNDI contexts.
- ContextAccessController() - Constructor for class org.apache.naming.ContextAccessController
-
- ContextBind - Interface in org.apache.tomcat
-
- ContextBindings - Class in org.apache.naming
-
Handles the associations :
Object with a NamingContext
Calling thread with a NamingContext
Calling thread with object bound to the same naming context
Thread context class loader with a NamingContext
Thread context class loader with object bound to the same
NamingContext
The objects are typically Catalina Server or Context objects.
- ContextBindings() - Constructor for class org.apache.naming.ContextBindings
-
- contextClass - Variable in class org.apache.catalina.startup.HostConfig
-
The Java class name of the Context implementation we should use.
- ContextConfig - Class in org.apache.catalina.startup
-
Startup event listener for a Context that configures the properties
of that Context, and the associated defined servlets.
- ContextConfig() - Constructor for class org.apache.catalina.startup.ContextConfig
-
- contextConfig(Digester) - Method in class org.apache.catalina.startup.ContextConfig
-
Process the default configuration file, if it exists.
- contextDestroyed(ServletContextEvent) - Method in class org.apache.tomcat.websocket.server.WsContextListener
-
- ContextEjb - Class in org.apache.tomcat.util.descriptor.web
-
Representation of an EJB resource reference for a web application, as
represented in a <ejb-ref>
element in the
deployment descriptor.
- ContextEjb() - Constructor for class org.apache.tomcat.util.descriptor.web.ContextEjb
-
- ContextEnvironment - Class in org.apache.tomcat.util.descriptor.web
-
Representation of an application environment entry, as represented in
an <env-entry>
element in the deployment descriptor.
- ContextEnvironment() - Constructor for class org.apache.tomcat.util.descriptor.web.ContextEnvironment
-
- ContextEnvironmentMBean - Class in org.apache.catalina.mbeans
-
A ModelMBean implementation for the
org.apache.tomcat.util.descriptor.web.ContextEnvironment
component.
- ContextEnvironmentMBean() - Constructor for class org.apache.catalina.mbeans.ContextEnvironmentMBean
-
Construct a ModelMBean
with default
ModelMBeanInfo
information.
- contextFactory - Variable in class org.apache.catalina.realm.JNDIRealm
-
The JNDI context factory used to acquire our InitialContext.
- ContextHandler - Class in org.apache.tomcat.util.descriptor.web
-
Representation of a handler reference for a web service, as
represented in a <handler>
element in the
deployment descriptor.
- ContextHandler() - Constructor for class org.apache.tomcat.util.descriptor.web.ContextHandler
-
- contextInitialized(ServletContextEvent) - Method in class org.apache.tomcat.websocket.server.WsContextListener
-
- contextList - Variable in class org.apache.catalina.mapper.Mapper.MappedHost
-
- ContextLocalEjb - Class in org.apache.tomcat.util.descriptor.web
-
Representation of a local EJB resource reference for a web application, as
represented in a <ejb-local-ref>
element in the
deployment descriptor.
- ContextLocalEjb() - Constructor for class org.apache.tomcat.util.descriptor.web.ContextLocalEjb
-
- ContextMBean - Class in org.apache.catalina.mbeans
-
- ContextMBean() - Constructor for class org.apache.catalina.mbeans.ContextMBean
-
- ContextName - Class in org.apache.catalina.util
-
Utility class to manage context names so there is one place where the
conversions between baseName, path and version take place.
- ContextName(String, boolean) - Constructor for class org.apache.catalina.util.ContextName
-
Creates an instance from a context name, display name, base name,
directory name, WAR name or context.xml name.
- ContextName(String, String) - Constructor for class org.apache.catalina.util.ContextName
-
Construct an instance from a path and version.
- contextPath - Variable in class org.apache.catalina.mapper.MappingData
-
- ContextResource - Class in org.apache.tomcat.util.descriptor.web
-
Representation of a resource reference for a web application, as
represented in a <resource-ref>
element in the
deployment descriptor.
- ContextResource() - Constructor for class org.apache.tomcat.util.descriptor.web.ContextResource
-
- ContextResourceEnvRef - Class in org.apache.tomcat.util.descriptor.web
-
Representation of an application resource reference, as represented in
an <res-env-refy>
element in the deployment descriptor.
- ContextResourceEnvRef() - Constructor for class org.apache.tomcat.util.descriptor.web.ContextResourceEnvRef
-
- ContextResourceLink - Class in org.apache.tomcat.util.descriptor.web
-
Representation of a resource link for a web application, as
represented in a <ResourceLink>
element in the
server configuration file.
- ContextResourceLink() - Constructor for class org.apache.tomcat.util.descriptor.web.ContextResourceLink
-
- ContextResourceLinkMBean - Class in org.apache.catalina.mbeans
-
A ModelMBean implementation for the
org.apache.tomcat.util.descriptor.web.ContextResourceLink
component.
- ContextResourceLinkMBean() - Constructor for class org.apache.catalina.mbeans.ContextResourceLinkMBean
-
Construct a ModelMBean
with default
ModelMBeanInfo
information.
- 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
-
Construct a ModelMBean
with default
ModelMBeanInfo
information.
- ContextRuleSet - Class in org.apache.catalina.startup
-
RuleSet for processing the contents of a
Context definition element.
- ContextRuleSet() - Constructor for class org.apache.catalina.startup.ContextRuleSet
-
Construct an instance of this RuleSet
with the default
matching pattern prefix.
- ContextRuleSet(String) - Constructor for class org.apache.catalina.startup.ContextRuleSet
-
Construct an instance of this RuleSet
with the specified
matching pattern prefix.
- ContextRuleSet(String, boolean) - Constructor for class org.apache.catalina.startup.ContextRuleSet
-
Construct an instance of this RuleSet
with the specified
matching pattern prefix.
- contexts - Variable in class org.apache.catalina.mapper.Mapper.ContextList
-
- contexts - Variable in class org.apache.catalina.mapper.MappingData
-
- ContextService - Class in org.apache.tomcat.util.descriptor.web
-
Representation of a web service reference for a web application, as
represented in a <service-ref>
element in the
deployment descriptor.
- ContextService() - Constructor for class org.apache.tomcat.util.descriptor.web.ContextService
-
- contextSlashCount - Variable in class org.apache.catalina.mapper.MappingData
-
- contextStopping() - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- contextStopping() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
-
- ContextTransaction - Class in org.apache.tomcat.util.descriptor.web
-
Representation of an application resource reference, as represented in
an <res-env-refy>
element in the deployment descriptor.
- ContextTransaction() - Constructor for class org.apache.tomcat.util.descriptor.web.ContextTransaction
-
- contextXsltFile - Variable in class org.apache.catalina.servlets.DefaultServlet
-
Allow customized directory listing per context.
- controlConcurrency(Request, Response) - Method in class org.apache.catalina.valves.SemaphoreValve
-
Subclass friendly method to add conditions.
- conv - Variable in class org.apache.catalina.connector.InputBuffer
-
Current byte to char converter.
- conv - Variable in class org.apache.catalina.connector.OutputBuffer
-
Current char to byte converter.
- Conversions - Class in org.apache.catalina.util
-
- convert(String) - Static method in class org.apache.catalina.tribes.util.Arrays
-
- convert(String) - Static method in class org.apache.catalina.util.MIME2Java
-
Convert a MIME charset name, also known as an XML encoding name, to a Java encoding name.
- convert(String, String, Class<?>, Class<?>) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- convert(ByteChunk, CharChunk, boolean) - Method in class org.apache.tomcat.util.buf.B2CConverter
-
Convert the given bytes to characters.
- convert(CharChunk, ByteChunk) - Method in class org.apache.tomcat.util.buf.C2BConverter
-
Convert the given characters to bytes.
- convert(ByteChunk, boolean) - Method in class org.apache.tomcat.util.buf.UDecoder
-
URLDecode, will modify the source.
- convert(CharChunk, boolean) - Method in class org.apache.tomcat.util.buf.UDecoder
-
In-buffer processing - the buffer will be modified
- convert(MessageBytes, boolean) - Method in class org.apache.tomcat.util.buf.UDecoder
-
URLDecode, will modify the source
- convert(String, boolean) - Method in class org.apache.tomcat.util.buf.UDecoder
-
- convert(String, Class<?>) - Static method in class org.apache.tomcat.util.IntrospectionUtils
-
- convert - Variable in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerBase
-
- convert(T) - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholeBase
-
- convert(ByteBuffer) - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholeBinary
-
- convert(String) - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerWholeText
-
- convertCookies() - Method in class org.apache.catalina.connector.Request
-
Converts the parsed cookies (parsing the Cookie headers first if they
have not been parsed) into Cookie objects.
- convertDateFormat(String) - Method in class org.apache.catalina.util.Strftime
-
Search the provided pattern and get the C standard
Date/Time formatting rules and convert them to the
Java equivalent.
- convertForJSSE(Collection<Cipher>) - Static method in class org.apache.tomcat.util.net.jsse.openssl.OpenSSLCipherConfigurationParser
-
- convertMB(MessageBytes) - Method in class org.apache.catalina.connector.CoyoteAdapter
-
Character conversion of the a US-ASCII MessageBytes.
- convertPrimitiveType(Class<?>) - Static method in class org.apache.catalina.util.Introspection
-
Converts the primitive type to its corresponding wrapper.
- convertStr(String) - Method in class org.apache.catalina.storeconfig.StoreAppender
-
Given a string, this method replaces all occurrences of '<', '>',
'&', and '"'.
- convertStringToType(String, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
Convert string to datatype FIXME How we can transfer values from ant
project reference store (ref)?
- convertToBytes(String) - Static method in class org.apache.tomcat.util.buf.ByteChunk
-
Convert specified String to a byte array.
- 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
-
EXPERIMENTAL 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 and RFC2109.
- COOKIE_DATE_FORMAT - Static variable in class org.apache.tomcat.util.http.CookieProcessorBase
-
- cookieDomain - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
-
- cookieHttpOnly - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
-
- cookieLifetime - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
-
- cookieName - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
-
- cookiePath - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
-
- CookieProcessor - Interface in org.apache.tomcat.util.http
-
- CookieProcessorBase - Class in org.apache.tomcat.util.http
-
- CookieProcessorBase() - Constructor for class org.apache.tomcat.util.http.CookieProcessorBase
-
- cookieResult - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
-
- cookies - Variable in class org.apache.catalina.connector.Request
-
The set of cookies associated with this Request.
- cookiesConverted - Variable in class org.apache.catalina.connector.Request
-
Cookie parsed flag.
- cookieSecure - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
-
- cookiesParsed - Variable in class org.apache.catalina.connector.Request
-
Cookie headers parsed flag.
- cookieSubstitution - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
-
- CookieSupport - Class in org.apache.tomcat.util.http
-
Deprecated.
Will be removed in Tomcat 9.
- cookieValue - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
-
- COORD_ALIVE - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
-
Alive message
- COORD_CONF - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
-
Coordination confirmation, for blocking installations
- COORD_HEADER - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
-
header for a coordination message
- COORD_REQUEST - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
-
Coordination request
- coordinator - Variable in class org.apache.catalina.tribes.group.GroupChannel
-
The ChannelCoordinator
coordinates the bottom layer components:
- MembershipService
- ChannelSender
- ChannelReceiver
- coordMsgReceived - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
-
- copy(File, File) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
-
Copy a file to the specified temp directory.
- copy(File, File) - Static method in class org.apache.catalina.manager.ManagerServlet
-
Copy the specified file or directory to the destination.
- copy(WebResource, InputStream, ServletOutputStream) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Copy the contents of the specified input stream to the specified
output stream, and ensure that both streams are closed before returning
(even in the face of an exception).
- copy(WebResource, InputStream, PrintWriter, String) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Copy the contents of the specified input stream to the specified
output stream, and ensure that both streams are closed before returning
(even in the face of an exception).
- copy(WebResource, ServletOutputStream, DefaultServlet.Range) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Copy the contents of the specified input stream to the specified
output stream, and ensure that both streams are closed before returning
(even in the face of an exception).
- copy(WebResource, ServletOutputStream, Iterator<DefaultServlet.Range>, String) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Copy the contents of the specified input stream to the specified
output stream, and ensure that both streams are closed before returning
(even in the face of an exception).
- copy(File, File) - Static method in class org.apache.catalina.startup.ExpandWar
-
Copy the specified file or directory to the destination.
- copy(String, String, int, long) - Static method in class org.apache.tomcat.jni.File
-
Copy the specified file to another file.
- copy(InputStream, OutputStream) - Static method in class org.apache.tomcat.util.http.fileupload.IOUtils
-
Copies bytes from an InputStream
to an
OutputStream
.
- copy(InputStream, OutputStream, boolean) - Static method in class org.apache.tomcat.util.http.fileupload.util.Streams
-
Copies the contents of the given InputStream
to the given OutputStream
.
- copy(InputStream, OutputStream, boolean, byte[]) - Static method in class org.apache.tomcat.util.http.fileupload.util.Streams
-
Copies the contents of the given InputStream
to the given OutputStream
.
- copyBytes(byte[], int, int, int) - Static method in class org.apache.catalina.connector.CoyoteAdapter
-
Copy an array of bytes to a different position.
- copyInternal(File, File, byte[]) - Static method in class org.apache.catalina.manager.ManagerServlet
-
Copy the specified file or directory to the destination.
- copyLarge(InputStream, OutputStream) - Static method in class org.apache.tomcat.util.http.fileupload.IOUtils
-
Copies bytes from a large (over 2GB) InputStream
to an
OutputStream
.
- CopyParentClassLoaderRule - Class in org.apache.catalina.startup
-
Rule that copies the parentClassLoader
property from the
next-to-top item on the stack (which must be a Container
)
to the top item on the stack (which must also be a
Container
).
- CopyParentClassLoaderRule() - Constructor for class org.apache.catalina.startup.CopyParentClassLoaderRule
-
Construct a new instance of this Rule.
- copyRange(InputStream, ServletOutputStream) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Copy the contents of the specified input stream to the specified
output stream, and ensure that both streams are closed before returning
(even in the face of an exception).
- copyRange(Reader, PrintWriter) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Copy the contents of the specified input stream to the specified
output stream, and ensure that both streams are closed before returning
(even in the face of an exception).
- copyRange(InputStream, ServletOutputStream, long, long) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Copy the contents of the specified input stream to the specified
output stream, and ensure that both streams are closed before returning
(even in the face of an exception).
- copyStateWithoutTransformers(WebappClassLoaderBase) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
- copyWithoutTransformers() - Method in class org.apache.catalina.loader.ParallelWebappClassLoader
-
Returns a copy of this class loader without any class file
transformers.
- copyWithoutTransformers() - Method in class org.apache.catalina.loader.WebappClassLoader
-
Returns a copy of this class loader without any class file
transformers.
- copyWithoutTransformers() - Method in interface org.apache.tomcat.InstrumentableClassLoader
-
Returns a copy of this class loader without any class file
transformers.
- copyXML - Variable in class org.apache.catalina.startup.HostConfig
-
Should XML files be copied to
$CATALINA_BASE/conf/<engine>/<host> by default when
a web application is deployed?
- CorsFilter - Class in org.apache.catalina.filters
-
A
Filter
that enable client-side cross-origin requests by
implementing W3C's CORS (
Cross-
Origin
Resource
Sharing) specification for resources.
- CorsFilter() - Constructor for class org.apache.catalina.filters.CorsFilter
-
- CorsFilter.CORSRequestType - Enum in org.apache.catalina.filters
-
Enumerates varies types of CORS requests.
- count() - Method in class org.apache.catalina.tribes.io.ObjectReader
-
Returns the number of packages that the reader has read
- count() - Method in class org.apache.el.stream.Stream
-
- countAllocated - Variable in class org.apache.catalina.core.StandardWrapper
-
The count of allocations that are currently active (even if they
are for the same instance, as will be true on a non-STM servlet).
- countDown(CountDownLatch) - Method in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
-
- countDown() - Method in class org.apache.tomcat.util.threads.LimitLatch
-
Releases a shared latch, making it available for another thread to use.
- countDownConnection() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- counter - Static variable in class org.apache.catalina.tribes.group.GroupChannel.HeartbeatThread
-
- countPackages() - Method in class org.apache.catalina.tribes.io.XByteBuffer
-
Internal mechanism to make a check if a complete package exists
within the buffer
- countPackages(boolean) - Method in class org.apache.catalina.tribes.io.XByteBuffer
-
- countUpOrAwait() - Method in class org.apache.tomcat.util.threads.LimitLatch
-
Acquires a shared latch if one is available or waits for one if no shared
latch is current available.
- countUpOrAwaitConnection() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- CoyoteAdapter - Class in org.apache.catalina.connector
-
Implementation of a request processor which delegates the processing to a
Coyote processor.
- CoyoteAdapter(Connector) - Constructor for class org.apache.catalina.connector.CoyoteAdapter
-
Construct a new CoyoteProcessor associated with the specified connector.
- CoyoteInputStream - Class in org.apache.catalina.connector
-
This class handles reading bytes.
- CoyoteInputStream(InputBuffer) - Constructor for class org.apache.catalina.connector.CoyoteInputStream
-
- CoyoteOutputStream - Class in org.apache.catalina.connector
-
Coyote implementation of the servlet output stream.
- CoyoteOutputStream(OutputBuffer) - Constructor for class org.apache.catalina.connector.CoyoteOutputStream
-
- CoyotePrincipal - Class in org.apache.catalina.connector
-
Generic implementation of java.security.Principal that
is used to represent principals authenticated at the protocol handler level.
- CoyotePrincipal(String) - Constructor for class org.apache.catalina.connector.CoyotePrincipal
-
- CoyoteReader - Class in org.apache.catalina.connector
-
Coyote implementation of the buffered reader.
- CoyoteReader(InputBuffer) - Constructor for class org.apache.catalina.connector.CoyoteReader
-
- coyoteRequest - Variable in class org.apache.catalina.connector.Request
-
Coyote request.
- coyoteResponse - Variable in class org.apache.catalina.connector.Response
-
Coyote response.
- CoyoteWriter - Class in org.apache.catalina.connector
-
Coyote implementation of the servlet writer.
- CoyoteWriter(OutputBuffer) - Constructor for class org.apache.catalina.connector.CoyoteWriter
-
- CR - Static variable in class org.apache.coyote.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.el.lang.FunctionMapperFactory
-
- create() - Method in class org.apache.el.lang.VariableMapperFactory
-
- create(K) - Method in class org.apache.tomcat.dbcp.pool2.BaseKeyedPooledObjectFactory
-
Create an instance that can be served by the pool.
- create() - Method in class org.apache.tomcat.dbcp.pool2.BasePooledObjectFactory
-
Creates an object instance, to be wrapped in a
PooledObject
.
- create(boolean) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
-
Create a new pooled connection object.
- create(long, int) - Static method in class org.apache.tomcat.jni.Buffer
-
Allocate a new ByteBuffer from already allocated memory.
- create(String, int, long) - Static method in class org.apache.tomcat.jni.Global
-
Create and initialize a mutex that can be used to synchronize both
processes and threads.
- create(String, long) - Static method in class org.apache.tomcat.jni.Local
-
Create a socket.
- create(String, int, long) - Static method in class org.apache.tomcat.jni.Lock
-
Create and initialize a mutex that can be used to synchronize processes.
- create(long, long, long, int, long) - Static method in class org.apache.tomcat.jni.Mmap
-
Create a new mmap'ed file out of an existing APR file.
- create(int, long, int, long) - Static method in class org.apache.tomcat.jni.Poll
-
Setup a pollset object.
- create(long) - Static method in class org.apache.tomcat.jni.Pool
-
Create a new pool.
- create(long, String, String[], String[], long, long) - Static method in class org.apache.tomcat.jni.Proc
-
Create a new process and execute a new program within that process.
- create(long) - Static method in class org.apache.tomcat.jni.Procattr
-
Create and initialize a new procattr variable
- create(int, String, int, long) - Static method in class org.apache.tomcat.jni.Registry
-
Create or open a Registry Key.
- create(long, String, long) - Static method in class org.apache.tomcat.jni.Shm
-
Create and make accessible a shared memory segment.
- create(int, int, int, long) - Static method in class org.apache.tomcat.jni.Socket
-
Create a socket.
- create(String, List<List<Extension.Parameter>>, boolean) - Method in class org.apache.tomcat.websocket.TransformationFactory
-
- CREATE_STATEMENT - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
-
- CREATE_STATEMENT_IDX - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
-
- createAbsoluteOrdering() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- createAcceptor() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
Hook to allow Endpoints to provide a specific Acceptor implementation.
- createAcceptor() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- createAcceptor() - Method in class org.apache.tomcat.util.net.JIoEndpoint
-
- createAcceptor() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
- createAcceptor() - Method in class org.apache.tomcat.util.net.NioEndpoint
-
- createAccessLogElement(String, char) - Method in class org.apache.catalina.valves.AbstractAccessLogValve
-
create an AccessLogElement implementation which needs an element name
- createAccessLogElement(char) - Method in class org.apache.catalina.valves.AbstractAccessLogValve
-
create an AccessLogElement implementation
- 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
-
- 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
-
- createCacheKey(String, Object[]) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
-
- createClassLoader(File[], File[], ClassLoader) - Static method in class org.apache.catalina.startup.ClassLoaderFactory
-
Create and return a new class loader, based on the configuration
defaults and the specified directory paths:
- createClassLoader(List<ClassLoaderFactory.Repository>, ClassLoader) - Static method in class org.apache.catalina.startup.ClassLoaderFactory
-
Create and return a new class loader, based on the configuration
defaults and the specified directory paths:
- createClob() - Method in class org.apache.tomcat.dbcp.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
-
- 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(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 datasource.
- 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
-
- 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
-
- createDataPackage(ChannelData) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
-
Creates a complete data package
- createDataPackage(byte[], int, int, byte[], int) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
-
- createDataPackage(byte[]) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
-
- createDataSource() - Method in class org.apache.tomcat.dbcp.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
-
- createDataSourceInstance() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Creates the actual data source instance.
- createDataSourceRealm(String, String, String, String, String, String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
-
Create a new DataSource Realm.
- createDecorator(Object, Method, Object[], Object, Constructor<?>, String) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
-
- createDecorator(Object, Method, Object[], Object, Constructor<?>, String) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
-
Creates a proxy for a Statement.
- createDefaultRealm() - Method in class org.apache.catalina.startup.Tomcat
-
Create an in-memory realm.
- createDigester(String) - Static method in class org.apache.catalina.startup.HostConfig
-
Create the digester which will be used to parse context config files.
- createDigester() - Static method in class org.apache.catalina.storeconfig.StoreLoader
-
Create and configure the Digester we will be using for setup store
registry.
- createELContext(JspContext) - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
-
- createEmptySession() - Method in class org.apache.catalina.ha.session.BackupManager
-
- createEmptySession() - Method in class org.apache.catalina.ha.session.DeltaManager
-
Get a session from the recycled ones or create a new empty one.
- createEmptySession() - Method in interface org.apache.catalina.Manager
-
Get a session from the recycled ones or create a new empty one.
- createEmptySession() - Method in class org.apache.catalina.session.ManagerBase
-
- createExecutor() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- createFilter(Class<T>) - Method in class org.apache.catalina.core.ApplicationContext
-
- createFilter(Class<T>) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- createFilter(Class<T>) - Method in class org.apache.jasper.servlet.JspCServletContext
-
- createFilterChain(ServletRequest, Wrapper, Servlet) - Static method in class org.apache.catalina.core.ApplicationFilterFactory
-
Construct and return a FilterChain implementation that will wrap the
execution of the specified servlet instance.
- createGroup(String, String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
-
Create a new Group and return the corresponding MBean Name.
- createGroup(String, String) - Method in interface org.apache.catalina.UserDatabase
-
Create and return a new
Group
defined in this user database.
- createGroup(String, String) - Method in class org.apache.catalina.users.MemoryUserDatabase
-
Create and return a new
Group
defined in this user database.
- createHttpConnector(String, String, int) - Method in class org.apache.catalina.mbeans.MBeanFactory
-
Create a new HttpConnector
- createHttpsConnector(String, String, int) - Method in class org.apache.catalina.mbeans.MBeanFactory
-
Create a new HttpsConnector
- createInputStream() - Method in class org.apache.catalina.connector.Request
-
Create and return a ServletInputStream to read the content
associated with this Request.
- createItem(String, String, boolean, String) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
-
Create a new
DiskFileItem
instance from the supplied parameters and the local factory
configuration.
- createItem(String, String, boolean, String) - Method in interface org.apache.tomcat.util.http.fileupload.FileItemFactory
-
Create a new
FileItem
instance from the supplied parameters and
any local factory configuration.
- createJarInputStream() - Method in class org.apache.tomcat.util.scan.AbstractInputStreamJar
-
- 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
-
- createJavacError(String, Node.Nodes, StringBuilder, int, JspCompilationContext) - Static method in class org.apache.jasper.compiler.ErrorDispatcher
-
- createJDBCRealm(String, String, String, String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
-
Create a new JDBC Realm.
- 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
-
- 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, 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.
- createListener(Class<T>) - Method in class org.apache.catalina.core.ApplicationContext
-
- createListener(Class<T>) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- createListener(Class<T>) - Method in class org.apache.catalina.core.AsyncContextImpl
-
- createListener(Class<T>) - Method in class org.apache.jasper.servlet.JspCServletContext
-
- 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
-
- createMainResourceSet() - Method in class org.apache.catalina.webresources.StandardRoot
-
- createManagedBean(Registry, String, Class<?>, String) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
-
XXX Find if the 'className' is the name of the MBean or
the real class ( I suppose first )
XXX Read (optional) descriptions from a .properties, generated
from source
XXX Deal with constructors
- createManager(String) - Method in interface org.apache.catalina.Cluster
-
Create a new manager which will use this cluster to replicate its
sessions.
- createManager(String) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
Create new Manager without add to cluster (comes with start the manager)
- createMBean(ContextEnvironment) - Static method in class org.apache.catalina.mbeans.MBeanUtils
-
Create, register, and return an MBean for this
ContextEnvironment
object.
- createMBean(ContextResource) - Static method in class org.apache.catalina.mbeans.MBeanUtils
-
Create, register, and return an MBean for this
ContextResource
object.
- createMBean(ContextResourceLink) - Static method in class org.apache.catalina.mbeans.MBeanUtils
-
Create, register, and return an MBean for this
ContextResourceLink
object.
- createMBean(Server) - Method in class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
-
create StoreConfig MBean and load StoreRegistry MBeans name is
Catalina:type=StoreConfig
- createMBean() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
-
Create MBean object that can be registered.
- createMBean(Object) - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
Create and return a ModelMBean
that has been
preconfigured with the ModelMBeanInfo
information
for this managed bean, and is associated with the specified
managed object instance.
- createMBeans() - Method in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
-
Create the MBeans for the interesting global JNDI resources.
- createMBeans(String, Context) - Method in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
-
Create the MBeans for the interesting global JNDI resources in
the specified naming context.
- createMBeans(String, UserDatabase) - Method in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
-
Create the MBeans for the specified UserDatabase and its contents.
- createMemoryRealm(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
-
Create a new Memory Realm.
- createMethodExpression(ELContext, String, Class<?>, Class<?>[]) - Method in class org.apache.el.ExpressionFactoryImpl
-
- createMethodExpression(Class<?>, Class<?>[]) - Method in class org.apache.el.lang.ExpressionBuilder
-
- createNClob() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
-
- createNode(String) - Static method in class org.apache.el.lang.ExpressionBuilder
-
- createNotificationInfo() - Method in class org.apache.tomcat.util.modeler.NotificationInfo
-
Create and return a ModelMBeanNotificationInfo
object that
corresponds to the attribute described by this instance.
- createObject(Attributes) - Method in class org.apache.tomcat.util.digester.AbstractObjectCreationFactory
-
Factory method called by
FactoryCreateRule
to supply an
object based on the element's attributes.
- createObject(Attributes) - Method in interface org.apache.tomcat.util.digester.ObjectCreationFactory
-
Factory method called by
FactoryCreateRule
to supply an
object based on the element's attributes.
- createObjectName(ContextResource) - Method in class org.apache.catalina.core.NamingContextListener
-
Create an ObjectName
for this
ContextResource
object.
- createObjectName(String, ContextEnvironment) - Static method in class org.apache.catalina.mbeans.MBeanUtils
-
Create an ObjectName
for this
Service
object.
- createObjectName(String, ContextResource) - Static method in class org.apache.catalina.mbeans.MBeanUtils
-
Create an ObjectName
for this
ContextResource
object.
- createObjectName(String, ContextResourceLink) - Static method in class org.apache.catalina.mbeans.MBeanUtils
-
Create an ObjectName
for this
ContextResourceLink
object.
- createObjectName(ObjectName) - Method in class org.apache.tomcat.jdbc.pool.DataSource
-
Creates the ObjectName for the ConnectionPoolMBean object to be registered
- createObjectNameKeyProperties(String) - Method in class org.apache.catalina.connector.Connector
-
- createObjectPool(PoolableConnectionFactory, GenericObjectPoolConfig<PoolableConnection>, 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
-
- 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.
- 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.AbstractConnectionHandler
-
- createProcessor() - Method in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
-
- createProcessor() - Method in class org.apache.coyote.ajp.AjpNio2Protocol.AjpConnectionHandler
-
- createProcessor() - Method in class org.apache.coyote.ajp.AjpNioProtocol.AjpConnectionHandler
-
- createProcessor() - Method in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
-
- createProcessor() - Method in class org.apache.coyote.http11.Http11AprProtocol.Http11ConnectionHandler
-
- createProcessor() - Method in class org.apache.coyote.http11.Http11Nio2Protocol.Http11ConnectionHandler
-
- createProcessor() - Method in class org.apache.coyote.http11.Http11NioProtocol.Http11ConnectionHandler
-
- createProcessor() - Method in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
-
- createProperty(Object) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
create result as property with name from attribute resultproperty
- createProperty(String, Object) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
create result as property with name from property prefix When result is
an array and isSeparateArrayResults is true, resultproperty used as
prefix (resultproperty.0-array.length
and store the
result array length at resultproperty.length
.
- createQueryString(String) - Method in class org.apache.catalina.ant.AbstractCatalinaCommandTask
-
Create query string for the specified command.
- createQueryString(String) - Method in class org.apache.catalina.ant.SessionsTask
-
- createRegistry() - Static method in class org.apache.catalina.mbeans.MBeanUtils
-
Create and configure (if necessary) and return the registry of
managed object descriptions.
- 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.
- createResponse() - Method in class org.apache.catalina.connector.Connector
-
Create (or allocate) and return a Response object suitable for
receiving the contents of a Response from the responsible Container.
- createRole(String, String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
-
Create a new Role and return the corresponding MBean Name.
- createRole(String, String) - Method in interface org.apache.catalina.UserDatabase
-
Create and return a new
Role
defined in this user database.
- createRole(String, String) - Method in class org.apache.catalina.users.MemoryUserDatabase
-
Create and return a new
Role
defined in this user database.
- createRxTask() - Method in class org.apache.catalina.tribes.transport.bio.BioReceiver
-
- createRxTask() - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
-
- createRxTask() - Method in interface org.apache.catalina.tribes.transport.RxTaskPool.TaskCreator
-
- createSAXException(String, Exception) - Method in class org.apache.tomcat.util.digester.Digester
-
Create a SAX exception which also understands about the location in
the digester file where the exception occurs
- createSAXException(Exception) - Method in class org.apache.tomcat.util.digester.Digester
-
Create a SAX exception which also understands about the location in
the digester file where the exception occurs
- createSAXException(String) - Method in class org.apache.tomcat.util.digester.Digester
-
Create a SAX exception which also understands about the location in
the digester file where the exception occurs
- createServer() - Static method in class org.apache.catalina.mbeans.MBeanUtils
-
Create and configure (if necessary) and return the
MBeanServer
with which we will be
registering our DynamicMBean
implementations.
- createServerSocket(int) - Method in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener.RmiServerBindSocketFactory
-
- createServerSocket(int) - Method in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener.SslRmiServerBindSocketFactory
-
- createServlet(Class<T>) - Method in class org.apache.catalina.core.ApplicationContext
-
- createServlet(Class<T>) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- createServlet(Class<T>) - Method in class org.apache.jasper.servlet.JspCServletContext
-
- createSession(String) - Method in class org.apache.catalina.ha.session.DeltaManager
-
- createSession(String, boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
-
Create new session with check maxActiveSessions and send session creation
to other cluster nodes.
- createSession(String) - Method in interface org.apache.catalina.Manager
-
Construct and return a new session object, based on the default
settings specified by this Manager's properties.
- createSession(String) - Method in class org.apache.catalina.session.ManagerBase
-
- createSessionCookie(Context, String, boolean) - Static method in class org.apache.catalina.core.ApplicationSessionCookieConfig
-
Creates a new session cookie for the given session ID
- createSocket(String, int) - Method in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener.RmiClientLocalhostSocketFactory
-
- createSocket(int) - Method in class org.apache.tomcat.util.net.DefaultServerSocketFactory
-
- createSocket(int, int) - Method in class org.apache.tomcat.util.net.DefaultServerSocketFactory
-
- createSocket(int, int, InetAddress) - Method in class org.apache.tomcat.util.net.DefaultServerSocketFactory
-
- createSocket(int) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
- createSocket(int, int) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
- createSocket(int, int, InetAddress) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
- createSocket(int) - Method in interface org.apache.tomcat.util.net.ServerSocketFactory
-
Returns a server socket which uses all network interfaces on the host,
and is bound to a the specified port.
- createSocket(int, int) - Method in interface org.apache.tomcat.util.net.ServerSocketFactory
-
Returns a server socket which uses all network interfaces on the host, is
bound to a the specified port, and uses the specified connection backlog.
- createSocket(int, int, InetAddress) - Method in interface org.apache.tomcat.util.net.ServerSocketFactory
-
Returns a server socket which uses only the specified network interface
on the local host, is bound to a the specified port, and uses the
specified connection backlog.
- createSQLXML() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
-
- createSSLContext() - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
- createSSLContext() - Method in interface org.apache.tomcat.util.net.SSLUtil
-
- createSSLEngine() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
- createSSLEngine() - Method in class org.apache.tomcat.util.net.NioEndpoint
-
- createStandardContext(String, String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
-
Create a new StandardContext.
- createStandardContext(String, String, String, boolean, boolean) - 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(Connection) - Method in class org.apache.tomcat.dbcp.dbcp2.PStmtKey
-
Creates a new Statement from the given Connection.
- createStatement(Object, Method, Object[], Object, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
-
This method will be invoked after a successful statement creation.
- createStatement(Object, Method, Object[], Object, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport
-
Creates a statement interceptor to monitor query response times
- createStatement(Object, Method, Object[], Object, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.QueryTimeoutInterceptor
-
- createStatement(Object, Method, Object[], Object, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
-
Creates a statement interceptor to monitor query response times
- createStatement(Object, Method, Object[], Object, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementFinalizer
-
- createStatement(Object, Method, Object[], Object, long) - Method in class org.apache.tomcat.jdbc.pool.StatementFacade
-
Creates a statement interceptor to monitor query response times
- createStopDigester() - Method in class org.apache.catalina.startup.Catalina
-
Create and configure the Digester we will be using for shutdown.
- createStruct(String, Object[]) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
-
- createSubcontext(Name) - Method in class org.apache.naming.NamingContext
-
Creates and binds a new context.
- createSubcontext(String) - Method in class org.apache.naming.NamingContext
-
Creates and binds a new context.
- createSubcontext(Name) - Method in class org.apache.naming.SelectorContext
-
Creates and binds a new context.
- createSubcontext(String) - Method in class org.apache.naming.SelectorContext
-
Creates and binds a new context.
- createTypedArray(String, Object, Method, String[], Class<?>, Class<?>) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
Create a typed array.
- createUpgradeProcessor(SocketWrapper<S>, ByteBuffer, UpgradeToken) - Method in class org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
-
- createUpgradeProcessor(SocketWrapper<S>, ByteBuffer, UpgradeToken) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol.AbstractAjpConnectionHandler
-
- createUpgradeProcessor(SocketWrapper<Long>, ByteBuffer, UpgradeToken) - Method in class org.apache.coyote.http11.Http11AprProtocol.Http11ConnectionHandler
-
- createUpgradeProcessor(SocketWrapper<Nio2Channel>, ByteBuffer, UpgradeToken) - Method in class org.apache.coyote.http11.Http11Nio2Protocol.Http11ConnectionHandler
-
- createUpgradeProcessor(SocketWrapper<NioChannel>, ByteBuffer, UpgradeToken) - Method in class org.apache.coyote.http11.Http11NioProtocol.Http11ConnectionHandler
-
- createUpgradeProcessor(SocketWrapper<Socket>, ByteBuffer, UpgradeToken) - Method in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
-
- createURLStreamHandler(String) - Method in class org.apache.catalina.webresources.TomcatURLStreamHandlerFactory
-
- createUser(String, String, String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
-
Create a new User and return the corresponding MBean Name.
- createUser(String, String, String) - Method in interface org.apache.catalina.UserDatabase
-
Create and return a new
User
defined in this user database.
- createUser(String, String, String) - Method in class org.apache.catalina.users.MemoryUserDatabase
-
Create and return a new
User
defined in this user database.
- createUserDatabaseRealm(String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
-
Create a new UserDatabaseRealm.
- createValueExpression(ELContext, String, Class<?>) - Method in class org.apache.el.ExpressionFactoryImpl
-
- createValueExpression(Object, Class<?>) - Method in class org.apache.el.ExpressionFactoryImpl
-
- createValueExpression(Class<?>) - Method in class org.apache.el.lang.ExpressionBuilder
-
- createValve(String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
-
Create a new Valve and associate it with a
Container
.
- createWebappLoader(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
-
Create a new Web Application Loader.
- createWebResourceSet(WebResourceRoot.ResourceSetType, String, URL, String) - Method in interface org.apache.catalina.WebResourceRoot
-
- createWebResourceSet(WebResourceRoot.ResourceSetType, String, String, String, String) - Method in interface org.apache.catalina.WebResourceRoot
-
- createWebResourceSet(WebResourceRoot.ResourceSetType, String, URL, String) - Method in class org.apache.catalina.webresources.StandardRoot
-
- createWebResourceSet(WebResourceRoot.ResourceSetType, String, String, String, String) - Method in class org.apache.catalina.webresources.StandardRoot
-
- createWebXml() - Method in class org.apache.catalina.startup.ContextConfig
-
- createWrapper() - Method in interface org.apache.catalina.Context
-
Factory method to create and return a new Wrapper instance, of
the Java implementation class appropriate for this Context
implementation.
- createWrapper() - Method in class org.apache.catalina.core.StandardContext
-
Factory method to create and return a new Wrapper instance, of
the Java implementation class appropriate for this Context
implementation.
- createWrapper() - Method in class org.apache.catalina.startup.FailedContext
-
- createZipEntry(String) - Method in class org.apache.catalina.webresources.TomcatJarInputStream
-
- creationDateFormat - Static variable in class org.apache.catalina.servlets.WebdavServlet
-
Simple date format for the creation date ISO representation (partial).
- creationFactory - Variable in class org.apache.tomcat.util.digester.FactoryCreateRule
-
The object creation factory we will use to instantiate objects
as required based on the attributes specified in the matched XML
element.
- creationTime - Variable in class org.apache.catalina.ha.deploy.FileMessageFactory
-
The time this instance was created.
- creationTime - Variable in class org.apache.catalina.session.StandardSession
-
The time this session was created, in milliseconds since midnight,
January 1, 1970 GMT.
- 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
-
- credentials(Connection, String) - Method in class org.apache.catalina.realm.JDBCRealm
-
Return a PreparedStatement configured to perform the SELECT required
to retrieve user credentials for the specified username.
- CRLF - Static variable in class org.apache.catalina.security.Constants
-
- CRLF - Static variable in class org.apache.coyote.http11.Constants
-
CRLF.
- crossContextSessions - Variable in class org.apache.catalina.ha.tcp.ReplicationValve
-
crossContext session container
- csize - Variable in class org.apache.tomcat.jni.FileInfo
-
The storage size consumed by the file
- csPlatform - Variable in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
-
- CSRF_NONCE_REQUEST_PARAM - Static variable in class org.apache.catalina.filters.Constants
-
- CSRF_NONCE_SESSION_ATTR_NAME - Static variable in class org.apache.catalina.filters.Constants
-
- CSRF_REST_NONCE_HEADER_FETCH_VALUE - Static variable in class org.apache.catalina.filters.Constants
-
- CSRF_REST_NONCE_HEADER_NAME - Static variable in class org.apache.catalina.filters.Constants
-
- CSRF_REST_NONCE_HEADER_REQUIRED_VALUE - Static variable in class org.apache.catalina.filters.Constants
-
- CSRF_REST_NONCE_SESSION_ATTR_NAME - Static variable in class org.apache.catalina.filters.Constants
-
- CsrfPreventionFilter - Class in org.apache.catalina.filters
-
Provides basic CSRF protection for a web application.
- CsrfPreventionFilter() - Constructor for class org.apache.catalina.filters.CsrfPreventionFilter
-
- CsrfPreventionFilter.CsrfResponseWrapper - Class in org.apache.catalina.filters
-
- CsrfPreventionFilter.CsrfResponseWrapper(HttpServletResponse, String) - Constructor for class org.apache.catalina.filters.CsrfPreventionFilter.CsrfResponseWrapper
-
- CsrfPreventionFilter.LruCache<T> - Class in org.apache.catalina.filters
-
- CsrfPreventionFilter.LruCache(int) - Constructor for class org.apache.catalina.filters.CsrfPreventionFilter.LruCache
-
- CsrfPreventionFilterBase - Class in org.apache.catalina.filters
-
- CsrfPreventionFilterBase() - Constructor for class org.apache.catalina.filters.CsrfPreventionFilterBase
-
- ctime - Variable in class org.apache.tomcat.jni.FileInfo
-
The time the file was created, or the inode was last changed
- ctime(long) - Static method in class org.apache.tomcat.jni.Time
-
Formats dates in the ctime() format
in an efficient manner.
- ctxt - Variable in class org.apache.jasper.compiler.Compiler
-
- curChar - Variable in class org.apache.el.parser.ELParserTokenManager
-
- current - Variable in class org.apache.catalina.tribes.transport.nio.NioSender
-
- current() - Static method in class org.apache.tomcat.jni.Thread
-
Get the current thread ID handle.
- 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
-
- currentStatus - Variable in class org.apache.catalina.ha.deploy.WarWatcher
-
Currently deployed files
- currentThreadShouldBeStopped() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
-
- currentToken - Variable in exception org.apache.el.parser.ParseException
-
This is the last token that has been consumed successfully.
- customAuthenticators - Variable in class org.apache.catalina.startup.ContextConfig
-
Custom mappings of login methods to authenticators
- CustomObjectInputStream - Class in org.apache.catalina.util
-
Custom subclass of ObjectInputStream
that loads from the
class loader for this web application.
- CustomObjectInputStream(InputStream, ClassLoader) - Constructor for class org.apache.catalina.util.CustomObjectInputStream
-
Construct a new instance of CustomObjectInputStream without any filtering
of deserialized classes.
- CustomObjectInputStream(InputStream, ClassLoader, Log, Pattern, boolean) - Constructor for class org.apache.catalina.util.CustomObjectInputStream
-
Construct a new instance of CustomObjectInputStream with filtering of
deserialized classes.
- facade - Variable in class org.apache.catalina.connector.Request
-
The facade associated with this request.
- facade - Variable in class org.apache.catalina.connector.Response
-
The facade associated with this response.
- facade - Variable in class org.apache.catalina.core.StandardWrapper
-
The facade associated with this wrapper.
- facade - Variable in class org.apache.catalina.session.StandardSession
-
The facade associated with this session.
- FACTORY - Static variable in class org.apache.naming.factory.Constants
-
- factory - Variable in class org.apache.tomcat.util.digester.Digester
-
The SAXParserFactory that is created the first time we need it.
- FactoryBase - Class in org.apache.naming.factory
-
Abstract base class that provides common functionality required by
sub-classes.
- FactoryBase() - Constructor for class org.apache.naming.factory.FactoryBase
-
- FactoryCreateRule - Class in org.apache.tomcat.util.digester
-
Rule implementation that uses an
ObjectCreationFactory
to create
a new object which it pushes onto the object stack.
- FactoryCreateRule(ObjectCreationFactory, boolean) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
-
- factoryType - Static variable in class org.apache.naming.factory.MailSessionFactory
-
The Java type for which this factory knows how to create objects.
- FAIL_ACK_COMMAND - Static variable in class org.apache.catalina.tribes.transport.Constants
-
- FAIL_ACK_DATA - Static variable in class org.apache.catalina.tribes.transport.Constants
-
- failed(Throwable, Void) - Method in class org.apache.tomcat.websocket.SendHandlerToCompletionHandler
-
- FAILED_QUERY_NOTIFICATION - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
-
- FAILED_QUERY_NOTIFICATION - Static variable in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- FailedContext - Class in org.apache.catalina.startup
-
An implementation of
Context
that is used as a place-holder for
deployed applications when their deployment fails and a Context instance
(usually
StandardContext
but may be any
Context implementation) cannot be created.
- FailedContext() - Constructor for class org.apache.catalina.startup.FailedContext
-
- FailedRequestFilter - Class in org.apache.catalina.filters
-
Filter that will reject requests if there was a failure during parameter
parsing.
- FailedRequestFilter() - Constructor for class org.apache.catalina.filters.FailedRequestFilter
-
- failedUsers - Variable in class org.apache.catalina.realm.LockOutRealm
-
Users whose last authentication attempt failed.
- FAILING - Static variable in class org.apache.catalina.tribes.transport.SenderState
-
- failOnError - Variable in class org.apache.catalina.ant.BaseRedirectorHelperTask
-
Whether to fail (with a BuildException) if
ManagerServlet returns an error.
- failOnError - Variable in class org.apache.jasper.JspC
-
Throw an exception if there's a compilation error, or swallow it.
- failure(long, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
-
- failureCount - Variable in class org.apache.catalina.realm.LockOutRealm
-
The number of times in a row a user has to fail authentication to be
locked out.
- FairBlockingQueue<E> - Class in org.apache.tomcat.jdbc.pool
-
A simple implementation of a blocking queue with fairness waiting.
- FairBlockingQueue() - Constructor for class org.apache.tomcat.jdbc.pool.FairBlockingQueue
-
Creates a new fair blocking queue.
- FairBlockingQueue.ExchangeCountDownLatch<T> - Class in org.apache.tomcat.jdbc.pool
-
- FairBlockingQueue.ExchangeCountDownLatch(int) - Constructor for class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ExchangeCountDownLatch
-
- FairBlockingQueue.FairIterator - Class in org.apache.tomcat.jdbc.pool
-
- FairBlockingQueue.FairIterator() - Constructor for class org.apache.tomcat.jdbc.pool.FairBlockingQueue.FairIterator
-
- FairBlockingQueue.ItemFuture<T> - Class in org.apache.tomcat.jdbc.pool
-
- FairBlockingQueue.ItemFuture(T) - Constructor for class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ItemFuture
-
- FairBlockingQueue.ItemFuture(FairBlockingQueue<E>.ExchangeCountDownLatch<T>) - Constructor for class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ItemFuture
-
- fairness - Variable in class org.apache.catalina.valves.SemaphoreValve
-
Fairness of the semaphore.
- fakeAttributes - Variable in class org.apache.tomcat.util.digester.Digester
-
Fake attributes map (attributes are often used for object creation).
- fakeOutputStream - Variable in class org.apache.coyote.http11.filters.GzipOutputFilter
-
Fake internal output stream.
- FALLBACK_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- FALSE - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- family - Variable in class org.apache.tomcat.jni.Sockaddr
-
The family
- FarmWarDeployer - Class in org.apache.catalina.ha.deploy
-
A farm war deployer is a class that is able to deploy/undeploy web
applications in WAR from within the cluster.
- FarmWarDeployer() - Constructor for class org.apache.catalina.ha.deploy.FarmWarDeployer
-
- FastHttpDateFormat - Class in org.apache.tomcat.util.http
-
Utility class to generate HTTP dates.
- FastHttpDateFormat() - Constructor for class org.apache.tomcat.util.http.FastHttpDateFormat
-
- FastQueue - Class in org.apache.catalina.tribes.transport.bio.util
-
Deprecated.
Unused. Will be removed in Tomcat 8.5.x.
- FastQueue() - Constructor for class org.apache.catalina.tribes.transport.bio.util.FastQueue
-
Deprecated.
Generate Queue SingleRemoveSynchronizedAddLock and set add and wait
Timeouts
- FastRemovalDequeue<T> - Class in org.apache.jasper.util
-
The FastRemovalDequeue is a Dequeue that supports constant time removal of
entries.
- FastRemovalDequeue(int) - Constructor for class org.apache.jasper.util.FastRemovalDequeue
-
Initialize empty queue.
- FastRemovalDequeue.Entry - Class in org.apache.jasper.util
-
Implementation of a doubly linked list entry.
- fatal(Object) - Method in interface org.apache.juli.logging.Log
-
Log a message with fatal log level.
- fatal(Object, Throwable) - Method in interface org.apache.juli.logging.Log
-
Log an error with fatal log level.
- fatalError(SAXParseException) - Method in class org.apache.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).
- fchannel - Variable in class org.apache.tomcat.util.net.Nio2Endpoint.SendfileData
-
- fchannel - Variable in class org.apache.tomcat.util.net.NioEndpoint.SendfileData
-
- fd - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
-
- fdpool - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
-
- FeatureInfo - Class in org.apache.tomcat.util.modeler
-
Convenience base class for AttributeInfo
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
-
- FIELD_SEPARATOR - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
-
A byte sequence that that follows a delimiter that will be
followed by an encapsulation (CRLF
).
- file - Variable in class org.apache.catalina.ha.deploy.FileMessageFactory
-
The file that we are reading/writing
- file() - Method in class org.apache.catalina.session.StandardManager
-
Return a File object representing the pathname to our
persistence file, if any.
- file(String, boolean) - Method in class org.apache.catalina.webresources.AbstractFileResourceSet
-
- File - Class in org.apache.tomcat.jni
-
File
- File() - Constructor for class org.apache.tomcat.jni.File
-
- FILE_MODIFICATION_RESOLUTION_MS - Static variable in class org.apache.catalina.startup.HostConfig
-
The resolution, in milliseconds, of file modification times.
- FileChangeListener - Interface in org.apache.catalina.ha.deploy
-
- fileDateFormat - Variable in class org.apache.catalina.valves.AccessLogValve
-
Date format to place in log file name.
- fileDateFormatter - Variable in class org.apache.catalina.valves.AccessLogValve
-
A date formatter to format a Date using the format
given by fileDateFormat
.
- fileEncoding - Variable in class org.apache.catalina.servlets.DefaultServlet
-
File encoding to be used when reading static files.
- fileFactories - Variable in class org.apache.catalina.ha.deploy.FarmWarDeployer
-
- filehand - Variable in class org.apache.tomcat.jni.FileInfo
-
The file's handle, if accessed (can be submitted to apr_duphandle)
- FileHandler - Class in org.apache.juli
-
Implementation of Handler that appends log messages to a file
named {prefix}{date}{suffix} in a configured directory.
- FileHandler() - Constructor for class org.apache.juli.FileHandler
-
- FileHandler(String, String, String) - Constructor for class org.apache.juli.FileHandler
-
- FileHandler(String, String, String, int) - Constructor for class org.apache.juli.FileHandler
-
- FileInfo - Class in org.apache.tomcat.jni
-
Fileinfo
- FileInfo() - Constructor for class org.apache.tomcat.jni.FileInfo
-
- FileItem - Interface in org.apache.tomcat.util.http.fileupload
-
This class represents a file or form item that was received within a
multipart/form-data
POST request.
- FileItemFactory - Interface in org.apache.tomcat.util.http.fileupload
-
A factory interface for creating
FileItem
instances.
- FileItemHeaders - Interface in org.apache.tomcat.util.http.fileupload
-
This class provides support for accessing the headers for a file or form
item that was received within a multipart/form-data
POST
request.
- FileItemHeadersImpl - Class in org.apache.tomcat.util.http.fileupload.util
-
- FileItemHeadersImpl() - Constructor for class org.apache.tomcat.util.http.fileupload.util.FileItemHeadersImpl
-
- FileItemHeadersSupport - Interface in org.apache.tomcat.util.http.fileupload
-
Interface that will indicate that
FileItem
or
FileItemStream
implementations will accept the headers read for the item.
- FileItemIterator - Interface in org.apache.tomcat.util.http.fileupload
-
- FileItemStream - Interface in org.apache.tomcat.util.http.fileupload
-
This interface provides access to a file or form item that was
received within a multipart/form-data
POST request.
- FileItemStream.ItemSkippedException - Exception in org.apache.tomcat.util.http.fileupload
-
This exception is thrown, if an attempt is made to read
data from the
InputStream
, which has been returned
by
FileItemStream.openStream()
, after
Iterator.hasNext()
has been invoked on the
iterator, which created the
FileItemStream
.
- FileItemStream.ItemSkippedException() - Constructor for exception org.apache.tomcat.util.http.fileupload.FileItemStream.ItemSkippedException
-
- FileMessage - Class in org.apache.catalina.ha.deploy
-
Contains the data for a file being transferred over TCP, this is
essentially a fragment of a file, read and written by the FileMessageFactory
- FileMessage(Member, String, String) - Constructor for class org.apache.catalina.ha.deploy.FileMessage
-
- FileMessageFactory - Class in org.apache.catalina.ha.deploy
-
This factory is used to read files and write files by splitting them up into
smaller messages.
- fileModified(File) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
-
- fileModified(File) - Method in interface org.apache.catalina.ha.deploy.FileChangeListener
-
- fileName - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
-
- fileName - Variable in class org.apache.tomcat.util.net.Nio2Endpoint.SendfileData
-
- fileName - Variable in class org.apache.tomcat.util.net.NioEndpoint.SendfileData
-
- fileRemoved(File) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
-
- fileRemoved(File) - Method in interface org.apache.catalina.ha.deploy.FileChangeListener
-
- 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
-
- FileResourceSet - Class in org.apache.catalina.webresources
-
- 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
-
- FileStore - Class in org.apache.catalina.session
-
Concrete implementation of the Store interface that utilizes
a file per saved Session in a configured directory.
- FileStore() - Constructor for class org.apache.catalina.session.FileStore
-
- filetype - Variable in class org.apache.tomcat.jni.FileInfo
-
The type of file.
- FileUpload - Class in org.apache.tomcat.util.http.fileupload
-
High level API for processing file uploads.
- FileUpload() - Constructor for class org.apache.tomcat.util.http.fileupload.FileUpload
-
Constructs an uninitialised instance of this class.
- FileUpload(FileItemFactory) - Constructor for class org.apache.tomcat.util.http.fileupload.FileUpload
-
Constructs an instance of this class which uses the supplied factory to
create FileItem
instances.
- FileUploadBase - Class in org.apache.tomcat.util.http.fileupload
-
High level API for processing file uploads.
- FileUploadBase() - Constructor for class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
- FileUploadBase.FileSizeLimitExceededException - Exception in org.apache.tomcat.util.http.fileupload
-
Thrown to indicate that A files size exceeds the configured maximum.
- FileUploadBase.FileSizeLimitExceededException(String, long, long) - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadBase.FileSizeLimitExceededException
-
Constructs a SizeExceededException
with
the specified detail message, and actual and permitted sizes.
- FileUploadBase.FileUploadIOException - Exception in org.apache.tomcat.util.http.fileupload
-
- FileUploadBase.FileUploadIOException() - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadBase.FileUploadIOException
-
- FileUploadBase.FileUploadIOException(String, Throwable) - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadBase.FileUploadIOException
-
- FileUploadBase.FileUploadIOException(String) - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadBase.FileUploadIOException
-
- FileUploadBase.FileUploadIOException(Throwable) - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadBase.FileUploadIOException
-
- FileUploadBase.InvalidContentTypeException - Exception in org.apache.tomcat.util.http.fileupload
-
Thrown to indicate that the request is not a multipart request.
- FileUploadBase.InvalidContentTypeException() - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadBase.InvalidContentTypeException
-
Constructs a InvalidContentTypeException
with no
detail message.
- FileUploadBase.InvalidContentTypeException(String) - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadBase.InvalidContentTypeException
-
Constructs an InvalidContentTypeException
with
the specified detail message.
- FileUploadBase.InvalidContentTypeException(String, Throwable) - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadBase.InvalidContentTypeException
-
Constructs an InvalidContentTypeException
with
the specified detail message and cause.
- FileUploadBase.IOFileUploadException - Exception in org.apache.tomcat.util.http.fileupload
-
Thrown to indicate an IOException.
- FileUploadBase.IOFileUploadException() - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadBase.IOFileUploadException
-
- FileUploadBase.IOFileUploadException(String, Throwable) - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadBase.IOFileUploadException
-
- FileUploadBase.IOFileUploadException(String) - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadBase.IOFileUploadException
-
- FileUploadBase.IOFileUploadException(Throwable) - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadBase.IOFileUploadException
-
- FileUploadBase.SizeException - Exception in org.apache.tomcat.util.http.fileupload
-
This exception is thrown, if a requests permitted size
is exceeded.
- FileUploadBase.SizeException(String, long, long) - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadBase.SizeException
-
Creates a new instance.
- FileUploadBase.SizeLimitExceededException - Exception in org.apache.tomcat.util.http.fileupload
-
Thrown to indicate that the request size exceeds the configured maximum.
- FileUploadBase.SizeLimitExceededException(String, long, long) - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadBase.SizeLimitExceededException
-
Constructs a SizeExceededException
with
the specified detail message, and actual and permitted sizes.
- FileUploadException - Exception in org.apache.tomcat.util.http.fileupload
-
Exception for errors encountered while processing the request.
- FileUploadException() - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadException
-
- FileUploadException(String, Throwable) - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadException
-
- FileUploadException(String) - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadException
-
- FileUploadException(Throwable) - Constructor for exception org.apache.tomcat.util.http.fileupload.FileUploadException
-
- FileUtils - Class in org.apache.tomcat.util.http.fileupload
-
General file manipulation utilities.
- FileUtils() - Constructor for class org.apache.tomcat.util.http.fileupload.FileUtils
-
Instances should NOT be constructed in standard programming.
- fill(Membership, Member[]) - Static method in class org.apache.catalina.tribes.util.Arrays
-
- fill(boolean) - Method in class org.apache.coyote.http11.AbstractInputBuffer
-
Attempts to read some data into the input buffer.
- fill(boolean) - Method in class org.apache.coyote.http11.InternalAprInputBuffer
-
- fill() - Method in class org.apache.coyote.http11.InternalInputBuffer
-
Fill the internal buffer using data from the underlying input stream.
- fill(boolean) - Method in class org.apache.coyote.http11.InternalInputBuffer
-
- fill(boolean) - Method in class org.apache.coyote.http11.InternalNio2InputBuffer
-
- fill(boolean) - Method in class org.apache.coyote.http11.InternalNioInputBuffer
-
- fill(Sockaddr, long) - Static method in class org.apache.tomcat.jni.Address
-
Fill the Sockaddr class from apr_sockaddr_t
- FillBuff() - Method in class org.apache.el.parser.SimpleCharStream
-
- fillInStackTrace() - Method in 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(String, boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
Filter classes.
- filter(String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
- filter(Object) - Static method in class org.apache.catalina.manager.StatusTransformer
-
Filter the specified message string for characters that are sensitive
in HTML.
- filter(String) - Static method in class org.apache.catalina.util.RequestUtil
-
Filter the specified message string for characters that are sensitive
in HTML.
- filter(LambdaExpression) - Method in class org.apache.el.stream.Stream
-
- filter(String) - Static method in class org.apache.jasper.security.SecurityUtil
-
Filter the specified message string for characters that are sensitive
in HTML.
- filter(String) - Static method in class org.apache.tomcat.util.http.HttpMessages
-
Filter the specified message string for characters that are sensitive
in HTML.
- filterAppPaths(String[]) - Method in class org.apache.catalina.startup.HostConfig
-
Filter the list of application file paths to remove those that match
the regular expression defined by
Host.getDeployIgnore()
.
- FilterBase - Class in org.apache.catalina.filters
-
Base class for filters that provides generic initialisation and a simple
no-op destruction.
- FilterBase() - Constructor for class org.apache.catalina.filters.FilterBase
-
- filterChain - Variable in class org.apache.catalina.connector.Request
-
Filter chain associated with the request.
- 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
-
- filterLibrary - Variable in class org.apache.coyote.http11.AbstractInputBuffer
-
Filter library.
- filterLibrary - Variable in class org.apache.coyote.http11.AbstractOutputBuffer
-
Filter library.
- FilterMap - Class in org.apache.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
-
- 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.
- filterWatchedResources(StandardContext, String[]) - Method in class org.apache.catalina.storeconfig.StandardContextSF
-
filter out the default watched resources
- filterXml(String) - Static method in class org.apache.catalina.manager.StatusTransformer
-
Escape the 5 entities defined by XML.
- finalize() - Method in class org.apache.catalina.tribes.group.RpcChannel
-
- finalize() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- finalize() - Method in class org.apache.catalina.tribes.transport.bio.MultipointBioSender
-
- finalize() - Method in class org.apache.catalina.tribes.transport.nio.ParallelNioSender
-
- finalize() - 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
- finalize() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Removes the file contents from the temporary storage.
- finalize() - Method in class org.apache.tomcat.util.net.NioBlockingSelector.KeyReference
-
- find(ByteChunk) - Static method in class org.apache.tomcat.util.buf.StringCache
-
Find an entry given its name in the cache and return the associated
String.
- find(CharChunk) - Static method in class org.apache.tomcat.util.buf.StringCache
-
Find an entry given its name in the cache and return the associated
String.
- findAliases() - Method in class org.apache.catalina.core.StandardHost
-
Return the set of alias names for this Host.
- findAliases() - Method in interface org.apache.catalina.Host
-
Return the set of alias names for this Host.
- findApplicationListeners() - Method in interface org.apache.catalina.Context
-
Return the set of application listener class names configured
for this application.
- findApplicationListeners() - Method in class org.apache.catalina.core.StandardContext
-
Return the set of application listener class names configured
for this application.
- findApplicationListeners() - Method in class org.apache.catalina.startup.FailedContext
-
- findApplicationParameters() - Method in interface org.apache.catalina.Context
-
Return the set of application parameters for this application.
- findApplicationParameters() - Method in class org.apache.catalina.core.StandardContext
-
Return the set of application parameters for this application.
- findApplicationParameters() - Method in class org.apache.catalina.mbeans.ContextMBean
-
Return the set of application parameters for this application.
- findApplicationParameters() - Method in class org.apache.catalina.startup.FailedContext
-
- findAttribute(String) - Method in class 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
-
Return true
if the specified role is permitted access to
the resources protected by this security constraint.
- 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.
- findByte(byte, int) - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
-
Searches for a byte of specified value in the buffer
,
starting at the specified position
.
- findBytes(ByteChunk, byte[]) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
Specialized utility method: find a sequence of lower case bytes inside
a ByteChunk.
- findBytes(byte[], int, int, byte[]) - Static method in class org.apache.tomcat.util.buf.ByteChunk
-
Returns the first instance of any of the given bytes in the byte array
between the specified start and end.
- findCGI(String, String, String, String, String) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
-
Resolves core information about the cgi script.
- findChar(char) - Method in class org.apache.catalina.util.StringParser
-
Deprecated.
Return the index of the next occurrence of the specified character,
or the index of the character after the last position of the string
if no more occurrences of this character are found.
- findChild(String) - Method in interface org.apache.catalina.Container
-
Obtain a child Container by name.
- findChild(String) - Method in class org.apache.catalina.core.ContainerBase
-
Return the child Container, associated with this Container, with
the specified name (if any); otherwise, return null
- findChild(String) - Method in class org.apache.catalina.startup.FailedContext
-
- findChildren() - Method in interface org.apache.catalina.Container
-
Obtain the child Containers associated with this Container.
- findChildren() - Method in class org.apache.catalina.core.ContainerBase
-
Return the set of children Containers associated with this Container.
- findChildren() - Method in class org.apache.catalina.startup.FailedContext
-
- 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
-
- findConnectors() - Method in class org.apache.catalina.core.StandardService
-
Find and return the set of Connectors associated with this Service.
- findConnectors() - Method in class org.apache.catalina.mbeans.ServiceMBean
-
Find and return the set of Connectors associated with this Service.
- findConnectors() - Method in interface org.apache.catalina.Service
-
Find and return the set of Connectors associated with this Service.
- findConstraints() - Method in interface org.apache.catalina.Context
-
Return the set of security constraints for this web application.
- findConstraints() - Method in class org.apache.catalina.core.StandardContext
-
Return the security constraints for this web application.
- findConstraints() - Method in class org.apache.catalina.mbeans.ContextMBean
-
Return the security constraints for this web application.
- findConstraints() - Method in class org.apache.catalina.startup.FailedContext
-
- findContainerListenerNames() - Method in class org.apache.catalina.mbeans.ContainerMBean
-
List the class name of each of the container listeners added to this
container.
- findContainerListeners() - Method in interface org.apache.catalina.Container
-
Obtain the container listeners associated with this Container.
- findContainerListeners() - Method in class org.apache.catalina.core.ContainerBase
-
Return the set of container listeners associated with this Container.
- findContainerListeners() - Method in class org.apache.catalina.startup.FailedContext
-
- findDeadlock() - Static method in class org.apache.tomcat.util.Diagnostics
-
Check if any threads are deadlocked.
- findDescription(String) - Method in class org.apache.catalina.storeconfig.StoreRegistry
-
Find a description for id.
- findDescription(Class<?>) - Method in class org.apache.catalina.storeconfig.StoreRegistry
-
Find Description by class
- findEjb(String) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
-
Return the EJB resource reference with the specified name, if any;
otherwise, return null
.
- 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, if any;
otherwise, return null
.
- findEnvironments() - Method in class org.apache.catalina.deploy.NamingResourcesImpl
-
Return the set of defined environment entries for this web
application.
- findErrorPage(int) - Method in interface org.apache.catalina.Context
-
Return the error page entry for the specified HTTP error code,
if any; otherwise return null
.
- findErrorPage(String) - Method in interface org.apache.catalina.Context
-
Return the error page entry for the specified Java exception type,
if any; otherwise return null
.
- findErrorPage(int) - Method in class org.apache.catalina.core.StandardContext
-
Return the error page entry for the specified HTTP error code,
if any; otherwise return null
.
- findErrorPage(String) - Method in class org.apache.catalina.core.StandardContext
-
Return the error page entry for the specified Java exception type,
if any; otherwise return null
.
- findErrorPage(int) - Method in class org.apache.catalina.mbeans.ContextMBean
-
Return the error page entry for the specified HTTP error code,
if any; otherwise return null
.
- findErrorPage(String) - Method in class org.apache.catalina.mbeans.ContextMBean
-
Return the error page entry for the specified Java exception type,
if any; otherwise return null
.
- findErrorPage(int) - Method in class org.apache.catalina.startup.FailedContext
-
- findErrorPage(String) - Method in class org.apache.catalina.startup.FailedContext
-
- findErrorPages() - Method in interface org.apache.catalina.Context
-
Return the set of defined error pages for all specified error codes
and exception types.
- findErrorPages() - Method in class org.apache.catalina.core.StandardContext
-
Return the set of defined error pages for all specified error codes
and exception types.
- findErrorPages() - Method in class org.apache.catalina.mbeans.ContextMBean
-
Return the set of defined error pages for all specified error codes
and exception types.
- findErrorPages() - Method in class org.apache.catalina.startup.FailedContext
-
- findExecutors() - Method in class org.apache.catalina.core.StandardService
-
Retrieves all executors
- findExecutors() - Method in class org.apache.catalina.mbeans.ServiceMBean
-
Retrieves all executors.
- findExecutors() - Method in interface org.apache.catalina.Service
-
Retrieves all executors
- findExternalClass(String) - Method in class org.apache.catalina.tribes.io.ReplicationStream
-
- findFilterConfig(String) - Method in class org.apache.catalina.core.StandardContext
-
Find and return the initialized FilterConfig
for the
specified filter name, if any; otherwise return null
.
- findFilterDef(String) - Method in interface org.apache.catalina.Context
-
Return the filter definition for the specified filter name, if any;
otherwise return null
.
- findFilterDef(String) - Method in class org.apache.catalina.core.StandardContext
-
Return the filter definition for the specified filter name, if any;
otherwise return null
.
- findFilterDef(String) - Method in class org.apache.catalina.mbeans.ContextMBean
-
Return the filter definition for the specified filter name, if any;
otherwise return null
.
- findFilterDef(String) - Method in class org.apache.catalina.startup.FailedContext
-
- findFilterDefs() - Method in interface org.apache.catalina.Context
-
Return the set of defined filters for this Context.
- findFilterDefs() - Method in class org.apache.catalina.core.StandardContext
-
Return the set of defined filters for this Context.
- findFilterDefs() - Method in class org.apache.catalina.mbeans.ContextMBean
-
Return the set of defined filters for this Context.
- findFilterDefs() - Method in class org.apache.catalina.startup.FailedContext
-
- findFilterMaps() - Method in interface org.apache.catalina.Context
-
Return the set of filter mappings for this Context.
- findFilterMaps() - Method in class org.apache.catalina.core.StandardContext
-
Return the set of filter mappings for this Context.
- findFilterMaps() - Method in class org.apache.catalina.mbeans.ContextMBean
-
Return the set of filter mappings for this Context.
- findFilterMaps() - Method in class org.apache.catalina.startup.FailedContext
-
- findFirst() - Method in class org.apache.el.stream.Stream
-
- findGroup(String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
-
Return the MBean Name for the specified group name (if any);
otherwise return null
.
- findGroup(String) - Method in interface org.apache.catalina.UserDatabase
-
Return the
Group
with the specified group name, if any;
otherwise return
null
.
- findGroup(String) - Method in class org.apache.catalina.users.MemoryUserDatabase
-
Return the
Group
with the specified group name, if any;
otherwise return
null
.
- findHeader(String, int) - Method in class org.apache.tomcat.util.http.MimeHeaders
-
Find the index of a header with the given name.
- findInitParameter(String) - Method in class org.apache.catalina.core.StandardWrapper
-
Return the value for the specified initialization parameter name,
if any; otherwise return null
.
- findInitParameter(String) - Method in interface org.apache.catalina.Wrapper
-
Return the value for the specified initialization parameter name,
if any; otherwise return null
.
- findInitParameters() - Method in class org.apache.catalina.core.StandardWrapper
-
Return the names of all defined initialization parameters for this
servlet.
- findInitParameters() - Method in interface org.apache.catalina.Wrapper
-
Return the names of all defined initialization parameters for this
servlet.
- findInstanceListeners() - Method in interface org.apache.catalina.Context
-
Deprecated.
Will be removed in 8.5.x onwards
- findInstanceListeners() - Method in class org.apache.catalina.core.StandardContext
-
Deprecated.
Will be removed in 8.5.x onwards
- findInstanceListeners() - Method in class org.apache.catalina.startup.FailedContext
-
- findJspProperty(String) - Method in class org.apache.jasper.compiler.JspConfig
-
Find a property that best matches the supplied resource.
- findleaks(StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
-
Find potential memory leaks caused by web application reload.
- findleaks(boolean, PrintWriter, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
-
Find potential memory leaks caused by web application reload.
- FindLeaksTask - Class in org.apache.catalina.ant
-
Ant task that implements the /findleaks
command, supported by
the Tomcat manager application.
- FindLeaksTask() - Constructor for class org.apache.catalina.ant.FindLeaksTask
-
- findLifecycleListenerNames() - Method in class org.apache.catalina.mbeans.ContainerMBean
-
List the class name of each of the lifecycle listeners added to this
container.
- findLifecycleListeners() - Method in interface org.apache.catalina.Lifecycle
-
Get the life cycle listeners associated with this life cycle.
- findLifecycleListeners() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
Get the lifecycle listeners associated with this lifecycle.
- findLifecycleListeners() - Method in class org.apache.catalina.util.LifecycleBase
-
Get the life cycle listeners associated with this life cycle.
- findLifecycleListeners() - Method in class org.apache.catalina.util.LifecycleSupport
-
Get the lifecycle listeners associated with this lifecycle.
- findLoadedClass0(String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
Finds the class with the given name if it has previously been
loaded and cached by this class loader, and return the Class object.
- findLoadedResource(String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
Finds the resource with the given name if it has previously been
loaded and cached by this class loader, and return an input stream
to the resource data.
- findLocale(String, Locale) - Static method in class org.apache.catalina.valves.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, if any;
otherwise, return null
.
- findLocalEjbs() - Method in class org.apache.catalina.deploy.NamingResourcesImpl
-
Return the defined local EJB resource references for this application.
- findManagedBean(String) - Method in class org.apache.tomcat.util.modeler.Registry
-
Find and return the managed bean definition for the specified
bean name, if any; otherwise return null
.
- findManagedBean(Object, Class<?>, String) - Method in class org.apache.tomcat.util.modeler.Registry
-
Find or load metadata.
- findMapping(String) - Method in class org.apache.tomcat.websocket.server.WsServerContainer
-
- findMappings() - Method in class org.apache.catalina.core.StandardWrapper
-
Return the mappings associated with this wrapper.
- findMappings() - Method in interface org.apache.catalina.Wrapper
-
Return the mappings associated with this wrapper.
- findMemberByName(String) - Method in class org.apache.catalina.tribes.membership.McastService
-
Return the member by name
- findMemberByName(String) - Method in interface org.apache.catalina.tribes.MembershipService
-
Return the member by name
- findMessageDestination(String) - Method in class org.apache.catalina.core.StandardContext
-
Return the message destination with the specified name, if any;
otherwise, return null
.
- findMessageDestinationRef(String) - Method in class org.apache.catalina.core.StandardContext
-
Return the message destination ref 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,
if any; otherwise, return null
.
- findMessageDestinationRefs() - Method in class org.apache.catalina.core.StandardContext
-
Return the set of defined message destination refs for this web
application.
- 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 set of defined message destinations for this web
application.
- findMethod(String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
-
Return true
if the specified HTTP request method is
part of this web resource collection.
- findMethod(Class<?>, String, Class<?>[]) - Static method in class org.apache.tomcat.util.IntrospectionUtils
-
- findMethods() - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
-
Return the set of HTTP request methods that are part of this web
resource collection, or a zero-length array if no methods have been
explicitly included.
- findMethods(Class<?>) - Static method in class org.apache.tomcat.util.IntrospectionUtils
-
- findMimeMapping(String) - Method in interface org.apache.catalina.Context
-
Return the MIME type to which the specified extension is mapped,
if any; otherwise return null
.
- findMimeMapping(String) - Method in class org.apache.catalina.core.StandardContext
-
Return the MIME type to which the specified extension is mapped,
if any; otherwise return null
.
- findMimeMapping(String) - Method in class org.apache.catalina.startup.FailedContext
-
- findMimeMappings() - Method in interface org.apache.catalina.Context
-
Return the extensions for which MIME mappings are defined.
- findMimeMappings() - Method in class org.apache.catalina.core.StandardContext
-
Return the extensions for which MIME mappings are defined.
- 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
.
- findOmittedMethods() - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
-
Return the set of HTTP request methods that are explicitly excluded from
this web resource collection, or a zero-length array if no request
methods are excluded.
- findParameter(String) - Method in interface org.apache.catalina.Context
-
Return the value for the specified context initialization
parameter name, if any; otherwise return null
.
- findParameter(String) - Method in class org.apache.catalina.core.StandardContext
-
Return the value for the specified context initialization
parameter name, if any; otherwise return null
.
- findParameter(String) - Method in class org.apache.catalina.startup.FailedContext
-
- findParameters() - Method in interface org.apache.catalina.Context
-
Return the names of all defined context initialization parameters
for this Context.
- findParameters() - Method in class org.apache.catalina.core.StandardContext
-
Return the names of all defined context initialization parameters
for this Context.
- 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
-
Return the set of URL patterns that are part of this web resource
collection.
- findPostConstructMethod(String) - Method in interface org.apache.catalina.Context
-
Returns the method name that is specified as post construct method for
the given class, if it exists; otherwise NULL
will be
returned.
- findPostConstructMethod(String) - Method in class org.apache.catalina.core.StandardContext
-
- findPostConstructMethod(String) - Method in class org.apache.catalina.startup.FailedContext
-
- findPostConstructMethods() - Method in interface org.apache.catalina.Context
-
Returns a map with keys - fully qualified class names of the classes that
have post construct methods and the values are the corresponding method
names.
- findPostConstructMethods() - Method in class org.apache.catalina.core.StandardContext
-
- findPostConstructMethods() - Method in class org.apache.catalina.startup.FailedContext
-
- findPreDestroyMethod(String) - Method in interface org.apache.catalina.Context
-
Returns the method name that is specified as pre destroy method for the
given class, if it exists; otherwise NULL
will be returned.
- findPreDestroyMethod(String) - Method in class org.apache.catalina.core.StandardContext
-
- findPreDestroyMethod(String) - Method in class org.apache.catalina.startup.FailedContext
-
- findPreDestroyMethods() - Method in interface org.apache.catalina.Context
-
Returns a map with keys - fully qualified class names of the classes that
have pre destroy methods and the values are the corresponding method
names.
- findPreDestroyMethods() - Method in class org.apache.catalina.core.StandardContext
-
- findPreDestroyMethods() - Method in class org.apache.catalina.startup.FailedContext
-
- findReloadedContextMemoryLeaks() - Method in class org.apache.catalina.core.StandardHost
-
Attempt to identify the contexts that have a class loader memory leak.
- findReplicationClass(String) - Method in class org.apache.catalina.tribes.io.ReplicationStream
-
- findResource(String) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
-
Return the resource reference with the specified name, if any;
otherwise return null
.
- findResource(String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
Find the specified resource in our local repository, and return a
URL
referring to it, or null
if this resource
cannot be found.
- findResourceEnvRef(String) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
-
Return the resource environment reference type for the specified
name, if any; otherwise return null
.
- findResourceEnvRefs() - Method in class org.apache.catalina.deploy.NamingResourcesImpl
-
Return the set of resource environment reference names for this
web application.
- findResourceInternal(String, String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
Find specified resource in local repositories.
- findResourceLink(String) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
-
Return the resource link with the specified name, if any;
otherwise return null
.
- 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
-
Return an enumeration of URLs
representing all of the
resources with the given name.
- findRole(String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
-
Return the MBean Name for the specified role name (if any);
otherwise return null
.
- findRole(String) - Method in interface org.apache.catalina.UserDatabase
-
Return the
Role
with the specified role name, if any;
otherwise return
null
.
- findRole(String) - Method in class org.apache.catalina.users.MemoryUserDatabase
-
Return the
Role
with the specified role name, if any;
otherwise return
null
.
- findRoleMapping(String) - Method in interface org.apache.catalina.Context
-
For the given security role (as used by an application), return the
corresponding role name (as defined by the underlying Realm) if there
is one.
- findRoleMapping(String) - Method in class org.apache.catalina.core.StandardContext
-
For the given security role (as used by an application), return the
corresponding role name (as defined by the underlying Realm) if there
is one.
- findRoleMapping(String) - Method in class org.apache.catalina.startup.FailedContext
-
- findSecurityConstraints(Request, Context) - Method in interface org.apache.catalina.Realm
-
Find the SecurityConstraints configured to guard the request URI for
this request.
- findSecurityConstraints(Request, Context) - Method in class org.apache.catalina.realm.RealmBase
-
Return the SecurityConstraints configured to guard the request URI for
this request, or null
if there is no such constraint.
- findSecurityReference(String) - Method in class org.apache.catalina.core.StandardWrapper
-
Return the security role link for the specified security role
reference name, if any; otherwise return null
.
- findSecurityReference(String) - Method in interface org.apache.catalina.Wrapper
-
Return 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
-
Return the set of security role reference names associated with
this servlet, if any; otherwise return a zero-length array.
- findSecurityReferences() - Method in interface org.apache.catalina.Wrapper
-
Return the set of security role reference names associated with
this servlet, if any; otherwise return a zero-length array.
- findSecurityRole(String) - Method in interface org.apache.catalina.Context
-
Return true
if the specified security role is defined
for this application; otherwise return false
.
- findSecurityRole(String) - Method in class org.apache.catalina.core.StandardContext
-
Return true
if the specified security role is defined
for this application; otherwise return false
.
- findSecurityRole(String) - Method in class org.apache.catalina.startup.FailedContext
-
- findSecurityRoles() - Method in interface org.apache.catalina.Context
-
Return the security roles defined for this application.
- findSecurityRoles() - Method in class org.apache.catalina.core.StandardContext
-
Return the security roles defined for this application.
- 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
-
Return the specified Service (if it exists); otherwise return
null
.
- findService(String) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
-
Return the web service reference for the specified
name, if any; otherwise return null
.
- findService(String) - Method in interface org.apache.catalina.Server
-
Find the specified Service
- findServices() - Method in class org.apache.catalina.core.StandardServer
-
Return the set of Services defined within this Server.
- 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
-
- findServletMapping(String) - Method in interface org.apache.catalina.Context
-
Return the servlet name mapped by the specified pattern (if any);
otherwise return null
.
- findServletMapping(String) - Method in class org.apache.catalina.core.StandardContext
-
Return the servlet name mapped by the specified pattern (if any);
otherwise return null
.
- findServletMapping(String) - Method in class org.apache.catalina.startup.FailedContext
-
- findServletMappings() - Method in interface org.apache.catalina.Context
-
Return the patterns of all defined servlet mappings for this
Context.
- findServletMappings() - Method in class org.apache.catalina.core.StandardContext
-
Return the patterns of all defined servlet mappings for this
Context.
- 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
-
- findStatusPage(int) - Method in interface org.apache.catalina.Context
-
Return the context-relative URI of the error page for the specified
HTTP status code, if any; otherwise return null
.
- findStatusPage(int) - Method in class org.apache.catalina.core.StandardContext
-
Return the context-relative URI of the error page for the specified
HTTP status code, if any; otherwise return null
.
- findStatusPage(int) - Method in class org.apache.catalina.startup.FailedContext
-
- findStatusPages() - Method in interface org.apache.catalina.Context
-
Return the set of HTTP status codes for which error pages have
been specified.
- findStatusPages() - Method in class org.apache.catalina.core.StandardContext
-
Return the set of HTTP status codes for which error pages have
been specified.
- findStatusPages() - Method in class org.apache.catalina.startup.FailedContext
-
- findStoreFactory(String) - Method in class org.apache.catalina.storeconfig.StoreRegistry
-
Find factory from classname
- findStoreFactory(Class<?>) - Method in class org.apache.catalina.storeconfig.StoreRegistry
-
find factory from class
- 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
-
- findUser(String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
-
Return the MBean Name for the specified user name (if any);
otherwise return null
.
- findUser(String) - Method in interface org.apache.catalina.UserDatabase
-
Return the
User
with the specified user name, if any;
otherwise return
null
.
- findUser(String) - Method in class org.apache.catalina.users.MemoryUserDatabase
-
Return the
User
with the specified user name, if any;
otherwise return
null
.
- findWatchedResources() - Method in interface org.apache.catalina.Context
-
Return the set of watched resources for this Context.
- findWatchedResources() - Method in class org.apache.catalina.core.StandardContext
-
Return the set of watched resources for this Context.
- findWatchedResources() - Method in class org.apache.catalina.startup.FailedContext
-
- findWelcomeFile(String) - Method in interface org.apache.catalina.Context
-
Return true
if the specified welcome file is defined
for this Context; otherwise return false
.
- findWelcomeFile(String) - Method in class org.apache.catalina.core.StandardContext
-
Return true
if the specified welcome file is defined
for this Context; otherwise return false
.
- findWelcomeFile(String) - Method in class org.apache.catalina.startup.FailedContext
-
- findWelcomeFiles() - Method in interface org.apache.catalina.Context
-
Return the set of welcome files defined for this Context.
- findWelcomeFiles() - Method in class org.apache.catalina.core.StandardContext
-
Return the set of welcome files defined for this Context.
- findWelcomeFiles() - Method in class org.apache.catalina.startup.FailedContext
-
- findWrapperLifecycles() - Method in interface org.apache.catalina.Context
-
Return the set of LifecycleListener classes that will be added to
newly created Wrappers automatically.
- findWrapperLifecycles() - Method in class org.apache.catalina.core.StandardContext
-
Return the set of LifecycleListener classes that will be added to
newly created Wrappers automatically.
- findWrapperLifecycles() - Method in class org.apache.catalina.startup.FailedContext
-
- findWrapperListeners() - Method in interface org.apache.catalina.Context
-
Return the set of ContainerListener classes that will be added to
newly created Wrappers automatically.
- findWrapperListeners() - Method in class org.apache.catalina.core.StandardContext
-
Return the set of ContainerListener classes that will be added to
newly created Wrappers automatically.
- 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() - Method in class org.apache.catalina.tribes.io.ObjectReader
-
- finish() - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
-
Finish AJP response.
- finish() - Method in class org.apache.tomcat.util.digester.CallMethodRule
-
Clean up after parsing is complete.
- finish() - Method in class org.apache.tomcat.util.digester.FactoryCreateRule
-
Clean up after parsing is complete.
- finish() - Method in class org.apache.tomcat.util.digester.Rule
-
This method is called after all parsing methods have been
called, to allow Rules to remove temporary data.
- finished - Variable in class org.apache.coyote.ajp.AbstractAjpProcessor
-
Finished response.
- finished - Variable in class org.apache.coyote.http11.AbstractOutputBuffer
-
Finished flag.
- finishRequest() - Method in class org.apache.catalina.connector.Request
-
Perform whatever actions are required to flush and close the input
stream or reader, in a single operation.
- finishResponse() - Method in class org.apache.catalina.connector.Response
-
Perform whatever actions are required to flush and close the output
stream or writer, in a single operation.
- FIPSMode - Static variable in class org.apache.catalina.core.AprLifecycleListener
-
- fipsModeActive - Static variable in class org.apache.catalina.core.AprLifecycleListener
-
- fipsModeGet() - Static method in class org.apache.tomcat.jni.SSL
-
Get the status of FIPS Mode.
- fipsModeSet(int) - Static method in class org.apache.tomcat.jni.SSL
-
Enable/Disable FIPS Mode.
- fireContainerEvent(String, Object) - Method in interface org.apache.catalina.Container
-
Notify all container event listeners that a particular event has
occurred for this Container.
- fireContainerEvent(String, Object) - Method in class org.apache.catalina.core.ContainerBase
-
Notify all container event listeners that a particular event has
occurred for this Container.
- fireContainerEvent(String, Object) - Method in class org.apache.catalina.startup.FailedContext
-
- fireInstanceEvent(String, Filter) - Method in class org.apache.catalina.util.InstanceSupport
-
Deprecated.
Notify all lifecycle event listeners that a particular event has
occurred for this Container.
- fireInstanceEvent(String, Filter, Throwable) - Method in class org.apache.catalina.util.InstanceSupport
-
Deprecated.
Notify all lifecycle event listeners that a particular event has
occurred for this Container.
- fireInstanceEvent(String, Filter, ServletRequest, ServletResponse) - Method in class org.apache.catalina.util.InstanceSupport
-
Deprecated.
Notify all lifecycle event listeners that a particular event has
occurred for this Container.
- fireInstanceEvent(String, Filter, ServletRequest, ServletResponse, Throwable) - Method in class org.apache.catalina.util.InstanceSupport
-
Deprecated.
Notify all lifecycle event listeners that a particular event has
occurred for this Container.
- fireInstanceEvent(String, Servlet) - Method in class org.apache.catalina.util.InstanceSupport
-
Deprecated.
Notify all lifecycle event listeners that a particular event has
occurred for this Container.
- fireInstanceEvent(String, Servlet, Throwable) - Method in class org.apache.catalina.util.InstanceSupport
-
Deprecated.
Notify all lifecycle event listeners that a particular event has
occurred for this Container.
- fireInstanceEvent(String, Servlet, ServletRequest, ServletResponse) - Method in class org.apache.catalina.util.InstanceSupport
-
Deprecated.
Notify all lifecycle event listeners that a particular event has
occurred for this Container.
- fireInstanceEvent(String, Servlet, ServletRequest, ServletResponse, Throwable) - Method in class org.apache.catalina.util.InstanceSupport
-
Deprecated.
Notify all lifecycle event listeners that a particular event has
occurred for this Container.
- fireInterceptorEvent(ChannelInterceptor.InterceptorEvent) - Method in interface org.apache.catalina.tribes.ChannelInterceptor
-
- fireInterceptorEvent(ChannelInterceptor.InterceptorEvent) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
-
- fireInterceptorEvent(ChannelInterceptor.InterceptorEvent) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
-
- fireLifecycleEvent(String, Object) - Method in class org.apache.catalina.util.LifecycleBase
-
- fireLifecycleEvent(String, Object) - Method in class org.apache.catalina.util.LifecycleSupport
-
Notify all lifecycle event listeners that a particular event has
occurred for this Container.
- fireListeners(ELContext) - Method in class org.apache.jasper.runtime.JspApplicationContextImpl
-
- fireOnComplete() - Method in class org.apache.catalina.core.AsyncContextImpl
-
- fireOnComplete(AsyncEvent) - Method in class org.apache.catalina.core.AsyncListenerWrapper
-
- fireOnComplete() - Method in interface org.apache.coyote.AsyncContextCallback
-
- fireOnError(AsyncEvent) - Method in class org.apache.catalina.core.AsyncListenerWrapper
-
- fireOnStartAsync(AsyncEvent) - Method in class org.apache.catalina.core.AsyncListenerWrapper
-
- fireOnTimeout(AsyncEvent) - Method in class org.apache.catalina.core.AsyncListenerWrapper
-
- fireRequestDestroyEvent(ServletRequest) - Method in interface org.apache.catalina.Context
-
- 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
-
- fireRequestInitEvent(ServletRequest) - Method in class org.apache.catalina.core.StandardContext
-
- fireRequestInitEvent(ServletRequest) - Method in class org.apache.catalina.startup.FailedContext
-
- fireSessionEvent(String, Object) - Method in class org.apache.catalina.session.StandardSession
-
Notify all session event listeners that a particular event has
occurred for this Session.
- first - Variable in class org.apache.catalina.core.StandardPipeline
-
The first valve associated with this Pipeline.
- first - Variable in class org.apache.coyote.ajp.AbstractAjpProcessor
-
First read.
- first - Variable in class org.apache.jasper.util.FastRemovalDequeue
-
First element of the queue.
- first() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- FIRST_REPLY - Static variable in class org.apache.catalina.tribes.group.RpcChannel
-
- firstIndexOf(byte[], int, byte[]) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
-
Similar to a String.IndexOf, but uses pure bytes
- fixDocBase() - Method in class org.apache.catalina.startup.ContextConfig
-
Adjust docBase.
- flags - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
-
- flags - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketList
-
- flagsGet(long) - Static method in class org.apache.tomcat.jni.File
-
Retrieve the flags that were passed into apr_file_open()
when the file was opened.
- flatMap(LambdaExpression) - Method in class org.apache.el.stream.Stream
-
- flip() - Method in class org.apache.coyote.ByteBufferHolder
-
- flipped - Variable in class org.apache.coyote.ajp.AjpNio2Processor
-
Flipped flag for read buffer.
- flipped - Variable in class org.apache.coyote.http11.InternalNio2InputBuffer
-
Track if the byte buffer is flipped
- flipped - Variable in class org.apache.coyote.http11.InternalNio2OutputBuffer
-
Track if the byte buffer is flipped
- flipped - Variable in class org.apache.coyote.http11.InternalNioOutputBuffer
-
Track if the byte buffer is flipped
- FLOATING_POINT_LITERAL - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- FloatingPoint() - Method in class org.apache.el.parser.ELParser
-
- flow(Reader, Writer, char[]) - Static method in class org.apache.catalina.util.IOTools
-
Read input from reader and write it to writer until there is no more
input from reader.
- flow(Reader, Writer) - Static method in class org.apache.catalina.util.IOTools
-
- flow(InputStream, OutputStream, byte[]) - Static method in class org.apache.catalina.util.IOTools
-
Deprecated.
Unused. Will be removed in 8.5.x
- flow(InputStream, OutputStream) - Static method in class org.apache.catalina.util.IOTools
-
- 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(boolean) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
-
Callback to write data from the buffer.
- flush() - Method in class org.apache.coyote.http11.AbstractOutputBuffer
-
Flush the response.
- flush() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
-
- flush() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
-
Added to allow flushing to happen for the gzip'ed outputstream
- flush() - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
- flush() - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Flush the stream.
- flush() - Method in class org.apache.juli.AsyncFileHandler.LogEntry
-
- flush() - Method in class org.apache.juli.FileHandler
-
Flush the writer.
- flush(long) - Static method in class org.apache.tomcat.jni.File
-
Flush the file's buffer.
- flush() - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
-
Flushes this output stream and forces any buffered output bytes to be
written out.
- flush() - Method in class org.apache.tomcat.util.log.SystemLogHandler
-
- flush() - Method in class org.apache.tomcat.util.net.Nio2Channel
-
- flush(boolean, Selector, long) - Method in class org.apache.tomcat.util.net.NioChannel
-
Returns true if the network buffer has been flushed out and is empty.
- flush() - Method in class org.apache.tomcat.util.net.SecureNio2Channel
-
Flush the channel.
- flush(boolean, Selector, long) - Method in class org.apache.tomcat.util.net.SecureNioChannel
-
Flush the channel.
- flush(ByteBuffer) - Method in class org.apache.tomcat.util.net.SecureNioChannel
-
Flushes the buffer to the network, non blocking
- flushBatch() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointBase
-
- flushBatch() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
-
- flushBuffer() - Method in class org.apache.catalina.connector.Response
-
Flush the buffer and commit this response.
- flushBuffer() - Method in class org.apache.catalina.connector.ResponseFacade
-
- flushBuffer(boolean) - Method in class org.apache.coyote.http11.AbstractOutputBuffer
-
Writes any remaining buffered data.
- flushBuffer(boolean) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
-
- flushBuffer(boolean) - Method in class org.apache.coyote.http11.InternalNio2OutputBuffer
-
Callback to write data from the buffer.
- flushBuffer(boolean) - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
-
Callback to write data from the buffer.
- flushBuffer(boolean) - Method in class org.apache.coyote.http11.InternalOutputBuffer
-
- flushBuffer() - Method in class org.apache.jasper.runtime.JspWriterImpl
-
Flush the output buffer to the underlying character stream, without
flushing the stream itself.
- flushBuffer() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
Send the buffer to the sink.
- flushBuffer() - Method in class org.apache.tomcat.util.buf.CharChunk
-
Send the buffer to the sink.
- flushMessageArray - Static variable in class org.apache.coyote.ajp.AbstractAjpProcessor
-
Flush message array.
- flushOutbound() - Method in class org.apache.tomcat.util.net.NioChannel
-
Return true if the buffer wrote data
- flushOutbound() - Method in class org.apache.tomcat.util.net.SecureNioChannel
-
- flushOutputStreamOrWriter() - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
-
Flush the servletOutputStream or printWriter ( only one will be non-null )
This must be called after a requestDispatcher.include, since we can't
assume that the included servlet flushed its stream.
- fname - Variable in class org.apache.tomcat.jni.FileInfo
-
The pathname of the file (possibly unrooted)
- forbidden - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
-
This forces the current URL to be forbidden, i.e., it immediately sends
back a HTTP response of 403 (FORBIDDEN).
- force(Runnable) - Method in class org.apache.tomcat.util.threads.TaskQueue
-
- force(Runnable, long, TimeUnit) - Method in class org.apache.tomcat.util.threads.TaskQueue
-
- forceClose() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache.CachedStatement
-
- forceDelete(File) - Static method in class org.apache.tomcat.util.http.fileupload.FileUtils
-
Deletes a file.
- forceDeleteOnExit(File) - Static method in class org.apache.tomcat.util.http.fileupload.FileUtils
-
Schedules a file to be deleted when JVM exits.
- forceMkdir(File) - Static method in class org.apache.tomcat.util.http.fileupload.FileUtils
-
Makes a directory, including any necessary but nonexistent parent
directories.
- forceMkdirParent(File) - Static method in class org.apache.tomcat.util.http.fileupload.FileUtils
-
Makes any necessary but nonexistent parent directories for a given File.
- forEach(LambdaExpression) - Method in class org.apache.el.stream.Stream
-
- ForEach - Class in org.apache.jasper.tagplugins.jstl.core
-
- ForEach() - Constructor for class org.apache.jasper.tagplugins.jstl.core.ForEach
-
- fork - Variable in class org.apache.jasper.EmbeddedServletOptions
-
Should Ant fork its java compiles of JSP pages.
- fork(long[], long) - Static method in class org.apache.tomcat.jni.Proc
-
This is currently the only non-portable call in APR.
- FORM_ACTION - Static variable in class org.apache.catalina.authenticator.Constants
-
- FORM_ACTION - Static variable in class org.apache.catalina.realm.Constants
-
- FORM_DATA - Static variable in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
Content-disposition value for form data.
- FORM_METHOD - Static variable in class org.apache.catalina.realm.Constants
-
- FORM_PASSWORD - Static variable in class org.apache.catalina.authenticator.Constants
-
- FORM_PRINCIPAL_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
-
The previously authenticated principal (if caching is disabled).
- FORM_REQUEST_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
-
The original request information, to which the user will be
redirected if authentication succeeds.
- FORM_USERNAME - Static variable in class org.apache.catalina.authenticator.Constants
-
- format - Variable in class org.apache.catalina.connector.Response
-
The date format we will use for creating date headers.
- format(Date) - Method in class org.apache.catalina.util.ConcurrentDateFormat
-
- format(Date) - Method in class org.apache.catalina.util.Strftime
-
Format the date according to the strftime-style string given in the constructor.
- format(LogRecord) - Method in class org.apache.juli.JdkLoggerFormatter
-
- format(LogRecord) - Method in class org.apache.juli.OneLineFormatter
-
- format(LogRecord) - Method in class org.apache.juli.VerbatimFormatter
-
- formatDate(Date, String) - Method in class org.apache.catalina.ssi.SSIFlastmod
-
- formatDate(Date, TimeZone) - Method in class org.apache.catalina.ssi.SSIMediator
-
- formatDate(long, DateFormat) - Static method in class org.apache.tomcat.util.http.FastHttpDateFormat
-
Get the HTTP format of the specified date.
- formatNumber(long) - Static method in class org.apache.catalina.manager.JspHelper
-
- formatRfc1123(Date) - Static method in class org.apache.catalina.util.ConcurrentDateFormat
-
- formats - Variable in class org.apache.catalina.connector.Request
-
The set of SimpleDateFormat formats to use in getDateHeader().
- formatSeconds(Object) - Static method in class org.apache.catalina.manager.StatusTransformer
-
Formats the given time (given in seconds) as a string.
- formatSize(Object, boolean) - Static method in class org.apache.catalina.manager.StatusTransformer
-
Display the given size in bytes, either as KB or MB.
- formatSize(long, String) - Method in class org.apache.catalina.ssi.SSIFsize
-
- formatTime(Object, boolean) - Static method in class org.apache.catalina.manager.StatusTransformer
-
Display the given time in ms, either as ms or s.
- FormAuthenticator - Class in org.apache.catalina.authenticator
-
An Authenticator and Valve implementation of FORM BASED
Authentication, as described in the Servlet API Specification.
- FormAuthenticator() - Constructor for class org.apache.catalina.authenticator.FormAuthenticator
-
- forName(String) - Static method in class org.apache.el.util.ReflectionUtil
-
- forNamePrimitive(String) - Static method in class org.apache.el.util.ReflectionUtil
-
- ForTokens - Class in org.apache.jasper.tagplugins.jstl.core
-
- ForTokens() - Constructor for class org.apache.jasper.tagplugins.jstl.core.ForTokens
-
- forward(String) - Method in class 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
-
- FORWARD_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- forwardToErrorPage(Request, HttpServletResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.FormAuthenticator
-
Called to forward to the error page
- forwardToLoginPage(Request, HttpServletResponse, LoginConfig) - Method in class org.apache.catalina.authenticator.FormAuthenticator
-
Called to forward to the login page
- FOUND - Static variable in class org.apache.tomcat.websocket.Constants
-
- frag(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
-
- fragment - Variable in class org.apache.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
-
- FragmentationInterceptor.FragCollection - Class in org.apache.catalina.tribes.group.interceptors
-
- FragmentationInterceptor.FragCollection(ChannelMessage) - Constructor for class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor.FragCollection
-
- FragmentationInterceptor.FragKey - Class in org.apache.catalina.tribes.group.interceptors
-
- FragmentationInterceptor.FragKey(byte[]) - Constructor for class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor.FragKey
-
- 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
-
- fragpieces - Variable in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
-
- free(ByteBuffer) - Static method in class org.apache.tomcat.jni.Buffer
-
Deallocates or frees a memory block used by ByteBuffer
Warning : Call this method only on ByteBuffers
that were created by calling Buffer.alloc or Buffer.calloc.
- free(long) - Static method in class org.apache.tomcat.jni.SSLContext
-
Free the resources used by the Context
- free(long) - Static method in class org.apache.tomcat.jni.Stdlib
-
Deallocates or frees a memory block.
- fromHexString(String) - Static method in class org.apache.tomcat.util.buf.HexUtils
-
- 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
-
- 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
-
- Function() - Method in class org.apache.el.parser.ELParser
-
- FunctionMapperFactory - Class in org.apache.el.lang
-
- FunctionMapperFactory(FunctionMapper) - Constructor for class org.apache.el.lang.FunctionMapperFactory
-
- FunctionMapperImpl - Class in org.apache.el.lang
-
- FunctionMapperImpl() - Constructor for class org.apache.el.lang.FunctionMapperImpl
-
- FunctionMapperImpl - Class in org.apache.jasper.el
-
Deprecated.
- FunctionMapperImpl(FunctionMapper) - Constructor for class org.apache.jasper.el.FunctionMapperImpl
-
Deprecated.
- FunctionMapperImpl.Function - Class in org.apache.el.lang
-
- FunctionMapperImpl.Function(String, String, Method) - Constructor for class org.apache.el.lang.FunctionMapperImpl.Function
-
- FunctionMapperImpl.Function() - Constructor for class org.apache.el.lang.FunctionMapperImpl.Function
-
- functions - Variable in class org.apache.el.lang.FunctionMapperImpl
-
- FUNCTIONSUFFIX - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- FWD_SLASH_IS_SEPARATOR - Static variable in class org.apache.tomcat.util.http.CookieSupport
-
Deprecated.
If set to true, the /
character will be treated as a
separator.
- gatherCompletionHandler - Variable in class org.apache.coyote.http11.InternalNio2OutputBuffer
-
The completion handler used for asynchronous write operations
- 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
- GE0 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- GE1 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- generalBroadcaster - Variable in class org.apache.tomcat.util.modeler.BaseModelMBean
-
Notification broadcaster for general notifications.
- generateAttribute(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
Generate codes to evaluate value of a attribute in the custom tag
The codes is a Java expression.
- generateBody() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
Generate codes for the body of the custom tag
- generateClass(String[]) - Method in class org.apache.jasper.compiler.AntCompiler
-
Compile the servlet from .java file to .class file
- generateClass(String[]) - Method in class org.apache.jasper.compiler.Compiler
-
Compile the servlet from .java file to .class file
- generateClass(String[]) - Method in class org.apache.jasper.compiler.JDTCompiler
-
Compile the servlet from .java file to .class file
- generateCookieString(Cookie) - Method in class org.apache.catalina.connector.Response
-
- 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
-
- generateHeader(Cookie) - Method in interface org.apache.tomcat.util.http.CookieProcessor
-
Generate the HTTP header value for the given Cookie.
- generateHeader(Cookie) - Method in class org.apache.tomcat.util.http.LegacyCookieProcessor
-
- generateHeader(Cookie) - Method in class org.apache.tomcat.util.http.Rfc6265CookieProcessor
-
- generateHeader(Cookie) - Static method in class org.apache.tomcat.util.http.SetCookieSupport
-
Deprecated.
- generateImport(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
Generate an import statement
- generateJava() - Method in class org.apache.jasper.compiler.Compiler
-
Compile the jsp file into equivalent servlet in .java file
- generateJavaSource(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
Generate Java source codes
- generateNonce(Request) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
-
Generate a unique token.
- generateNonce() - Method in class org.apache.catalina.filters.CsrfPreventionFilterBase
-
Generate a once time token (nonce) for authenticating subsequent
requests.
- generateParseException() - Method in class org.apache.el.parser.ELParser
-
Generate ParseException.
- generateRSATempKey(int) - Static method in class org.apache.tomcat.jni.SSL
-
Deprecated.
Only useful in combination with EXPORT Cipher
- generateSessionId() - Method in class org.apache.catalina.session.ManagerBase
-
Generate and return a new session identifier.
- generateSessionId() - Method in interface org.apache.catalina.SessionIdGenerator
-
Generate and return a new session identifier.
- generateSessionId(String) - Method in interface org.apache.catalina.SessionIdGenerator
-
Generate and return a new session identifier.
- generateSessionId() - Method in class org.apache.catalina.util.SessionIdGeneratorBase
-
Generate and return a new session identifier.
- generateSessionId(String) - Method in class org.apache.catalina.util.StandardSessionIdGenerator
-
- generateSmap(JspCompilationContext, Node.Nodes) - Static method in class org.apache.jasper.compiler.SmapUtil
-
Generates an appropriate SMAP representing the current compilation
context.
- generateUUID() - Method in class org.apache.catalina.tribes.io.ChannelData
-
Generates a UUID and invokes setUniqueId
- generateWebMapping(String, JspCompilationContext) - Method in class org.apache.jasper.JspC
-
Adds servlet declaration and mapping for the JSP page servlet to the
generated web.xml fragment.
- GenericKeyedObjectPool<K,T> - Class in org.apache.tomcat.dbcp.pool2.impl
-
A configurable KeyedObjectPool
implementation.
- GenericKeyedObjectPool(KeyedPooledObjectFactory<K, T>) - Constructor for class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
-
- GenericKeyedObjectPool(KeyedPooledObjectFactory<K, T>, GenericKeyedObjectPoolConfig<T>) - Constructor for class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
-
Create a new GenericKeyedObjectPool
using a specific
configuration.
- GenericKeyedObjectPoolConfig<T> - Class in org.apache.tomcat.dbcp.pool2.impl
-
- GenericKeyedObjectPoolConfig() - Constructor for class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolConfig
-
Create 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
-
- GenericObjectPool<T> - Class in org.apache.tomcat.dbcp.pool2.impl
-
- GenericObjectPool(PooledObjectFactory<T>) - Constructor for class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
-
- GenericObjectPool(PooledObjectFactory<T>, GenericObjectPoolConfig<T>) - Constructor for class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
-
Creates a new GenericObjectPool
using a specific
configuration.
- GenericObjectPool(PooledObjectFactory<T>, GenericObjectPoolConfig<T>, 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
-
- GenericObjectPoolConfig() - Constructor for class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolConfig
-
- 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, String, List<String>) - Constructor for class org.apache.catalina.realm.GenericPrincipal
-
Construct a new Principal, associated with the specified Realm, for the
specified username and password, with the specified role names
(as Strings).
- GenericPrincipal(String, String, List<String>, Principal) - Constructor for class org.apache.catalina.realm.GenericPrincipal
-
Construct a new Principal, associated with the specified Realm, for the
specified username and password, with the specified role names
(as Strings).
- GenericPrincipal(String, String, List<String>, Principal, LoginContext) - Constructor for class org.apache.catalina.realm.GenericPrincipal
-
Construct a new Principal, associated with the specified Realm, for the
specified username and password, with the specified role names
(as Strings).
- GenericPrincipal(String, String, List<String>, Principal, LoginContext, GSSCredential) - Constructor for class org.apache.catalina.realm.GenericPrincipal
-
Construct a new Principal, associated with the specified Realm, for the
specified username and password, with the specified role names
(as Strings).
- genStringAsCharArray() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Are Text strings to be generated as char arrays?
- genStringAsCharArray - Variable in class org.apache.jasper.JspC
-
- genStringAsCharArray() - Method in class org.apache.jasper.JspC
-
Indicates whether text strings are to be generated as char arrays.
- genStringAsCharArray() - Method in interface org.apache.jasper.Options
-
Indicates whether text strings are to be generated as char arrays.
- get(Object) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- get(Object) - Method in class org.apache.catalina.util.ParameterMap
-
- GET - Static variable in class org.apache.coyote.http11.Constants
-
GET.
- get() - Method in class org.apache.el.stream.Optional
-
- get(K) - Method in class org.apache.el.util.ConcurrentCache
-
- get(String) - Static method in class org.apache.el.util.MessageFactory
-
- get(String, Object...) - Static method in class org.apache.el.util.MessageFactory
-
- get(Class<? extends Tag>) - Method in class org.apache.jasper.runtime.TagHandlerPool
-
Gets the next available tag handler from this tag handler pool,
instantiating one if this tag handler pool is empty.
- get() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool.ConnectionFuture
- get(long, TimeUnit) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool.ConnectionFuture
- get() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ItemFuture
-
- get(long, TimeUnit) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ItemFuture
-
- get() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ItemFuture
-
- get(long, TimeUnit) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ItemFuture
-
- get(int, long) - Static method in class org.apache.tomcat.jni.Address
-
Return an apr_sockaddr_t from an apr_socket_t
- get(K) - Method in class org.apache.tomcat.util.collections.ConcurrentCache
-
- get(Object) - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
-
- get() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Returns the contents of the file as an array of bytes.
- get() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
-
Returns the contents of the file item as an array of bytes.
- get() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketList
-
- get() - Method in class org.apache.tomcat.util.net.NioSelectorPool
-
- get(Object) - Method in class org.apache.tomcat.websocket.CaseInsensitiveKeyMap
-
- GET_GENERATED_KEYS - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
-
- GET_PROPERTY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- GET_RESOURCE_REQUIRE_SLASH - Static variable in class org.apache.catalina.core.ApplicationContext
-
- GET_RESULTSET - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
-
- 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.BasicDataSourceMXBean
-
- getAbandonTimeout() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
-
Returns abandon timeout in milliseconds
- getAbandonWhenPercentageFull() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Connections that have been abandoned (timed out) wont get closed and reported up unless the number of connections in use are
above the percentage defined by abandonWhenPercentageFull.
- getAbandonWhenPercentageFull() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getAbandonWhenPercentageFull() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Connections that have been abandoned (timed out) wont get closed and reported up unless the number of connections in use are
above the percentage defined by abandonWhenPercentageFull.
- getAbandonWhenPercentageFull() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Connections that have been abandoned (timed out) wont get closed and reported up unless the number of connections in use are
above the percentage defined by abandonWhenPercentageFull.
- getAbsoluteOrdering() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getAbsolutePath(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- getAcceptorThreadCount() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getAcceptorThreadPriority() - Method in class org.apache.coyote.http11.Http11Nio2Protocol
-
- getAcceptorThreadPriority() - Method in class org.apache.coyote.http11.Http11NioProtocol
-
- getAcceptorThreadPriority() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getAccessCount() - Method in class org.apache.tomcat.util.buf.StringCache
-
- getAccessFlags() - Method in class org.apache.tomcat.util.bcel.classfile.JavaClass
-
- getAccessLog() - Method in interface org.apache.catalina.Container
-
Obtain the AccessLog to use to log a request/response that is destined
for this container.
- getAccessLog() - Method in class org.apache.catalina.core.ContainerBase
-
- getAccessLog() - Method in class org.apache.catalina.startup.FailedContext
-
- getAccessTimeout() - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
-
- getAccessTimeout() - Method in class org.apache.catalina.ha.session.BackupManager
-
- getAccessTimeout() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- getActive() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
-
Returns the number of connections that are in use
- getActive() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
- getActive() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getActive() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
-
- getActiveCount() - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- getActiveCount() - Method in interface org.apache.tomcat.util.threads.ResizableExecutor
-
Returns the approximate number of threads that are actively executing
tasks.
- getActiveSessions() - Method in interface org.apache.catalina.Manager
-
Gets the number of currently active sessions.
- getActiveSessions() - Method in class org.apache.catalina.session.ManagerBase
-
- getActiveSessionsFull() - Method in interface org.apache.catalina.DistributedManager
-
Returns the total session count for primary, backup and proxy.
- getActiveSessionsFull() - Method in class org.apache.catalina.ha.session.BackupManager
-
- getActiveSessionsFull() - Method in class org.apache.catalina.session.PersistentManagerBase
-
- getActiveTimeMillis() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
-
- getActiveTimeMillis() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
-
Obtains the time in milliseconds that this object last spent in the
active state (it may still be active in which case subsequent calls will
return an increased value).
- getActualProxy() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
-
- getActualSize() - Method in exception org.apache.tomcat.util.http.fileupload.FileUploadBase.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
-
- getAdapter() - Method in interface org.apache.coyote.ProtocolHandler
-
- getAdCompat() - Method in class org.apache.catalina.realm.JNDIRealm
-
- getAddConnectorPort() - Method in class org.apache.catalina.valves.RequestFilterValve
-
Get the flag deciding whether we add the server connector port to the
property compared in the filtering method.
- getAddress() - Method in class org.apache.catalina.core.StandardServer
-
Return the address on which we listen to for shutdown commands.
- getAddress() - Method in interface org.apache.catalina.ha.ClusterMessage
-
- getAddress() - Method in class org.apache.catalina.ha.ClusterMessageBase
-
getAddress
- getAddress() - Method in class org.apache.catalina.ha.deploy.UndeployMessage
-
- getAddress() - Method in interface org.apache.catalina.Server
-
- getAddress() - Method in interface org.apache.catalina.tribes.ChannelMessage
-
Get the address that this message originated from.
- getAddress() - Method in class org.apache.catalina.tribes.io.ChannelData
-
Returns the source or reply-to address
- getAddress() - Method in class org.apache.catalina.tribes.membership.McastService
-
- getAddress() - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- getAddress() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- getAddress() - Method in class org.apache.coyote.AbstractProtocol
-
- getAddress() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getAddWaitTimeout() - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
-
Deprecated.
get current add wait timeout
- getAddWaitTimeout() - Method in class org.apache.catalina.tribes.transport.bio.util.SingleRemoveSynchronizedAddLock
-
Deprecated.
- getAddWebinfClassesResources() - Method in interface org.apache.catalina.Context
-
Gets 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
-
- getAjpFlush() - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
-
- getAjpFlush() - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
-
- getAlg_bits() - Method in enum org.apache.tomcat.util.net.jsse.openssl.Cipher
-
- getAlgorithm() - Method in class org.apache.catalina.realm.DigestCredentialHandlerBase
-
- getAlgorithm() - Method in class org.apache.catalina.realm.MessageDigestCredentialHandler
-
- getAlgorithm() - Method in class org.apache.catalina.realm.SecretKeyCredentialHandler
-
- getAlgorithm() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- getAlgorithm() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getAliases() - Method in class org.apache.catalina.core.StandardHost
-
- getAliases() - Method in class org.apache.catalina.mapper.Mapper.MappedHost
-
- 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
-
- getAllocationStack() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementFinalizer.StatementEntry
-
- getAllow() - Method in class org.apache.catalina.filters.RequestFilter
-
Return the regular expression used to test for allowed requests for this
Filter, if any; otherwise, return null
.
- getAllow() - Method in class org.apache.catalina.startup.UserConfig
-
Return the regular expression used to test for user who deployment is allowed.
- getAllow() - Method in class org.apache.catalina.valves.RequestFilterValve
-
Return the regular expression used to test for allowed requests for this
Valve, if any; otherwise, return null
.
- getAllowCasualMultipartParsing() - Method in interface org.apache.catalina.Context
-
Returns true
if requests mapped to servlets without
"multipart config" to parse multipart/form-data requests anyway.
- getAllowCasualMultipartParsing() - Method in class org.apache.catalina.core.StandardContext
-
Returns true
if requests mapped to servlets without
"multipart config" to parse multipart/form-data requests anyway.
- getAllowCasualMultipartParsing() - Method in class org.apache.catalina.startup.FailedContext
-
- 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.
- getAllowedTrailerHeaders() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- getAllowedTrailerHeadersAsSet() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- getAllowEqualsInValue() - Method in class org.apache.tomcat.util.http.LegacyCookieProcessor
-
- getAllowHostHeaderMismatch() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
Will Tomcat accept an HTTP 1.1 request where the host header does not
agree with the host specified (if any) in the request line?
- getAllowHostHeaderMismatch() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
Will Tomcat accept an HTTP 1.1 request where the host header does not
agree with the host specified (if any) in the request line?
- getAllowHttpSepsInV0() - Method in class org.apache.tomcat.util.http.LegacyCookieProcessor
-
- getAllowLinking() - Method in interface org.apache.catalina.WebResourceRoot
-
Determine if this resources allow the use of symbolic links.
- getAllowLinking() - Method in class org.apache.catalina.webresources.StandardRoot
-
- getAllowMultipleLeadingForwardSlashInPath() - Method in interface org.apache.catalina.Context
-
- getAllowMultipleLeadingForwardSlashInPath() - Method in class org.apache.catalina.core.StandardContext
-
- getAllowMultipleLeadingForwardSlashInPath() - Method in class org.apache.catalina.startup.FailedContext
-
- getAllowNameOnly() - Method in class org.apache.tomcat.util.http.LegacyCookieProcessor
-
- getAllowTrace() - Method in class org.apache.catalina.connector.Connector
-
True if the TRACE method is allowed.
- getAllowTrace() - Method in class org.apache.catalina.connector.RequestFacade
-
- getAllowUnsafeLegacyRenegotiation() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- getAllowUnsafeLegacyRenegotiation() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getAllRoles() - Method in class org.apache.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.
- getAltDDName() - Method in interface org.apache.catalina.Context
-
Return the alternate Deployment Descriptor name.
- getAltDDName() - Method in class org.apache.catalina.core.StandardContext
-
Return the alternate Deployment Descriptor name.
- getAltDDName() - Method in class org.apache.catalina.startup.FailedContext
-
- getAlternateURL() - Method in class org.apache.catalina.realm.JNDIRealm
-
Getter for property alternateURL.
- getAlwaysAddExpires() - Method in class org.apache.tomcat.util.http.LegacyCookieProcessor
-
- getAlwaysUseSession() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
- getAmount() - Method in class org.apache.catalina.filters.ExpiresFilter.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
-
- getAnnotationEntries() - Method in class org.apache.tomcat.util.bcel.classfile.JavaClass
-
Return annotations entries from "RuntimeVisibleAnnotations" attribute on
the class, if there is any.
- getAnnotationEntry() - Method in class org.apache.tomcat.util.bcel.classfile.AnnotationElementValue
-
- getAnnotationType() - Method in class org.apache.tomcat.util.bcel.classfile.AnnotationEntry
-
- getAntiClickJackingOption() - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
-
- getAntiClickJackingUri() - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
-
- getAntiResourceLocking() - Method in class org.apache.catalina.core.StandardContext
-
Return the antiResourceLocking flag for this Context.
- getAppBase() - Method in class org.apache.catalina.core.StandardHost
-
Return the application root for this Host.
- getAppBase() - Method in interface org.apache.catalina.Host
-
Return the application root for this Host.
- getAppBase(StandardHost) - Method in class org.apache.catalina.storeconfig.StoreContextAppender
-
- getAppBaseFile() - Method in class org.apache.catalina.core.StandardHost
-
(Return an absolute File
for the appBase of this Host.
- getAppBaseFile() - Method in interface org.apache.catalina.Host
-
Return an absolute File
for the appBase of this Host.
- 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
-
- getAppName() - Method in class org.apache.catalina.realm.JAASRealm
-
- getAppReadBufSize() - Method in class org.apache.tomcat.util.net.SocketProperties
-
- getAppWriteBufSize() - Method in class org.apache.tomcat.util.net.SocketProperties
-
- 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.
- getArchiveResourceSet() - Method in class org.apache.catalina.webresources.AbstractArchiveResource
-
- getArgs() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
-
- getArgs() - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
-
- getArray() - Method in class org.apache.catalina.tribes.io.DirectByteArrayOutputStream
-
- getArray(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getArray(String) - 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.DelegatingResultSet
-
- getArrayDirect() - Method in class org.apache.catalina.tribes.io.DirectByteArrayOutputStream
-
- 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
-
- getAsyncRemote() - Method in class org.apache.tomcat.websocket.WsSession
-
- getAsyncSupported() - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
-
- getAsyncSupported() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- getAsyncTimeout() - Method in class org.apache.catalina.connector.Connector
-
Return the default timeout for async requests in ms.
- getAsyncTimeout() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getAttachment() - Method in class org.apache.tomcat.util.net.NioChannel
-
- getAttempt() - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- getAttribute() - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
-
- getAttribute() - Method in class org.apache.catalina.ant.jmx.JMXAccessorGetTask
-
- getAttribute() - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
-
- getAttribute() - Method in class org.apache.catalina.ant.JMXGetTask
-
Get method for the attribute name
- getAttribute() - Method in class org.apache.catalina.ant.JMXSetTask
-
Get method for the attribute name
- getAttribute(String) - Method in class org.apache.catalina.connector.Connector
-
Return a configured property.
- getAttribute(String) - Method in class org.apache.catalina.connector.Request
-
Return the specified request attribute if it exists; otherwise, return
null
.
- getAttribute(String) - Method in class org.apache.catalina.connector.RequestFacade
-
- getAttribute(String) - Method in class org.apache.catalina.core.ApplicationContext
-
Return the value of the specified context attribute, if any;
otherwise return null
.
- getAttribute(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getAttribute(String) - Method in class org.apache.catalina.ha.context.ReplicatedContext.ReplApplContext
-
- getAttribute(PrintWriter, String, String, String) - Method in class org.apache.catalina.manager.JMXProxyServlet
-
- getAttribute(String) - Method in class org.apache.catalina.mbeans.ConnectorMBean
-
Obtain and return the value of a specific attribute of this MBean.
- getAttribute(String) - Method in class org.apache.catalina.mbeans.ContextResourceLinkMBean
-
Obtain and return the value of a specific attribute of this MBean.
- getAttribute(String) - Method in class org.apache.catalina.mbeans.ContextResourceMBean
-
Obtain and return the value of a specific attribute of this MBean.
- getAttribute(String) - Method in class org.apache.catalina.session.StandardSession
-
Return the object bound with the specified name in this session, or
null
if no object is bound with that name.
- getAttribute(String) - Method in class org.apache.catalina.session.StandardSessionFacade
-
- getAttribute(String) - Method in class org.apache.coyote.Request
-
- getAttribute(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getAttribute(String, int) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getAttribute(String, int) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getAttribute(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return the specified context attribute, if any.
- getAttribute(String) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
Obtain and return the value of a specific attribute of this MBean.
- getAttribute(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
Used by sub-components to retrieve configuration information.
- getAttributeMap() - Method in class org.apache.catalina.ha.context.ReplicatedContext.ReplApplContext
-
- getAttributeNames() - Method in class org.apache.catalina.connector.Request
-
Return the names of all request attributes for this Request, or an
empty Enumeration
if there are none.
- getAttributeNames() - Method in class org.apache.catalina.connector.RequestFacade
-
- getAttributeNames() - Method in class org.apache.catalina.core.ApplicationContext
-
Return an enumeration of the names of the context attributes
associated with this context.
- getAttributeNames() - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getAttributeNames() - Method in class org.apache.catalina.ha.context.ReplicatedContext.ReplApplContext
-
- getAttributeNames() - Method in class org.apache.catalina.session.StandardSession
-
Return an Enumeration
of String
objects
containing the names of the objects bound to this session.
- getAttributeNames() - Method in class org.apache.catalina.session.StandardSessionFacade
-
- getAttributeNames() - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return an enumeration of context attribute names.
- 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.coyote.Request
-
- getAttributes(String, String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- getAttributes() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
-
- getAttributes() - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- getAttributes(String[]) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
Obtain and return the values of several attributes of this MBean.
- getAttributes() - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
The collection of attributes for this MBean.
- getAttributesScope(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getAttributesScope(String) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getAu() - Method in enum org.apache.tomcat.util.net.jsse.openssl.Cipher
-
- getAuth() - Method in class org.apache.tomcat.util.descriptor.web.ContextResource
-
- getAuthConstraint() - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
-
Return the authorization constraint present flag for this security
constraint.
- getAuthenticatedUsers() - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
-
Was the "all authenticated users" wildcard included in this
authentication constraint?
- getAuthentication() - Method in class org.apache.catalina.realm.JNDIRealm
-
- getAuthenticator() - Method in interface org.apache.catalina.Context
-
Obtain the
Authenticator
that is used by this context or
null
if none is used.
- getAuthenticator() - Method in class org.apache.catalina.core.StandardContext
-
- getAuthenticator() - Method in class org.apache.catalina.startup.FailedContext
-
- getAuthenticator(String) - Static method in class org.apache.tomcat.websocket.AuthenticatorFactory
-
Return a new authenticator instance.
- getAuthMethod() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
- getAuthMethod() - Method in class org.apache.catalina.authenticator.BasicAuthenticator
-
- getAuthMethod() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
-
- getAuthMethod() - Method in class org.apache.catalina.authenticator.FormAuthenticator
-
- getAuthMethod() - Method in class org.apache.catalina.authenticator.NonLoginAuthenticator
-
Return the authentication method, which is vendor-specific and
not defined by HttpServletRequest.
- getAuthMethod() - Method in class org.apache.catalina.authenticator.SpnegoAuthenticator
-
- getAuthMethod() - Method in class org.apache.catalina.authenticator.SSLAuthenticator
-
- getAuthMethod() - Method in class org.apache.tomcat.util.descriptor.web.LoginConfig
-
- getAuthority() - Method in class org.apache.tomcat.util.net.URL
-
Deprecated.
Return the authority part of the URL.
- getAuthorization(String, String, Map<String, Object>) - Method in class org.apache.tomcat.websocket.Authenticator
-
Generate the authentication header that will be sent to the server.
- getAuthorization(String, String, Map<String, Object>) - Method in class org.apache.tomcat.websocket.BasicAuthenticator
-
- getAuthorization(String, String, Map<String, Object>) - Method in class org.apache.tomcat.websocket.DigestAuthenticator
-
- getAuthType() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
-
Gets the name of the authentication type originally used to authenticate
the user associated with the SSO.
- getAuthType() - Method in class org.apache.catalina.connector.Request
-
Return the authentication type used for this Request.
- getAuthType() - Method in class org.apache.catalina.connector.RequestFacade
-
- getAuthType() - Method in class org.apache.catalina.manager.DummyProxySession
-
- getAuthType() - Method in interface org.apache.catalina.Session
-
Return the authentication type used to authenticate our cached
Principal, if any.
- getAuthType() - Method in class org.apache.catalina.session.StandardSession
-
Return the authentication type used to authenticate our cached
Principal, if any.
- getAuthType() - Method in class org.apache.coyote.Request
-
- getAutoBind() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- getAutoCommit() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
-
- getAutoCommit() - Method in interface org.apache.tomcat.dbcp.dbcp2.PoolableConnectionMXBean
-
- getAutoDeploy() - Method in class org.apache.catalina.core.StandardHost
-
Return the value of the auto deploy flag.
- getAutoDeploy() - Method in interface org.apache.catalina.Host
-
Return the value of the auto deploy flag.
- 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.connector.Request
-
Return true if bytes are available.
- getAvailable() - Method in class org.apache.catalina.core.StandardWrapper
-
Return the available date/time for this servlet, in milliseconds since
the epoch.
- getAvailable() - Method in class org.apache.catalina.startup.Tomcat.ExistingStandardWrapper
-
- getAvailable() - Method in interface org.apache.catalina.Wrapper
-
Return the available date/time for this servlet, in milliseconds since
the epoch.
- getAvailable() - Method in class org.apache.coyote.Request
-
- getAvailableExtensionCount() - Method in class org.apache.catalina.util.ManifestResource
-
Gets the number of available extensions
- getAvailableExtensions() - Method in class org.apache.catalina.util.ManifestResource
-
Gets the list of available extensions
- getAwait() - Method in class org.apache.catalina.startup.Bootstrap
-
- getBackgroundProcessorDelay() - Method in interface org.apache.catalina.Container
-
Get the delay between the invocation of the backgroundProcess method on
this container and its children.
- getBackgroundProcessorDelay() - Method in class org.apache.catalina.core.ContainerBase
-
Get the delay between the invocation of the backgroundProcess method on
this container and its children.
- getBackgroundProcessorDelay() - Method in class org.apache.catalina.startup.FailedContext
-
- getBacklog() - Method in class org.apache.coyote.AbstractProtocol
-
- getBacklog() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getBackupNodes() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
-
- getBackupNodes() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
-
- getBase() - Method in class org.apache.catalina.webresources.AbstractArchiveResource
-
- getBase() - Method in class org.apache.catalina.webresources.AbstractResourceSet
-
- getBaseName() - Method in interface org.apache.catalina.Context
-
Return 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.storeconfig.StoreFileMover
-
- getBaseName() - Method in class org.apache.catalina.util.ContextName
-
- getBaseUrl() - Method in class org.apache.catalina.webresources.AbstractArchiveResource
-
- 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
-
- getBaseUrls() - Method in class org.apache.catalina.webresources.StandardRoot
-
- getBaseUrlString() - Method in class org.apache.catalina.webresources.AbstractArchiveResourceSet
-
- getBasic() - Method in class org.apache.catalina.core.StandardPipeline
-
Return the Valve instance that has been distinguished as the basic
Valve for this Pipeline (if any).
- getBasic() - Method in interface org.apache.catalina.Pipeline
-
- getBasicRemote() - Method in 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
- getBeanType(String) - Method in class org.apache.jasper.compiler.BeanRepository
-
- getBeforeOrdering() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getBeginColumn() - Method in class org.apache.el.parser.SimpleCharStream
-
Get token beginning column number.
- getBeginLine() - Method in class org.apache.el.parser.SimpleCharStream
-
Get token beginning line number.
- getBestRowIdentifier(String, String, String, int, boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- getBigDecimal(int, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getBigDecimal(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getBigDecimal(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getBigDecimal(int, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- getBigDecimal(String, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- getBigDecimal(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- getBigDecimal(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- getBinaryDecoders() - Method in class org.apache.tomcat.websocket.Util.DecoderMatch
-
- getBinaryMessageHandler() - Method in class org.apache.tomcat.websocket.WsSession
-
- getBinaryStream(int) - Method in class org.apache.tomcat.dbcp.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 class org.apache.catalina.tribes.transport.ReceiverBase
-
- getBindOnInit() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getBlob(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getBlob(String) - 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.DelegatingResultSet
-
- getBlock() - Method in class org.apache.catalina.valves.SemaphoreValve
-
- getBlockingStatus() - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- getBlockingStatusReadLock() - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- getBlockingStatusWriteLock() - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- getBlockWhenExhausted() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
-
Returns 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
-
Get 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
-
- getBodyBytes(MessageBytes) - Method in class org.apache.coyote.ajp.AjpMessage
-
- getBodyContent() - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- getBodyMessageArray - Variable in class org.apache.coyote.ajp.AbstractAjpProcessor
-
GetBody message array.
- getBoolean(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getBoolean(String) - 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.DelegatingResultSet
-
- getBorrowedCount() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
-
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
-
Get 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
-
Get 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 class org.apache.tomcat.jdbc.pool.ConnectionPool
-
The total number of connections borrowed from this pool.
- getBorrowedCount() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
The total number of connections borrowed from this pool.
- getBorrowedCount() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getBorrowedCount() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
-
- getBoundary(String) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
Retrieves the boundary from the Content-type
header.
- getBoundContext() - Method in class org.apache.naming.SelectorContext
-
Get the bound context.
- getBuf() - Method in class org.apache.coyote.ByteBufferHolder
-
- getBuffer() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
-
- getBuffer(int, boolean) - Method in interface org.apache.catalina.tribes.io.BufferPool.BufferPoolAPI
-
- getBuffer(int, boolean) - Method in class org.apache.catalina.tribes.io.BufferPool
-
- getBuffer() - Method in class org.apache.coyote.ajp.AjpMessage
-
Return the underlying byte buffer.
- getBuffer() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
-
- getBuffer() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- getBuffer() - Method in class org.apache.tomcat.util.buf.CharChunk
-
- getBuffer() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- getBuffer() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
-
- getBufferedWriteSize() - Method in class org.apache.coyote.http11.AbstractOutputBuffer
-
- getBufferElement(int) - Method in class org.apache.tomcat.util.buf.AbstractChunk
-
- getBufferElement(int) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- getBufferElement(int) - Method in class org.apache.tomcat.util.buf.CharChunk
-
- getBufferPool() - Static method in class org.apache.catalina.tribes.io.BufferPool
-
- getBufferPool() - Method in class org.apache.tomcat.util.net.SocketProperties
-
- getBufferPoolSize() - Method in class org.apache.tomcat.util.net.SocketProperties
-
- getBufferSize() - Method in class org.apache.catalina.connector.OutputBuffer
-
- getBufferSize() - Method in class org.apache.catalina.connector.Response
-
Return the actual buffer size used for this Response.
- getBufferSize() - Method in class org.apache.catalina.connector.ResponseFacade
-
- getBufferSize() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
This method returns the size of the buffer used by the JspWriter.
- getBufferSize() - Method in class org.apache.tomcat.util.net.Nio2Channel
-
- getBufferSize() - Method in class org.apache.tomcat.util.net.NioChannel
-
- getBufferSize() - Method in class org.apache.tomcat.util.net.SecureNio2Channel
-
- getBufferSize() - Method in class org.apache.tomcat.util.net.SecureNioChannel
-
- getBufHandler() - Method in class org.apache.tomcat.util.net.Nio2Channel
-
- getBufHandler() - Method in class org.apache.tomcat.util.net.NioChannel
-
- getBufHandler() - Method in class org.apache.tomcat.util.net.SecureNio2Channel
-
- getBufHandler() - Method in class org.apache.tomcat.util.net.SecureNioChannel
-
- getByte() - Method in class org.apache.coyote.ajp.AjpMessage
-
- getByte(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getByte(String) - 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.DelegatingResultSet
-
- getByteChunk() - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Returns the byte chunk, representing the byte[] and offset/length.
- getByteEnabled() - Method in class org.apache.tomcat.util.buf.StringCache
-
- getBytes() - Method in 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
-
- getBytes(MessageBytes) - Method in class org.apache.coyote.ajp.AjpMessage
-
- getBytes(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getBytes(String) - 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.DelegatingResultSet
-
- getBytes() - Method in class org.apache.tomcat.util.bcel.classfile.ConstantDouble
-
- getBytes() - Method in class org.apache.tomcat.util.bcel.classfile.ConstantFloat
-
- getBytes() - Method in class org.apache.tomcat.util.bcel.classfile.ConstantInteger
-
- getBytes() - Method in class org.apache.tomcat.util.bcel.classfile.ConstantLong
-
- getBytes() - Method in class org.apache.tomcat.util.bcel.classfile.ConstantUtf8
-
- getBytes() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- getBytesDirect() - Method in class org.apache.catalina.tribes.io.XByteBuffer
-
- getBytesRead() - Method in class org.apache.coyote.Request
-
- getBytesRead() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
-
Returns the number of bytes, which have been read
by the stream.
- getBytesReceived() - Method in class org.apache.coyote.RequestGroupInfo
-
- getBytesReceived() - Method in class org.apache.coyote.RequestInfo
-
- getBytesSent() - Method in class org.apache.coyote.RequestGroupInfo
-
- getBytesSent() - Method in class org.apache.coyote.RequestInfo
-
- getBytesUtf8(String) - Static method in class org.apache.tomcat.util.codec.binary.StringUtils
-
Encodes the given string into a sequence of bytes using the UTF-8 charset, storing the result into a new byte
array.
- getBytesWritten(boolean) - Method in class org.apache.catalina.connector.Response
-
Return the number of bytes the actually written to the socket.
- getBytesWritten() - Method in class org.apache.coyote.ajp.AbstractAjpProcessor.SocketOutputBuffer
-
- getBytesWritten() - Method in class org.apache.coyote.http11.AbstractOutputBuffer
-
- getBytesWritten() - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
-
- getBytesWritten() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
-
- getBytesWritten() - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
-
- getBytesWritten() - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
-
- getBytesWritten() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer.SocketOutputBuffer
-
- getBytesWritten() - Method in class org.apache.coyote.http11.InternalNio2OutputBuffer.SocketOutputBuffer
-
- getBytesWritten() - Method in class org.apache.coyote.http11.InternalNioOutputBuffer.SocketOutputBuffer
-
- getBytesWritten() - Method in class org.apache.coyote.http11.InternalOutputBuffer.OutputStreamOutputBuffer
-
- getBytesWritten() - Method in interface org.apache.coyote.OutputBuffer
-
Bytes written to the underlying socket.
- getBytesWritten(boolean) - Method in class org.apache.coyote.Response
-
Bytes written to socket - i.e. after compression, chunking, etc.
- getc(long) - Static method in class org.apache.tomcat.jni.File
-
Read a character from the specified file.
- getCache() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Return the cache authenticated Principals flag.
- getCache() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- getCache() - Method in class org.apache.jasper.JspC
-
The web-application wide cache for the TagLibraryInfo tag library
descriptors, used if
Options.isCaching()
returns
true
.
- getCache() - Method in interface org.apache.jasper.Options
-
The web-application wide cache for the TagLibraryInfo tag library
descriptors, used if
Options.isCaching()
returns
true
.
- getCache() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
-
- getCacheControlHeader() - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
-
- getCacheKey() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache.CachedStatement
-
- getCacheMaxSize() - Method in 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 class org.apache.tomcat.util.buf.StringCache
-
- getCacheState() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Returns the state caching flag.
- getCacheState() - Method in interface org.apache.tomcat.dbcp.dbcp2.BasicDataSourceMXBean
-
- getCacheState() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
-
Returns the state caching flag.
- getCacheState() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
-
- getCacheState() - Method in interface org.apache.tomcat.dbcp.dbcp2.PoolableConnectionMXBean
-
- 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
-
- getCallback() - Method in class org.apache.catalina.tribes.group.RpcChannel
-
- getCallback() - Method in class org.apache.catalina.tribes.transport.AbstractRxTask
-
- getCanonicalPath() - Method in interface org.apache.catalina.WebResource
-
See File.getCanonicalPath()
.
- 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
-
- getCatalina() - Method in class org.apache.catalina.core.StandardServer
-
Return the outer Catalina startup/shutdown component if present.
- getCatalina() - Method in interface org.apache.catalina.Server
-
- getCatalinaBase() - 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
-
- 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
-
- 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
-
- 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
-
The catalog.
- 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
-
- getCertificateChain(String) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
-
Returns the certificate chain associated with the given alias.
- getCertificateChain(String) - Method in class org.apache.tomcat.util.net.jsse.NioX509KeyManager
-
- getCertificates() - Method in interface org.apache.catalina.WebResource
-
Obtain the certificates that were used to sign this resource to verify
it or @null if none.
- getCertificates() - Method in class org.apache.catalina.webresources.AbstractArchiveResource
-
- getCertificates() - Method in class org.apache.catalina.webresources.AbstractArchiveResource.JarInputStreamWrapper
-
- 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
-
- getCGIVariable(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- getChangeSessionIdOnAuthentication() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Return the flag that states if we should change the session ID of an
existing session upon successful authentication.
- getChannel() - Method in interface org.apache.catalina.ha.CatalinaCluster
-
- getChannel() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
- getChannel() - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
-
Return the channel that is related to this interceptor
- getChannel() - Method in class org.apache.catalina.tribes.group.RpcChannel
-
- getChannel() - Method in class org.apache.catalina.tribes.membership.McastService
-
- getChannel() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
-
- getChannel() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- getChannel() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- getChannel() - Method in class org.apache.catalina.tribes.transport.ReplicationTransmitter
-
- getChannelReceiver() - Method in class org.apache.catalina.tribes.group.GroupChannel
-
Returns the channel receiver component
- getChannelReceiver() - Method in interface org.apache.catalina.tribes.ManagedChannel
-
returns the channel receiver
- getChannelSender() - Method in class org.apache.catalina.tribes.group.GroupChannel
-
Returns the channel sender component
- getChannelSender() - Method in interface org.apache.catalina.tribes.ManagedChannel
-
returns the channel sender
- getChannelSendOptions() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
- getChannelSendOptions() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- getChannelStartOptions() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
- getCharacterEncoding() - Method in 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
-
Return the character encoding for this Request.
- getCharacterEncoding() - Method in class org.apache.catalina.connector.RequestFacade
-
- getCharacterEncoding() - Method in class org.apache.catalina.connector.Response
-
Return the character encoding used for this 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(String) - 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.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
-
- getCharEncoding() - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- getChars() - Method in class org.apache.tomcat.util.buf.CharChunk
-
- getCharset() - Method in class org.apache.catalina.ant.AbstractCatalinaTask
-
- getCharset() - Method in class org.apache.catalina.authenticator.BasicAuthenticator
-
- getCharset(Locale) - Method in interface org.apache.catalina.Context
-
Obtain the character set name to use with the given Locale.
- getCharset(Locale) - Method in class org.apache.catalina.core.StandardContext
-
- getCharset(Locale) - Method in class org.apache.catalina.startup.FailedContext
-
- getCharset(Locale) - Method in class org.apache.catalina.util.CharsetMapper
-
Calculate the name of a character set to be assumed, given the specified
Locale and the absence of a character set specified as part of the
content type header.
- getCharset(String) - Static method in class org.apache.tomcat.util.buf.B2CConverter
-
- getCharset() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- getCharset() - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Get the Charset used for string<->byte conversions.
- getCharset() - Method in interface org.apache.tomcat.util.http.CookieProcessor
-
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.fileupload.disk.DiskFileItem
-
Returns the content charset passed by the agent or null
if
not defined.
- getCharset() - Method in class org.apache.tomcat.util.http.LegacyCookieProcessor
-
- getCharset() - Method in class org.apache.tomcat.util.http.parser.MediaType
-
- getCharset() - Method in class org.apache.tomcat.util.http.Rfc6265CookieProcessor
-
- getCharsetLower(String) - Static method in class org.apache.tomcat.util.buf.B2CConverter
-
Only to be used when it is known that the encoding name is in lower case.
- getCharsetMapper() - Method in 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.
- getCheckedOsUsers() - Method in class org.apache.catalina.security.SecurityListener
-
Returns the current list of operating system users not permitted to run
Tomcat.
- getCheckInterval() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Background JSP compile thread check interval
- getCheckInterval() - Method in class org.apache.jasper.JspC
-
In JspC this always returns 0
.
- getCheckInterval() - Method in interface org.apache.jasper.Options
-
Background compile thread check interval in seconds
- getChildren() - Method in class org.apache.catalina.core.ContainerBase
-
- getCiphers() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- getCiphers() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getCipherSuite() - Method in interface org.apache.tomcat.util.net.SSLSupport
-
The cipher suite being used on this connection.
- getCiphersUsed() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- getCiphersUsed() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getCiphersUsed() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getCiphersUsed() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getCiphersUsed() - Method in class org.apache.tomcat.util.net.JIoEndpoint
-
- getCiphersUsed() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
- getCiphersUsed() - Method in class org.apache.tomcat.util.net.NioEndpoint
-
- getClassDebugInfo() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Should class files be compiled with debug information?
- getClassDebugInfo() - Method in class org.apache.jasper.JspC
-
Should we include debug information in compiled class?
- getClassDebugInfo() - Method in interface org.apache.jasper.Options
-
Should we include debug information in compiled class?
- getClassesToInitialize() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- getClassFileName() - Method in class org.apache.jasper.JspCompilationContext
-
- getClassImports() - Method in interface org.apache.jasper.runtime.JspSourceImports
-
- getClassLoader() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
-
- getClassLoader() - Method in class org.apache.catalina.core.ApplicationContext
-
- getClassLoader() - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getClassLoader() - Method in interface org.apache.catalina.Loader
-
- getClassLoader() - Method in class org.apache.catalina.loader.WebappLoader
-
Return the Java class loader to be used by this Container.
- getClassLoader() - Method in class org.apache.jasper.JspCompilationContext
-
What class loader to use for loading classes while compiling
this JSP?
- getClassLoader() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getClassLoader() - Static method in class org.apache.naming.ContextBindings
-
Retrieves the naming context bound to a class loader.
- getClassLoader() - Method in class org.apache.tomcat.util.digester.Digester
-
Return the class loader to be used for instantiating application objects
when required.
- getClassLoaderInfo(ClassLoader) - Method in class org.apache.juli.ClassLoaderLogManager
-
Retrieve the configuration associated with the specified classloader.
- getClassLoaderOnly() - Method in class org.apache.catalina.webresources.AbstractResourceSet
-
- 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.
- 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
-
- getClassLoaders(Context) - Static method in class org.apache.catalina.ha.session.ClusterManagerBase
-
- getClassLoaders() - Method in class org.apache.catalina.ha.session.ClusterManagerBase
-
- getClassLoaders() - Method in class org.apache.catalina.ha.session.DeltaSession
-
- 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
-
- getClassName() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
-
- getClassName() - Method in class org.apache.catalina.core.ApplicationFilterRegistration
-
- getClassName() - Method in class org.apache.catalina.core.ApplicationServletRegistration
-
- getClassName() - Method in class org.apache.catalina.mbeans.ClassNameMBean
-
Return the fully qualified Java class name of the managed object
for this MBean.
- getClassName() - Method in class org.apache.catalina.session.ManagerBase
-
- getClassName() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinition
-
- getClassName() - Method in class org.apache.tomcat.util.bcel.classfile.JavaClass
-
- getClassName() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
- getClassName() - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
The fully qualified name of the Java class of the MBean
described by this descriptor.
- getClasspath() - Method in class org.apache.catalina.loader.WebappLoader
-
Classpath, as set in org.apache.catalina.jsp_classpath context
property
- getClassPath() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
The classpath that is passed off to the Java compiler.
- getClassPath() - Method in class org.apache.jasper.EmbeddedServletOptions
-
What classpath should I use while compiling the servlets
generated from JSP files?
- getClassPath() - Method in class org.apache.jasper.JspC
-
What classpath should I use while compiling the servlets
generated from JSP files?
- getClassPath() - Method in class org.apache.jasper.JspCompilationContext
-
The classpath that is passed off to the Java compiler.
- getClassPath() - Method in interface org.apache.jasper.Options
-
What classpath should I use while compiling the servlets
generated from JSP files?
- getClassResources() - Method in class org.apache.catalina.webresources.StandardRoot
-
- 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
-
Return the clearReferencesHttpClientKeepAliveThread flag for this
Context.
- getClearReferencesLogFactoryRelease() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
Return the clearReferencesLogFactoryRelease flag for this Context.
- getClearReferencesObjectStreamClassCaches() - Method in class org.apache.catalina.core.StandardContext
-
- getClearReferencesObjectStreamClassCaches() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
- getClearReferencesRmiTargets() - Method in class org.apache.catalina.core.StandardContext
-
- getClearReferencesRmiTargets() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
- getClearReferencesStatic() - Method in class org.apache.catalina.core.StandardContext
-
Deprecated.
This option will be removed in Tomcat 8.5
- getClearReferencesStatic() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
Deprecated.
This option will be removed in Tomcat 8.5
- 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
-
Return 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
-
Return the clearReferencesStopTimerThreads flag for this Context.
- getClientAliases(String, Principal[]) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
-
Get the matching aliases for authenticating the client side of a secure
socket, given the public key type and the list of certificate issuer
authorities recognized by the peer (if any).
- getClientAliases(String, Principal[]) - Method in class org.apache.tomcat.util.net.jsse.NioX509KeyManager
-
- getClientAuth() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- getClientAuth() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getClientCertProvider() - Method in class org.apache.coyote.AbstractProtocol
-
- getClientCertProvider() - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
-
- getClientCertProvider() - Method in class org.apache.coyote.http11.Http11AprProcessor
-
- getClientInfo() - Method in class org.apache.tomcat.dbcp.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
-
- getClientToServerElement(ExtendedAccessLogValve.PatternTokenizer) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
-
- getClob(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getClob(String) - 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.DelegatingResultSet
-
- getCloseMethod() - Method in class org.apache.tomcat.util.descriptor.web.ContextResource
-
- getCloseReason() - Method in exception org.apache.tomcat.websocket.WsIOException
-
- getCluster() - Method in interface org.apache.catalina.Container
-
Get the Cluster for this container.
- getCluster() - Method in class org.apache.catalina.core.ContainerBase
-
Return the Cluster with which this Container is associated.
- getCluster() - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
-
- getCluster() - Method in interface org.apache.catalina.ha.ClusterDeployer
-
Returns the cluster the cluster deployer is associated with
- getCluster() - Method in class org.apache.catalina.ha.ClusterListener
-
- getCluster() - Method in interface org.apache.catalina.ha.ClusterManager
-
- getCluster() - Method in interface org.apache.catalina.ha.ClusterValve
-
Returns the cluster the cluster deployer is associated with
- getCluster() - Method in class org.apache.catalina.ha.session.ClusterManagerBase
-
- getCluster() - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
-
- getCluster() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
-
- getCluster() - Method in class org.apache.catalina.startup.FailedContext
-
- getClusterDeployer() - Method in interface org.apache.catalina.ha.CatalinaCluster
-
- getClusterDeployer() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
get current Deployer
- getClusterInternal() - Method in class org.apache.catalina.core.ContainerBase
-
- getClusterName() - Method in interface org.apache.catalina.Cluster
-
Return the name of the cluster that this Server is currently
configured to operate within.
- getClusterName() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
Return the name of the cluster that this Server is currently configured
to operate within.
- getClusterReceiver() - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
-
- getClusterSender() - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
-
- getCodeBase() - Method in interface org.apache.catalina.WebResource
-
Get code base for this resource that will be used when looking up the
assigned permissions for the code base in the security policy file when
running under a security manager.
- 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.
- getColumn() - Method in class org.apache.el.parser.SimpleCharStream
-
Deprecated.
- 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.
- 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
-
- getCometNotify() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
-
Deprecated.
- getCommand() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
-
Gets derived command string
- getCommand() - Method in interface org.apache.catalina.tribes.Member
-
returns the command associated with this member
- getCommand() - Method in class org.apache.catalina.tribes.membership.MemberImpl
-
- getComment() - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
-
- getComment() - Method in class org.apache.tomcat.util.http.ServerCookie
-
- getCommitOnReturn() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
- getCommitOnReturn() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
- getCommitOnReturn() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
- getCommitOnReturn() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
- getCommitTime() - Method in class org.apache.coyote.Response
-
Return the time the response was committed (based on System.currentTimeMillis).
- getCommonPropertyType(ELContext, Object) - Method in class org.apache.el.stream.StreamELResolverImpl
-
- getCommonPropertyType(ELContext, Object) - Method in class org.apache.jasper.el.ELResolverImpl
-
Deprecated.
- getCommonRole() - Method in class org.apache.catalina.realm.JNDIRealm
-
- getComparableObject(Session) - Method in class org.apache.catalina.manager.util.BaseSessionComparator
-
- getComparator(String) - Method in class org.apache.catalina.manager.HTMLManagerServlet
-
- getCompilationContext() - Method in class org.apache.jasper.compiler.Compiler
-
- getCompiler() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Compiler to use.
- getCompiler() - Method in class org.apache.jasper.JspC
-
Compiler to use.
- getCompiler() - Method in class org.apache.jasper.JspCompilationContext
-
- getCompiler() - Method in interface org.apache.jasper.Options
-
Compiler to use.
- getCompilerClassName() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Java compiler class to use.
- getCompilerClassName() - Method in class org.apache.jasper.JspC
-
Jasper Java compiler class to use.
- getCompilerClassName() - Method in interface org.apache.jasper.Options
-
Jasper Java compiler class to use.
- getCompilerSourceVM() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- getCompilerSourceVM() - Method in class org.apache.jasper.JspC
-
The compiler source VM, e.g. 1.3, 1.4, 1.5 or 1.6.
- getCompilerSourceVM() - Method in interface org.apache.jasper.Options
-
The compiler source VM, e.g. 1.3, 1.4, 1.5 or 1.6.
- getCompilerTargetVM() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- getCompilerTargetVM() - Method in class org.apache.jasper.JspC
-
The compiler target VM, e.g. 1.1, 1.2, 1.3, 1.4, 1.5 or 1.6.
- getCompilerTargetVM() - Method in interface org.apache.jasper.Options
-
The compiler target VM, e.g. 1.1, 1.2, 1.3, 1.4, 1.5 or 1.6.
- getCompletedTaskCount() - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- getCompositeData(CompositeType) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
-
- getCompositeType() - Static method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
-
- getCompressableMimeType() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
Deprecated.
- getCompressableMimeTypes() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
Deprecated.
- getCompressibleMimeType() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- getCompression() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
Return compression level.
- getCompression() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- getCompressionMinSize() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- getComputedFailCtxIfServletStartFails() - Method in class org.apache.catalina.core.StandardContext
-
- getConcurrency() - Method in class org.apache.catalina.valves.SemaphoreValve
-
- getConcurrency() - Method in class org.apache.tomcat.dbcp.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
-
- 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
-
- 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
-
- getConfig() - Method in class org.apache.catalina.ant.DeployTask
-
- 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.
- getConfigBase() - Method in class org.apache.catalina.valves.rewrite.RewriteValve
-
Get config base.
- getConfigBaseFile() - Method in class org.apache.catalina.core.StandardHost
-
(Return a default configuration path of this Host.
- getConfigBaseFile() - Method in interface org.apache.catalina.Host
-
Return a default configuration path of this Host.
- getConfigBaseName() - Method in class org.apache.catalina.startup.HostConfig
-
Get the name of the configBase.
- getConfigClass() - Method in class org.apache.catalina.core.StandardHost
-
Return the Java class name of the context configuration class
for new web applications.
- getConfigClass() - Method in interface org.apache.catalina.Host
-
Return the Java class name of the context configuration class
for new web applications.
- getConfigClass() - Method in class org.apache.catalina.startup.UserConfig
-
Return the Context configuration class name.
- getConfigErrMsg() - Method in class org.apache.catalina.ssi.SSIMediator
-
- getConfigFile() - Method in interface org.apache.catalina.Context
-
Return the URL of the XML descriptor for this context.
- getConfigFile() - Method in class org.apache.catalina.core.StandardContext
-
- getConfigFile() - Method in class org.apache.catalina.realm.JAASRealm
-
- getConfigFile() - Method in class org.apache.catalina.startup.Catalina
-
- 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
-
- getConfigOld() - Method in class org.apache.catalina.storeconfig.StoreFileMover
-
- getConfigSave() - Method in class org.apache.catalina.storeconfig.StoreFileMover
-
- getConfigSizeFmt() - Method in class org.apache.catalina.ssi.SSIMediator
-
- getConfigTimeFmt() - Method in class org.apache.catalina.ssi.SSIMediator
-
- getConfiguration() - Method in class org.apache.catalina.valves.rewrite.RewriteValve
-
- getConfigured() - Method in interface org.apache.catalina.Context
-
Return the "correctly configured" flag for this Context.
- getConfigured() - Method in class org.apache.catalina.core.StandardContext
-
- getConfigured() - Method in class org.apache.catalina.startup.FailedContext
-
- getConnection() - Method in class org.apache.catalina.session.JDBCStore
-
Check the connection associated with this store, if it's
null
or closed try to reopen it.
- getConnection() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Creates (if necessary) and return a connection to the database.
- getConnection(String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
BasicDataSource does NOT support this method.
- getConnection() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
Attempts to establish a database connection.
- getConnection(String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
- 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.PoolingDataSource
-
- getConnection(String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDataSource
-
Throws UnsupportedOperationException
- getConnection() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
-
Borrows a connection from the pool.
- getConnection(String, String) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
-
Borrows a connection from the pool.
- getConnection(String, String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
DataSource.getConnection()
- getConnection() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
DataSource.getConnection()
- getConnection() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
-
- getConnection() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
-
Returns the underlying connection
- getConnection() - Method in class org.apache.tomcat.jdbc.pool.ProxyConnection
-
- GETCONNECTION_VAL - Static variable in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
-
PooledConnection.getConnection()
method name
- getConnectionAsync() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
-
Retrieves a Connection future.
- getConnectionAsync() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Invokes an sync operation to retrieve the connection.
- getConnectionCount() - Method in class org.apache.coyote.AbstractProtocol
-
- getConnectionCount() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
Return the current count of connections handled by this endpoint, if the
connections are counted (which happens when the maximum count of
connections is limited), or -1
if they are not.
- getConnectionCount() - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
-
- getConnectionFactory() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
-
- getConnectionIndex() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
-
- getConnectionInitSqls() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Returns the list of SQL statements executed when a physical connection is first created.
- getConnectionInitSqlsAsArray() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
- getConnectionInitSqlsAsArray() - Method in interface org.apache.tomcat.dbcp.dbcp2.BasicDataSourceMXBean
-
- getConnectionInternal() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
-
- getConnectionManager(UserPassKey) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
- 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.JDBCRealm
-
- getConnectionName() - Method in class org.apache.catalina.realm.JNDIRealm
-
- getConnectionName() - Method in class org.apache.catalina.session.JDBCStore
-
- getConnectionName() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Return the username to use to connect to the database.
- getConnectionPassword() - Method in class org.apache.catalina.realm.JDBCRealm
-
- getConnectionPassword() - Method in class org.apache.catalina.realm.JNDIRealm
-
- getConnectionPassword() - Method in class org.apache.catalina.session.JDBCStore
-
- getConnectionPassword() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Return the password to use to connect to the database.
- getConnectionPool() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
- 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.
- 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
-
The connection properties that will be sent to the JDBC driver when establishing new connections.
- getConnectionProperties() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getConnectionProperties() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
The connection properties that will be sent to the JDBC driver when establishing new connections.
- getConnectionProperties() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
The connection properties that will be sent to the JDBC driver when establishing new connections.
- getConnectionTimeout() - Method in class org.apache.catalina.realm.JNDIRealm
-
- getConnectionTimeout() - Method in class org.apache.coyote.AbstractProtocol
-
- getConnectionUploadTimeout() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
Get the upload timeout.
- getConnectionUploadTimeout() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- getConnectionURL() - Method in class org.apache.catalina.realm.JDBCRealm
-
- getConnectionURL() - Method in class org.apache.catalina.realm.JNDIRealm
-
- getConnectionURL() - Method in class org.apache.catalina.session.JDBCStore
-
- getConnectionVersion() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
-
- getConnector() - Method in class org.apache.catalina.connector.Request
-
Return the Connector through which this Request was received.
- getConnector() - Method in class org.apache.catalina.startup.Tomcat
-
Get the default http connector.
- getConnectorCiphers() - Method in class org.apache.catalina.manager.ManagerServlet
-
- getConnectorNames() - Method in class org.apache.catalina.core.StandardService
-
- getConnectTime() - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- getConnectTime() - Method in interface org.apache.catalina.tribes.transport.DataSender
-
- getConnectTimeout() - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
-
- getConstant(int) - Method in class org.apache.tomcat.util.bcel.classfile.ConstantPool
-
Get constant from constant pool.
- getConstant(int, byte) - Method in class org.apache.tomcat.util.bcel.classfile.ConstantPool
-
Get constant from constant pool and check whether it has the
expected type.
- getConstantAttribute(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
- getConstantName(int) - Static method in class org.apache.tomcat.util.bcel.Const
-
- getConstructor(int, Class<?>) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
-
Creates a constructor for a proxy class, if one doesn't already exist
- getConstructor() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
-
- getContainer() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Return the Container to which this Valve is attached.
- getContainer() - Method in interface org.apache.catalina.Cluster
-
Get the Container associated with our Cluster
- getContainer() - Method in interface org.apache.catalina.Contained
-
Get the
Container
with which this instance is associated.
- getContainer() - Method in class org.apache.catalina.ContainerEvent
-
Return the Container on which this event occurred.
- getContainer() - Method in class org.apache.catalina.core.StandardPipeline
-
Return the Container with which this Pipeline is associated.
- getContainer() - Method in class org.apache.catalina.core.StandardService
-
Return the Container
that handles requests for all
Connectors
associated with this Service.
- getContainer() - Method in class org.apache.catalina.deploy.NamingResourcesImpl
-
Get the container with which the naming resources are associated.
- getContainer() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
Get the Container associated with our Cluster
- getContainer() - Method in interface org.apache.catalina.Manager
-
- getContainer() - Method in interface org.apache.catalina.Pipeline
-
- getContainer() - Method in interface org.apache.catalina.Realm
-
- getContainer() - Method in class org.apache.catalina.realm.RealmBase
-
Return the Container with which this Realm has been associated.
- getContainer() - Method in interface org.apache.catalina.Service
-
Deprecated.
Return value will be narrowed to Engine in Tomcat 9.
- getContainer() - Method in class org.apache.catalina.session.ManagerBase
-
Deprecated.
- getContainer() - Method in class org.apache.catalina.valves.ValveBase
-
Return the Container with which this Valve is associated, if any.
- getContainer() - Method in interface org.apache.tomcat.util.descriptor.web.NamingResources
-
- getContainer() - Method in class org.apache.tomcat.websocket.WsContainerProvider
-
- 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
-
Obtain the cached 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
-
- getContentLanguage() - Method in class org.apache.coyote.Response
-
Return the content language.
- getContentLength() - Method in class org.apache.catalina.connector.Request
-
Return the content length for this Request.
- getContentLength() - Method in class org.apache.catalina.connector.RequestFacade
-
- getContentLength() - Method in class org.apache.catalina.connector.Response
-
Return the content length that was set or calculated for this Response.
- getContentLength() - Method in interface org.apache.catalina.WebResource
-
See File.length()
.
- 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.coyote.Request
-
- getContentLength() - Method in class org.apache.coyote.RequestInfo
-
- getContentLength() - Method in class org.apache.coyote.Response
-
- getContentLengthLong() - Method in class org.apache.catalina.connector.Request
-
- getContentLengthLong() - Method in class org.apache.catalina.connector.RequestFacade
-
Returns the length, in bytes, of the request body and made available by
the input stream, or -1 if the length is not known.
- getContentLengthLong() - Method in class org.apache.coyote.Request
-
- getContentLengthLong() - Method in class org.apache.coyote.Response
-
- getContentType() - Method in class org.apache.catalina.authenticator.SavedRequest
-
- getContentType() - Method in class org.apache.catalina.connector.Request
-
Return the content type for this Request.
- getContentType() - Method in class org.apache.catalina.connector.RequestFacade
-
- getContentType() - Method in class org.apache.catalina.connector.Response
-
Return the content type that was set or calculated for this response,
or null
if no content type was set.
- getContentType() - Method in class org.apache.catalina.connector.ResponseFacade
-
- getContentType() - Method in class org.apache.catalina.core.ApplicationPart
-
- getContentType() - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
-
Returns the value of the content-type
header field.
- getContentType() - Method in class org.apache.coyote.Request
-
- getContentType() - Method in class org.apache.coyote.Response
-
- getContentType() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Returns the content type passed by the agent or null
if
not defined.
- getContentType() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
-
Returns the content type passed by the browser or null
if
not defined.
- getContentType() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemStream
-
Returns the content type passed by the browser or null
if
not defined.
- getContentType() - Method in interface org.apache.tomcat.util.http.fileupload.RequestContext
-
Retrieve the content type of the request.
- getContentType() - Method in class org.apache.tomcat.util.http.fileupload.servlet.ServletRequestContext
-
Retrieve the content type of the request.
- getContentTypeAttribute(String, String) - Static method in class org.apache.jasper.tagplugins.jstl.Util
-
Get the value associated with a content-type attribute.
- getContentWritten() - Method in class org.apache.catalina.connector.OutputBuffer
-
- getContentWritten() - Method in class org.apache.catalina.connector.Response
-
Return the number of bytes the application has actually written to the
output stream.
- getContentWritten() - Method in class org.apache.catalina.connector.ResponseFacade
-
- getContentWritten() - Method in class org.apache.coyote.Response
-
Bytes written by application - i.e. before compression, chunking, etc.
- getContext() - Method in class org.apache.catalina.connector.Request
-
Return the Context within which this Request is being processed.
- getContext() - Method in class org.apache.catalina.connector.Response
-
Return the Context within which this Request is being processed.
- getContext(String) - Method in class org.apache.catalina.core.ApplicationContext
-
Return a ServletContext
object that corresponds to a
specified URI on the server.
- getContext() - Method in class org.apache.catalina.core.ApplicationContext
-
- getContext(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getContext() - Method in interface org.apache.catalina.Loader
-
- getContext() - Method in class org.apache.catalina.loader.WebappLoader
-
- getContext() - Method in interface org.apache.catalina.Manager
-
Return 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
-
Obtain 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.jasper.servlet.JspCServletContext
-
Return the servlet context for the specified path.
- getContextBind() - Method in class org.apache.coyote.UpgradeToken
-
- getContextClass() - Method in class org.apache.catalina.core.StandardHost
-
Return the Java class name of the Context implementation class
for new web applications.
- getContextClass() - Method in class org.apache.catalina.startup.HostConfig
-
Return the Context implementation class name.
- getContextClass() - Method in class org.apache.catalina.startup.UserConfig
-
Return the Context implementation class name.
- getContextFactory() - Method in class org.apache.catalina.realm.JNDIRealm
-
- getContextName() - Method in class org.apache.catalina.authenticator.SingleSignOnSessionKey
-
- getContextName() - Method in class org.apache.catalina.ha.deploy.FileMessage
-
- getContextName() - Method in class org.apache.catalina.ha.deploy.UndeployMessage
-
- getContextName() - Method in interface org.apache.catalina.ha.session.SessionMessage
-
- getContextName() - Method in class org.apache.catalina.ha.session.SessionMessageImpl
-
- getContextName() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
Return the context name for this class loader.
- getContextParams() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getContextPath() - Method in class org.apache.catalina.connector.Request
-
Return the portion of the request URI used to select the Context
of the Request.
- getContextPath() - Method in class org.apache.catalina.connector.RequestFacade
-
- getContextPath() - Method in class org.apache.catalina.core.ApplicationContext
-
Return the main path associated with this context.
- getContextPath() - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getContextPath() - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return the context path.
- getContextRelativePath(ServletRequest, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
Convert a possibly relative resource path into a context-relative
resource path that starts with a '/'.
- getContextWebXmlSource() - Method in class org.apache.catalina.startup.ContextConfig
-
Identify the application web.xml to be used and obtain an input source
for it.
- getCookie(int) - Method in class org.apache.tomcat.util.http.ServerCookies
-
- getCookieComment() - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- getCookieCount() - Method in class org.apache.tomcat.util.http.ServerCookies
-
- getCookieDomain() - Method in class org.apache.catalina.authenticator.SingleSignOn
-
Returns the optional cookie domain.
- getCookieDomain() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- getCookieDomain() - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- getCookieHttpOnly() - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- getCookieLifetime() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- getCookieMaxAge() - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- getCookieName() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- getCookieName() - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- getCookiePath() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- getCookiePath() - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- getCookieProcessor() - Method in interface org.apache.catalina.Context
-
Obtains 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
-
- getCookies() - Method in class org.apache.catalina.authenticator.SavedRequest
-
- getCookies() - Method in class org.apache.catalina.connector.Request
-
Return the set of Cookies received with this Request.
- getCookies() - Method in class org.apache.catalina.connector.RequestFacade
-
- getCookies() - Method in interface org.apache.catalina.Context
-
Return the "use cookies for session ids" flag.
- getCookies() - Method in class org.apache.catalina.core.StandardContext
-
- getCookies() - Method in class org.apache.catalina.startup.FailedContext
-
- getCookies() - Method in class org.apache.coyote.Request
-
- getCookieSecure() - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- getCookieValue() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- getCoordinator() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
-
Returns coordinator if one is available
- getCoordinator() - Method in class org.apache.catalina.tribes.group.interceptors.SimpleCoordinator
-
- getCopyXML() - Method in class org.apache.catalina.core.StandardContext
-
- getCorePoolSize() - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- getCount() - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.MessageOrder
-
- getCount() - Method in class org.apache.tomcat.util.digester.Digester
-
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
-
Return the number of active allocations of this servlet, even if they
are all for the same instance (as will be true for servlets that do
not implement SingleThreadModel
.
- getCounter() - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.Counter
-
- getCounterNoStateTransfered() - Method in class org.apache.catalina.ha.session.DeltaManager
-
- getCounterReceive_EVT_ALL_SESSION_DATA() - Method in class org.apache.catalina.ha.session.DeltaManager
-
- getCounterReceive_EVT_ALL_SESSION_NOCONTEXTMANAGER() - Method in class org.apache.catalina.ha.session.DeltaManager
-
- getCounterReceive_EVT_ALL_SESSION_TRANSFERCOMPLETE() - Method in class org.apache.catalina.ha.session.DeltaManager
-
- getCounterReceive_EVT_CHANGE_SESSION_ID() - Method in class org.apache.catalina.ha.session.DeltaManager
-
- getCounterReceive_EVT_GET_ALL_SESSIONS() - Method in class org.apache.catalina.ha.session.DeltaManager
-
- getCounterReceive_EVT_SESSION_ACCESSED() - Method in class org.apache.catalina.ha.session.DeltaManager
-
- getCounterReceive_EVT_SESSION_CREATED() - Method in class org.apache.catalina.ha.session.DeltaManager
-
- getCounterReceive_EVT_SESSION_DELTA() - Method in class org.apache.catalina.ha.session.DeltaManager
-
- getCounterReceive_EVT_SESSION_EXPIRED() - Method in class org.apache.catalina.ha.session.DeltaManager
-
- getCounterSend_EVT_ALL_SESSION_DATA() - Method in class org.apache.catalina.ha.session.DeltaManager
-
- getCounterSend_EVT_ALL_SESSION_TRANSFERCOMPLETE() - Method in class org.apache.catalina.ha.session.DeltaManager
-
- getCounterSend_EVT_CHANGE_SESSION_ID() - Method in class org.apache.catalina.ha.session.DeltaManager
-
- getCounterSend_EVT_GET_ALL_SESSIONS() - Method in class org.apache.catalina.ha.session.DeltaManager
-
- getCounterSend_EVT_SESSION_ACCESSED() - Method in class org.apache.catalina.ha.session.DeltaManager
-
- getCounterSend_EVT_SESSION_CREATED() - Method in class org.apache.catalina.ha.session.DeltaManager
-
- getCounterSend_EVT_SESSION_DELTA() - Method in class org.apache.catalina.ha.session.DeltaManager
-
- getCounterSend_EVT_SESSION_EXPIRED() - Method in class org.apache.catalina.ha.session.DeltaManager
-
- getCoyoteRequest() - Method in class org.apache.catalina.connector.Request
-
Get the Coyote request.
- getCoyoteResponse() - Method in class org.apache.catalina.connector.Response
-
Get the Coyote response.
- getCrawlerIps() - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
-
- getCrawlerUserAgents() - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
-
- getCreatedBy() - Method in interface org.apache.catalina.TrackedWebResource
-
- getCreatedCount() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
-
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
-
- 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.
- 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
-
Obtain the time (using the same basis as
System.currentTimeMillis()
) that pooled object was created.
- getCreateTime() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
-
Obtains the time (using the same basis as
System.currentTimeMillis()
) that this object was created.
- getCreateTimeFormatted() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObjectInfo
-
- getCreateTimeFormatted() - Method in interface org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObjectInfoMBean
-
Obtain the time that pooled object was created.
- getCreation() - Method in interface org.apache.catalina.WebResource
-
The time the file was created.
- 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
-
Provides 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
-
Return the creation time for this session.
- getCreationTime(String) - Method in class org.apache.catalina.session.ManagerBase
-
- getCreationTime() - Method in class org.apache.catalina.session.StandardSession
-
Return the time when this session was created, in milliseconds since
midnight, January 1, 1970 GMT.
- getCreationTime() - Method in class org.apache.catalina.session.StandardSessionFacade
-
- getCreationTime() - Method in class org.apache.tomcat.util.threads.TaskThread
-
- getCreationTimeInternal() - Method in class org.apache.catalina.manager.DummyProxySession
-
- getCreationTimeInternal() - Method in interface org.apache.catalina.Session
-
Return the creation time for this session, bypassing the session validity
checks.
- getCreationTimeInternal() - Method in class org.apache.catalina.session.StandardSession
-
Return the time when this session was created, in milliseconds since
midnight, January 1, 1970 GMT, bypassing the session validation checks.
- getCreationTimestamp(String) - Method in class org.apache.catalina.session.ManagerBase
-
- getCredentialHandler() - Method in interface org.apache.catalina.Realm
-
- getCredentialHandler() - Method in class org.apache.catalina.realm.RealmBase
-
- getCredentialHandlers() - Method in class org.apache.catalina.realm.NestedCredentialHandler
-
- getCrlFile() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- getCrlFile() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getCRLs(String) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
Load the collection of CRLs.
- getCrossContext() - Method in interface org.apache.catalina.Context
-
Return the "allow crossing servlet contexts" flag.
- getCrossContext() - Method in class org.apache.catalina.core.StandardContext
-
- 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
-
- getCurrentDate() - Method in interface org.apache.catalina.ssi.SSIExternalResolver
-
Returns the current date.
- getCurrentDate() - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- getCurrentDate() - Static method in class org.apache.tomcat.util.http.FastHttpDateFormat
-
Get the current date in HTTP format.
- getCurrentElementName() - Method in class org.apache.tomcat.util.digester.Digester
-
Return the name of the XML element that is currently being processed.
- getCurrentQueryString() - Method in class org.apache.coyote.RequestInfo
-
- getCurrentSize() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
-
- getCurrentThreadCount() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
Return the amount of threads that are managed by the pool.
- getCurrentThreadsBusy() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
Return the amount of threads that are in use
- getCurrentTimeMillis() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
- getCurrentUri() - Method in class org.apache.coyote.RequestInfo
-
- getCursorName() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- getDaemon() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getData() - Method in class org.apache.catalina.ContainerEvent
-
Return the event data of this event.
- getData() - Method in class org.apache.catalina.ha.deploy.FileMessage
-
- getData() - Method in class org.apache.catalina.LifecycleEvent
-
Return the event data of this event.
- getData() - Method in class org.apache.catalina.SessionEvent
-
Return the event data of this event.
- 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, 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() - Method in class org.apache.catalina.tribes.membership.MemberImpl
-
Create a data package to send over the wire representing this member.
- getData(boolean) - Method in class org.apache.catalina.tribes.membership.MemberImpl
-
- getData(boolean, boolean) - Method in class org.apache.catalina.tribes.membership.MemberImpl
-
- getData() - Method in class org.apache.tomcat.util.http.fileupload.DeferredFileOutputStream
-
Returns the data for this output stream as an array of bytes, assuming
that the data has been retained in memory.
- getDatabaseMajorVersion() - Method in class org.apache.tomcat.dbcp.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(XByteBuffer) - Static method in class org.apache.catalina.tribes.io.ChannelData
-
Deserializes a ChannelData object from a byte array
- getDataFromPackage(byte[]) - Static method in class org.apache.catalina.tribes.io.ChannelData
-
- getDataLength() - Method in class org.apache.catalina.ha.deploy.FileMessage
-
- getDataLength() - Method in interface org.apache.catalina.tribes.Member
-
- getDataLength() - Method in class org.apache.catalina.tribes.membership.MemberImpl
-
- getDataPackage() - Method in class org.apache.catalina.tribes.io.ChannelData
-
Serializes the ChannelData object into a byte[] array
- getDataPackage(byte[], int) - Method in class org.apache.catalina.tribes.io.ChannelData
-
- getDataPackageLength() - Method in class org.apache.catalina.tribes.io.ChannelData
-
- getDataPackageLength(int) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
-
- getDataSource() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Returns a datasource, if one exists that is being used to create connections.
- getDataSource() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
Returns a datasource, if one exists that is being used to create connections.
- getDataSource() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Returns a datasource, if one exists that is being used to create connections.
- getDataSource() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Returns a datasource, if one exists that is being used to create connections.
- getDataSourceJmxName() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
-
- getDataSourceJNDI() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Returns the JNDI string configured for data source usage.
- getDataSourceJNDI() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
Returns the JNDI string configured for data source usage.
- getDataSourceJNDI() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Returns the JNDI string configured for data source usage.
- getDataSourceJNDI() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Returns the JNDI string configured for data source usage.
- getDataSourceName() - Method in class org.apache.catalina.realm.DataSourceRealm
-
- getDataSourceName() - Method in class org.apache.catalina.session.JDBCStore
-
- 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, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getDate(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getDate(String, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getDate(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- getDate(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- getDate(int, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- getDate(String, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- getDateHeader(String) - Method in class org.apache.catalina.connector.Request
-
Return the value of the specified date header, if any; otherwise
return -1.
- getDateHeader(String) - Method in class org.apache.catalina.connector.RequestFacade
-
- getDateHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- getDbProperties() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Returns the database properties that are passed into the Driver.connect(String, Properties)
method.
- getDbProperties() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getDbProperties() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Returns the database properties that are passed into the Driver.connect(String, Properties)
method.
- getDbProperties() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Returns the database properties that are passed into the Driver.connect(String, Properties)
method.
- getDec(int) - Static method in class org.apache.tomcat.util.buf.HexUtils
-
- getDeclaredFields(Class<?>) - Static method in class org.apache.catalina.util.Introspection
-
Obtain the declared fields for a class taking account of any security
manager that may be configured.
- getDeclaredMethods(Class<?>) - Static method in class org.apache.catalina.util.Introspection
-
Obtain the declared methods for a class taking account of any security
manager that may be configured.
- getDecodedRequestURI() - Method in class org.apache.catalina.authenticator.SavedRequest
-
- getDecodedRequestURI() - Method in class org.apache.catalina.connector.Request
-
Get the decoded request URI.
- getDecodedRequestURIMB() - Method in class org.apache.catalina.connector.Request
-
Get the decoded request URI.
- getDecoderClazz() - Method in class org.apache.tomcat.websocket.DecoderEntry
-
- getDecoders(List<Class<? extends Decoder>>) - Static method in class org.apache.tomcat.websocket.Util
-
- getDeepclone() - Method in class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor
-
- getDefaultAsyncSendTimeout() - Method in 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
-
Returns the default auto-commit property.
- getDefaultAutoCommit() - Method in interface org.apache.tomcat.dbcp.dbcp2.BasicDataSourceMXBean
-
- getDefaultAutoCommit() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
The default auto-commit state of connections created by this pool.
- getDefaultAutoCommit() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getDefaultAutoCommit() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
The default auto-commit state of connections created by this pool.
- getDefaultAutoCommit() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
The default auto-commit state of connections created by this pool.
- getDefaultBlockWhenExhausted() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
- getDefaultBufferSize() - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
-
Get the default buffer size.
- getDefaultCatalog() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Returns the default catalog.
- getDefaultCatalog() - Method in interface org.apache.tomcat.dbcp.dbcp2.BasicDataSourceMXBean
-
- getDefaultCatalog() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
If non null, during connection creation the method Connection.setCatalog(String)
will be called with the set value.
- getDefaultCatalog() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getDefaultCatalog() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
If non null, during connection creation the method Connection.setCatalog(String)
will be called with the set value.
- getDefaultCatalog() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
If non null, during connection creation the method Connection.setCatalog(String)
will be called with the set value.
- getDefaultCharset() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Returns the default charset for use when no explicit charset
parameter is provided by the sender.
- getDefaultCharset() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
-
Returns the default charset for use when no explicit charset
parameter is provided by the sender.
- getDefaultContentType() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
-
- getDefaultContentType() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- getDefaultContentType() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
-
- getDefaultContextXml() - Method in class org.apache.catalina.core.StandardContext
-
- getDefaultEvictionPolicyClassName() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
- getDefaultExpiresConfiguration() - Method in class org.apache.catalina.filters.ExpiresFilter
-
- getDefaultFactory(Reference) - Method in class org.apache.naming.factory.EjbFactory
-
- getDefaultFactory(Reference) - Method in class org.apache.naming.factory.FactoryBase
-
If a default factory is available for the given reference type, create
the default factory.
- getDefaultFactory(Reference) - Method in class org.apache.naming.factory.ResourceEnvFactory
-
- getDefaultFactory(Reference) - Method in class org.apache.naming.factory.ResourceFactory
-
- getDefaultFactory(Reference) - Method in class org.apache.naming.factory.TransactionFactory
-
- getDefaultFactoryClassName() - Method in class org.apache.naming.AbstractRef
-
- getDefaultFactoryClassName() - Method in class org.apache.naming.EjbRef
-
- getDefaultFactoryClassName() - Method in class org.apache.naming.HandlerRef
-
- getDefaultFactoryClassName() - Method in class org.apache.naming.LookupRef
-
- getDefaultFactoryClassName() - Method in class org.apache.naming.ResourceEnvRef
-
- getDefaultFactoryClassName() - Method in class org.apache.naming.ResourceLinkRef
-
- getDefaultFactoryClassName() - Method in class org.apache.naming.ResourceRef
-
- getDefaultFactoryClassName() - Method in class org.apache.naming.ServiceRef
-
Retrieves the class name of the factory of the object to which this
reference refers.
- getDefaultFactoryClassName() - Method in class org.apache.naming.TransactionRef
-
- getDefaultHost() - Method in class org.apache.catalina.core.StandardEngine
-
Return the default host.
- getDefaultHost() - Method in interface org.apache.catalina.Engine
-
Return the default hostname for this Engine.
- getDefaultIterations() - Method in class org.apache.catalina.realm.DigestCredentialHandlerBase
-
- 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
-
- getDefaultMaxBinaryMessageBufferSize() - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
-
- getDefaultMaxIdle() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
- 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
-
- getDefaultMaxWaitMillis() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
- getDefaultMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
- getDefaultMinIdle() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
- getDefaultNotificationInfo() - Static method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getDefaultNumTestsPerEvictionRun() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
- getDefaultQueryTimeout() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Gets the default query timeout that will be used for Statement
s created from this
connection.
- getDefaultQueryTimeout() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
-
Gets the default query timeout that will be used for Statement
s created from this connection.
- getDefaultQueryTimeout() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
-
- getDefaultReadOnly() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Returns the default readOnly property.
- getDefaultReadOnly() - Method in interface org.apache.tomcat.dbcp.dbcp2.BasicDataSourceMXBean
-
- getDefaultReadOnly() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
If non null, during connection creation the method Connection.setReadOnly(boolean)
will be called with the set value.
- getDefaultReadOnly() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getDefaultReadOnly() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
If non null, during connection creation the method Connection.setReadOnly(boolean)
will be called with the set value.
- getDefaultReadOnly() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
If non null, during connection creation the method Connection.setReadOnly(boolean)
will be called with the set value.
- getDefaultResolver(ExpressionFactory) - Static method in class org.apache.jasper.el.ELContextImpl
-
- getDefaultSaltLength() - Method in class org.apache.catalina.realm.DigestCredentialHandlerBase
-
- 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
-
- getDefaultSoftMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
- getDefaultTestOnBorrow() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
- getDefaultTestOnCreate() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
- getDefaultTestOnReturn() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
- getDefaultTestWhileIdle() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
- getDefaultTimeBetweenEvictionRunsMillis() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
- getDefaultTransactionIsolation() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Returns the default transaction isolation state of returned connections.
- getDefaultTransactionIsolation() - Method in interface org.apache.tomcat.dbcp.dbcp2.BasicDataSourceMXBean
-
- 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.jdbc.pool.DataSourceProxy
-
Returns the default transaction isolation level.
- getDefaultTransactionIsolation() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getDefaultTransactionIsolation() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Returns the default transaction isolation level.
- getDefaultTransactionIsolation() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Returns the default transaction isolation level.
- getDefaultWebXml() - Method in class org.apache.catalina.core.StandardContext
-
- getDefaultWebXml() - Method in class org.apache.catalina.startup.ContextConfig
-
Return 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.coyote.http11.Http11AprProtocol
-
- getDeferAccept() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getDeferAccept() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getDeferAccept() - Method in class org.apache.tomcat.util.net.JIoEndpoint
-
- getDeferAccept() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
Is deferAccept supported?
- getDeferAccept() - Method in class org.apache.tomcat.util.net.NioEndpoint
-
Is deferAccept supported?
- getDeferredSyntax() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- 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
-
- getDelegate() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
Return the "delegate first" flag for this class loader.
- getDelegate() - Method in class org.apache.catalina.loader.WebappLoader
-
Return the "follow standard delegation model" flag used to configure
our ClassLoader.
- getDelegate() - Method in class org.apache.tomcat.dbcp.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.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
-
- getDelegate() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getDelegateConnection() - Method in class org.apache.tomcat.jdbc.pool.ProxyConnection
-
- getDelegateInternal() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
-
- getDelimiter() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
- getDeltaRequest() - Method in class org.apache.catalina.ha.session.DeltaSession
-
- getDeny() - Method in class org.apache.catalina.filters.RequestFilter
-
Return the regular expression used to test for denied requests for this
Filter, if any; otherwise, return null
.
- getDeny() - Method in class org.apache.catalina.startup.UserConfig
-
Return the regular expression used to test for user who deployment is denied.
- getDeny() - Method in class org.apache.catalina.valves.RequestFilterValve
-
Return the regular expression used to test for denied requests for this
Valve, if any; otherwise, return null
.
- getDenyStatus() - Method in class org.apache.catalina.filters.CsrfPreventionFilterBase
-
Return response status code that is used to reject denied request.
- getDenyStatus() - Method in class org.apache.catalina.filters.RequestFilter
-
Return response status code that is used to reject denied request.
- getDenyStatus() - Method in class org.apache.catalina.valves.RequestFilterValve
-
Return response status code that is used to reject denied request.
- 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
-
- getDependants() - Method in interface org.apache.jasper.runtime.JspSourceDependent
-
Returns a map of file names and last modified time where the current page
has a source dependency on the file.
- getDependants() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
Get a list of files that the current page has source dependency on.
- getDeployDir() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
-
- getDeployDirFile() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
-
- getDeployIgnore() - Method in class org.apache.catalina.core.StandardHost
-
Return the regular expression that defines the files and directories in
the host's
StandardHost.getAppBase()
that will be ignored by the automatic
deployment process.
- getDeployIgnore() - Method in interface org.apache.catalina.Host
-
Return 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
-
Return the compiled regular expression that defines the files and
directories in the host's
StandardHost.getAppBase()
that will be ignored by the
automatic deployment process.
- getDeployIgnorePattern() - Method in interface org.apache.catalina.Host
-
Return the compiled regular expression that defines the files and
directories in the host's appBase that will be ignored by the automatic
deployment process.
- getDeploymentDescriptor() - Method in class org.apache.catalina.core.StandardContext
-
Deprecated.
The JSR-77 implementation is incomplete and will be removed
in 8.5.x
- 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
-
Return the value of the deploy on startup flag.
- getDeployOnStartup() - Method in interface org.apache.catalina.Host
-
Return the value of the deploy on startup flag.
- getDerefAliases() - Method in class org.apache.catalina.realm.JNDIRealm
-
- getDerivedPackageName() - Method in class org.apache.jasper.JspCompilationContext
-
- getDescription() - Method in interface org.apache.catalina.Group
-
Return the description of this group.
- getDescription() - Method in interface org.apache.catalina.Role
-
- getDescription() - Method in class org.apache.catalina.users.AbstractGroup
-
Return the description of this group.
- getDescription() - Method in class org.apache.catalina.users.AbstractRole
-
Return the description of this role.
- getDescription() - Method in class org.apache.tomcat.dbcp.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 exception org.apache.tomcat.jni.Error
-
Get the APR description of the exception.
- getDescription() - Method in class org.apache.tomcat.util.descriptor.web.ApplicationParameter
-
- getDescription() - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
-
- getDescription() - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
-
- getDescription() - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
-
Return the description of this web resource collection.
- getDescription() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- getDescription() - Method in class org.apache.tomcat.util.modeler.FeatureInfo
-
The human-readable description of this feature.
- getDescription() - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
The human-readable description of this MBean.
- getDestination() - Method in class org.apache.catalina.ha.tcp.SendMessageData
-
- getDestination() - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- getDestination() - Method in class org.apache.catalina.tribes.transport.bio.util.LinkObject
-
Deprecated.
- getDestroyedByBorrowValidationCount() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
-
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
-
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
-
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
-
Is Jasper being used in development mode?
- getDevelopment() - Method in class org.apache.jasper.JspC
-
In JspC this always returns false
.
- getDevelopment() - Method in interface org.apache.jasper.Options
-
Is Jasper being used in development mode?
- getDiff() - Method in class org.apache.catalina.ha.session.DeltaSession
-
Returns a diff and sets the dirty map to false
- getDiff() - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
-
Returns a diff and sets the dirty map to false
- getDiffValue() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
-
- getDigest() - Method in class org.apache.catalina.realm.RealmBase
-
Deprecated.
This will be removed in Tomcat 8.5.x as it has been replaced
by the CredentialHandler
- getDigest(String, String) - Method in class org.apache.catalina.realm.RealmBase
-
Return the digest associated with given principal's user name.
- getDigestCharset() - Method in class org.apache.catalina.realm.RealmBase
-
Deprecated.
This will be removed in Tomcat 8.5.x as it has been replaced
by the CredentialHandler
- getDigestEncoding() - Method in class org.apache.catalina.realm.RealmBase
-
Deprecated.
This will be removed in Tomcat 8.5.x as it has been replaced
by the CredentialHandler
- getDigester() - Method in class org.apache.catalina.realm.MemoryRealm
-
- getDigester() - Method in class org.apache.tomcat.util.digester.AbstractObjectCreationFactory
-
- getDigester() - Method in interface org.apache.tomcat.util.digester.ObjectCreationFactory
-
- getDigester() - Method in class org.apache.tomcat.util.digester.Rule
-
Return the Digester with which this Rule is associated.
- getDigester() - Method in interface org.apache.tomcat.util.digester.Rules
-
Return the Digester instance with which this Rules instance is
associated.
- getDigester() - Method in class org.apache.tomcat.util.digester.RulesBase
-
Return the Digester instance with which this Rules instance is
associated.
- getDirect() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- getDirectBuffer() - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- getDirectBuffer() - Method in class org.apache.tomcat.util.net.SocketProperties
-
- getDirectBufferPool() - Method in class org.apache.tomcat.util.net.SocketProperties
-
- getDirectory() - Method in class org.apache.catalina.session.FileStore
-
- getDirectory() - Method in class org.apache.catalina.valves.AccessLogValve
-
Return the directory in which we create log files.
- getDirectoryContextEnvironment() - Method in class org.apache.catalina.realm.JNDIRealm
-
Create our directory context configuration.
- getDirectoryName() - Method in class org.apache.catalina.startup.UserConfig
-
Return the directory name for user web applications.
- getDirectSslBuffer() - Method in class org.apache.tomcat.util.net.SocketProperties
-
- getDisableKeepAlivePercentage() - Method in class org.apache.coyote.http11.Http11Processor
-
- getDisableKeepAlivePercentage() - Method in class org.apache.coyote.http11.Http11Protocol
-
- getDisableProxyCaching() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Return the flag that states if we add headers to disable caching by
proxies.
- getDisableUploadTimeout() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
Get the flag that controls upload time-outs.
- getDisableUploadTimeout() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- getDiscard() - Method in class org.apache.catalina.tribes.io.XByteBuffer
-
- getDisconnectionSqlCodes() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Returns the set of SQL_STATE codes considered to signal fatal conditions.
- getDisconnectionSqlCodes() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
-
SQL_STATE codes considered to signal fatal conditions.
- getDisconnectionSqlCodesAsArray() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
- getDisconnectionSqlCodesAsArray() - Method in interface org.apache.tomcat.dbcp.dbcp2.BasicDataSourceMXBean
-
- getDispatcherMapping() - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
-
- getDispatcherNames() - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
-
- getDispatchersUseEncodedPaths() - Method in interface org.apache.catalina.Context
-
Are paths used in calls to obtain a request dispatcher expected to be
encoded?
- getDispatchersUseEncodedPaths() - Method in class org.apache.catalina.core.StandardContext
-
Are paths used in calls to obtain a request dispatcher expected to be
encoded?
- getDispatchersUseEncodedPaths() - Method in class org.apache.catalina.startup.FailedContext
-
- getDispatcherType() - Method in class org.apache.catalina.connector.Request
-
- getDispatcherType() - Method in class org.apache.catalina.connector.RequestFacade
-
- getDisplayCreationTimeForSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
-
- getDisplayInactiveTimeForSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
-
- getDisplayLastAccessedTimeForSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
-
- getDisplayName() - Method in interface org.apache.catalina.Context
-
Return the display name of this web application.
- getDisplayName() - Method in class org.apache.catalina.core.StandardContext
-
Return the display name of this web application.
- getDisplayName() - Method in class org.apache.catalina.startup.FailedContext
-
- getDisplayName() - Method in class org.apache.catalina.util.ContextName
-
- getDisplayName() - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
-
- getDisplayName() - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- getDisplayname() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- getDisplayName() - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
-
- getDisplayName() - Method in class org.apache.tomcat.util.descriptor.web.MessageDestination
-
- getDisplayName() - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
-
Return the display name of this security constraint.
- getDisplayName() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- getDisplayName() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getDisplayName() - Method in class org.apache.tomcat.util.modeler.AttributeInfo
-
The display name of this attribute.
- getDisplaySourceFragment() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Should we include a source fragment in exception messages, which could be displayed
to the developer ?
- getDisplaySourceFragment() - Method in class org.apache.jasper.JspC
-
In JspC this always returns true
.
- getDisplaySourceFragment() - Method in interface org.apache.jasper.Options
-
Should we include a source fragment in exception messages, which could be displayed
to the developer ?
- getDisplayTTLForSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
-
- getDisplayUsedTimeForSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
-
- getDistinguishedName(DirContext, String, SearchResult) - Method in class org.apache.catalina.realm.JNDIRealm
-
Returns the distinguished name of a search result.
- getDistributable() - Method in interface org.apache.catalina.Context
-
Return the distributable flag for this web application.
- getDistributable() - Method in class org.apache.catalina.core.StandardContext
-
Return the distributable flag for this web application.
- getDistributable() - Method in interface org.apache.catalina.Manager
-
- getDistributable() - Method in class org.apache.catalina.session.ManagerBase
-
Deprecated.
- getDistributable() - Method in class org.apache.catalina.startup.FailedContext
-
- getDN() - Method in class org.apache.catalina.realm.JNDIRealm.User
-
- getDocBase() - Method in interface org.apache.catalina.Context
-
Return the document root for this Context.
- getDocBase() - Method in class org.apache.catalina.core.StandardContext
-
Return the document root for this Context.
- getDocBase() - Method in class org.apache.catalina.startup.FailedContext
-
- getDocBase(StandardContext, File) - Method in class org.apache.catalina.storeconfig.StoreContextAppender
-
- 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
-
Obtain the domain under which this component will be / has been
registered.
- getDomain() - Method in interface org.apache.catalina.Service
-
- getDomain() - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
-
- getDomain() - Method in interface org.apache.catalina.tribes.Member
-
Domain for this cluster
- getDomain() - Method in class org.apache.catalina.tribes.membership.McastService
-
- getDomain() - Method in class org.apache.catalina.tribes.membership.MemberImpl
-
- getDomain() - Method in class org.apache.catalina.util.LifecycleMBeanBase
-
Obtain the domain under which this component will be / has been
registered.
- getDomain() - Method in class org.apache.coyote.AbstractProtocol
-
- getDomain() - Method in interface org.apache.coyote.Adapter
-
Provide the name of the domain to use to register MBeans for components
associated with the connector.
- getDomain() - Method in class org.apache.tomcat.util.http.ServerCookie
-
- getDomain() - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
The (optional) ObjectName
domain in which this MBean
should be registered in the MBeanServer.
- getDomainInternal() - Method in class org.apache.catalina.connector.Connector
-
- getDomainInternal() - Method in class org.apache.catalina.core.ContainerBase
-
- getDomainInternal() - Method in class org.apache.catalina.core.StandardEngine
-
- getDomainInternal() - Method in class org.apache.catalina.core.StandardServer
-
Obtain the MBean domain for this server.
- getDomainInternal() - Method in class org.apache.catalina.core.StandardService
-
- getDomainInternal() - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- getDomainInternal() - Method in class org.apache.catalina.deploy.NamingResourcesImpl
-
- getDomainInternal() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
- getDomainInternal() - Method in class org.apache.catalina.loader.WebappLoader
-
- getDomainInternal() - Method in class org.apache.catalina.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 sub-classes 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(String) - 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.DelegatingResultSet
-
- getDriver() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Returns 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.
- getDriverClassLoader() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Returns the class loader specified for loading the JDBC driver.
- getDriverClassName() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Returns the JDBC driver class name.
- getDriverClassName() - Method in interface org.apache.tomcat.dbcp.dbcp2.BasicDataSourceMXBean
-
- getDriverClassName() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
The fully qualified Java class name of the JDBC driver to be used.
- getDriverClassName() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getDriverClassName() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
The fully qualified Java class name of the JDBC driver to be used.
- getDriverClassName() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
The fully qualified Java class name of the JDBC driver to be used.
- getDriverMajorVersion() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- getDriverMinorVersion() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- getDriverName() - Method in class org.apache.catalina.realm.JDBCRealm
-
- getDriverName() - Method in class org.apache.catalina.session.JDBCStore
-
- 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
-
- getDuplicates() - Method in class org.apache.catalina.session.ManagerBase
-
Number of duplicated session IDs generated by the random source.
- getDuration() - Method in class org.apache.catalina.session.ManagerBase.SessionTiming
-
- getDurations() - Method in class org.apache.catalina.filters.ExpiresFilter.ExpiresConfiguration
-
- getEffectiveMajorVersion() - Method in interface org.apache.catalina.Context
-
Return 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
-
Return 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
-
Return the supplied value if one was previously set, else return the
defaults.
- 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
-
- getEjbRefs() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getELContext() - Method in class org.apache.el.lang.EvaluationContext
-
- getELContext() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getELContext() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getElementValuePairs() - Method in class org.apache.tomcat.util.bcel.classfile.AnnotationEntry
-
- getElementValuesArray() - Method in class org.apache.tomcat.util.bcel.classfile.ArrayElementValue
-
- getElIgnored() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- 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
-
- getEnableableCiphers(SSLContext) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
- getEnableableCiphers(SSLContext) - Method in interface org.apache.tomcat.util.net.SSLUtil
-
Determines the SSL cipher suites that can be enabled, based on the
configuration of the endpoint and the ciphers supported by the SSL
implementation.
- getEnableableProtocols(SSLContext) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
- getEnableableProtocols(SSLContext) - Method in interface org.apache.tomcat.util.net.SSLUtil
-
Determines the SSL protocol variants that can be enabled, based on the
configuration of the endpoint and the ciphers supported by the SSL
implementation.
- getEnableAutoCommitOnReturn() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Returns 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.
- getEnabled() - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
-
- getEnabled() - Method in class org.apache.catalina.valves.AbstractAccessLogValve
-
- getEnabled() - Method in class org.apache.catalina.valves.rewrite.RewriteValve
-
- getEnabled() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- getEnabledCiphers() - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
- getEnableLookups() - Method in class org.apache.catalina.connector.Connector
-
Return the "enable DNS lookups" flag.
- getEnc() - Method in enum org.apache.tomcat.util.net.jsse.openssl.Cipher
-
- getEncodedLength(byte[]) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
-
Calculates the amount of space needed to encode the supplied array.
- getEncodedPath() - Method in interface org.apache.catalina.Context
-
Return the URL encoded context path, using UTF-8.
- getEncodedPath() - Method in class org.apache.catalina.core.StandardContext
-
- getEncodedPath() - Method in class org.apache.catalina.startup.FailedContext
-
- getEncoding() - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
-
- getEncoding() - Method in class org.apache.catalina.realm.MessageDigestCredentialHandler
-
- getEncoding() - Method in class org.apache.catalina.storeconfig.StoreFileMover
-
- getEncoding() - Method in class org.apache.catalina.storeconfig.StoreRegistry
-
- getEncoding() - Method in class org.apache.catalina.valves.AccessLogValve
-
Return the character set name that is used to write the log file.
- getEncoding(String, Jar, JspCompilationContext, ErrorDispatcher) - Static method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Autodetects the encoding of the XML document supplied by the given
input stream.
- getEncoding() - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
-
Obtain the encoding of the XML source that was used to populated this
object.
- getEncoding() - Method in class org.apache.tomcat.util.descriptor.web.XmlEncodingBase
-
Obtain the encoding of the XML source that was used to populated this
object.
- getEncoding() - Method in class org.apache.tomcat.util.http.Parameters
-
- getEncodingName() - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
-
- getEncodingName() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
-
Return the name of the associated encoding; Here, the value is
"identity".
- getEncodingName() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
-
Return the name of the associated encoding; Here, the value is
"identity".
- getEncodingName() - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
-
Return the name of the associated encoding; here, the value is null.
- getEncodingName() - Method in class org.apache.coyote.http11.filters.VoidInputFilter
-
Return the name of the associated encoding; Here, the value is
"void".
- getEncodingName() - Method in interface org.apache.coyote.http11.InputFilter
-
Get the name of the encoding handled by this filter.
- getEnd() - Method in class org.apache.tomcat.util.buf.AbstractChunk
-
- getEndColumn() - Method in class org.apache.el.parser.SimpleCharStream
-
Get token end column number.
- getEndLine() - Method in class org.apache.el.parser.SimpleCharStream
-
Get token end line number.
- getEndpoint() - Method in class org.apache.coyote.AbstractProcessor
-
The endpoint receiving connections that are handled by this processor.
- getEndpoint() - Method in class org.apache.coyote.http11.Http11Nio2Protocol
-
- getEndpoint() - Method in class org.apache.coyote.http11.Http11NioProtocol
-
- getEndpointInstance(Class<T>) - Method in class org.apache.tomcat.websocket.server.DefaultServerEndpointConfigurator
-
- getEngine() - Method in class org.apache.catalina.session.ManagerBase
-
Retrieve the enclosing Engine for this Manager.
- getEngine() - Method in class org.apache.catalina.startup.Tomcat
-
Access to the engine, for further customization.
- getEngineInfo() - Method in class org.apache.jasper.runtime.JspFactoryImpl
-
- getEntityResolver() - Method in class org.apache.tomcat.util.digester.Digester
-
Return the Entity Resolver used by the SAX parser.
- 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
-
- 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
-
- getEnvContext() - Method in class org.apache.catalina.core.NamingContextListener
-
Return the env context.
- getEnvEntries() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getEnvironment() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
-
Gets derived CGI environment
- getEnvironment() - Method in class org.apache.naming.NamingContext
-
Retrieves the environment in effect for this context.
- getEnvironment() - Method in class org.apache.naming.SelectorContext
-
Retrieves the environment in effect for this context.
- getEnvironments() - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
-
Return the MBean Names of the set of defined environment entries for
this web application
- getEnvName(int) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- getEnvResult(int) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- getEnvSize() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- getEnvValue(int) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- getError() - Method in exception org.apache.tomcat.jni.Error
-
Get the APR error code of the exception.
- getError() - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- getErrorCode() - Method in class org.apache.tomcat.util.descriptor.web.ErrorPage
-
Return the error code.
- getErrorCount() - Method in class org.apache.catalina.core.StandardContext
-
Gets the cumulative error count of all servlets in this
StandardContext.
- getErrorCount() - Method in class org.apache.catalina.core.StandardWrapper
-
- getErrorCount() - Method in class org.apache.coyote.RequestGroupInfo
-
- getErrorCount() - Method in class org.apache.coyote.RequestInfo
-
- getErrorDispatcher() - Method in class org.apache.jasper.compiler.Compiler
-
Gets the error dispatcher.
- getErrorException() - Method in class org.apache.coyote.Response
-
Get the Exception that occurred during request
processing.
- getErrorHandler() - Method in class org.apache.catalina.tribes.group.InterceptorPayload
-
- getErrorHandler() - Method in class org.apache.tomcat.util.digester.Digester
-
Return the error handler for this Digester.
- getErrorMessage() - Method in class org.apache.jasper.compiler.JavacErrorDetail
-
Gets the compilation error message.
- getErrorOnUndeclaredNamespace() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- 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
-
Returns true if Jasper issues a compilation error instead of a runtime
Instantiation error if the class attribute specified in useBean action
is invalid.
- getErrorOnUseBeanInvalidClassAttribute() - Method in interface org.apache.jasper.Options
-
Returns true if Jasper issues a compilation error instead of a runtime
Instantiation error if the class attribute specified in useBean action
is invalid.
- getErrorPage() - Method in class org.apache.tomcat.util.descriptor.web.LoginConfig
-
- getErrorPages() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getErrorReportValveClass() - Method in class org.apache.catalina.core.StandardHost
-
Return the Java class name of the error report valve class
for new web applications.
- getErrors() - Method in class org.apache.tomcat.util.descriptor.XmlErrorHandler
-
- getErrorState() - Method in class org.apache.coyote.AbstractProcessor
-
- getETag() - Method in interface org.apache.catalina.WebResource
-
Return the strong ETag if available (currently not supported) else return
the weak ETag calculated from the content length and last modified.
- getETag() - Method in class org.apache.catalina.webresources.AbstractResource
-
- 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
-
- getEvent() - Method in class org.apache.catalina.connector.Request
-
Get the event associated with the request.
- getEventCache() - Method in class org.apache.tomcat.util.net.SocketProperties
-
- getEventSubType() - Method in interface org.apache.catalina.comet.CometEvent
-
Returns the sub type of this event.
- getEventSubType() - Method in class org.apache.catalina.connector.CometEventImpl
-
- getEventType() - Method in interface org.apache.catalina.comet.CometEvent
-
Returns the event type.
- getEventType() - Method in class org.apache.catalina.connector.CometEventImpl
-
- getEventType() - Method in interface org.apache.catalina.ha.session.SessionMessage
-
returns the event type
- getEventType() - Method in class org.apache.catalina.ha.session.SessionMessageImpl
-
returns the event type
- getEventType() - Method in interface org.apache.catalina.tribes.ChannelInterceptor.InterceptorEvent
-
- getEventType() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
-
- getEventTypeDesc() - Method in interface org.apache.catalina.tribes.ChannelInterceptor.InterceptorEvent
-
- getEventTypeDesc() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
-
- getEventTypeString() - Method in interface org.apache.catalina.ha.session.SessionMessage
-
- getEventTypeString() - Method in class org.apache.catalina.ha.session.SessionMessageImpl
-
clear text event type name (for logging purpose only)
- getEvictionPolicy() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
-
- getEvictionPolicy() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
-
Get 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
-
Returns the name of the
EvictionPolicy
implementation that is
used by this pool.
- getEvictionPolicyClassName() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
-
Get the value for the evictionPolicyClassName
configuration
attribute for pools created with this configuration instance.
- getEvictorShutdownTimeoutMillis() - 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.
- getEvictorShutdownTimeoutMillis() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
-
Get the value for the evictorShutdownTimeoutMillis
configuration
attribute for pools created with this configuration instance.
- getException() - Method in class org.apache.catalina.ha.tcp.SendMessageData
-
- getException() - Method in class org.apache.catalina.InstanceEvent
-
Deprecated.
Return the exception that occurred during the processing
that was reported by this event.
- 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 org.apache.tomcat.dbcp.dbcp2.ListException
-
Gets the list of exceptions.
- getExceptionOnFailedWrite() - Method in class org.apache.catalina.core.NamingContextListener
-
Returns whether or not an attempt to modify the JNDI context will trigger
an exception or if the request will be ignored.
- getExceptionOnFailedWrite() - Method in class org.apache.naming.NamingContext
-
- getExceptionType() - Method in class org.apache.tomcat.util.descriptor.web.ErrorPage
-
Return the exception type.
- getExcludedResponseStatusCodes() - Method in class org.apache.catalina.filters.ExpiresFilter
-
- getExcludedResponseStatusCodesAsInts() - Method in class org.apache.catalina.filters.ExpiresFilter
-
- getExecutor(String) - Method in class org.apache.catalina.core.StandardService
-
Retrieves executor by name, null if not found
- getExecutor(String) - Method in class org.apache.catalina.mbeans.ServiceMBean
-
Retrieves executor by name
- getExecutor(String) - Method in interface org.apache.catalina.Service
-
Retrieves executor by name, null if not found
- getExecutor() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- getExecutor() - Method in class org.apache.coyote.AbstractProcessor
-
Obtain the Executor used by the underlying endpoint.
- getExecutor() - Method in class org.apache.coyote.AbstractProtocol
-
- getExecutor() - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
-
- getExecutor() - Method in interface org.apache.coyote.Processor
-
- getExecutor() - Method in interface org.apache.coyote.ProtocolHandler
-
The executor, provide access to the underlying thread pool.
- getExecutor() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getExecutorName() - Method in class org.apache.catalina.connector.Connector
-
- getExecutorTerminationTimeoutMillis() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getExpectedType() - Method in class org.apache.el.ValueExpressionImpl
-
- getExpectedType() - Method in class org.apache.el.ValueExpressionLiteral
-
- getExpectedType() - Method in class org.apache.jasper.el.JspValueExpression
-
- getExpirationDate(ExpiresFilter.XHttpServletResponse) - Method in class org.apache.catalina.filters.ExpiresFilter
-
- getExpirationDate(ExpiresFilter.ExpiresConfiguration, ExpiresFilter.XHttpServletResponse) - Method in class org.apache.catalina.filters.ExpiresFilter
-
- getExpire() - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
-
- getExpire() - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
-
- getExpire() - Method in class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor
-
- getExpiredSessions() - Method in interface org.apache.catalina.Manager
-
Gets the number of sessions that have expired.
- getExpiredSessions() - Method in class org.apache.catalina.session.ManagerBase
-
- getExpiresConfigurationByContentType() - Method in class org.apache.catalina.filters.ExpiresFilter
-
- getExportedKeys(String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- getExposedHeaders() - Method in class org.apache.catalina.filters.CorsFilter
-
Returns a Set
of headers that should be exposed by browser.
- getExpressionEvaluator() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
Deprecated.
- getExpressionEvaluator() - Method in class org.apache.jasper.runtime.PageContextImpl
-
Deprecated.
- 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
- getExtension() - Method in class org.apache.jasper.compiler.JspConfig.JspPropertyGroup
-
- getExtensionName() - Method in class org.apache.catalina.util.Extension
-
- getExtensionResponse() - Method in class org.apache.tomcat.websocket.PerMessageDeflate
-
- getExtensionResponse() - Method in interface org.apache.tomcat.websocket.Transformation
-
Obtain the extension that describes the information to be returned to the
client.
- getExtensions() - Method in class org.apache.jasper.JspC
-
Returns the list of file extensions
that are treated as JSP files.
- getExternalLoaders() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- getExternalSubset(String, String) - Method in class org.apache.tomcat.util.descriptor.LocalResolver
-
- getExtraNameCharacters() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- getFacade() - Method in class org.apache.catalina.core.ApplicationContext
-
Return the facade associated with this ApplicationContext.
- getFacade() - Method in class org.apache.catalina.ha.context.ReplicatedContext.ReplApplContext
-
- getFactory(FileMessage) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
-
create factory for all transported war files
- getFactory() - Static method in class org.apache.juli.logging.LogFactory
-
Construct (if necessary) and return a LogFactory
instance, using the following ordered lookup procedure to determine
the name of the implementation class to be loaded.
- getFactory() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
-
Obtain 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
-
Obtains 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
-
- getFactory() - Method in class org.apache.tomcat.util.descriptor.web.ContextResourceLink
-
- getFactory() - Method in class org.apache.tomcat.util.digester.Digester
-
Return the SAXParserFactory we will use, creating one if necessary.
- getFactoryClassName() - Method in class org.apache.naming.AbstractRef
-
Retrieves the class name of the factory of the object to which this
reference refers.
- getFactoryType() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
-
Returns 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
-
- getFailOnError() - Method in class org.apache.jasper.JspC
-
Returns true if an exception will be thrown in case of a compilation
error.
- getFailureCount() - Method in class org.apache.catalina.realm.LockOutRealm
-
Get the number of failed authentication attempts required to lock the
user account.
- getFailures() - Method in class org.apache.catalina.realm.LockOutRealm.LockRecord
-
- getFairness() - Method in class org.apache.catalina.valves.SemaphoreValve
-
- getFairness() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
-
Returns whether or not the pool serves threads waiting to borrow objects fairly.
- getFairness() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
-
Get 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.BasicDataSourceMXBean
-
- getFaultyMembers() - Method in exception 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
-
- getFeatureDescriptors(ELContext, Object) - Method in class org.apache.jasper.el.ELResolverImpl
-
Deprecated.
- 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
-
- getFieldName() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Returns the name of the field in the multipart form corresponding to
this file item.
- getFieldName() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
-
Returns the name of the field in the multipart form corresponding to
this file item.
- getFieldName() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemStream
-
Returns the name of the field in the multipart form corresponding to
this file item.
- getFieldName() - Method in exception org.apache.tomcat.util.http.fileupload.FileUploadBase.FileSizeLimitExceededException
-
Returns the field name of the item, which caused the
exception.
- getFieldName(FileItemHeaders) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
Retrieves the field name from the Content-disposition
header.
- getFieldNames() - Static method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
-
- getFieldTypes() - Static method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
-
- getFile() - Method in class org.apache.catalina.ha.deploy.FileMessageFactory
-
- getFile() - Method in class org.apache.tomcat.util.http.fileupload.DeferredFileOutputStream
-
Returns either the output file specified in the constructor or
the temporary file created or null.
- getFile() - Method in class org.apache.tomcat.util.net.URL
-
Deprecated.
Return the filename part of the URL.
- getFileBase() - Method in class org.apache.catalina.webresources.AbstractFileResourceSet
-
- getFileDateFormat() - Method in class org.apache.catalina.valves.AccessLogValve
-
Return the date format date based log rotation.
- getFileItemFactory() - Method in class org.apache.tomcat.util.http.fileupload.FileUpload
-
Returns the factory class used when creating file items.
- getFileItemFactory() - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
Returns the factory class used when creating file items.
- getFileLastModified(String, boolean) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
-
- getFileLastModified(String, boolean) - Method in class org.apache.catalina.ssi.SSIMediator
-
- getFileLastModified(String, boolean) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- getFileName() - Method in class org.apache.catalina.ha.deploy.FileMessage
-
- getFilename() - Method in class org.apache.catalina.storeconfig.StoreFileMover
-
- getFileName() - Method in exception org.apache.tomcat.util.http.fileupload.FileUploadBase.FileSizeLimitExceededException
-
Returns the file name of the item, which caused the
exception.
- getFileName(FileItemHeaders) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
Retrieves the file name from the Content-disposition
header.
- getFileSize(String, boolean) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
-
- getFileSize(String, boolean) - Method in class org.apache.catalina.ssi.SSIMediator
-
- getFileSize(String, boolean) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- getFileSizeMax() - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
- getFileSizeThreshold() - Method in class org.apache.tomcat.util.descriptor.web.MultipartDef
-
- getFileText(String, boolean) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
-
- getFileText(String, boolean) - Method in class org.apache.catalina.ssi.SSIMediator
-
- getFileText(String, boolean) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- getFilter() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
-
- getFilter() - Method in class org.apache.catalina.InstanceEvent
-
Deprecated.
Return the filter instance for which this event occurred.
- getFilter() - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
-
- 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
-
Return the class of the filter we are configuring.
- getFilterClass() - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
-
- getFilterInitParameterMap() - Method in class org.apache.catalina.core.ApplicationFilterConfig
-
- getFilterMappings() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getFilterName() - Method in class org.apache.catalina.core.ApplicationFilterConfig
-
Return the name of the filter we are configuring.
- getFilterName() - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
-
- getFilterName() - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
-
- 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.AbstractInputBuffer
-
Get filters.
- getFilters() - Method in class org.apache.coyote.http11.AbstractOutputBuffer
-
Get filters.
- getFilters() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getFIPSMode() - Method in class org.apache.catalina.core.AprLifecycleListener
-
- getFireRequestListenersOnForwards() - Method in interface org.apache.catalina.Context
-
Determine whether or not requests 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
-
- getFirstInterceptor() - Method in class org.apache.catalina.tribes.group.GroupChannel
-
Returns the first interceptor of the stack.
- getfirstInterceptor() - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
-
- getFloat(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getFloat(String) - 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.DelegatingResultSet
-
- getFloatingPoint() - Method in class org.apache.el.parser.AstFloatingPoint
-
- getFork() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- getFork() - Method in class org.apache.jasper.JspC
-
The boolean flag to tell Ant whether to fork JSP page compilations.
- getFork() - Method in interface org.apache.jasper.Options
-
The boolean flag to tell Ant whether to fork JSP page compilations.
- getForkJoinCommonPoolProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- getFormat(long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.DateFormatCache
-
- getFormat(String, Locale, long) - Method in class org.apache.catalina.valves.AbstractAccessLogValve.DateFormatCache
-
- getFormat(long) - Method in class org.apache.juli.DateFormatCache
-
- getForwardExpired() - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
-
- getForwardSlashIsSeparator() - Method in class org.apache.tomcat.util.http.LegacyCookieProcessor
-
- getFQCN() - Method in class org.apache.jasper.JspCompilationContext
-
- getFragCollection(FragmentationInterceptor.FragKey, ChannelMessage) - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
-
- getFragments() - Method in class org.apache.tomcat.util.descriptor.web.FragmentJarScannerCallback
-
- getFrequency() - Method in class org.apache.catalina.tribes.membership.McastService
-
- getFullName() - Method in interface org.apache.catalina.User
-
Return the full name of this user.
- getFullName() - Method in class org.apache.catalina.users.AbstractUser
-
Return the full name of this user.
- getFunctionColumns(String, String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- 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(String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- getFunctions() - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
-
- getGeneratedKeys() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
-
- getGetMethod() - Method in class org.apache.tomcat.util.modeler.AttributeInfo
-
The name of the property getter method, if non-standard.
- getGlobal() - Method in class org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
-
- getGlobal() - Method in class org.apache.tomcat.util.descriptor.web.ContextResourceLink
-
- getGlobal() - Method in interface org.apache.tomcat.util.net.AbstractEndpoint.Handler
-
Obtain the GlobalRequestProcessor associated with the handler.
- getGlobalNamingContext() - Method in class org.apache.catalina.core.StandardServer
-
Return the global naming resources context.
- getGlobalNamingContext() - Method in interface org.apache.catalina.Server
-
- getGlobalNamingResources() - Method in class org.apache.catalina.core.StandardServer
-
Return the global naming resources.
- getGlobalNamingResources() - Method in interface org.apache.catalina.Server
-
- getGlobalProcessor() - Method in class org.apache.coyote.RequestInfo
-
- getGlobalWebXmlSource() - Method in class org.apache.catalina.startup.ContextConfig
-
Identify the default web.xml to be used and obtain an input source for
it.
- getGroup() - Method in class org.apache.catalina.ha.backend.HeartbeatListener
-
- getGroup() - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
The (optional) group to which this MBean belongs.
- getGroupname() - Method in interface org.apache.catalina.Group
-
Return 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
-
Return the group name of this group, which must be unique
within the scope of a
UserDatabase
.
- getGroups() - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
-
- getGroups() - Method in class org.apache.catalina.mbeans.UserMBean
-
- getGroups() - Method in interface org.apache.catalina.User
-
Return the set of
Group
s to which this user belongs.
- getGroups() - Method in interface org.apache.catalina.UserDatabase
-
Return the set of
Group
s defined in this user database.
- getGroups() - Method in class org.apache.catalina.users.AbstractUser
-
Return the set of
Group
s to which this user belongs.
- getGroups() - Method in class org.apache.catalina.users.MemoryUser
-
Return the set of
Group
s to which this user belongs.
- getGroups() - Method in class org.apache.catalina.users.MemoryUserDatabase
-
Return the set of
Group
s defined in this user database.
- getGssCredential() - Method in class org.apache.catalina.realm.GenericPrincipal
-
- getGssCredential() - Method in interface org.apache.catalina.TomcatPrincipal
-
The user's delegated credentials.
- getHandler() - Method in class org.apache.catalina.tribes.transport.bio.util.LinkObject
-
Deprecated.
- getHandler() - Method in class org.apache.coyote.AbstractProtocol
-
Obtain the handler associated with the underlying Endpoint
- getHandler() - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- getHandler() - Method in class org.apache.coyote.ajp.AjpNio2Protocol
-
- getHandler() - Method in class org.apache.coyote.ajp.AjpNioProtocol
-
- getHandler() - Method in class org.apache.coyote.ajp.AjpProtocol
-
- getHandler() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getHandler() - Method in class org.apache.coyote.http11.Http11Nio2Protocol
-
- getHandler() - Method in class org.apache.coyote.http11.Http11NioProtocol
-
- getHandler() - Method in class org.apache.coyote.http11.Http11Protocol
-
- getHandler() - Method in class org.apache.naming.ServiceRef
-
Add and Get Handlers classes.
- getHandler() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
-
Returns the first handler in the interceptor chain
- getHandler(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- getHandler() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getHandler() - Method in class org.apache.tomcat.util.net.JIoEndpoint
-
- getHandler() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
- getHandler() - Method in class org.apache.tomcat.util.net.NioEndpoint
-
- getHandler() - Method in class org.apache.tomcat.websocket.MessageHandlerResult
-
- getHandlerclass() - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
-
- getHandlers() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- getHandlersSize() - Method in class org.apache.naming.ServiceRef
-
- getHeader(String) - Method in class org.apache.catalina.connector.Request
-
Return the first value of the specified header, if any; otherwise,
return null
- getHeader(String) - Method in class org.apache.catalina.connector.RequestFacade
-
- getHeader(String) - Method in class org.apache.catalina.connector.Response
-
- getHeader(String) - Method in class org.apache.catalina.connector.ResponseFacade
-
- getHeader(String) - Method in class org.apache.catalina.core.ApplicationPart
-
- getHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- getHeader() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
-
- getHeader(String) - Method in class org.apache.coyote.Request
-
- getHeader(String) - Method in interface org.apache.tomcat.util.http.fileupload.FileItemHeaders
-
Returns the value of the specified part header as a String
.
- getHeader(String) - Method in class org.apache.tomcat.util.http.fileupload.util.FileItemHeadersImpl
-
Returns the value of the specified part header as a String
.
- getHeader(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
-
- getHeaderEncoding() - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
Retrieves the character encoding used when reading the headers of an
individual part.
- getHeaderEncoding() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
-
Retrieves the character encoding used when reading the headers of an
individual part.
- getHeaderEntry(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- getHeaderForCode(int) - Static method in class org.apache.coyote.ajp.Constants
-
Converts an AJP coded HTTP request header to the header name.
- getHeaderLength() - Method in class org.apache.coyote.ajp.AjpMessage
-
- getHeaderNames() - Method in class org.apache.catalina.authenticator.SavedRequest
-
- getHeaderNames() - Method in class org.apache.catalina.connector.Request
-
Return the names of all headers received with this request.
- getHeaderNames() - Method in class org.apache.catalina.connector.RequestFacade
-
- getHeaderNames() - Method in class org.apache.catalina.connector.Response
-
- getHeaderNames() - Method in class org.apache.catalina.connector.ResponseFacade
-
- getHeaderNames() - Method in class org.apache.catalina.core.ApplicationPart
-
- getHeaderNames() - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- getHeaderNames() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemHeaders
-
Returns an Iterator
of all the header names.
- getHeaderNames() - Method in class org.apache.tomcat.util.http.fileupload.util.FileItemHeadersImpl
-
Returns an Iterator
of all the header names.
- getHeaders(String) - Method in class org.apache.catalina.connector.Request
-
Return all of the values of the specified header, if any; otherwise,
return an empty enumeration.
- getHeaders(String) - Method in class org.apache.catalina.connector.RequestFacade
-
- getHeaders(String) - Method in class org.apache.catalina.connector.Response
-
- getHeaders(String) - Method in class org.apache.catalina.connector.ResponseFacade
-
- getHeaders(String) - Method in class org.apache.catalina.core.ApplicationPart
-
- getHeaders(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- getHeaders() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Returns the file item headers.
- getHeaders(String) - Method in interface org.apache.tomcat.util.http.fileupload.FileItemHeaders
-
Returns all the values of the specified item header as an
Iterator
of String
objects.
- getHeaders() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemHeadersSupport
-
Returns the collection of headers defined locally within this item.
- getHeaders(String) - Method in class org.apache.tomcat.util.http.fileupload.util.FileItemHeadersImpl
-
Returns all the values of the specified item header as an
Iterator
of String
objects.
- getHeaders() - Method in class org.apache.tomcat.websocket.server.WsHandshakeRequest
-
- getHeaders() - Method in class org.apache.tomcat.websocket.WsHandshakeResponse
-
- getHeaderValues(String) - Method in class org.apache.catalina.authenticator.SavedRequest
-
- getHeartbeat() - Method in class org.apache.catalina.tribes.group.GroupChannel
-
- getHeartbeatSleeptime() - Method in class org.apache.catalina.tribes.group.GroupChannel
-
Returns the sleep time in milliseconds that the internal heartbeat will
sleep in between invocations of Channel.heartbeat()
- getHex(int) - Static method in class org.apache.tomcat.util.buf.HexUtils
-
- getHitCount() - Method in class org.apache.catalina.webresources.Cache
-
- getHitCount() - Method in class org.apache.tomcat.util.buf.StringCache
-
- 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
-
- getHome(String) - Method in class org.apache.catalina.startup.HomesUserDatabase
-
Return an absolute pathname to the home directory for the specified user.
- getHome(String) - Method in class org.apache.catalina.startup.PasswdUserDatabase
-
Return an absolute pathname to the home directory for the specified user.
- getHome(String) - Method in interface org.apache.catalina.startup.UserDatabase
-
Return an absolute pathname to the home directory for the specified user.
- getHome() - Method in class org.apache.tomcat.util.descriptor.web.ContextEjb
-
- getHome() - Method in class org.apache.tomcat.util.descriptor.web.ContextLocalEjb
-
- getHomeBase() - Method in class org.apache.catalina.startup.UserConfig
-
Return the base directory containing user home directories.
- getHook() - Method in class org.apache.coyote.Response
-
- getHost() - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
-
- getHost() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
The Host of the JMX JSR 160
MBeanServer to be used.
- 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
-
- getHost() - Method in class org.apache.catalina.startup.Tomcat
-
- getHost() - Method in interface org.apache.catalina.tribes.ChannelReceiver
-
String representation of the IPv4 or IPv6 address that this host is listening
to.
- getHost() - Method in interface org.apache.catalina.tribes.Member
-
Returns the listen host for the ChannelReceiver implementation
- getHost() - Method in class org.apache.catalina.tribes.membership.MemberImpl
-
Return the TCP listen host for this member
- getHost() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- getHost() - Method in class org.apache.tomcat.util.net.URL
-
Deprecated.
Return the host name part of the URL.
- getHostConfigBase() - Method in class org.apache.catalina.startup.ContextConfig
-
- getHostConfigPath(String) - Method in class org.apache.catalina.valves.rewrite.RewriteValve
-
Find the configuration path where the rewrite configuration file
will be stored.
- getHostName() - Method in class org.apache.catalina.authenticator.SingleSignOnSessionKey
-
- getHostName() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
- getHostname() - Method in class org.apache.catalina.tribes.membership.MemberImpl
-
- 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.
- getHostnameVerifier() - Method in class org.apache.catalina.realm.JNDIRealm
-
- getHostnameVerifierClassName() - Method in class org.apache.catalina.realm.JNDIRealm
-
- getHostWebXmlSource() - Method in class org.apache.catalina.startup.ContextConfig
-
Identify the host web.xml to be used and obtain an input source for
it.
- getHstsMaxAgeSeconds() - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
-
- getHttpServerPort() - Method in class org.apache.catalina.valves.RemoteIpValve
-
- getHttpServletRequest() - Method in interface org.apache.catalina.comet.CometEvent
-
Returns the HttpServletRequest.
- getHttpServletRequest() - Method in class org.apache.catalina.connector.CometEventImpl
-
- getHttpServletResponse() - Method in interface org.apache.catalina.comet.CometEvent
-
Returns the HttpServletResponse.
- getHttpServletResponse() - Method in class org.apache.catalina.connector.CometEventImpl
-
- getHttpSession() - Method in class org.apache.tomcat.websocket.server.WsHandshakeRequest
-
- getHttpSessionId() - Method in class org.apache.tomcat.websocket.WsSession
-
- getHttpsServerPort() - Method in class org.apache.catalina.filters.RemoteIpFilter
-
- getHttpsServerPort() - Method in class org.apache.catalina.valves.RemoteIpValve
-
- getHttpUpgradeHandler() - Method in class org.apache.coyote.UpgradeToken
-
- getIANA2JavaMapping(String) - Static method in class org.apache.jasper.xmlparser.EncodingMap
-
Returns the Java encoding name for the specified IANA encoding name.
- getId() - Method in class org.apache.catalina.manager.DummyProxySession
-
- getId() - Method in interface org.apache.catalina.Session
-
Return the session identifier for this session.
- getId() - Method in class org.apache.catalina.session.StandardSession
-
Return the session identifier for this session.
- getId() - Method in class org.apache.catalina.session.StandardSessionFacade
-
- getId() - Method in class org.apache.catalina.storeconfig.StoreDescription
-
Return the real id or TagClass
- getId() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
-
- getId() - Method in interface org.apache.catalina.UserDatabase
-
Return the unique global identifier of this user database.
- getId() - Method in class org.apache.catalina.users.MemoryUserDatabase
-
Return the unique global identifier of this user database.
- getId(String, String) - Method in class org.apache.tomcat.util.modeler.Registry
-
Return an int ID for faster access.
- getId(String, String) - Method in interface org.apache.tomcat.util.modeler.RegistryMBean
-
Return an int ID for faster access.
- getId() - Method in enum org.apache.tomcat.util.net.jsse.openssl.Cipher
-
- getId() - Method in class org.apache.tomcat.websocket.WsSession
-
- 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
-
Return the session identifier for this session.
- getIdInternal() - Method in class org.apache.catalina.session.StandardSession
-
Return the session identifier for this session.
- getIdle() - Method in class org.apache.catalina.ant.SessionsTask
-
- getIdle() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
-
Returns the number of idle connections
- getIdle() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
If the pool has not been created, it will be created during this call.
- getIdle() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getIdle() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
-
- getIdleEvictTime() - Method in class org.apache.tomcat.dbcp.pool2.impl.EvictionConfig
-
Obtain the idleEvictTime
for this eviction configuration
instance.
- getIdleSoftEvictTime() - Method in class org.apache.tomcat.dbcp.pool2.impl.EvictionConfig
-
Obtain the idleSoftEvictTime
for this eviction configuration
instance.
- getIdleTime() - Method in class org.apache.catalina.manager.DummyProxySession
-
- getIdleTime() - Method in interface org.apache.catalina.Session
-
Return the idle time (in milliseconds) from last client access time.
- getIdleTime() - Method in class org.apache.catalina.session.StandardSession
-
Return the idle time (in milliseconds) from last client access time.
- getIdleTimeInternal() - Method in class org.apache.catalina.manager.DummyProxySession
-
- getIdleTimeInternal() - Method in interface org.apache.catalina.Session
-
Return the idle time from last client access time without invalidation check
- getIdleTimeInternal() - Method in class org.apache.catalina.session.StandardSession
-
Return the idle time from last client access time without invalidation check
- getIdleTimeMillis() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
-
- getIdleTimeMillis() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
-
Obtains the time in milliseconds that this object last spend in the
idle state (it may still be idle in which case subsequent calls will
return an increased value).
- getIeClassId() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Class ID for use in the plugin tag when the browser is IE.
- getIeClassId() - Method in class org.apache.jasper.JspC
-
Gets the class-id value that is sent to Internet Explorer when using
<jsp:plugin> tags.
- getIeClassId() - Method in interface org.apache.jasper.Options
-
Gets the class-id value that is sent to Internet Explorer when using
<jsp:plugin> tags.
- getIf() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
-
- getIf() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
- getIgnoreAnnotations() - Method in interface org.apache.catalina.Context
-
Return the boolean on the annotations parsing.
- getIgnoreAnnotations() - Method in class org.apache.catalina.core.StandardContext
-
Return the boolean on the annotations parsing.
- getIgnoreAnnotations() - Method in class org.apache.catalina.startup.FailedContext
-
- getImage() - Method in interface org.apache.el.parser.Node
-
- GetImage() - Method in class org.apache.el.parser.SimpleCharStream
-
Get token literal value.
- getImage() - Method in class org.apache.el.parser.SimpleNode
-
- getImpact() - Method in class org.apache.tomcat.util.modeler.OperationInfo
-
The "impact" of this operation, which should be a (case-insensitive)
string value "ACTION", "ACTION_INFO", "INFO", or "UNKNOWN".
- getImplementationName() - Method in class org.apache.tomcat.util.net.jsse.JSSEImplementation
-
- getImplementationName() - Method in class org.apache.tomcat.util.net.SSLImplementation
-
- getImplementationURL() - Method in class org.apache.catalina.util.Extension
-
- getImplementationVendor() - Method in class org.apache.catalina.util.Extension
-
- getImplementationVendorId() - Method in class org.apache.catalina.util.Extension
-
- getImplementationVersion() - Method in class org.apache.catalina.util.Extension
-
- getImportedKeys(String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- getImportHandler() - Method in class org.apache.el.lang.EvaluationContext
-
- getInactiveTimeForSession(Session) - Static method in class org.apache.catalina.manager.util.SessionUtils
-
- getIncludeCoda() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
-
- getIncludeCodas() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- getIncludeCodas() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
-
- getIncludePrelude() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
-
- getIncludePreludes() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- getIncludePreludes() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
-
- getInCounter(Member) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
-
- getIndex() - Method in class org.apache.catalina.ssi.ExpressionTokenizer
-
Returns the current index for error reporting purposes.
- getIndex() - Method in class org.apache.catalina.util.StringParser
-
Deprecated.
Return the zero-relative index of our current parsing position
within the string being parsed.
- getIndex() - Method in class org.apache.tomcat.util.bcel.classfile.SimpleElementValue
-
- getIndexInfo(String, String, String, boolean, boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- getInfo() - Method in class org.apache.catalina.storeconfig.StoreFactoryBase
-
Return descriptive information about this Factory implementation and the
corresponding version number, in the format
<description>/<version>
.
- getInfo(long) - Static method in class org.apache.tomcat.jni.Address
-
Create the Sockaddr object from apr_sockaddr_t
- getInfo(int, long) - Static method in class org.apache.tomcat.jni.File
-
Get the specified file's stats.
- getInfo() - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
-
- getInfo() - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
-
- getInfo() - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- getInfoB(long, int) - Static method in class org.apache.tomcat.jni.SSLSocket
-
Return SSL Info parameter as byte array.
- getInfoI(long, int) - Static method in class org.apache.tomcat.jni.SSLSocket
-
Return SSL Info parameter as integer.
- getInfoS(long, int) - Static method in class org.apache.tomcat.jni.SSLSocket
-
Return SSL Info parameter as String.
- 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
-
Returns the initial size of the connection pool.
- getInitialSize() - Method in interface org.apache.tomcat.dbcp.dbcp2.BasicDataSourceMXBean
-
- getInitialSize() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Returns the number of connections that will be established when the connection pool is started.
- getInitialSize() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getInitialSize() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Returns the number of connections that will be established when the connection pool is started.
- getInitialSize() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Returns the number of connections that will be established when the connection pool is started.
- getInitParameter(String) - Method in class org.apache.catalina.core.ApplicationContext
-
Return the value of the specified initialization parameter, or
null
if this parameter does not exist.
- getInitParameter(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getInitParameter(String) - Method in class org.apache.catalina.core.ApplicationFilterConfig
-
Return a String
containing the value of the named
initialization parameter, or null
if the parameter
does not exist.
- getInitParameter(String) - Method in class org.apache.catalina.core.ApplicationFilterRegistration
-
- getInitParameter(String) - Method in class org.apache.catalina.core.ApplicationServletRegistration
-
- getInitParameter(String) - Method in class org.apache.catalina.core.StandardWrapper
-
Return the initialization parameter value for the specified name,
if any; otherwise return null
.
- getInitParameter(String) - Method in class org.apache.catalina.core.StandardWrapperFacade
-
- getInitParameter(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return the specified context initialization parameter.
- getInitParameterNames() - Method in class org.apache.catalina.core.ApplicationContext
-
Return the names of the context's initialization parameters, or an
empty enumeration if the context has no initialization parameters.
- getInitParameterNames() - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getInitParameterNames() - Method in class org.apache.catalina.core.ApplicationFilterConfig
-
Return an Enumeration
of the names of the initialization
parameters for this Filter.
- getInitParameterNames() - Method in class org.apache.catalina.core.StandardWrapper
-
Return the set of initialization parameter names defined for this
servlet.
- getInitParameterNames() - Method in class org.apache.catalina.core.StandardWrapperFacade
-
- getInitParameterNames() - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return an enumeration of the names of context initialization
parameters.
- getInitParameters() - Method in class 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
-
- getInitSQL() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
A custom query to be run when a connection is first created.
- getInitSQL() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getInitSQL() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
A custom query to be run when a connection is first created.
- getInitSQL() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
A custom query to be run when a connection is first created.
- getInjectionTargets() - Method in interface org.apache.tomcat.util.descriptor.web.Injectable
-
- getInjectionTargets() - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
-
- 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.
- 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 class org.apache.catalina.tribes.transport.PooledSender
-
- getInputBuffer() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
Exposes input buffer to super class to allow better code re-use.
- getInputBuffer() - Method in class org.apache.coyote.http11.Http11AprProcessor
-
- getInputBuffer() - Method in class org.apache.coyote.http11.Http11Nio2Processor
-
- getInputBuffer() - Method in class org.apache.coyote.http11.Http11NioProcessor
-
- getInputBuffer() - Method in class org.apache.coyote.http11.Http11Processor
-
- getInputBuffer() - Method in class org.apache.coyote.Request
-
- getInputSource(String, Jar, JspCompilationContext) - Static method in class org.apache.jasper.compiler.JspUtil
-
- getInputStream() - Method in class org.apache.catalina.connector.Request
-
Return the servlet input stream for this 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
-
Obtain an InputStream based on the contents of this resource.
- getInputStream() - Method in class org.apache.catalina.webresources.AbstractResource
-
- 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.AbstractProcessor
-
- getInputStream(String, Jar, JspCompilationContext) - Static method in class org.apache.jasper.compiler.JspUtil
-
- getInputStream(String) - Method in interface org.apache.tomcat.Jar
-
Obtain an InputStream
for a given entry in a JAR.
- getInputStream(String) - Static method in class org.apache.tomcat.util.file.ConfigFileLoader
-
Load the resource from the specified location.
- getInputStream() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Returns an InputStream
that can be
used to retrieve the contents of the file.
- getInputStream() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
-
Returns an InputStream
that can be
used to retrieve the contents of the file.
- getInputStream() - Method in interface org.apache.tomcat.util.http.fileupload.RequestContext
-
Retrieve the input stream for the request.
- getInputStream() - Method in class org.apache.tomcat.util.http.fileupload.servlet.ServletRequestContext
-
Retrieve the input stream for the request.
- getInputStream(String) - Method in class org.apache.tomcat.util.scan.AbstractInputStreamJar
-
- getInputStream(String) - Method in class org.apache.tomcat.util.scan.JarFileUrlJar
-
- getInstalledExtensions() - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
-
Get the installed extensions.
- getInstance(File, boolean) - Static method in class org.apache.catalina.ha.deploy.FileMessageFactory
-
Creates a factory to read or write from a file.
- getInstance() - Static method in class org.apache.catalina.webresources.TomcatURLStreamHandlerFactory
-
Obtain a reference to the singleton instance.
- getInstance(ServletContext) - Static method in class org.apache.jasper.compiler.TldCache
-
- getInstance(ServletContext) - Static method in class org.apache.jasper.runtime.JspApplicationContextImpl
-
- getInstance() - Static method in class org.apache.jasper.runtime.ProtectedFunctionMapper
-
Generated Servlet and Tag Handler implementations call this method to
retrieve an instance of the ProtectedFunctionMapper.
- getInstance(String) - Method in class org.apache.juli.logging.LogFactory
-
Construct (if necessary) and return a Log
instance,
using the factory's current set of configuration attributes.
- getInstance(Class<?>) - Method in class org.apache.juli.logging.LogFactory
-
Convenience method to derive a name from the specified class and
call getInstance(String)
with it.
- getInstance() - Static method in class org.apache.tomcat.util.compat.JreCompat
-
- getInstance(Locale) - Static method in class org.apache.tomcat.util.http.HttpMessages
-
- getInstance() - Static method in class org.apache.tomcat.util.net.SSLImplementation
-
- getInstance(String) - Static method in class org.apache.tomcat.util.net.SSLImplementation
-
- getInstance() - Static method in class org.apache.tomcat.websocket.BackgroundProcessManager
-
- getInstance() - Static method in class org.apache.tomcat.websocket.TransformationFactory
-
- getInstanceKey() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
- getInstanceManager() - Method in interface org.apache.catalina.Context
-
Get 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
-
- getInstanceManager(ServletConfig) - Static method in class org.apache.jasper.runtime.InstanceManagerFactory
-
- getInstanceSupport() - Method in class org.apache.catalina.core.StandardWrapper
-
Deprecated.
Will be removed in 8.5.x onwards
- 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(String) - 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.DelegatingResultSet
-
- getInteger() - Method in class org.apache.el.parser.AstInteger
-
- getInterceptor() - Method in interface org.apache.catalina.tribes.ChannelInterceptor.InterceptorEvent
-
- getInterceptor() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationEvent
-
- getInterceptorClass() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinition
-
- getInterceptors() - Method in class org.apache.catalina.tribes.group.GroupChannel
-
Returns an iterator of all the interceptors in this stack
- getInterceptors() - Method in interface org.apache.catalina.tribes.ManagedChannel
-
Returns the interceptor stack
- getInterface() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- getInterfaceNames() - Method in class org.apache.tomcat.util.bcel.classfile.JavaClass
-
- getInternal(Object) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- getInternalid() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- getInternalPath() - Method in class org.apache.catalina.webresources.AbstractResourceSet
-
- getInternalProxies() - Method in class org.apache.catalina.filters.RemoteIpFilter
-
- getInternalProxies() - Method in class org.apache.catalina.valves.RemoteIpValve
-
- getInterruptedThreadsCount() - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
-
- getInterruptible() - Method in class org.apache.catalina.valves.SemaphoreValve
-
- getInterruptThreadThreshold() - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
-
- getInterval() - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
-
- getInterval() - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
-
- getIntHeader(String) - Method in class org.apache.catalina.connector.Request
-
Return the value of the specified header as an integer, or -1 if there
is no such header for this request.
- getIntHeader(String) - Method in class org.apache.catalina.connector.RequestFacade
-
- getIntHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- getInUsePoolSize() - Method in class org.apache.catalina.tribes.transport.PooledSender
-
- getInvalidatedSessions() - Method in interface org.apache.catalina.ha.ClusterManager
-
When the manager expires session not tied to a request.
- getInvalidatedSessions() - Method in class org.apache.catalina.ha.session.BackupManager
-
- getInvalidatedSessions() - Method in class org.apache.catalina.ha.session.DeltaManager
-
- getInvalidAuthenticationWhenDeny() - Method in class org.apache.catalina.valves.RequestFilterValve
-
Return true if a deny is handled by setting an invalid auth header.
- getInvoke(String, Object[], String[], BaseModelMBean, Object) - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
- getIOChannel() - Method in class org.apache.tomcat.util.net.Nio2Channel
-
- getIOChannel() - Method in class org.apache.tomcat.util.net.NioChannel
-
- getip(long) - Static method in class org.apache.tomcat.jni.Address
-
Return the IP address (in numeric address string format) in
an APR socket address.
- getIsXml() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- getIsXml() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
-
- getItem() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ExchangeCountDownLatch
-
- getItem() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ExchangeCountDownLatch
-
- getItemIterator(RequestContext) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
Processes an
RFC 1867
compliant
multipart/form-data
stream.
- getItemIterator(HttpServletRequest) - Method in class org.apache.tomcat.util.http.fileupload.servlet.ServletFileUpload
-
Processes an
RFC 1867
compliant
multipart/form-data
stream.
- getIterations() - Method in class org.apache.catalina.realm.DigestCredentialHandlerBase
-
- getIteratorAndClearDispatches() - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- getJ2EEApplication() - Method in class org.apache.catalina.core.StandardContext
-
- getJ2EEServer() - Method in class org.apache.catalina.core.StandardContext
-
- getJar() - Method in class org.apache.tomcat.util.descriptor.tld.TldResourcePath
-
- getJarEntryURL(URL, String) - Static method in class org.apache.tomcat.util.scan.JarFactory
-
- getJarFileURL() - Method in interface org.apache.tomcat.Jar
-
- getJarFileURL() - Method in class org.apache.tomcat.util.scan.AbstractInputStreamJar
-
- getJarFileURL() - Method in class org.apache.tomcat.util.scan.JarFileUrlJar
-
- getJarInputStreamWrapper() - Method in class org.apache.catalina.webresources.AbstractArchiveResource
-
- getJarInputStreamWrapper() - Method in class org.apache.catalina.webresources.AbstractSingleArchiveResource
-
- getJarInputStreamWrapper() - Method in class org.apache.catalina.webresources.JarWarResource
-
- getJarName() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getJarResources() - Method in interface org.apache.catalina.WebResourceRoot
-
Get the list 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
-
- 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
-
- getJavaEncoding() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- getJavaEncoding() - Method in class org.apache.jasper.JspC
-
Returns the encoding to use for
java files.
- getJavaEncoding() - Method in interface org.apache.jasper.Options
-
Java platform encoding to generate the JSP
page servlet.
- getJavaFileName() - Method in class org.apache.jasper.compiler.JavacErrorDetail
-
Gets the name of the Java source file in which the compilation error
occurred.
- getJavaLine() - Method in class org.apache.jasper.compiler.ServletWriter
-
- getJavaLineNumber() - Method in class org.apache.jasper.compiler.JavacErrorDetail
-
Gets the compilation error line number.
- getJavaPath() - Method in class org.apache.jasper.JspCompilationContext
-
Path of the Java file relative to the work directory.
- getJavaseClassLoader() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
- getJavaVMs() - Method in class org.apache.catalina.core.StandardContext
-
- getJaxrpcmappingfile() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- 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
-
- 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
-
- 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
-
- 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
- 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
-
Returns the JMX name that has been requested for this DataSource.
- getJmxName() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
-
Provides 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
-
- 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
- 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
-
Returns whether or not an attempt to modify the JNDI context will trigger
an exception or if the request will be ignored.
- getJniSslContext() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getJspApplicationContext(ServletContext) - Method in class org.apache.jasper.runtime.JspFactoryImpl
-
- getJspBeginLineNumber() - Method in class org.apache.jasper.compiler.JavacErrorDetail
-
Gets the start line number (in the JSP file) of the JSP element
responsible for the compilation error.
- getJspConfig() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- getJspConfig() - Method in class org.apache.jasper.JspC
-
Obtain JSP configuration information specified in web.xml.
- getJspConfig() - Method in interface org.apache.jasper.Options
-
Obtain JSP configuration information specified in web.xml.
- getJspConfigDescriptor() - Method in interface org.apache.catalina.Context
-
Obtain 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
-
- getJspContext() - Method in class org.apache.jasper.runtime.JspFragmentHelper
-
- getJspCount() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Returns the number of JSPs for which JspServletWrappers exist, i.e.,
the number of JSPs that have been loaded into the webapp.
- getJspCount() - Method in class org.apache.jasper.servlet.JspServlet
-
Returns the number of JSPs for which JspServletWrappers exist, i.e.,
the number of JSPs that have been loaded into the webapp with which
this JspServlet is associated.
- getJspEngineContext() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- getJspExtract() - Method in class org.apache.jasper.compiler.JavacErrorDetail
-
Gets the extract of the JSP that corresponds to this message.
- getJspFile() - Method in class org.apache.jasper.JspCompilationContext
-
Path of the JSP URI.
- getJspFile() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- getJspFileName() - Method in class org.apache.jasper.compiler.JavacErrorDetail
-
Gets the name of the JSP file from which the Java source file was
generated.
- getJspIdleTimeout() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Should any jsps be unloaded when being idle for this time in seconds?
- getJspIdleTimeout() - Method in class org.apache.jasper.JspC
-
- getJspIdleTimeout() - Method in interface org.apache.jasper.Options
-
The idle time in seconds after which a JSP is unloaded.
- getJspLoader() - Method in class org.apache.jasper.JspCompilationContext
-
- getJspProperty() - Method in class org.apache.jasper.compiler.JspConfig.JspPropertyGroup
-
- getJspPropertyGroups() - Method in class org.apache.tomcat.util.descriptor.web.JspConfigDescriptorImpl
-
- getJspPropertyGroups() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getJspQueueLength() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Gets the number of JSPs that are in the JSP limiter queue
- getJspQueueLength() - Method in class org.apache.jasper.servlet.JspServlet
-
Gets the number of JSPs that are in the JSP limiter queue
This info may be used for monitoring purposes.
- getJspReloadCount() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Gets the current value of the JSP reload counter.
- getJspReloadCount() - Method in class org.apache.jasper.servlet.JspServlet
-
Gets the number of JSPs that have been reloaded.
- getJspUnloadCount() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Gets the number of JSPs that have been unloaded.
- getJspUnloadCount() - Method in class org.apache.jasper.servlet.JspServlet
-
Gets the number of JSPs that have been unloaded.
- getJspUri() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- getJspVersion() - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
-
- getJsseNames() - Method in enum org.apache.tomcat.util.net.jsse.openssl.Cipher
-
- getJvmRoute() - Method in class org.apache.catalina.core.StandardEngine
-
Retrieve the cluster-wide unique identifier for this Engine.
- getJvmRoute() - Method in interface org.apache.catalina.Engine
-
Retrieve 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
-
Return 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
-
Return the node identifier associated with this node which will be
included in the generated session ID.
- getKeepAliveCount() - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- getKeepAliveCount() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
Number of keepalive sockets.
- getKeepAliveCount() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
Number of keepalive sockets.
- getKeepAliveCount() - Method in class org.apache.tomcat.util.net.NioEndpoint
-
Number of keepalive sockets.
- getKeepAliveTime() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
-
- getKeepAliveTime() - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- getKeepAliveTimeout() - Method in class org.apache.coyote.AbstractProtocol
-
- getKeepAliveTimeout() - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
-
- getKeepAliveTimeout() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
Return the number Keep-Alive timeout.
- getKeepAliveTimeout() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getKeepGenerated() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Are we keeping generated code around?
- getKeepGenerated() - Method in class org.apache.jasper.JspC
-
In JspC this always returns true
.
- getKeepGenerated() - Method in interface org.apache.jasper.Options
-
Are we keeping generated code around?
- getKey() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
-
- getKey() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
-
- getKey() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
-
- getKey() - Method in class org.apache.catalina.tribes.transport.bio.util.LinkObject
-
Deprecated.
Get the unique message id
- getKeyAlias() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- getKeyAlias() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getKeyCache() - Method in class org.apache.tomcat.util.net.SocketProperties
-
- getKeyCount() - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
-
- getKeyData() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
-
- getKeyLength() - Method in class org.apache.catalina.realm.SecretKeyCredentialHandler
-
- getKeyManagers() - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
- getKeyManagers(String, String, String, String) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
Gets the initialized key managers.
- getKeyManagers() - Method in interface org.apache.tomcat.util.net.SSLUtil
-
- getKeyPass() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- getKeyPass() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getKeySize() - Method in interface org.apache.tomcat.util.net.SSLSupport
-
Get the keysize.
- getKeystore(String, String, String) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
- getKeystoreFile() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- getKeystoreFile() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getKeystorePass() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- getKeystorePass() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getKeystorePassword() - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
- getKeystoreProvider() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- getKeystoreProvider() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getKeystoreType() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- getKeystoreType() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getKx() - Method in enum org.apache.tomcat.util.net.jsse.openssl.Cipher
-
- getLambdaArgument(String) - Method in class org.apache.el.lang.EvaluationContext
-
- getLandingPage() - Method in class org.apache.catalina.authenticator.FormAuthenticator
-
Return the landing page to use when FORM auth is mis-used.
- getLargeIcon() - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
-
- getLargeIcon() - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- getLargeIcon() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- getLargeIcon() - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
-
- getLargeIcon() - Method in class org.apache.tomcat.util.descriptor.web.MessageDestination
-
- getLargeIcon() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- getLargestPoolSize() - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- getLastAccess() - Method in class org.apache.catalina.tribes.io.ObjectReader
-
- getLastAccess() - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- getLastAccessedTime() - Method in class org.apache.catalina.manager.DummyProxySession
-
- getLastAccessedTime() - Method in interface org.apache.catalina.Session
-
Return the last time the client sent a request associated with this
session, as the number of milliseconds since midnight, January 1, 1970
GMT.
- getLastAccessedTime(String) - Method in class org.apache.catalina.session.ManagerBase
-
- getLastAccessedTime() - Method in class org.apache.catalina.session.StandardSession
-
Return the last time the client sent a request associated with this
session, as the number of milliseconds since midnight, January 1, 1970
GMT.
- getLastAccessedTime() - Method in class org.apache.catalina.session.StandardSessionFacade
-
- getLastAccessedTimeInternal() - Method in class org.apache.catalina.manager.DummyProxySession
-
- getLastAccessedTimeInternal() - Method in interface org.apache.catalina.Session
-
Return the last client access time without invalidation check
- getLastAccessedTimeInternal() - Method in class org.apache.catalina.session.StandardSession
-
Return the last client access time without invalidation check
- getLastAccessedTimestamp(String) - Method in class org.apache.catalina.session.ManagerBase
-
- 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
-
Obtain the time (using the same basis as
System.currentTimeMillis()
) the polled object was last borrowed.
- getLastBorrowTime() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
-
Obtains the time the wrapped object was last borrowed.
- getLastBorrowTimeFormatted() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObjectInfo
-
- getLastBorrowTimeFormatted() - Method in interface org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObjectInfoMBean
-
Obtain 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
-
Obtain the stack trace recorded when the pooled object was last borrowed.
- getLastCnt() - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
-
- getLastConnected() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
-
Returns the timestamp of when the connection was last connected to the database.
- getLastError() - Static method in class org.apache.tomcat.jni.SSL
-
Return last SSL error string
- getLastFailureTime() - Method in class org.apache.catalina.realm.LockOutRealm.LockRecord
-
- getLastJspQueueUpdate() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Last time the update background task has run
- getLastModificationTest() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- 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
-
See File.lastModified()
.
- 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(String) - Method in class org.apache.jasper.JspCompilationContext
-
- getLastModified(String, Jar) - Method in class org.apache.jasper.JspCompilationContext
-
- 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
-
- getLastModifiedHeader() - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
-
- getLastModifiedHttp() - Method in interface org.apache.catalina.WebResource
-
Return the last modified time of this resource in the correct format for
the HTTP Last-Modified header as specified by RFC 2616.
- getLastModifiedHttp() - Method in class org.apache.catalina.webresources.AbstractResource
-
- getLastModifiedHttp() - Method in class org.apache.catalina.webresources.CachedResource
-
- getLastModifiedHttp() - Method in class org.apache.catalina.webresources.EmptyResource
-
- getLastRequestProcessingTime() - Method in class org.apache.coyote.RequestInfo
-
- 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
-
Obtain the time (using the same basis as
System.currentTimeMillis()
)the wrapped object was last returned.
- getLastReturnTime() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
-
Obtains the time the wrapped object was last returned.
- getLastReturnTimeFormatted() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObjectInfo
-
- getLastReturnTimeFormatted() - Method in interface org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObjectInfoMBean
-
Obtain the time that pooled object was last returned.
- getLastSendTime() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
-
- getLastTimeReplicated() - Method in class org.apache.catalina.ha.session.DeltaSession
-
- getLastTimeReplicated() - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
-
Return the last replicate time.
- getLastUsageTime() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- getLastUsed() - Method in class org.apache.tomcat.dbcp.dbcp2.AbandonedTrace
-
Gets the last time this object was used in milliseconds.
- getLastUsed() - Method in interface org.apache.tomcat.dbcp.pool2.TrackedUse
-
Get the last time this object was used in ms.
- getLastUsedTime() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
-
Return an estimate of the last time this object was used.
- getLastUsedTime() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
-
Returns an estimate of the last time this object was used.
- getLastValidated() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
-
Returns the timestamp of the last successful validation query execution.
- getLbForceSession() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- getLbRecovertime() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- getLbRetries() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- getLbStickySession() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- getLeader() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
-
- getLeftoverInput() - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
-
- getLeftoverInput() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
- getLeftoverInput() - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
-
- getLeftoverInput() - Method in interface org.apache.coyote.Processor
-
Allows retrieving additional input during the upgrade process
- getLen() - Method in class org.apache.coyote.ajp.AjpMessage
-
Return the current message length.
- getLength() - Method in class org.apache.catalina.tribes.io.XByteBuffer
-
- getLength() - Method in class org.apache.catalina.util.StringParser
-
Deprecated.
Return the length of the string we are parsing.
- getLength() - Method in class org.apache.tomcat.util.buf.AbstractChunk
-
- getLength() - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Returns the length of the original buffer.
- getLevel() - Method in enum org.apache.tomcat.util.net.jsse.openssl.Cipher
-
- getLibraryNames() - Method in error org.apache.tomcat.jni.LibraryNotFoundError
-
- getLifecycle() - Method in class org.apache.catalina.LifecycleEvent
-
Return the Lifecycle on which this event occurred.
- getLifecycleEvent() - Method in enum org.apache.catalina.LifecycleState
-
- getLifo() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Returns the LIFO property.
- getLifo() - Method in interface org.apache.tomcat.dbcp.dbcp2.BasicDataSourceMXBean
-
- getLifo() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
-
Returns whether the pool has LIFO (last in, first out) behaviour 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
-
Get 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
-
- getLimit() - Method in class org.apache.tomcat.util.threads.LimitLatch
-
Obtain the current limit.
- getLimitInternal() - Method in class org.apache.tomcat.util.buf.AbstractChunk
-
- getLine() - Method in class org.apache.el.parser.SimpleCharStream
-
Deprecated.
- getLink() - Method in class org.apache.tomcat.util.descriptor.web.ContextEjb
-
- getLink() - Method in class org.apache.tomcat.util.descriptor.web.ContextLocalEjb
-
- getLink() - Method in class org.apache.tomcat.util.descriptor.web.MessageDestinationRef
-
- getLink() - Method in class org.apache.tomcat.util.descriptor.web.SecurityRoleRef
-
- getLinked(Reference) - Method in class org.apache.naming.factory.EjbFactory
-
- getLinked(Reference) - Method in class org.apache.naming.factory.FactoryBase
-
If this reference is a link to another JNDI object, obtain that object.
- getLinked(Reference) - Method in class org.apache.naming.factory.ResourceEnvFactory
-
- getLinked(Reference) - Method in class org.apache.naming.factory.ResourceFactory
-
- getLinked(Reference) - Method in class org.apache.naming.factory.TransactionFactory
-
- getListener() - Method in class org.apache.catalina.core.AsyncListenerWrapper
-
- getListener() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- 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
-
- getListeners() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getLoader() - Method in interface org.apache.catalina.Context
-
Return 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
-
Return the ClassLoader class name.
- getLoaderRepositories() - Method in class org.apache.catalina.loader.WebappLoader
-
- getLoaderRepositoriesString() - Method in class org.apache.catalina.loader.WebappLoader
-
- getLoadOnStartup() - Method in class org.apache.catalina.core.StandardWrapper
-
Return the load-on-startup order value (negative value means
load on first call).
- getLoadOnStartup() - Method in interface org.apache.catalina.Wrapper
-
Return the load-on-startup order value (negative value means
load on first call).
- getLoadOnStartup() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- getLoadOnStartupString() - Method in class org.apache.catalina.core.StandardWrapper
-
- getLoadTime() - Method in class org.apache.catalina.core.StandardWrapper
-
- getLocal() - Method in class org.apache.tomcat.util.descriptor.web.ContextLocalEjb
-
- getLocal() - Method in class org.apache.tomcat.websocket.WsSession
-
- getLocalAddr() - Method in class org.apache.catalina.connector.Request
-
Returns the Internet Protocol (IP) address of the interface on
which the request was received.
- getLocalAddr() - Method in class org.apache.catalina.connector.RequestFacade
-
- getLocalAddr() - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- getLocalDataSource() - Method in class org.apache.catalina.realm.DataSourceRealm
-
- getLocalDataSource() - Method in class org.apache.catalina.session.JDBCStore
-
- getLocale() - Method in class org.apache.catalina.connector.Request
-
Return the preferred Locale that the client will accept content in,
based on the value for the first Accept-Language
header
that was encountered.
- getLocale() - Method in class org.apache.catalina.connector.RequestFacade
-
- getLocale() - Method in class org.apache.catalina.connector.Response
-
Return the Locale assigned to this response.
- getLocale() - Method in class org.apache.catalina.connector.ResponseFacade
-
- 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
-
- 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
-
- 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
-
- getLocales() - Method in class org.apache.catalina.authenticator.SavedRequest
-
- getLocales() - Method in class org.apache.catalina.connector.Request
-
Return the set of preferred Locales that the client will accept
content in, based on the values for any Accept-Language
headers that were encountered.
- getLocales() - Method in class org.apache.catalina.connector.RequestFacade
-
- 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
-
- getLocalMember() - Method in interface org.apache.catalina.ha.CatalinaCluster
-
Return the member that represents this node.
- getLocalMember() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
Return the member that represents this node.
- getLocalMember(boolean) - Method in interface org.apache.catalina.tribes.Channel
-
Return the member that represents this node.
- getLocalMember(boolean) - Method in interface org.apache.catalina.tribes.ChannelInterceptor
-
Intercepts the Channel.getLocalMember(boolean)
method
- getLocalMember(boolean) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
-
Return the member that represents this node.
- getLocalMember(boolean) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
-
Return the member that represents this node.
- getLocalMember(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
-
- getLocalMember(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
-
Return the member that represents this node.
- getLocalMember(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
-
Return the member that represents this node.
- getLocalMember(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
-
- getLocalMember(boolean) - Method in class org.apache.catalina.tribes.membership.McastService
-
Return the local member
- getLocalMember(boolean) - Method in interface org.apache.catalina.tribes.MembershipService
-
Returns the member object that defines this member
- getLocalMemberName() - Method in class org.apache.catalina.tribes.membership.McastService
-
Return the local member name
- getLocalName() - Method in class org.apache.catalina.connector.Request
-
Returns the host name of the Internet Protocol (IP) interface on
which the request was received.
- getLocalName() - Method in class org.apache.catalina.connector.RequestFacade
-
- getLocalName() - Method in class org.apache.el.parser.AstFunction
-
- getLocalName() - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- getLocalparts() - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
-
- getLocalPort() - Method in class org.apache.catalina.connector.Connector
-
Return the port number on which this connector is listening to requests.
- getLocalPort() - Method in class org.apache.catalina.connector.Request
-
Returns the Internet Protocol (IP) port number of the interface
on which the request was received.
- 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
-
- getLocalPort() - Method in class org.apache.coyote.Request
-
- getLocalPort() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getLocalPort() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
Port in use.
- getLocalPort() - Method in class org.apache.tomcat.util.net.JIoEndpoint
-
Port in use.
- getLocalPort() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
Port in use.
- getLocalPort() - Method in class org.apache.tomcat.util.net.NioEndpoint
-
Port in use.
- getLocalPort() - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- getLocalWar() - Method in class org.apache.catalina.ant.DeployTask
-
- getLocation() - Method in class org.apache.catalina.startup.ClassLoaderFactory.Repository
-
- getLocation() - Method in class org.apache.tomcat.util.descriptor.web.ErrorPage
-
Return the location.
- getLocation() - Method in class org.apache.tomcat.util.descriptor.web.MultipartDef
-
- 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
-
- 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
-
- getLog() - Method in class org.apache.catalina.valves.RemoteHostValve
-
- getLog() - Method in class org.apache.catalina.valves.RequestFilterValve
-
- getLog() - Method in class org.apache.catalina.webresources.AbstractResource
-
- 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.AbstractProcessor
-
- getLog() - Method in class org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
-
- getLog() - Method in class org.apache.coyote.AbstractProtocol
-
Concrete implementations need to provide access to their logger to be
used by the abstract classes.
- getLog() - Method in class org.apache.coyote.ajp.AjpAprProcessor
-
- getLog() - Method in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
-
- getLog() - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- getLog() - Method in class org.apache.coyote.ajp.AjpNio2Processor
-
- getLog() - Method in class org.apache.coyote.ajp.AjpNio2Protocol.AjpConnectionHandler
-
- getLog() - Method in class org.apache.coyote.ajp.AjpNio2Protocol
-
- getLog() - Method in class org.apache.coyote.ajp.AjpNioProcessor
-
- getLog() - Method in class org.apache.coyote.ajp.AjpNioProtocol.AjpConnectionHandler
-
- getLog() - Method in class org.apache.coyote.ajp.AjpNioProtocol
-
- getLog() - Method in class org.apache.coyote.ajp.AjpProcessor
-
- getLog() - Method in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
-
- getLog() - Method in class org.apache.coyote.ajp.AjpProtocol
-
- getLog() - Method in class org.apache.coyote.http11.AbstractInputBuffer
-
- getLog() - Method in class org.apache.coyote.http11.Http11AprProcessor
-
- getLog() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getLog() - Method in class org.apache.coyote.http11.Http11AprProtocol.Http11ConnectionHandler
-
- getLog() - Method in class org.apache.coyote.http11.Http11Nio2Processor
-
- getLog() - Method in class org.apache.coyote.http11.Http11Nio2Protocol
-
- getLog() - Method in class org.apache.coyote.http11.Http11Nio2Protocol.Http11ConnectionHandler
-
- getLog() - Method in class org.apache.coyote.http11.Http11NioProcessor
-
- getLog() - Method in class org.apache.coyote.http11.Http11NioProtocol
-
- getLog() - Method in class org.apache.coyote.http11.Http11NioProtocol.Http11ConnectionHandler
-
- getLog() - Method in class org.apache.coyote.http11.Http11Processor
-
- getLog() - Method in class org.apache.coyote.http11.Http11Protocol
-
- getLog() - Method in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
-
- getLog() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
-
- getLog() - Method in class org.apache.coyote.http11.InternalInputBuffer
-
- getLog() - Method in class org.apache.coyote.http11.InternalNio2InputBuffer
-
- getLog() - Method in class org.apache.coyote.http11.InternalNioInputBuffer
-
- getLog() - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
-
- getLog() - Method in class org.apache.coyote.http11.upgrade.AprProcessor
-
- getLog() - Method in class org.apache.coyote.http11.upgrade.BioProcessor
-
- getLog() - Method in class org.apache.coyote.http11.upgrade.Nio2Processor
-
- getLog() - Method in class org.apache.coyote.http11.upgrade.NioProcessor
-
- getLog(Class<?>) - Static method in class org.apache.juli.logging.LogFactory
-
Convenience method to return a named logger, without the application
having to care about factories.
- getLog(String) - Static method in class org.apache.juli.logging.LogFactory
-
Convenience method to return a named logger, without the application
having to care about factories.
- getLog() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getLog() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getLog() - Method in class org.apache.tomcat.util.net.JIoEndpoint
-
- getLog() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
- getLog() - Method in class org.apache.tomcat.util.net.NioEndpoint
-
- getLog() - Method in class org.apache.tomcat.websocket.server.WsFrameServer
-
- getLog() - Method in class org.apache.tomcat.websocket.WsFrameBase
-
- getLog() - Method in class org.apache.tomcat.websocket.WsFrameClient
-
- getLogAbandoned() - Method in class org.apache.tomcat.dbcp.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.BasicDataSourceMXBean
-
- 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.GenericObjectPool
-
Gets whether this pool identifies and logs any abandoned objects.
- getLogAbandoned() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
-
- getLogArgs() - Method in class org.apache.catalina.startup.VersionLoggerListener
-
- getLogEffectiveWebXml() - Method in interface org.apache.catalina.Context
-
Should the effective web.xml for this context be logged on context start?
- getLogEffectiveWebXml() - Method in class org.apache.catalina.core.StandardContext
-
- getLogEffectiveWebXml() - Method in class org.apache.catalina.startup.FailedContext
-
- getLogElement(String, ExtendedAccessLogValve.PatternTokenizer) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
-
- getLogEnv() - Method in class org.apache.catalina.startup.VersionLoggerListener
-
- getLogExpiredConnections() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
When
BasicDataSource.getMaxConnLifetimeMillis()
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.BasicDataSourceMXBean
-
- getLogger() - Method in interface org.apache.catalina.Container
-
Obtain the log to which events for this container should be logged.
- getLogger() - Method in class org.apache.catalina.core.ContainerBase
-
Return the Logger for this Container.
- getLogger() - Method in class org.apache.catalina.filters.AddDefaultCharsetFilter
-
- getLogger() - Method in class org.apache.catalina.filters.CsrfPreventionFilterBase
-
- getLogger() - Method in class org.apache.catalina.filters.ExpiresFilter
-
- getLogger() - Method in class org.apache.catalina.filters.FailedRequestFilter
-
- getLogger() - Method in class org.apache.catalina.filters.FilterBase
-
- getLogger() - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
-
- getLogger() - Method in class org.apache.catalina.filters.RemoteAddrFilter
-
- getLogger() - Method in class org.apache.catalina.filters.RemoteHostFilter
-
- getLogger() - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
-
- getLogger() - Method in class org.apache.catalina.startup.FailedContext
-
- getLogger(String) - Method in class org.apache.juli.ClassLoaderLogManager
-
Get the logger associated with the specified name inside
the classloader local configuration.
- getLogger() - Method in class org.apache.tomcat.util.digester.Digester
-
Return the current Logger associated with this instance of the Digester
- getLoggerNames() - Method in class org.apache.juli.ClassLoaderLogManager
-
Get an enumeration of the logger names currently defined in the
classloader local configuration.
- getLoginConfig() - Method in interface org.apache.catalina.Context
-
Return the login configuration descriptor for this web application.
- getLoginConfig() - Method in class org.apache.catalina.core.StandardContext
-
Return the login configuration descriptor for this web application.
- getLoginConfig() - Method in class org.apache.catalina.startup.FailedContext
-
- getLoginConfig() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getLoginConfigName() - Method in class org.apache.catalina.authenticator.SpnegoAuthenticator
-
- getLoginPage() - Method in class org.apache.tomcat.util.descriptor.web.LoginConfig
-
- getLogInterval() - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
-
- 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
-
Gets the value of loginTimeout.
- getLoginTimeout() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDataSource
-
Throws UnsupportedOperationException
.
- getLoginTimeout() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
no-op
CommonDataSource.getLoginTimeout()
- 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
-
- getLogValidationErrors() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Returns true if errors that happen during validation will be logged
- getLogValidationErrors() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
Returns true if errors that happen during validation will be logged
- getLogValidationErrors() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Returns true if errors that happen during validation will be logged
- getLogValidationErrors() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Returns true if errors that happen during validation will be logged
- getLogWriter() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Returns 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
-
Returns the log writer being used by this configuration to log
information on abandoned objects.
- getLogWriter() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
no-op
CommonDataSource.getLogWriter()
- getLong(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getLong(String) - 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.DelegatingResultSet
-
- getLong() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- getLong() - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Convert the buffer to an long, cache the value
- getLongInt() - Method in class org.apache.coyote.ajp.AjpMessage
-
Read a 32 bits integer from packet, and advance the read position past
it.
- getLookupCount() - Method in class org.apache.catalina.webresources.Cache
-
- getLookupName() - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
-
- getMac() - Method in enum org.apache.tomcat.util.net.jsse.openssl.Cipher
-
- getMajorVersion() - Method in class org.apache.catalina.core.ApplicationContext
-
Return the major version of the Java Servlet API that we implement.
- getMajorVersion() - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getMajorVersion() - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return the Servlet API major version number.
- getMajorVersion() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDriver
-
- getMajorVersion() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- 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
-
Return the Manager with which this Context is associated.
- getManager() - Method in class org.apache.catalina.core.StandardContext
-
- getManager(String) - Method in interface org.apache.catalina.ha.CatalinaCluster
-
- getManager(Request) - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
-
get ClusterManager
- getManager(String) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
- getManager() - Method in class org.apache.catalina.manager.DummyProxySession
-
- getManager() - Method in interface org.apache.catalina.Session
-
Return the Manager within which this Session is valid.
- getManager() - Method in class org.apache.catalina.session.StandardSession
-
Return the Manager within which this Session is valid.
- getManager() - Method in class org.apache.catalina.session.StoreBase
-
- getManager() - Method in class org.apache.catalina.startup.FailedContext
-
- getManager() - Method in interface org.apache.catalina.Store
-
Return the Manager instance associated with this Store.
- getManager(String) - Static method in class org.apache.catalina.tribes.util.StringManager
-
Get the StringManager for a particular package.
- getManager(String) - Static method in class org.apache.naming.StringManager
-
Get the StringManager for a particular package.
- getManager(Class<?>) - Static method in class org.apache.naming.StringManager
-
- getManager(Class<?>) - Static method in class org.apache.tomcat.util.res.StringManager
-
Get the StringManager for a given class.
- getManager(String) - Static method in class org.apache.tomcat.util.res.StringManager
-
Get the StringManager for a particular package.
- getManager(String, Locale) - Static method in class org.apache.tomcat.util.res.StringManager
-
Get the StringManager for a particular package and Locale.
- getManager(String, Enumeration<Locale>) - Static method in class org.apache.tomcat.util.res.StringManager
-
Retrieve the StringManager for a list of Locales.
- getManagerName(String, Manager) - Method in interface org.apache.catalina.ha.CatalinaCluster
-
- getManagerName(String, Manager) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
- getManagers() - Method in interface org.apache.catalina.ha.CatalinaCluster
-
- getManagers() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
- getManagerTemplate() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
- getManifest() - Method in interface org.apache.catalina.WebResource
-
Obtain the manifest associated with this resource or @null if none.
- getManifest() - Method in class org.apache.catalina.webresources.AbstractArchiveResource
-
- getManifest() - Method in class org.apache.catalina.webresources.AbstractResourceSet
-
- 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
-
- getMapContextName() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- getMapForFunction(String, Class<?>, String, Class<?>[]) - Static method in class org.apache.jasper.runtime.ProtectedFunctionMapper
-
Creates an instance for this class, and stores the Method for the given
EL function prefix and name.
- getMapId() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
-
- getMapMembers(HashMap<Member, Long>) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- getMapMembers() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- getMapMembersExcl(Member[]) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- getMapName() - Method in class org.apache.catalina.ha.session.BackupManager
-
- getMapOwner() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- getMappedFile() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Are we supporting HTML mapped servlets?
- getMappedFile() - Method in class org.apache.jasper.JspC
-
Are we supporting HTML mapped servlets?
- getMappedFile() - Method in interface org.apache.jasper.Options
-
Are we supporting HTML mapped servlets?
- getMapper() - Method in class org.apache.catalina.core.StandardService
-
- getMapper() - Method in interface org.apache.catalina.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
-
- getMappingData() - Method in class org.apache.catalina.connector.Request
-
Return mapping data.
- getMappings() - Method in class org.apache.catalina.core.ApplicationServletRegistration
-
- getMapSendOptions() - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
-
- getMapSendOptions() - Method in class org.apache.catalina.ha.context.ReplicatedContext
-
- getMapSendOptions() - Method in class org.apache.catalina.ha.session.BackupManager
-
- 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
-
- getMatchAllUrlPatterns() - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
-
- getMatcher() - Method in class org.apache.catalina.valves.rewrite.RewriteCond
-
- 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
-
The maximum number of active connections that can be allocated from this pool at the same time.
- getMaxActive() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getMaxActive() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
The maximum number of active connections that can be allocated from this pool at the same time.
- getMaxActive() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
The maximum number of active connections that can be allocated from this pool at the same time.
- getMaxActiveSessions() - Method in class org.apache.catalina.session.ManagerBase
-
- getMaxActiveSessions() - Method in exception org.apache.catalina.session.TooManyActiveSessionsException
-
Gets the maximum number of sessions allowed by the session manager.
- getMaxAge() - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
-
- getMaxAge() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Time in milliseconds to keep this connection alive even when used.
- 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 alive even when used.
- getMaxAge() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Time in milliseconds to keep this connection alive even when used.
- getMaxBinaryLiteralLength() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- getMaxBinaryMessageBufferSize() - Method in class org.apache.tomcat.websocket.WsSession
-
- getMaxBorrowWaitTimeMillis() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
-
The maximum time a thread has waited to borrow objects from the pool.
- 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
-
- 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
-
- getMaxConnections() - Method in class org.apache.coyote.AbstractProtocol
-
- getMaxConnections() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- getMaxConnections() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getMaxConnLifetimeMillis() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Returns the maximum permitted lifetime of a connection in milliseconds.
- getMaxConnLifetimeMillis() - Method in interface org.apache.tomcat.dbcp.dbcp2.BasicDataSourceMXBean
-
- getMaxConnLifetimeMillis() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
Returns the maximum permitted lifetime of a connection in milliseconds.
- getMaxCookieCount() - Method in class org.apache.coyote.AbstractProcessor
-
- getMaxCookieCount() - Method in class org.apache.coyote.AbstractProtocol
-
- getMaxCursorNameLength() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- getMaxExtensionSize() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- getMaxFieldSize() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
-
- getMaxFileSize() - Method in class org.apache.tomcat.util.descriptor.web.MultipartDef
-
- getMaxHeaderCount() - Method in class org.apache.catalina.connector.Connector
-
Return the maximum number of headers that are allowed by the container.
- getMaxHeaderCount() - Method in class org.apache.coyote.AbstractProtocol
-
- getMaxHeaderCount() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getMaxHttpHeaderSize() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- getMaxIdle() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Returns the maximum number of connections that can remain idle in the pool.
- getMaxIdle() - Method in interface org.apache.tomcat.dbcp.dbcp2.BasicDataSourceMXBean
-
- 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 class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
-
Returns the cap on the number of "idle" instances in the pool.
- getMaxIdle() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolConfig
-
Get 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
-
- 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
-
Returns the cap on the number of "idle" instances per key in the pool.
- getMaxIdlePerKey() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolConfig
-
Get 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
-
- getMaxIdleTime() - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- getMaxIdleTime() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- getMaxIdleTimeout() - Method in class org.apache.tomcat.websocket.WsSession
-
- getMaxInactiveInterval() - Method in class org.apache.catalina.manager.DummyProxySession
-
- getMaxInactiveInterval() - Method in interface org.apache.catalina.Manager
-
- getMaxInactiveInterval() - Method in interface org.apache.catalina.Session
-
Return the maximum time interval, in seconds, between client requests
before the servlet container will invalidate the session.
- getMaxInactiveInterval() - Method in class org.apache.catalina.session.ManagerBase
-
Deprecated.
- getMaxInactiveInterval() - Method in class org.apache.catalina.session.StandardSession
-
Return the maximum time interval, in seconds, between client requests
before the servlet container will invalidate the session.
- getMaxInactiveInterval() - Method in class org.apache.catalina.session.StandardSessionFacade
-
- getMaxIndexLength() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- getMaxInstances() - Method in class org.apache.catalina.core.StandardWrapper
-
Return maximum number of instances that will be allocated when a single
thread model servlet is used.
- getMaxInvocationDate() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
-
- getMaxInvocationTime() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
-
- getMaxKeepAliveRequests() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
Return the number of Keep-Alive requests that we will honor.
- getMaxKeepAliveRequests() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
Maximum number of requests which can be performed over a keepalive
connection.
- getMaxKeepAliveRequests() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getMaxLoadedJsps() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Should jsps be unloaded if to many are loaded?
- getMaxLoadedJsps() - Method in class org.apache.jasper.JspC
-
- getMaxLoadedJsps() - Method in interface org.apache.jasper.Options
-
The maximum number of loaded jsps per web-application.
- getMaxMessageSize() - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerBase
-
- getMaxMessageSize() - Method in interface org.apache.tomcat.websocket.WrappedMessageHandler
-
- getMaxOpenPreparedStatements() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Gets the value of the maxOpenPreparedStatements
property.
- getMaxOpenPreparedStatements() - Method in interface org.apache.tomcat.dbcp.dbcp2.BasicDataSourceMXBean
-
- getMaxOpenPreparedStatements() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
-
- getMaxParameterCount() - Method in class org.apache.catalina.connector.Connector
-
Return the maximum number of parameters (GET plus POST) that will be
automatically parsed by the container.
- getMaxPostSize() - Method in class org.apache.catalina.connector.Connector
-
Return 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
-
- getMaxQueueLength() - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
-
Deprecated.
- getMaxQueueSize() - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- getMaxQueueSize() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
-
- getMaxRequestSize() - Method in class org.apache.tomcat.util.descriptor.web.MultipartDef
-
- getMaxRequestUri() - Method in class org.apache.coyote.RequestInfo
-
- getMaxRetryAttempts() - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- getMaxRows() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
-
- getMaxRowSize() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- getMaxSavePostSize() - Method in class org.apache.catalina.connector.Connector
-
Return the maximum size of a POST which will be saved by the container
during authentication.
- getMaxSavePostSize() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
Return the maximum size of a POST which will be buffered in SSL mode.
- getMaxSavePostSize() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- getMaxSchemaNameLength() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- getMaxSelectors() - Method in class org.apache.tomcat.util.net.NioSelectorPool
-
- getMaxSize() - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
-
- getMaxSize() - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
-
Deprecated.
- getMaxSize() - Method in class org.apache.catalina.webresources.Cache
-
- getMaxSpareSelectors() - Method in class org.apache.tomcat.util.net.NioSelectorPool
-
- getMaxSpareThreads() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
-
- 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
-
- 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
-
- 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 class org.apache.catalina.tribes.transport.ReceiverBase
-
- getMaxThreads() - Method in class org.apache.catalina.tribes.transport.RxTaskPool
-
- getMaxThreads() - Method in class org.apache.coyote.AbstractProtocol
-
- getMaxThreads() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getMaxThreads() - Method in interface org.apache.tomcat.util.threads.ResizableExecutor
-
- getMaxThreadsInternal() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getMaxThreadsWithExecutor() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getMaxTime() - Method in class org.apache.catalina.core.StandardContext
-
Gets the maximum processing time of all servlets in this
StandardContext.
- getMaxTime() - Method in class org.apache.catalina.core.StandardWrapper
-
- getMaxTime() - Method in class org.apache.coyote.RequestGroupInfo
-
- getMaxTime() - Method in class org.apache.coyote.RequestInfo
-
- getMaxTotal() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Returns the maximum number of active connections that can be allocated at the same time.
- getMaxTotal() - Method in interface org.apache.tomcat.dbcp.dbcp2.BasicDataSourceMXBean
-
- getMaxTotal() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.SharedPoolDataSource
-
- getMaxTotal() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
-
Returns the maximum number of objects that can be allocated by the pool
(checked out to clients, or idle awaiting checkout) at a given time.
- getMaxTotal() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPoolConfig
-
Get 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
-
Get 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
-
Returns 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
-
Get 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
-
- getMaxTrailerSize() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- getMaxUserNameLength() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- getMaxValidTime() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
-
- getMaxValidTime() - Method in class org.apache.catalina.ha.deploy.FileMessageFactory
-
- getMaxWait() - Method in class org.apache.catalina.tribes.transport.PooledSender
-
- getMaxWait() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
The maximum number of milliseconds that the pool will wait (when there are no available connections and the
PoolConfiguration.getMaxActive()
has been reached) for a connection to be returned
before throwing an exception.
- getMaxWait() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getMaxWait() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
The maximum number of milliseconds that the pool will wait (when there are no available connections and the
PoolConfiguration.getMaxActive()
has been reached) for a connection to be returned
before throwing an exception.
- getMaxWait() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
The maximum number of milliseconds that the pool will wait (when there are no available connections and the
PoolConfiguration.getMaxActive()
has been reached) for a connection to be returned
before throwing an exception.
- getMaxWaitMillis() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Returns the maximum number of milliseconds that the pool will wait for a connection to be returned before
throwing an exception.
- getMaxWaitMillis() - Method in interface org.apache.tomcat.dbcp.dbcp2.BasicDataSourceMXBean
-
- getMaxWaitMillis() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
-
- getMaxWaitMillis() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
-
Get the value for the maxWait
configuration attribute for pools
created with this configuration instance.
- 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
-
- 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
-
- getMBeanServer() - Method in class org.apache.tomcat.util.modeler.Registry
-
Factory method to create (if necessary) and return our
MBeanServer
instance.
- getMbRx() - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
-
- getMbTx() - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
-
- 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
-
- 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
-
- 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(Member) - Method in interface org.apache.catalina.tribes.Channel
-
Returns the member from the membership service with complete and
recent data.
- getMember() - Method in class org.apache.catalina.tribes.ChannelException.FaultyMember
-
- getMember(Member) - Method in interface org.apache.catalina.tribes.ChannelInterceptor
-
Intercepts the Channel.getMember(Member)
method
- getMember(Member) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
-
- getMember(Member) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
-
- getMember(Member) - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
-
- getMember(Member) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
-
- getMember(Member) - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
-
- getMember(Member) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
-
- getMember(Member) - Method in class org.apache.catalina.tribes.membership.McastService
-
- getMember(byte[], MemberImpl) - Static method in class org.apache.catalina.tribes.membership.MemberImpl
-
Deserializes a member from data sent over the wire.
- getMember(byte[], int, int, MemberImpl) - Static method in class org.apache.catalina.tribes.membership.MemberImpl
-
- getMember(byte[]) - Static method in class org.apache.catalina.tribes.membership.MemberImpl
-
- getMember(byte[], int, int) - Static method in class org.apache.catalina.tribes.membership.MemberImpl
-
- getMember(Member) - Method in class org.apache.catalina.tribes.membership.Membership
-
- getMember() - Method in class org.apache.catalina.tribes.membership.Membership.MbrEntry
-
Obtain the member associated with this entry.
- getMember(Member) - Method in interface org.apache.catalina.tribes.MembershipService
-
- getMemberAliveTime() - Method in interface org.apache.catalina.tribes.Member
-
Contains information on how long this member has been online.
- getMemberAliveTime() - Method in class org.apache.catalina.tribes.membership.MemberImpl
-
Contains information on how long this member has been online.
- getMemberEntries() - Method in class org.apache.catalina.tribes.membership.Membership
-
Deprecated.
Unused. Will be removed in Tomcat 8.5.x.
- getMembers() - Method in interface org.apache.catalina.ha.CatalinaCluster
-
Returns all the members currently participating in the cluster.
- getMembers() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
Get all current cluster members
- getMembers() - Method in interface org.apache.catalina.tribes.Channel
-
Get all current group members
- getMembers() - Method in interface org.apache.catalina.tribes.ChannelInterceptor
-
Intercepts the Channel.getMembers()
method
- getMembers() - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
-
Get all current cluster members
- getMembers() - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
-
Get all current cluster members
- getMembers() - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
-
- getMembers() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
-
- getMembers() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
-
Get all current cluster members
- getMembers() - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
-
Get all current cluster members
- getMembers() - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
-
- getMembers() - Method in class org.apache.catalina.tribes.membership.McastService
-
- getMembers() - Method in class org.apache.catalina.tribes.membership.Membership
-
Returning a list of all the members in the membership.
- getMembers() - Method in interface org.apache.catalina.tribes.MembershipService
-
Returns a list of all the members in the cluster.
- getMembersByName() - Method in class org.apache.catalina.tribes.membership.McastService
-
Return all the members by name
- getMembersByName() - Method in interface org.apache.catalina.tribes.MembershipService
-
Return all members by name
- getMembershipService() - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
-
- getMembershipService() - Method in class org.apache.catalina.tribes.group.GroupChannel
-
Returns the membership service component
- getMembershipService() - Method in interface org.apache.catalina.tribes.ManagedChannel
-
Returns the membership service
- getMessage() - Method in class org.apache.catalina.connector.Response
-
Return the error message that was set with sendError()
for this Response.
- getMessage() - Method in class org.apache.catalina.ha.tcp.SendMessageData
-
- getMessage() - Method in class org.apache.catalina.tribes.ByteMessage
-
Returns the message contents of this byte message
- getMessage() - Method in exception org.apache.catalina.tribes.ChannelException
-
Returns the message for this exception
- getMessage() - Method in interface org.apache.catalina.tribes.ChannelMessage
-
returns the byte buffer that contains the actual message payload
- getMessage() - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.MessageOrder
-
- getMessage() - Method in class org.apache.catalina.tribes.group.Response
-
- getMessage() - Method in class org.apache.catalina.tribes.io.ChannelData
-
- getMessage() - Method in class org.apache.catalina.tribes.transport.nio.NioSender
-
- getMessage() - Method in class org.apache.coyote.Response
-
Get the status message.
- getMessage() - Method in error org.apache.el.parser.TokenMgrError
-
You can also modify the body of this method to customize your error messages.
- getMessage(String) - Static method in class org.apache.jasper.compiler.Localizer
-
- getMessage(String, String) - Static method in class org.apache.jasper.compiler.Localizer
-
- getMessage(String, String, String) - Static method in class org.apache.jasper.compiler.Localizer
-
- getMessage(String, String, String, String) - Static method in class org.apache.jasper.compiler.Localizer
-
- getMessage(String, String, String, String, String) - Static method in class org.apache.jasper.compiler.Localizer
-
- getMessage(String, Object[]) - Static method in class org.apache.jasper.compiler.Localizer
-
- 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.tomcat.dbcp.dbcp2.Utils
-
Gets the correct i18n message for the given key with placeholders replaced by the supplied arguments.
- getMessage(int) - Method in class org.apache.tomcat.util.http.HttpMessages
-
Get the status string associated with a status code.
- getMessageDestinationRefs() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getMessageDestinations() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getMessageHandlers(Object, Map<String, String>, Session, EndpointConfig) - Method in class org.apache.tomcat.websocket.pojo.PojoMethodMapping
-
- getMessageHandlers() - Method in class org.apache.tomcat.websocket.WsSession
-
- getMessageListener() - Method in interface org.apache.catalina.tribes.ChannelReceiver
-
Returns the message listener that is associated with this receiver
- getMessageListener() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
getMessageListener
- getMessageNumber() - Method in class org.apache.catalina.ha.deploy.FileMessage
-
- 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() - Method in class org.apache.catalina.authenticator.SavedRequest
-
- getMethod() - Method in class org.apache.catalina.connector.Request
-
Return the HTTP request method used in this Request.
- getMethod() - Method in class org.apache.catalina.connector.RequestFacade
-
- getMethod() - Method in class org.apache.coyote.RequestInfo
-
- getMethod() - Method in class org.apache.el.lang.FunctionMapperImpl.Function
-
- getMethod(EvaluationContext, Object, Object, Class<?>[], Object[]) - Static method in class org.apache.el.util.ReflectionUtil
-
Returns a method based on the criteria.
- getMethod - Variable in class org.apache.tomcat.util.modeler.AttributeInfo
-
- getMethodForCode(int) - Static method in class org.apache.coyote.ajp.Constants
-
Converts an AJP coded HTTP method to the method name.
- getMethodInfo(ELContext) - Method in class org.apache.el.MethodExpressionImpl
-
Evaluates the expression relative to the provided context, and returns
information about the actual referenced method.
- getMethodInfo(ELContext) - Method in class org.apache.el.MethodExpressionLiteral
-
- getMethodInfo(EvaluationContext, Class<?>[]) - Method in class org.apache.el.parser.AstIdentifier
-
- getMethodInfo(EvaluationContext, Class[]) - Method in class org.apache.el.parser.AstValue
-
- getMethodInfo(EvaluationContext, Class<?>[]) - Method in interface org.apache.el.parser.Node
-
- getMethodInfo(EvaluationContext, Class<?>[]) - Method in class org.apache.el.parser.SimpleNode
-
- getMethodInfo(ELContext) - Method in class org.apache.jasper.el.JspMethodExpression
-
- getMethodInfo(ObjectName, String) - Method in class org.apache.tomcat.util.modeler.Registry
-
Find the operation info for a method
- getMethodMapping() - Method in class org.apache.tomcat.websocket.pojo.PojoEndpointBase
-
- getMimeHeaders() - Method in class org.apache.coyote.Request
-
- getMimeHeaders() - Method in class org.apache.coyote.Response
-
- getMimeMappings() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getMimeType(String) - Method in class org.apache.catalina.core.ApplicationContext
-
Return the MIME type of the specified file, or null
if
the MIME type cannot be determined.
- getMimeType(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getMimeType() - Method in interface org.apache.catalina.WebResource
-
Get the MIME type for this Resource.
- getMimeType() - Method in class org.apache.catalina.webresources.AbstractResource
-
- 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.jasper.servlet.JspCServletContext
-
Return the MIME type for the specified filename.
- getMinBufferSize() - Method in exception org.apache.tomcat.websocket.ReadBufferOverflowException
-
- getMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
- getMinEvictableIdleTimeMillis() - Method in interface org.apache.tomcat.dbcp.dbcp2.BasicDataSourceMXBean
-
- getMinEvictableIdleTimeMillis() - 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).
- getMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
-
- getMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
-
Get the value for the minEvictableIdleTimeMillis
configuration
attribute for pools created with this configuration instance.
- 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
-
The minimum amount of time an object must sit idle in the pool before it is eligible for eviction.
- getMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getMinEvictableIdleTimeMillis() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
The minimum amount of time an object must sit idle in the pool before it is eligible for eviction.
- getMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
The minimum amount of time an object must sit idle in the pool before it is eligible for eviction.
- getMinIdle() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Returns the minimum number of idle connections in the pool.
- getMinIdle() - Method in interface org.apache.tomcat.dbcp.dbcp2.BasicDataSourceMXBean
-
- getMinIdle() - Method in class org.apache.tomcat.dbcp.pool2.impl.EvictionConfig
-
Obtain the minIdle
for this eviction configuration instance.
- getMinIdle() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
-
Returns 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
-
Get 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
-
The minimum number of established connections that should be kept in the pool at all times.
- getMinIdle() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getMinIdle() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
The minimum number of established connections that should be kept in the pool at all times.
- getMinIdle() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
The minimum number of established connections that should be kept in the pool at all times.
- getMinIdlePerKey() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
-
Returns 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
-
Get 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
-
- getMinimumUmask() - Method in class org.apache.catalina.security.SecurityListener
-
Get the minimum umask that must be configured before Tomcat will start.
- getMinInvocationDate() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
-
- getMinInvocationTime() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
-
- getMinorVersion() - Method in class org.apache.catalina.core.ApplicationContext
-
Return the minor version of the Java Servlet API that we implement.
- getMinorVersion() - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getMinorVersion() - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return the Servlet API minor version number.
- getMinorVersion() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDriver
-
- getMinorVersion() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getMinSpareThreads() - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- getMinSpareThreads() - Method in class org.apache.coyote.AbstractProtocol
-
- getMinSpareThreads() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getMinTasks() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- getMinThreads() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- getMinThreads() - Method in class org.apache.catalina.tribes.transport.RxTaskPool
-
- getMinTime() - Method in class org.apache.catalina.core.StandardContext
-
Gets the minimum processing time of all servlets in this
StandardContext.
- getMinTime() - Method in class org.apache.catalina.core.StandardWrapper
-
- getModelerType() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
- getModificationTestInterval() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Modification test interval.
- getModificationTestInterval() - Method in class org.apache.jasper.JspC
-
In JspC this always returns 0
.
- getModificationTestInterval() - Method in interface org.apache.jasper.Options
-
Modification test interval.
- 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
-
- getMsgNr() - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.MessageOrder
-
- getMsgRxCnt() - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
-
- getMsgTxCnt() - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
-
- getMsgTxErr() - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
-
- getMsgType() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
-
- getMultipartConfigElement() - Method in class org.apache.catalina.core.StandardWrapper
-
- getMultipartConfigElement() - Method in interface org.apache.catalina.Wrapper
-
Get the multi-part configuration for the associated servlet.
- getMultipartDef() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- getMultiport() - Method in class org.apache.catalina.ha.backend.HeartbeatListener
-
- getName() - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
-
- getName() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
The name used at remote MbeanServer
- getName() - Method in class org.apache.catalina.connector.CoyotePrincipal
-
- getName() - Method in interface org.apache.catalina.Container
-
Return a name string (suitable for use by humans) that describes this
Container.
- getName() - Method in class org.apache.catalina.core.ApplicationFilterRegistration
-
- getName() - Method in class org.apache.catalina.core.ApplicationPart
-
- getName() - Method in class org.apache.catalina.core.ApplicationServletRegistration
-
- getName() - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
-
- getName() - Method in class org.apache.catalina.core.ContainerBase
-
Return a name string (suitable for use by humans) that describes this
Container.
- getName() - Method in class org.apache.catalina.core.NamingContextListener
-
Return the "name" property.
- getName() - Method in class org.apache.catalina.core.StandardHost
-
Return the canonical, fully qualified, name of the virtual host
this Container represents.
- getName() - Method in class org.apache.catalina.core.StandardService
-
Return the name of this Service.
- getName() - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- getName() - Method in interface org.apache.catalina.Executor
-
- getName() - Method in interface org.apache.catalina.ha.ClusterManager
-
Return the name of the manager, at host /context name and at engine hostname+/context.
- getName() - Method in class org.apache.catalina.ha.session.BackupManager
-
- getName() - Method in class org.apache.catalina.ha.session.DeltaManager
-
- getName() - Method in class org.apache.catalina.realm.CombinedRealm
-
- getName() - Method in class org.apache.catalina.realm.DataSourceRealm
-
Return a short name for this Realm implementation.
- getName() - Method in class org.apache.catalina.realm.GenericPrincipal
-
- getName() - Method in class org.apache.catalina.realm.JAASRealm
-
- getName() - Method in class org.apache.catalina.realm.JDBCRealm
-
- getName() - Method in class org.apache.catalina.realm.JNDIRealm
-
- getName() - Method in class org.apache.catalina.realm.LockOutRealm
-
- getName() - Method in class org.apache.catalina.realm.MemoryRealm
-
- getName() - Method in class org.apache.catalina.realm.NullRealm
-
- getName() - Method in class org.apache.catalina.realm.RealmBase
-
- getName() - Method in class org.apache.catalina.realm.UserDatabaseRealm
-
Return a short name for this Realm implementation.
- getName() - Method in interface org.apache.catalina.Service
-
- getName() - Method in class org.apache.catalina.session.JDBCStore
-
- getName() - Method in class org.apache.catalina.session.ManagerBase
-
- getName() - Method in class org.apache.catalina.session.PersistentManager
-
- getName() - Method in class org.apache.catalina.session.PersistentManagerBase
-
- getName() - Method in class org.apache.catalina.session.StandardManager
-
- getName() - Method in class org.apache.catalina.startup.FailedContext
-
- getName() - Method in class org.apache.catalina.storeconfig.StoreRegistry
-
- getName() - Method in interface org.apache.catalina.TrackedWebResource
-
- getName() - Method in class org.apache.catalina.tribes.group.GroupChannel
-
- getName() - Method in interface org.apache.catalina.tribes.Member
-
Returns the name of this node, should be unique within the group.
- getName() - Method in class org.apache.catalina.tribes.membership.MemberImpl
-
Return the name of this object
- getName() - Method in class org.apache.catalina.users.AbstractGroup
-
Make the principal name the same as the group name.
- getName() - Method in class org.apache.catalina.users.AbstractRole
-
Make the principal name the same as the role name.
- getName() - Method in class org.apache.catalina.users.AbstractUser
-
Make the principal name the same as the group name.
- getName() - Method in class org.apache.catalina.util.ContextName
-
- getName() - Method in interface org.apache.catalina.WebResource
-
See File.getName()
.
- 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
-
The name will be prefix-address-port if address is non-null and
prefix-port if the address is null.
- getName() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
-
Returns the name of this pool
- getName() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Returns the name of the connection pool.
- getName() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getName() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Returns the name of the connection pool.
- getName() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Returns the name of the connection pool.
- getName() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
-
- getName() - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
-
- getName() - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- getName() - Method in class org.apache.tomcat.util.descriptor.web.ApplicationParameter
-
- getName() - Method in class org.apache.tomcat.util.descriptor.web.ErrorPage
-
- getName() - Method in interface org.apache.tomcat.util.descriptor.web.Injectable
-
- getName() - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
-
- getName() - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
-
Return the name of this web resource collection.
- getName() - Method in class org.apache.tomcat.util.descriptor.web.SecurityRoleRef
-
- getName() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getName() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Returns the original filename in the client's filesystem.
- getName() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
-
Returns the original filename in the client's filesystem, as provided by
the browser (or other client software).
- getName() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemStream
-
Returns the original filename in the client's filesystem, as provided by
the browser (or other client software).
- getName() - Method in exception org.apache.tomcat.util.http.fileupload.InvalidFileNameException
-
Returns the invalid file name.
- getName(int) - Method in class org.apache.tomcat.util.http.MimeHeaders
-
Returns the Nth header name, or null if there is no such header.
- getName() - Method in class org.apache.tomcat.util.http.ServerCookie
-
- getName() - Method in class org.apache.tomcat.util.modeler.FeatureInfo
-
The name of this feature, which must be unique among features in the
same collection.
- getName() - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
The name of this managed bean, which must be unique among all
MBeans managed by a particular MBeans server.
- getName() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getName() - Method in class org.apache.tomcat.websocket.pojo.PojoPathParam
-
- getName() - Method in class org.apache.tomcat.websocket.WsExtension
-
- getName() - Method in class org.apache.tomcat.websocket.WsExtensionParameter
-
- getNamedDispatcher(String) - Method in class org.apache.catalina.core.ApplicationContext
-
Return a RequestDispatcher
object that acts as a
wrapper for the named servlet.
- getNamedDispatcher(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getNamedDispatcher(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return a request dispatcher for the specified servlet name.
- getNameIndex() - Method in class org.apache.coyote.AbstractProtocol
-
- getNameIndex() - Method in class org.apache.tomcat.util.bcel.classfile.ConstantClass
-
- getnameinfo(long, int) - Static method in class org.apache.tomcat.jni.Address
-
Look up the host name from an apr_sockaddr_t.
- getNameInNamespace() - Method in class org.apache.naming.NamingContext
-
Retrieves the full name of this context within its own namespace.
- getNameInNamespace() - Method in class org.apache.naming.SelectorContext
-
Retrieves the full name of this context within its own namespace.
- getNameParser(Name) - Method in class org.apache.naming.NamingContext
-
Retrieves the parser associated with the named context.
- getNameParser(String) - Method in class org.apache.naming.NamingContext
-
Retrieves the parser associated with the named context.
- getNameParser(Name) - Method in class org.apache.naming.SelectorContext
-
Retrieves the parser associated with the named context.
- getNameParser(String) - Method in class org.apache.naming.SelectorContext
-
Retrieves the parser associated with the named context.
- getNamePrefix() - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- getNamePrefix() - Method in class org.apache.coyote.AbstractProtocol
-
Obtain the prefix to be used when construction a name for this protocol
handler.
- getNamePrefix() - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- getNamePrefix() - Method in class org.apache.coyote.ajp.AjpNio2Protocol
-
- getNamePrefix() - Method in class org.apache.coyote.ajp.AjpNioProtocol
-
- getNamePrefix() - Method in class org.apache.coyote.ajp.AjpProtocol
-
- getNamePrefix() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getNamePrefix() - Method in class org.apache.coyote.http11.Http11Nio2Protocol
-
- getNamePrefix() - Method in class org.apache.coyote.http11.Http11NioProtocol
-
- getNamePrefix() - Method in class org.apache.coyote.http11.Http11Protocol
-
- getNames() - Method in class org.apache.tomcat.util.modeler.BaseAttributeFilter
-
Return the set of names that are accepted by this filter.
- 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
-
- getNamespaceURI() - Method in class org.apache.tomcat.util.digester.Rule
-
Return the namespace URI for which this Rule is relevant, if any.
- getNamespaceURI() - Method in interface org.apache.tomcat.util.digester.Rules
-
Return the namespace URI that will be applied to all subsequently
added Rule
objects.
- getNamespaceURI() - Method in class org.apache.tomcat.util.digester.RulesBase
-
Return the namespace URI that will be applied to all subsequently
added Rule
objects.
- getNamespaceURI() - Method in interface org.apache.tomcat.util.digester.RuleSet
-
Return the namespace URI that will be applied to all Rule instances
created from this RuleSet.
- getNamespaceURI() - Method in class org.apache.tomcat.util.digester.RuleSetBase
-
Return the namespace URI that will be applied to all Rule instances
created from this RuleSet.
- getNameString() - Method in class org.apache.tomcat.util.bcel.classfile.ElementValuePair
-
- getNamingContextListener() - Method in class org.apache.catalina.core.StandardContext
-
Naming context listener accessor.
- getNamingResources() - Method in interface org.apache.catalina.Context
-
Return the naming resources associated with this web application.
- getNamingResources() - Method in class org.apache.catalina.core.StandardContext
-
Return the naming resources associated with this web application.
- getNamingResources() - Method in class org.apache.catalina.startup.FailedContext
-
- getNamingResources() - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
-
- getNamingToken() - Method in interface org.apache.catalina.Context
-
Obtain 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
-
- getNamingToken() - Method in class org.apache.catalina.startup.FailedContext
-
- getNCharacterStream(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getNCharacterStream(String) - 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.DelegatingResultSet
-
- getNClob(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getNClob(String) - 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.DelegatingResultSet
-
- getNegotiatedExtensions(List<Extension>, List<Extension>) - Method in class org.apache.tomcat.websocket.server.DefaultServerEndpointConfigurator
-
- getNegotiatedExtensions() - Method in class org.apache.tomcat.websocket.WsSession
-
- getNegotiatedSubprotocol(List<String>, List<String>) - Method in class org.apache.tomcat.websocket.server.DefaultServerEndpointConfigurator
-
- getNegotiatedSubprotocol() - Method in class org.apache.tomcat.websocket.WsSession
-
- getNestedRealms() - Method in class org.apache.catalina.realm.CombinedRealm
-
- getNetworkTimeout() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
-
- getNewDataSender() - Method in class org.apache.catalina.tribes.transport.bio.PooledMultiSender
-
getNewDataSender
- getNewDataSender() - Method in class org.apache.catalina.tribes.transport.nio.PooledParallelSender
-
- getNewDataSender() - Method in class org.apache.catalina.tribes.transport.PooledSender
-
- getNewDeltaSession() - Method in class org.apache.catalina.ha.session.DeltaManager
-
Get new session class to be used in the doLoad() method.
- 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
-
- getNext() - Method in interface org.apache.catalina.Valve
-
Return the next Valve in the pipeline containing this Valve, if any.
- getNext() - Method in class org.apache.catalina.valves.ValveBase
-
Return the next Valve in this pipeline, or null
if this
is the last Valve in the pipeline.
- getNext() - Method in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
-
Returns the next interceptor in the chain
- getNextBackupIndex() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- getNextBackupNode() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- getNextCheck() - Method in class org.apache.catalina.webresources.CachedResource
-
- getNextMode() - Method in class org.apache.tomcat.util.log.UserDataHelper
-
Returns log mode for the next log message, or null
if the
message should not be logged.
- getNextPoll() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
-
- getNextPut() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
-
- getNextToken() - Method in class org.apache.el.parser.ELParser
-
Get the next Token.
- getNextToken() - Method in class org.apache.el.parser.ELParserTokenManager
-
Get the next Token.
- getNoCompressionUserAgents() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- getNoKeepAliveUserAgents() - Method in class org.apache.catalina.authenticator.SpnegoAuthenticator
-
- getNonceCacheSize() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
-
- getNonceCountWindowSize() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
-
- getNonceValidity() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
-
- getNormalizedPath() - Method in class org.apache.tomcat.websocket.server.UriTemplate
-
- getNote(String) - Method in class org.apache.catalina.connector.Request
-
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
-
Return 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
-
Return the object bound with the specified name to the internal notes
for this session, or null
if no such binding exists.
- getNote(int) - Method in class org.apache.coyote.Request
-
- getNote(int) - Method in class org.apache.coyote.Response
-
- getNoteNames() - Method in class org.apache.catalina.manager.DummyProxySession
-
- getNoteNames() - Method in interface org.apache.catalina.Session
-
Return an Iterator containing the String names of all notes bindings
that exist for this session.
- getNoteNames() - Method in class org.apache.catalina.session.StandardSession
-
Return an Iterator containing the String names of all notes bindings
that exist for this session.
- getNotificationInfo() - Method in class org.apache.catalina.core.StandardContext
-
- getNotificationInfo() - Method in class org.apache.catalina.core.StandardWrapper
-
- getNotificationInfo() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
-
- getNotificationInfo() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getNotificationInfo() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
Return an MBeanNotificationInfo
object describing the
notifications sent by this MBean.
- getNotificationInfo() - Method in class org.apache.tomcat.util.modeler.BaseNotificationBroadcaster
-
Return an MBeanNotificationInfo
object describing the
notifications sent by this MBean.
- getNotifications() - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
The collection of notifications for this MBean.
- getNotifTypes() - Method in class org.apache.tomcat.util.modeler.NotificationInfo
-
The set of notification types for this MBean.
- getNrOfCrossContextSendRequests() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
-
- getNrOfFilterRequests() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
-
- getNrOfInvocations() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
-
- getNrOfRequests() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
-
- getNrOfSendRequests() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
-
- getNString(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getNString(String) - 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.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.BasicDataSourceMXBean
-
- getNumActive() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
-
Gets the number of active connections in the default pool.
- 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() - 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(K) - 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
-
Returns the number of instances currently borrowed from this pool.
- getNumActive(K) - Method in interface org.apache.tomcat.dbcp.pool2.KeyedObjectPool
-
Returns the number of instances currently borrowed from but not yet
returned to the pool corresponding to the given key
.
- getNumActive() - Method in interface org.apache.tomcat.dbcp.pool2.KeyedObjectPool
-
Returns the total number of instances currently borrowed from this pool but
not yet returned.
- getNumActive() - Method in interface org.apache.tomcat.dbcp.pool2.ObjectPool
-
Returns the number of instances currently borrowed from this pool.
- getNumActive() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
- getNumActive() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getNumActive() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
-
- 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
-
- 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.BasicDataSourceMXBean
-
- getNumIdle() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
-
Gets the number of idle connections in the default 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() - 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
-
The number of instances currently idle in this pool.
- getNumIdle() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
-
- getNumIdle(K) - 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
-
Returns an approximation not less than the of the number of idle
instances in the pool.
- getNumIdle(K) - Method in interface org.apache.tomcat.dbcp.pool2.KeyedObjectPool
-
Returns the number of instances corresponding to the given
key
currently idle in this pool.
- getNumIdle() - Method in interface org.apache.tomcat.dbcp.pool2.KeyedObjectPool
-
Returns the total number of instances currently idle in this pool.
- getNumIdle() - Method in interface org.apache.tomcat.dbcp.pool2.ObjectPool
-
Returns 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
-
- getNumTestsPerEvictionRun() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
- getNumTestsPerEvictionRun() - Method in interface org.apache.tomcat.dbcp.dbcp2.BasicDataSourceMXBean
-
- 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 class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
-
Returns 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
-
Get 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
-
Property not used
- getNumTestsPerEvictionRun() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getNumTestsPerEvictionRun() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Property not used
- getNumTestsPerEvictionRun() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Property not used
- getNumWaiters() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
-
Return 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
-
Returns 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
-
Return 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(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getObject(int, Map<String, Class<?>>) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getObject(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getObject(String, Map<String, Class<?>>) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getObject(int, Class<T>) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getObject(String, Class<T>) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getObject(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- getObject(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- getObject(int, Map<String, Class<?>>) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- getObject(String, Map<String, Class<?>>) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- getObject(int, Class<T>) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- getObject(String, Class<T>) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- getObject() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
-
- getObject() - Method in class org.apache.tomcat.dbcp.pool2.impl.PooledSoftReference
-
Returns the object that the wrapped SoftReference refers to.
- getObject() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
-
Obtains the underlying object that is wrapped by this instance of
PooledObject
.
- getObjectInputStream(InputStream) - Method in class org.apache.catalina.session.StoreBase
-
Create the object input stream to use to read a session from the store.
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.apache.catalina.users.MemoryUserDatabaseFactory
-
Create and return a new MemoryUserDatabase
instance
that has been configured according to the properties of the
specified Reference
.
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.apache.naming.factory.BeanFactory
-
Create a new Bean instance.
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.apache.naming.factory.DataSourceLinkFactory
-
Create a new DataSource instance.
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.apache.naming.factory.FactoryBase
-
Creates a new object instance.
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.apache.naming.factory.LookupFactory
-
Create a new Resource env instance.
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.apache.naming.factory.MailSessionFactory
-
Create and return an object instance based on the specified
characteristics.
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.apache.naming.factory.OpenEjbFactory
-
Create a new EJB instance using OpenEJB.
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.apache.naming.factory.ResourceLinkFactory
-
Create a new DataSource instance.
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.apache.naming.factory.SendMailFactory
-
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.apache.naming.factory.webservices.ServiceRefFactory
-
Create a new serviceref instance.
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.apache.naming.java.javaURLContextFactory
-
Crete a new Context's instance.
- getObjectInstance(Object, Name, Context, Hashtable<?, ?>) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSourceFactory
-
Create 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.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
-
- getObjectMaxSizeBytes() - Method in class org.apache.catalina.webresources.Cache
-
- getObjectName() - Method in interface org.apache.catalina.Container
-
Obtain the JMX name for this container.
- getObjectName() - Method in interface org.apache.catalina.JmxEnabled
-
Obtain the name under which this component has been registered with JMX.
- getObjectName() - Method in class org.apache.catalina.util.LifecycleMBeanBase
-
Obtain the name under which this component has been registered with JMX.
- getObjectName() - Method in class org.apache.coyote.AbstractProtocol
-
- getObjectName(Class<?>, String) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
-
- getObjectName() - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
- getObjectNameKeyProperties() - Method in class org.apache.catalina.connector.Connector
-
- getObjectNameKeyProperties() - Method in class org.apache.catalina.core.StandardContext
-
- getObjectNameKeyProperties() - Method in class org.apache.catalina.core.StandardEngine
-
- getObjectNameKeyProperties() - Method in class org.apache.catalina.core.StandardHost
-
- getObjectNameKeyProperties() - Method in class org.apache.catalina.core.StandardServer
-
- getObjectNameKeyProperties() - Method in class org.apache.catalina.core.StandardService
-
- getObjectNameKeyProperties() - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- getObjectNameKeyProperties() - Method in class org.apache.catalina.core.StandardWrapper
-
- getObjectNameKeyProperties() - Method in class org.apache.catalina.deploy.NamingResourcesImpl
-
- getObjectNameKeyProperties() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
- getObjectNameKeyProperties() - Method in class org.apache.catalina.loader.WebappLoader
-
- getObjectNameKeyProperties() - Method in class org.apache.catalina.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 sub-classes to specify the key properties component of the
ObjectName
that will be used to register this component.
- getObjectNameKeyProperties() - Method in class org.apache.catalina.valves.ValveBase
-
- getObjectNameKeyProperties() - Method in class org.apache.catalina.webresources.StandardRoot
-
- getOffset() - Method in class org.apache.tomcat.util.buf.AbstractChunk
-
- getOnClose() - Method in class org.apache.tomcat.websocket.pojo.PojoMethodMapping
-
- getOnCloseArgs(Map<String, String>, Session, CloseReason) - Method in class org.apache.tomcat.websocket.pojo.PojoMethodMapping
-
- getOnError() - Method in class org.apache.tomcat.websocket.pojo.PojoMethodMapping
-
- getOnErrorArgs(Map<String, String>, Session, Throwable) - Method in class org.apache.tomcat.websocket.pojo.PojoMethodMapping
-
- getOnOpen() - Method in class org.apache.tomcat.websocket.pojo.PojoMethodMapping
-
- getOnOpenArgs(Map<String, String>, Session, EndpointConfig) - Method in class org.apache.tomcat.websocket.pojo.PojoMethodMapping
-
- getOoBInline() - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- getOoBInline() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- getOoBInline() - Method in class org.apache.tomcat.util.net.SocketProperties
-
- getOomParachute() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
- getOomParachute() - Method in class org.apache.tomcat.util.net.NioEndpoint
-
- getOomParachuteData() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
- getOomParachuteData() - Method in class org.apache.tomcat.util.net.NioEndpoint
-
- getOpaque() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
-
- getOpenSessions() - Method in class org.apache.tomcat.websocket.WsSession
-
- getOpenSSLAlias() - Method in enum org.apache.tomcat.util.net.jsse.openssl.Cipher
-
- getOpenSSLAltNames() - Method in enum org.apache.tomcat.util.net.jsse.openssl.Cipher
-
- getOperation() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
-
- getOperation() - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
-
- getOperations() - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
The collection of operations for this MBean.
- getOption(ServletConfig, String, String) - Static method in class org.apache.jasper.runtime.TagHandlerPool
-
- getOptionCheck() - Method in class org.apache.catalina.tribes.group.GroupChannel
-
- getOptionFlag() - Method in interface org.apache.catalina.tribes.ChannelInterceptor
-
An interceptor can react to a message based on a set bit on the
message options.
- getOptionFlag() - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
-
- getOptions() - Method in interface org.apache.catalina.tribes.ChannelMessage
-
The message options is a 32 bit flag set
that triggers interceptors and message behavior.
- getOptions() - Method in class org.apache.catalina.tribes.io.ChannelData
-
- getOptions() - Method in class org.apache.catalina.tribes.transport.AbstractRxTask
-
- getOptions() - Method in class org.apache.jasper.JspCompilationContext
-
Get hold of the Options object for this context.
- getOriginalDocBase() - Method in class org.apache.catalina.core.StandardContext
-
Return the original document root for this Context.
- 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
-
- getOutboundRemaining() - Method in class org.apache.tomcat.util.net.SecureNioChannel
-
- getOutCounter(Member) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
-
- getOutputBuffer() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
Exposes output buffer to super class to allow better code re-use.
- getOutputBuffer() - Method in class org.apache.coyote.http11.Http11AprProcessor
-
- getOutputBuffer() - Method in class org.apache.coyote.http11.Http11Nio2Processor
-
- getOutputBuffer() - Method in class org.apache.coyote.http11.Http11NioProcessor
-
- getOutputBuffer() - Method in class org.apache.coyote.http11.Http11Processor
-
- getOutputBuffer() - Method in class org.apache.coyote.Response
-
- getOutputDir() - Method in class org.apache.jasper.JspCompilationContext
-
The output directory to generate code into.
- getOutputName() - Method in class org.apache.el.parser.AstFunction
-
- getOutputStream() - Method in class org.apache.catalina.connector.Response
-
Return the servlet output stream associated with this Response.
- getOutputStream() - Method in class org.apache.catalina.connector.ResponseFacade
-
- getOutputStream() - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
-
- getOutputStream() - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
-
Return a OutputStream, throws and exception if a printwriter already
been returned.
- getOutputStream() - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
-
- getOutputStream() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
-
- getOutputStream() - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- getOutputStream() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Returns an OutputStream
that can
be used for storing the contents of the file.
- getOutputStream() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
-
Returns an OutputStream
that can
be used for storing the contents of the file.
- getOverride() - Method in interface org.apache.catalina.Context
-
Return the override flag for this web application.
- getOverride() - Method in class org.apache.catalina.core.StandardContext
-
Return the default context override flag for this web application.
- getOverride() - Method in class org.apache.catalina.startup.FailedContext
-
- getOverride() - Method in class org.apache.tomcat.util.descriptor.web.ApplicationParameter
-
- getOverride() - Method in class org.apache.tomcat.util.descriptor.web.ContextEnvironment
-
- getOverride() - Method in class org.apache.tomcat.util.descriptor.web.ContextResourceEnvRef
-
- getPackageImports() - Method in interface org.apache.jasper.runtime.JspSourceImports
-
- getPacketSize() - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
-
- getPacketSize() - Method in class org.apache.coyote.ajp.AjpMessage
-
- 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
-
- getPageEncoding() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- getPageEncoding() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
-
- getPageInfo() - Method in class org.apache.jasper.compiler.Compiler
-
Gets the info about the page under compilation
- getPageNodes() - Method in class org.apache.jasper.compiler.Compiler
-
Retrieves the parsed nodes of the JSP page, if they are available.
- getParameter(String) - Method in class org.apache.catalina.connector.Request
-
Return the value of the specified request parameter, if any; otherwise,
return null
.
- getParameter(String) - Method in class org.apache.catalina.connector.RequestFacade
-
- getParameter() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
-
- getParameter(String) - Method in class org.apache.tomcat.util.http.Parameters
-
- getParameterCount() - Method in class org.apache.tomcat.util.http.parser.MediaType
-
- 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
-
- getParameterMap() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- 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
-
Return the names of all defined request parameters for this request.
- getParameterNames() - Method in class org.apache.catalina.connector.RequestFacade
-
- getParameterNames() - Method in class org.apache.tomcat.util.http.Parameters
-
- getParameters() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
-
Gets derived CGI query parameters
- getParameters() - Method in class org.apache.coyote.Request
-
- getParameters(EvaluationContext) - Method in class org.apache.el.parser.AstMethodParameters
-
- getParameters(String, String, KeyStore) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
Return the initialization parameters for the TrustManager.
- getParameters() - Method in class org.apache.tomcat.websocket.WsExtension
-
- getParameterValue(String) - Method in class org.apache.tomcat.util.http.parser.MediaType
-
- getParameterValues(String) - Method in class org.apache.catalina.connector.Request
-
Return the defined values for the specified request parameter, if any;
otherwise, return null
.
- getParameterValues(String) - Method in class org.apache.catalina.connector.RequestFacade
-
- getParameterValues(String) - Method in class org.apache.tomcat.util.http.Parameters
-
- getParent() - Method in interface org.apache.catalina.Container
-
Get the parent container.
- getParent() - Method in class org.apache.catalina.core.ContainerBase
-
Return the Container for which this Container is a child, if there is
one.
- getParent() - Method in class org.apache.catalina.ha.context.ReplicatedContext.ReplApplContext
-
- getParent() - Method in class org.apache.catalina.startup.FailedContext
-
- getParentClassLoader() - Method in interface org.apache.catalina.Container
-
Get the parent class loader.
- getParentClassLoader() - Method in class org.apache.catalina.core.ContainerBase
-
Return the parent class loader (if any) for this web application.
- getParentClassLoader() - Method in class org.apache.catalina.core.StandardContext
-
Return the parent class loader (if any) for this web application.
- getParentClassLoader() - Method in class org.apache.catalina.core.StandardEngine
-
Return the parent class loader for this component.
- getParentClassLoader() - Method in class org.apache.catalina.core.StandardServer
-
Return the parent class loader for this component.
- getParentClassLoader() - Method in class org.apache.catalina.core.StandardService
-
Return the parent class loader for this component.
- getParentClassLoader() - Method in interface org.apache.catalina.Server
-
- getParentClassLoader() - Method in interface org.apache.catalina.Service
-
- getParentClassLoader() - Method in class org.apache.catalina.startup.Catalina
-
- getParentClassLoader() - Method in class org.apache.catalina.startup.FailedContext
-
- getParentClassLoader() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Get the parent ClassLoader.
- getParentContext() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
Get the PluginContext for the parent of this custom tag.
- getParentLogger() - Method in class org.apache.tomcat.dbcp.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
-
no-op
CommonDataSource.getParentLogger()
- getParentPool() - Method in class org.apache.tomcat.jdbc.pool.ProxyConnection
-
- getParentTag() - Method in class org.apache.jasper.runtime.JspFragmentHelper
-
- getParseBodyMethods() - Method in class org.apache.catalina.connector.Connector
-
- getParsedHeaders(String) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
Parses the header-part
and returns as key/value
pairs.
- getParseFailedReason() - Method in class org.apache.tomcat.util.http.Parameters
-
- getParser() - Method in class org.apache.tomcat.util.digester.Digester
-
Return the SAXParser we will use to parse the input stream.
- getParsingRequestLinePhase() - Method in class org.apache.coyote.http11.AbstractNioInputBuffer
-
- getPart(String) - Method in class org.apache.catalina.connector.Request
-
Gets the named Part or null if the Part does not exist.
- getPart(String) - Method in class org.apache.catalina.connector.RequestFacade
-
- getPartialServletStackTrace(Throwable) - Method in class org.apache.catalina.valves.ErrorReportValve
-
Print out a partial servlet stack trace (truncating at the last
occurrence of javax.servlet.).
- getParts() - Method in class org.apache.catalina.connector.Request
-
Return a collection of all uploaded Parts.
- getParts() - Method in class org.apache.catalina.connector.RequestFacade
-
- getPassword() - Method in class org.apache.catalina.ant.AbstractCatalinaTask
-
- getPassword() - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
-
- getPassword() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
The login password for the Manager
application.
- 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(String) - Method in class org.apache.catalina.realm.CombinedRealm
-
- getPassword(String) - Method in class org.apache.catalina.realm.DataSourceRealm
-
- getPassword(Connection, String) - Method in class org.apache.catalina.realm.DataSourceRealm
-
Return the password associated with the given principal's user name.
- getPassword() - Method in class org.apache.catalina.realm.GenericPrincipal
-
- getPassword(String) - Method in class org.apache.catalina.realm.JAASRealm
-
- getPassword(String) - Method in class org.apache.catalina.realm.JDBCRealm
-
Get the password for the specified user.
- getPassword(String) - Method in class org.apache.catalina.realm.JNDIRealm
-
Get the password for the specified user.
- getPassword() - Method in class org.apache.catalina.realm.JNDIRealm.User
-
- getPassword(String) - Method in class org.apache.catalina.realm.MemoryRealm
-
- 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
-
Return the password associated with the given principal's user name.
- getPassword() - Method in interface org.apache.catalina.User
-
Return the logon password of this user, optionally prefixed with the
identifier of an encoding scheme surrounded by curly braces, such as
{md5}xxxxx
.
- getPassword() - Method in class org.apache.catalina.users.AbstractUser
-
Return the logon password of this user, optionally prefixed with the
identifier of an encoding scheme surrounded by curly braces, such as
{md5}xxxxx
.
- getPassword() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Returns the password passed to the JDBC driver to establish connections.
- getPassword() - Method in interface org.apache.tomcat.dbcp.dbcp2.BasicDataSourceMXBean
-
- 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
-
Returns the password used when establishing connections to the database.
- 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
-
- getPath() - Method in class org.apache.catalina.ant.ValidatorTask
-
- getPath() - Method in interface org.apache.catalina.Context
-
Return the context path for this web application.
- getPath() - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
-
- getPath() - Method in class org.apache.catalina.core.StandardContext
-
Return the context path for this Context.
- getPath() - Method in class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
-
- getPath() - Method in class org.apache.catalina.startup.FailedContext
-
- getPath() - Method in class org.apache.catalina.util.ContextName
-
- getPath() - Method in class org.apache.jasper.compiler.JspConfig.JspPropertyGroup
-
- getPath() - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
-
- getPath() - Method in class org.apache.tomcat.util.http.ServerCookie
-
- getPath() - Method in class org.apache.tomcat.util.net.URL
-
Deprecated.
Return the path part of the URL.
- getPathInfo() - Method in class org.apache.catalina.connector.Request
-
Return the path information associated with this Request.
- getPathInfo() - Method in class org.apache.catalina.connector.RequestFacade
-
- getPathname() - Method in class org.apache.catalina.realm.MemoryRealm
-
- getPathname() - Method in class org.apache.catalina.session.StandardManager
-
- getPathname() - Method in class org.apache.catalina.users.MemoryUserDatabase
-
Return the relative or absolute pathname to the persistent storage file.
- getPathParameter(String) - Method in class org.apache.catalina.connector.Request
-
- getPathParameters() - Method in class org.apache.tomcat.websocket.pojo.PojoEndpointBase
-
- getPathParameters() - Method in class org.apache.tomcat.websocket.WsSession
-
- getPathPrefix(HttpServletRequest) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Determines the appropriate path to prepend resources with
when generating directory listings.
- getPathPrefix(HttpServletRequest) - Method in class org.apache.catalina.servlets.WebdavServlet
-
Determines the prefix for standard directory GET listings.
- getPaths(String) - Static method in class org.apache.catalina.startup.Bootstrap
-
- getPathsAcceptingParams() - Method in class org.apache.catalina.filters.RestCsrfPreventionFilter
-
- getPathTranslated() - Method in class org.apache.catalina.connector.Request
-
Return the extra path information for this request, translated
to a real path.
- getPathTranslated() - Method in class org.apache.catalina.connector.RequestFacade
-
- getPathWithoutContext(String, String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- getPathWithoutFileName(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- getPattern() - Method in class org.apache.catalina.valves.AbstractAccessLogValve
-
Return the format pattern.
- getPatternString() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- 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
-
Return the request processing paused flag for this Context.
- getPaused() - Method in class org.apache.catalina.startup.FailedContext
-
- getPayload() - Method in interface org.apache.catalina.tribes.Member
-
returns the payload associated with this member
- getPayload() - Method in class org.apache.catalina.tribes.membership.McastService
-
- getPayload() - Method in class org.apache.catalina.tribes.membership.MemberImpl
-
- getPayload() - Method in class org.apache.catalina.tribes.transport.bio.util.LinkObject
-
Deprecated.
- getPeerCertificateChain(boolean) - Method in interface org.apache.tomcat.util.net.SSLSupport
-
The client certificate chain (if any).
- getPerformanceBandwidth() - Method in class org.apache.tomcat.util.net.SocketProperties
-
- getPerformanceConnectionTime() - Method in class org.apache.tomcat.util.net.SocketProperties
-
- getPerformanceLatency() - Method in class org.apache.tomcat.util.net.SocketProperties
-
- getPerformReadTest() - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
-
- getPerformSendTest() - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
-
- getPermission() - Method in class org.apache.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 org.apache.tomcat.util.http.fileupload.FileUploadBase.SizeException
-
Retrieves the permitted size of the request.
- getPerUserBlockWhenExhausted(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
-
- 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.
- getPerUserEvictionPolicyClassName(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
-
- getPerUserLifo(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
-
- getPerUserMaxIdle(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
-
- getPerUserMaxTotal(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
-
- getPerUserMaxWaitMillis(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
-
- getPerUserMinEvictableIdleTimeMillis(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
-
- getPerUserMinIdle(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
-
- getPerUserNumTestsPerEvictionRun(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
-
- getPerUserSoftMinEvictableIdleTimeMillis(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
-
- getPerUserTestOnBorrow(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
-
- getPerUserTestOnCreate(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
-
- getPerUserTestOnReturn(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
-
- getPerUserTestWhileIdle(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
-
- getPerUserTimeBetweenEvictionRunsMillis(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
-
- getpid() - Static method in class org.apache.tomcat.jni.Stdlib
-
Get current process pid.
- getPipeline() - Method in interface org.apache.catalina.Container
-
Return the Pipeline object that manages the Valves associated with
this Container.
- getPipeline() - Method in class org.apache.catalina.core.ContainerBase
-
Return the Pipeline object that manages the Valves associated with
this Container.
- getPipeline() - Method in class org.apache.catalina.startup.FailedContext
-
- getPluggabilityScan() - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
-
- getPluggabilitySkip() - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
-
- 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
-
- getPojo() - Method in class org.apache.tomcat.websocket.pojo.PojoEndpointBase
-
- getPoller() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getPoller() - Method in class org.apache.tomcat.util.net.NioChannel
-
- getPoller() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
-
- getPoller0() - Method in class org.apache.tomcat.util.net.NioEndpoint
-
Return an available poller in true round robin fashion
- getPollerSize() - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- getPollerSize() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getPollerThreadCount() - Method in class org.apache.coyote.http11.Http11NioProtocol
-
- getPollerThreadCount() - Method in class org.apache.tomcat.util.net.NioEndpoint
-
- getPollerThreadPriority() - Method in class org.apache.coyote.http11.Http11Nio2Protocol
-
- getPollerThreadPriority() - Method in class org.apache.coyote.http11.Http11NioProtocol
-
- getPollerThreadPriority() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
- getPollerThreadPriority() - Method in class org.apache.tomcat.util.net.NioEndpoint
-
- getPollTime() - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- getPollTime() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getPollTime() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getPongMessageHandler() - Method in class org.apache.tomcat.websocket.WsSession
-
- getPool() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
-
Returns the
ObjectPool
in which
Connection
s are pooled.
- getPool() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDataSource
-
- getPool() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
- getPool() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getPool() - Method in class org.apache.tomcat.jdbc.pool.ProxyConnection
-
- getPoolCleaners() - Static method in class org.apache.tomcat.jdbc.pool.ConnectionPool
-
- getPoolCounter() - Static method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
- getPooledConnection() - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Attempts to establish a database connection using the default user and password.
- getPooledConnection(String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Attempt to establish a database connection.
- getPooledConnection() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
DataSource.getConnection()
- getPooledConnection(String, String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
DataSource.getConnection()
- getPooledConnectionAndInfo(String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
- 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
-
Provides 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
-
Obtain 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
-
- 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
-
- getPoolProperties() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getPoolProperties() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
-
Returns the configuration for this connection and pool
- getPoolSize() - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- getPoolSize() - Method in class org.apache.catalina.tribes.transport.PooledSender
-
- getPoolSize() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
- getPoolSize() - Method in interface org.apache.tomcat.util.threads.ResizableExecutor
-
Returns the current number of threads in the pool.
- getPoolStatements() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
-
- getPoolStats(String) - Static method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
-
Returns the query stats for a given pool
- getPoolTimer() - Static method in class org.apache.tomcat.jdbc.pool.ConnectionPool
-
- getPoolVersion() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
-
- getPort() - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
-
- getPort() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
The Port of the JMX JSR 160
MBeanServer to be used.
- getPort() - Method in class org.apache.catalina.connector.Connector
-
Return the port number on which this connector is configured to listen
for requests.
- getPort() - Method in class org.apache.catalina.core.StandardServer
-
Return the port number we listen to for shutdown commands.
- getPort() - Method in interface org.apache.catalina.Server
-
- getPort() - Method in interface org.apache.catalina.tribes.ChannelReceiver
-
Returns the listening port
- getPort() - Method in interface org.apache.catalina.tribes.Member
-
Returns the listen port for the ChannelReceiver implementation
- getPort() - Method in class org.apache.catalina.tribes.membership.McastService
-
- getPort() - Method in class org.apache.catalina.tribes.membership.MemberImpl
-
Return the listen port of this member
- getPort() - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- getPort() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- getPort() - Method in class org.apache.coyote.AbstractProtocol
-
- getPort() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getPort() - Method in class org.apache.tomcat.util.net.URL
-
Deprecated.
Return the port number part of the URL.
- getPortHeader() - Method in class org.apache.catalina.filters.RemoteIpFilter
-
- getPortHeader() - Method in class org.apache.catalina.valves.RemoteIpValve
-
- getPortlink(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- getPortName(int) - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
-
- getPortNamesSize() - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
-
- getPostConstructMethods() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getPostResources() - Method in interface org.apache.catalina.WebResourceRoot
-
Get the list of WebResourceSet configured to this web application
as a 'Post' resource.
- getPostResources() - Method in class org.apache.catalina.webresources.StandardRoot
-
- getppid() - Static method in class org.apache.tomcat.jni.Stdlib
-
Get current process parent pid.
- getPreDestroyMethods() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getPreemptiveAuthentication() - Method in interface org.apache.catalina.Context
-
Determines if a user presents authentication credentials, will the
context will process them 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
-
Return the log file prefix.
- getPrefix() - Method in class org.apache.el.parser.AstFunction
-
- 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
-
Get the list of WebResourceSet configured to this web application
as a 'Pre' resource.
- getPreResources() - Method in class org.apache.catalina.webresources.StandardRoot
-
- getPreserveCookieHeader() - Method in class org.apache.tomcat.util.http.LegacyCookieProcessor
-
Deprecated.
No longer used. Cookie headers are now always preserved. Will
be removed in Tomcat 8.5.x.
- 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
-
- getPrimary() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
-
- getPrimaryIndicatorName() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
-
- getPrimaryKeys(String, String, String) - Method in class org.apache.tomcat.dbcp.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(String) - Method in class org.apache.catalina.realm.CombinedRealm
-
- getPrincipal(String) - Method in class org.apache.catalina.realm.DataSourceRealm
-
Return the Principal associated with the given user name.
- getPrincipal(String) - Method in class org.apache.catalina.realm.JAASRealm
-
- getPrincipal(String) - Method in class org.apache.catalina.realm.JDBCRealm
-
Get the principal associated with the specified user.
- getPrincipal(String) - Method in class org.apache.catalina.realm.JNDIRealm
-
Get the principal associated with the specified certificate.
- getPrincipal(String, GSSCredential) - Method in class org.apache.catalina.realm.JNDIRealm
-
- getPrincipal(DirContext, String, GSSCredential) - Method in class org.apache.catalina.realm.JNDIRealm
-
Get the principal associated with the specified certificate.
- getPrincipal(String) - Method in class org.apache.catalina.realm.MemoryRealm
-
- getPrincipal(String) - Method in class org.apache.catalina.realm.NullRealm
-
- getPrincipal(X509Certificate) - Method in class org.apache.catalina.realm.RealmBase
-
Get the principal associated with the specified certificate.
- getPrincipal(String) - Method in class org.apache.catalina.realm.RealmBase
-
Get the principal associated with the specified user.
- getPrincipal(String, GSSCredential) - Method in class org.apache.catalina.realm.RealmBase
-
- getPrincipal(String) - Method in class org.apache.catalina.realm.UserDatabaseRealm
-
Return the Principal associated with the given user name.
- getPrincipal() - Method in interface org.apache.catalina.Session
-
Return the authenticated Principal that is associated with this Session.
- getPrincipal() - Method in class org.apache.catalina.session.StandardSession
-
Return the authenticated Principal that is associated with this Session.
- getPrivateKey(String) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
-
Returns the key associated with the given alias.
- getPrivateKey(String) - Method in class org.apache.tomcat.util.net.jsse.NioX509KeyManager
-
- getPrivileged() - Method in interface org.apache.catalina.Context
-
Return the privileged flag for this web application.
- getPrivileged() - Method in class org.apache.catalina.core.StandardContext
-
Return the privileged flag for this web application.
- 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
-
Return the frequency of watcher checks.
- getProcessExpiresFrequency() - Method in class org.apache.catalina.session.ManagerBase
-
- getProcessingTime() - Method in class org.apache.catalina.core.StandardContext
-
Gets the cumulative processing times of all servlets in this
StandardContext.
- getProcessingTime() - Method in class org.apache.catalina.core.StandardWrapper
-
- getProcessingTime() - Method in class org.apache.catalina.ha.session.DeltaManager
-
- getProcessingTime() - Method in class org.apache.catalina.session.ManagerBase
-
- getProcessingTime() - Method in class org.apache.coyote.RequestGroupInfo
-
- getProcessingTime() - Method in class org.apache.coyote.RequestInfo
-
- getProcessorCache() - Method in class org.apache.coyote.AbstractProtocol
-
- getProcessorCache() - Method in class org.apache.tomcat.util.net.SocketProperties
-
- getProcessPeriod() - Method in interface org.apache.tomcat.websocket.BackgroundProcess
-
- getProcessPeriod() - Method in class org.apache.tomcat.websocket.server.WsWriteTimeout
-
The default value is 1 which means asynchronous write timeouts are
processed every 1 second.
- getProcessPeriod() - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
-
The default value is 10 which means session expirations are processed
every 10 seconds.
- getProgressListener() - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
Returns the progress listener.
- getProject() - Method in class org.apache.jasper.compiler.AntCompiler
-
- getPropagateInterruptState() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Returns true if the pool is configured to propagate interrupt state of a thread.
- getPropagateInterruptState() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
Returns true if the pool is configured to propagate interrupt state of a thread.
- getPropagateInterruptState() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Returns true if the pool is configured to propagate interrupt state of a thread.
- getPropagateInterruptState() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Returns true if the pool is configured to propagate interrupt state of a thread.
- getProperties() - Method in class org.apache.catalina.tribes.membership.McastService
-
Return the properties, see setProperties
- getProperties() - Method in interface org.apache.catalina.tribes.MembershipService
-
Returns the properties for the configuration used.
- getProperties(String) - Static method in class org.apache.tomcat.jdbc.pool.DataSourceFactory
-
Parse properties from the string.
- getProperties() - Method in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
-
Returns the properties configured for this interceptor
- getProperties(String, Properties) - Static method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
- getProperties() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorDefinition
-
- getProperty(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
Get Property
- getProperty(String) - Method in class org.apache.catalina.connector.Connector
-
Return a configured property.
- getProperty(String) - Static method in class org.apache.catalina.startup.CatalinaProperties
-
Return specified property value.
- getProperty(String) - Method in class org.apache.coyote.AbstractProtocol
-
Generic property getter used by the digester.
- getProperty(String) - Method in class org.apache.jasper.EmbeddedServletOptions
-
- getProperty(String) - Method in class org.apache.juli.ClassLoaderLogManager
-
Get the value of the specified property in the classloader local
configuration.
- getProperty(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextTransaction
-
Return a configured property.
- getProperty(String) - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
-
Return a configured 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(Object, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
-
- getProperty(String) - Method in interface org.apache.tomcat.util.IntrospectionUtils.PropertySource
-
- getProperty(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- 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.
- getProtocol() - Method in class org.apache.catalina.connector.Connector
-
Return the Coyote protocol handler in use.
- getProtocol() - Method in class org.apache.catalina.connector.Request
-
Return the protocol and version used to make this Request.
- getProtocol() - Method in class org.apache.catalina.connector.RequestFacade
-
- getProtocol() - Method in class org.apache.catalina.realm.JNDIRealm
-
- getProtocol() - Method in class org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
-
- getProtocol() - Method in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
-
- getProtocol() - Method in class org.apache.coyote.ajp.AjpNio2Protocol.AjpConnectionHandler
-
- getProtocol() - Method in class org.apache.coyote.ajp.AjpNioProtocol.AjpConnectionHandler
-
- getProtocol() - Method in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
-
- getProtocol() - Method in class org.apache.coyote.http11.Http11AprProtocol.Http11ConnectionHandler
-
- getProtocol() - Method in class org.apache.coyote.http11.Http11Nio2Protocol.Http11ConnectionHandler
-
- getProtocol() - Method in class org.apache.coyote.http11.Http11NioProtocol.Http11ConnectionHandler
-
- getProtocol() - Method in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
-
- getProtocol() - Method in class org.apache.coyote.RequestInfo
-
- getProtocol() - Method in enum org.apache.tomcat.util.net.jsse.openssl.Cipher
-
- getProtocol() - Method in interface org.apache.tomcat.util.net.SSLSupport
-
- getProtocol() - Method in class org.apache.tomcat.util.net.URL
-
Deprecated.
Return the protocol name part of the URL.
- getProtocolHandler() - Method in class org.apache.catalina.connector.Connector
-
Return the protocol handler associated with the connector.
- getProtocolHandlerClassName() - Method in class org.apache.catalina.connector.Connector
-
Return the class name of the Coyote protocol handler in use.
- getProtocolHeader() - Method in class org.apache.catalina.filters.RemoteIpFilter
-
- getProtocolHeader() - Method in class org.apache.catalina.valves.RemoteIpValve
-
- getProtocolHeaderHttpsValue() - Method in class org.apache.catalina.filters.RemoteIpFilter
-
- getProtocolHeaderHttpsValue() - Method in class org.apache.catalina.valves.RemoteIpValve
-
- getProtocolName() - Method in class org.apache.coyote.AbstractProtocol
-
Obtain the name of the protocol, (Http, Ajp, etc.).
- getProtocolName() - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
-
- getProtocolName() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- getProtocolVersion() - Method in class org.apache.tomcat.websocket.WsSession
-
- getProxiesHeader() - Method in class org.apache.catalina.filters.RemoteIpFilter
-
- getProxiesHeader() - Method in class org.apache.catalina.valves.RemoteIpValve
-
- getProxyConstructor(boolean) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
-
Creates and caches a Constructor
used to instantiate the proxy object.
- getProxyElement(ExtendedAccessLogValve.PatternTokenizer) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
-
- getProxyList() - Method in class org.apache.catalina.ha.backend.HeartbeatListener
-
- getProxyName() - Method in class org.apache.catalina.connector.Connector
-
Return the proxy server name for this Connector.
- getProxyPort() - Method in class org.apache.catalina.connector.Connector
-
Return the proxy server port for this Connector.
- getProxyURL() - Method in class org.apache.catalina.ha.backend.HeartbeatListener
-
- getPseudoColumns(String, String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- getPublicId() - Method in interface org.apache.catalina.Context
-
Return the public identifier of the deployment descriptor DTD that is
currently being parsed.
- getPublicId() - Method in class org.apache.catalina.core.StandardContext
-
Return the public identifier of the deployment descriptor DTD that is
currently being parsed.
- getPublicId() - Method in class org.apache.catalina.startup.FailedContext
-
- getPublicId() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getPublicId() - Method in class org.apache.tomcat.util.digester.Digester
-
Return the public identifier of the DTD we are currently
parsing under, if any.
- getQuality() - Method in class org.apache.tomcat.util.http.parser.AcceptLanguage
-
- getQuery() - Method in class org.apache.catalina.ant.JMXQueryTask
-
Get method for the JMX query string
- getQuery() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
-
- getQuery() - Method in class org.apache.tomcat.util.net.URL
-
Deprecated.
Return the query part of the URL.
- getQueryStats(String) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
-
- getQueryString() - Method in class org.apache.catalina.authenticator.SavedRequest
-
- getQueryString() - Method in class org.apache.catalina.connector.Request
-
Return the query string associated with this request.
- getQueryString() - Method in class org.apache.catalina.connector.RequestFacade
-
- getQueryString() - Method in class org.apache.tomcat.websocket.server.WsHandshakeRequest
-
- getQueryString() - Method in class org.apache.tomcat.websocket.WsSession
-
- getQueryTimeout() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
-
- getQueuedThreads() - Method in class org.apache.tomcat.util.threads.LimitLatch
-
Provide access to the list of threads waiting to acquire this limited
shared latch.
- getQueueSize() - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- getQuoteAttributeEL() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- getQuoteAttributeEL() - Method in class org.apache.jasper.JspC
-
- getQuoteAttributeEL() - Method in interface org.apache.jasper.Options
-
- getRandomBytes(byte[]) - Method in class org.apache.catalina.util.SessionIdGeneratorBase
-
- getReadBuffer() - Method in class org.apache.tomcat.util.net.Nio2Endpoint.NioBufferHandler
-
- getReadBuffer() - Method in class org.apache.tomcat.util.net.NioEndpoint.NioBufferHandler
-
- getReadBuffer() - Method in interface org.apache.tomcat.util.net.SecureNio2Channel.ApplicationBufferHandler
-
- getReadBuffer() - Method in interface org.apache.tomcat.util.net.SecureNioChannel.ApplicationBufferHandler
-
- getReadBufSize() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
- getReadBufSize() - Method in class org.apache.tomcat.util.net.NioEndpoint
-
- getReader() - Method in class org.apache.catalina.connector.Request
-
Read the Reader wrapping the input stream for this Request.
- getReader() - Method in class org.apache.catalina.connector.RequestFacade
-
- getReader() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Return the value of this BodyJspWriter as a Reader.
- getReadLatch() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
-
- getReadListener() - Method in class org.apache.coyote.Request
-
- getReadme(WebResource) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Get the readme file as a string.
- getReadme(WebResource, String) - Method in class org.apache.catalina.servlets.DefaultServlet
-
- getReadMethod(Class<?>, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- getReadonly() - Method in class org.apache.catalina.users.MemoryUserDatabase
-
Returning the readonly status of the user database
- getReadTestTimeout() - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
-
- getReadTimeout() - Method in class org.apache.catalina.realm.JNDIRealm
-
- getRealHost() - Method in class org.apache.catalina.mapper.Mapper.MappedHost
-
- getRealHostName() - Method in class org.apache.catalina.mapper.Mapper.MappedHost
-
- getRealm() - Method in interface org.apache.catalina.Container
-
Obtain the Realm with which this Container is associated.
- getRealm() - Method in class org.apache.catalina.core.ContainerBase
-
Return the Realm with which this Container is associated.
- getRealm() - Method in class org.apache.catalina.core.StandardEngine
-
Obtain the configured Realm and provide a default Realm implementation
when no explicit configuration is set.
- getRealm() - Method in class org.apache.catalina.startup.FailedContext
-
- getRealmInternal() - Method in class org.apache.catalina.core.ContainerBase
-
- getRealmName(Context) - Static method in class org.apache.catalina.authenticator.AuthenticatorBase
-
- getRealmName() - Method in class org.apache.tomcat.util.descriptor.web.LoginConfig
-
- getRealmPath() - Method in class org.apache.catalina.realm.RealmBase
-
- getRealms() - Method in class org.apache.catalina.realm.CombinedRealm
-
- getRealmSuffix() - Method in class org.apache.catalina.realm.RealmBase
-
- getRealPath(String) - Method in class org.apache.catalina.connector.Request
-
Deprecated.
As of version 2.1 of the Java Servlet API, use
ServletContext.getRealPath()
.
- getRealPath(String) - Method in class org.apache.catalina.connector.RequestFacade
-
- getRealPath(String) - Method in interface org.apache.catalina.Context
-
Return the real path for a given virtual path, if possible; otherwise
return null
.
- getRealPath(String) - Method in class org.apache.catalina.core.ApplicationContext
-
Return the real path for a given virtual path, if possible; otherwise
return null
.
- getRealPath(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getRealPath(String) - Method in class org.apache.catalina.core.StandardContext
-
Return the real path for a given virtual path, if possible; otherwise
return null
.
- getRealPath(String) - Method in class org.apache.catalina.startup.FailedContext
-
- getRealPath(String) - Method in class org.apache.jasper.JspCompilationContext
-
Gets the actual path of a URI relative to the context of
the compilation.
- getRealPath(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return the real path for the specified context-relative
virtual path.
- getReceivedQueueSize() - Method in class org.apache.catalina.ha.session.DeltaManager
-
- getRecompileOnFail() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Re-compile on failure.
- getRecompileOnFail() - Method in class org.apache.jasper.JspC
-
In JspC this always returns false
.
- getRecompileOnFail() - Method in interface org.apache.jasper.Options
-
Re-compile on failure.
- getReconnectedCount() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
-
The total number of connections reconnected by this pool.
- getReconnectedCount() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
The total number of connections reconnected by this pool.
- getReconnectedCount() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getReconnectedCount() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
-
- getRecoveryCounter() - Method in class org.apache.catalina.tribes.membership.McastService
-
- getRecoveryCounter() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
-
- getRecoveryEnabled() - Method in class org.apache.catalina.tribes.membership.McastService
-
- getRecoverySleepTime() - Method in class org.apache.catalina.tribes.membership.McastService
-
- getRecoverySleepTime() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
-
- getRedirectCode() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- getRedirectPort() - Method in class org.apache.catalina.connector.Connector
-
Return 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.
- getRef() - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
-
- getRef() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
- getRef(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getRef(String) - 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.DelegatingResultSet
-
- getRef() - Method in class org.apache.tomcat.util.net.URL
-
Deprecated.
Return the reference part of the URL.
- getReference() - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Referenceable
implementation.
- getReference() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
-
Returns a PerUserPoolDataSource
Reference
.
- getReference() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.SharedPoolDataSource
-
Returns a SharedPoolDataSource
Reference
.
- getReference() - Method in class org.apache.tomcat.dbcp.pool2.impl.PooledSoftReference
-
Returns the SoftReference wrapped by this object.
- getReferrals() - Method in class org.apache.catalina.realm.JNDIRealm
-
- getRegisteredJmxName() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
- getRegistry() - Method in interface org.apache.catalina.storeconfig.IStoreConfig
-
Get Configuration Registry
- getRegistry() - Method in interface org.apache.catalina.storeconfig.IStoreFactory
-
- 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
-
- getRegistry(Object, Object) - Static method in class org.apache.tomcat.util.modeler.Registry
-
Factory method to create (if necessary) and return our
Registry
instance.
- getRegistryResource() - Method in class org.apache.catalina.storeconfig.StoreLoader
-
- 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
-
- getRejectIllegalHeaderName() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
If an HTTP request is received that contains an illegal header name (i.e.
- getRelativePath(HttpServletRequest) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Return the relative path associated with this servlet.
- getRelativePath(HttpServletRequest, boolean) - Method in class org.apache.catalina.servlets.DefaultServlet
-
- getRelativePath(HttpServletRequest) - Method in class org.apache.catalina.servlets.WebdavServlet
-
Override the DefaultServlet implementation and only use the PathInfo.
- getRelativePath(HttpServletRequest, boolean) - Method in class org.apache.catalina.servlets.WebdavServlet
-
- getRelativePath(HttpServletRequest) - Static method in class org.apache.catalina.ssi.SSIServletRequestUtil
-
Return the relative path associated with this servlet.
- getRelaxedPathChars() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- getRelaxedQueryChars() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- getReleasedCount() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
-
The total number of connections released from this pool.
- getReleasedCount() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
The total number of connections released from this pool.
- getReleasedCount() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getReleasedCount() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
-
- getReleasedIdleCount() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
-
The total number of connections released by eviction.
- getReleasedIdleCount() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
The total number of connections released by eviction.
- getReleasedIdleCount() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getReleasedIdleCount() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
-
- getReleaseTime() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
-
The time limit for how long the object
can remain unused before it is released
- getReloadable() - Method in interface org.apache.catalina.Context
-
Return the reloadable flag for this web application.
- getReloadable() - Method in class org.apache.catalina.core.StandardContext
-
Return the reloadable flag for this web application.
- getReloadable() - Method in interface org.apache.catalina.Loader
-
- getReloadable() - Method in class org.apache.catalina.loader.WebappLoader
-
Return the reloadable flag for this Loader.
- getReloadable() - Method in class org.apache.catalina.startup.FailedContext
-
- getRemaining() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
- getRemaining() - Method in class org.apache.jasper.runtime.JspWriterImpl
-
- getRemains() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
-
- getRemote() - Method in class org.apache.tomcat.util.descriptor.web.ContextEjb
-
- getRemoteAddr() - Method in class org.apache.catalina.connector.Request
-
Return the remote IP address making this 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
-
- getRemoteAddr() - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- 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
-
Return the remote host name making this 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.SocketWrapper
-
- getRemoteIpHeader() - Method in class org.apache.catalina.filters.RemoteIpFilter
-
- getRemoteIpHeader() - Method in class org.apache.catalina.valves.RemoteIpValve
-
- getRemotePort() - Method in class org.apache.catalina.connector.Request
-
Returns the Internet Protocol (IP) source port of the client
or last proxy that sent the request.
- getRemotePort() - Method in class org.apache.catalina.connector.RequestFacade
-
- getRemotePort() - Method in class org.apache.coyote.Request
-
- getRemotePort() - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- getRemoteUser() - Method in class org.apache.catalina.connector.Request
-
Return the name of the remote user that has been authenticated
for this Request.
- getRemoteUser() - Method in class org.apache.catalina.connector.RequestFacade
-
- getRemoteUser() - Method in class org.apache.coyote.Request
-
- getRemoteUserNeedsAuthorization() - Method in class org.apache.coyote.Request
-
- 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
-
- 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.BasicDataSourceMXBean
-
- 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.GenericObjectPool
-
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.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.BasicDataSourceMXBean
-
- 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.GenericObjectPool
-
Gets whether a check is made for abandoned objects when the evictor runs.
- getRemoveAbandonedOnMaintenance() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
-
- getRemoveAbandonedTimeout() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Timeout in seconds before an abandoned connection can be removed.
- getRemoveAbandonedTimeout() - Method in interface org.apache.tomcat.dbcp.dbcp2.BasicDataSourceMXBean
-
- getRemoveAbandonedTimeout() - Method in class org.apache.tomcat.dbcp.pool2.impl.AbandonedConfig
-
Timeout in seconds before an abandoned object can be removed.
- getRemoveAbandonedTimeout() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
-
Obtains the timeout before which an object will be considered to be
abandoned by this pool.
- getRemoveAbandonedTimeout() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
-
- getRemoveAbandonedTimeout() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
The time in seconds before a connection can be considered abandoned.
- getRemoveAbandonedTimeout() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getRemoveAbandonedTimeout() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
The time in seconds before a connection can be considered abandoned.
- getRemoveAbandonedTimeout() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
The time in seconds before a connection can be considered abandoned.
- getRemoveSuspectsTimeout() - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
-
- getRemoveWaitTimeout() - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
-
Deprecated.
get current remove wait timeout
- getRemoveWaitTimeout() - Method in class org.apache.catalina.tribes.transport.bio.util.SingleRemoveSynchronizedAddLock
-
Deprecated.
- getRenewThreadsWhenStoppingContext() - Method in class org.apache.catalina.core.StandardContext
-
- getReplaced() - Method in class org.apache.jasper.util.FastRemovalDequeue.Entry
-
- getReplicateMessageType() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- getReplicateMessageType() - Method in class org.apache.catalina.tribes.tipis.LazyReplicatedMap
-
- getReplicateMessageType() - Method in class org.apache.catalina.tribes.tipis.ReplicatedMap
-
- getReplicationStream(byte[]) - Method in interface org.apache.catalina.ha.ClusterManager
-
Open stream and use correct ClassLoader (Container), switching thread
context class loader.
- getReplicationStream(byte[], int, int) - Method in interface org.apache.catalina.ha.ClusterManager
-
- getReplicationStream(byte[]) - Method in class org.apache.catalina.ha.session.ClusterManagerBase
-
- getReplicationStream(byte[], int, int) - Method in class org.apache.catalina.ha.session.ClusterManagerBase
-
- getReplicationThread() - Method in class org.apache.catalina.tribes.transport.bio.BioReceiver
-
- getReplyMessageOptions() - Method in class org.apache.catalina.tribes.group.RpcChannel
-
- getReport() - Method in class org.apache.jasper.compiler.AntCompiler.JasperAntLogger
-
- getReporter() - Method in class org.apache.catalina.connector.Response
-
Return a PrintWriter that can be used to render error messages,
regardless of whether a stream or writer has already been acquired.
- getRepository() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
-
Returns the directory used to temporarily store files that are larger
than the configured size threshold.
- getReqAttributeIgnoreCase(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- getRequest() - Method in class org.apache.catalina.connector.Request
-
Return the ServletRequest
for which this object
is the facade.
- getRequest() - Method in class org.apache.catalina.connector.Response
-
Return the Request with which this Response is associated.
- getRequest() - Method in class org.apache.catalina.core.AsyncContextImpl
-
- getRequest() - Method in class org.apache.catalina.InstanceEvent
-
Deprecated.
Return the servlet request for which this event occurred.
- getRequest() - Method in class org.apache.coyote.AbstractProcessor
-
The request associated with this processor.
- getRequest() - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
-
- getRequest() - Method in interface org.apache.coyote.Processor
-
- getRequest() - Method in class org.apache.coyote.Response
-
- getRequest() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getRequest() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getRequestAttributesEnabled() - Method in interface org.apache.catalina.AccessLog
-
- getRequestAttributesEnabled() - Method in class org.apache.catalina.core.AccessLogAdapter
-
- getRequestAttributesEnabled() - Method in class org.apache.catalina.core.StandardEngine.NoopAccessLog
-
- getRequestAttributesEnabled() - Method in class org.apache.catalina.filters.RemoteIpFilter
-
- getRequestAttributesEnabled() - Method in class org.apache.catalina.valves.AbstractAccessLogValve
- getRequestAttributesEnabled() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
- getRequestAttributesEnabled() - Method in class org.apache.catalina.valves.RemoteIpValve
-
- getRequestBytesReceived() - Method in class org.apache.coyote.RequestInfo
-
- getRequestBytesSent() - Method in class org.apache.coyote.RequestInfo
-
- getRequestCertificates(Request) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Look for the X509 certificate chain in the Request under the key
javax.servlet.request.X509Certificate
.
- getRequestCount() - Method in class org.apache.catalina.core.StandardContext
-
Gets the cumulative request count of all servlets in this
StandardContext.
- getRequestCount() - Method in class org.apache.catalina.core.StandardWrapper
-
- getRequestCount() - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- getRequestCount() - Method in interface org.apache.catalina.tribes.transport.DataSender
-
- getRequestCount() - Method in class org.apache.coyote.RequestGroupInfo
-
- getRequestCount() - Method in class org.apache.coyote.RequestInfo
-
- getRequestDispatcher(String) - Method in class org.apache.catalina.connector.Request
-
Return a RequestDispatcher that wraps the resource at the specified
path, which may be interpreted as relative to the current request path.
- getRequestDispatcher(String) - Method in class org.apache.catalina.connector.RequestFacade
-
- getRequestDispatcher(String) - Method in class org.apache.catalina.core.ApplicationContext
-
Return a RequestDispatcher
instance that acts as a
wrapper for the resource at the given path.
- getRequestDispatcher(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getRequestDispatcher(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return a request dispatcher for the specified context-relative path.
- getRequestedPath(HttpServletRequest) - Method in class org.apache.catalina.filters.CsrfPreventionFilterBase
-
- getRequestedSessionId() - Method in class org.apache.catalina.connector.Request
-
Return the session identifier included in this request, if any.
- getRequestedSessionId() - Method in class org.apache.catalina.connector.RequestFacade
-
- getRequestParameterMap() - Method in class org.apache.tomcat.websocket.WsSession
-
- getRequestPathMB() - Method in class org.apache.catalina.connector.Request
-
Get the request path.
- getRequestProcessingTime() - Method in class org.apache.coyote.RequestInfo
-
- getRequestProcessor() - Method in class org.apache.coyote.Request
-
- getRequestURI() - Method in class org.apache.catalina.authenticator.SavedRequest
-
- getRequestURI() - Method in class org.apache.catalina.connector.Request
-
Return the request URI for this 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
-
Reconstructs the URL the client used to make the request.
- getRequestURL() - Method in class org.apache.catalina.connector.RequestFacade
-
- getRequestURL() - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- getRequiredExtensionCount() - Method in class org.apache.catalina.util.ManifestResource
-
Gets the number of required extensions
- getRequiredExtensions() - Method in class org.apache.catalina.util.ManifestResource
-
Gets the list of required extensions
- 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(String) - Method in class org.apache.catalina.core.ApplicationContext
-
Return the URL to the resource that is mapped to a specified path.
- 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 interface org.apache.catalina.WebResourceRoot
-
Obtain the object that represents the resource at the given path.
- getResource() - Method in class org.apache.catalina.webresources.AbstractArchiveResource
-
- getResource(String) - Method in class org.apache.catalina.webresources.AbstractArchiveResourceSet
-
- getResource(String, boolean) - Method in class org.apache.catalina.webresources.Cache
-
- 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
-
- getResource(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return a URL object of a resource that is mapped to the
specified context-relative path.
- getResourceAsStream(String) - Method in class org.apache.catalina.core.ApplicationContext
-
Return the requested resource as an InputStream
.
- getResourceAsStream(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getResourceAsStream(String) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
Find the resource with the given name, and return an input stream
that can be used for reading it.
- getResourceAsStream(String) - Method in class org.apache.jasper.JspCompilationContext
-
Gets a resource as a stream, relative to the meanings of this
context's implementation.
- getResourceAsStream(String) - Method in class org.apache.jasper.servlet.JasperLoader
-
Delegate to parent
- getResourceAsStream(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return an InputStream allowing access to the resource at the
specified context-relative path.
- getResourceEnvRefs() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getResourceInternal(String, boolean) - Method in class org.apache.catalina.webresources.StandardRoot
-
- 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
-
- getResourceName() - Method in class org.apache.catalina.util.ManifestResource
-
Gets the name of the resource
- getResourceOnlyServlets() - Method in interface org.apache.catalina.Context
-
Obtains the list of Servlets that expect a resource to be present.
- getResourceOnlyServlets() - Method in class org.apache.catalina.core.StandardContext
-
- getResourceOnlyServlets() - Method in class org.apache.catalina.startup.FailedContext
-
- getResourcePaths(String) - Method in class org.apache.catalina.core.ApplicationContext
-
Return a Set containing the resource paths of resources member of the
specified collection.
- getResourcePaths(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getResourcePaths(String) - Method in class org.apache.jasper.JspCompilationContext
-
- getResourcePaths(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return the set of resource paths for the "directory" at the
specified context path.
- getResourceRefs() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getResources() - Method in interface org.apache.catalina.Context
-
Return the Resources with which this Context is associated.
- getResources() - Method in class org.apache.catalina.core.StandardContext
-
- getResources() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
Get associated resources.
- 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(String) - Method in interface org.apache.catalina.WebResourceRoot
-
Obtain the objects that represent the resource at the given path.
- getResources(String, boolean) - Method in class org.apache.catalina.webresources.Cache
-
- getResources(String) - Method in class org.apache.catalina.webresources.StandardRoot
-
- getResourcesInternal(String, boolean) - Method in class org.apache.catalina.webresources.StandardRoot
-
- 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
-
Return the ServletResponse
for which this object
is the facade.
- getResponse() - Method in class org.apache.catalina.core.AsyncContextImpl
-
- getResponse() - Method in class org.apache.catalina.InstanceEvent
-
Deprecated.
Return the servlet response for which this event occurred.
- getResponse() - Method in class org.apache.coyote.Request
-
- getResponse() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getResponse() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getResponseAjpIndex(String) - Static method in class org.apache.coyote.ajp.Constants
-
- getResponseHeaderForCode(int) - Static method in class org.apache.coyote.ajp.Constants
-
Converts an AJP coded response header name to the HTTP response header name.
- getResponses() - Method in class org.apache.catalina.tribes.group.RpcChannel.RpcCollector
-
- getRestrictedUserAgents() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- getResultproperty() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
- getResultSet() - Method in class org.apache.tomcat.dbcp.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
-
- 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
-
Gets the result set type, one of ResultSet.TYPE_FORWARD_ONLY
,
ResultSet.TYPE_SCROLL_INSENSITIVE
, or ResultSet.TYPE_SCROLL_SENSITIVE
.
- getReturnedCount() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
-
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
-
- getReturnType() - Method in class org.apache.tomcat.util.modeler.OperationInfo
-
The fully qualified Java class name of the return type for this
operation.
- getRmiBindAddress() - Method in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
-
Get the inet address on which the Platform RMI server is exported.
- getRmiRegistryPortPlatform() - Method in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
-
Get the port on which the Platform RMI registry is exported.
- getRmiServerPortPlatform() - Method in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
-
Get the port on which the Platform RMI server is exported.
- getRole() - Method in class org.apache.tomcat.util.modeler.OperationInfo
-
The role of this operation ("getter", "setter", "operation", or
"constructor").
- getRoleBase() - Method in class org.apache.catalina.realm.JNDIRealm
-
- getRoleClassNames() - Method in class org.apache.catalina.realm.JAASRealm
-
- getRoleName() - Method in class org.apache.catalina.realm.JNDIRealm
-
- getRolename() - Method in interface org.apache.catalina.Role
-
- getRolename() - Method in class org.apache.catalina.users.AbstractRole
-
Return the role name of this role, which must be unique
within the scope of a
UserDatabase
.
- getRoleNameCol() - Method in class org.apache.catalina.realm.DataSourceRealm
-
- getRoleNameCol() - Method in class org.apache.catalina.realm.JDBCRealm
-
- getRoleNested() - Method in class org.apache.catalina.realm.JNDIRealm
-
- getRoles() - Method in interface org.apache.catalina.Group
-
Return the set of
Role
s assigned specifically to this group.
- getRoles() - Method in class org.apache.catalina.mbeans.GroupMBean
-
- getRoles() - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
-
- getRoles() - Method in class org.apache.catalina.mbeans.UserMBean
-
- getRoles(String) - Method in class org.apache.catalina.realm.DataSourceRealm
-
Return the roles associated with the given user name.
- getRoles(Connection, String) - Method in class org.apache.catalina.realm.DataSourceRealm
-
Return the roles associated with the given user name
- getRoles() - Method in class org.apache.catalina.realm.GenericPrincipal
-
- getRoles(String) - Method in class org.apache.catalina.realm.JDBCRealm
-
Return the roles associated with the given user name.
- getRoles(DirContext, JNDIRealm.User) - Method in class org.apache.catalina.realm.JNDIRealm
-
Return a List of roles associated with the given User.
- getRoles() - Method in class org.apache.catalina.realm.JNDIRealm.User
-
- getRoles() - Method in interface org.apache.catalina.User
-
Return the set of
Role
s assigned specifically to this user.
- getRoles() - Method in interface org.apache.catalina.UserDatabase
-
Return the set of
Role
s defined in this user database.
- getRoles() - Method in class org.apache.catalina.users.AbstractGroup
-
Return the set of
Role
s assigned specifically to this group.
- getRoles() - Method in class org.apache.catalina.users.AbstractUser
-
Return the set of
Role
s assigned specifically to this user.
- getRoles() - Method in class org.apache.catalina.users.MemoryGroup
-
Return the set of
Role
s assigned specifically to this group.
- getRoles() - Method in class org.apache.catalina.users.MemoryUser
-
Return the set of
Role
s assigned specifically to this user.
- getRoles() - Method in class org.apache.catalina.users.MemoryUserDatabase
-
Return the set of
Role
s defined in this user database.
- getRoleSearch() - Method in class org.apache.catalina.realm.JNDIRealm
-
- getRoleSubtree() - Method in class org.apache.catalina.realm.JNDIRealm
-
- getRollbackOnReturn() - Method in class org.apache.tomcat.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
-
- getRollbackOnReturn() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
- getRoot() - Method in class org.apache.catalina.webresources.AbstractResourceSet
-
- 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(String) - 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.DelegatingResultSet
-
- getRowIdLifetime() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- getRpcChannel() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- getRpcId() - Method in class org.apache.catalina.tribes.group.RpcChannel
-
- getRpcTimeout() - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
-
- getRpcTimeout() - Method in class org.apache.catalina.ha.session.BackupManager
-
- getRpcTimeout() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- getRpName() - Method in class org.apache.coyote.RequestInfo
-
- getRuleNamespaceURI() - Method in class org.apache.tomcat.util.digester.Digester
-
Return the namespace URI that will be applied to all subsequently
added Rule
objects.
- getRules() - Method in class org.apache.tomcat.util.digester.Digester
-
Return the Rules
implementation object containing our
rules collection and associated matching policy.
- getRulesValidation() - Method in class org.apache.tomcat.util.digester.Digester
-
Return the rules validation flag.
- getRunAs() - Method in class org.apache.catalina.core.StandardWrapper
-
Return the run-as identity for this servlet.
- getRunAs() - Method in interface org.apache.catalina.Wrapper
-
Return the run-as identity for this servlet.
- getRunAs() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- getRunAsRole() - Method in class org.apache.catalina.core.ApplicationServletRegistration
-
- getRuntimeContext() - Method in class org.apache.jasper.JspCompilationContext
-
- getRxBufSize() - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- getRxBufSize() - Method in class org.apache.catalina.tribes.transport.nio.NioReplicationTask
-
- getRxBufSize() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- getRxBufSize() - Method in class org.apache.tomcat.util.net.SocketProperties
-
- getRxStart() - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
-
- getRxTask() - Method in class org.apache.catalina.tribes.transport.RxTaskPool
-
Find an idle worker thread, if any.
- gets(int) - Method in interface org.apache.tomcat.jni.BIOCallback
-
Read string up to the len or CLRLF
- gets(byte[], int, long) - Static method in class org.apache.tomcat.jni.File
-
Read a string from the specified file.
- getSaltLength() - Method in class org.apache.catalina.realm.DigestCredentialHandlerBase
-
- 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
-
- 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
-
Return the scheme that will be assigned to requests received
through this connector.
- getScheme() - Method in class org.apache.catalina.connector.Request
-
Return the scheme used to make this 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
-
- 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.
- getScope() - Method in class org.apache.tomcat.util.descriptor.web.ContextResource
-
- getScratchDir() - Method in class org.apache.jasper.EmbeddedServletOptions
-
What is my scratch dir?
- getScratchDir() - Method in class org.apache.jasper.JspC
-
What is my scratch dir?
- getScratchDir() - Method in interface org.apache.jasper.Options
-
What is my scratch dir?
- getScriptingInvalid() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- getScriptingInvalid() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
-
- getSearchStringEscape() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- getSecure() - Method in class org.apache.catalina.connector.Connector
-
Return the secure connection flag that will be assigned to requests
received through this connector.
- getSecure() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- getSecurePagesWithPragma() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Return the flag that states, if proxy caching is disabled, what headers
we add to disable the caching.
- getSecurePort() - Method in interface org.apache.catalina.tribes.ChannelReceiver
-
Returns the secure listening port
- getSecurePort() - Method in interface org.apache.catalina.tribes.Member
-
Returns the secure listen port for the ChannelReceiver implementation.
- getSecurePort() - Method in class org.apache.catalina.tribes.membership.MemberImpl
-
- getSecurePort() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- getSecureRandomAlgorithm() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Return the secure random number generator algorithm name.
- getSecureRandomAlgorithm() - Method in class org.apache.catalina.session.ManagerBase
-
- getSecureRandomClass() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Return the secure random number generator class name.
- getSecureRandomClass() - Method in class org.apache.catalina.session.ManagerBase
-
- getSecureRandomProvider() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Return the secure random number generator provider name.
- getSecureRandomProvider() - Method in class org.apache.catalina.session.ManagerBase
-
- getSecurityConstraints() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getSecurityRoleRefs() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- getSecurityRoles() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getSegmentCount() - Method in class org.apache.tomcat.websocket.server.UriTemplate
-
- getSelector() - Method in class org.apache.catalina.tribes.transport.nio.NioSender
-
- getSelector() - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
-
- getSelectorPool() - Method in class org.apache.tomcat.util.net.NioEndpoint
-
- getSelectors() - Method in class org.apache.tomcat.util.net.NioSelectorPool
-
- getSelectorTimeout() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- getSelectorTimeout() - Method in class org.apache.coyote.http11.Http11NioProtocol
-
- getSelectorTimeout() - Method in class org.apache.tomcat.util.net.NioEndpoint
-
- getSendAllSessionsSize() - Method in class org.apache.catalina.ha.session.DeltaManager
-
- getSendAllSessionsWaitTime() - Method in class org.apache.catalina.ha.session.DeltaManager
-
- getSender() - Method in class org.apache.catalina.tribes.transport.PooledSender
-
- getSenderState(Member) - Static method in class org.apache.catalina.tribes.transport.SenderState
-
- getSenderState(Member, boolean) - Static method in class org.apache.catalina.tribes.transport.SenderState
-
- getSendfile() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSendfileCount() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
Number of sendfile sockets.
- getSendfileCount() - Method in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
-
- getSendfileData() - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
-
- getSendfileData() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
-
- getSendfileSize() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getSendfileSize() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSendfileThreadCount() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getSendfileThreadCount() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSendRedirectBody() - Method in interface org.apache.catalina.Context
-
Determines if 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
-
- getSendTimeout() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointAsync
-
- getSendTimeout() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
-
- getSendWriter() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointBasic
-
- getSendWriter() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
-
- getservbyname(long, String) - Static method in class org.apache.tomcat.jni.Address
-
Given an apr_sockaddr_t and a service name, set the port for the service
- getServer() - Method in class org.apache.catalina.core.StandardContext
-
- getServer() - Method in class org.apache.catalina.core.StandardService
-
Return the Server
with which we are associated (if any).
- getServer() - Method in class org.apache.catalina.realm.RealmBase
-
Return the Server object that is the ultimate parent for the container
with which this Realm is associated.
- getServer() - Method in interface org.apache.catalina.Service
-
- getServer() - Method in class org.apache.catalina.startup.Catalina
-
- getServer() - Method in class org.apache.catalina.startup.Tomcat
-
Get the server object.
- getServer() - Method in 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.AbstractHttp11Processor
-
Get the server header name.
- getServer() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- getServerAliases(String, Principal[]) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
-
Get the matching aliases for authenticating the server side of a secure
socket, given the public key type and the list of certificate issuer
authorities recognized by the peer (if any).
- getServerAliases(String, Principal[]) - Method in class org.apache.tomcat.util.net.jsse.NioX509KeyManager
-
- getServerBuilt() - Method in class org.apache.catalina.core.StandardServer
-
Return the current server built timestamp
- getServerBuilt() - Static method in class org.apache.catalina.util.ServerInfo
-
Return the server built time for this version of Tomcat.
- 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
-
Return the name and version of the servlet container.
- getServerInfo() - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getServerInfo() - Method in class org.apache.catalina.core.StandardServer
-
Report the current Tomcat Server Release number
- getServerInfo() - Static method in class org.apache.catalina.util.ServerInfo
-
Return the server identification for this version of Tomcat.
- getServerInfo() - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return descriptive information about this server.
- getServerName() - Method in class org.apache.catalina.connector.Request
-
Return the server name responding to this Request.
- getServerName() - Method in class org.apache.catalina.connector.RequestFacade
-
- getServerNumber() - Method in class org.apache.catalina.core.StandardServer
-
Return the current server's version number.
- getServerNumber() - Static method in class org.apache.catalina.util.ServerInfo
-
Return the server's version number.
- getServerPort() - Method in class org.apache.catalina.connector.Request
-
Return the server port responding to this 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
-
- getServerPort() - Method in class org.apache.coyote.RequestInfo
-
- getServerSocketFactory() - Method in class org.apache.tomcat.util.net.JIoEndpoint
-
- getServerSocketFactory(AbstractEndpoint<?>) - Method in class org.apache.tomcat.util.net.jsse.JSSEImplementation
-
- getServerSocketFactory(AbstractEndpoint<?>) - Method in class org.apache.tomcat.util.net.SSLImplementation
-
- getServerToClientElement(ExtendedAccessLogValve.PatternTokenizer) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
-
- getService() - Method in class org.apache.catalina.connector.Connector
-
Return the Service
with which we are associated (if any).
- getService() - Method in class org.apache.catalina.core.StandardEngine
-
Return the Service
with which we are associated (if any).
- getService() - Method in interface org.apache.catalina.Engine
-
Return the Service
with which we are associated (if any).
- getService() - Method in class org.apache.catalina.startup.Tomcat
-
Get the service object.
- 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.
- 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 service names.
- getServiceqname() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- getServiceqname(int) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- getServiceqnameLocalpart() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- getServiceqnameNamespaceURI() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- getServiceRefs() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getServiceStartTime() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
-
- getServiceStartTime() - Method in class org.apache.catalina.tribes.membership.MemberImpl
-
- getServlet(String) - Method in class org.apache.catalina.core.ApplicationContext
-
Deprecated.
As of Java Servlet API 2.1, with no direct replacement.
- getServlet(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
Deprecated.
As of Java Servlet API 2.1, with no direct replacement.
- getServlet() - Method in class org.apache.catalina.core.StandardWrapper
-
Return the associated servlet instance.
- getServlet() - Method in class org.apache.catalina.InstanceEvent
-
Deprecated.
Return the servlet instance for which this event occurred.
- getServlet() - Method in class org.apache.catalina.startup.Tomcat.ExistingStandardWrapper
-
- getServlet() - Method in interface org.apache.catalina.Wrapper
-
Return the associated servlet instance.
- getServlet(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Deprecated.
This method has been deprecated with no replacement
- getServlet() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- getServletClass() - Method in class org.apache.catalina.core.StandardWrapper
-
Return the fully qualified servlet class name for this servlet.
- getServletClass() - Method in class org.apache.catalina.startup.Tomcat.ExistingStandardWrapper
-
- getServletClass() - Method in interface org.apache.catalina.Wrapper
-
Return the fully qualified servlet class name for this servlet.
- getServletClass() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- getServletClassName() - Method in class org.apache.jasper.JspCompilationContext
-
Just the class name (does not include package name) of the
generated class.
- getServletConfig() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getServletConfig() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- 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
-
Return the servlet context for which this Context is a facade.
- getServletContext() - Method in class org.apache.catalina.core.ApplicationFilterConfig
-
Return the ServletContext of our associated web application.
- getServletContext() - Method in class org.apache.catalina.core.StandardContext
-
Return the servlet context for which this Context is a facade.
- getServletContext() - Method in class org.apache.catalina.core.StandardWrapper
-
Return the servlet context with which this servlet is associated.
- getServletContext() - Method in class org.apache.catalina.core.StandardWrapperFacade
-
- getServletContext() - Method in class org.apache.catalina.ha.context.ReplicatedContext
-
- getServletContext() - Method in class org.apache.catalina.session.StandardSession
-
Return the ServletContext to which this session belongs.
- getServletContext() - Method in class org.apache.catalina.session.StandardSessionFacade
-
- getServletContext() - Method in class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
-
- getServletContext() - Method in class org.apache.catalina.startup.FailedContext
-
- getServletContext() - Method in class org.apache.jasper.JspCompilationContext
-
- getServletContext() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getServletContext() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getServletContext() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- getServletContextAndPath(String, boolean) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- getServletContextAndPathFromNonVirtualPath(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- getServletContextAndPathFromVirtualPath(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- getServletContextName() - Method in class org.apache.catalina.core.ApplicationContext
-
Return the display name of this web application.
- getServletContextName() - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getServletContextName() - Method in class org.apache.jasper.servlet.JspCServletContext
-
Return the name of this servlet context.
- getServletInfo() - Method in class org.apache.catalina.manager.HTMLManagerServlet
-
- getServletInfo() - Method in class org.apache.jasper.runtime.HttpJspBase
-
- getServletJavaFileName() - Method in class org.apache.jasper.JspCompilationContext
-
Full path name of the Java file into which the servlet is being
generated.
- getServletMappings() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- 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
-
Return the name of this servlet.
- getServletName() - Method in class org.apache.catalina.core.StandardWrapperFacade
-
- getServletName() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- getServletNameMappings() - Method in class org.apache.catalina.core.ApplicationFilterRegistration
-
- getServletNames() - Method in class org.apache.catalina.core.ApplicationContext
-
Deprecated.
As of Java Servlet API 2.1, with no direct replacement.
- getServletNames() - Method in class org.apache.catalina.core.ApplicationContextFacade
-
Deprecated.
As of Java Servlet API 2.1, with no direct replacement.
- getServletNames() - Method in class org.apache.jasper.servlet.JspCServletContext
-
Deprecated.
This method has been deprecated with no replacement
- getServletNames() - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
-
- getServletPackageName() - Method in class org.apache.jasper.JspCompilationContext
-
Package name for the generated class is make up of the base package
name, which is user settable, and the derived package name.
- getServletPath() - Method in class org.apache.catalina.connector.Request
-
Return the portion of the request URI used to select the servlet
that will process this 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
-
- getServlets() - Method in class org.apache.catalina.core.ApplicationContext
-
Deprecated.
As of Java Servlet API 2.1, with no direct replacement.
- getServlets() - Method in class org.apache.catalina.core.ApplicationContextFacade
-
Deprecated.
As of Java Servlet API 2.1, with no direct replacement.
- getServlets() - Method in class org.apache.catalina.core.StandardContext
-
Deprecated.
The JSR-77 implementation is incomplete and will be removed
in 8.5.x
- getServlets() - Method in class org.apache.jasper.servlet.JspCServletContext
-
Deprecated.
This method has been deprecated with no replacement
- getServlets() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getSession() - Method in class org.apache.catalina.connector.Request
-
Return the session associated with this Request, creating one
if necessary.
- getSession(boolean) - Method in class org.apache.catalina.connector.Request
-
Return the session associated with this Request, creating one
if necessary and requested.
- getSession(boolean) - Method in class org.apache.catalina.connector.RequestFacade
-
- getSession() - Method in class org.apache.catalina.connector.RequestFacade
-
- getSession() - Method in interface org.apache.catalina.ha.session.SessionMessage
-
- getSession() - Method in class org.apache.catalina.ha.session.SessionMessageImpl
-
- getSession() - Method in class org.apache.catalina.manager.DummyProxySession
-
- getSession() - Method in interface org.apache.catalina.Session
-
Return the HttpSession
for which this object
is the facade.
- getSession(String) - Method in class org.apache.catalina.session.ManagerBase
-
Returns information about the session with the given session id.
- getSession() - Method in class org.apache.catalina.session.StandardSession
-
Return the HttpSession
for which this object
is the facade.
- getSession() - Method in class org.apache.catalina.SessionEvent
-
Return the Session on which this event occurred.
- getSession() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- getSession() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- getSessionAppCol() - Method in class org.apache.catalina.session.JDBCStore
-
- getSessionAttribute(String, String) - Method in class org.apache.catalina.session.ManagerBase
-
For debugging.
- getSessionAttributeFilter() - Method in class org.apache.catalina.ha.session.ClusterManagerBase
-
- 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
-
- 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
-
- getSessionAverageAliveTime() - Method in interface org.apache.catalina.Manager
-
Gets the average time (in seconds) that expired sessions had been
alive.
- getSessionAverageAliveTime() - Method in class org.apache.catalina.session.ManagerBase
-
Gets the average time (in seconds) that expired sessions had been
alive.
- getSessionCacheSize() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- getSessionCacheSize() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getSessionConfig() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getSessionContext() - Method in class org.apache.catalina.session.StandardSession
-
Deprecated.
As of Version 2.1, this method is deprecated and has no
replacement. It will be removed in a future version of the
Java Servlet API.
- getSessionContext() - Method in class org.apache.catalina.session.StandardSessionFacade
-
Deprecated.
As of Version 2.1, this method is deprecated and has no
replacement.
- getSessionCookieConfig() - Method in class org.apache.catalina.core.ApplicationContext
-
- getSessionCookieConfig() - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- getSessionCookieConfig() - Method in class org.apache.jasper.servlet.JspCServletContext
-
- getSessionCookieDomain() - Method in interface org.apache.catalina.Context
-
Gets the domain to use for session cookies.
- getSessionCookieDomain() - Method in class org.apache.catalina.core.StandardContext
-
Gets the domain to use for session cookies.
- getSessionCookieDomain() - Method in class org.apache.catalina.startup.FailedContext
-
- getSessionCookieName() - Method in interface org.apache.catalina.Context
-
Gets the name to use for session cookies.
- getSessionCookieName() - Method in class org.apache.catalina.core.StandardContext
-
Gets the name to use for session cookies.
- getSessionCookieName() - Method in class org.apache.catalina.startup.FailedContext
-
- getSessionCookieName(Context) - Static method in class org.apache.catalina.util.SessionConfig
-
Determine the name to use for the session cookie for the provided
context.
- getSessionCookiePath() - Method in interface org.apache.catalina.Context
-
Gets the path to use for session cookies.
- getSessionCookiePath() - Method in class org.apache.catalina.core.StandardContext
-
Gets the path to use for session cookies.
- getSessionCookiePath() - Method in class org.apache.catalina.startup.FailedContext
-
- getSessionCookiePathUsesTrailingSlash() - Method in interface org.apache.catalina.Context
-
Is a / added to the end of the session cookie path to ensure browsers,
particularly IE, don't send a session cookie for context /foo with
requests intended for context /foobar.
- getSessionCookiePathUsesTrailingSlash() - Method in class org.apache.catalina.core.StandardContext
-
- getSessionCookiePathUsesTrailingSlash() - Method in class org.apache.catalina.startup.FailedContext
-
- getSessionCounter() - Method in interface org.apache.catalina.Manager
-
Returns the total number of sessions created by this manager.
- getSessionCounter() - Method in class org.apache.catalina.session.ManagerBase
-
- getSessionCreateRate() - Method in interface org.apache.catalina.Manager
-
Gets the current rate of session creation (in session per minute).
- getSessionCreateRate() - Method in class org.apache.catalina.session.ManagerBase
-
Gets the current rate of session creation (in session per minute).
- getSessionDataCol() - Method in class org.apache.catalina.session.JDBCStore
-
- getSessionExpireRate() - Method in interface org.apache.catalina.Manager
-
Gets the current rate of session expiration (in session per minute).
- getSessionExpireRate() - Method in class org.apache.catalina.session.ManagerBase
-
Gets the current rate of session expiration (in session per minute).
- getSessionForNameAndId(ContextName, String, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
-
- getSessionId() - Method in class org.apache.catalina.authenticator.SingleSignOnSessionKey
-
- getSessionId() - Method in class org.apache.catalina.ha.session.DeltaRequest
-
- getSessionID() - Method in interface org.apache.catalina.ha.session.SessionMessage
-
- getSessionID() - Method in class org.apache.catalina.ha.session.SessionMessageImpl
-
- getSessionId() - Method in interface org.apache.tomcat.util.net.SSLSupport
-
The current session Id.
- getSessionIdAttribute() - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
-
set session id attribute to failed node for request.
- getSessionIdCol() - Method in class org.apache.catalina.session.JDBCStore
-
- getSessionIdGenerator() - Method in interface org.apache.catalina.Manager
-
return the session id generator
- getSessionIdGenerator() - Method in class org.apache.catalina.session.ManagerBase
-
Gets the session id generator.
- getSessionIdLength() - Method in interface org.apache.catalina.Manager
-
- getSessionIdLength() - Method in class org.apache.catalina.session.ManagerBase
-
- getSessionIdLength() - Method in interface org.apache.catalina.SessionIdGenerator
-
Return the number of bytes for a session ID
- getSessionIdLength() - Method in class org.apache.catalina.util.SessionIdGeneratorBase
-
Return the number of bytes for a session ID
- getSessionIdsFull() - Method in interface org.apache.catalina.DistributedManager
-
Returns the list of all sessions IDS (primary, backup and proxy).
- getSessionIdsFull() - Method in class org.apache.catalina.ha.session.BackupManager
-
- getSessionIdsFull() - Method in class org.apache.catalina.session.PersistentManagerBase
-
- getSessionInactiveInterval() - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
-
- getSessionInternal() - Method in class org.apache.catalina.connector.Request
-
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, creating one
if necessary and requested.
- getSessionLastAccessedCol() - Method in class org.apache.catalina.session.JDBCStore
-
- getSessionListener(String) - Method in class org.apache.catalina.authenticator.SingleSignOn
-
- getSessionListener(String) - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
-
- getSessionMaxAliveTime() - Method in interface org.apache.catalina.Manager
-
Gets the longest time (in seconds) that an expired session had been
alive.
- getSessionMaxAliveTime() - Method in class org.apache.catalina.session.ManagerBase
-
- getSessionMaxInactiveCol() - Method in class org.apache.catalina.session.JDBCStore
-
- getSessionReplaceCounter() - Method in class org.apache.catalina.ha.session.DeltaManager
-
- getSessionsForName(ContextName, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
-
- getSessionTable() - Method in class org.apache.catalina.session.JDBCStore
-
- getSessionTimeout() - Method in interface org.apache.catalina.Context
-
Return the default session timeout (in minutes) for this
web application.
- getSessionTimeout() - Method in class org.apache.catalina.core.StandardContext
-
Return 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.coyote.http11.AbstractHttp11JsseProtocol
-
- getSessionTimeout() - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- getSessionTimeout() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getSessionTrackingModes() - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- getSessionUriParamName(Context) - Static method in class org.apache.catalina.util.SessionConfig
-
Determine the name to use for the session path parameter for the provided
context.
- getSessionValidCol() - Method in class org.apache.catalina.session.JDBCStore
-
- getSetMethod() - Method in class org.apache.tomcat.util.modeler.AttributeInfo
-
The name of the property setter method, if non-standard.
- getSetter(String, BaseModelMBean, Object) - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
- getSharedSelector() - Method in class org.apache.tomcat.util.net.NioSelectorPool
-
- getSharedSelectorTimeout() - Method in class org.apache.tomcat.util.net.NioSelectorPool
-
- getShort(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getShort(String) - 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.DelegatingResultSet
-
- getShortName() - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
-
- getShutdown() - Method in class org.apache.catalina.core.StandardServer
-
Return the shutdown command string we are waiting for.
- getShutdown() - Method in interface org.apache.catalina.Server
-
- getSignature() - Method in class org.apache.tomcat.util.modeler.OperationInfo
-
The set of parameters for this operation.
- getSingleton() - Method in class org.apache.tomcat.util.descriptor.web.ContextResource
-
- getSize() - Method in class org.apache.catalina.core.ApplicationPart
-
- getSize() - Method in class org.apache.catalina.ha.session.DeltaRequest
-
- getSize() - Method in class org.apache.catalina.session.FileStore
-
Return the number of Sessions present in this Store.
- getSize() - Method in class org.apache.catalina.session.JDBCStore
-
Return an integer containing a count of all Sessions
currently saved in this Store.
- getSize() - Method in interface org.apache.catalina.Store
-
Return the number of Sessions present in this Store.
- getSize() - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
-
Deprecated.
- getSize() - Method in class org.apache.catalina.webresources.Cache
-
- getSize() - Method in class org.apache.jasper.util.FastRemovalDequeue
-
Retrieve the size of the list.
- getSize() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
-
Returns the total size of this pool, this includes both busy and idle connections
- getSize() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
- getSize() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getSize() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
-
- getSize(long, String) - Static method in class org.apache.tomcat.jni.Registry
-
Get the Registry key length.
- getSize() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Returns the size of the file.
- getSize() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
-
Returns the size of the file item.
- getSizeLimit() - Method in class org.apache.catalina.realm.JNDIRealm
-
- getSizeMax() - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
- getSizeThreshold() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
-
Returns the size threshold beyond which files are written directly to
disk.
- getSkip() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- getSlowQueriesCD() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
-
JMX operation - returns all the queries we have collected.
- getSlowQueriesCD() - Method in interface org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmxMBean
-
- getSmallIcon() - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
-
- getSmallIcon() - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- getSmallIcon() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- getSmallIcon() - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
-
- getSmallIcon() - Method in class org.apache.tomcat.util.descriptor.web.MessageDestination
-
- getSmallIcon() - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- getSoapRole(int) - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
-
- getSoapRolesSize() - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
-
- getSocket() - Method in class org.apache.tomcat.util.net.Nio2Channel
-
- getSocket() - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- getSocketBuffer() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
Get the socket buffer flag.
- getSocketBuffer() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- getSocketBuffer() - Method in class org.apache.coyote.http11.AbstractOutputBuffer
-
Get the socket buffer flag.
- getSocketProperties() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getSocketStatus() - Method in enum org.apache.tomcat.util.net.DispatchType
-
- getSocketWrapper() - Method in class org.apache.coyote.AbstractProcessor
-
Get the socket wrapper being used.
- getSocketWrapperCache() - Method in class org.apache.tomcat.util.net.SocketProperties
-
- getSoftMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Returns the minimum amount of time a connection may sit idle in the pool before it is eligible for eviction by
the idle object evictor, with the extra condition that at least "minIdle" connections remain in the pool.
- getSoftMinEvictableIdleTimeMillis() - Method in interface org.apache.tomcat.dbcp.dbcp2.BasicDataSourceMXBean
-
- getSoftMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
-
- getSoftMinEvictableIdleTimeMillis() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
-
Get the value for the softMinEvictableIdleTimeMillis
configuration attribute for pools created with this configuration
instance.
- getSoKeepAlive() - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- getSoKeepAlive() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- getSoKeepAlive() - Method in class org.apache.tomcat.util.net.SocketProperties
-
- getSoLinger() - Method in class org.apache.coyote.AbstractProtocol
-
- getSoLinger() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
Socket linger.
- getSoLingerOn() - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- getSoLingerOn() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- getSoLingerOn() - Method in class org.apache.tomcat.util.net.SocketProperties
-
- getSoLingerTime() - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- getSoLingerTime() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- getSoLingerTime() - Method in class org.apache.tomcat.util.net.SocketProperties
-
- getSoReuseAddress() - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- getSoReuseAddress() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- getSoReuseAddress() - Method in class org.apache.tomcat.util.net.SocketProperties
-
- getSoTimeout() - Method in class org.apache.catalina.tribes.membership.McastService
-
- getSoTimeout() - Method in class org.apache.coyote.AbstractProtocol
-
- getSoTimeout() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
Socket timeout.
- getSoTimeout() - Method in class org.apache.tomcat.util.net.SocketProperties
-
- getSoTrafficClass() - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- getSoTrafficClass() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- getSource() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
-
- getSource() - Method in class org.apache.catalina.tribes.group.Response
-
- getSpare() - Method in class org.apache.tomcat.util.net.NioSelectorPool
-
- getSpecificationVendor() - Method in class org.apache.catalina.util.Extension
-
- getSpecificationVersion() - Method in class org.apache.catalina.util.Extension
-
- getSpnegoDelegationQop() - Method in class org.apache.catalina.realm.JNDIRealm
-
- getSql() - Method in class org.apache.tomcat.dbcp.dbcp2.PStmtKey
-
Gets the SQL statement.
- getSql() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
-
- getSQLKeywords() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- getSQLStateType() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- getSQLXML(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getSQLXML(String) - 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.DelegatingResultSet
-
- getSSLCACertificateFile() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
SSL CA certificate file.
- getSSLCACertificateFile() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSSLCACertificatePath() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
SSL CA certificate path.
- getSSLCACertificatePath() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSSLCARevocationFile() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
SSL CA revocation file.
- getSSLCARevocationFile() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSSLCARevocationPath() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
SSL CA revocation path.
- getSSLCARevocationPath() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSSLCertificateChainFile() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
SSL certificate chain file.
- getSSLCertificateChainFile() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSSLCertificateFile() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
SSL certificate file.
- getSSLCertificateFile() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSSLCertificateKeyFile() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
SSL certificate key file.
- getSSLCertificateKeyFile() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSslCipherHeader() - Method in class org.apache.catalina.valves.SSLValve
-
- getSSLCipherSuite() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
SSL cipher suite.
- getSSLCipherSuite() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSslCipherUserKeySizeHeader() - Method in class org.apache.catalina.valves.SSLValve
-
- getSslClientCertHeader() - Method in class org.apache.catalina.valves.SSLValve
-
- getSSLContext() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
- getSSLContext() - Method in class org.apache.tomcat.util.net.NioEndpoint
-
- getSSLDisableCompression() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
Disable SSL compression.
- getSSLDisableCompression() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSSLDisableSessionTickets() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
Disable TLS Session Tickets (RFC 4507).
- getSSLDisableSessionTickets() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSslEnabledProtocolsArray() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getSSLEngine() - Method in class org.apache.catalina.core.AprLifecycleListener
-
- getSslEngine() - Method in class org.apache.tomcat.util.net.SecureNio2Channel
-
- getSslEngine() - Method in class org.apache.tomcat.util.net.SecureNioChannel
-
- getSSLHonorCipherOrder() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
SSL honor cipher order.
- getSSLHonorCipherOrder() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSslImplementation() - Method in class org.apache.coyote.ajp.AjpNio2Protocol.AjpConnectionHandler
-
- getSslImplementation() - Method in class org.apache.coyote.ajp.AjpNioProtocol.AjpConnectionHandler
-
- getSslImplementation() - Method in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
-
- getSslImplementation() - Method in class org.apache.coyote.http11.Http11Nio2Protocol.Http11ConnectionHandler
-
- getSslImplementation() - Method in class org.apache.coyote.http11.Http11NioProtocol.Http11ConnectionHandler
-
- getSslImplementation() - Method in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
-
- getSslImplementation() - Method in interface org.apache.tomcat.util.net.JIoEndpoint.Handler
-
- getSslImplementation() - Method in interface org.apache.tomcat.util.net.Nio2Endpoint.Handler
-
- getSslImplementation() - Method in interface org.apache.tomcat.util.net.NioEndpoint.Handler
-
- getSslImplementationName() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- getSSLInsecureRenegotiation() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSSLPassword() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
SSL password (if a cert is encrypted, and no password has been provided, a callback
will ask for a password).
- getSSLPassword() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSslProtocol() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- getSSLProtocol() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
SSL protocol.
- getSslProtocol() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getSSLProtocol() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSSLRandomSeed() - Method in class org.apache.catalina.core.AprLifecycleListener
-
- getSslSessionIdHeader() - Method in class org.apache.catalina.valves.SSLValve
-
- getSSLSupport(Socket) - Method in class org.apache.tomcat.util.net.jsse.JSSEImplementation
-
- getSSLSupport(SSLSession) - Method in class org.apache.tomcat.util.net.jsse.JSSEImplementation
-
- getSSLSupport(Socket) - Method in class org.apache.tomcat.util.net.SSLImplementation
-
- getSSLSupport(SSLSession) - Method in class org.apache.tomcat.util.net.SSLImplementation
-
- getSSLUtil(AbstractEndpoint<?>) - Method in class org.apache.tomcat.util.net.jsse.JSSEImplementation
-
- getSSLUtil(AbstractEndpoint<?>) - Method in class org.apache.tomcat.util.net.SSLImplementation
-
- getSSLVerifyClient() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
SSL verify client.
- getSSLVerifyClient() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getSSLVerifyDepth() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
SSL verify depth.
- getSSLVerifyDepth() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getStackTrace(Throwable) - Static method in class org.apache.tomcat.jdbc.pool.ConnectionPool
-
Convert an exception into a String
- getStackTrace() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
-
Returns the stack trace from when this connection was borrowed.
- getStage() - Method in class org.apache.coyote.RequestInfo
-
- getStart() - Method in class org.apache.tomcat.util.buf.AbstractChunk
-
- getStartChildren() - Method in class org.apache.catalina.core.ContainerBase
-
Return if children of this container will be started automatically when
they are added to this container.
- getStartingPoint() - Method in class org.apache.catalina.filters.ExpiresFilter.ExpiresConfiguration
-
- getStartStopExecutor() - Method in class org.apache.catalina.core.StandardHost
-
- getStartStopExecutor() - Method in interface org.apache.catalina.Host
-
Return 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.coyote.Request
-
- getStartupTime() - Method in class org.apache.catalina.core.StandardContext
-
Gets the time (in milliseconds) it took to start this context.
- getStat(String, int, long) - Static method in class org.apache.tomcat.jni.File
-
Get the specified file's stats.
- getState() - Method in interface org.apache.catalina.Lifecycle
-
Obtain the current state of the source component.
- getState() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
Obtain the current state of the source component.
- getState() - Method in class org.apache.catalina.util.LifecycleBase
-
Obtain the current state of the source component.
- getState() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
-
Returns the state of this object.
- getState() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
-
Returns the state of this object.
- getState() - Method in class org.apache.tomcat.util.net.AbstractEndpoint.Acceptor
-
- getStatement() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- getStatement() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementFinalizer.StatementEntry
-
- getStateMessageType() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- getStateMessageType() - Method in class org.apache.catalina.tribes.tipis.LazyReplicatedMap
-
- getStateMessageType() - Method in class org.apache.catalina.tribes.tipis.ReplicatedMap
-
- getStateMutex() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- getStateName() - Method in interface org.apache.catalina.Lifecycle
-
Obtain a textual representation of the current component state.
- getStateName() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
Obtain a textual representation of the current component state.
- getStateName() - Method in class org.apache.catalina.util.LifecycleBase
-
Obtain a textual representation of the current component state.
- getStateTransfered() - Method in class org.apache.catalina.ha.session.DeltaManager
-
is session state transfered complete?
- getStateTransferTimeout() - Method in class org.apache.catalina.ha.session.DeltaManager
-
- getStaticOnly() - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
-
- getStaticOnly() - Method in class org.apache.catalina.webresources.AbstractResourceSet
-
- 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.
- getStatus() - Method in class org.apache.catalina.connector.Response
-
- getStatus() - Method in class org.apache.catalina.connector.ResponseFacade
-
- getStatus() - Method in class org.apache.coyote.Response
-
- getStatus() - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- getStatusLine() - Method in class org.apache.catalina.ant.FindLeaksTask
-
Returns the statusLine parameter that controls if the response includes a
status line or not.
- getStmtType() - Method in class org.apache.tomcat.dbcp.dbcp2.PStmtKey
-
The SQL statement type.
- getStore() - Method in class org.apache.catalina.session.PersistentManagerBase
-
- getStore() - Method in interface org.apache.catalina.StoreManager
-
Return the Store object which manages persistent Session
storage for this Manager.
- getStoreAppender() - Method in interface org.apache.catalina.storeconfig.IStoreFactory
-
- getStoreAppender() - Method in class org.apache.catalina.storeconfig.StoreFactoryBase
-
- getStoreConfig() - Method in class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
-
- getStoreConfigClass() - Method in class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
-
- getStoreFactory() - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- getStoreFactoryClass() - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- getStoreLocation() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Returns the File
object for the FileItem
's
data's temporary location on the disk.
- getStoreName() - Method in class org.apache.catalina.session.FileStore
-
Return the name for this Store, used for logging.
- getStoreName() - Method in class org.apache.catalina.session.JDBCStore
-
- getStoreName() - Method in class org.apache.catalina.session.StoreBase
-
- getStoreRegistry() - Method in class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
-
- getStoreWriterClass() - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- getStratumName() - Method in class org.apache.jasper.compiler.SmapStratum
-
Returns the name of the stratum.
- getStream() - Method in class org.apache.catalina.connector.Request
-
Return the input stream associated with this Request.
- 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
-
- getStrength_bits() - Method in enum org.apache.tomcat.util.net.jsse.openssl.Cipher
-
- getStrictQuoteEscaping() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- getStrictQuoteEscaping() - Method in class org.apache.jasper.JspC
-
- getStrictQuoteEscaping() - Method in interface org.apache.jasper.Options
-
- getString(String) - Method in class org.apache.catalina.core.ApplicationPart
-
- getString(String) - Method in class org.apache.catalina.tribes.util.StringManager
-
Get a string from the underlying resource bundle or return
null if the String is not found.
- getString(String, Object...) - Method in class org.apache.catalina.tribes.util.StringManager
-
Get a string from the underlying resource bundle and format
it with the given set of arguments.
- getString() - Method in class org.apache.el.parser.AstString
-
- getString() - Method in class org.apache.jasper.compiler.SmapGenerator
-
- getString() - Method in class org.apache.jasper.compiler.SmapStratum
-
Returns the given stratum as a String: a StratumSection,
followed by at least one FileSection and at least one LineSection.
- getString() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
Return the value of the BodyJspWriter as a String.
- getString() - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- getString(String) - Method in class org.apache.naming.StringManager
-
Get a string from the underlying resource bundle or return
null if the String is not found.
- getString(String, Object...) - Method in class org.apache.naming.StringManager
-
Get a string from the underlying resource bundle and format
it with the given set of arguments.
- getString(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getString(String) - 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.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- getString() - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Returns the string value.
- getString(String) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Returns the contents of the file as a String, using the specified
encoding.
- getString() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Returns the contents of the file as a String, using the default
character encoding.
- getString(String) - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
-
Returns the contents of the file item as a String, using the specified
encoding.
- getString() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
-
Returns the contents of the file item as a String, using the default
character encoding.
- getString(String) - Method in class org.apache.tomcat.util.res.StringManager
-
Get a string from the underlying resource bundle or return null if the
String is not found.
- getString(String, Object...) - Method in class org.apache.tomcat.util.res.StringManager
-
Get a string from the underlying resource bundle and format
it with the given set of arguments.
- getStringFunctions() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- getStuckThreadCount() - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
-
- getStuckThreadIds() - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
-
- getStuckThreadNames() - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
-
- getSub() - Method in class org.apache.catalina.valves.rewrite.Substitution
-
- getSubmittedCount() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
-
- getSubmittedFileName() - Method in class org.apache.catalina.core.ApplicationPart
-
- getSubstitution() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- getSubstitutionString() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- getSubtype() - Method in class org.apache.tomcat.util.http.parser.MediaType
-
- getSuffix() - Method in class org.apache.catalina.valves.AccessLogValve
-
Return the log file suffix.
- GetSuffix(int) - Method in class org.apache.el.parser.SimpleCharStream
-
Get the suffix.
- getSuperclassName() - Method in class org.apache.tomcat.util.bcel.classfile.JavaClass
-
returns the super class name of this class.
- getSuperTables(String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- getSuperTypes(String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- getSupportsRelativeRedirects() - Method in class org.apache.coyote.Request
-
- getSuspectTimeout() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Returns the time in seconds to pass before a connection is marked an abandoned suspect.
- getSuspectTimeout() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
Returns the time in seconds to pass before a connection is marked an abandoned suspect.
- getSuspectTimeout() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Returns the time in seconds to pass before a connection is marked an abandoned suspect.
- getSuspectTimeout() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Returns the time in seconds to pass before a connection is marked an abandoned suspect.
- getSwallowAbortedUploads() - Method in interface org.apache.catalina.Context
-
Returns true
if remaining request data will be read
(swallowed) even the request violates a data size constraint.
- getSwallowAbortedUploads() - Method in class org.apache.catalina.core.StandardContext
-
Returns true
if remaining request data will be read
(swallowed) even the request violates a data size constraint.
- getSwallowAbortedUploads() - Method in class org.apache.catalina.startup.FailedContext
-
- getSwallowedExceptionListener() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
-
The listener used (if any) to receive notifications of exceptions
unavoidably swallowed by the pool.
- getSwallowOutput() - Method in interface org.apache.catalina.Context
-
Return the value of the swallowOutput flag.
- getSwallowOutput() - Method in class org.apache.catalina.core.StandardContext
-
Return the value of the swallowOutput flag.
- getSwallowOutput() - Method in class org.apache.catalina.startup.FailedContext
-
- getSystemFunctions() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- 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
-
- getTabSize(int) - Method in class org.apache.el.parser.SimpleCharStream
-
- getTag() - Method in class org.apache.catalina.ant.DeployTask
-
- getTag() - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- getTag() - Method in class org.apache.tomcat.util.bcel.classfile.Constant
-
- getTagClass() - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- getTagClass() - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- 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
-
- getTagHandlerClassName(String, String, ErrorDispatcher) - Static method in class org.apache.jasper.compiler.JspUtil
-
Gets the fully-qualified class name of the tag handler corresponding to
the given tag file path.
- getTagHandlerPool(ServletConfig) - Static method in class org.apache.jasper.runtime.TagHandlerPool
-
- getTagInfo() - Method in class org.apache.jasper.JspCompilationContext
-
- getTaglibLocation() - Method in class org.apache.tomcat.util.descriptor.web.TaglibDescriptorImpl
-
- getTaglibs() - Method in class org.apache.tomcat.util.descriptor.web.JspConfigDescriptorImpl
-
- getTaglibs() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getTaglibURI() - Method in class org.apache.tomcat.util.descriptor.web.TaglibDescriptorImpl
-
- getTaglibXml(TldResourcePath) - Method in class org.apache.jasper.compiler.TldCache
-
- getTagPluginManager() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- getTagPluginManager() - Method in class org.apache.jasper.JspC
-
Obtain a Tag Plugin Manager
- getTagPluginManager() - Method in interface org.apache.jasper.Options
-
Obtain a Tag Plugin Manager
- getTags() - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
-
- getTarget() - Method in class org.apache.tomcat.websocket.Util.DecoderMatch
-
- getTargetClass() - Method in class org.apache.tomcat.util.descriptor.web.InjectionTarget
-
- getTargetName() - Method in class org.apache.tomcat.util.descriptor.web.InjectionTarget
-
- getTaskCreator() - Method in class org.apache.catalina.tribes.transport.RxTaskPool
-
- getTaskPool() - Method in class org.apache.catalina.tribes.transport.AbstractRxTask
-
- getTaskPool() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- getTcpNoDelay() - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- getTcpNoDelay() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- getTcpNoDelay() - Method in class org.apache.coyote.AbstractProtocol
-
- getTcpNoDelay() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
Socket TCP no delay.
- getTcpNoDelay() - Method in class org.apache.tomcat.util.net.SocketProperties
-
- getTeiClass() - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- getTempDir() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
-
- getTempDirFile() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
-
- getTempFile() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Creates and returns a File
representing a uniquely
named temporary file in the configured repository path.
- getTemporaryVariableName() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
- getTerminateOnStartFailure() - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
-
- getTestOnBorrow() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
- getTestOnBorrow() - Method in interface org.apache.tomcat.dbcp.dbcp2.BasicDataSourceMXBean
-
- getTestOnBorrow() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
-
Returns 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
-
Get 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
-
- getTestOnCreate() - Method in interface org.apache.tomcat.dbcp.dbcp2.BasicDataSourceMXBean
-
- getTestOnCreate() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
-
Returns 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
-
Get 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
-
- getTestOnReturn() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
-
Returns 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
-
Get 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
-
- getTestWhileIdle() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
- getTestWhileIdle() - Method in interface org.apache.tomcat.dbcp.dbcp2.BasicDataSourceMXBean
-
- getTestWhileIdle() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
-
- getTestWhileIdle() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
-
Get 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
-
- getTextDecoders() - Method in class org.apache.tomcat.websocket.Util.DecoderMatch
-
- getTextMessageHandler() - Method in class org.apache.tomcat.websocket.WsSession
-
- getThisAccessedTime() - Method in class org.apache.catalina.manager.DummyProxySession
-
- getThisAccessedTime() - Method in interface org.apache.catalina.Session
-
Return the last time the client sent a request associated with this
session, as the number of milliseconds since midnight, January 1, 1970
GMT.
- getThisAccessedTime(String) - Method in class org.apache.catalina.session.ManagerBase
-
- getThisAccessedTime() - Method in class org.apache.catalina.session.StandardSession
-
Return the last time the client sent a request associated with this
session, as the number of milliseconds since midnight, January 1, 1970
GMT.
- getThisAccessedTimeInternal() - Method in class org.apache.catalina.manager.DummyProxySession
-
- getThisAccessedTimeInternal() - Method in interface org.apache.catalina.Session
-
Return the last client access time without invalidation check
- getThisAccessedTimeInternal() - Method in class org.apache.catalina.session.StandardSession
-
Return the last client access time without invalidation check
- getThisAccessedTimestamp(String) - Method in class org.apache.catalina.session.ManagerBase
-
- getThread() - Static method in class org.apache.naming.ContextBindings
-
Retrieves the naming context bound to the current thread.
- getThreadBindingListener() - Method in interface org.apache.catalina.Context
-
Get the associated ThreadBindingListener.
- getThreadBindingListener() - Method in class org.apache.catalina.core.StandardContext
-
- getThreadBindingListener() - Method in class org.apache.catalina.startup.FailedContext
-
- 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<Locale>) - 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.
- getThreadName() - Method in class org.apache.catalina.session.FileStore
-
- getThreadName() - Method in class org.apache.catalina.session.JDBCStore
-
- getThreadName() - Method in class org.apache.tomcat.util.net.AbstractEndpoint.Acceptor
-
- getThreadPriority() - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- getThreadPriority() - Method in class org.apache.coyote.AbstractProtocol
-
- getThreadPriority() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getThreadRenewalDelay() - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- getThreadRenewalDelay() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
-
- getThreshold() - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
-
- getThreshold() - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport
-
returns the query measure threshold.
- getThrowable(ServletRequest) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
Returns the value of the javax.servlet.error.exception request
attribute value, if present, otherwise the value of the
javax.servlet.jsp.jspException request attribute value.
- getThrowOnFailedAck() - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- getTime(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getTime(int, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getTime(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getTime(String, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getTime(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- getTime(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- getTime(int, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- getTime(String, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- getTimeBetweenEvictionRunsMillis() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
- getTimeBetweenEvictionRunsMillis() - Method in interface org.apache.tomcat.dbcp.dbcp2.BasicDataSourceMXBean
-
- getTimeBetweenEvictionRunsMillis() - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Gets the number of milliseconds to sleep between runs of the idle object evictor thread.
- getTimeBetweenEvictionRunsMillis() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
-
Returns the number of milliseconds to sleep between runs of the idle
object evictor thread.
- getTimeBetweenEvictionRunsMillis() - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
-
Get the value for the timeBetweenEvictionRunsMillis
configuration
attribute for pools created with this configuration instance.
- 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
-
The number of milliseconds to sleep between runs of the idle connection validation, abandoned cleaner
and idle pool resizing.
- getTimeBetweenEvictionRunsMillis() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getTimeBetweenEvictionRunsMillis() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
The number of milliseconds to sleep between runs of the idle connection validation, abandoned cleaner
and idle pool resizing.
- getTimeBetweenEvictionRunsMillis() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
The number of milliseconds to sleep between runs of the idle connection validation, abandoned cleaner
and idle pool resizing.
- getTimeDateFunctions() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- getTimeLimit() - Method in class org.apache.catalina.realm.JNDIRealm
-
- getTimeout() - Method in class org.apache.catalina.core.AsyncContextImpl
-
- getTimeout() - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- getTimeout() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- getTimeout() - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
-
- getTimeout() - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- getTimeout() - Method in class org.apache.tomcat.websocket.server.WsServerContainer
-
- getTimeoutExpiry() - Method in class org.apache.tomcat.websocket.server.WsRemoteEndpointImplServer
-
- getTimeoutInterval() - Method in class org.apache.tomcat.util.net.SocketProperties
-
- getTimestamp() - Method in interface org.apache.catalina.ha.ClusterMessage
-
- getTimestamp() - Method in class org.apache.catalina.ha.ClusterMessageBase
-
- getTimestamp() - Method in class org.apache.catalina.ha.deploy.UndeployMessage
-
- getTimestamp() - Method in class org.apache.catalina.ha.session.SessionMessageImpl
-
- getTimestamp() - Method in class org.apache.catalina.session.ManagerBase.SessionTiming
-
- getTimestamp() - Method in interface org.apache.catalina.tribes.ChannelMessage
-
Timestamp of when the message was created.
- getTimestamp() - Method in class org.apache.catalina.tribes.io.ChannelData
-
- getTimestamp(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getTimestamp(int, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getTimestamp(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getTimestamp(String, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getTimestamp(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- getTimestamp(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- getTimestamp(int, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- getTimestamp(String, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- getTimestamp() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
-
Return the timestamps of last pool action.
- 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
-
- 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
-
The cache that maps URIs, resource paths and parsed TLD files for the
various tag libraries 'exposed' by the web application.
- 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
-
- 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
-
- getTldScanTime() - Method in class org.apache.catalina.core.StandardContext
-
- getTldSkip() - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
-
- 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
-
- getToken() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
-
- getToken(int) - Method in class org.apache.el.parser.ELParser
-
Get the specific Token.
- getTokenValue() - Method in class org.apache.catalina.ssi.ExpressionTokenizer
-
Returns the String value of the token if it was type TOKEN_STRING.
- getTomcatAuthentication() - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
-
- getTomcatAuthentication() - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
-
- getTomcatAuthorization() - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
-
- getTomcatAuthorization() - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
-
- getToString() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnection
-
- getToString() - Method in interface org.apache.tomcat.dbcp.dbcp2.PoolableConnectionMXBean
-
- getTotalInvocationTime() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
-
- getTotalNrOfMsgs() - Method in class org.apache.catalina.ha.deploy.FileMessage
-
- getTotalRequestTime() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
-
- getTotalSendTime() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
-
- 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
-
- 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
-
- getTrainThreshold() - Method in class org.apache.tomcat.util.buf.StringCache
-
- getTransaction() - Method in class org.apache.catalina.deploy.NamingResourcesImpl
-
Get the transaction object.
- getTransactionIsolation() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
-
- getTransactionIsolation() - Method in interface org.apache.tomcat.dbcp.dbcp2.PoolableConnectionMXBean
-
- getTransformation() - Method in class org.apache.tomcat.websocket.server.WsFrameServer
-
- getTransformation() - Method in class org.apache.tomcat.websocket.WsFrameBase
-
- getTransientAttributes() - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- getTransientChildren() - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- getTransport() - Method in class org.apache.catalina.tribes.transport.ReplicationTransmitter
-
- getTransportGuaranteeRedirectStatus() - Method in class org.apache.catalina.realm.RealmBase
-
- getTrimDirectiveWhitespaces() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
-
- getTrimSpaces() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Should template text that consists entirely of whitespace be removed?
- getTrimSpaces() - Method in class org.apache.jasper.JspC
- getTrimSpaces() - Method in interface org.apache.jasper.Options
-
- getTrimWhitespace() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- getTrustedProxies() - Method in class org.apache.catalina.filters.RemoteIpFilter
-
- getTrustedProxies() - Method in class org.apache.catalina.valves.RemoteIpValve
-
- getTrustManagerClassName() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getTrustManagers() - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
- getTrustManagers(String, String, String) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
Gets the initialized trust managers.
- getTrustManagers() - Method in interface org.apache.tomcat.util.net.SSLUtil
-
- getTrustMaxCertLength() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- getTrustMaxCertLength() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getTrustStore(String, String) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
- getTruststoreAlgorithm() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- getTruststoreAlgorithm() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getTruststoreFile() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- getTruststoreFile() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getTruststorePass() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- getTruststorePass() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getTruststoreProvider() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- getTruststoreProvider() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getTruststoreType() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- getTruststoreType() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getTtl() - Method in class org.apache.catalina.ha.backend.HeartbeatListener
-
- getTtl() - Method in class org.apache.catalina.tribes.membership.McastService
-
- getTtl() - Method in class org.apache.catalina.webresources.Cache
-
- getTtl(long) - Static method in class org.apache.tomcat.jni.Poll
-
Get the socket time to live.
- getTTLForSession(Session) - Static method in class org.apache.catalina.manager.util.SessionUtils
-
- getTxBufSize() - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- getTxBufSize() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- getTxBufSize() - Method in class org.apache.tomcat.util.net.SocketProperties
-
- getTxStart() - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
-
- getType() - Method in class org.apache.catalina.ant.jmx.Arg
-
- getType() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
-
- getType() - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
-
- getType() - Method in class org.apache.catalina.ant.ResourcesTask
-
- getType() - Method in class org.apache.catalina.ContainerEvent
-
Return the event type of this event.
- getType() - Method in class org.apache.catalina.InstanceEvent
-
Deprecated.
Return the event type of this event.
- getType() - Method in class org.apache.catalina.LifecycleEvent
-
Return the event type of this event.
- getType() - Method in class org.apache.catalina.SessionEvent
-
Return 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
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.ArithmeticNode
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstAssign
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstChoice
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstCompositeExpression
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstConcatenation
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstDeferredExpression
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstDynamicExpression
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstEmpty
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstFloatingPoint
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstFunction
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstIdentifier
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstInteger
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstListData
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstLiteralExpression
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstMapData
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstNegative
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstNot
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstNull
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstSemicolon
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstSetData
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstString
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.AstValue
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.BooleanNode
-
- getType(EvaluationContext) - Method in interface org.apache.el.parser.Node
-
- getType(EvaluationContext) - Method in class org.apache.el.parser.SimpleNode
-
- getType(ELContext, Object, Object) - Method in class org.apache.el.stream.StreamELResolverImpl
-
- getType(ELContext) - Method in class org.apache.el.ValueExpressionImpl
-
- getType(ELContext) - Method in class org.apache.el.ValueExpressionLiteral
-
- getType() - Method in class org.apache.jasper.compiler.ELParser
-
- getType(ELContext, Object, Object) - Method in class org.apache.jasper.el.ELResolverImpl
-
Deprecated.
- getType(ELContext) - Method in class org.apache.jasper.el.JspValueExpression
-
- getType() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- getType(long, String) - Static method in class org.apache.tomcat.jni.Registry
-
Get the Registry key type.
- getType() - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Return the type of the original content.
- getType() - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
-
- getType() - Method in class org.apache.tomcat.util.http.parser.MediaType
-
- getType() - Method in class org.apache.tomcat.util.modeler.FeatureInfo
-
The fully qualified Java class name of this element.
- getType() - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
The fully qualified name of the Java class of the resource
implementation class described by the managed bean described
by this descriptor.
- getType(ObjectName, String) - Method in class org.apache.tomcat.util.modeler.Registry
-
Get the type of an attribute of the object, from the metadata.
- getType() - Method in class org.apache.tomcat.websocket.MessageHandlerResult
-
- getType() - Method in class org.apache.tomcat.websocket.pojo.PojoPathParam
-
- getTypeDesc() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
-
- 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
-
- getTypeValue() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- getUdpPort() - Method in interface org.apache.catalina.tribes.ChannelReceiver
-
Returns the UDP port
- getUdpPort() - Method in interface org.apache.catalina.tribes.Member
-
Returns the UDP port that this member is listening to for UDP messages.
- getUdpPort() - Method in class org.apache.catalina.tribes.membership.MemberImpl
-
- getUdpPort() - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- getUdpPort() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- getUdpRxBufSize() - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- getUdpRxBufSize() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- getUdpTxBufSize() - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- getUdpTxBufSize() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- getUDTs(String, String, String, int[]) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- getUndeployOldVersions() - Method in class org.apache.catalina.core.StandardHost
-
- getUndeployOldVersions() - Method in interface org.apache.catalina.Host
-
Returns true of 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(ChannelMessage) - Static method in class org.apache.catalina.tribes.util.Arrays
-
- getUniqudId(byte[]) - Static method in class org.apache.catalina.tribes.util.Arrays
-
- getUniqueId() - Method in interface org.apache.catalina.ha.ClusterMessage
-
- getUniqueId() - Method in class org.apache.catalina.ha.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.
- getUniqueId() - Method in class org.apache.catalina.tribes.io.ChannelData
-
- getUniqueId() - Method in interface org.apache.catalina.tribes.Member
-
returns a UUID unique for this member over all sessions.
- getUniqueId() - Method in class org.apache.catalina.tribes.membership.MemberImpl
-
- getUniqueValue(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
-
Finds and returns a unique header field with the given name.
- getUnit() - Method in class org.apache.catalina.filters.ExpiresFilter.Duration
-
- getUnless() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
-
- getUnless() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
- getUnloadDelay() - Method in class org.apache.catalina.core.StandardContext
-
Return the value of the unloadDelay flag.
- getUnloadHandle() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- getUnlockTimeout() - Method in class org.apache.tomcat.util.net.SocketProperties
-
- getUnpackWAR() - Method in class org.apache.catalina.core.StandardContext
-
Unpack WAR flag accessor.
- 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
-
- getUpdateCount() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
-
- getUpgradeAsyncWriteBufferSize() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- getUpgradeToken() - Method in class org.apache.coyote.AbstractProcessor
-
- getUpgradeToken() - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
-
- getUpgradeToken() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
- getUpgradeToken() - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
-
- getUpgradeToken() - Method in interface org.apache.coyote.Processor
-
- getUri() - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
-
- getURIConverter() - Method in class org.apache.catalina.connector.Request
-
Return the URI converter.
- getURIEncoding() - Method in class org.apache.catalina.connector.Connector
-
Return the character encoding to be used for the URI using the original
case.
- getUriEncoding() - Method in class org.apache.catalina.valves.rewrite.Resolver
-
- getUriEncoding() - Method in class org.apache.catalina.valves.rewrite.ResolverImpl
-
- getURIEncodingLower() - Method in class org.apache.catalina.connector.Connector
-
Return the character encoding to be used for the URI using lower 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
-
- getUrl() - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
-
- getUrl() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
The URL of the JMX JSR 160
MBeanServer to be used.
- getURL() - Method in interface org.apache.catalina.WebResource
-
Obtain a URL to access the resource or null
if no such URL
is available or if the resource does not exist.
- 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.tomcat.dbcp.dbcp2.BasicDataSource
-
- getUrl() - Method in interface org.apache.tomcat.dbcp.dbcp2.BasicDataSourceMXBean
-
- getUrl() - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Gets the value of url used to locate the database for this datasource.
- getURL(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getURL(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- getURL() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- getURL(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- 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() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
The URL used to connect to the database
- getUrl() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getUrl() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
The URL used to connect to the database
- getUrl() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
The URL used to connect to the database
- getUrl() - 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 class org.apache.tomcat.util.descriptor.web.WebXml
-
- getURL(String) - Method in class org.apache.tomcat.util.scan.AbstractInputStreamJar
-
- getURL(String) - Method in class org.apache.tomcat.util.scan.JarFileUrlJar
-
- getURLConnection(String, boolean) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- getURLDecoder() - Method in class org.apache.coyote.Request
-
- getUrlPatternMappings() - Method in class org.apache.catalina.core.ApplicationFilterRegistration
-
- getURLPatterns() - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
-
- getUrlPatterns() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- getUrlPatterns() - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroupDescriptorImpl
-
- getURLs() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
Note that list of URLs returned by this method may not be complete.
- getUsage() - Method in class org.apache.tomcat.util.descriptor.web.MessageDestinationRef
-
- getUseBodyEncodingForURI() - Method in class org.apache.catalina.connector.Connector
-
Return the true if the entity body encoding should be used for the URI.
- getUseBufferPool() - Method in class org.apache.catalina.tribes.transport.AbstractRxTask
-
- getUseBufferPool() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- getUseCaches() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
- getUseComet() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getUseComet() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getUseComet() - Method in class org.apache.tomcat.util.net.JIoEndpoint
-
- getUseComet() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
- getUseComet() - Method in class org.apache.tomcat.util.net.NioEndpoint
-
- getUseCometTimeout() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getUseCometTimeout() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getUseCometTimeout() - Method in class org.apache.tomcat.util.net.JIoEndpoint
-
- getUseCometTimeout() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
- getUseCometTimeout() - Method in class org.apache.tomcat.util.net.NioEndpoint
-
- getUseContextClassLoader() - Method in class org.apache.tomcat.util.digester.Digester
-
Return the boolean as to whether the context classloader should be used.
- getUseDeepClone() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
-
- getUseDisposableConnectionFacade() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Returns true if this connection pool is configured to use a connection facade to prevent re-use of connection after
Connection.close()
has been invoked
- getUseDisposableConnectionFacade() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
Returns true if this connection pool is configured to use a connection facade to prevent re-use of connection after
Connection.close()
has been invoked
- getUseDisposableConnectionFacade() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Returns true if this connection pool is configured to use a connection facade to prevent re-use of connection after
Connection.close()
has been invoked
- getUseDisposableConnectionFacade() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Returns true if this connection pool is configured to use a connection facade to prevent re-use of connection after
Connection.close()
has been invoked
- getUsedTimeForSession(Session) - Static method in class org.apache.catalina.manager.util.SessionUtils
-
- getUseExactMatch() - Method in class org.apache.tomcat.util.digester.CallMethodRule
-
Should MethodUtils.invokeExactMethod
be used for the reflection.
- getUseHttpOnly() - Method in interface org.apache.catalina.Context
-
Gets the value of the use HttpOnly cookies for session cookies flag.
- getUseHttpOnly() - Method in class org.apache.catalina.core.StandardContext
-
Gets the value of the use HttpOnly cookies for session cookies flag.
- getUseHttpOnly() - Method in class org.apache.catalina.startup.FailedContext
-
- getUseIPVHosts() - Method in class org.apache.catalina.connector.Connector
-
Test if IP-based virtual hosting is enabled.
- getUseLocalPorts() - Method in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
-
Get the flag that indicates that local ports should be used for all
connections.
- getUseLock() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Return true if a lock should be used when operations are performed on the connection object.
- getUseLock() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getUseLock() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Return true if a lock should be used when operations are performed on the connection object.
- getUseLock() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Return true if a lock should be used when operations are performed on the connection object.
- getUseLongContentLength() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
get useLongContentLength
- getUsePolling() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getUsePolling() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getUsePolling() - Method in class org.apache.tomcat.util.net.JIoEndpoint
-
- getUsePolling() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
- getUsePolling() - Method in class org.apache.tomcat.util.net.NioEndpoint
-
- getUser(DirContext, String) - Method in class org.apache.catalina.realm.JNDIRealm
-
Return a User object containing information about the user
with the specified username, if found in the directory;
otherwise return null
.
- getUser(DirContext, String, String) - Method in class org.apache.catalina.realm.JNDIRealm
-
Return a User object containing information about the user
with the specified username, if found in the directory;
otherwise return null
.
- getUser(DirContext, String, String, int) - Method in class org.apache.catalina.realm.JNDIRealm
-
Return a User object containing information about the user
with the specified username, if found in the directory;
otherwise return null
.
- getUser() - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Gets the value of default user (login or user name).
- getUserBase() - Method in class org.apache.catalina.realm.JNDIRealm
-
- getUserByPattern(DirContext, String, String[], String) - Method in class org.apache.catalina.realm.JNDIRealm
-
Use the distinguished name to locate the directory
entry for the user with the specified username and
return a User object; otherwise return null
.
- getUserByPattern(DirContext, String, String, String[], int) - Method in class org.apache.catalina.realm.JNDIRealm
-
Use the UserPattern
configuration attribute to
locate the directory entry for the user with the specified
username and return a User object; otherwise return
null
.
- getUserBySearch(DirContext, String, String[]) - Method in class org.apache.catalina.realm.JNDIRealm
-
Search the directory to return a User object containing
information about the user with the specified username, if
found in the directory; otherwise return null
.
- getUserClass() - Method in class org.apache.catalina.startup.UserConfig
-
Return the user database class name for this component.
- getUserClassNames() - Method in class org.apache.catalina.realm.JAASRealm
-
- getUserConfig() - Method in class org.apache.catalina.startup.HomesUserDatabase
-
Return the UserConfig listener with which we are associated.
- getUserConfig() - Method in class org.apache.catalina.startup.PasswdUserDatabase
-
Return the UserConfig listener with which we are associated.
- getUserConfig() - Method in interface org.apache.catalina.startup.UserDatabase
-
Return the UserConfig listener with which we are associated.
- getUserConstraint() - Method in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
-
Return the user data constraint for this security constraint.
- getUserCredCol() - Method in class org.apache.catalina.realm.DataSourceRealm
-
- getUserCredCol() - Method in class org.apache.catalina.realm.JDBCRealm
-
- getUserDatabase() - Method in interface org.apache.catalina.Group
-
- getUserDatabase() - Method in interface org.apache.catalina.Role
-
- getUserDatabase() - Method in interface org.apache.catalina.User
-
- getUserDatabase() - Method in class org.apache.catalina.users.AbstractGroup
-
- getUserDatabase() - Method in class org.apache.catalina.users.AbstractRole
-
- getUserDatabase() - Method in class org.apache.catalina.users.MemoryGroup
-
- getUserDatabase() - Method in class org.apache.catalina.users.MemoryRole
-
- getUserDatabase() - Method in class org.apache.catalina.users.MemoryUser
-
- getUseRelativeRedirects() - Method in interface org.apache.catalina.Context
-
- getUseRelativeRedirects() - Method in class org.apache.catalina.core.StandardContext
-
- getUseRelativeRedirects() - Method in class org.apache.catalina.startup.FailedContext
-
- getUserInfo() - Method in class org.apache.tomcat.util.net.URL
-
Deprecated.
Return the user info part of the URL.
- getUsername() - Method in class org.apache.catalina.ant.AbstractCatalinaTask
-
- getUsername() - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
-
- getUsername() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
The login username for the JMX
MBeanServer.
- getUsername() - Method in class org.apache.catalina.authenticator.BasicAuthenticator.BasicCredentials
-
Trivial accessor.
- getUsername() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
-
Gets the user name provided by the user as part of the authentication
process.
- getUserName() - Method in class org.apache.catalina.realm.JNDIRealm.User
-
- getUsername(X509Certificate) - Method in class org.apache.catalina.realm.X509SubjectDnRetriever
-
- getUsername(X509Certificate) - Method in interface org.apache.catalina.realm.X509UsernameRetriever
-
Gets a user name from an X509Certificate.
- getUsername() - Method in interface org.apache.catalina.User
-
Return the logon username of this user, which must be unique
within the scope of a
UserDatabase
.
- getUsername() - Method in class org.apache.catalina.users.AbstractUser
-
Return the logon username of this user, which must be unique
within the scope of a
UserDatabase
.
- getUsername() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
- getUsername() - Method in interface org.apache.tomcat.dbcp.dbcp2.BasicDataSourceMXBean
-
- getUserName() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- getUsername() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Returns the username used to establish the connection with
- getUsername() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getUsername() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Returns the username used to establish the connection with
- getUsername() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Returns the username used to establish the connection with
- getUserNameCol() - Method in class org.apache.catalina.realm.DataSourceRealm
-
- getUserNameCol() - Method in class org.apache.catalina.realm.JDBCRealm
-
- getUserPassword() - Method in class org.apache.catalina.realm.JNDIRealm
-
- getUserPattern() - Method in class org.apache.catalina.realm.JNDIRealm
-
- getUserPrincipal() - Method in class org.apache.catalina.connector.Request
-
Return the principal that has been authenticated for this 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
-
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
-
- getUserProperties() - Method in class org.apache.tomcat.websocket.WsSession
-
- getUserRoleAttribute() - Method in class org.apache.catalina.realm.JNDIRealm
-
- getUserRoleId() - Method in class org.apache.catalina.realm.JNDIRealm.User
-
- getUserRoleName() - Method in class org.apache.catalina.realm.JNDIRealm
-
- getUserRoleTable() - Method in class org.apache.catalina.realm.DataSourceRealm
-
- getUserRoleTable() - Method in class org.apache.catalina.realm.JDBCRealm
-
- getUsers() - Method in interface org.apache.catalina.Group
-
Return the set of
User
s that are members of this group.
- getUsers() - Method in class org.apache.catalina.mbeans.GroupMBean
-
- getUsers() - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
-
- getUsers() - Method in class org.apache.catalina.startup.HomesUserDatabase
-
Return an enumeration of the usernames defined on this server.
- getUsers() - Method in class org.apache.catalina.startup.PasswdUserDatabase
-
Return an enumeration of the usernames defined on this server.
- getUsers() - Method in interface org.apache.catalina.startup.UserDatabase
-
Return an enumeration of the usernames defined on this server.
- getUsers() - Method in interface org.apache.catalina.UserDatabase
-
Return the set of
User
s defined in this user database.
- getUsers() - Method in class org.apache.catalina.users.AbstractGroup
-
Return an Iterator over the set of
User
s that
are members of this group.
- getUsers() - Method in class org.apache.catalina.users.MemoryGroup
-
Return the set of
User
s that are members of this group.
- getUsers() - Method in class org.apache.catalina.users.MemoryUserDatabase
-
Return the set of
User
s defined in this user database.
- getUserSearch() - Method in class org.apache.catalina.realm.JNDIRealm
-
- getUserSubtree() - Method in class org.apache.catalina.realm.JNDIRealm
-
- getUserTable() - Method in class org.apache.catalina.realm.DataSourceRealm
-
- getUserTable() - Method in class org.apache.catalina.realm.JDBCRealm
-
- getUseSendfile() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- getUseSendfile() - Method in class org.apache.coyote.http11.Http11Nio2Protocol
-
- getUseSendfile() - Method in class org.apache.coyote.http11.Http11NioProtocol
-
- getUseSendfile() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getUseSendfile() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- getUseSendfile() - Method in class org.apache.tomcat.util.net.JIoEndpoint
-
- getUseSendfile() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
- getUseSendfile() - Method in class org.apache.tomcat.util.net.NioEndpoint
-
- getUseServerCipherSuitesOrder() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- getUseShutdownHook() - Method in class org.apache.catalina.startup.Catalina
-
- getUseStartTls() - Method in class org.apache.catalina.realm.JNDIRealm
-
- getUseStatementFacade() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Returns true
if this connection pool is configured to wrap statements in order
to enable equals() and hashCode() methods to be called on the closed statements if any
statement proxy is set.
- getUseStatementFacade() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
Returns true
if this connection pool is configured to wrap statements in order
to enable equals() and hashCode() methods to be called on the closed statements if any
statement proxy is set.
- getUseStatementFacade() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Returns true
if this connection pool is configured to wrap statements in order
to enable equals() and hashCode() methods to be called on the closed statements if any
statement proxy is set.
- getUseStatementFacade() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Returns true
if this connection pool is configured to wrap statements in order
to enable equals() and hashCode() methods to be called on the closed statements if any
statement proxy is set.
- getUseThread() - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
-
- 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?
- getValidate() - Method in class org.apache.catalina.realm.RealmBase
-
Return the "validate certificate chains" flag.
- getValidateClientProvidedNewSessionId() - Method in interface org.apache.catalina.Context
-
- getValidateClientProvidedNewSessionId() - Method in class org.apache.catalina.core.StandardContext
-
- 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
-
avoid excess validation, only run validation at most at this frequency - time in milliseconds.
- getValidationInterval() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getValidationInterval() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
avoid excess validation, only run validation at most at this frequency - time in milliseconds.
- getValidationInterval() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
avoid excess validation, only run validation at most at this frequency - time in milliseconds.
- getValidationQuery() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Returns the validation query used to validate connections before returning them.
- getValidationQuery() - Method in interface org.apache.tomcat.dbcp.dbcp2.BasicDataSourceMXBean
-
- 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.jdbc.pool.DataSourceProxy
-
The SQL query that will be used to validate connections from this
pool before returning them to the caller or pool.
- getValidationQuery() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getValidationQuery() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
The SQL query that will be used to validate connections from this
pool before returning them to the caller or pool.
- getValidationQuery() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
The SQL query that will be used to validate connections from this
pool before returning them to the caller or pool.
- getValidationQueryTimeout() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Returns the validation query timeout.
- getValidationQueryTimeout() - Method in interface org.apache.tomcat.dbcp.dbcp2.BasicDataSourceMXBean
-
- getValidationQueryTimeout() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
Returns the timeout in seconds before the validation query fails.
- getValidationQueryTimeout() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
The timeout in seconds before a connection validation queries fail.
- getValidationQueryTimeout() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getValidationQueryTimeout() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
The timeout in seconds before a connection validation queries fail.
- getValidationQueryTimeout() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
The timeout in seconds before a connection validation queries fail.
- getValidator() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
- getValidator() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
- getValidator() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
- getValidator() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
- getValidator() - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
-
- getValidatorClass() - Method in class org.apache.tomcat.util.descriptor.tld.ValidatorXml
-
- getValidatorClassName() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Return the name of the optional validator class - may be null.
- getValidatorClassName() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
Return the name of the optional validator class - may be null.
- getValidatorClassName() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Return the name of the optional validator class - may be null.
- getValidatorClassName() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Return the name of the optional validator class - may be null.
- getValue() - Method in class org.apache.catalina.ant.jmx.Arg
-
- getValue() - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
-
- getValue() - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
-
- getValue() - Method in class org.apache.catalina.ant.JMXSetTask
-
Get method for the attribute value
- getValue(String) - Method in class org.apache.catalina.session.StandardSession
-
Deprecated.
As of Version 2.2, this method is replaced by
getAttribute()
- getValue(String) - Method in class org.apache.catalina.session.StandardSessionFacade
-
- getValue() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
-
- getValue() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstAnd
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstAssign
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstBracketSuffix
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstChoice
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstCompositeExpression
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstConcatenation
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstDeferredExpression
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstDiv
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstDotSuffix
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstDynamicExpression
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstEmpty
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstEqual
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstFalse
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstFloatingPoint
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstFunction
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstGreaterThan
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstGreaterThanEqual
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstIdentifier
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstInteger
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstLambdaExpression
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstLessThan
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstLessThanEqual
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstListData
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstLiteralExpression
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstMapData
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstMinus
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstMod
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstMult
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstNegative
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstNot
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstNotEqual
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstNull
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstOr
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstPlus
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstSemicolon
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstSetData
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstString
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstTrue
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.AstValue
-
- getValue(EvaluationContext) - Method in interface org.apache.el.parser.Node
-
- getValue(EvaluationContext) - Method in class org.apache.el.parser.SimpleNode
-
- getValue() - Method in class org.apache.el.parser.Token
-
An optional attribute value of the Token.
- getValue(ELContext, Object, Object) - Method in class org.apache.el.stream.StreamELResolverImpl
-
- getValue(ELContext) - Method in class org.apache.el.ValueExpressionImpl
-
- getValue(ELContext) - Method in class org.apache.el.ValueExpressionLiteral
-
- getValue(ELContext, Object, Object) - Method in class org.apache.jasper.el.ELResolverImpl
-
Deprecated.
- getValue(ELContext, Object, Object) - Method in class org.apache.jasper.el.JasperELResolver
-
- getValue(ELContext) - Method in class org.apache.jasper.el.JspValueExpression
-
- getValue() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
-
- getValue() - Method in class org.apache.tomcat.util.bcel.classfile.ElementValuePair
-
- getValue() - Method in class org.apache.tomcat.util.descriptor.web.ApplicationParameter
-
- getValue() - Method in class org.apache.tomcat.util.descriptor.web.ContextEnvironment
-
- getValue(int) - Method in class org.apache.tomcat.util.http.MimeHeaders
-
Returns the Nth header value, or null if there is no such header.
- getValue(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
-
Finds and returns a header field with the given name.
- getValue() - Method in class org.apache.tomcat.util.http.ServerCookie
-
- getValue() - Method in class org.apache.tomcat.websocket.WsExtensionParameter
-
- getValueA(long, String) - Static method in class org.apache.tomcat.jni.Registry
-
Get the Registry value for REG_MULTI_SZ
- getValueAsBoolean(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
-
- getValueAsByte(byte) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
-
- getValueAschar(char) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
-
- getValueAsDouble(double) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
-
- getValueAsFloat(float) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
-
- getValueAsInt(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
-
- getValueAsLong(long) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
-
- getValueAsShort(short) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties.InterceptorProperty
-
- getValueB(long, String) - Static method in class org.apache.tomcat.jni.Registry
-
Get the Registry value for REG_BINARY
- getValueData() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
-
- getValueFromBeanInfoPropertyEditor(Class<?>, String, String, Class<?>) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- getValueFromPropertyEditorManager(Class<?>, String, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- getValueI(long, String) - Static method in class org.apache.tomcat.jni.Registry
-
Get the Registry value for REG_DWORD
- getValueJ(long, String) - Static method in class org.apache.tomcat.jni.Registry
-
Get the Registry value for REG_QWORD or REG_DWORD
- getValueNames() - Method in class org.apache.catalina.session.StandardSession
-
Deprecated.
As of Version 2.2, this method is replaced by
getAttributeNames()
- getValueNames() - Method in class org.apache.catalina.session.StandardSessionFacade
-
- getValueReference(EvaluationContext) - Method in class org.apache.el.parser.AstIdentifier
-
- getValueReference(EvaluationContext) - Method in class org.apache.el.parser.AstValue
-
- getValueReference(EvaluationContext) - Method in interface org.apache.el.parser.Node
-
- getValueReference(EvaluationContext) - Method in class org.apache.el.parser.SimpleNode
-
- getValueReference(ELContext) - Method in class org.apache.el.ValueExpressionImpl
-
- getValueS(long, String) - Static method in class org.apache.tomcat.jni.Registry
-
Get the Registry value for REG_SZ or REG_EXPAND_SZ
- getValveNames() - Method in class org.apache.catalina.core.StandardHost
-
Return the MBean Names of the Valves associated with this Host
- getValveObjectNames() - Method in class org.apache.catalina.core.StandardPipeline
-
- getValves() - Method in class org.apache.catalina.core.StandardPipeline
-
Return the set of Valves in the pipeline associated with this
Container, including the basic Valve (if any).
- getValves() - Method in interface org.apache.catalina.ha.CatalinaCluster
-
- getValves() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
get all cluster valves
- getValves() - Method in interface org.apache.catalina.Pipeline
-
- getVariableMapper() - Method in class org.apache.el.lang.EvaluationContext
-
- getVariableMapper() - Method in class org.apache.jasper.el.ELContextImpl
-
- getVariableMapper() - Method in class org.apache.jasper.el.ELContextWrapper
-
- getVariableNames() - Method in class org.apache.catalina.ssi.SSIMediator
-
- getVariableResolver() - Method in class 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
-
- getVariableValue(String) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
-
- getVariableValue(String) - Method in class org.apache.catalina.ssi.SSIMediator
-
- getVariableValue(String, String) - Method in class org.apache.catalina.ssi.SSIMediator
-
- getVariableValue(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- getVersion() - Method in class org.apache.catalina.ant.AbstractCatalinaCommandTask
-
- getVersion() - Method in class org.apache.catalina.ha.session.DeltaSession
-
- getVersion() - Method in class org.apache.catalina.storeconfig.StoreRegistry
-
- getVersion() - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
-
For accuracy checking, a serialized attribute can contain a version number
This number increases as modifications are made to the data.
- getVersion() - Method in class org.apache.catalina.util.ContextName
-
- getVersion() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getVersion() - Method in class org.apache.tomcat.util.http.ServerCookie
-
- getVersionColumns(String, String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- getView() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
-
- getView() - Method in class org.apache.catalina.tribes.group.interceptors.SimpleCoordinator
-
- getViewId() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
-
- getVirtualHost() - Method in class org.apache.coyote.RequestInfo
-
- 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<Locale>) - 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
-
- getWaitCount() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- getWaitCount() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
-
- getWar() - Method in class org.apache.catalina.ant.DeployTask
-
- getWar() - Method in class org.apache.catalina.ha.deploy.WarWatcher.WarInfo
-
- getWarnings() - Method in class org.apache.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
-
- 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
-
- getWatchDir() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
-
- getWatchDirFile() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
-
- getWatchEnabled() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
-
- getWebappConfigFile(String, String) - Method in class org.apache.catalina.startup.Tomcat
-
- getWebappJar() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getWebAppMount() - Method in class org.apache.catalina.webresources.AbstractResourceSet
-
- 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
-
The path of this resource relative to the web application root.
- getWebappPath() - Method in class org.apache.catalina.webresources.AbstractResource
-
- 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
-
Set 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
-
Obtain a reference to the WebResourceRoot of which this WebResource is a
part.
- getWebResourceRoot() - Method in class org.apache.catalina.webresources.AbstractResource
-
- getWebResourceRoot() - Method in class org.apache.catalina.webresources.CachedResource
-
- getWebResourceRoot() - Method in class org.apache.catalina.webresources.EmptyResource
-
- getWebXmlSource(String, String) - Method in class org.apache.catalina.startup.ContextConfig
-
- getWelcomeFiles() - Method in class org.apache.catalina.core.StandardContext
-
Return the naming resources associated with this web application.
- getWelcomeFiles() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- getWhiteSpaces() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
-
- 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
-
Host work directory base.
- getWorker() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- getWorkerClusterDomain() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- getWorkerDisabled() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- getWorkerLb() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- getWorkerLoadFactor() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- getWorkerRedirect() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- getWorkerStopped() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- getWorkerThreadName() - Method in class org.apache.coyote.RequestInfo
-
- getWorkerThreadOptions() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- getWorkerType() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- getWorkingDirectory() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
-
Gets derived CGI working directory
- getWorkPath() - Method in class org.apache.catalina.core.StandardContext
-
Get the absolute path to the work dir.
- getWrappedHandler() - Method in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerBase
-
Expose the POJO if it is a message handler so the Session is able to
match requests to remove handlers if the original handler has been
wrapped.
- getWrappedHandler() - Method in interface org.apache.tomcat.websocket.WrappedMessageHandler
-
- getWrapper() - Method in class org.apache.catalina.connector.Request
-
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.InstanceEvent
-
Deprecated.
Return the Wrapper managing the servlet instance for which this
event occurred.
- getWrapper() - Method in class org.apache.catalina.manager.host.HostManagerServlet
-
Return the Wrapper with which we are associated.
- getWrapper() - Method in class org.apache.catalina.manager.ManagerServlet
-
Return the Wrapper with which we are associated.
- getWrapper() - Method in class org.apache.catalina.mapper.WrapperMappingInfo
-
- getWrapper() - Method in class org.apache.catalina.util.InstanceSupport
-
Deprecated.
Return the Wrapper with which we are associated.
- getWrapper(String) - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Get an already existing JspServletWrapper.
- getWrapperClass() - Method in interface org.apache.catalina.Context
-
Return the Java class name of the Wrapper implementation used
for servlets registered in this Context.
- getWrapperClass() - Method in class org.apache.catalina.core.StandardContext
-
Return the Java class name of the Wrapper implementation used
for servlets registered in this Context.
- getWrapperClass() - Method in class org.apache.catalina.startup.FailedContext
-
- getWriteBuffer() - Method in class org.apache.tomcat.util.net.Nio2Endpoint.NioBufferHandler
-
- getWriteBuffer() - Method in class org.apache.tomcat.util.net.NioEndpoint.NioBufferHandler
-
- getWriteBuffer() - Method in interface org.apache.tomcat.util.net.SecureNio2Channel.ApplicationBufferHandler
-
- getWriteBuffer() - Method in interface org.apache.tomcat.util.net.SecureNioChannel.ApplicationBufferHandler
-
- getWriteBufSize() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
- getWriteBufSize() - Method in class org.apache.tomcat.util.net.NioEndpoint
-
- getWriteLatch() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
-
- getWriteListener() - Method in class org.apache.coyote.Response
-
- getWriteMethod(Class<?>, String) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- getWriter() - Method in class org.apache.catalina.connector.Response
-
Return the writer associated with this Response.
- getWriter() - Method in class org.apache.catalina.connector.ResponseFacade
-
- getWriter() - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
-
- getWriter() - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
-
Return a printwriter, throws and exception if a OutputStream already
been returned.
- getWriter() - Method in class org.apache.catalina.storeconfig.StoreFileMover
-
Open an output writer for the new configuration file
- getWriter() - Method in class org.apache.jasper.JspCompilationContext
-
Where is the servlet being generated?
- getWriter() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
-
Returns a wrapper around the JspWriter of the including page.
- getWriter() - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- getWriterEncoding() - Static method in class org.apache.catalina.util.DOMWriter
-
- getWriteThreadLock() - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- getWriteTimeout() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
-
- getWsdlfile() - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- getWsPath() - Method in class org.apache.tomcat.websocket.pojo.PojoMethodMapping
-
- getX509UsernameRetrieverClassName() - Method in class org.apache.catalina.realm.RealmBase
-
Gets the name of the class that will be used to extract user names
from X509 client certificates.
- getXAConnection() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
XADataSource.getXAConnection()
- getXAConnection(String, String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
XADataSource.getXAConnection(String, String)
- getXAConnection() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
-
Returns the underlying XA connection
- getXmlBase() - Method in class org.apache.catalina.core.StandardHost
-
Return the XML root for this Host.
- getXmlBase() - Method in interface org.apache.catalina.Host
-
Return 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
-
- getXpoweredBy() - Method in class org.apache.catalina.connector.Connector
-
Indicates whether the generation of an X-Powered-By response header for
servlet-generated responses is enabled or disabled for this Connector.
- gid(String, long) - Static method in class org.apache.tomcat.jni.User
-
Get the groupid for a specified group name
This function is available only if APR_HAS_USER is defined.
- gidcompare(long, long) - Static method in class org.apache.tomcat.jni.User
-
Compare two group identifiers for equality.
- gidCurrent(long) - Static method in class org.apache.tomcat.jni.User
-
Get the groupid of the calling process
This function is available only if APR_HAS_USER is defined.
- global - Variable in class org.apache.catalina.manager.ManagerServlet
-
The global JNDI NamingContext
for this server,
if available.
- global - Variable in class org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
-
- Global - Class in org.apache.tomcat.jni
-
Global
- Global() - Constructor for class org.apache.tomcat.jni.Global
-
- GLOBALNAME - Static variable in class org.apache.naming.ResourceLinkRef
-
Description address type.
- GlobalNamingResourcesSF - Class in org.apache.catalina.storeconfig
-
store server.xml GlobalNamingResource.
- GlobalNamingResourcesSF() - Constructor for class org.apache.catalina.storeconfig.GlobalNamingResourcesSF
-
- globalPool() - Static method in class org.apache.tomcat.jni.Library
-
- globalRequestProcessors - Variable in class org.apache.catalina.manager.StatusManagerServlet
-
Vector of global request processors object names.
- GlobalResourcesLifecycleListener - Class in org.apache.catalina.mbeans
-
Implementation of LifecycleListener
that instantiates the
set of MBeans associated with global JNDI resources that are subject to
management.
- GlobalResourcesLifecycleListener() - Constructor for class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
-
- Globals - Class in org.apache.catalina
-
Global constants that are applicable to multiple packages within Catalina.
- Globals() - Constructor for class org.apache.catalina.Globals
-
- globalXsltFile - Variable in class org.apache.catalina.servlets.DefaultServlet
-
Allow customized directory listing per instance.
- GMT - Static variable in class org.apache.catalina.util.ConcurrentDateFormat
-
- GMT_ZONE - Static variable in class org.apache.catalina.connector.Request
-
- gone - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
-
This forces the current URL to be gone, i.e., it immediately sends
back a HTTP response of 410 (GONE).
- Group - Interface in org.apache.catalina
-
- group - Variable in class org.apache.tomcat.jni.FileInfo
-
The group id that owns the file
- group - Variable in class org.apache.tomcat.util.modeler.ManagedBean
-
- GroupChannel - Class in org.apache.catalina.tribes.group
-
The default implementation of a Channel.
- GroupChannel() - Constructor for class org.apache.catalina.tribes.group.GroupChannel
-
Creates a GroupChannel.
- GroupChannel.HeartbeatThread - Class in org.apache.catalina.tribes.group
-
Title: Internal heartbeat thread
Description: if Channel.getHeartbeat()==true
then a thread of this class
is created
- GroupChannel.HeartbeatThread(GroupChannel, long) - Constructor for class org.apache.catalina.tribes.group.GroupChannel.HeartbeatThread
-
- GroupChannel.InterceptorIterator - Class in org.apache.catalina.tribes.group
-
Title: Interceptor Iterator
Description: An iterator to loop through the interceptors in a channel
- GroupChannel.InterceptorIterator(ChannelInterceptor, ChannelInterceptor) - Constructor for class org.apache.catalina.tribes.group.GroupChannel.InterceptorIterator
-
- GroupMBean - Class in org.apache.catalina.mbeans
-
A ModelMBean implementation for the
org.apache.catalina.Group
component.
- GroupMBean() - Constructor for class org.apache.catalina.mbeans.GroupMBean
-
Construct a ModelMBean
with default
ModelMBeanInfo
information.
- groupname - Variable in class org.apache.catalina.users.AbstractGroup
-
The group name of this group.
- groupname(long, long) - Static method in class org.apache.tomcat.jni.User
-
Get the group name for a specified groupid
This function is available only if APR_HAS_USER is defined.
- groups - Variable in class org.apache.catalina.users.MemoryUser
-
The set of
Group
s that this user is a member of.
- groups - Variable in class org.apache.catalina.users.MemoryUserDatabase
-
The set of
Group
s defined in this database, keyed by
group name.
- groupSet(long, String) - Static method in class org.apache.tomcat.jni.Procattr
-
Set the group used for running process
- GSS_CREDENTIAL_ATTR - Static variable in class org.apache.catalina.Globals
-
- gssCredential - Variable in class org.apache.catalina.realm.GenericPrincipal
-
The user's delegated credentials.
- GT0 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- GT1 - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- guessDisplayLocaleFromSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
-
Try to get user locale from the session, if possible.
- guessDisplayUserFromSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
-
Try to get user name from the session, if possible.
- guessLocaleFromSession(Session) - Static method in class org.apache.catalina.manager.util.SessionUtils
-
Try to get user locale from the session, if possible.
- guessLocaleFromSession(HttpSession) - Static method in class org.apache.catalina.manager.util.SessionUtils
-
- guessUserFromSession(Session) - Static method in class org.apache.catalina.manager.util.SessionUtils
-
Try to get user from the session, if possible.
- gzip - Variable in class org.apache.catalina.servlets.DefaultServlet
-
Should be serve gzip versions of files.
- GZIP_FILTER - Static variable in class org.apache.coyote.http11.Constants
-
GZIP filter (output).
- GzipInterceptor - Class in org.apache.catalina.tribes.group.interceptors
-
- GzipInterceptor() - Constructor for class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
-
- GzipOutputFilter - Class in org.apache.coyote.http11.filters
-
Gzip output filter.
- GzipOutputFilter() - Constructor for class org.apache.coyote.http11.filters.GzipOutputFilter
-
- GzipOutputFilter.FakeOutputStream - Class in org.apache.coyote.http11.filters
-
- GzipOutputFilter.FakeOutputStream() - Constructor for class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
-
- ib - Variable in class org.apache.catalina.connector.CoyoteInputStream
-
- ib - Variable in class org.apache.catalina.connector.CoyoteReader
-
- IC_PREFIX - Static variable in class org.apache.naming.SelectorContext
-
Initial context prefix.
- id - Variable in class org.apache.catalina.session.StandardSession
-
The session identifier of this Session.
- id - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
-
- id - Variable in class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor.MapEntry
-
- id - Variable in class org.apache.catalina.users.MemoryUserDatabase
-
The unique global identifier of this user database.
- id - Variable in class org.apache.el.parser.SimpleNode
-
- Identifier() - Method in class org.apache.el.parser.ELParser
-
- IDENTIFIER - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- IDENTITY_FILTER - Static variable in class org.apache.coyote.http11.Constants
-
Identity filters (input and output).
- IdentityInputFilter - Class in org.apache.coyote.http11.filters
-
Identity input filter.
- IdentityInputFilter(int) - Constructor for class org.apache.coyote.http11.filters.IdentityInputFilter
-
- IdentityOutputFilter - Class in org.apache.coyote.http11.filters
-
Identity output filter.
- IdentityOutputFilter() - Constructor for class org.apache.coyote.http11.filters.IdentityOutputFilter
-
- idle - Variable in class org.apache.catalina.ant.SessionsTask
-
- IE_PLUGIN_URL - Static variable in class org.apache.jasper.Constants
-
- ieClassId - Variable in class org.apache.jasper.JspC
-
- If - Class in org.apache.jasper.tagplugins.jstl.core
-
- If() - Constructor for class org.apache.jasper.tagplugins.jstl.core.If
-
- ifPresent(LambdaExpression) - Method in class org.apache.el.stream.Optional
-
- ignorableWhitespace(char[], int, int) - Method in class org.apache.tomcat.util.digester.Digester
-
Process notification of ignorable whitespace received from the body of
an XML element.
- ignoreAnnotations - Variable in class org.apache.catalina.core.DefaultInstanceManager
-
- 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 -".
- ILLEGAL_CHARACTER - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- image - Variable in class org.apache.el.parser.SimpleNode
-
- image - Variable in class org.apache.el.parser.Token
-
The string image of the token.
- impact - Variable in class org.apache.tomcat.util.modeler.OperationInfo
-
- impl - Variable in class org.apache.catalina.tribes.membership.McastService
-
A handle to the actual low level implementation
- IMPL_OBJ_START - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- 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
-
- Import - Class in org.apache.jasper.tagplugins.jstl.core
-
- Import() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Import
-
- in - Variable in class org.apache.catalina.ha.deploy.FileMessageFactory
-
When openForWrite=false, the input stream is held by this variable
- IN_EXPRESSION - Static variable in interface org.apache.el.parser.ELParserConstants
-
Lexical state.
- IN_SET_OR_MAP - Static variable in interface org.apache.el.parser.ELParserConstants
-
Lexical state.
- inBuf - Variable in class org.apache.el.parser.SimpleCharStream
-
- inc() - Static method in class org.apache.catalina.tribes.group.GroupChannel.HeartbeatThread
-
- inc() - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.Counter
-
- inc() - Method in class org.apache.catalina.tribes.membership.MemberImpl
-
Increment the message count.
- INC_WEBXML - Static variable in class org.apache.jasper.JspC
-
- incCounter(Member) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
-
- include(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- include(String, boolean) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- include(ServletRequest, ServletResponse, String, JspWriter, boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
Perform a RequestDispatcher.include() operation, with optional flushing
of the response beforehand.
- include(String) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- include(String, boolean) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- INCLUDE - Static variable in class org.apache.tomcat.util.descriptor.web.FilterMap
-
- INCLUDE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- INCLUDE_DIRECTIVE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- 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
-
Return true
if the specified context-relative URI (and
associated HTTP method) are protected by this security constraint.
- incrementErrorCount() - Method in class org.apache.catalina.core.StandardWrapper
-
Increment the error count used for monitoring.
- incrementErrorCount() - Method in interface org.apache.catalina.Wrapper
-
Increment the error count value used when monitoring.
- incrementJspReloadCount() - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Increments the JSP reload counter.
- incrementRemoved() - Method in class org.apache.jasper.JspCompilationContext
-
- incTripCount() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- indexOf(Member, Member[]) - Static method in class org.apache.catalina.tribes.util.Arrays
-
- indexOf(String, int, int, int) - Method in class org.apache.tomcat.util.buf.AbstractChunk
-
- indexOf(char, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
Returns the first instance of the given character in this ByteChunk
starting at the specified byte.
- indexOf(byte[], int, int, char) - Static method in class org.apache.tomcat.util.buf.ByteChunk
-
Returns the first instance of the given character in the given byte array
between the specified start and end.
- indexOf(char) - Method in class org.apache.tomcat.util.buf.CharChunk
-
- indexOf(char, int) - Method in class org.apache.tomcat.util.buf.CharChunk
-
Returns the first instance of the given character in this CharChunk
starting at the specified char.
- indexOf(char[], int, int, char) - Static method in class org.apache.tomcat.util.buf.CharChunk
-
Returns the first instance of the given character in the given char array
between the specified start and end.
- indexOf(String, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
-
- indexOf(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
-
- indexOfIgnoreCase(String, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
-
- indexPayload - Variable in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerBase
-
- indexSession - Variable in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerBase
-
- info(Object) - Method in interface org.apache.juli.logging.Log
-
Log a message with info log level.
- info(Object, Throwable) - Method in interface org.apache.juli.logging.Log
-
Log an error with info log level.
- info(String, int, int, int, long) - Static method in class org.apache.tomcat.jni.Address
-
Create apr_sockaddr_t from hostname, address family, and port.
- info(long[]) - Static method in class org.apache.tomcat.jni.OS
-
Gather system info.
- info - Variable in class org.apache.tomcat.util.modeler.FeatureInfo
-
- info - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketList
-
- infoGet(FileInfo, int, long) - Static method in class org.apache.tomcat.jni.File
-
Get the specified file's stats.
- init(FilterConfig) - Method in class org.apache.catalina.filters.AddDefaultCharsetFilter
-
- init(FilterConfig) - Method in class org.apache.catalina.filters.CorsFilter
-
- init(FilterConfig) - Method in class org.apache.catalina.filters.CsrfPreventionFilterBase
-
- init(FilterConfig) - Method in class org.apache.catalina.filters.ExpiresFilter
-
- init(FilterConfig) - Method in class org.apache.catalina.filters.FilterBase
-
Iterates over the configuration parameters and either logs a warning,
or throws an exception for any parameter that does not have a matching
setter in this filter.
- init(FilterConfig) - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
-
- init(FilterConfig) - Method in class org.apache.catalina.filters.RemoteIpFilter
-
- init(FilterConfig) - Method in class org.apache.catalina.filters.RequestDumperFilter
-
- init(FilterConfig) - Method in class org.apache.catalina.filters.SessionInitializerFilter
-
- init(FilterConfig) - Method in class org.apache.catalina.filters.WebdavFixFilter
-
- init(String, int) - Method in class org.apache.catalina.ha.backend.CollectedInfo
-
- init(HeartbeatListener) - Method in class org.apache.catalina.ha.backend.MultiCastSender
-
- init(HeartbeatListener) - Method in interface org.apache.catalina.ha.backend.Sender
-
Set the configuration parameters
- init(HeartbeatListener) - Method in class org.apache.catalina.ha.backend.TcpSender
-
- init() - Method in interface org.apache.catalina.Lifecycle
-
Prepare the component for starting.
- init() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
- init() - Method in class org.apache.catalina.manager.host.HostManagerServlet
-
Initialize this servlet.
- init() - Method in class org.apache.catalina.manager.HTMLManagerServlet
-
- init() - Method in class org.apache.catalina.manager.JMXProxyServlet
-
Initialize this servlet.
- init() - Method in class org.apache.catalina.manager.ManagerServlet
-
Initialize this servlet.
- init() - Method in class org.apache.catalina.manager.StatusManagerServlet
-
Initialize this servlet.
- init(ServletConfig) - Method in class org.apache.catalina.servlets.CGIServlet
-
Sets instance variables.
- init() - Method in class org.apache.catalina.servlets.DefaultServlet
-
Initialize this servlet.
- init() - Method in class org.apache.catalina.servlets.WebdavServlet
-
Initialize this servlet.
- init(FilterConfig) - Method in class org.apache.catalina.ssi.SSIFilter
-
Initialize this servlet.
- init() - Method in class org.apache.catalina.ssi.SSIServlet
-
Initialize this servlet.
- init() - Method in class org.apache.catalina.startup.Bootstrap
-
Initialize daemon.
- init(String[]) - Method in class org.apache.catalina.startup.Bootstrap
-
Load the Catalina daemon.
- init() - Method in class org.apache.catalina.startup.ContextConfig
-
Process a "init" event for this Context.
- init() - Method in class org.apache.catalina.startup.Tomcat
-
Initialise 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
-
- init(AbstractReplicatedMap.MapOwner, Channel, String, long, int, ClassLoader[], boolean) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
Initializes the map by creating the RPC channel, registering itself as a channel listener
This method is also responsible for initiating the state transfer
- init() - Method in class org.apache.catalina.util.LifecycleBase
-
- init() - Method in class org.apache.coyote.AbstractProtocol
-
- init() - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- init(SocketWrapper<S>, AbstractEndpoint<S>) - Method in class org.apache.coyote.http11.AbstractInputBuffer
-
- init(SocketWrapper<S>, AbstractEndpoint<S>) - Method in class org.apache.coyote.http11.AbstractOutputBuffer
-
- init(SocketWrapper<Long>, AbstractEndpoint<Long>) - Method in class org.apache.coyote.http11.InternalAprInputBuffer
-
- init(SocketWrapper<Long>, AbstractEndpoint<Long>) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
-
- init(SocketWrapper<Socket>, AbstractEndpoint<Socket>) - Method in class org.apache.coyote.http11.InternalInputBuffer
-
- init(SocketWrapper<Nio2Channel>, AbstractEndpoint<Nio2Channel>) - Method in class org.apache.coyote.http11.InternalNio2InputBuffer
-
- init(SocketWrapper<Nio2Channel>, AbstractEndpoint<Nio2Channel>) - Method in class org.apache.coyote.http11.InternalNio2OutputBuffer
-
- init(SocketWrapper<NioChannel>, AbstractEndpoint<NioChannel>) - Method in class org.apache.coyote.http11.InternalNioInputBuffer
-
- init(SocketWrapper<NioChannel>, AbstractEndpoint<NioChannel>) - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
-
- init(SocketWrapper<Socket>, AbstractEndpoint<Socket>) - Method in class org.apache.coyote.http11.InternalOutputBuffer
-
- init() - Method in interface org.apache.coyote.ProtocolHandler
-
Initialise the protocol.
- init(JspCompilationContext, JspServletWrapper) - Method in class org.apache.jasper.compiler.Compiler
-
- init(ServletConfig) - Method in class org.apache.jasper.runtime.HttpJspBase
-
- init(ServletConfig) - Method in class org.apache.jasper.runtime.TagHandlerPool
-
- init(ServletConfig) - Method in class org.apache.jasper.servlet.JspServlet
-
- init(PoolConfiguration) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
-
Initialize the connection pool - called from the constructor
- init() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- init() - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
-
Create the poller.
- init() - Method in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
-
Create the sendfile poller.
- init(String) - Static method in class org.apache.tomcat.util.security.ConcurrentMessageDigest
-
- init(FilterConfig) - Method in class org.apache.tomcat.websocket.server.WsFilter
-
- init(WebConnection) - Method in class org.apache.tomcat.websocket.server.WsHttpUpgradeHandler
-
- initBaseDir() - Method in class org.apache.catalina.startup.Tomcat
-
- initClassLoader() - Method in class org.apache.jasper.JspC
-
Initializes the classloader as/if needed for the given
compilation context.
- initDirs() - Method in class org.apache.catalina.startup.Catalina
-
- INITIAL_STATE - Variable in class org.apache.catalina.connector.InputBuffer
-
- initialContext - Static variable in class org.apache.naming.java.javaURLContextFactory
-
Initial context.
- initialContext - Variable in class org.apache.naming.SelectorContext
-
Request for an initial context.
- initialize(Subject, CallbackHandler, Map<String, ?>, Map<String, ?>) - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
-
Initialize this LoginModule
with the specified
configuration information.
- initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- initialize(Servlet, ServletRequest, ServletResponse, String, boolean, int, boolean) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- initialize(String) - Static method in class org.apache.tomcat.jni.Library
-
Setup any APR internal data structures.
- initialize(String) - Static method in class org.apache.tomcat.jni.SSL
-
Initialize OpenSSL support.
- initializeConnection(Connection) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
-
- initializeConnectionLatch() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- initialized - Variable in class org.apache.catalina.core.NamingContextListener
-
Initialized flag.
- initializeFilters(int, Set<String>, int, int) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
Initialize standard input and output filters.
- initializePoolCleaner(PoolConfiguration) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
-
- initializerClassMap - Variable in class org.apache.catalina.startup.ContextConfig
-
Map of ServletContainerInitializer to classes they expressed interest in.
- initInternal() - Method in class org.apache.catalina.authenticator.SpnegoAuthenticator
-
- initInternal() - Method in class org.apache.catalina.connector.Connector
-
- initInternal() - Method in class org.apache.catalina.core.ContainerBase
-
- initInternal() - Method in class org.apache.catalina.core.StandardContext
-
- initInternal() - Method in class org.apache.catalina.core.StandardEngine
-
- initInternal() - Method in class org.apache.catalina.core.StandardPipeline
-
- initInternal() - Method in class org.apache.catalina.core.StandardServer
-
Invoke a pre-startup initialization.
- initInternal() - Method in class org.apache.catalina.core.StandardService
-
Invoke a pre-startup initialization.
- initInternal() - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- initInternal() - Method in class org.apache.catalina.deploy.NamingResourcesImpl
-
- initInternal() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
- initInternal() - Method in class org.apache.catalina.realm.RealmBase
-
- initInternal() - Method in class org.apache.catalina.session.ManagerBase
-
- initInternal() - Method in class org.apache.catalina.session.StoreBase
-
- initInternal() - Method in class org.apache.catalina.util.LifecycleBase
-
- initInternal() - Method in class org.apache.catalina.util.LifecycleMBeanBase
-
Sub-classes wishing to perform additional initialization should override
this method, ensuring that super.initInternal() is the first call in the
overriding method.
- initInternal() - Method in class org.apache.catalina.util.SessionIdGeneratorBase
-
- initInternal() - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
-
- initInternal() - Method in class org.apache.catalina.valves.RequestFilterValve
-
- initInternal() - Method in class org.apache.catalina.valves.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
-
- initServletContext(ClassLoader) - Method in class org.apache.jasper.JspC
-
- initSsl(SocketWrapper<S>, Processor<S>) - Method in class org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
-
- initSsl(SocketWrapper<S>, Processor<S>) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol.AbstractAjpConnectionHandler
-
- initSsl(SocketWrapper<Long>, Processor<Long>) - Method in class org.apache.coyote.http11.Http11AprProtocol.Http11ConnectionHandler
-
- initSsl(SocketWrapper<Nio2Channel>, Processor<Nio2Channel>) - Method in class org.apache.coyote.http11.Http11Nio2Protocol.Http11ConnectionHandler
-
- initSsl(SocketWrapper<NioChannel>, Processor<NioChannel>) - Method in class org.apache.coyote.http11.Http11NioProtocol.Http11ConnectionHandler
-
- initSsl(SocketWrapper<Socket>, Processor<Socket>) - Method in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
-
- initStreams() - Method in class org.apache.catalina.startup.Catalina
-
- initTldScanner(JspCServletContext, ClassLoader) - Method in class org.apache.jasper.JspC
-
- initWebappDefaults(String) - Method in class org.apache.catalina.startup.Tomcat
-
Provide default configuration for a context.
- initWebappDefaults(Context) - Static method in class org.apache.catalina.startup.Tomcat
-
- initWebXml() - Method in class org.apache.jasper.JspC
-
- Injectable - Interface in org.apache.tomcat.util.descriptor.web
-
- InjectionTarget - Class in org.apache.tomcat.util.descriptor.web
-
- InjectionTarget() - Constructor for class org.apache.tomcat.util.descriptor.web.InjectionTarget
-
- InjectionTarget(String, String) - Constructor for class org.apache.tomcat.util.descriptor.web.InjectionTarget
-
- innerMap - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- innermostDelegateEquals(Connection) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
-
Compares innermost delegate to the given connection.
- inode - Variable in class org.apache.tomcat.jni.FileInfo
-
The inode of the file.
- input - Variable in class org.apache.catalina.servlets.DefaultServlet
-
The input buffer size to use when serving resources.
- input - Variable in class org.apache.coyote.ajp.AjpProcessor
-
- input - Variable in class org.apache.coyote.http11.filters.SavedRequestInputFilter
-
The original request body.
- input_stream - Variable in class org.apache.el.parser.ELParserTokenManager
-
- InputBuffer - Class in org.apache.catalina.connector
-
The buffer used by Tomcat request.
- InputBuffer() - Constructor for class org.apache.catalina.connector.InputBuffer
-
Default constructor.
- InputBuffer(int) - Constructor for class org.apache.catalina.connector.InputBuffer
-
Alternate constructor which allows specifying the initial buffer size.
- inputBuffer - Variable in class org.apache.catalina.connector.Request
-
The associated input buffer.
- inputBuffer - Variable in class org.apache.coyote.ajp.AjpAprProcessor
-
Direct buffer used for input.
- inputBuffer - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
-
Input.
- InputBuffer - Interface in org.apache.coyote
-
Input buffer.
- inputBuffer - Variable in class org.apache.tomcat.websocket.WsFrameBase
-
- inputEncoding - Variable in class org.apache.catalina.ssi.SSIServlet
-
Input encoding.
- inputEncoding - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- InputFilter - Interface in org.apache.coyote.http11
-
Input filter interface.
- InputSourceUtil - Class in org.apache.tomcat.util.descriptor
-
- inputStream - Variable in class org.apache.catalina.connector.Request
-
ServletInputStream.
- inputStream - Variable in class org.apache.el.parser.SimpleCharStream
-
- inputStreamInputBuffer - Variable in class org.apache.coyote.http11.AbstractInputBuffer
-
Underlying input buffer.
- insertBefore - Static variable in class org.apache.jasper.JspC
-
- 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
-
- install() - Method in class org.apache.catalina.core.StandardEngine.AccessLogListener
-
- install(String, File) - Method in interface org.apache.catalina.ha.ClusterDeployer
-
Install a new web application, whose web application archive is at the
specified URL, into this container and all the other
members of the cluster with the specified context name.
- install(String, File) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
-
Install a new web application, whose web application archive is at the
specified URL, into this container and all the other members of the
cluster with the specified context name.
- INSTALLED_EXTENSIONS - Static variable in class org.apache.tomcat.websocket.Constants
-
- installedHost - Variable in class org.apache.catalina.manager.host.HostManagerServlet
-
The associated host.
- installSmap(String[]) - Static method in class org.apache.jasper.compiler.SmapUtil
-
- instance - Variable in class org.apache.catalina.core.StandardWrapper
-
The (single) possibly uninitialized instance of this servlet.
- instance - Static variable in class org.apache.catalina.tribes.io.BufferPool
-
- INSTANCE - Static variable in class org.apache.tomcat.dbcp.pool2.impl.NoOpCallStack
-
Singleton instance.
- InstanceEvent - Class in org.apache.catalina
-
Deprecated.
Will be removed in 8.5.x onwards
- InstanceEvent(Wrapper, Filter, String) - Constructor for class org.apache.catalina.InstanceEvent
-
Deprecated.
Construct a new InstanceEvent with the specified parameters.
- InstanceEvent(Wrapper, Filter, String, Throwable) - Constructor for class org.apache.catalina.InstanceEvent
-
Deprecated.
Construct a new InstanceEvent with the specified parameters.
- InstanceEvent(Wrapper, Filter, String, ServletRequest, ServletResponse) - Constructor for class org.apache.catalina.InstanceEvent
-
Deprecated.
Construct a new InstanceEvent with the specified parameters.
- InstanceEvent(Wrapper, Filter, String, ServletRequest, ServletResponse, Throwable) - Constructor for class org.apache.catalina.InstanceEvent
-
Deprecated.
Construct a new InstanceEvent with the specified parameters.
- InstanceEvent(Wrapper, Servlet, String) - Constructor for class org.apache.catalina.InstanceEvent
-
Deprecated.
Construct a new InstanceEvent with the specified parameters.
- InstanceEvent(Wrapper, Servlet, String, Throwable) - Constructor for class org.apache.catalina.InstanceEvent
-
Deprecated.
Construct a new InstanceEvent with the specified parameters.
- InstanceEvent(Wrapper, Servlet, String, ServletRequest, ServletResponse) - Constructor for class org.apache.catalina.InstanceEvent
-
Deprecated.
Construct a new InstanceEvent with the specified parameters.
- InstanceEvent(Wrapper, Servlet, String, ServletRequest, ServletResponse, Throwable) - Constructor for class org.apache.catalina.InstanceEvent
-
Deprecated.
Construct a new InstanceEvent with the specified parameters.
- instanceEvent(InstanceEvent) - Method in interface org.apache.catalina.InstanceListener
-
Deprecated.
Acknowledge the occurrence of the specified event.
- instanceId() - Method in class org.apache.coyote.Request
-
Get the instance id (or JVM route).
- instanceInitialized - Variable in class org.apache.catalina.core.StandardWrapper
-
Flag that indicates if this instance has been initialized
- InstanceKeyDataSource - Class in org.apache.tomcat.dbcp.dbcp2.datasources
-
The base class for SharedPoolDataSource
and PerUserPoolDataSource
.
- InstanceKeyDataSource() - Constructor for class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
Default no-arg constructor for Serialization
- InstanceListener - Interface in org.apache.catalina
-
Deprecated.
Will be removed in 8.5.x onwards
- InstanceListenerSF - Class in org.apache.catalina.storeconfig
-
Store Context InstanceListener
- InstanceListenerSF() - Constructor for class org.apache.catalina.storeconfig.InstanceListenerSF
-
- instanceManager - Variable in class org.apache.jasper.runtime.TagHandlerPool
-
- InstanceManager - Interface in org.apache.tomcat
-
- InstanceManagerFactory - Class in org.apache.jasper.runtime
-
- INSTANCEOF - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- instancePool - Variable in class org.apache.catalina.core.StandardWrapper
-
Stack containing the STM instances.
- instanceSupport - Variable in class org.apache.catalina.core.StandardWrapper
-
Deprecated.
Will be removed in 8.5.x onwards
- InstanceSupport - Class in org.apache.catalina.util
-
Deprecated.
Will be removed in 8.5.x onwards
- InstanceSupport(Wrapper) - Constructor for class org.apache.catalina.util.InstanceSupport
-
Deprecated.
Construct a new InstanceSupport object associated with the specified
Instance component.
- InstrumentableClassLoader - Interface in org.apache.tomcat
-
Specifies a class loader capable of being decorated with
ClassFileTransformer
s.
- Integer() - Method in class org.apache.el.parser.ELParser
-
- INTEGER_LITERAL - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- INTEGRAL_TRANSPORT - Static variable in class org.apache.catalina.realm.Constants
-
- InterceptorPayload - Class in org.apache.catalina.tribes.group
-
- InterceptorPayload() - Constructor for class org.apache.catalina.tribes.group.InterceptorPayload
-
- interceptors - Variable in class org.apache.catalina.tribes.group.GroupChannel
-
The first interceptor in the interceptor stack.
- InterceptorSF - Class in org.apache.catalina.storeconfig
-
Generate Interceptor Element
- InterceptorSF() - Constructor for class org.apache.catalina.storeconfig.InterceptorSF
-
- interest - Variable in class org.apache.coyote.http11.InternalNio2InputBuffer
-
Track write interest
- interest - Variable in class org.apache.coyote.http11.InternalNio2OutputBuffer
-
Track write interest
- interestOps() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
-
- interestOps(int) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
-
- INTERNAL_PROXIES_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
-
- InternalAprInputBuffer - Class in org.apache.coyote.http11
-
Implementation of InputBuffer which provides HTTP request header parsing as
well as transfer decoding.
- InternalAprInputBuffer(Request, int, boolean, HttpParser) - Constructor for class org.apache.coyote.http11.InternalAprInputBuffer
-
Alternate constructor.
- InternalAprInputBuffer.SocketInputBuffer - Class in org.apache.coyote.http11
-
This class is an input buffer which will read its data from an input
stream.
- InternalAprInputBuffer.SocketInputBuffer() - Constructor for class org.apache.coyote.http11.InternalAprInputBuffer.SocketInputBuffer
-
- InternalAprOutputBuffer - Class in org.apache.coyote.http11
-
Output buffer.
- InternalAprOutputBuffer(Response, int) - Constructor for class org.apache.coyote.http11.InternalAprOutputBuffer
-
Default constructor.
- InternalAprOutputBuffer.SocketOutputBuffer - Class in org.apache.coyote.http11
-
This class is an output buffer which will write data to an output
stream.
- InternalAprOutputBuffer.SocketOutputBuffer() - Constructor for class org.apache.coyote.http11.InternalAprOutputBuffer.SocketOutputBuffer
-
- internalDispatcherType - Variable in class org.apache.catalina.connector.Request
-
The current dispatcher type.
- internalExecutor - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
-
Are we using an internal executor
- InternalInputBuffer - Class in org.apache.coyote.http11
-
Implementation of InputBuffer which provides HTTP request header parsing as
well as transfer decoding.
- InternalInputBuffer(Request, int, boolean, HttpParser) - Constructor for class org.apache.coyote.http11.InternalInputBuffer
-
Default constructor.
- InternalInputBuffer.InputStreamInputBuffer - Class in org.apache.coyote.http11
-
This class is an input buffer which will read its data from an input
stream.
- InternalInputBuffer.InputStreamInputBuffer() - Constructor for class org.apache.coyote.http11.InternalInputBuffer.InputStreamInputBuffer
-
- InternalNio2InputBuffer - Class in org.apache.coyote.http11
-
Output buffer implementation for NIO2.
- InternalNio2InputBuffer(Request, int, boolean, HttpParser) - Constructor for class org.apache.coyote.http11.InternalNio2InputBuffer
-
- InternalNio2InputBuffer.SocketInputBuffer - Class in org.apache.coyote.http11
-
This class is an input buffer which will read its data from an input
stream.
- InternalNio2InputBuffer.SocketInputBuffer() - Constructor for class org.apache.coyote.http11.InternalNio2InputBuffer.SocketInputBuffer
-
- InternalNio2OutputBuffer - Class in org.apache.coyote.http11
-
Output buffer implementation for NIO2.
- InternalNio2OutputBuffer(Response, int) - Constructor for class org.apache.coyote.http11.InternalNio2OutputBuffer
-
Default constructor.
- InternalNio2OutputBuffer.SocketOutputBuffer - Class in org.apache.coyote.http11
-
This class is an output buffer which will write data to an output
stream.
- InternalNio2OutputBuffer.SocketOutputBuffer() - Constructor for class org.apache.coyote.http11.InternalNio2OutputBuffer.SocketOutputBuffer
-
- InternalNioInputBuffer - Class in org.apache.coyote.http11
-
Implementation of InputBuffer which provides HTTP request header parsing as
well as transfer decoding.
- InternalNioInputBuffer(Request, int, boolean, HttpParser) - Constructor for class org.apache.coyote.http11.InternalNioInputBuffer
-
Alternate constructor.
- InternalNioInputBuffer.SocketInputBuffer - Class in org.apache.coyote.http11
-
This class is an input buffer which will read its data from an input
stream.
- InternalNioInputBuffer.SocketInputBuffer() - Constructor for class org.apache.coyote.http11.InternalNioInputBuffer.SocketInputBuffer
-
- InternalNioOutputBuffer - Class in org.apache.coyote.http11
-
Output buffer.
- InternalNioOutputBuffer(Response, int) - Constructor for class org.apache.coyote.http11.InternalNioOutputBuffer
-
Default constructor.
- InternalNioOutputBuffer.SocketOutputBuffer - Class in org.apache.coyote.http11
-
This class is an output buffer which will write data to an output
stream.
- InternalNioOutputBuffer.SocketOutputBuffer() - Constructor for class org.apache.coyote.http11.InternalNioOutputBuffer.SocketOutputBuffer
-
- InternalOutputBuffer - Class in org.apache.coyote.http11
-
Output buffer.
- InternalOutputBuffer(Response, int) - Constructor for class org.apache.coyote.http11.InternalOutputBuffer
-
Default constructor.
- InternalOutputBuffer.OutputStreamOutputBuffer - Class in org.apache.coyote.http11
-
This class is an output buffer which will write data to an output
stream.
- InternalOutputBuffer.OutputStreamOutputBuffer() - Constructor for class org.apache.coyote.http11.InternalOutputBuffer.OutputStreamOutputBuffer
-
- internalStart(int) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
-
Starts up the channel.
- internalStop(int) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
-
Shuts down the channel.
- 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(boolean, String, Class<?>, String) - Static method in class org.apache.jasper.compiler.JspUtil
-
Produces a String representing a call to the EL interpreter.
- interruptible - Variable in class org.apache.catalina.valves.SemaphoreValve
-
Block interruptibly until a permit is available.
- interval - Variable in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
-
- introspect(Object, ServletRequest) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- introspecthelper(Object, String, String, ServletRequest, String, boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- Introspection - Class in org.apache.catalina.util
-
Provides introspection utilities that either require knowledge of Tomcat
internals or are solely used by Tomcat internals.
- Introspection() - Constructor for class org.apache.catalina.util.Introspection
-
- IntrospectionUtils - Class in org.apache.tomcat.util
-
Utils for introspection and reflection
- IntrospectionUtils() - Constructor for class org.apache.tomcat.util.IntrospectionUtils
-
- IntrospectionUtils.PropertySource - Interface in org.apache.tomcat.util
-
- intsToCommaDelimitedString(int[]) - Static method in class org.apache.catalina.filters.ExpiresFilter
-
Convert an array of ints into a comma delimited string
- invalidate() - Method in class org.apache.catalina.session.StandardSession
-
Invalidates this session and unbinds any objects bound to it.
- invalidate() - Method in class org.apache.catalina.session.StandardSessionFacade
-
- invalidate() - Method in class org.apache.tomcat.dbcp.pool2.impl.DefaultPooledObject
-
- invalidate() - Method in interface org.apache.tomcat.dbcp.pool2.PooledObject
-
- 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(T) - Method in class org.apache.tomcat.dbcp.pool2.BaseObjectPool
-
- invalidateObject(K, T) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
-
Invalidates an object from the pool.
- 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
-
Invalidates an object from the pool.
- invalidateObject(K, V) - Method in interface org.apache.tomcat.dbcp.pool2.KeyedObjectPool
-
Invalidates an object from the pool.
- invalidateObject(T) - Method in interface org.apache.tomcat.dbcp.pool2.ObjectPool
-
Invalidates an object from the pool.
- invalidateSession() - Method in interface org.apache.tomcat.util.net.SSLSessionManager
-
Invalidate the SSL session
- invalidateSessions(ContextName, String[], StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
-
Invalidate HttpSessions
- InvalidFileNameException - Exception in org.apache.tomcat.util.http.fileupload
-
This exception is thrown in case of an invalid file name.
- InvalidFileNameException(String, String) - Constructor for exception org.apache.tomcat.util.http.fileupload.InvalidFileNameException
-
Creates a new instance.
- invalidWars - Variable in class org.apache.catalina.startup.HostConfig
-
The list of Wars in the appBase to be ignored because they are invalid
(e.g. contain /../ sequences).
- invoke(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
-
Log the interesting request parameters, invoke the next Valve in the
sequence, and log the interesting response parameters.
- 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
-
Log a message summarizing the specified request and response, according
to the format specified by the pattern
property.
- invoke(Request, Response) - Method in class org.apache.catalina.valves.CometConnectionManagerValve
-
Register requests for tracking, whenever needed.
- invoke(Request, Response) - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
-
- invoke(Request, Response) - Method in class org.apache.catalina.valves.ErrorReportValve
-
Invoke the next Valve in the sequence.
- invoke(Request, Response) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
This method is invoked by Tomcat on each query.
- invoke(Request, Response) - Method in class org.apache.catalina.valves.PersistentValve
-
Select the appropriate child Context to process this request,
based on the specified request URI.
- invoke(Request, Response) - Method in class org.apache.catalina.valves.RemoteAddrValve
-
- invoke(Request, Response) - Method in class org.apache.catalina.valves.RemoteHostValve
-
- invoke(Request, Response) - Method in class org.apache.catalina.valves.RemoteIpValve
-
The implementation-specific logic represented by this Valve.
- invoke(Request, Response) - Method in class org.apache.catalina.valves.RequestFilterValve
-
Extract the desired request property, and pass it (along with the
specified request and response objects) to the protected
process()
method to perform the actual filtering.
- invoke(Request, Response) - Method in class org.apache.catalina.valves.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
-
The implementation-specific logic represented by this Valve.
- invoke(Request, Response) - Method in class org.apache.catalina.valves.ValveBase
-
The implementation-specific logic represented by this Valve.
- invoke(ELContext, Object[]) - Method in class org.apache.el.MethodExpressionImpl
-
Evaluates the expression relative to the provided context, invokes the
method that was found using the supplied parameters, and returns the
result of the method invocation.
- invoke(ELContext, Object[]) - Method in class org.apache.el.MethodExpressionLiteral
-
- invoke(EvaluationContext, Class<?>[], Object[]) - Method in class org.apache.el.parser.AstIdentifier
-
- invoke(EvaluationContext, Class[], Object[]) - Method in class org.apache.el.parser.AstValue
-
- invoke(EvaluationContext, Class<?>[], Object[]) - Method in interface org.apache.el.parser.Node
-
- invoke(EvaluationContext, Class<?>[], Object[]) - Method in class org.apache.el.parser.SimpleNode
-
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.apache.el.stream.StreamELResolverImpl
-
- invoke(ELContext, Object, Object, Class<?>[], Object[]) - Method in class org.apache.jasper.el.JasperELResolver
-
- invoke(ELContext, Object[]) - Method in class org.apache.jasper.el.JspMethodExpression
-
- invoke(Object, Method, Object[]) - Method in class org.apache.naming.factory.DataSourceLinkFactory.DataSourceHandler
-
- invoke(Object, Method, Object[]) - Method in class org.apache.naming.factory.webservices.ServiceProxy
-
- invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.DisposableConnectionFacade
-
- invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
-
Gets invoked each time an operation on Connection
is invoked.
- invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport.StatementProxy
-
- invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.interceptor.ConnectionState
-
- invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.interceptor.ResetAbandonedTimer
-
- invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
-
- invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.ResultSetProxy
-
- invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
-
- invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
-
Gets invoked each time an operation on Connection
is invoked.
- invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.ProxyConnection
-
- invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.StatementFacade.StatementProxy
-
- invoke(Object, Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.TrapException
-
- invoke(String, Object[], String[]) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
Invoke a particular method on this MBean, and return any returned
value.
- invoke(List<ObjectName>, String, boolean) - Method in class org.apache.tomcat.util.modeler.Registry
-
Invoke a operation on a list of mbeans.
- invoke(List<ObjectName>, String, boolean) - Method in interface org.apache.tomcat.util.modeler.RegistryMBean
-
Invoke an operation on a set of mbeans.
- INVOKE_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- invoked - Variable in class org.apache.catalina.valves.rewrite.RewriteValve
-
If rewriting occurs, the whole request will be processed again.
- IO_TIMEOUT_MS_DEFAULT - Static variable in class org.apache.tomcat.websocket.WsWebSocketContainer
-
- IO_TIMEOUT_MS_PROPERTY - Static variable in class org.apache.tomcat.websocket.WsWebSocketContainer
-
Property name to set to configure the timeout (in milliseconds) when
establishing a WebSocket connection to server.
- ioSet(long, int, int, int) - Static method in class org.apache.tomcat.jni.Procattr
-
Determine if any of stdin, stdout, or stderr should be linked to pipes
when starting a child process.
- IOTools - Class in org.apache.catalina.util
-
Contains commonly needed I/O-related methods
- IOUtils - Class in org.apache.tomcat.util.http.fileupload
-
General IO stream manipulation utilities.
- IOUtils() - Constructor for class org.apache.tomcat.util.http.fileupload.IOUtils
-
Instances should NOT be constructed in standard programming.
- is - Variable in class org.apache.tomcat.util.modeler.AttributeInfo
-
- IS_BSD - Static variable in class org.apache.tomcat.jni.OS
-
- IS_IBM_JVM - Static variable in class org.apache.catalina.Globals
-
Deprecated.
- IS_IBM_JVM - Static variable in class org.apache.tomcat.util.compat.JreVendor
-
- IS_LINUX - Static variable in class org.apache.tomcat.jni.OS
-
- IS_MACOSX - Static variable in class org.apache.tomcat.jni.OS
-
- IS_NETWARE - Static variable in class org.apache.tomcat.jni.OS
-
- IS_ORACLE_JVM - Static variable in class org.apache.catalina.Globals
-
Deprecated.
- IS_ORACLE_JVM - Static variable in class org.apache.tomcat.util.compat.JreVendor
-
- IS_SECURITY_ENABLED - Static variable in class org.apache.catalina.Globals
-
Has security been turned on?
- IS_SECURITY_ENABLED - Static variable in class org.apache.coyote.Constants
-
Has security been turned on?
- IS_SECURITY_ENABLED - Static variable in class org.apache.jasper.Constants
-
Has security been turned on?
- IS_SECURITY_ENABLED - Static variable in class org.apache.naming.Constants
-
Has security been turned on?
- IS_SECURITY_ENABLED - Static variable in class org.apache.tomcat.dbcp.dbcp2.Utils
-
Whether the security manager is enabled.
- 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
-
Has security been turned on?
- IS_SECURITY_ENABLED - Static variable in class org.apache.tomcat.util.threads.Constants
-
Has security been turned on?
- IS_SOLARIS - Static variable in class org.apache.tomcat.jni.OS
-
- IS_UNIX - Static variable in class org.apache.tomcat.jni.OS
-
- IS_WIN32 - Static variable in class org.apache.tomcat.jni.OS
-
- IS_WIN64 - Static variable in class org.apache.tomcat.jni.OS
-
- IS_WINDOWS - Static variable in class org.apache.tomcat.util.compat.JrePlatform
-
- isAbandonedConfig() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
-
Gets whether or not abandoned object removal is configured for this pool.
- isAbandonedConfig() - Method in interface org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolMXBean
-
- isAbsolutePath(int) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
-
- isAbsolutePathRelaxed(int) - Method in class org.apache.tomcat.util.http.parser.HttpParser
-
- isAbsoluteUrl(String) - Static method in class org.apache.jasper.tagplugins.jstl.Util
-
Returns true if our current URL is absolute,
false otherwise.
- isAccessed() - Method in class org.apache.catalina.tribes.io.ObjectReader
-
- isAccessReplicate() - Method in class org.apache.catalina.ha.session.DeltaSession
-
If this returns true, to replicate that an object has been accessed
- isAccessReplicate() - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
-
If this returns true, to replicate that an object has been accessed
- isAccessToUnderlyingConnectionAllowed() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Returns the value of the accessToUnderlyingConnectionAllowed property.
- isAccessToUnderlyingConnectionAllowed() - Method in interface org.apache.tomcat.dbcp.dbcp2.BasicDataSourceMXBean
-
- isAccessToUnderlyingConnectionAllowed() - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Returns the value of the accessToUnderlyingConnectionAllowed property.
- 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
-
Property not used.
- isAccessToUnderlyingConnectionAllowed() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- isAccessToUnderlyingConnectionAllowed() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Property not used.
- isAccessToUnderlyingConnectionAllowed() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Property not used.
- isActive() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
-
- isAddLocked() - Method in class org.apache.catalina.tribes.transport.bio.util.SingleRemoveSynchronizedAddLock
-
Deprecated.
Check if an add thread owns the lock.
- isAfterLast() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- isAlias() - Method in class org.apache.catalina.mapper.Mapper.MappedHost
-
- 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.
- isAlpha(String) - Static method in class org.apache.catalina.connector.Request
-
- isAlpha(int) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
-
- 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
-
- isAlternateUsernameAllowed() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
- isAlwaysSend() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
-
- isAncestor(long, long) - Static method in class org.apache.tomcat.jni.Pool
-
Determine if pool a is an ancestor of pool b
- isAntiClickJackingEnabled() - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
-
- isAnyOriginAllowed() - Method in class org.apache.catalina.filters.CorsFilter
-
Determines if any origin is allowed to make CORS request.
- isAppCommitted() - Method in class org.apache.catalina.connector.Response
-
Application commit flag accessor.
- isAppContextProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- isAprAvailable() - Static method in class org.apache.catalina.core.AprLifecycleListener
-
- isAprRequired() - Method in class org.apache.coyote.AbstractProtocol
-
- isAprRequired() - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- isAprRequired() - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- isAprRequired() - Method in interface org.apache.coyote.ProtocolHandler
-
Requires APR/native library
- isAsync() - Method in class org.apache.catalina.connector.Request
-
- isAsync() - Method in class org.apache.coyote.AbstractProcessor
-
- isAsync() - Method in class org.apache.coyote.AsyncStateMachine
-
- isAsync() - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
-
- isAsync() - Method in interface org.apache.coyote.Processor
-
- isAsync() - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- isAsyncCompleting() - Method in class org.apache.catalina.connector.Request
-
- isAsyncDispatching() - Method in class org.apache.catalina.connector.Request
-
- isAsyncDispatching() - Method in class org.apache.coyote.AsyncStateMachine
-
- isAsyncError() - Method in class org.apache.coyote.AsyncStateMachine
-
- isAsyncStarted() - Method in class org.apache.catalina.connector.Request
-
- isAsyncStarted() - Method in class org.apache.catalina.connector.RequestFacade
-
- isAsyncStarted() - Method in class org.apache.coyote.AsyncStateMachine
-
- isAsyncSupported() - Method in class org.apache.catalina.connector.Request
-
- isAsyncSupported() - Method in class org.apache.catalina.connector.RequestFacade
-
- isAsyncSupported() - Method in class org.apache.catalina.core.StandardPipeline
-
- isAsyncSupported() - Method in class org.apache.catalina.core.StandardWrapper
-
- isAsyncSupported() - Method in interface org.apache.catalina.Pipeline
-
Returns true if all the valves in this pipeline support async, false otherwise
- isAsyncSupported() - Method in interface org.apache.catalina.Valve
-
- isAsyncSupported() - Method in class org.apache.catalina.valves.ValveBase
-
- isAsyncSupported() - Method in interface org.apache.catalina.Wrapper
-
Does the associated Servlet support async processing?
- isAsyncTimingOut() - Method in class org.apache.coyote.AsyncStateMachine
-
- isAttributebinding() - Method in class org.apache.catalina.ant.jmx.JMXAccessorQueryTask
-
- isAttributeDistributable(String, Object) - Method in class org.apache.catalina.manager.DummyProxySession
-
- isAttributeDistributable(String, Object) - Method in interface org.apache.catalina.Session
-
Does the session implementation support the distributing of the given
attribute?
- isAttributeDistributable(String, Object) - Method in class org.apache.catalina.session.StandardSession
-
Does the session implementation support the distributing of the given
attribute?
- isAttributes() - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- isAttributeSpecified(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
- 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?
- isAwait() - Method in class org.apache.catalina.startup.Catalina
-
- isAWTThreadProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- isBackup() - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- isBackup() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
-
- isBase64(byte) - Static method in class org.apache.tomcat.util.codec.binary.Base64
-
Returns whether or not the octet
is in the base 64 alphabet.
- isBase64(String) - Static method in class org.apache.tomcat.util.codec.binary.Base64
-
Tests a given String to see if it contains only valid characters within the Base64 alphabet.
- isBase64(byte[]) - Static method in class org.apache.tomcat.util.codec.binary.Base64
-
Tests a given byte array to see if it contains only valid characters within the Base64 alphabet.
- isBeforeFirst() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- isBigDecimalOp(Object, Object) - Static method in class org.apache.el.lang.ELSupport
-
- isBigIntegerOp(Object, Object) - Static method in class org.apache.el.lang.ELSupport
-
- isBlockContentTypeSniffingEnabled() - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
-
- isBlockExternal() - Method in class org.apache.jasper.JspC
-
- isBlocking() - Method in class org.apache.catalina.connector.OutputBuffer
-
- isBlocking() - Method in class org.apache.coyote.http11.AbstractInputBuffer
-
Is standard Servlet blocking IO being used for input?
- isBlocking() - Method in class org.apache.coyote.http11.AbstractOutputBuffer
-
Is standard Servlet blocking IO being used for output?
- isBuffered() - Method in class org.apache.catalina.valves.AccessLogValve
-
Is the logging buffered
- isCacheCallable() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
-
- isCached(String) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
-
Deprecated.
Unused. Will be removed in Tomcat 9
- isCached(Method, Object[]) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
-
- isCachePrepared() - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
-
- isCaching() - Method in class org.apache.jasper.EmbeddedServletOptions
-
- isCaching() - Method in class org.apache.jasper.JspC
-
Is caching enabled (used for precompilation).
- isCaching() - Method in interface org.apache.jasper.Options
-
Is caching enabled (used for precompilation).
- isCachingAllowed() - Method in interface org.apache.catalina.WebResourceRoot
-
Get whether or not 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
-
- 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
-
- isCatalogAtStart() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- isChain() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- isChangeLocalPort() - Method in class org.apache.catalina.filters.RemoteIpFilter
-
- isChangeLocalPort() - Method in class org.apache.catalina.valves.RemoteIpValve
-
- isCheckExists() - Method in class org.apache.catalina.valves.AccessLogValve
-
Check for file existence before logging.
- isChildren() - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- isClassLoaderBound() - Static method in class org.apache.naming.ContextBindings
-
Tests if the thread context class loader is bound to a context.
- isClosed() - Method in class org.apache.catalina.connector.OutputBuffer
-
Is the response output closed ?
- isClosed() - Method in class org.apache.catalina.connector.Response
-
Closed flag accessor.
- isClosed() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
If true, this data source is closed and no more connections can be retrieved from this datasource.
- isClosed() - Method in interface org.apache.tomcat.dbcp.dbcp2.BasicDataSourceMXBean
-
- 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
-
This method should not be used by a client to determine whether or not a connection should be return to the
connection pool (by calling
PoolableConnection.close()
).
- 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
-
Has this pool instance been 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.ProxyConnection
-
- isClosed() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
-
Returns, whether the stream is closed.
- isClosed() - Method in interface org.apache.tomcat.util.http.fileupload.util.Closeable
-
Returns, whether the object is already closed.
- isClosed() - Method in class org.apache.tomcat.util.http.fileupload.util.LimitedInputStream
-
Returns, whether this stream is already closed.
- ISCLOSED_VAL - Static variable in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
-
Connection.isClosed()
method name
- isClosedInternal() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
-
- isClosedInternal() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
-
- isCloseOnCompletion() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
-
- isClosing() - Method in class org.apache.tomcat.util.net.Nio2Channel
-
- isClosing() - Method in class org.apache.tomcat.util.net.NioChannel
-
- isClosing() - Method in class org.apache.tomcat.util.net.SecureNio2Channel
-
- isClosing() - Method in class org.apache.tomcat.util.net.SecureNioChannel
-
- isComet() - Method in class org.apache.catalina.connector.Request
-
Return true if the current request is handling Comet traffic.
- isComet() - Method in class org.apache.coyote.AbstractProcessor
-
- isComet() - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
-
- isComet() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
- isComet() - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
-
- isComet() - Method in interface org.apache.coyote.Processor
-
- isComet() - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- isCometSupported() - Method in class org.apache.coyote.AbstractProtocol
-
- isCometSupported() - Method in interface org.apache.coyote.ProtocolHandler
-
Does this ProtocolHandler support Comet?
- isCometTimeoutSupported() - Method in class org.apache.coyote.AbstractProtocol
-
- isCometTimeoutSupported() - Method in interface org.apache.coyote.ProtocolHandler
-
Does this ProtocolHandler support Comet timeouts?
- isCommitted() - Method in class org.apache.catalina.connector.Response
-
Has the output of this response already been committed?
- isCommitted() - Method in class org.apache.catalina.connector.ResponseFacade
-
- isCommitted() - Method in class org.apache.coyote.Response
-
- isCompatibleWith(Extension) - Method in class org.apache.catalina.util.Extension
-
Return true
if the specified Extension
(which represents an optional package required by this application)
is satisfied by this Extension
(which represents an
optional package that is already installed.
- isComplete() - Method in class org.apache.catalina.tribes.group.RpcChannel.RpcCollector
-
- isComplete() - Method in class org.apache.catalina.tribes.transport.nio.NioSender
-
- isCompleting() - Method in class org.apache.coyote.AsyncStateMachine
-
- isConfigProblemFatal() - Method in class org.apache.catalina.filters.CsrfPreventionFilterBase
-
- isConfigProblemFatal() - Method in class org.apache.catalina.filters.FailedRequestFilter
-
- isConfigProblemFatal() - Method in class org.apache.catalina.filters.FilterBase
-
Determines if an exception when calling a setter or an unknown
configuration attribute triggers the failure of the this filter which in
turn will prevent the web application from starting.
- isConfigProblemFatal() - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
-
- isConfigProblemFatal() - Method in class org.apache.catalina.filters.RequestFilter
-
- isConnected() - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- isConnected() - Method in interface org.apache.catalina.tribes.transport.DataSender
-
- isConstantAttribute(String) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
- isContainerProvidedServlet(String) - Method in class org.apache.catalina.core.StandardWrapper
-
Return true
if the specified class name represents a
container provided servlet class that should be loaded by the
server class loader.
- isContainerThread() - Static method in class org.apache.coyote.ContainerThreadMarker
-
- isContent(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns true if the specified character can be considered content.
- isContextAware() - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
-
- isConvert() - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
-
- isCookie() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- isCookieHttpOnly() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- isCookieSecure() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- isCoordinator() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
-
- isCoordinator() - Method in class org.apache.catalina.tribes.group.interceptors.SimpleCoordinator
-
- isCopy() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
-
- isCopyXML() - Method in class org.apache.catalina.core.StandardHost
-
Return the copy XML config file flag for this component.
- isCopyXML() - Method in class org.apache.catalina.startup.HostConfig
-
Return the copy XML config file flag for this component.
- isCorrectClass(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSourceFactory
-
- isCorrectClass(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.SharedPoolDataSourceFactory
-
- isDaemon() - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- isDaemon() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- isDataAvailable() - Method in class org.apache.catalina.tribes.transport.bio.util.SingleRemoveSynchronizedAddLock
-
Deprecated.
Check if the locked object has data available
i.e. the remover can stop poling and get the lock.
- isDebugEnabled() - Method in interface org.apache.juli.logging.Log
-
Is debug logging currently enabled?
- isDeclaredException(Method, Class<?>) - Method in class org.apache.tomcat.jdbc.pool.TrapException
-
- isDefault() - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- 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
-
The default auto-commit state of connections created by this pool.
- isDefaultAutoCommit() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- isDefaultAutoCommit() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
The default auto-commit state of connections created by this pool.
- isDefaultAutoCommit() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
The default auto-commit state of connections created by this pool.
- 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?
- isDefaultPluggabilityScan() - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
-
- 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
-
If non null, during connection creation the method Connection.setReadOnly(boolean)
will be called with the set value.
- isDefaultReadOnly() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- isDefaultReadOnly() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
If non null, during connection creation the method Connection.setReadOnly(boolean)
will be called with the set value.
- isDefaultReadOnly() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
If non null, during connection creation the method Connection.setReadOnly(boolean)
will be called with the set value.
- isDefaultTldScan() - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
-
- isDeferedSyntaxAllowedAsLiteral() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
-
- 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
-
Deploy XML Context config files flag accessor.
- isDeployXML() - Method in class org.apache.catalina.startup.HostConfig
-
Return the deploy XML config file flag for this component.
- isDiff() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
-
- isDiffable() - Method in class org.apache.catalina.ha.session.DeltaSession
-
If this returns true, the map will extract the diff using getDiff()
Otherwise it will serialize the entire object.
- isDiffable() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
-
- isDiffable() - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
-
If this returns true, the map will extract the diff using getDiff()
Otherwise it will serialize the entire object.
- isDirectory() - Method in interface org.apache.catalina.WebResource
-
See File.isDirectory()
.
- 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
-
Has the object changed since last replication
and is not in a locked state
- isDirty() - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
-
Has the object changed since last replication
and is not in a locked state
- isDiscarded() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
-
Returns the discarded flag.
- isDistributable() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- isDone() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool.ConnectionFuture
- isDone() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ItemFuture
-
- isDone() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ItemFuture
-
- isDoRun() - Method in class org.apache.catalina.tribes.transport.AbstractRxTask
-
- isDoubleOp(Object, Object) - Static method in class org.apache.el.lang.ELSupport
-
- isDriverManagerProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- isEcho() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
- isEligibleToExpirationHeaderGeneration(HttpServletRequest, ExpiresFilter.XHttpServletResponse) - Method in class org.apache.catalina.filters.ExpiresFilter
-
protected
for extension.
- isELIgnored() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
-
- isEmpty(String) - Static method in class org.apache.catalina.filters.ExpiresFilter
-
Return true
if the given str
is
null
or has a zero characters length.
- isEmpty() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- isEmpty() - Method in class org.apache.catalina.util.ParameterMap
-
- isEmpty() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
- isEmpty() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
- isEmpty() - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
-
- isEnableAutoCommitOnReturn() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
-
- isEnabled() - Method in class org.apache.catalina.core.StandardWrapper
-
- isEnabled() - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
-
Deprecated.
- isEnabled() - Method in interface org.apache.catalina.Wrapper
-
Is the associated Servlet enabled?
- isEnabled() - Method in class org.apache.tomcat.util.net.NioSelectorPool
-
- isEncodeable(String) - Method in class org.apache.catalina.connector.Response
-
Return true
if the specified URL should be encoded with
a session identifier.
- isEnded() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
-
- isEnforceNoAddAfterHandshake() - Method in class org.apache.tomcat.websocket.server.WsServerContainer
-
- isEnv() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- isError() - Method in class org.apache.catalina.connector.Response
-
Error flag accessor.
- isError() - Method in enum org.apache.coyote.ErrorState
-
- isErrorEnabled() - Method in interface org.apache.juli.logging.Log
-
Is error logging currently enabled?
- isErrorOnUndeclaredNamespace() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
-
- isErrorReportRequired() - Method in class org.apache.catalina.connector.Response
-
- isEscapeBackReferences() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- isExactMatch() - Method in class org.apache.tomcat.util.digester.SetNextRule
-
Is exact matching being used.
- isExceptionPresent() - Method in class org.apache.coyote.Response
-
- isExecute(Method, boolean) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
-
Returns true if the method that is being invoked matches one of the execute types.
- isExecuteQuery(String) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
-
- isExecuteQuery(Method) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
-
- isExpired(long) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.MessageOrder
-
- isExpireSessionsOnShutdown() - Method in class org.apache.catalina.ha.session.DeltaManager
-
- isExport() - Method in enum org.apache.tomcat.util.net.jsse.openssl.Cipher
-
- isExternal() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Returns true if the current entity being scanned is external.
- isExternalAllowed() - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- isExternalOnly() - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- isFailCtxIfServletStartFails() - Method in class org.apache.catalina.core.StandardHost
-
- isFailing() - Method in interface org.apache.catalina.tribes.Member
-
- isFailing() - Method in class org.apache.catalina.tribes.membership.MemberImpl
-
- isFailing() - Method in class org.apache.catalina.tribes.transport.SenderState
-
- isFailOnError() - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
-
Returns the value of the failOnError
property.
- isFairQueue() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Returns true if a fair queue is being used by the connection pool
- isFairQueue() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- isFairQueue() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Returns true if a fair queue is being used by the connection pool
- isFairQueue() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Returns true if a fair queue is being used by the connection pool
- isFakeAttribute(Object, String) - Method in class org.apache.tomcat.util.digester.Digester
-
Determine if an attribute is a fake attribute.
- 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?
- isFile() - Method in interface org.apache.catalina.WebResource
-
See File.isFile()
.
- 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
-
- isFinished() - Method in class org.apache.catalina.connector.CoyoteInputStream
-
- isFinished() - Method in class org.apache.catalina.connector.InputBuffer
-
- isFinished() - Method in class org.apache.catalina.connector.Request
-
Return true if an attempt has been made to read the request body and all
of the request body has been read
- isFinished() - Method in class org.apache.catalina.connector.ResponseFacade
-
- isFinished() - Method in class org.apache.coyote.http11.AbstractInputBuffer
-
Has all of the request body been read?
- 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.AbstractServletInputStream
-
- isFinished() - Method in class org.apache.coyote.Request
-
- isFipsCompatible() - Method in enum org.apache.tomcat.util.net.jsse.openssl.Cipher
-
- isFIPSModeActive() - Method in class org.apache.catalina.core.AprLifecycleListener
-
- isFirst() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- isFlipped() - Method in class org.apache.coyote.ByteBufferHolder
-
- isForbidden() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- isFormField() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Determines whether or not a FileItem
instance represents
a simple form field.
- isFormField() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
-
Determines whether or not a FileItem
instance represents
a simple form field.
- isFormField() - Method in interface org.apache.tomcat.util.http.fileupload.FileItemStream
-
Determines whether or not a FileItem
instance represents
a simple form field.
- isFromDescriptor() - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
-
Return if this constraint was defined in a deployment descriptor.
- isFulfilled() - Method in class org.apache.catalina.util.Extension
-
- isFulfilled() - Method in class org.apache.catalina.util.ManifestResource
-
Returns true
if all required extension dependencies
have been meet for this ManifestResource
object.
- isGcDaemonProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- isGone() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- isHandshakeComplete() - Method in class org.apache.tomcat.util.net.Nio2Channel
-
- isHandshakeComplete() - Method in class org.apache.tomcat.util.net.NioChannel
-
- isHandshakeComplete() - Method in class org.apache.tomcat.util.net.SecureNio2Channel
-
- isHandshakeComplete() - Method in class org.apache.tomcat.util.net.SecureNioChannel
-
- isHeartbeatBackgroundEnabled() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
Return heartbeat enable flag (default false)
- isHex(int) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
-
- isHighest() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
-
- isHighSurrogate(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns whether the given character is a high surrogate
- isHost() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- isHostAware() - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
-
- isHstsEnabled() - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
-
- isHstsIncludeSubDomains() - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
-
- isHstsPreload() - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
-
- isHttpOnly() - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
-
- isHttpProtocol(int) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
-
- isHttpSeparator(char) - Static method in class org.apache.tomcat.util.http.CookieSupport
-
Deprecated.
Returns true if the byte is a separator as defined by V1 of the cookie
spec, RFC2109.
- 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
-
- isIgnoreExceptionOnPreLoad() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
- isIgnoreExceptionOnPreLoad() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
- isIgnoreExceptionOnPreLoad() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
- isIgnoreExceptionOnPreLoad() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
- isIgnoreResponseConstraint() - Method in class org.apache.catalina.ant.AbstractCatalinaTask
-
- isInAlphabet(byte) - Method in class org.apache.tomcat.util.codec.binary.Base64
-
Returns whether or not the octet
is in the Base64 alphabet.
- isInAlphabet(byte) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
-
Returns whether or not the octet
is in the current alphabet.
- isInAlphabet(byte[], boolean) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
-
Tests a given byte array to see if it contains only valid characters within the alphabet.
- isInAlphabet(String) - Method in class org.apache.tomcat.util.codec.binary.BaseNCodec
-
Tests a given String to see if it contains only valid characters within the alphabet.
- isInfoEnabled() - Method in interface org.apache.juli.logging.Log
-
Is info logging currently enabled?
- isInGroup(Group) - Method in interface org.apache.catalina.User
-
Is this user in the specified
Group
?
- isInGroup(Group) - Method in class org.apache.catalina.users.AbstractUser
-
Is this user in the specified
Group
?
- isInGroup(Group) - Method in class org.apache.catalina.users.MemoryUser
-
Is this user in the specified group?
- isInitialized() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
-
- isInline() - Static method in class org.apache.tomcat.util.net.Nio2Endpoint
-
- isInMemory() - Method in class org.apache.tomcat.util.http.fileupload.DeferredFileOutputStream
-
Determines whether or not the data for this output stream has been
retained in memory.
- isInMemory() - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Provides a hint as to whether or not the file contents will be read
from memory.
- isInMemory() - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
-
Provides a hint as to whether or not the file contents will be read
from memory.
- isInRole(Role) - Method in interface org.apache.catalina.Group
-
Is this group specifically assigned the specified
Role
?
- isInRole(Role) - Method in interface org.apache.catalina.User
-
Is this user specifically assigned the specified
Role
?
- isInRole(Role) - Method in class org.apache.catalina.users.AbstractGroup
-
Is this group specifically assigned the specified
Role
?
- isInRole(Role) - Method in class org.apache.catalina.users.AbstractUser
-
Is this user specifically assigned the specified
Role
?
- isInRole(Role) - Method in class org.apache.catalina.users.MemoryGroup
-
Is this group specifically assigned the specified
Role
?
- isInRole(Role) - Method in class org.apache.catalina.users.MemoryUser
-
Is this user specifically assigned the specified
Role
?
- isInstanceOfInaccessibleObjectException(Throwable) - Method in class org.apache.tomcat.util.compat.JreCompat
-
Test if the provided exception is an instance of
java.lang.reflect.InaccessibleObjectException.
- isInvalid(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns true if the specified character is invalid.
- isIoAllowed() - Method in enum org.apache.coyote.ErrorState
-
- isIs() - Method in class org.apache.tomcat.util.modeler.AttributeInfo
-
Is this a boolean attribute with an "is" getter?
- isJavaKeyword(String) - Static method in class org.apache.jasper.compiler.JspUtil
-
Test whether the argument is a Java keyword
- isJmxEnabled() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
If set to true, the connection pool creates a
ConnectionPoolMBean
object
that can be registered with JMX to receive notifications and state about the pool.
- isJmxEnabled() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- isJmxEnabled() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
If set to true, the connection pool creates a
ConnectionPoolMBean
object
that can be registered with JMX to receive notifications and state about the pool.
- isJmxEnabled() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
If set to true, the connection pool creates a
ConnectionPoolMBean
object
that can be registered with JMX to receive notifications and state about the pool.
- isJre8Available() - Static method in class org.apache.tomcat.util.compat.JreCompat
-
- isJre9Available() - Static method in class org.apache.tomcat.util.compat.JreCompat
-
- isJspPage(String) - Method in class org.apache.jasper.compiler.JspConfig
-
To find out if an uri matches an url pattern in jsp config.
- isJspServlet - Variable in class org.apache.catalina.core.StandardWrapper
-
True if this StandardWrapper is for the JspServlet
- isJspWildCard() - Method in class org.apache.catalina.mapper.WrapperMappingInfo
-
- isKeptAlive() - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- isKeySerializable() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
-
- isLambdaArgument(String) - Method in class org.apache.el.lang.EvaluationContext
-
- isLast() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- isLast() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- isLastModifiedHeaderSet() - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
-
- isLdapPoolProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- isListening() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- isLiteralText() - Method in class org.apache.el.MethodExpressionImpl
-
- isLiteralText() - Method in class org.apache.el.MethodExpressionLiteral
-
- isLiteralText() - Method in class org.apache.el.ValueExpressionImpl
-
- isLiteralText() - Method in class org.apache.el.ValueExpressionLiteral
-
- isLiteralText() - Method in class org.apache.jasper.el.JspMethodExpression
-
- isLiteralText() - Method in class org.apache.jasper.el.JspValueExpression
-
- isLoaded(String) - Method in class org.apache.catalina.session.PersistentManagerBase
-
Check, whether a session is loaded in memory
- isLocal() - Method in class org.apache.catalina.tribes.membership.MemberImpl
-
- isLocked() - Method in class org.apache.catalina.util.ParameterMap
-
Return the locked state of this parameter map.
- isLocked() - Method in class org.apache.catalina.util.ResourceSet
-
Return the locked state of this parameter map.
- isLogAbandoned() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
boolean flag to set if stack traces should be logged for application code which abandoned a Connection.
- isLogAbandoned() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- isLogAbandoned() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
boolean flag to set if stack traces should be logged for application code which abandoned a Connection.
- isLogAbandoned() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
boolean flag to set if stack traces should be logged for application code which abandoned a Connection.
- isLogFailed() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
-
- isLogSlow() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
-
- isLongOp(Object, Object) - Static method in class org.apache.el.lang.ELSupport
-
- isLowerCaseNames() - Method in class org.apache.tomcat.util.http.fileupload.ParameterParser
-
Returns true
if parameter names are to be converted to lower
case when name/value pairs are parsed.
- isLowSurrogate(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns whether the given character is a low surrogate
- isMasked() - Method in class org.apache.tomcat.websocket.server.WsFrameServer
-
- isMasked() - Method in class org.apache.tomcat.websocket.server.WsRemoteEndpointImplServer
-
- isMasked() - Method in class org.apache.tomcat.websocket.WsFrameBase
-
- isMasked() - Method in class org.apache.tomcat.websocket.WsFrameClient
-
- isMasked() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
-
- isMasked() - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplClient
-
- isMaxAgeExpired() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
-
- isMetaChar(char) - Method in class org.apache.catalina.ssi.ExpressionTokenizer
-
- isMetadataComplete() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- isMultipartContent(RequestContext) - Static method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
Utility method that determines whether the request contains multipart
content.
- isMultipartContent(HttpServletRequest) - Static method in class org.apache.tomcat.util.http.fileupload.servlet.ServletFileUpload
-
Utility method that determines whether the request contains multipart
content.
- isMultiRelease() - Method in class org.apache.catalina.webresources.AbstractArchiveResourceSet
-
- isMultiRelease() - Method in class org.apache.catalina.webresources.AbstractSingleArchiveResourceSet
-
- isMultiRelease() - Method in class org.apache.catalina.webresources.JarWarResourceSet
-
- isName(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns true if the specified character is a valid name
character as defined by production [4] in the XML 1.0
specification.
- isNameReserved(String) - Method in class org.apache.catalina.ssi.SSIMediator
-
- isNameReserved(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- isNameStart(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns true if the specified character is a valid name start
character as defined by production [5] in the XML 1.0
specification.
- isNew() - Method in class org.apache.catalina.connector.OutputBuffer
-
Has this buffer been used at all?
- isNew - Variable in class org.apache.catalina.session.StandardSession
-
Flag indicating whether this session is new or not.
- isNew() - Method in class org.apache.catalina.session.StandardSession
-
Return true
if the client does not yet know about the
session, or if the client chooses not to join the session.
- isNew() - Method in class org.apache.catalina.session.StandardSessionFacade
-
- isNext() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- isNocase() - Method in class org.apache.catalina.valves.rewrite.RewriteCond
-
- isNocase() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- isNoContextManagerReceived() - Method in class org.apache.catalina.ha.session.DeltaManager
-
- isNoescape() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- isNosubreq() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- isNotEmpty(String) - Static method in class org.apache.catalina.filters.ExpiresFilter
-
Return true
if the given str
has at least one
character (can be a withespace).
- 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
-
- isNotifyLifecycleListenerOnFailure() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
- isNotifyListenersOnReplication() - Method in interface org.apache.catalina.ha.ClusterManager
-
- isNotifyListenersOnReplication() - Method in class org.apache.catalina.ha.session.ClusterManagerBase
-
- isNotifyPool() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
-
- isNotifySessionListenersOnReplication() - Method in class org.apache.catalina.ha.session.DeltaManager
-
- isNotRequestTarget(int) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
-
- isNotRequestTargetRelaxed(int) - Method in class org.apache.tomcat.util.http.parser.HttpParser
-
- isNull() - Method in class org.apache.tomcat.util.buf.AbstractChunk
-
- isNull() - Method in class org.apache.tomcat.util.buf.MessageBytes
-
- isNumber(Object) - Static method in class org.apache.el.lang.ELArithmetic
-
- isNumberType(Class<?>) - Static method in class org.apache.el.lang.ELArithmetic
-
- isNumeric(int) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
-
- isOk() - Method in class org.apache.tomcat.util.descriptor.web.FragmentJarScannerCallback
-
- isOlderThan(SlowQueryReport.QueryStats) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
-
- 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.WsFrameBase
-
- isOpen() - Method in class org.apache.tomcat.websocket.WsSession
-
- isOrnext() - Method in class org.apache.catalina.valves.rewrite.RewriteCond
-
- 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
-
- isOverridable() - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- 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
-
- isParametersParsed() - Method in class org.apache.catalina.connector.Request
-
return true if we have parsed parameters
- isParametersProvided() - Method in class org.apache.el.MethodExpressionImpl
-
- isParametersProvided() - Method in class org.apache.el.parser.AstValue
-
- isParametersProvided() - Method in interface org.apache.el.parser.Node
-
- isParametersProvided() - Method in class org.apache.el.parser.SimpleNode
-
- isParmetersProvided() - Method in class org.apache.el.MethodExpressionImpl
-
- isParseBodyMethod(String) - Method in class org.apache.catalina.connector.Connector
-
- isParseFailed() - Method in class org.apache.tomcat.util.http.Parameters
-
- isPathSeparator(char) - Static method in class org.apache.jasper.JspCompilationContext
-
- isPaused() - Method in class org.apache.catalina.mapper.Mapper.ContextVersion
-
- isPaused() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- isPending() - Method in class org.apache.coyote.http11.InternalNio2InputBuffer
-
- isPersistable(Class<?>) - Method in class org.apache.catalina.storeconfig.StoreAppender
-
Is the specified property type one for which we should generate a
persistence attribute?
- 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
-
Returns true if tag handler pooling is enabled, false otherwise.
- isPoolingEnabled() - Method in interface org.apache.jasper.Options
-
Returns true if tag handler pooling is enabled, false otherwise.
- isPoolPreparedStatements() - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Returns true if we are pooling statements.
- isPoolPreparedStatements() - Method in interface org.apache.tomcat.dbcp.dbcp2.BasicDataSourceMXBean
-
- isPoolPreparedStatements() - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Flag to toggle the pooling of PreparedStatement
s
- isPoolSweeperEnabled() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Returns true if the pool sweeper is enabled for the connection pool.
- isPoolSweeperEnabled() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- isPoolSweeperEnabled() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Returns true if the pool sweeper is enabled for the connection pool.
- isPoolSweeperEnabled() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Returns true if the pool sweeper is enabled for the connection pool.
- isPositive() - Method in class org.apache.catalina.valves.rewrite.RewriteCond
-
- isPrestartminSpareThreads() - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- isPrimary() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
-
- isPrimaryIndicator() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
-
- isPrimarySession() - Method in interface org.apache.catalina.ha.ClusterSession
-
returns true if this session is the primary session, if that is the
case, the manager can expire it upon timeout.
- isPrimarySession() - Method in class org.apache.catalina.ha.session.DeltaSession
-
returns true if this session is the primary session, if that is the case,
the manager can expire it upon timeout.
- isPrimitive(Class<?>) - Static method in class org.apache.tomcat.websocket.Util
-
- isPrintValue(Object, Object, String, StoreDescription) - Method in class org.apache.catalina.storeconfig.ConnectorStoreAppender
-
- isPrintValue(Object, Object, String, StoreDescription) - Method in class org.apache.catalina.storeconfig.StoreAppender
-
print this Attribute value or not
- isPrintValue(Object, Object, String, StoreDescription) - Method in class org.apache.catalina.storeconfig.StoreContextAppender
-
- isProcessing() - Method in class org.apache.coyote.Request
-
- isPropertyResolved() - Method in class org.apache.el.lang.EvaluationContext
-
- isPropertyResolved() - Method in class org.apache.jasper.el.ELContextWrapper
-
- isPrototypeMode() - Method in class org.apache.jasper.JspCompilationContext
-
True if we are compiling a tag file in prototype mode.
- isProxy() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
-
- isQsappend() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- isQuery(int) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
-
- isQueryRelaxed(int) - Method in class org.apache.tomcat.util.http.parser.HttpParser
-
- isQuote(char) - Method in class org.apache.catalina.ssi.SSIProcessor
-
- isReadable() - Method in class org.apache.tomcat.util.modeler.AttributeInfo
-
Is this attribute readable by management applications?
- isReadOnly() - 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 interface org.apache.catalina.WebResourceSet
-
Obtains the current value of the read-only setting for this set of
resources.
- isReadOnly(EvaluationContext) - Method in class org.apache.el.parser.AstDeferredExpression
-
- isReadOnly(EvaluationContext) - Method in class org.apache.el.parser.AstDynamicExpression
-
- isReadOnly(EvaluationContext) - Method in class org.apache.el.parser.AstIdentifier
-
- isReadOnly(EvaluationContext) - Method in class org.apache.el.parser.AstValue
-
- isReadOnly(EvaluationContext) - Method in interface org.apache.el.parser.Node
-
- isReadOnly(EvaluationContext) - Method in class org.apache.el.parser.SimpleNode
-
- isReadOnly(ELContext, Object, Object) - Method in class org.apache.el.stream.StreamELResolverImpl
-
- isReadOnly(ELContext) - Method in class org.apache.el.ValueExpressionImpl
-
- isReadOnly(ELContext) - Method in class org.apache.el.ValueExpressionLiteral
-
- isReadOnly(ELContext, Object, Object) - Method in class org.apache.jasper.el.ELResolverImpl
-
Deprecated.
- isReadOnly(ELContext) - Method in class org.apache.jasper.el.JspValueExpression
-
- isReadOnly() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
-
- isReadOnly() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingDatabaseMetaData
-
- isReadOnly() - Method in interface org.apache.tomcat.dbcp.dbcp2.PoolableConnectionMXBean
-
- 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
-
- isReady() - Method in class org.apache.catalina.connector.OutputBuffer
-
- isReady() - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
-
TODO SERVLET 3.1
- isReady() - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
-
Gets ready status
- isReady() - Method in class org.apache.catalina.ssi.ByteArrayServletOutputStream
-
TODO SERVLET 3.1
- isReady() - Method in interface org.apache.catalina.tribes.Member
-
The current state of the member
- isReady() - Method in class org.apache.catalina.tribes.membership.MemberImpl
-
- isReady() - Method in class org.apache.catalina.tribes.transport.SenderState
-
- isReady() - Method in class org.apache.coyote.http11.AbstractOutputBuffer
-
- isReady() - Method in class org.apache.coyote.http11.upgrade.AbstractServletInputStream
-
- isReady() - Method in class org.apache.coyote.http11.upgrade.AbstractServletOutputStream
-
- isReady() - Method in class org.apache.coyote.Response
-
- isRecordAllActions() - Method in class org.apache.catalina.ha.session.ClusterManagerBase
-
- isRecoveryEnabled() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
-
- isRedirect() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- 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
-
- isReleased() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
-
Returns true if this connection has been released and wont be reused.
- isRemoveAbandoned() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
boolean flag to remove abandoned connections if they exceed the removeAbandonedTimout.
- 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 removeAbandonedTimout.
- isRemoveAbandoned() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
boolean flag to remove abandoned connections if they exceed the removeAbandonedTimout.
- isRemoved() - Method in class org.apache.jasper.JspCompilationContext
-
- isRemoveLocked() - Method in class org.apache.catalina.tribes.transport.bio.util.SingleRemoveSynchronizedAddLock
-
Deprecated.
Check if the remove thread owns the lock.
- isRemovePolling() - Method in class org.apache.catalina.tribes.transport.bio.util.SingleRemoveSynchronizedAddLock
-
Deprecated.
Check if the remove thread is polling.
- isRenameOnRotate() - Method in class org.apache.catalina.valves.AccessLogValve
-
Should we defer inclusion of the date stamp in the file
name until rotate time
- isRequestedSessionIdFromCookie() - Method in class org.apache.catalina.connector.Request
-
Return true
if the session identifier included in this
request came from a cookie.
- isRequestedSessionIdFromCookie() - Method in class org.apache.catalina.connector.RequestFacade
-
- isRequestedSessionIdFromURL() - Method in class org.apache.catalina.connector.Request
-
Return true
if the session identifier included in this
request came from the request URI.
- isRequestedSessionIdFromUrl() - Method in class org.apache.catalina.connector.Request
-
Deprecated.
As of Version 2.1 of the Java Servlet API, use
isRequestedSessionIdFromURL()
instead.
- isRequestedSessionIdFromURL() - Method in class org.apache.catalina.connector.RequestFacade
-
- isRequestedSessionIdFromUrl() - Method in class org.apache.catalina.connector.RequestFacade
-
- isRequestedSessionIdValid() - Method in class org.apache.catalina.connector.Request
-
Return true
if the session identifier included in this
request identifies a valid session.
- isRequestedSessionIdValid() - Method in class org.apache.catalina.connector.RequestFacade
-
- 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
-
- isResourceOnlyServlet(String) - Method in interface org.apache.catalina.Context
-
Checks the named Servlet to see if it expects a resource to be present.
- isResourceOnlyServlet(String) - Method in class org.apache.catalina.core.StandardContext
-
- isResourceOnlyServlet(String) - Method in class org.apache.catalina.startup.FailedContext
-
- isResultSet(Method, boolean) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
-
- isRoleSearchAsUser() - Method in class org.apache.catalina.realm.JNDIRealm
-
- isRollbackAfterValidation() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
Whether a rollback will be issued after executing the SQL query that will be used to validate connections from
this pool before returning them to the caller.
- isRollbackOnReturn() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
-
- isRootContext(ServletContext) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- isRotatable() - Method in class org.apache.catalina.valves.AccessLogValve
-
Should we rotate the access log.
- isRunning() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- isSafeInHttpHeader(String) - Static method in class org.apache.tomcat.util.http.HttpMessages
-
Is the provided message safe to use in an HTTP header.
- isScanAllDirectories() - Method in class org.apache.tomcat.util.scan.StandardJarScanner
-
- isScanAllFiles() - Method in class org.apache.tomcat.util.scan.StandardJarScanner
-
- isScanBootstrapClassPath() - Method in class org.apache.tomcat.util.scan.StandardJarScanner
-
- isScanClassPath() - Method in class org.apache.tomcat.util.scan.StandardJarScanner
-
- isScanManifest() - Method in class org.apache.tomcat.util.scan.StandardJarScanner
-
- isSchemeChar(char) - Static method in class org.apache.tomcat.util.net.URL
-
Deprecated.
Determine if the character is allowed in the scheme of a URI.
- isScriptingInvalid() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
-
- isScriptless() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
- isSecure() - Method in class org.apache.catalina.connector.Request
-
Was this request received on a secure connection?
- isSecure() - Method in class org.apache.catalina.connector.RequestFacade
-
- isSecure() - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
-
- isSecure() - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- isSecure() - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- isSecure() - Method in class org.apache.tomcat.websocket.WsSession
-
- isSecurityLoginConfigurationProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- isSecurityPolicyProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- isSendAllSessions() - Method in class org.apache.catalina.ha.session.DeltaManager
-
- isSendfileSupported() - Method in class org.apache.coyote.AbstractProtocol
-
- isSendfileSupported() - Method in interface org.apache.coyote.ProtocolHandler
-
Does this ProtocolHandler support sendfile?
- isSeparatearrayresults() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
- isSerializable() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
-
- isServiced(String) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
-
Invoke the check method on the deployer.
- isServiced(String) - Method in class org.apache.catalina.manager.ManagerServlet
-
Invoke the isServiced method on the deployer.
- isServiced(String) - Method in class org.apache.catalina.startup.HostConfig
-
Is application serviced ?
- isServlet22() - Method in interface org.apache.catalina.Context
-
Is this context using version 2.2 of the Servlet spec?
- isServlet22() - Method in class org.apache.catalina.core.StandardContext
-
Are we processing a version 2.2 deployment descriptor?
- isServlet22() - Method in class org.apache.catalina.startup.FailedContext
-
- isSessionStale(Session, long) - Method in class org.apache.catalina.valves.PersistentValve
-
Indicate whether the session has been idle for longer
than its expiration date as of the supplied time.
- isSet - Variable in class org.apache.tomcat.util.buf.AbstractChunk
-
- isShowReport() - Method in class org.apache.catalina.valves.ErrorReportValve
-
- isShowServerInfo() - Method in class org.apache.catalina.valves.ErrorReportValve
-
- isSingleThreadModel() - Method in class org.apache.catalina.core.StandardWrapper
-
Does the servlet class represented by this component implement the
SingleThreadModel
interface?
- isSmapDumped() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Should SMAP info for JSR45 debugging be dumped to a file?
- isSmapDumped() - Method in class org.apache.jasper.JspC
-
Indicates whether SMAP info for JSR45 debugging should be dumped to a
file.
- isSmapDumped() - Method in interface org.apache.jasper.Options
-
Indicates whether SMAP info for JSR45 debugging should be dumped to a
file.
- isSmapSuppressed() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Is the generation of SMAP info for JSR45 debugging suppressed?
- isSmapSuppressed() - Method in class org.apache.jasper.JspC
-
Is the generation of SMAP info for JSR45 debugging suppressed?
- isSmapSuppressed() - Method in interface org.apache.jasper.Options
-
Is the generation of SMAP info for JSR45 debugging suppressed?
- isSpace(char) - Method in class org.apache.catalina.ssi.SSIProcessor
-
- isSpace(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns true if the specified character is a space character
as defined by production [3] in the XML 1.0 specification.
- isSSLEnabled() - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- isSSLEnabled() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- isStandard() - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- isStarted() - Method in class org.apache.catalina.core.AsyncContextImpl
-
- isStateManageable() - Method in class org.apache.catalina.core.StandardContext
-
Deprecated.
The JSR-77 implementation is incomplete and will be removed
in 8.5.x
- isStateManageable() - Method in class org.apache.catalina.core.StandardWrapper
-
Deprecated.
The JSR-77 implementation is incomplete and will be removed
in 8.5.x
- isStatement(Method, boolean) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
-
Returns true if the method that is being invoked matches one of the statement types.
- isStateTimestampDrop() - Method in class org.apache.catalina.ha.session.DeltaManager
-
- isStateTransferred() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- isStoreDelegatedCredential() - Method in class org.apache.catalina.authenticator.SpnegoAuthenticator
-
- isStoreSeparate() - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- isStringFloat(String) - Static method in class org.apache.el.lang.ELSupport
-
- isStripRealmForGss() - Method in class org.apache.catalina.realm.RealmBase
-
- isSupported(String) - Method in class org.apache.catalina.manager.JMXProxyServlet
-
- isSupportsCredentials() - Method in class org.apache.catalina.filters.CorsFilter
-
Determines is supports credentials is enabled.
- isSuspect() - Method in interface org.apache.catalina.tribes.Member
-
The current state of the member
- isSuspect() - Method in class org.apache.catalina.tribes.membership.MemberImpl
-
- isSuspect() - Method in class org.apache.catalina.tribes.transport.SenderState
-
- isSuspect() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
-
- isSuspended() - Method in class org.apache.catalina.connector.OutputBuffer
-
Is the response output suspended ?
- isSuspended() - Method in class org.apache.catalina.connector.Response
-
Suspended flag accessor.
- isSymlink(File) - Static method in class org.apache.tomcat.util.http.fileupload.FileUtils
-
Determines whether the specified file is a Symbolic Link rather than an actual file.
- isTagFile() - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
Is the tag being used inside a tag file?
- isTagFile() - Method in class org.apache.jasper.JspCompilationContext
-
- isTagFile() - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- isTerminateOnStartFailure() - Method in class org.apache.catalina.ha.session.BackupManager
-
- isTestOnBorrow() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
The indication of whether objects will be validated before being borrowed from the pool.
- isTestOnBorrow() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- isTestOnBorrow() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
The indication of whether objects will be validated before being borrowed from the pool.
- isTestOnBorrow() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
The indication of whether objects will be validated before being borrowed from the pool.
- isTestOnConnect() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Returns true if we should run the validation query when connecting to the database for the first time on a connection.
- isTestOnConnect() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- isTestOnConnect() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Returns true if we should run the validation query when connecting to the database for the first time on a connection.
- isTestOnConnect() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Returns true if we should run the validation query when connecting to the database for the first time on a connection.
- isTestOnReturn() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
The indication of whether objects will be validated after being returned to the pool.
- isTestOnReturn() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- isTestOnReturn() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
The indication of whether objects will be validated after being returned to the pool.
- isTestOnReturn() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
The indication of whether objects will be validated after being returned to the pool.
- isTestWhileIdle() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Set to true if query validation should take place while the connection is idle.
- isTestWhileIdle() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- isTestWhileIdle() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Set to true if query validation should take place while the connection is idle.
- isTestWhileIdle() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Set to true if query validation should take place while the connection is idle.
- isThreadBound() - Static method in class org.apache.naming.ContextBindings
-
Tests if current thread is bound to a naming context.
- isThreadContentionMonitoringEnabled() - Static method in class org.apache.tomcat.util.Diagnostics
-
Check whether thread contention monitoring is enabled.
- isThreadCpuTimeEnabled() - Static method in class org.apache.tomcat.util.Diagnostics
-
Check whether thread cpu time measurement is enabled.
- isThresholdExceeded() - Method in class org.apache.tomcat.util.http.fileupload.ThresholdingOutputStream
-
Determines whether or not the configured threshold has been exceeded for
this output stream.
- isToken(int) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
-
- isTokenPollerProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- IStoreConfig - Interface in org.apache.catalina.storeconfig
-
- IStoreFactory - Interface in org.apache.catalina.storeconfig
-
- isTraceEnabled() - Method in interface org.apache.juli.logging.Log
-
Is trace logging currently enabled?
- 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.
- isTrimDirectiveWhitespaces() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
-
- isType() - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- isUdpBased() - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- isUnavailable() - Method in class org.apache.catalina.core.StandardWrapper
-
Is this servlet currently unavailable?
- isUnavailable() - Method in class org.apache.catalina.startup.Tomcat.ExistingStandardWrapper
-
- isUnavailable() - Method in interface org.apache.catalina.Wrapper
-
Is this servlet currently unavailable?
- isUndeflow() - Method in class org.apache.tomcat.util.buf.C2BConverter
-
- isUnpackWARs() - Method in class org.apache.catalina.core.StandardHost
-
Unpack WARs flag accessor.
- isUnpackWARs() - Method in class org.apache.catalina.startup.HostConfig
-
Return the unpack WARs flag.
- isUpgrade() - Method in class org.apache.coyote.AbstractProcessor
-
- isUpgrade() - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
-
- isUpgrade() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
- isUpgrade() - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
-
- isUpgrade() - Method in interface org.apache.coyote.Processor
-
- isUpgraded() - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- isUpgradeInit() - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
-
- isUrlCacheProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- isUrlSafe() - Method in class org.apache.tomcat.util.codec.binary.Base64
-
Returns our current encode mode.
- isUseContextClassLoader() - Method in class org.apache.catalina.realm.JAASRealm
-
Returns whether to use the context or default ClassLoader.
- isUseDelegatedCredential() - Method in class org.apache.catalina.realm.JNDIRealm
-
- isUseEquals() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Set to true if you wish the ProxyConnection
class to use String.equals
instead of
==
when comparing method names.
- isUseEquals() - Method in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
-
- isUseEquals() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- isUseEquals() - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Set to true if you wish the ProxyConnection
class to use String.equals
instead of
==
when comparing method names.
- isUseEquals() - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Set to true if you wish the ProxyConnection
class to use String.equals
instead of
==
when comparing method names.
- isUseNaming() - Method in class org.apache.catalina.core.StandardContext
-
Returns true if the internal naming support is used.
- isUseNaming() - Method in class org.apache.catalina.startup.Catalina
-
Return true if naming is enabled.
- isUseRef() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
- isUserInfo(int) - Static method in class org.apache.tomcat.util.http.parser.HttpParser
-
- isUserInRole(String) - Method in class org.apache.catalina.connector.Request
-
Return true
if the authenticated user principal
possesses the specified role name.
- 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
-
- isUseShutdownHook() - Method in class org.apache.juli.ClassLoaderLogManager
-
- isV0Separator(char) - Static method in class org.apache.tomcat.util.http.CookieSupport
-
Deprecated.
Returns true if the byte is a separator as defined by V0 of the cookie
spec.
- isValid() - Method in class org.apache.catalina.ha.deploy.FileMessageFactory
-
- isValid() - Method in class org.apache.catalina.ha.session.DeltaSession
-
Return the isValid
flag for this session.
- isValid() - Method in class org.apache.catalina.manager.DummyProxySession
-
- isValid() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
-
Gets validity status
- isValid() - Method in interface org.apache.catalina.Session
-
Return the isValid
flag for this session.
- isValid - Variable in class org.apache.catalina.session.StandardSession
-
Flag indicating whether this session is valid or not.
- isValid() - Method in class org.apache.catalina.session.StandardSession
-
Return the isValid
flag for this session.
- isValid(int) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns true if the specified character is valid.
- isValid(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
-
- ISVALID_VAL - Static variable in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
-
Connection.isValid(int)
method name
- isValidateTld() - Method in class org.apache.jasper.JspC
-
- isValidateUri() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
-
- isValidateXml() - Method in class org.apache.jasper.JspC
-
- isValidEncoding(String) - Method in class org.apache.catalina.ssi.SSIEcho
-
- isValidIANAEncoding(String) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns true if the encoding name is a valid IANA encoding.
- isValidInternal() - Method in class org.apache.catalina.session.StandardSession
-
Return the isValid
flag for this session without any expiration
check.
- 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.catalina.filters.CorsFilter
-
Checks if a given origin is valid or not.
- isValidSetter(Method) - Static method in class org.apache.catalina.util.Introspection
-
Determines if a method has a valid name and signature for a Java Bean
setter.
- isValueSerializable() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
-
- isViewConf(NonBlockingCoordinator.CoordinationMessage) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
-
- 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
-
virtual path can be webapp-relative
- isVirtualWebappRelative - Variable in class org.apache.catalina.ssi.SSIServlet
-
virtual path can be webapp-relative
- isVirtualWebappRelative - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- isWarnEnabled() - Method in interface org.apache.juli.logging.Log
-
Is warn logging currently enabled?
- isWatchEnabled() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
-
- isWebSocketUpgradeRequest(ServletRequest, ServletResponse) - Static method in class org.apache.tomcat.websocket.server.UpgradeUtil
-
Checks to see if this is an HTTP request that includes a valid upgrade
request to web socket.
- isWhiteSpace(byte) - Static method in class org.apache.tomcat.util.codec.binary.BaseNCodec
-
Checks if a byte value is whitespace or not.
- isWorkerAvailable() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
Returns true if a worker thread is available for processing.
- isWorkerAvailable() - Method in class org.apache.tomcat.util.net.NioEndpoint
-
Returns true if a worker thread is available for processing.
- 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
-
- isWrapperFor(Class<?>) - Method in class org.apache.tomcat.jdbc.pool.ProxyConnection
-
- ISWRAPPERFOR_VAL - Static variable in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
-
Wrapper.isWrapperFor(Class)
method name
- isWritable(Object) - Static method in class org.apache.naming.ContextAccessController
-
Returns if a context is writable.
- isWritable() - Method in class org.apache.naming.NamingContext
-
Returns true if writing is allowed on this context.
- isWriteable() - Method in class org.apache.catalina.users.MemoryUserDatabase
-
Check for permissions to save this user database to persistent storage
location.
- isWriteable() - Method in class org.apache.tomcat.util.modeler.AttributeInfo
-
Is this attribute writable by management applications?
- isWriteResponseBodyStarted() - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
-
- isWriting - Variable in class org.apache.catalina.ha.deploy.FileMessageFactory
-
Flag that indicates if a thread is writing messages to disk.
- isXml() - Method in class org.apache.jasper.compiler.JspConfig.JspProperty
-
- isXmlParsingProtection() - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- isXpoweredBy() - Method in class org.apache.jasper.EmbeddedServletOptions
-
Is generation of X-Powered-By response header enabled/disabled?
- isXpoweredBy() - Method in class org.apache.jasper.JspC
-
Is generation of X-Powered-By response header enabled/disabled?
- isXpoweredBy() - Method in interface org.apache.jasper.Options
-
Is generation of X-Powered-By response header enabled/disabled?
- isXssProtectionEnabled() - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
-
- item - Variable in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ExchangeCountDownLatch
-
- item - Variable in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ItemFuture
-
- item - Variable in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ExchangeCountDownLatch
-
- item - Variable in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ItemFuture
-
- iterator() - Method in class org.apache.el.stream.Stream
-
- iterator - Variable in class org.apache.naming.NamingContextBindingsEnumeration
-
Underlying enumeration.
- iterator - Variable in class org.apache.naming.NamingContextEnumeration
-
Underlying enumeration.
- iterator() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
- iterator() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
- raiseError(long, long) - Method in class org.apache.tomcat.util.http.fileupload.util.LimitedInputStream
-
Called to indicate, that the input streams limit has
been exceeded.
- rand - Static variable in class org.apache.catalina.tribes.util.UUIDGenerator
-
- randLoad(String) - Static method in class org.apache.tomcat.jni.SSL
-
Add content of the file to the PRNG
- randMake(String, int, boolean) - Static method in class org.apache.tomcat.jni.SSL
-
Creates random data to filename
- random(byte[], int) - Static method in class org.apache.tomcat.jni.OS
-
Generate random bytes.
- randomUUID(boolean) - Static method in class org.apache.catalina.tribes.util.UUIDGenerator
-
- randomUUID(boolean, byte[], int) - Static method in class org.apache.catalina.tribes.util.UUIDGenerator
-
- randSave(String) - Static method in class org.apache.tomcat.jni.SSL
-
Writes a number of random bytes (currently 1024) to
file filename
which can be used to initialize the PRNG
by calling randLoad in a later session.
- randSet(String) - Static method in class org.apache.tomcat.jni.SSL
-
Sets global random filename.
- RBRACE - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- RBRACK - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- rctxt - Variable in class org.apache.jasper.JspC
-
The runtime context.
- read() - Method in class org.apache.catalina.connector.CoyoteInputStream
-
- read(byte[]) - Method in class org.apache.catalina.connector.CoyoteInputStream
-
- read(byte[], int, int) - Method in class org.apache.catalina.connector.CoyoteInputStream
-
- read() - Method in class org.apache.catalina.connector.CoyoteReader
-
- read(char[]) - Method in class org.apache.catalina.connector.CoyoteReader
-
- read(char[], int, int) - Method in class org.apache.catalina.connector.CoyoteReader
-
- read(byte[], int, int) - Method in class org.apache.catalina.connector.InputBuffer
-
- read() - Method in class org.apache.catalina.connector.InputBuffer
-
- read(char[]) - Method in class org.apache.catalina.connector.InputBuffer
-
- read(char[], int, int) - Method in class org.apache.catalina.connector.InputBuffer
-
- read() - Method in class org.apache.catalina.connector.Request
-
- read() - Method in class org.apache.catalina.servlets.CGIServlet.HTTPHeaderInputStream
-
- read() - Method in class org.apache.catalina.tribes.transport.nio.NioSender
-
- read() - Method in class org.apache.catalina.webresources.AbstractArchiveResource.JarInputStreamWrapper
-
- read(byte[]) - Method in class org.apache.catalina.webresources.AbstractArchiveResource.JarInputStreamWrapper
-
- read(byte[], int, int) - Method in class org.apache.catalina.webresources.AbstractArchiveResource.JarInputStreamWrapper
-
- read(byte[], int, int, boolean) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
-
Read at least the specified amount of bytes, and place them
in the input buffer.
- read(byte[], int, int, boolean) - Method in class org.apache.coyote.ajp.AjpAprProcessor
-
- read(byte[], int, int, boolean) - Method in class org.apache.coyote.ajp.AjpNio2Processor
-
- read(byte[], int, int, boolean) - Method in class org.apache.coyote.ajp.AjpNioProcessor
-
- read(byte[], int, int, boolean) - Method in class org.apache.coyote.ajp.AjpProcessor
-
- read() - Method in class org.apache.coyote.http11.upgrade.AbstractServletInputStream
-
- read(byte[], int, int) - Method in class org.apache.coyote.http11.upgrade.AbstractServletInputStream
-
- read() - Method in class org.apache.jasper.xmlparser.ASCIIReader
-
Read a single character.
- read(char[], int, int) - Method in class org.apache.jasper.xmlparser.ASCIIReader
-
Read characters into a portion of an array.
- read() - Method in class org.apache.jasper.xmlparser.UCSReader
-
Read a single character.
- read(char[], int, int) - Method in class org.apache.jasper.xmlparser.UCSReader
-
Read characters into a portion of an array.
- read() - Method in class org.apache.jasper.xmlparser.UTF8Reader
-
Read a single character.
- read(char[], int, int) - Method in class org.apache.jasper.xmlparser.UTF8Reader
-
Read characters into a portion of an array.
- read(byte[]) - Method in interface org.apache.tomcat.jni.BIOCallback
-
Read data
- read(FileInfo, int, long) - Static method in class org.apache.tomcat.jni.Directory
-
Read the next entry from the specified directory.
- read(long, byte[], int, int) - Static method in class org.apache.tomcat.jni.File
-
Read data from the specified file.
- read(InputStream, byte[], int, int) - Static method in class org.apache.tomcat.util.http.fileupload.IOUtils
-
Reads bytes from an input stream.
- read() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
-
Returns the next byte in the stream.
- read(byte[], int, int) - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
-
Reads bytes into the given buffer.
- read() - Method in class org.apache.tomcat.util.http.fileupload.util.LimitedInputStream
-
Reads the next byte of data from this input stream.
- read(byte[], int, int) - Method in class org.apache.tomcat.util.http.fileupload.util.LimitedInputStream
-
Reads up to len
bytes of data from this input stream
into an array of bytes.
- read() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
-
- read(ByteBuffer) - Method in class org.apache.tomcat.util.net.Nio2Channel
-
- read(ByteBuffer, A, CompletionHandler<Integer, ? super A>) - Method in class org.apache.tomcat.util.net.Nio2Channel
-
- read(ByteBuffer, long, TimeUnit, A, CompletionHandler<Integer, ? super A>) - Method in class org.apache.tomcat.util.net.Nio2Channel
-
- read(ByteBuffer, NioChannel, long) - Method in class org.apache.tomcat.util.net.NioBlockingSelector
-
Performs a blocking read using the bytebuffer for data to be read
If the selector
parameter is null, then it will perform a busy read that could
take up a lot of CPU cycles.
- read(ByteBuffer) - Method in class org.apache.tomcat.util.net.NioChannel
-
Reads a sequence of bytes from this channel into the given buffer.
- read(ByteBuffer, NioChannel, Selector, long) - Method in class org.apache.tomcat.util.net.NioSelectorPool
-
Performs a blocking read using the bytebuffer for data to be read and a selector to block.
- read(ByteBuffer, NioChannel, Selector, long, boolean) - Method in class org.apache.tomcat.util.net.NioSelectorPool
-
Performs a read using the bytebuffer for data to be read and a selector to register for events should
you have the block=true.
- read(ByteBuffer) - Method in class org.apache.tomcat.util.net.SecureNio2Channel
-
Reads a sequence of bytes from this channel into the given buffer.
- read(ByteBuffer, long, TimeUnit, A, CompletionHandler<Integer, ? super A>) - Method in class org.apache.tomcat.util.net.SecureNio2Channel
-
- read(ByteBuffer) - Method in class org.apache.tomcat.util.net.SecureNioChannel
-
Reads a sequence of bytes from this channel into the given buffer.
- read(ByteBuffer) - Method in interface org.apache.tomcat.websocket.AsyncChannelWrapper
-
- read(ByteBuffer, A, CompletionHandler<Integer, B>) - Method in interface org.apache.tomcat.websocket.AsyncChannelWrapper
-
- read(ByteBuffer) - Method in class org.apache.tomcat.websocket.AsyncChannelWrapperNonSecure
-
- read(ByteBuffer, A, CompletionHandler<Integer, B>) - Method in class org.apache.tomcat.websocket.AsyncChannelWrapperNonSecure
-
- read(ByteBuffer) - Method in class org.apache.tomcat.websocket.AsyncChannelWrapperSecure
-
- read(ByteBuffer, A, CompletionHandler<Integer, B>) - Method in class org.apache.tomcat.websocket.AsyncChannelWrapperSecure
-
- READ_HEAD_LEN - Static variable in class org.apache.coyote.ajp.Constants
-
Size of the header metadata
- READ_SIZE - Static variable in class org.apache.catalina.ha.deploy.FileMessageFactory
-
The number of bytes that we read from file
- readable - Variable in class org.apache.tomcat.util.modeler.AttributeInfo
-
- readb(long, ByteBuffer, int, int) - Static method in class org.apache.tomcat.jni.File
-
Read data from the specified file.
- readBodyData(OutputStream) - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
-
Reads body-data
from the current
encapsulation
and writes its contents into the
output Stream
.
- readBoundary() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
-
Skips a boundary
token, and checks whether more
encapsulations
are contained in the stream.
- readbuf - Variable in class org.apache.catalina.tribes.transport.nio.NioSender
-
- ReadBufferOverflowException - Exception in org.apache.tomcat.websocket
-
- ReadBufferOverflowException(int) - Constructor for exception org.apache.tomcat.websocket.ReadBufferOverflowException
-
- readByte() - Method in class org.apache.catalina.connector.InputBuffer
-
- readByte() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
-
Reads a byte from the buffer
, and refills it as
necessary.
- readBytes() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
-
Read bytes from the previous buffer.
- readChar() - Method in class org.apache.el.parser.SimpleCharStream
-
Read a character.
- readChunk - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
-
Byte chunk used to read bytes.
- readChunkedPostBody() - Method in class org.apache.catalina.connector.Request
-
Read chunked post body.
- readComplete - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
-
Flag that indicates if the request headers have been completely read.
- readConfiguration() - Method in class org.apache.juli.ClassLoaderLogManager
-
- readConfiguration(InputStream) - Method in class org.apache.juli.ClassLoaderLogManager
-
- readConfiguration(ClassLoader) - Method in class org.apache.juli.ClassLoaderLogManager
-
Read configuration for the specified classloader.
- readConfiguration(InputStream, ClassLoader) - Method in class org.apache.juli.ClassLoaderLogManager
-
Load specified configuration.
- readDataFromSocket(SelectionKey) - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
-
Sample data handler method for a channel with data ready to read.
- readElementValue(DataInput, ConstantPool) - Static method in class org.apache.tomcat.util.bcel.classfile.ElementValue
-
- reader - Variable in class org.apache.catalina.connector.Request
-
Reader.
- reader - Variable in class org.apache.catalina.tribes.transport.bio.BioReplicationTask
-
- reader - Variable in class org.apache.tomcat.util.digester.Digester
-
The XMLReader used to parse digester rules.
- readExternal(ObjectInput) - Method in class org.apache.catalina.ha.session.DeltaRequest
-
- readExternal(ObjectInput) - Method in class org.apache.catalina.ha.session.DeltaSession
-
- readExternal(ObjectInput) - Method in class org.apache.catalina.tribes.ByteMessage
-
- readExternal(ObjectInput) - Method in class org.apache.catalina.tribes.group.RpcMessage.NoRpcChannelReply
-
- readExternal(ObjectInput) - Method in class org.apache.catalina.tribes.group.RpcMessage
-
- readExternal(ObjectInput) - Method in class org.apache.catalina.tribes.membership.MemberImpl
-
- readExternal(ObjectInput) - Method in class org.apache.el.lang.FunctionMapperImpl.Function
-
- readExternal(ObjectInput) - Method in class org.apache.el.lang.FunctionMapperImpl
-
- readExternal(ObjectInput) - Method in class org.apache.el.lang.VariableMapperImpl
-
- readExternal(ObjectInput) - Method in class org.apache.el.MethodExpressionImpl
-
- readExternal(ObjectInput) - Method in class org.apache.el.MethodExpressionLiteral
-
- readExternal(ObjectInput) - Method in class org.apache.el.ValueExpressionImpl
-
- readExternal(ObjectInput) - Method in class org.apache.el.ValueExpressionLiteral
-
- readExternal(ObjectInput) - Method in class org.apache.jasper.el.JspMethodExpression
-
- readExternal(ObjectInput) - Method in class org.apache.jasper.el.JspValueExpression
-
- readFull(long, byte[], int, int) - Static method in class org.apache.tomcat.jni.File
-
Read data from the specified file, ensuring that the buffer is filled
before returning.
- readFullb(long, ByteBuffer, int, int) - Static method in class org.apache.tomcat.jni.File
-
Read data from the specified file, ensuring that the buffer is filled
before returning.
- readFully(InputStream, byte[], int, int) - Static method in class org.apache.tomcat.util.http.fileupload.IOUtils
-
Reads the requested number of bytes or fail if there are not enough left.
- readFully(InputStream, byte[]) - Static method in class org.apache.tomcat.util.http.fileupload.IOUtils
-
Reads the requested number of bytes or fail if there are not enough left.
- readHeaders() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
-
Reads the header-part
of the current
encapsulation
.
- readLine(byte[], int, int) - Method in class org.apache.catalina.connector.CoyoteInputStream
-
- readLine() - Method in class org.apache.catalina.connector.CoyoteReader
-
- readLine(byte[], int, int) - Method in class org.apache.coyote.http11.upgrade.AbstractServletInputStream
-
- 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.
- readMessage(AjpMessage, boolean) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
-
Read an AJP message.
- readObjectData(ObjectInputStream) - Method in class org.apache.catalina.ha.session.DeltaSession
-
Read a serialized version of the contents of this session object from the
specified object input stream, without requiring that the StandardSession
itself have been serialized.
- readObjectData(ObjectInput) - Method in class org.apache.catalina.ha.session.DeltaSession
-
- readObjectData(ObjectInputStream) - Method in class org.apache.catalina.session.StandardSession
-
Read a serialized version of the contents of this session object from
the specified object input stream, without requiring that the
StandardSession itself have been serialized.
- readOnly - Variable in class org.apache.catalina.servlets.DefaultServlet
-
Read only flag.
- readonly - Variable in class org.apache.catalina.users.MemoryUserDatabase
-
A flag, indicating if the user database is read only.
- readOnly - Variable in class org.apache.tomcat.jdbc.pool.interceptor.ConnectionState
-
- readPending - Variable in class org.apache.coyote.http11.InternalNio2InputBuffer
-
Read pending flag.
- readPending - Variable in class org.apache.tomcat.util.net.SecureNio2Channel
-
- readPostBody(byte[], int) - Method in class org.apache.catalina.connector.Request
-
Read post body in an array.
- readState - Variable in class org.apache.tomcat.jdbc.pool.interceptor.ConnectionState
-
- readTestTimeout - Variable in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
-
- readTimeout - Variable in class org.apache.catalina.realm.JNDIRealm
-
The timeout, in milliseconds, to use when trying to read from a connection
to the directory.
- ready() - Method in class org.apache.catalina.connector.CoyoteReader
-
- ready() - Method in class org.apache.catalina.connector.InputBuffer
-
- READY - Static variable in class org.apache.catalina.tribes.transport.SenderState
-
- ready() - Method in class org.apache.jasper.xmlparser.ASCIIReader
-
Tell whether this stream is ready to be read.
- ready() - Method in class org.apache.jasper.xmlparser.UCSReader
-
Tell whether this stream is ready to be read.
- ready() - Method in class org.apache.jasper.xmlparser.UTF8Reader
-
Tell whether this stream is ready to be read.
- realloc(long, int) - Static method in class org.apache.tomcat.jni.Stdlib
-
Reallocate memory blocks.
- reallyClose() - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnection
-
Actually close my underlying Connection
.
- reallyClose() - Method in interface org.apache.tomcat.dbcp.dbcp2.PoolableConnectionMXBean
-
- reallyClose() - Method in class org.apache.tomcat.util.scan.NonClosingJarInputStream
-
- Realm - Interface in org.apache.catalina
-
A Realm is a read-only facade for an underlying security realm
used to authenticate individual users, and identify the security roles
associated with those users.
- realm - Variable in class org.apache.catalina.realm.JAASCallbackHandler
-
The associated JAASRealm
instance.
- REALM_NAME - Static variable in class org.apache.catalina.authenticator.AuthenticatorBase
-
Default authentication realm name.
- RealmBase - Class in org.apache.catalina.realm
-
Simple implementation of Realm that reads an XML file to configure
the valid users, passwords, and roles.
- RealmBase() - Constructor for class org.apache.catalina.realm.RealmBase
-
- RealmBase.AllRolesMode - Class in org.apache.catalina.realm
-
- realmName - Variable in class org.apache.catalina.realm.JAASCallbackHandler
-
Realm name.
- realmPath - Variable in class org.apache.catalina.realm.RealmBase
-
- RealmRuleSet - Class in org.apache.catalina.startup
-
RuleSet for processing the contents of a Realm definition
element.
- RealmRuleSet() - Constructor for class org.apache.catalina.startup.RealmRuleSet
-
Construct an instance of this RuleSet
with the default
matching pattern prefix.
- RealmRuleSet(String) - Constructor for class org.apache.catalina.startup.RealmRuleSet
-
Construct an instance of this RuleSet
with the specified
matching pattern prefix.
- realms - Variable in class org.apache.catalina.realm.CombinedRealm
-
The list of Realms contained by this Realm.
- RealmSF - Class in org.apache.catalina.storeconfig
-
Store server.xml Element Realm
- RealmSF() - Constructor for class org.apache.catalina.storeconfig.RealmSF
-
- realReadBytes(byte[], int, int) - Method in class org.apache.catalina.connector.InputBuffer
-
Reads new bytes in the byte chunk.
- realReadBytes(byte[], int, int) - Method in interface org.apache.tomcat.util.buf.ByteChunk.ByteInputChannel
-
Read new bytes.
- realReadChars(char[], int, int) - Method in class org.apache.catalina.connector.InputBuffer
-
- realReadChars(char[], int, int) - Method in interface org.apache.tomcat.util.buf.CharChunk.CharInputChannel
-
Read new characters.
- realWriteBytes(byte[], int, int) - Method in class org.apache.catalina.connector.OutputBuffer
-
Sends the buffer data to the client output, checking the
state of Response and calling the right interceptors.
- realWriteBytes(byte[], int, int) - Method in class org.apache.coyote.http11.InternalOutputBuffer
-
Callback to write data from the buffer.
- realWriteBytes(byte[], int, int) - Method in interface org.apache.tomcat.util.buf.ByteChunk.ByteOutputChannel
-
Send the bytes ( usually the internal conversion buffer ).
- realWriteChars(char[], int, int) - Method in class org.apache.catalina.connector.InputBuffer
-
Since the converter will use append, it is possible to get chars to
be removed from the buffer for "writing".
- realWriteChars(char[], int, int) - Method in class org.apache.catalina.connector.OutputBuffer
-
Convert the chars to bytes, then send the data to the client.
- realWriteChars(char[], int, int) - Method in interface org.apache.tomcat.util.buf.CharChunk.CharOutputChannel
-
Send the bytes ( usually the internal conversion buffer ).
- reauthenticate(String, Realm, Request) - Method in class org.apache.catalina.authenticator.SingleSignOn
-
Attempts reauthentication to the given Realm
using
the credentials associated with the single sign-on session
identified by argument ssoId
.
- reauthenticateFromSSO(String, Request) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Attempts reauthentication to the Realm
using
the credentials included in argument entry
.
- rebind(Name, Object) - Method in class org.apache.naming.NamingContext
-
Binds a name to an object, overwriting any existing binding.
- rebind(String, Object) - Method in class org.apache.naming.NamingContext
-
Binds a name to an object, overwriting any existing binding.
- rebind(Name, Object) - Method in class org.apache.naming.SelectorContext
-
Binds a name to an object, overwriting any existing binding.
- rebind(String, Object) - Method in class org.apache.naming.SelectorContext
-
Binds a name to an object, overwriting any existing binding.
- receive() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
-
Receive a datagram packet, locking wait
- receive(boolean) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
-
Read an AJP body message.
- RECEIVE_MESSAGE_FAILURE_EVENT - Static variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
- receivePacket - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
-
Reuse the receivePacket, no need to create a new one everytime
- receiver - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
-
Thread to listen for pings
- ReceiverBase - Class in org.apache.catalina.tribes.transport
-
- ReceiverBase() - Constructor for class org.apache.catalina.tribes.transport.ReceiverBase
-
- reclaimParachute(boolean) - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
- reclaimParachute(boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint
-
- reconnect() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
-
- recover(McastServiceImpl) - Static method in class org.apache.catalina.tribes.membership.McastServiceImpl.RecoveryThread
-
- recoveryCounter - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
-
nr of times the system has to fail before a recovery is initiated
- recoveryEnabled - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
-
Add the ability to turn on/off recovery
- recoverySleepTime - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
-
The time the recovery thread sleeps between recovery attempts
- recv(long, byte[], int, int) - Static method in class org.apache.tomcat.jni.Socket
-
Read data from a network.
- recvb(long, ByteBuffer, int, int) - Static method in class org.apache.tomcat.jni.Socket
-
Read data from a network.
- recvbb(long, int, int) - Static method in class org.apache.tomcat.jni.Socket
-
Read data from a network using internally set ByteBuffer.
- recvbbt(long, int, int, long) - Static method in class org.apache.tomcat.jni.Socket
-
Read data from a network with timeout using internally set ByteBuffer
- recvbt(long, ByteBuffer, int, int, long) - Static method in class org.apache.tomcat.jni.Socket
-
Read data from a network with timeout.
- recvfrom(long, long, int, byte[], int, int) - Static method in class org.apache.tomcat.jni.Socket
-
- recvt(long, byte[], int, int, long) - Static method in class org.apache.tomcat.jni.Socket
-
Read data from a network with timeout.
- recycle() - Method in class org.apache.catalina.connector.InputBuffer
-
Recycle the output buffer.
- recycle() - Method in class org.apache.catalina.connector.OutputBuffer
-
Recycle the output buffer.
- recycle() - Method in class org.apache.catalina.connector.Request
-
Release all object references, and initialize instance variables, in
preparation for reuse of this object.
- recycle() - Method in class org.apache.catalina.connector.Response
-
Release all object references, and initialize instance variables, in
preparation for reuse of this object.
- recycle() - Method in class org.apache.catalina.core.AsyncContextImpl
-
- recycle() - Method in class org.apache.catalina.ha.session.DeltaSession
-
Release all object references, and initialize instance variables, in
preparation for reuse of this object.
- recycle() - Method in class org.apache.catalina.manager.DummyProxySession
-
- recycle() - Method in class org.apache.catalina.mapper.MappingData
-
- recycle() - Method in interface org.apache.catalina.Session
-
Release all object references, and initialize instance variables, in
preparation for reuse of this object.
- recycle() - Method in class org.apache.catalina.session.StandardSession
-
Release all object references, and initialize instance variables, in
preparation for reuse of this object.
- recycle() - Method in class org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
-
- recycle(boolean) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
-
Recycle the processor, ready for the next request which may be on the
same connection or a different connection.
- recycle(boolean) - Method in class org.apache.coyote.ajp.AjpAprProcessor
-
Recycle the processor.
- recycle(boolean) - Method in class org.apache.coyote.ajp.AjpNio2Processor
-
- recycle(boolean) - Method in class org.apache.coyote.ajp.AjpProcessor
-
- recycle() - Method in class org.apache.coyote.AsyncStateMachine
-
- recycle(boolean) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
- recycle() - Method in class org.apache.coyote.http11.AbstractInputBuffer
-
Recycle the input buffer.
- recycle() - Method in class org.apache.coyote.http11.AbstractNioInputBuffer.HeaderParseData
-
- recycle() - Method in class org.apache.coyote.http11.AbstractNioInputBuffer
-
Recycle the input buffer.
- recycle() - Method in class org.apache.coyote.http11.AbstractOutputBuffer
-
Recycle the output buffer.
- recycle() - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
-
- recycle() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
-
Make the filter ready to process the next request.
- recycle() - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
-
Make the filter ready to process the next request.
- recycle() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
-
Make the filter ready to process the next request.
- recycle() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
-
Make the filter ready to process the next request.
- recycle() - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
-
Make the filter ready to process the next request.
- recycle() - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
-
Make the filter ready to process the next request.
- recycle() - Method in class org.apache.coyote.http11.filters.VoidInputFilter
-
Make the filter ready to process the next request.
- recycle() - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
-
Make the filter ready to process the next request.
- recycle() - Method in interface org.apache.coyote.http11.InputFilter
-
Make the filter ready to process the next request.
- recycle() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
-
Recycle the input buffer.
- recycle() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
-
Recycle the output buffer.
- recycle() - Method in class org.apache.coyote.http11.InternalInputBuffer
-
- recycle() - Method in class org.apache.coyote.http11.InternalNio2InputBuffer
-
Recycle the input buffer.
- recycle() - Method in class org.apache.coyote.http11.InternalNio2OutputBuffer
-
Recycle the output buffer.
- recycle() - Method in class org.apache.coyote.http11.InternalNioInputBuffer
-
Recycle the input buffer.
- recycle() - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
-
Recycle the output buffer.
- recycle() - Method in class org.apache.coyote.http11.InternalOutputBuffer
-
Recycle the output buffer.
- recycle() - Method in interface org.apache.coyote.http11.OutputFilter
-
Make the filter ready to process the next request.
- recycle(boolean) - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
-
- recycle(boolean) - Method in interface org.apache.coyote.Processor
-
- recycle() - Method in class org.apache.coyote.Request
-
- recycle() - Method in class org.apache.coyote.Response
-
- recycle() - Method in class org.apache.jasper.runtime.BodyContentImpl
-
This method shall "reset" the internal state of a BodyContentImpl,
releasing all internal references, and preparing it for potential
reuse by a later invocation of
PageContextImpl.pushBody(Writer)
.
- recycle() - Method in class org.apache.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
-
- recycle() - Method in class org.apache.tomcat.util.http.ServerCookie
-
- recycle() - Method in class org.apache.tomcat.util.http.ServerCookies
-
- recycle() - Method in interface org.apache.tomcat.util.net.AbstractEndpoint.Handler
-
Recycle resources associated with the handler.
- RECYCLE_FACADES - Static variable in class org.apache.catalina.connector.Connector
-
Alternate flag to enable recycling of facades.
- recycleCookieInfo(boolean) - Method in class org.apache.catalina.connector.Request
-
- recycledProcessors - Variable in class org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
-
- recycleInternal() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
- recycleInternal() - Method in class org.apache.coyote.http11.Http11AprProcessor
-
- recycleInternal() - Method in class org.apache.coyote.http11.Http11Nio2Processor
-
- recycleInternal() - Method in class org.apache.coyote.http11.Http11NioProcessor
-
- recycleInternal() - Method in class org.apache.coyote.http11.Http11Processor
-
- recycleSessionInfo() - Method in class org.apache.catalina.connector.Request
-
- redeployResources - Variable in class org.apache.catalina.startup.HostConfig.DeployedApplication
-
Any modification of the specified (static) resources will cause a
redeployment of the application.
- redirect - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
-
Prefix Substitution with http://thishost[:thisport]/ (which makes the
new URL a URI) to force a external redirection.
- Redirect - Class in org.apache.jasper.tagplugins.jstl.core
-
- Redirect() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Redirect
-
- redirectCode - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
-
- 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
-
- 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
-
- reduce(Object, LambdaExpression) - Method in class org.apache.el.stream.Stream
-
- REFERENCE - Static variable in class org.apache.naming.NamingEntry
-
- references - Variable in class org.apache.catalina.core.StandardWrapper
-
The security role references for this servlet, keyed by role name
used in the servlet.
- referrals - Variable in class org.apache.catalina.realm.JNDIRealm
-
How should we handle referrals?
- refillReadBuffer(boolean) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
-
Get more request body data from the web server and store it in the
internal buffer.
- ReflectionUtil - Class in org.apache.el.util
-
Utilities for Managing Serialization and Reflection
- refresh() - Method in class org.apache.catalina.ha.backend.CollectedInfo
-
- refreshPolicy() - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
Refresh the system policy file, to pick up eventual changes.
- refreshRow() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- reg(SelectionKey, NioEndpoint.KeyAttachment, int) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
-
- REG_BINARY - Static variable in class org.apache.tomcat.jni.Registry
-
- REG_DWORD - Static variable in class org.apache.tomcat.jni.Registry
-
- REG_EXPAND_SZ - Static variable in class org.apache.tomcat.jni.Registry
-
- REG_MULTI_SZ - Static variable in class org.apache.tomcat.jni.Registry
-
- REG_QWORD - Static variable in class org.apache.tomcat.jni.Registry
-
- REG_SZ - Static variable in class org.apache.tomcat.jni.Registry
-
- register(Request, HttpServletResponse, Principal, String, String, String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Register an authenticated Principal and authentication type in our
request, in the current session (if there is one), and with our
SingleSignOn valve, if there is one.
- register(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(Object, String) - Method in class org.apache.catalina.util.LifecycleMBeanBase
-
Utility method to enable sub-classes to easily register additional
components that don't implement
JmxEnabled
with an MBean server.
- register() - Static method in class org.apache.catalina.webresources.TomcatURLStreamHandlerFactory
-
Register this factory with the JVM.
- register(AbstractProcessor<S>) - Method in class org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
-
- register(String, String) - Method in class org.apache.tomcat.util.digester.Digester
-
Register the specified DTD URL for the specified public identifier.
- register(NioChannel) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
-
Registers a newly created socket with the poller.
- register() - Static method in class org.apache.tomcat.websocket.AsyncChannelGroupUtil
-
- register(BackgroundProcess) - Method in class org.apache.tomcat.websocket.BackgroundProcessManager
-
- register(WsRemoteEndpointImplServer) - Method in class org.apache.tomcat.websocket.server.WsWriteTimeout
-
- registerChannel(Selector, SelectableChannel, int, Object) - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
-
Register the given channel with the given selector for
the given operations of interest
- registerClusterValve() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
register all cluster valve to host or engine
- registerComponent(Object, String, String) - Method in class org.apache.tomcat.util.modeler.Registry
-
Register a bean by creating a modeler mbean and adding it to the
MBeanServer.
- registerComponent(Object, ObjectName, String) - Method in class org.apache.tomcat.util.modeler.Registry
-
Register a component
XXX make it private
- registerComponent(Object, String, String) - Method in interface org.apache.tomcat.util.modeler.RegistryMBean
-
Register a bean by creating a modeler mbean and adding it to the
MBeanServer.
- registerCount - Variable in class org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
-
- registerDescription(StoreDescription) - Method in class org.apache.catalina.storeconfig.StoreRegistry
-
Register a new description
- registerFailure() - Method in class org.apache.catalina.realm.LockOutRealm.LockRecord
-
- registerForEvent(boolean, boolean) - Method in class org.apache.coyote.AbstractProcessor
-
Register the socket for the specified events.
- registerForEvent(boolean, boolean) - Method in class org.apache.coyote.ajp.AjpAprProcessor
-
- registerForEvent(boolean, boolean) - Method in class org.apache.coyote.ajp.AjpNio2Processor
-
- registerForEvent(boolean, boolean) - Method in class org.apache.coyote.ajp.AjpNioProcessor
-
- registerForEvent(boolean, boolean) - Method in class org.apache.coyote.ajp.AjpProcessor
-
- registerForEvent(boolean, boolean) - Method in class org.apache.coyote.http11.Http11AprProcessor
-
- registerForEvent(boolean, boolean) - Method in class org.apache.coyote.http11.Http11Nio2Processor
-
- registerForEvent(boolean, boolean) - Method in class org.apache.coyote.http11.Http11NioProcessor
-
- registerForEvent(boolean, boolean) - Method in class org.apache.coyote.http11.Http11Processor
-
- registerforEvent(int, boolean, boolean) - Method in class org.apache.tomcat.util.net.SocketWrapper
-
Register the associated socket for the requested events.
- registerForRead(SelectionKey, ObjectReader) - Method in class org.apache.catalina.tribes.transport.nio.NioReplicationTask
-
- registerFuture(FutureToSendHandler) - Method in class org.apache.tomcat.websocket.WsSession
-
Make the session aware of a FutureToSendHandler
that will need to
be forcibly closed if the session closes before the
FutureToSendHandler
completes.
- registerGlobalResourceAccess(Context, String, String) - Static method in class org.apache.naming.factory.ResourceLinkFactory
-
- registerJmx() - Method in class org.apache.tomcat.jdbc.pool.DataSource
-
Registers the ConnectionPoolMBean under a unique name based on the ObjectName for the DataSource
- registerJmx() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
-
- registerManager(Manager) - Method in interface org.apache.catalina.Cluster
-
Register a manager with the cluster.
- registerManager(Manager) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
- registerOutParameter(int, int) - Method in class org.apache.tomcat.dbcp.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(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
-
- registerPool(String, ObjectPool<? extends Connection>) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDriver
-
Registers a named pool.
- registerReadInterest() - Method in class org.apache.coyote.http11.InternalNio2InputBuffer
-
- registerReplicationSession(DeltaSession) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
-
Register all cross context sessions inside endAccess.
- registerSession(Endpoint, WsSession) - Method in class org.apache.tomcat.websocket.server.WsServerContainer
-
Overridden to make it visible to other classes in this package.
- registerSession(Endpoint, WsSession) - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
-
- registerSessionAtReplicationValve(DeltaSession) - Method in class org.apache.catalina.ha.session.ClusterManagerBase
-
Register cross context session at replication valve thread local
- registerTrackedResource(TrackedWebResource) - Method in interface org.apache.catalina.WebResourceRoot
-
- registerTrackedResource(TrackedWebResource) - Method in class org.apache.catalina.webresources.StandardRoot
-
- registerURLStreamHandlerFactory() - Method in class org.apache.catalina.webresources.StandardRoot
-
- registerWriteInterest() - Method in class org.apache.coyote.http11.AbstractOutputBuffer
-
- registerWriteInterest() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
-
- registerWriteInterest() - Method in class org.apache.coyote.http11.InternalNio2OutputBuffer
-
- registerWriteInterest() - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
-
- registerWriteInterest() - Method in class org.apache.coyote.http11.InternalOutputBuffer
-
- registry - Variable in class org.apache.catalina.manager.JMXProxyServlet
-
- registry - Static variable in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
-
The configuration information registry for our managed beans.
- registry - Variable in class org.apache.catalina.mbeans.GroupMBean
-
The configuration information registry for our managed beans.
- registry - Variable in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
-
The configuration information registry for our managed beans.
- registry - Variable in class org.apache.catalina.mbeans.NamingResourcesMBean
-
The configuration information registry for our managed beans.
- registry - Variable in class org.apache.catalina.mbeans.RoleMBean
-
The configuration information registry for our managed beans.
- registry - Variable in class org.apache.catalina.mbeans.UserMBean
-
The configuration information registry for our managed beans.
- registry - Variable in class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
-
The configuration information registry for our managed beans.
- Registry - Class in org.apache.tomcat.jni
-
Windows Registry support
- Registry() - Constructor for class org.apache.tomcat.jni.Registry
-
- Registry - Class in org.apache.tomcat.util.modeler
-
Registry for modeler MBeans.
- Registry() - Constructor for class org.apache.tomcat.util.modeler.Registry
-
- RegistryMBean - Interface in org.apache.tomcat.util.modeler
-
Interface for modeler MBeans.
- rehandshake() - 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.
- ReInit(InputStream) - Method in class org.apache.el.parser.ELParser
-
Reinitialise.
- ReInit(InputStream, String) - Method in class org.apache.el.parser.ELParser
-
Reinitialise.
- ReInit(Reader) - Method in class org.apache.el.parser.ELParser
-
Reinitialise.
- ReInit(ELParserTokenManager) - Method in class org.apache.el.parser.ELParser
-
Reinitialise.
- ReInit(SimpleCharStream) - Method in class org.apache.el.parser.ELParserTokenManager
-
Reinitialise parser.
- ReInit(SimpleCharStream, int) - Method in class org.apache.el.parser.ELParserTokenManager
-
Reinitialise parser.
- ReInit(Reader, int, int, int) - Method in class org.apache.el.parser.SimpleCharStream
-
Reinitialise.
- ReInit(Reader, int, int) - Method in class org.apache.el.parser.SimpleCharStream
-
Reinitialise.
- ReInit(Reader) - Method in class org.apache.el.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int, int) - Method in class org.apache.el.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int, int) - Method in class org.apache.el.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String) - Method in class org.apache.el.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream) - Method in class org.apache.el.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, String, int, int) - Method in class org.apache.el.parser.SimpleCharStream
-
Reinitialise.
- ReInit(InputStream, int, int) - Method in class org.apache.el.parser.SimpleCharStream
-
Reinitialise.
- rejectedSessions - Variable in class org.apache.catalina.session.ManagerBase
-
Number of session creations that failed due to maxActiveSessions.
- rejectIllegalHeaderName - Variable in class org.apache.coyote.http11.AbstractInputBuffer
-
- 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(DirContext) - Method in class org.apache.catalina.realm.JNDIRealm
-
Release our use of this connection so that it can be recycled.
- release(Connection) - Method in class org.apache.catalina.session.JDBCStore
-
Release the connection, if it
is associated with a connection pool.
- release() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
-
Release lock for in/out messages election is completed
- release(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(SocketWrapper<S>, Processor<S>, boolean, boolean) - Method in class org.apache.coyote.AbstractProtocol.AbstractConnectionHandler
-
- release(SocketWrapper<Long>, Processor<Long>, boolean, boolean) - Method in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
-
Expected to be used by the handler once the processor is no longer
required.
- release(SocketWrapper<Nio2Channel>) - Method in class org.apache.coyote.ajp.AjpNio2Protocol.AjpConnectionHandler
-
Expected to be used by the Poller to release resources on socket
close, errors etc.
- release(SocketWrapper<Nio2Channel>, Processor<Nio2Channel>, boolean, boolean) - Method in class org.apache.coyote.ajp.AjpNio2Protocol.AjpConnectionHandler
-
Expected to be used by the handler once the processor is no longer
required.
- release(SocketChannel) - Method in class org.apache.coyote.ajp.AjpNioProtocol.AjpConnectionHandler
-
Expected to be used by the Poller to release resources on socket
close, errors etc.
- release(SocketWrapper<NioChannel>) - Method in class org.apache.coyote.ajp.AjpNioProtocol.AjpConnectionHandler
-
Expected to be used by the Poller to release resources on socket
close, errors etc.
- release(SocketWrapper<NioChannel>, Processor<NioChannel>, boolean, boolean) - Method in class org.apache.coyote.ajp.AjpNioProtocol.AjpConnectionHandler
-
Expected to be used by the handler once the processor is no longer
required.
- release(SocketWrapper<Socket>, Processor<Socket>, boolean, boolean) - Method in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
-
Expected to be used by the handler once the processor is no longer
required.
- release(SocketWrapper<Long>, Processor<Long>, boolean, boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol.Http11ConnectionHandler
-
Expected to be used by the handler once the processor is no longer
required.
- release(SocketWrapper<Nio2Channel>) - Method in class org.apache.coyote.http11.Http11Nio2Protocol.Http11ConnectionHandler
-
Expected to be used by the Poller to release resources on socket
close, errors etc.
- release(SocketWrapper<Nio2Channel>, Processor<Nio2Channel>, boolean, boolean) - Method in class org.apache.coyote.http11.Http11Nio2Protocol.Http11ConnectionHandler
-
Expected to be used by the handler once the processor is no longer
required.
- release(SocketChannel) - Method in class org.apache.coyote.http11.Http11NioProtocol.Http11ConnectionHandler
-
Expected to be used by the Poller to release resources on socket
close, errors etc.
- release(SocketWrapper<NioChannel>) - Method in class org.apache.coyote.http11.Http11NioProtocol.Http11ConnectionHandler
-
Expected to be used by the Poller to release resources on socket
close, errors etc.
- release(SocketWrapper<NioChannel>, Processor<NioChannel>, boolean, boolean) - Method in class org.apache.coyote.http11.Http11NioProtocol.Http11ConnectionHandler
-
Expected to be used by the handler once the processor is no longer
required.
- release(SocketWrapper<Socket>, Processor<Socket>, boolean, boolean) - Method in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
-
Expected to be used by the handler once the processor is no longer
required.
- release() - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- release() - Method in class org.apache.jasper.runtime.PageContextImpl
-
- release() - Method in class org.apache.jasper.runtime.TagHandlerPool
-
Calls the release() method of all available tag handlers in this tag
handler pool.
- 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(PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
-
thread safe way to release a connection
- release() - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
-
This method is called if (Now - timeCheckedIn > getReleaseTime())
This method disconnects the connection, logs an error in debug mode if it happens
then sets the
PooledConnection.released
flag to false.
- release(SocketWrapper<Nio2Channel>) - Method in interface org.apache.tomcat.util.net.Nio2Endpoint.Handler
-
- release(SocketWrapper<NioChannel>) - Method in interface org.apache.tomcat.util.net.NioEndpoint.Handler
-
- release(SocketChannel) - Method in interface org.apache.tomcat.util.net.NioEndpoint.Handler
-
- releaseAll() - Method in class org.apache.tomcat.util.threads.LimitLatch
-
- releaseCaches() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
- releaseCaches() - Method in class org.apache.tomcat.util.net.NioEndpoint
-
- releaseConnectionLatch() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- releasePageContext(PageContext) - Method in class org.apache.jasper.runtime.JspFactoryImpl
-
- releaseSavepoint(Savepoint) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
-
- releaseTag(Tag, InstanceManager, boolean) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- releaseTag(Tag, InstanceManager) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- reload() - Method in interface org.apache.catalina.Context
-
Reload this web application, if reloading is supported.
- reload() - Method in class org.apache.catalina.core.StandardContext
-
Reload this web application, if reloading is supported.
- reload(ContextName, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
-
Reload the web application at the specified context path.
- reload(PrintWriter, ContextName, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
-
Reload the web application at the specified context path.
- reload() - Method in class org.apache.catalina.startup.FailedContext
-
- reloadResources - Variable in class org.apache.catalina.startup.HostConfig.DeployedApplication
-
Any modification of the specified (static) resources will cause a
reload of the application.
- ReloadTask - Class in org.apache.catalina.ant
-
Ant task that implements the /reload
command, supported by the
Tomcat manager application.
- ReloadTask() - Constructor for class org.apache.catalina.ant.ReloadTask
-
- remaining - Variable in class org.apache.catalina.tribes.transport.nio.NioSender
-
- remaining - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
-
Number of bytes remaining in the current chunk.
- remaining - Variable in class org.apache.coyote.http11.filters.IdentityInputFilter
-
Remaining bytes.
- remaining - Variable in class org.apache.coyote.http11.filters.IdentityOutputFilter
-
Remaining bytes.
- remainingCapacity() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
- remainingCapacity() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
- remainingCapacity() - Method in class org.apache.tomcat.util.threads.TaskQueue
-
- REMOTE - Static variable in class org.apache.naming.EjbRef
-
Remote interface classname address type.
- REMOTE_ADDR_ATTRIBUTE - Static variable in interface org.apache.catalina.AccessLog
-
Name of request attribute used to override the remote address recorded by
the AccessLog.
- REMOTE_ADDR_ATTRIBUTE - Static variable in class org.apache.catalina.Globals
-
The request attribute set by the RemoteIpFilter, RemoteIpValve (and may
be set by other similar components) that identifies for the connector the
remote IP address claimed to be associated with this request when a
request is received via one or more proxies.
- REMOTE_ADDR_ATTRIBUTE - Static variable in class org.apache.coyote.Constants
-
The request attribute set by the RemoteIpFilter, RemoteIpValve (and may
be set by other similar components) that identifies for the connector the
remote IP address claimed to be associated with this request when a
request is received via one or more proxies.
- REMOTE_HOST_ATTRIBUTE - Static variable in interface org.apache.catalina.AccessLog
-
Name of request attribute used to override remote host name recorded by
the AccessLog.
- REMOTE_IP_HEADER_PARAMETER - Static variable in class org.apache.catalina.filters.RemoteIpFilter
-
- remoteAddr - Variable in class org.apache.catalina.connector.Request
-
Remote address.
- remoteAddr - Variable in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- remoteAddr() - Method in class org.apache.coyote.Request
-
- RemoteAddrFilter - Class in org.apache.catalina.filters
-
Concrete implementation of RequestFilter
that filters
based on the string representation of the remote client's IP address.
- RemoteAddrFilter() - Constructor for class org.apache.catalina.filters.RemoteAddrFilter
-
- RemoteAddrValve - Class in org.apache.catalina.valves
-
Concrete implementation of RequestFilterValve
that filters
based on the string representation of the remote client's IP address
optionally combined with the server connector port number.
- RemoteAddrValve() - Constructor for class org.apache.catalina.valves.RemoteAddrValve
-
- remoteHost - Variable in class org.apache.catalina.connector.Request
-
Remote host.
- remoteHost - Variable in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- remoteHost() - Method in class org.apache.coyote.Request
-
- RemoteHostFilter - Class in org.apache.catalina.filters
-
Concrete implementation of RequestFilter
that filters
based on the remote client's host name.
- RemoteHostFilter() - Constructor for class org.apache.catalina.filters.RemoteHostFilter
-
- RemoteHostValve - Class in org.apache.catalina.valves
-
Concrete implementation of RequestFilterValve
that filters
based on the remote client's host name optionally combined with the
server connector port number.
- RemoteHostValve() - Constructor for class org.apache.catalina.valves.RemoteHostValve
-
- RemoteIpFilter - Class in org.apache.catalina.filters
-
Servlet filter to integrate "X-Forwarded-For" and "X-Forwarded-Proto" HTTP headers.
- RemoteIpFilter() - Constructor for class org.apache.catalina.filters.RemoteIpFilter
-
- RemoteIpFilter.XForwardedRequest - Class in org.apache.catalina.filters
-
- RemoteIpFilter.XForwardedRequest(HttpServletRequest) - Constructor for class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- RemoteIpValve - Class in org.apache.catalina.valves
-
Tomcat port of
mod_remoteip, this valve replaces the apparent
client remote IP address and hostname for the request with the IP address list presented by a proxy or a load balancer via a request
headers (e.g.
- RemoteIpValve() - Constructor for class org.apache.catalina.valves.RemoteIpValve
-
- remotePort - Variable in class org.apache.catalina.connector.Request
-
Remote port
- RemoteProcessException - Exception in org.apache.catalina.tribes
-
Title: RemoteProcessException
Description: Message thrown by a sender when USE_SYNC_ACK receives a FAIL_ACK_COMMAND.
- RemoteProcessException() - Constructor for exception org.apache.catalina.tribes.RemoteProcessException
-
- RemoteProcessException(String) - Constructor for exception org.apache.catalina.tribes.RemoteProcessException
-
- RemoteProcessException(String, Throwable) - Constructor for exception org.apache.catalina.tribes.RemoteProcessException
-
- RemoteProcessException(Throwable) - Constructor for exception org.apache.catalina.tribes.RemoteProcessException
-
- remove(String, boolean) - Method in interface org.apache.catalina.ha.ClusterDeployer
-
Remove an existing web application, attached to the specified context
name.
- remove(String, boolean) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
-
Remove an existing web application, attached to the specified context
name.
- remove(String) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
-
Invoke the remove method on the deployer.
- remove(PrintWriter, String, StringManager) - Method in class org.apache.catalina.manager.host.HostManagerServlet
-
Remove the specified host.
- remove(String, StringManager) - Method in class org.apache.catalina.manager.host.HTMLHostManagerServlet
-
Remove the specified host.
- remove(Session) - Method in interface org.apache.catalina.Manager
-
Remove this Session from the active Sessions for this Manager.
- remove(Session, boolean) - Method in interface org.apache.catalina.Manager
-
Remove this Session from the active Sessions for this Manager.
- remove(Object) - Static method in class org.apache.catalina.security.SecurityUtil
-
Remove the object from the cache.
- remove(String) - Method in class org.apache.catalina.session.FileStore
-
Remove the Session with the specified session identifier from
this Store, if present.
- remove(String) - Method in class org.apache.catalina.session.JDBCStore
-
Remove the Session with the specified session identifier from
this Store, if present.
- remove(Session) - Method in class org.apache.catalina.session.ManagerBase
-
- remove(Session, boolean) - Method in class org.apache.catalina.session.ManagerBase
-
- remove(Session, boolean) - Method in class org.apache.catalina.session.PersistentManagerBase
-
Remove this Session from the active Sessions for this Manager.
- remove(String) - Method in interface org.apache.catalina.Store
-
Remove the Session with the specified session identifier from
this Store, if present.
- remove(Member) - Method in interface org.apache.catalina.tribes.ChannelSender
-
Notification that a member has been removed or crashed.
- remove() - Method in class org.apache.catalina.tribes.group.GroupChannel.InterceptorIterator
-
- remove(Object) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
Removes an object from this map, it will also remove it from
- remove(Object, boolean) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- remove(Member) - Method in class org.apache.catalina.tribes.transport.bio.MultipointBioSender
-
- remove() - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
-
Deprecated.
Remove the complete queued object list.
- remove(Member) - Method in interface org.apache.catalina.tribes.transport.MultiPointSender
-
- remove(Member) - Method in class org.apache.catalina.tribes.transport.nio.ParallelNioSender
-
- remove(Member) - Method in class org.apache.catalina.tribes.transport.PooledSender
-
- remove(Member) - Method in class org.apache.catalina.tribes.transport.ReplicationTransmitter
-
remove sender from transmitter. ( deregister mbean and disconnect sender )
- remove(Member[], Member) - Static method in class org.apache.catalina.tribes.util.Arrays
-
- remove(Object) - Method in class org.apache.catalina.util.ParameterMap
- remove(Object) - Method in class org.apache.catalina.util.ResourceSet
-
Remove the given element from this set if it is present.
- Remove - Class in org.apache.jasper.tagplugins.jstl.core
-
- Remove() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Remove
-
- remove(FastRemovalDequeue<T>.Entry) - Method in class org.apache.jasper.util.FastRemovalDequeue
-
Removes any element of the list and returns its content.
- remove() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.FairIterator
-
- remove(Object) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
- remove() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
- remove() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.FairIterator
-
- remove(Object) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
- remove() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
- remove(String, long) - Static method in class org.apache.tomcat.jni.Directory
-
Remove directory from the file system.
- remove(String, long) - Static method in class org.apache.tomcat.jni.File
-
Delete the specified file.
- remove(long, long) - Static method in class org.apache.tomcat.jni.Poll
-
Remove a descriptor from a pollset
- remove(String, long) - Static method in class org.apache.tomcat.jni.Shm
-
Remove shared memory segment associated with a filename.
- remove(Object) - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
-
- remove(Object, Object) - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
-
- remove(AprEndpoint.SendfileData) - Method in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
-
Remove socket from the poller.
- remove(long) - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketList
-
- remove(long) - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketTimeouts
-
Removes the specified socket from the poller.
- remove(NioEndpoint.KeyAttachment, int) - Method in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
-
- remove(Object) - Method in class org.apache.tomcat.websocket.CaseInsensitiveKeyMap
-
- REMOVE_ALIAS_EVENT - Static variable in interface org.apache.catalina.Host
-
The ContainerEvent event type sent when an old alias is removed
by removeAlias()
.
- REMOVE_CHILD_EVENT - Static variable in interface org.apache.catalina.Container
-
The ContainerEvent event type sent when a child container is removed
by removeChild()
.
- REMOVE_MAPPING_EVENT - Static variable in interface org.apache.catalina.Wrapper
-
Container event for removing a wrapper.
- REMOVE_VALVE_EVENT - Static variable in interface org.apache.catalina.Container
-
The ContainerEvent event type sent when a valve is removed
by removeValve()
, if this Container supports pipelines.
- REMOVE_WELCOME_FILE_EVENT - Static variable in interface org.apache.catalina.Context
-
Container event for removing a wrapper.
- removeAlias(String) - Method in class org.apache.catalina.core.StandardHost
-
Remove the specified alias name from the aliases for this Host.
- removeAlias(String) - Method in interface org.apache.catalina.Host
-
Remove the specified alias name from the aliases for this Host.
- removeAlias(Mapper.MappedHost) - Method in class org.apache.catalina.mapper.Mapper.MappedHost
-
- removeAll(Collection<?>) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
- removeAll(Collection<?>) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
- removeAllowedTrailerHeader(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- removeApplicationListener(String) - Method in interface org.apache.catalina.Context
-
Remove the specified application listener class from the set of
listeners for this application.
- removeApplicationListener(String) - Method in class org.apache.catalina.core.StandardContext
-
Remove the specified application listener class from the set of
listeners for this application.
- removeApplicationListener(String) - Method in class org.apache.catalina.startup.FailedContext
-
- removeApplicationParameter(String) - Method in interface org.apache.catalina.Context
-
Remove the application parameter with the specified name from
the set for this application.
- removeApplicationParameter(String) - Method in class org.apache.catalina.core.StandardContext
-
Remove the application parameter with the specified name from
the set for this application.
- removeApplicationParameter(String) - Method in class org.apache.catalina.startup.FailedContext
-
- removeAttribute(String) - Method in class org.apache.catalina.connector.Request
-
Remove the specified request attribute if it exists.
- removeAttribute(String) - Method in class org.apache.catalina.connector.RequestFacade
-
- removeAttribute(String) - Method in class org.apache.catalina.core.ApplicationContext
-
Remove the context attribute with the specified name, if any.
- removeAttribute(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- removeAttribute(String) - Method in class org.apache.catalina.ha.context.ReplicatedContext.ReplApplContext
-
- removeAttribute(String) - Method in class org.apache.catalina.ha.session.DeltaRequest
-
- removeAttribute(String, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
-
Remove the object bound with the specified name from this session.
- removeAttribute(String, boolean, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
-
- removeAttribute(String) - Method in class org.apache.catalina.session.StandardSession
-
Remove the object bound with the specified name from this session.
- removeAttribute(String, boolean) - Method in class org.apache.catalina.session.StandardSession
-
Remove the object bound with the specified name from this session.
- removeAttribute(String) - Method in class org.apache.catalina.session.StandardSessionFacade
-
- removeAttribute(String) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- removeAttribute(String, int) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- removeAttribute(String, int) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- removeAttribute(String) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- removeAttribute(String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Remove the specified context attribute.
- removeAttribute(int) - Method in class org.apache.jasper.util.UniqueAttributesImpl
-
- removeAttribute(String) - Method in class org.apache.tomcat.util.modeler.BaseAttributeFilter
-
Remove an attribute name from the set of names accepted by this
filter.
- removeAttributeChangeNotificationListener(NotificationListener, String) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
Remove an attribute change notification event listener from
this MBean.
- removeAttributeInternal(String, boolean, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
-
- removeAttributeInternal(String, boolean) - Method in class org.apache.catalina.session.StandardSession
-
Remove the object bound with the specified name from this session.
- removeAuthRole(String) - Method in class org.apache.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
- removeChannelListener(ChannelListener) - Method in class org.apache.catalina.tribes.group.GroupChannel
-
Removes a channel listener from the channel.
- removeChild(Container) - Method in interface org.apache.catalina.Container
-
Remove an existing child Container from association with this parent
Container.
- removeChild(Container) - Method in class org.apache.catalina.core.ContainerBase
-
Remove an existing child Container from association with this parent
Container.
- removeChild(Container) - Method in class org.apache.catalina.core.StandardContext
-
Add a child Container, only if the proposed child is an implementation
of Wrapper.
- removeChild(String) - Method in class org.apache.catalina.mbeans.ContainerMBean
-
Remove an existing child Container from association with this parent
Container.
- removeChild(Container) - Method in class org.apache.catalina.startup.FailedContext
-
- removeClusterListener(ClusterListener) - Method in interface org.apache.catalina.ha.CatalinaCluster
-
- removeClusterListener(ClusterListener) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
Remove message listener and deregister Cluster from listener.
- removeCollection(SecurityCollection) - Method in class org.apache.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(Connector) - Method in class org.apache.catalina.core.StandardService
-
Remove the specified Connector from the set associated from this
Service.
- removeConnector(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
-
Remove an existing Connector.
- removeConnector(Connector) - Method in interface org.apache.catalina.Service
-
Remove the specified Connector from the set associated from this
Service.
- removeConstraint(SecurityConstraint) - Method in interface org.apache.catalina.Context
-
Remove the specified security constraint from this web application.
- removeConstraint(SecurityConstraint) - Method in class org.apache.catalina.core.StandardContext
-
Remove the specified security constraint from this web application.
- removeConstraint(SecurityConstraint) - Method in class org.apache.catalina.startup.FailedContext
-
- removeContainerListener(ContainerListener) - Method in interface org.apache.catalina.Container
-
Remove a container event listener from this component.
- removeContainerListener(ContainerListener) - Method in class org.apache.catalina.core.ContainerBase
-
Remove a container event listener from this component.
- removeContainerListener(ContainerListener) - Method in class org.apache.catalina.startup.FailedContext
-
- removeContext(String) - Method in class org.apache.catalina.mapper.Mapper.ContextList
-
- 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.
- 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
-
Remove any environment entry with the specified name.
- removeEnvironment(String) - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
-
Remove any environment entry with the specified name.
- removeEnvironment(String) - Method in interface org.apache.tomcat.util.descriptor.web.NamingResources
-
- removeErrorPage(ErrorPage) - Method in interface org.apache.catalina.Context
-
Remove the error page for the specified error code or
Java language exception, if it exists; otherwise, no action is taken.
- removeErrorPage(ErrorPage) - Method in class org.apache.catalina.core.StandardContext
-
Remove the error page for the specified error code or
Java language exception, if it exists; otherwise, no action is taken.
- removeErrorPage(ErrorPage) - Method in class org.apache.catalina.startup.FailedContext
-
- removeExecutor(Executor) - Method in class org.apache.catalina.core.StandardService
-
Removes an executor from the service
- removeExecutor(Executor) - Method in interface org.apache.catalina.Service
-
Removes an executor from the service
- removeFactory(FileMessage) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
-
Remove file (war) from messages)
- removeFilterDef(FilterDef) - Method in interface org.apache.catalina.Context
-
Remove the specified filter definition from this Context, if it exists;
otherwise, no action is taken.
- removeFilterDef(FilterDef) - Method in class org.apache.catalina.core.StandardContext
-
Remove the specified filter definition from this Context, if it exists;
otherwise, no action is taken.
- removeFilterDef(FilterDef) - Method in class org.apache.catalina.startup.FailedContext
-
- removeFilterMap(FilterMap) - Method in interface org.apache.catalina.Context
-
Remove a filter mapping from this Context.
- removeFilterMap(FilterMap) - Method in class org.apache.catalina.core.StandardContext
-
Remove a filter mapping from this Context.
- removeFilterMap(FilterMap) - Method in class org.apache.catalina.startup.FailedContext
-
- removeFragCollection(FragmentationInterceptor.FragKey) - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
-
- removeFromEnvironment(String) - Method in class org.apache.naming.NamingContext
-
Removes an environment property from the environment of this context.
- removeFromEnvironment(String) - Method in class org.apache.naming.SelectorContext
-
Removes an environment property from the environment of this context.
- removeFromQueue() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
-
Deprecated.
Not used. The thread pool contains its own queue. This will
be removed in Tomcat 8.5.x onwards.
- removeGeneratedClassFiles() - Method in class org.apache.jasper.compiler.Compiler
-
- removeGeneratedFiles() - Method in class org.apache.jasper.compiler.Compiler
-
Remove generated files
- removeGroup(String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
-
Remove an existing group and destroy the corresponding MBean.
- removeGroup(String) - Method in class org.apache.catalina.mbeans.UserMBean
-
Remove a
Group
from those this user belongs to.
- removeGroup(Group) - Method in interface org.apache.catalina.User
-
Remove a
Group
from those this user belongs to.
- removeGroup(Group) - Method in interface org.apache.catalina.UserDatabase
-
Remove the specified
Group
from this user database.
- removeGroup(Group) - Method in class org.apache.catalina.users.AbstractUser
-
Remove a
Group
from those this user belongs to.
- removeGroup(Group) - Method in class org.apache.catalina.users.MemoryUser
-
Remove a
Group
from those this user belongs to.
- removeGroup(Group) - Method in class org.apache.catalina.users.MemoryUserDatabase
-
Remove the specified
Group
from this user database.
- removeGroups() - Method in interface org.apache.catalina.User
-
Remove all
Group
s from those this user belongs to.
- removeGroups() - Method in class org.apache.catalina.users.AbstractUser
-
Remove all
Group
s from those this user belongs to.
- removeGroups() - Method in class org.apache.catalina.users.MemoryUser
-
Remove all
Group
s from those this user belongs to.
- removeHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- removeHeader(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
-
Removes a header field with the specified name.
- 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
- removeInitParameter(String) - Method in class org.apache.catalina.core.StandardWrapper
-
Remove the specified initialization parameter from this servlet.
- removeInitParameter(String) - Method in interface org.apache.catalina.Wrapper
-
Remove the specified initialization parameter from this servlet.
- removeInstanceListener(String) - Method in interface org.apache.catalina.Context
-
Deprecated.
Will be removed in 8.5.x onwards
- removeInstanceListener(String) - Method in class org.apache.catalina.core.StandardContext
-
Deprecated.
Will be removed in 8.5.x onwards
- removeInstanceListener(InstanceListener) - Method in class org.apache.catalina.core.StandardWrapper
-
Deprecated.
Will be removed in 8.5.x onwards
- removeInstanceListener(String) - Method in class org.apache.catalina.startup.FailedContext
-
- removeInstanceListener(InstanceListener) - Method in class org.apache.catalina.util.InstanceSupport
-
Deprecated.
Remove a lifecycle event listener from this component.
- removeInstanceListener(InstanceListener) - Method in interface org.apache.catalina.Wrapper
-
Deprecated.
Will be removed in 8.5.x onwards
- removeInvalidFileFactories() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
-
- removeLifecycleListener(LifecycleListener) - Method in interface org.apache.catalina.Lifecycle
-
Remove a LifecycleEvent listener from this component.
- removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
Remove a lifecycle event listener from this component.
- removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.util.LifecycleBase
-
Remove a LifecycleEvent listener from this component.
- removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.util.LifecycleSupport
-
Remove a lifecycle event listener from this component.
- removeLifecycleListeners(String) - Method in class org.apache.catalina.mbeans.ContainerMBean
-
Remove a LifecycleEvent listeners from this component.
- removeListener(NotificationListener) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- removeLoader(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
-
Remove an existing Loader.
- removeLocalEjb(String) - Method in class org.apache.catalina.core.NamingContextListener
-
Remove the specified local EJB from the naming context.
- removeLocalEjb(String) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
-
Remove any local EJB resource reference with the specified name.
- removeManager(Manager) - Method in interface org.apache.catalina.Cluster
-
Removes a manager from the cluster
- removeManager(Manager) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
Remove an application from cluster replication bus.
- removeManager(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
-
Remove an existing Manager.
- removeMapping(String) - Method in class org.apache.catalina.core.StandardWrapper
-
Remove a mapping associated with the wrapper.
- removeMapping(String) - Method in interface org.apache.catalina.Wrapper
-
Remove a mapping associated with the wrapper.
- removeMember(Member) - Method in class org.apache.catalina.tribes.membership.Membership
-
Remove a member from this component.
- removeMembershipListener(MembershipListener) - Method in interface org.apache.catalina.tribes.Channel
-
remove a membership listener, listeners are removed based on Object.hashCode and Object.equals
- removeMembershipListener(MembershipListener) - Method in class org.apache.catalina.tribes.group.GroupChannel
-
Removes a membership listener from the channel.
- removeMembershipListener() - Method in class org.apache.catalina.tribes.membership.McastService
-
Remove the membership listener
- removeMembershipListener() - Method in interface org.apache.catalina.tribes.MembershipService
-
removes the membership listener.
- removeMessageDestination(String) - Method in class org.apache.catalina.core.StandardContext
-
Remove any message destination with the specified name.
- removeMessageDestinationRef(String) - Method in class org.apache.catalina.core.NamingContextListener
-
Remove the specified message destination ref from the naming context.
- removeMessageDestinationRef(String) - Method in class org.apache.catalina.core.StandardContext
-
Remove any message destination ref with the specified name.
- removeMessageDestinationRef(String) - Method in class org.apache.catalina.deploy.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
-
- 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
-
Remove the MIME mapping for the specified extension, if it exists;
otherwise, no action is taken.
- removeMimeMapping(String) - Method in class org.apache.catalina.startup.FailedContext
-
- removeNote(String) - Method in class org.apache.catalina.connector.Request
-
Remove any object bound to the specified name in the internal notes
for this request.
- removeNote(String) - Method in class org.apache.catalina.manager.DummyProxySession
-
- removeNote(String) - Method in interface org.apache.catalina.Session
-
Remove any object bound to the specified name in the internal notes
for this session.
- removeNote(String) - Method in class org.apache.catalina.session.StandardSession
-
Remove any object bound to the specified name in the internal notes
for this session.
- removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.catalina.core.StandardContext
-
- removeNotificationListener(NotificationListener) - Method in class org.apache.catalina.core.StandardContext
-
Remove a JMX-NotificationListener
- removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.catalina.core.StandardWrapper
-
- removeNotificationListener(NotificationListener) - Method in class org.apache.catalina.core.StandardWrapper
-
Remove a JMX-NotificationListener
- removeNotificationListener(NotificationListener) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
-
- removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
-
- removeNotificationListener(NotificationListener) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
Remove a notification event listener from this MBean.
- removeNotificationListener(NotificationListener) - Method in class org.apache.tomcat.util.modeler.BaseNotificationBroadcaster
-
Remove a notification event listener from this MBean.
- removeOldest(ConcurrentHashMap<String, SlowQueryReport.QueryStats>) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
-
Sort QueryStats by last invocation time
- removeOmittedMethod(String) - Method in class org.apache.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
-
Remove the context initialization parameter with the specified
name, if it exists; otherwise, no action is taken.
- removeParameter(String) - Method in class org.apache.catalina.startup.FailedContext
-
- removePattern(String) - Method in class org.apache.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
-
Remove a property change listener from this component.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.StandardServer
-
Remove a property change listener from this component.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.StandardService
-
Remove a property change listener from this component.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.deploy.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
-
Remove a property change listener from this component.
- removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Manager
-
Remove a property change listener from this component.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.realm.RealmBase
-
Remove a property change listener from this component.
- removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Realm
-
Remove a property change listener from this component.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.session.ManagerBase
-
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.session.StoreBase
-
Remove a property change listener from this component.
- removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.startup.FailedContext
-
- removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Store
-
Remove a property change listener from this component.
- removeQuotes(String, boolean) - Static method in class org.apache.catalina.authenticator.DigestAuthenticator
-
Removes the quotes on a string.
- removeQuotes(String) - Static method in class org.apache.catalina.authenticator.DigestAuthenticator
-
Removes the quotes on a string.
- removeRealm(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
-
Remove an existing Realm.
- removeRequestProcessor(RequestInfo) - Method in class org.apache.coyote.RequestGroupInfo
-
- removeResource(String) - Method in class org.apache.catalina.core.NamingContextListener
-
Remove the specified resource from the naming context.
- removeResource(String) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
-
Remove any resource reference with the specified name.
- removeResource(String) - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
-
Remove any resource reference with the specified name.
- removeResource(String) - Method in interface org.apache.tomcat.util.descriptor.web.NamingResources
-
- 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
-
Remove any resource link with the specified name.
- removeResourceLink(String) - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
-
Remove any resource link reference with the specified name.
- removeResourceLink(String) - Method in interface org.apache.tomcat.util.descriptor.web.NamingResources
-
- removeRole(Role) - Method in interface org.apache.catalina.Group
-
Remove a
Role
from those assigned to this group.
- removeRole(String) - Method in class org.apache.catalina.mbeans.GroupMBean
-
Remove a
Role
from those this group belongs to.
- removeRole(String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
-
Remove an existing role and destroy the corresponding MBean.
- removeRole(String) - Method in class org.apache.catalina.mbeans.UserMBean
-
Remove a
Role
from those this user belongs to.
- removeRole(Role) - Method in interface org.apache.catalina.User
-
Remove a
Role
from those assigned to this user.
- removeRole(Role) - Method in interface org.apache.catalina.UserDatabase
-
Remove the specified
Role
from this user database.
- removeRole(Role) - Method in class org.apache.catalina.users.AbstractGroup
-
Remove a
Role
from those assigned to this group.
- removeRole(Role) - Method in class org.apache.catalina.users.AbstractUser
-
Remove a
Role
from those assigned to this user.
- removeRole(Role) - Method in class org.apache.catalina.users.MemoryGroup
-
Remove a
Role
from those assigned to this group.
- removeRole(Role) - Method in class org.apache.catalina.users.MemoryUser
-
Remove a
Role
from those assigned to this user.
- removeRole(Role) - Method in class org.apache.catalina.users.MemoryUserDatabase
-
Remove the specified
Role
from this user database.
- removeRoleMapping(String) - Method in interface org.apache.catalina.Context
-
Remove any security role reference for the specified name
- removeRoleMapping(String) - Method in class org.apache.catalina.core.StandardContext
-
Remove any security role reference for the specified name
- removeRoleMapping(String) - Method in class org.apache.catalina.startup.FailedContext
-
- removeRoles() - Method in interface org.apache.catalina.Group
-
Remove all
Role
s from those assigned to this group.
- removeRoles() - Method in interface org.apache.catalina.User
-
Remove all
Role
s from those assigned to this user.
- removeRoles() - Method in class org.apache.catalina.users.AbstractGroup
-
Remove all
Role
s from those assigned to this group.
- removeRoles() - Method in class org.apache.catalina.users.AbstractUser
-
Remove all
Role
s from those assigned to this user.
- removeRoles() - Method in class org.apache.catalina.users.MemoryGroup
-
Remove all
Role
s from those assigned to this group.
- removeRoles() - Method in class org.apache.catalina.users.MemoryUser
-
Remove all
Role
s from those assigned to this user.
- removeSafeCharacter(char) - Method in class org.apache.catalina.util.URLEncoder
-
- removeSecurityReference(String) - Method in class org.apache.catalina.core.StandardWrapper
-
Remove any security role reference for the specified role name.
- removeSecurityReference(String) - Method in interface org.apache.catalina.Wrapper
-
Remove any security role reference for the specified role name.
- removeSecurityRole(String) - Method in interface org.apache.catalina.Context
-
Remove any security role with the specified name.
- removeSecurityRole(String) - Method in class org.apache.catalina.core.StandardContext
-
Remove any security role with the specified name.
- removeSecurityRole(String) - Method in class org.apache.catalina.startup.FailedContext
-
- removeSenderState(Member) - Static method in class org.apache.catalina.tribes.transport.SenderState
-
- removeService(String) - Method in class org.apache.catalina.core.NamingContextListener
-
Remove the specified web service from the naming context.
- removeService(Service) - Method in class org.apache.catalina.core.StandardServer
-
Remove the specified Service from the set associated from this
Server.
- removeService(String) - Method in class org.apache.catalina.deploy.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 interface org.apache.catalina.Server
-
Remove the specified Service from the set associated from this
Server.
- removeServiced(String) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
-
Invoke the check method on the deployer.
- removeServiced(String) - Method in class org.apache.catalina.manager.ManagerServlet
-
Invoke the removeServiced method on the deployer.
- removeServiced(String) - Method in class org.apache.catalina.startup.HostConfig
-
Removed a serviced application from the list.
- removeServletMapping(String) - Method in interface org.apache.catalina.Context
-
Remove any servlet mapping for the specified pattern, if it exists;
otherwise, no action is taken.
- removeServletMapping(String) - Method in class org.apache.catalina.core.StandardContext
-
Remove any servlet mapping for the specified pattern, if it exists;
otherwise, no action is taken.
- removeServletMapping(String) - Method in class org.apache.catalina.startup.FailedContext
-
- removeSession(String, Session) - Method in class org.apache.catalina.authenticator.SingleSignOn
-
Remove a single Session from a SingleSignOn.
- removeSession(Session) - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
-
Removes the given Session
from the list of those
associated with this SSO.
- removeSession(String) - Method in class org.apache.catalina.session.PersistentManagerBase
-
Remove this Session from the active Sessions for this Manager,
and from the Store.
- removeSessionAttribute(ContextName, String, String, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
-
Removes an attribute from an HttpSession
- removeSessionListener(SessionListener) - Method in class org.apache.catalina.ha.session.DeltaRequest
-
- removeSessionListener(SessionListener) - Method in class org.apache.catalina.ha.session.DeltaSession
-
- removeSessionListener(SessionListener, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
-
- removeSessionListener(SessionListener) - Method in class org.apache.catalina.manager.DummyProxySession
-
- removeSessionListener(SessionListener) - Method in interface org.apache.catalina.Session
-
Remove a session event listener from this component.
- removeSessionListener(SessionListener) - Method in class org.apache.catalina.session.StandardSession
-
Remove a session event listener from this component.
- removeStatement(StatementCache.CachedStatement) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
-
- removeStaticMember(Member) - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
-
- removeSuper(Session) - Method in class org.apache.catalina.session.PersistentManagerBase
-
Remove this Session from the active Sessions for this Manager,
but not from the Store.
- 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
-
- removeSuspectsTimeout - Variable in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
-
- removeTimeout(SocketWrapper<Nio2Channel>) - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
- 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
-
Removes the specified class file transformer from this class loader.
- removeTransformer(ClassFileTransformer) - Method in interface org.apache.tomcat.InstrumentableClassLoader
-
Removes the specified class file transformer from this class loader.
- removeTransientAttribute(String) - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- removeTransientChild(String) - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- removeUser(String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
-
Remove an existing user and destroy the corresponding MBean.
- removeUser(User) - Method in interface org.apache.catalina.UserDatabase
-
Remove the specified
User
from this user database.
- removeUser(User) - Method in class org.apache.catalina.users.MemoryUserDatabase
-
Remove the specified
User
from this user database.
- removeValue(String) - Method in class org.apache.catalina.session.StandardSession
-
Deprecated.
As of Version 2.2, this method is replaced by
removeAttribute()
- removeValue(String) - Method in class org.apache.catalina.session.StandardSessionFacade
-
- removeValve(Valve) - Method in class org.apache.catalina.core.StandardPipeline
-
Remove the specified Valve from the pipeline associated with this
Container, if it is found; otherwise, do nothing.
- removeValve(String) - Method in class org.apache.catalina.mbeans.ContainerMBean
-
Remove an existing Valve.
- removeValve(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
-
Remove an existing Valve.
- removeValve(Valve) - Method in interface org.apache.catalina.Pipeline
-
Remove the specified Valve from the pipeline associated with this
Container, if it is found; otherwise, do nothing.
- removeWaitingRequest(SocketWrapper<S>) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- removeWatchedResource(String) - Method in interface org.apache.catalina.Context
-
Remove the specified watched resource name from the list associated
with this Context.
- removeWatchedResource(String) - Method in class org.apache.catalina.core.StandardContext
-
Remove the specified watched resource name from the list associated
with this Context.
- removeWatchedResource(String) - Method in class org.apache.catalina.startup.FailedContext
-
- removeWelcomeFile(String) - Method in interface org.apache.catalina.Context
-
Remove the specified welcome file name from the list recognized
by this Context.
- removeWelcomeFile(String) - Method in class org.apache.catalina.core.StandardContext
-
Remove the specified welcome file name from the list recognized
by this Context.
- removeWelcomeFile(String, String, String, String) - Method in class org.apache.catalina.mapper.Mapper
-
Remove a welcome file from the given context.
- removeWelcomeFile(String) - Method in class org.apache.catalina.startup.FailedContext
-
- removeWrapper(String, String, String, String) - Method in class org.apache.catalina.mapper.Mapper
-
Remove a wrapper from an existing context.
- removeWrapper(Mapper.ContextVersion, String) - Method in class org.apache.catalina.mapper.Mapper
-
- removeWrapper(String) - Method in class org.apache.jasper.compiler.JspRuntimeContext
-
Remove a JspServletWrapper.
- removeWrapperLifecycle(String) - Method in interface org.apache.catalina.Context
-
Remove a class name from the set of LifecycleListener classes that
will be added to newly created Wrappers.
- removeWrapperLifecycle(String) - Method in class org.apache.catalina.core.StandardContext
-
Remove a class name from the set of LifecycleListener classes that
will be added to newly created Wrappers.
- removeWrapperLifecycle(String) - Method in class org.apache.catalina.startup.FailedContext
-
- removeWrapperListener(String) - Method in interface org.apache.catalina.Context
-
Remove a class name from the set of ContainerListener classes that
will be added to newly created Wrappers.
- removeWrapperListener(String) - Method in class org.apache.catalina.core.StandardContext
-
Remove a class name from the set of ContainerListener classes that
will be added to newly created Wrappers.
- removeWrapperListener(String) - Method in class org.apache.catalina.startup.FailedContext
-
- rename(Name, Name) - Method in class org.apache.naming.NamingContext
-
Binds a new name to the object bound to an old name, and unbinds the
old name.
- rename(String, String) - Method in class org.apache.naming.NamingContext
-
Binds a new name to the object bound to an old name, and unbinds the
old name.
- rename(Name, Name) - Method in class org.apache.naming.SelectorContext
-
Binds a new name to the object bound to an old name, and unbinds the
old name.
- rename(String, String) - Method in class org.apache.naming.SelectorContext
-
Binds a new name to the object bound to an old name, and unbinds the
old name.
- rename(String, String, long) - Static method in class org.apache.tomcat.jni.File
-
Rename the specified file.
- renameOnRotate - Variable in class org.apache.catalina.valves.AccessLogValve
-
Should we defer inclusion of the date stamp in the file
name until rotate time?
- render(String, WebResource) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Decide which way to render.
- render(String, WebResource, String) - Method in class org.apache.catalina.servlets.DefaultServlet
-
- renderHtml(String, WebResource) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Return an InputStream to an HTML representation of the contents
of this directory.
- renderHtml(String, WebResource, String) - Method in class org.apache.catalina.servlets.DefaultServlet
-
- renderSize(long) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Render the specified file size (in bytes).
- renderXml(String, WebResource, Source) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Return an InputStream to an HTML representation of the contents
of this directory.
- renderXml(String, WebResource, Source, String) - Method in class org.apache.catalina.servlets.DefaultServlet
-
- renegotiate(long) - Static method in class org.apache.tomcat.jni.SSLSocket
-
Do a SSL renegotiation.
- repeat(char, int) - Method in class org.apache.catalina.ssi.SSIFsize
-
- replace(String) - Method in class org.apache.catalina.startup.Bootstrap
-
System property replacement in the given string.
- replace(String) - Method in class org.apache.juli.ClassLoaderLogManager
-
System property replacement in the given string.
- replace(K, V, V) - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
-
- replace(K, V) - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
-
- replacements - Static variable in class org.apache.catalina.connector.Connector
-
- replacements - Static variable in class org.apache.catalina.storeconfig.ConnectorStoreAppender
-
- replaceProperties(String, Hashtable<Object, Object>, IntrospectionUtils.PropertySource[]) - Static method in class org.apache.tomcat.util.IntrospectionUtils
-
Replace ${NAME} with the property value
- replay - Variable in class org.apache.coyote.ajp.AbstractAjpProcessor
-
Replay read.
- replicate(Object, boolean) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
Replicates any changes to the object since the last time
The object has to be primary, ie, if the object is a proxy or a backup, it will not be replicated
- replicate(boolean) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
This can be invoked by a periodic thread to replicate out any changes.
- ReplicatedContext - Class in org.apache.catalina.ha.context
-
- ReplicatedContext() - Constructor for class org.apache.catalina.ha.context.ReplicatedContext
-
- ReplicatedContext.MultiEnumeration<T> - Class in org.apache.catalina.ha.context
-
- ReplicatedContext.MultiEnumeration(Enumeration<T>[]) - Constructor for class org.apache.catalina.ha.context.ReplicatedContext.MultiEnumeration
-
- ReplicatedContext.ReplApplContext - Class in org.apache.catalina.ha.context
-
- ReplicatedContext.ReplApplContext(ReplicatedContext) - Constructor for class org.apache.catalina.ha.context.ReplicatedContext.ReplApplContext
-
- ReplicatedMap<K,V> - Class in org.apache.catalina.tribes.tipis
-
All-to-all replication for a hash map implementation.
- ReplicatedMap(AbstractReplicatedMap.MapOwner, Channel, long, String, int, float, ClassLoader[]) - Constructor for class org.apache.catalina.tribes.tipis.ReplicatedMap
-
Creates a new map
- ReplicatedMap(AbstractReplicatedMap.MapOwner, Channel, long, String, int, ClassLoader[]) - Constructor for class org.apache.catalina.tribes.tipis.ReplicatedMap
-
Creates a new map
- ReplicatedMap(AbstractReplicatedMap.MapOwner, Channel, long, String, ClassLoader[]) - Constructor for class org.apache.catalina.tribes.tipis.ReplicatedMap
-
Creates a new map
- ReplicatedMap(AbstractReplicatedMap.MapOwner, Channel, long, String, ClassLoader[], boolean) - Constructor for class org.apache.catalina.tribes.tipis.ReplicatedMap
-
Creates a new map
- ReplicatedMapEntry - Interface in org.apache.catalina.tribes.tipis
-
For smarter replication, an object can implement this interface to replicate diffs
The replication logic will call the methods in the following order:
1. if ( entry.isDirty() )
try {
2.
- ReplicatedSessionListener - Interface in org.apache.catalina.ha.session
-
This is a marker interface used to indicate an implementation of
SessionListener
that should be replicated with the session across the
cluster.
- ReplicationStream - Class in org.apache.catalina.tribes.io
-
Custom subclass of ObjectInputStream
that loads from the
class loader for this web application.
- ReplicationStream(InputStream, ClassLoader[]) - Constructor for class org.apache.catalina.tribes.io.ReplicationStream
-
Construct a new instance of CustomObjectInputStream
- ReplicationTransmitter - Class in org.apache.catalina.tribes.transport
-
Transmit message to other cluster members
Actual senders are created based on the replicationMode
type
- ReplicationTransmitter() - Constructor for class org.apache.catalina.tribes.transport.ReplicationTransmitter
-
- ReplicationValve - Class in org.apache.catalina.ha.tcp
-
Implementation of a Valve that logs interesting contents from the
specified Request (before processing) and the corresponding Response
(after processing).
- ReplicationValve() - Constructor for class org.apache.catalina.ha.tcp.ReplicationValve
-
- reply - Variable in class org.apache.catalina.tribes.group.RpcMessage
-
- replyFailed(Serializable, Serializable, Member, Exception) - Method in interface org.apache.catalina.tribes.group.ExtendedRpcCallback
-
The reply failed.
- replyRequest(Serializable, Member) - Method in interface org.apache.catalina.tribes.group.RpcCallback
-
- replyRequest(Serializable, Member) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- replySucceeded(Serializable, Serializable, Member) - Method in interface org.apache.catalina.tribes.group.ExtendedRpcCallback
-
The reply succeeded
- report(double) - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
-
- report(Request, Response, Throwable) - Method in class org.apache.catalina.valves.ErrorReportValve
-
Prints out an error report.
- reportBuf - Variable in class org.apache.jasper.compiler.AntCompiler.JasperAntLogger
-
- reportFailedQuery(String, Object[], String, long, Throwable) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport
-
Invoked when a query execution, a call to execute/executeQuery or executeBatch failed.
- reportFailedQuery(String, Object[], String, long, Throwable) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
-
- reportFailedQuery(String, Object[], String, long, Throwable) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
-
- reportQuery(String, Object[], String, long, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport
-
Invoked when a query execution, a call to execute/executeQuery or executeBatch succeeded and was within the timing threshold
- reportQuery(String, Object[], String, long, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.ResetAbandonedTimer
-
- reportQuery(String, Object[], String, long, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
-
- reportSlowQuery(String, Object[], String, long, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport
-
Invoked when a query execution, a call to execute/executeQuery or executeBatch succeeded and was exceeded the timing threshold
- reportSlowQuery(String, Object[], String, long, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.ResetAbandonedTimer
-
- reportSlowQuery(String, Object[], String, long, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
-
- reportSlowQuery(String, Object[], String, long, long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
-
- req - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- REQ_SSOID_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
-
The notes key to track the single-sign-on identity with which this
request is associated.
- request - Variable in class org.apache.catalina.connector.CometEventImpl
-
Associated request.
- Request - Class in org.apache.catalina.connector
-
Wrapper object for the Coyote request.
- Request() - Constructor for class org.apache.catalina.connector.Request
-
- request - Variable in class org.apache.catalina.connector.RequestFacade
-
The wrapped request.
- request - Variable in class org.apache.catalina.connector.Response
-
The request with which this response is associated.
- request - Variable in class org.apache.catalina.valves.rewrite.ResolverImpl
-
- request - Variable in class org.apache.coyote.AbstractProcessor
-
- request - Variable in class org.apache.coyote.http11.AbstractInputBuffer
-
Associated Coyote request.
- Request - Class in org.apache.coyote
-
This is a low-level, efficient representation of a server request.
- Request() - Constructor for class org.apache.coyote.Request
-
- REQUEST - Static variable in class org.apache.tomcat.util.descriptor.web.FilterMap
-
- REQUEST_HEADER_ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class org.apache.catalina.filters.CorsFilter
-
The Access-Control-Request-Headers header indicates which headers will be
used in the actual request as part of the preflight request.
- REQUEST_HEADER_ACCESS_CONTROL_REQUEST_METHOD - Static variable in class org.apache.catalina.filters.CorsFilter
-
The Access-Control-Request-Method header indicates which method will be
used in the actual request as part of the preflight request.
- REQUEST_HEADER_ORIGIN - Static variable in class org.apache.catalina.filters.CorsFilter
-
The Origin header indicates where the cross-origin request or preflight
request originates from.
- REQUEST_HEADER_VARY - Static variable in class org.apache.catalina.filters.CorsFilter
-
The Vary header indicates allows disabling proxy caching by indicating
the the response depends on the origin.
- requestAttributesEnabled - Variable in class org.apache.catalina.valves.AbstractAccessLogValve
-
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
-
When the request has been completed, the replication valve will notify
the manager, and the manager will decide whether any replication is
needed or not.
- requestCompleted(String, boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
-
When the request has been completed, the replication valve will notify
the manager, and the manager will decide whether any replication is
needed or not.
- RequestContext - Interface in org.apache.tomcat.util.http.fileupload
-
Abstracts access to the request information needed for file uploads.
- requestDispatcherPath - Variable in class org.apache.catalina.connector.Request
-
The current request dispatcher path.
- RequestDumperFilter - Class in org.apache.catalina.filters
-
Implementation of a Filter that logs interesting contents from the
specified Request (before processing) and the corresponding Response
(after processing).
- RequestDumperFilter() - Constructor for class org.apache.catalina.filters.RequestDumperFilter
-
- requestedSessionCookie - Variable in class org.apache.catalina.connector.Request
-
Was the requested session ID received in a cookie?
- requestedSessionId - Variable in class org.apache.catalina.connector.Request
-
The requested session ID (if any) for this request.
- requestedSessionSSL - Variable in class org.apache.catalina.connector.Request
-
Was the requested session ID obtained from the SSL session?
- requestedSessionURL - Variable in class org.apache.catalina.connector.Request
-
Was the requested session ID received in a URL?
- RequestFacade - Class in org.apache.catalina.connector
-
Facade class that wraps a Coyote request object.
- RequestFacade(Request) - Constructor for class org.apache.catalina.connector.RequestFacade
-
Construct a wrapper for the specified request.
- RequestFilter - Class in org.apache.catalina.filters
-
Implementation of a Filter that performs filtering based on comparing the
appropriate request property (selected based on which subclass you choose
to configure into your Container's pipeline) against the regular expressions
configured for this Filter.
- RequestFilter() - Constructor for class org.apache.catalina.filters.RequestFilter
-
- RequestFilterValve - Class in org.apache.catalina.valves
-
Implementation of a Valve that performs filtering based on comparing the
appropriate request property (selected based on which subclass you choose
to configure into your Container's pipeline) against the regular expressions
configured for this Valve.
- RequestFilterValve() - Constructor for class org.apache.catalina.valves.RequestFilterValve
-
- RequestGroupInfo - Class in org.apache.coyote
-
This can be moved to top level ( eventually with a better name ).
- RequestGroupInfo() - Constructor for class org.apache.coyote.RequestGroupInfo
-
- requestHandler(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.ssi.SSIServlet
-
Process our request and locate right SSI command.
- requestHeaderMessage - Variable in class org.apache.coyote.ajp.AbstractAjpProcessor
-
Header message.
- RequestInfo - Class in org.apache.coyote
-
Structure holding the Request and Response objects.
- RequestInfo(Request) - Constructor for class org.apache.coyote.RequestInfo
-
- requestPath - Variable in class org.apache.catalina.mapper.MappingData
-
- requestProcessors - Variable in class org.apache.catalina.manager.StatusManagerServlet
-
Vector of request processors object names.
- requestURI() - Method in class org.apache.coyote.Request
-
- RequestUtil - Class in org.apache.catalina.util
-
General purpose request parsing and encoding utility methods.
- RequestUtil() - Constructor for class org.apache.catalina.util.RequestUtil
-
- RequestUtil - Class in org.apache.tomcat.util.http
-
- requireClientAuth - Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
Flag to state that we require client authentication.
- requiredSecret - Variable in class org.apache.coyote.ajp.AbstractAjpProcessor
-
Required secret.
- requiredSecret - Variable in class org.apache.coyote.ajp.AbstractAjpProtocol
-
Required secret.
- res - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- reset() - Method in class org.apache.catalina.connector.CoyoteReader
-
- reset() - Method in class org.apache.catalina.connector.InputBuffer
-
- reset() - Method in class org.apache.catalina.connector.OutputBuffer
-
- reset(boolean) - Method in class org.apache.catalina.connector.OutputBuffer
-
- reset() - Method in class org.apache.catalina.connector.Response
-
Clear any content written to the buffer.
- reset() - Method in class org.apache.catalina.connector.ResponseFacade
-
- reset() - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
-
- reset() - Method in class org.apache.catalina.ha.session.DeltaRequest
-
- reset() - Method in class org.apache.catalina.tribes.io.XByteBuffer
-
- reset() - Method in class org.apache.catalina.tribes.membership.Membership
-
Reset the membership and start over fresh. 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
-
- reset() - Method in class org.apache.catalina.util.StringParser
-
Deprecated.
Reset the current state of the parser to the beginning of the
current string being parsed.
- 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.http11.AbstractOutputBuffer
-
Reset current response.
- reset() - Method in class org.apache.coyote.Response
-
- reset() - Method in class org.apache.el.parser.JJTELParserState
-
- reset() - Method in class org.apache.jasper.xmlparser.ASCIIReader
-
Reset the stream.
- reset() - Method in class org.apache.jasper.xmlparser.UCSReader
-
Reset the stream.
- reset() - Method in class org.apache.jasper.xmlparser.UTF8Reader
-
Reset the stream.
- reset() - Method in class org.apache.juli.ClassLoaderLogManager
-
- reset() - Method in interface org.apache.tomcat.Jar
-
Resets the internal pointer used to track JAR entries to the beginning of
the JAR.
- reset(ConnectionPool, PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.DisposableConnectionFacade
-
- reset(ConnectionPool, PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
-
no-op for this interceptor. no state is stored.
- reset(ConnectionPool, PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.interceptor.ConnectionState
-
- reset(ConnectionPool, PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
-
- reset(ConnectionPool, PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
-
- reset(ConnectionPool, PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
-
- reset(ConnectionPool, PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementFinalizer
-
- reset(ConnectionPool, PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
-
Gets called each time the connection is borrowed from the pool
This means that if an interceptor holds a reference to the connection
the interceptor can be reused for another connection.
- reset(ConnectionPool, PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.ProxyConnection
-
- reset(ConnectionPool, PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.TrapException
-
no-op for this interceptor. no state is stored.
- reset() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- reset() - Method in class org.apache.tomcat.util.buf.StringCache
-
- reset() - Method in class org.apache.tomcat.util.digester.Digester
-
- reset(AsynchronousSocketChannel, SocketWrapper<Nio2Channel>) - Method in class org.apache.tomcat.util.net.Nio2Channel
-
Reset the channel
- reset(SocketWrapper<Nio2Channel>, SocketStatus) - Method in class org.apache.tomcat.util.net.Nio2Endpoint.SocketProcessor
-
- reset() - Method in class org.apache.tomcat.util.net.NioChannel
-
Reset the channel
- reset(NioChannel, NioEndpoint.KeyAttachment, int) - Method in class org.apache.tomcat.util.net.NioEndpoint.PollerEvent
-
- reset() - Method in class org.apache.tomcat.util.net.NioEndpoint.PollerEvent
-
- reset(NioEndpoint.KeyAttachment, SocketStatus) - Method in class org.apache.tomcat.util.net.NioEndpoint.SocketProcessor
-
- reset(AsynchronousSocketChannel, SocketWrapper<Nio2Channel>) - Method in class org.apache.tomcat.util.net.SecureNio2Channel
-
- reset(SSLEngine) - Method in class org.apache.tomcat.util.net.SecureNioChannel
-
- reset() - Method in class org.apache.tomcat.util.net.SecureNioChannel
-
- 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.threads.LimitLatch
-
Resets the latch and initializes the shared acquisition counter to zero.
- ResetAbandonedTimer - Class in org.apache.tomcat.jdbc.pool.interceptor
-
Class that resets the abandoned timer on any activity on the
Connection or any successful query executions.
- ResetAbandonedTimer() - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.ResetAbandonedTimer
-
- resetBuffer() - Method in class org.apache.catalina.connector.Response
-
Reset the data buffer but not any status or header information.
- resetBuffer(boolean) - Method in class org.apache.catalina.connector.Response
-
Reset the data buffer and the using Writer/Stream flags but not any
status or header information.
- resetBuffer() - Method in class org.apache.catalina.connector.ResponseFacade
-
- resetBuffer() - Method in class org.apache.jasper.runtime.ServletResponseWrapperInclude
-
Clears the output buffer of the JspWriter associated with the including
page.
- resetCounters() - Method in class org.apache.coyote.RequestGroupInfo
-
- resetDeltaRequest() - Method in class org.apache.catalina.ha.session.DeltaSession
-
- resetDeltaRequest(Session) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
-
Reset DeltaRequest from session
- resetDiff() - Method in class org.apache.catalina.ha.session.DeltaSession
-
Resets the current diff state and resets the dirty flag
- resetDiff() - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
-
Resets the current diff state and resets the dirty flag
- resetErrorState() - Method in class org.apache.coyote.AbstractProcessor
-
- resetLatch(CountDownLatch) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
-
- 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
- resetReadLatch() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
-
- resetReplicationRequest(Request, boolean) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
-
Fix memory leak for long sessions with many changes, when no backup member exists!
- resetStatistics() - Method in class org.apache.catalina.ha.session.DeltaManager
-
Reset manager statistics
- resetStatistics() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
-
reset the active statistics
- resetStats() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
-
reset the statistics of this pool.
- resetStats() - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
reset the statistics of this pool.
- resetStats() - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
-
JMX operation - remove all stats for this connection pool
- resetStats() - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- resetStats() - Method in interface org.apache.tomcat.jdbc.pool.jmx.ConnectionPoolMBean
-
reset the statistics of this pool.
- resetTimeouts() - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
-
Provides a mechanism for those connector implementations (currently only
NIO) that need to reset timeouts from Async timeouts to standard HTTP
timeouts once async processing completes.
- resetTimeouts() - Method in class org.apache.coyote.ajp.AjpAprProcessor
-
- resetTimeouts() - Method in class org.apache.coyote.ajp.AjpNio2Processor
-
- resetTimeouts() - Method in class org.apache.coyote.ajp.AjpNioProcessor
-
- resetTimeouts() - Method in class org.apache.coyote.ajp.AjpProcessor
-
- resetTimeouts() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
Provides a mechanism for those connector implementations (currently only
NIO) that need to reset timeouts from Async timeouts to standard HTTP
timeouts once async processing completes.
- resetTimeouts() - Method in class org.apache.coyote.http11.Http11AprProcessor
-
- resetTimeouts() - Method in class org.apache.coyote.http11.Http11Nio2Processor
-
- resetTimeouts() - Method in class org.apache.coyote.http11.Http11NioProcessor
-
- resetTimeouts() - Method in class org.apache.coyote.http11.Http11Processor
-
- resetTimer() - Method in class org.apache.tomcat.jdbc.pool.interceptor.ResetAbandonedTimer
-
- resetWriteLatch() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
-
- ResizableExecutor - Interface in org.apache.tomcat.util.threads
-
- resizePool(int, int) - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- resizePool(int, int) - Method in interface org.apache.tomcat.util.threads.ResizableExecutor
-
- resizeQueue(int) - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- resizeQueue(int) - Method in interface org.apache.tomcat.util.threads.ResizableExecutor
-
- resolve(String) - Method in class org.apache.catalina.valves.rewrite.Resolver
-
- resolve(String) - Method in class org.apache.catalina.valves.rewrite.ResolverImpl
-
The following are not implemented:
- SERVER_ADMIN
- API_VERSION
- IS_SUBREQ
- resolveClass(ObjectStreamClass) - Method in class org.apache.catalina.tribes.io.ReplicationStream
-
Load the local class equivalent of the specified stream class
description, by using the class loader assigned to this Context.
- resolveClass(String) - Method in class org.apache.catalina.tribes.io.ReplicationStream
-
- resolveClass(ObjectStreamClass) - Method in class org.apache.catalina.util.CustomObjectInputStream
-
Load the local class equivalent of the specified stream class
description, by using the class loader assigned to this Context.
- resolveEntity(String, String) - Method in class org.apache.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
-
- 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.
- resolveHttp(String) - Method in class org.apache.catalina.valves.rewrite.Resolver
-
- 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
-
- 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
-
- resolveResource(int, String) - Method in class org.apache.catalina.valves.rewrite.ResolverImpl
-
- ResolverImpl - Class in org.apache.catalina.valves.rewrite
-
- ResolverImpl(Request) - Constructor for class org.apache.catalina.valves.rewrite.ResolverImpl
-
- resolveSsl(String) - Method in class org.apache.catalina.valves.rewrite.Resolver
-
- resolveSsl(String) - Method in class org.apache.catalina.valves.rewrite.ResolverImpl
-
- 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).
- ResourceBase - Class in org.apache.tomcat.util.descriptor.web
-
Representation of an Context element
- ResourceBase() - Constructor for class org.apache.tomcat.util.descriptor.web.ResourceBase
-
- resourceEntries - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
-
The cache of ResourceEntry for classes and resources we have loaded,
keyed by resource path, not binary name.
- ResourceEntry - Class in org.apache.catalina.loader
-
Resource entry.
- ResourceEntry() - Constructor for class org.apache.catalina.loader.ResourceEntry
-
- ResourceEnvFactory - Class in org.apache.naming.factory
-
Object factory for Resources env.
- ResourceEnvFactory() - Constructor for class org.apache.naming.factory.ResourceEnvFactory
-
- ResourceEnvRef - Class in org.apache.naming
-
Represents a reference address to a resource environment.
- ResourceEnvRef(String) - Constructor for class org.apache.naming.ResourceEnvRef
-
Resource env reference.
- ResourceFactory - Class in org.apache.naming.factory
-
Object factory for Resources.
- ResourceFactory() - Constructor for class org.apache.naming.factory.ResourceFactory
-
- ResourceLinkFactory - Class in org.apache.naming.factory
-
Object factory for resource links.
- ResourceLinkFactory() - Constructor for class org.apache.naming.factory.ResourceLinkFactory
-
- ResourceLinkRef - Class in org.apache.naming
-
Represents a reference address to a resource.
- ResourceLinkRef(String, String, String, String) - Constructor for class org.apache.naming.ResourceLinkRef
-
ResourceLink Reference.
- resourceName - Variable in class org.apache.catalina.realm.UserDatabaseRealm
-
The global JNDI name of the UserDatabase
resource
we will be utilizing.
- resourceOnly - Variable in class org.apache.catalina.mapper.Mapper.MappedWrapper
-
- 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(PrintWriter, String, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
-
Render a list of available global JNDI resources.
- resources - Variable in class org.apache.catalina.mapper.Mapper.ContextVersion
-
- resources - Variable in class org.apache.catalina.servlets.DefaultServlet
-
The complete set of web application resources
- RESOURCES_ATTR - Static variable in class org.apache.catalina.Globals
-
The WebResourceRoot which is associated with the context.
- RESOURCES_JNDI_NAME - Static variable in class org.apache.catalina.servlets.DefaultServlet
-
JNDI resources name.
- ResourceSet<T> - Class in org.apache.catalina.util
-
Extended implementation of HashSet that includes a
locked
property.
- ResourceSet() - Constructor for class org.apache.catalina.util.ResourceSet
-
Construct a new, empty set with the default initial capacity and
load factor.
- ResourceSet(int) - Constructor for class org.apache.catalina.util.ResourceSet
-
Construct a new, empty set with the specified initial capacity and
default load factor.
- ResourceSet(int, float) - Constructor for class org.apache.catalina.util.ResourceSet
-
Construct a new, empty set with the specified initial capacity and
load factor.
- ResourceSet(Collection<T>) - Constructor for class org.apache.catalina.util.ResourceSet
-
Construct a new set with the same contents as the existing collection.
- resourcesStart() - Method in class org.apache.catalina.core.StandardContext
-
Allocate resources, including proxy.
- resourcesStop() - Method in class org.apache.catalina.core.StandardContext
-
Deallocate resources and destroy proxy.
- ResourcesTask - Class in org.apache.catalina.ant
-
Ant task that implements the /resources
command, supported by
the Tomcat manager application.
- ResourcesTask() - Constructor for class org.apache.catalina.ant.ResourcesTask
-
- resourceType - Variable in class org.apache.tomcat.util.modeler.BaseModelMBean
-
- response - Variable in class org.apache.catalina.connector.CometEventImpl
-
Associated response.
- response - Variable in class org.apache.catalina.connector.Request
-
The response with which this request is associated.
- Response - Class in org.apache.catalina.connector
-
Wrapper object for the Coyote response.
- Response() - Constructor for class org.apache.catalina.connector.Response
-
- response - Variable in class org.apache.catalina.connector.ResponseFacade
-
The wrapped response.
- Response - Class in org.apache.catalina.tribes.group
-
A response object holds a message from a responding partner.
- Response() - Constructor for class org.apache.catalina.tribes.group.Response
-
- Response(Member, Serializable) - Constructor for class org.apache.catalina.tribes.group.Response
-
- response - Variable in class org.apache.coyote.AbstractProcessor
-
- response - Variable in class org.apache.coyote.http11.AbstractOutputBuffer
-
Associated Coyote response.
- Response - Class in org.apache.coyote
-
Response object.
- Response() - Constructor for class org.apache.coyote.Response
-
- RESPONSE_HEADER_ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class org.apache.catalina.filters.CorsFilter
-
The Access-Control-Allow-Credentials header indicates whether the
response to request can be exposed when the omit credentials flag is
unset.
- RESPONSE_HEADER_ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class org.apache.catalina.filters.CorsFilter
-
The Access-Control-Allow-Headers header indicates, as part of the
response to a preflight request, which header field names can be used
during the actual request.
- RESPONSE_HEADER_ACCESS_CONTROL_ALLOW_METHODS - Static variable in class org.apache.catalina.filters.CorsFilter
-
The Access-Control-Allow-Methods header indicates, as part of the
response to a preflight request, which methods can be used during the
actual request.
- RESPONSE_HEADER_ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class org.apache.catalina.filters.CorsFilter
-
The Access-Control-Allow-Origin header indicates whether a resource can
be shared based by returning the value of the Origin request header in
the response.
- RESPONSE_HEADER_ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class org.apache.catalina.filters.CorsFilter
-
The Access-Control-Expose-Headers header indicates which headers are safe
to expose to the API of a CORS API specification
- RESPONSE_HEADER_ACCESS_CONTROL_MAX_AGE - Static variable in class org.apache.catalina.filters.CorsFilter
-
The Access-Control-Max-Age header indicates how long the results of a
preflight request can be cached in a preflight result cache.
- ResponseFacade - Class in org.apache.catalina.connector
-
Facade class that wraps a Coyote response object.
- ResponseFacade(Response) - Constructor for class org.apache.catalina.connector.ResponseFacade
-
Construct a wrapper for the specified response.
- ResponseIncludeWrapper - Class in org.apache.catalina.ssi
-
A HttpServletResponseWrapper, used from
SSIServletExternalResolver
- ResponseIncludeWrapper(ServletContext, HttpServletRequest, HttpServletResponse, ServletOutputStream) - Constructor for class org.apache.catalina.ssi.ResponseIncludeWrapper
-
Initialize our wrapper with the current HttpServletResponse and
ServletOutputStream.
- responseMessage - Variable in class org.apache.coyote.ajp.AbstractAjpProcessor
-
Message used for response composition.
- responses - Variable in class org.apache.catalina.tribes.group.RpcChannel.RpcCollector
-
- RestCsrfPreventionFilter - Class in org.apache.catalina.filters
-
Provides basic CSRF protection for REST APIs.
- RestCsrfPreventionFilter() - Constructor for class org.apache.catalina.filters.RestCsrfPreventionFilter
-
- restoreRequest(Request, Session) - Method in class org.apache.catalina.authenticator.FormAuthenticator
-
Restore the original request from information stored in our session.
- restrictedUserAgents - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
-
Regular expression that defines the restricted user agents.
- RESULTSET_TYPES - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
-
- resultSetConstructor - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
-
the constructor to create the resultSet proxies
- resume() - Method in class org.apache.catalina.connector.Connector
-
Pause the connector.
- resume() - Method in class org.apache.coyote.AbstractProtocol
-
- resume() - Method in interface org.apache.coyote.ProtocolHandler
-
Resume the protocol (optional).
- resume() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
Resume the endpoint, which will make it start accepting new connections
again.
- retainAll(Collection<?>) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
- retainAll(Collection<?>) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
- returnBuffer(XByteBuffer) - Method in interface org.apache.catalina.tribes.io.BufferPool.BufferPoolAPI
-
- returnBuffer(XByteBuffer) - Method in class org.apache.catalina.tribes.io.BufferPool
-
- returnCanonicalPath(String) - Method in class org.apache.catalina.startup.HostConfig
-
- returnConnection(PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
-
Returns a connection to the pool
If the pool is closed, the connection will be released
If the connection is not part of the busy queue, it will be released.
- returnObject(T) - Method in class org.apache.tomcat.dbcp.pool2.BaseObjectPool
-
- returnObject(K, T) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
-
Returns an object to a keyed sub-pool.
- 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(K, V) - Method in interface org.apache.tomcat.dbcp.pool2.KeyedObjectPool
-
Return an instance to the pool.
- 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
-
- 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.
- reverse(String) - Static method in class org.apache.catalina.util.MIME2Java
-
Convert a Java encoding name to MIME charset name.
- rewind(long) - Static method in class org.apache.tomcat.jni.Directory
-
Rewind the directory to the first entry.
- RewriteCond - Class in org.apache.catalina.valves.rewrite
-
- RewriteCond() - Constructor for class org.apache.catalina.valves.rewrite.RewriteCond
-
- RewriteCond.Condition - Class in org.apache.catalina.valves.rewrite
-
- RewriteCond.Condition() - Constructor for class org.apache.catalina.valves.rewrite.RewriteCond.Condition
-
- RewriteCond.LexicalCondition - Class in org.apache.catalina.valves.rewrite
-
- RewriteCond.LexicalCondition() - Constructor for class org.apache.catalina.valves.rewrite.RewriteCond.LexicalCondition
-
- RewriteCond.PatternCondition - Class in org.apache.catalina.valves.rewrite
-
- RewriteCond.PatternCondition() - Constructor for class org.apache.catalina.valves.rewrite.RewriteCond.PatternCondition
-
- RewriteCond.ResourceCondition - Class in org.apache.catalina.valves.rewrite
-
- RewriteCond.ResourceCondition() - Constructor for class org.apache.catalina.valves.rewrite.RewriteCond.ResourceCondition
-
- RewriteMap - Interface in org.apache.catalina.valves.rewrite
-
- RewriteRule - Class in org.apache.catalina.valves.rewrite
-
- RewriteRule() - Constructor for class org.apache.catalina.valves.rewrite.RewriteRule
-
- rewriteUrl(String) - Method in class org.apache.catalina.servlets.DefaultServlet
-
URL rewriter.
- rewriteUrl(String) - Method in class org.apache.catalina.servlets.WebdavServlet
-
URL rewriter.
- RewriteValve - Class in org.apache.catalina.valves.rewrite
-
- RewriteValve() - Constructor for class org.apache.catalina.valves.rewrite.RewriteValve
-
- RFC1123_DATE - Static variable in class org.apache.catalina.util.ConcurrentDateFormat
-
- RFC1123_DATE - Static variable in class org.apache.tomcat.util.http.FastHttpDateFormat
-
The only date format permitted when generating HTTP headers.
- Rfc6265CookieProcessor - Class in org.apache.tomcat.util.http
-
- Rfc6265CookieProcessor() - Constructor for class org.apache.tomcat.util.http.Rfc6265CookieProcessor
-
- rfc822(long) - Static method in class org.apache.tomcat.jni.Time
-
Formats dates in the RFC822
format in an efficient manner.
- rgOname - Variable in class org.apache.coyote.AbstractProtocol
-
Name of MBean for the Global Request Processor.
- rmiBindAddress - Variable in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
-
- rmiRegistryPortPlatform - Variable in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
-
- rmiRegistrySSL - Variable in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
-
- rmiServerPortPlatform - Variable in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
-
- rmiServerSSL - Variable in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
-
- Role - Interface in org.apache.catalina
-
Abstract representation of a security role, suitable for use in
environments like JAAS that want to deal with Principals
.
- role - Variable in class org.apache.tomcat.util.modeler.OperationInfo
-
- ROLE_ALL_AUTHENTICATED_USERS - Static variable in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
-
- ROLE_ALL_ROLES - Static variable in class org.apache.tomcat.util.descriptor.web.SecurityConstraint
-
- roleBase - Variable in class org.apache.catalina.realm.JNDIRealm
-
The base element for role searches.
- roleBaseFormat - Variable in class org.apache.catalina.realm.JNDIRealm
-
The MessageFormat object associated with the current
roleBase
.
- roleClasses - Variable in class org.apache.catalina.realm.JAASRealm
-
The list of role class names, split out for easy processing.
- roleClassNames - Variable in class org.apache.catalina.realm.JAASRealm
-
Comma-delimited list of java.security.Principal
classes
that represent security roles.
- roleFormat - Variable in class org.apache.catalina.realm.JNDIRealm
-
The MessageFormat object associated with the current
roleSearch
.
- RoleMBean - Class in org.apache.catalina.mbeans
-
A ModelMBean implementation for the
org.apache.catalina.Role
component.
- RoleMBean() - Constructor for class org.apache.catalina.mbeans.RoleMBean
-
Construct a ModelMBean
with default
ModelMBeanInfo
information.
- roleName - Variable in class org.apache.catalina.realm.JNDIRealm
-
The name of the attribute containing roles held elsewhere
- rolename - Variable in class org.apache.catalina.users.AbstractRole
-
The role name of this Role.
- roleNameCol - Variable in class org.apache.catalina.realm.DataSourceRealm
-
The column in the user role table that names a role
- roleNameCol - Variable in class org.apache.catalina.realm.JDBCRealm
-
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(Connection, String) - Method in class org.apache.catalina.realm.JDBCRealm
-
Return a PreparedStatement configured to perform the SELECT required
to retrieve user roles for the specified username.
- roles - Variable in class org.apache.catalina.users.MemoryGroup
-
The set of
Role
s associated with this group.
- roles - Variable in class org.apache.catalina.users.MemoryUser
-
The set of
Role
s associated with this user.
- roles - Variable in class org.apache.catalina.users.MemoryUserDatabase
-
The set of
Role
s 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?
- rollback() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
-
- rollback(Savepoint) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
-
- root - Variable in class org.apache.tomcat.util.digester.Digester
-
The "root" element of the stack (in other words, the last object
that was popped.
- ROOT_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- ROOT_NAME - Static variable in class org.apache.catalina.util.ContextName
-
- rootNode() - Method in class org.apache.el.parser.JJTELParserState
-
- rootPool - Variable in class org.apache.tomcat.util.net.AprEndpoint
-
Root APR memory pool.
- rotatable - Variable in class org.apache.catalina.valves.AccessLogValve
-
Should we rotate our log file?
- rotate() - Method in class org.apache.catalina.valves.AccessLogValve
-
Rotate the log file if necessary.
- rotate(String) - Method in class org.apache.catalina.valves.AccessLogValve
-
Rename the existing log file to something else.
- 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
-
- RPAREN - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- RpcCallback - Interface in org.apache.catalina.tribes.group
-
The RpcCallback interface is an interface for the Tribes channel to request a
response object to a request that came in.
- RpcChannel - Class in org.apache.catalina.tribes.group
-
A channel to handle RPC messaging
- RpcChannel(byte[], Channel, RpcCallback) - Constructor for class org.apache.catalina.tribes.group.RpcChannel
-
Create an RPC channel.
- rpcChannel - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
The RpcChannel to send RPC messages through
- RpcChannel.RpcCollector - Class in org.apache.catalina.tribes.group
-
Class that holds all response.
- RpcChannel.RpcCollector(RpcChannel.RpcCollectorKey, int, int) - Constructor for class org.apache.catalina.tribes.group.RpcChannel.RpcCollector
-
- RpcChannel.RpcCollectorKey - Class in org.apache.catalina.tribes.group
-
- RpcChannel.RpcCollectorKey(byte[]) - Constructor for class org.apache.catalina.tribes.group.RpcChannel.RpcCollectorKey
-
- rpcId - Variable in class org.apache.catalina.tribes.group.RpcMessage
-
- RpcMessage - Class in org.apache.catalina.tribes.group
-
- RpcMessage() - Constructor for class org.apache.catalina.tribes.group.RpcMessage
-
- RpcMessage(byte[], byte[], Serializable) - Constructor for class org.apache.catalina.tribes.group.RpcMessage
-
- RpcMessage.NoRpcChannelReply - Class in org.apache.catalina.tribes.group
-
- RpcMessage.NoRpcChannelReply() - Constructor for class org.apache.catalina.tribes.group.RpcMessage.NoRpcChannelReply
-
- RpcMessage.NoRpcChannelReply(byte[], byte[]) - Constructor for class org.apache.catalina.tribes.group.RpcMessage.NoRpcChannelReply
-
- rpcTimeout - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
Timeout for RPC messages, how long we will wait for a reply
- Rule - Class in org.apache.tomcat.util.digester
-
Concrete implementations of this class implement actions to be taken when
a corresponding nested pattern of XML elements has been matched.
- Rule() - Constructor for class org.apache.tomcat.util.digester.Rule
-
Base constructor.
- rules - Variable in class org.apache.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 - Interface in org.apache.tomcat.util.digester
-
Public interface defining a collection of Rule instances (and corresponding
matching patterns) plus an implementation of a matching policy that selects
the rules that match a particular pattern of nested elements discovered
during parsing.
- rules() - Method in interface org.apache.tomcat.util.digester.Rules
-
Return a List of all registered Rule instances, or a zero-length List
if there are no registered Rule instances.
- rules - Variable in class org.apache.tomcat.util.digester.RulesBase
-
The set of registered Rule instances, in the order that they were
originally registered.
- rules() - Method in class org.apache.tomcat.util.digester.RulesBase
-
Return a List of all registered Rule instances, or a zero-length List
if there are no registered Rule instances.
- RulesBase - Class in org.apache.tomcat.util.digester
-
Default implementation of the Rules
interface that supports
the standard rule matching behavior.
- RulesBase() - Constructor for class org.apache.tomcat.util.digester.RulesBase
-
- RuleSet - Interface in org.apache.tomcat.util.digester
-
Public interface defining a shorthand means of configuring a complete
set of related Rule
definitions, possibly associated with
a particular namespace URI, in one operation.
- RuleSetBase - Class in org.apache.tomcat.util.digester
-
Convenience base class that implements the
RuleSet
interface.
- RuleSetBase() - Constructor for class org.apache.tomcat.util.digester.RuleSetBase
-
- rulesValidation - Variable in class org.apache.tomcat.util.digester.Digester
-
Warn on missing attributes and elements.
- run() - Method in class org.apache.catalina.core.ContainerBase.ContainerBackgroundProcessor
-
- run() - Method in class org.apache.catalina.core.ContainerBase.PrivilegedAddChild
-
- run() - Method in class org.apache.catalina.loader.WebappClassLoaderBase.PrivilegedFindResourceByName
-
- run() - Method in class org.apache.catalina.loader.WebappClassLoaderBase.PrivilegedGetClassLoader
-
- run() - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
-
Executes a CGI script with the desired environment, current working
directory, and input/output streams
This implements the following CGI specification recommedations:
Servers SHOULD provide the "query
" component of
the script-URI as command-line arguments to scripts if it
does not contain any unencoded "=" characters and the
command-line arguments can be generated in an unambiguous
manner.
- run() - Method in class org.apache.catalina.startup.Catalina.CatalinaShutdownHook
-
- run() - Method in class org.apache.catalina.tribes.group.GroupChannel.HeartbeatThread
-
- run - Variable in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
-
- run() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
-
Deprecated.
Unused. Will be removed in 8.5.x
- run() - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor.PingThread
-
- run() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl.ReceiverThread
-
- run() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl.RecoveryThread
-
- run() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl.SenderThread
-
- run() - Method in class org.apache.catalina.tribes.transport.bio.BioReceiver
-
- run() - Method in class org.apache.catalina.tribes.transport.bio.BioReplicationTask
-
- run() - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
-
Start thread and listen
- run() - Method in class org.apache.catalina.tribes.transport.nio.NioReplicationTask
-
- run - Variable in class org.apache.juli.AsyncFileHandler.LoggerThread
-
- run() - Method in class org.apache.juli.AsyncFileHandler.LoggerThread
-
- run() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool.ConnectionFuture
-
run method to be executed when cancelled by an executor
- run() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool.PoolCleaner
-
- run() - Method in class org.apache.tomcat.util.net.AbstractEndpoint.AsyncTimeout
-
The background thread that checks async requests and fires the
timeout if there has been no activity.
- run() - Method in class org.apache.tomcat.util.net.AprEndpoint.Acceptor
-
- run() - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
-
The background thread that listens for incoming TCP/IP connections
and hands them off to an appropriate processor.
- run() - Method in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
-
The background thread that listens for incoming TCP/IP connections
and hands them off to an appropriate processor.
- run() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketProcessor
-
- run() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketWithOptionsProcessor
-
- run() - Method in class org.apache.tomcat.util.net.JIoEndpoint.Acceptor
-
- run() - Method in class org.apache.tomcat.util.net.JIoEndpoint.SocketProcessor
-
- run() - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Acceptor
-
- run() - Method in class org.apache.tomcat.util.net.Nio2Endpoint.SocketProcessor
-
- run - Variable in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
-
- run() - Method in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
-
- run() - Method in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller.RunnableCancel
-
- run() - Method in class org.apache.tomcat.util.net.NioEndpoint.Acceptor
-
- run() - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
-
The background thread that listens for incoming TCP/IP connections and
hands them off to an appropriate processor.
- run() - Method in class org.apache.tomcat.util.net.NioEndpoint.PollerEvent
-
- run() - Method in class org.apache.tomcat.util.net.NioEndpoint.SocketProcessor
-
- run() - Method in class org.apache.tomcat.util.security.PrivilegedGetTccl
-
- run() - Method in class org.apache.tomcat.util.security.PrivilegedSetTccl
-
- runAs - Variable in class org.apache.catalina.core.StandardWrapper
-
The run-as identity for this servlet.
- running - Variable in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
-
- running - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
-
Running state of the endpoint.
- rxBufSize - Variable in class org.apache.tomcat.util.net.SocketProperties
-
Socket receive buffer size in bytes (SO_RCVBUF).
- RxTaskPool - Class in org.apache.catalina.tribes.transport
-
A very simple thread pool class.
- RxTaskPool(int, int, RxTaskPool.TaskCreator) - Constructor for class org.apache.catalina.tribes.transport.RxTaskPool
-
- RxTaskPool.TaskCreator - Interface in org.apache.catalina.tribes.transport
-
- SafeForkJoinWorkerThreadFactory - Class in org.apache.catalina.startup
-
Provides a ForkJoinPool.ForkJoinWorkerThreadFactory
that provides ForkJoinWorkerThread
s that won't trigger memory leaks due to retained
references to web application class loaders.
- SafeForkJoinWorkerThreadFactory() - Constructor for class org.apache.catalina.startup.SafeForkJoinWorkerThreadFactory
-
- sameFile(URL) - Method in class org.apache.tomcat.util.net.URL
-
Deprecated.
Compare two URLs, excluding the "ref" fields.
- sameMembers(Member[], Member[]) - Static method in class org.apache.catalina.tribes.util.Arrays
-
- save(PrintWriter, String, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
-
Store server configuration.
- save(Session) - Method in class org.apache.catalina.session.FileStore
-
Save the specified Session into this Store.
- save(Session) - Method in class org.apache.catalina.session.JDBCStore
-
Save a session to the Store.
- save(Session) - Method in interface org.apache.catalina.Store
-
Save the specified Session into this Store.
- save() - Method in interface org.apache.catalina.UserDatabase
-
Save any updated information to the persistent storage location for
this user database.
- save() - Method in class org.apache.catalina.users.MemoryUserDatabase
-
Save any updated information to the persistent storage location for
this user database.
- SavedRequest - Class in org.apache.catalina.authenticator
-
Object that saves the critical information from a request so that
form-based authentication can reproduce it once the user has been
authenticated.
- SavedRequest() - Constructor for class org.apache.catalina.authenticator.SavedRequest
-
- SavedRequestInputFilter - Class in org.apache.coyote.http11.filters
-
Input filter responsible for replaying the request body when restoring the
saved request after FORM authentication.
- SavedRequestInputFilter(ByteChunk) - Constructor for class org.apache.coyote.http11.filters.SavedRequestInputFilter
-
Create a new SavedRequestInputFilter.
- savedRequestURL(Session) - Method in class org.apache.catalina.authenticator.FormAuthenticator
-
Return the request URI (with the corresponding query string, if any)
from the saved request so that we can redirect to it.
- saveOnRestart - Variable in class org.apache.catalina.session.PersistentManagerBase
-
Whether to save and reload sessions when the Manager unload
and load
methods are called.
- saveRequest(Request, Session) - Method in class org.apache.catalina.authenticator.FormAuthenticator
-
Save the original request information into our session.
- saxLog - Variable in class org.apache.tomcat.util.digester.Digester
-
The Log to which all SAX event related logging calls will be made.
- sc - Variable in class org.apache.tomcat.util.net.Nio2Channel
-
- sc - Variable in class org.apache.tomcat.util.net.NioChannel
-
- SC_A_ARE_DONE - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_A_AUTH_TYPE - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_A_CONTEXT - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_A_JVM_ROUTE - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_A_QUERY_STRING - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_A_REMOTE_USER - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_A_REQ_ATTRIBUTE - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_A_REQ_LOCAL_ADDR - Static variable in class org.apache.coyote.ajp.Constants
-
AJP private request attributes
- SC_A_REQ_REMOTE_PORT - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_A_SECRET - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_A_SERVLET_PATH - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_A_SSL_CERT - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_A_SSL_CIPHER - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_A_SSL_KEY_SIZE - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_A_SSL_PROTOCOL - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_A_SSL_SESSION - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_A_STORED_METHOD - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_M_JK_STORED - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_REQ_ACCEPT - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_REQ_ACCEPT_CHARSET - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_REQ_ACCEPT_ENCODING - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_REQ_ACCEPT_LANGUAGE - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_REQ_AUTHORIZATION - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_REQ_CONNECTION - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_REQ_CONTENT_LENGTH - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_REQ_CONTENT_TYPE - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_REQ_COOKIE - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_REQ_COOKIE2 - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_REQ_HOST - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_REQ_PRAGMA - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_REQ_REFERER - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_REQ_USER_AGENT - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_RESP_AJP13_MAX - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_RESP_CONTENT_LANGUAGE - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_RESP_CONTENT_LENGTH - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_RESP_CONTENT_TYPE - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_RESP_DATE - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_RESP_LAST_MODIFIED - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_RESP_LOCATION - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_RESP_SERVLET_ENGINE - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_RESP_SET_COOKIE - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_RESP_SET_COOKIE2 - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_RESP_STATUS - Static variable in class org.apache.coyote.ajp.Constants
-
- SC_RESP_WWW_AUTHENTICATE - Static variable in class org.apache.coyote.ajp.Constants
-
- 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(JarScanType, ServletContext, JarScannerCallback) - Method in interface org.apache.tomcat.JarScanner
-
Scan the provided ServletContext and classloader for JAR files.
- scan(JarURLConnection, String, boolean) - Method in interface org.apache.tomcat.JarScannerCallback
-
Deprecated.
Use JarScannerCallback.scan(Jar, String, boolean)
instead. Because the
urlConn parameter could refer directly to a JAR or to a JAR
as an entry in a WAR, it required further processing that
included obtaining the original URL. It is simpler to provide
the URL to start with.
This method will be removed in Tomcat 8.5.x onwards.
- 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(File, String, boolean) - Method in interface org.apache.tomcat.JarScannerCallback
-
A directory was found that is to be treated as an unpacked JAR.
- scan(JarURLConnection, String, boolean) - Method in class org.apache.tomcat.util.descriptor.web.FragmentJarScannerCallback
-
- scan(Jar, String, boolean) - Method in class org.apache.tomcat.util.descriptor.web.FragmentJarScannerCallback
-
- scan(File, String, boolean) - Method in class org.apache.tomcat.util.descriptor.web.FragmentJarScannerCallback
-
- 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
-
- scanChar() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Returns the next character on the input.
- scanData(String, XMLStringBuffer) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Scans a range of character data up to the specified delimiter,
setting the fields of the XMLString structure, appropriately.
- scanFiles(File) - Method in class org.apache.jasper.JspC
-
Locate all jsp files in the webapp.
- 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>.
- scanLiteral(int, XMLString) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Scans a range of attribute value data, setting the fields of the
XMLString structure, appropriately.
- scanName() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Returns a string matching the Name production appearing immediately
on the input as a symbol, or null if no Name string is present.
- scanner - Variable in class org.apache.jasper.JspC
-
- scanPlatform() - Method in class org.apache.jasper.servlet.TldScanner
-
Scan for TLDs required by the platform specification.
- scanPseudoAttribute(boolean, XMLString) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Scans a pseudo attribute.
- 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
-
- scheme - Variable in class org.apache.catalina.connector.Connector
-
The request scheme that will be set on all requests received
through this connector.
- scheme - Variable in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- scheme() - Method in class org.apache.coyote.Request
-
- schemeName - Static variable in class org.apache.tomcat.websocket.BasicAuthenticator
-
- schemeName - Static variable in class org.apache.tomcat.websocket.DigestAuthenticator
-
- SCOPE - Static variable in class org.apache.naming.ResourceRef
-
Scope address type.
- scratchDir - Variable in class org.apache.jasper.JspC
-
- SCRIPTLET_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- sec(long) - Static method in class org.apache.tomcat.jni.Time
-
- secondsToTimeString(long) - Static method in class org.apache.catalina.manager.JspHelper
-
- secrand - Static variable in class org.apache.catalina.tribes.util.UUIDGenerator
-
- SecretKeyCredentialHandler - Class in org.apache.catalina.realm
-
- SecretKeyCredentialHandler() - Constructor for class org.apache.catalina.realm.SecretKeyCredentialHandler
-
- secure - Variable in class org.apache.catalina.connector.Connector
-
The secure connection flag that will be set on all requests received
through this connector.
- secure - Variable in class org.apache.catalina.connector.Request
-
Secure flag.
- secure - Variable in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- SecureNio2Channel - Class in org.apache.tomcat.util.net
-
Implementation of a secure socket channel for NIO2.
- SecureNio2Channel(SSLEngine, SecureNio2Channel.ApplicationBufferHandler, Nio2Endpoint) - Constructor for class org.apache.tomcat.util.net.SecureNio2Channel
-
- SecureNio2Channel.ApplicationBufferHandler - Interface in org.apache.tomcat.util.net
-
Callback interface to be able to expand buffers
when buffer overflow exceptions happen
- SecureNioChannel - Class in org.apache.tomcat.util.net
-
Implementation of a secure socket channel
- SecureNioChannel(SocketChannel, SSLEngine, SecureNioChannel.ApplicationBufferHandler, NioSelectorPool) - Constructor for class org.apache.tomcat.util.net.SecureNioChannel
-
- SecureNioChannel.ApplicationBufferHandler - Interface in org.apache.tomcat.util.net
-
Callback interface to be able to expand buffers
when buffer overflow exceptions happen
- securePagesWithPragma - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
-
Flag to determine if we disable proxy caching with headers incompatible
with IE.
- securePort - Variable in class org.apache.catalina.tribes.membership.MemberImpl
-
The tcp/SSL listen port for this member
- secureRandomAlgorithm - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
-
The name of the algorithm to use to create instances of
SecureRandom
which are used to generate SSO session
IDs.
- secureRandomAlgorithm - Variable in class org.apache.catalina.session.ManagerBase
-
The name of the algorithm to use to create instances of
SecureRandom
which are used to generate session IDs.
- secureRandomClass - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
-
The Java class name of the secure random number generator class to be
used when generating SSO session identifiers.
- secureRandomClass - Variable in class org.apache.catalina.session.ManagerBase
-
The Java class name of the secure random number generator class to be
used when generating session identifiers.
- secureRandomProvider - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
-
The name of the provider to use to create instances of
SecureRandom
which are used to generate session SSO
IDs.
- secureRandomProvider - Variable in class org.apache.catalina.session.ManagerBase
-
The name of the provider to use to create instances of
SecureRandom
which are used to generate session IDs.
- SecurityClassLoad - Class in org.apache.catalina.security
-
Static class used to preload java classes when using the Java SecurityManager
so that the defineClassInPackage RuntimePermission does not trigger an
AccessControlException.
- SecurityClassLoad() - Constructor for class org.apache.catalina.security.SecurityClassLoad
-
- securityClassLoad(ClassLoader) - Static method in class org.apache.catalina.security.SecurityClassLoad
-
- SecurityClassLoad - Class in org.apache.jasper.security
-
Static class used to preload java classes when using the Java SecurityManager
so that the defineClassInPackage RuntimePermission does not trigger an
AccessControlException.
- SecurityClassLoad() - Constructor for class org.apache.jasper.security.SecurityClassLoad
-
- securityClassLoad(ClassLoader) - Static method in class org.apache.jasper.security.SecurityClassLoad
-
- SecurityCollection - Class in org.apache.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
-
- SecurityListener() - Constructor for class org.apache.catalina.security.SecurityListener
-
- securityManager - Variable in class org.apache.catalina.loader.WebappClassLoaderBase
-
Instance of the SecurityManager installed.
- SecurityManagerCallStack - Class in org.apache.tomcat.dbcp.pool2.impl
-
CallStack strategy using a SecurityManager
.
- SecurityManagerCallStack(String, boolean) - Constructor for class org.apache.tomcat.dbcp.pool2.impl.SecurityManagerCallStack
-
Create 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
-
- SecurityUtil - Class in org.apache.catalina.security
-
This utility class associates a Subject
to the current
AccessControlContext
.
- SecurityUtil() - Constructor for class org.apache.catalina.security.SecurityUtil
-
- SecurityUtil - Class in org.apache.jasper.security
-
Util class for Security related operations.
- SecurityUtil() - Constructor for class org.apache.jasper.security.SecurityUtil
-
- SEE_OTHER - Static variable in class org.apache.tomcat.websocket.Constants
-
- seek(long, int, long) - Static method in class org.apache.tomcat.jni.File
-
Move the read/write file offset to a specified byte within a file.
- selectEncoding(ServletRequest) - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
-
Select an appropriate character encoding to be used, based on the
characteristics of the current request and/or filter initialization
parameters.
- selector - Variable in class org.apache.catalina.tribes.transport.nio.NioSender
-
- selector - Variable in class org.apache.catalina.tribes.transport.nio.ParallelNioSender
-
- selector - Variable in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
-
- SelectorContext - Class in org.apache.naming
-
Catalina JNDI Context implementation.
- SelectorContext(Hashtable<String, Object>) - Constructor for class org.apache.naming.SelectorContext
-
Builds a Catalina selector context using the given environment.
- SelectorContext(Hashtable<String, Object>, boolean) - Constructor for class org.apache.naming.SelectorContext
-
Builds a Catalina selector context using the given environment.
- selectors - Variable in class org.apache.tomcat.util.net.NioSelectorPool
-
- selectTimeout - Variable in class org.apache.catalina.tribes.transport.nio.ParallelNioSender
-
- semaphore - Variable in class org.apache.catalina.valves.SemaphoreValve
-
Semaphore.
- SemaphoreValve - Class in org.apache.catalina.valves
-
Implementation of a Valve that limits concurrency.
- SemaphoreValve() - Constructor for class org.apache.catalina.valves.SemaphoreValve
-
- SEMI_COLON - Static variable in class org.apache.coyote.http11.Constants
-
SEMI_COLON.
- Semicolon() - Method in class org.apache.el.parser.ELParser
-
- SEMICOLON - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- send(String) - Method in class org.apache.catalina.ha.backend.MultiCastSender
-
- send(String) - Method in interface org.apache.catalina.ha.backend.Sender
-
Send the message to the proxies
- send(String) - Method in class org.apache.catalina.ha.backend.TcpSender
-
- send(ClusterMessage) - Method in interface org.apache.catalina.ha.CatalinaCluster
-
Sends a message to all the members in the cluster
- send(ClusterMessage, Member) - Method in interface org.apache.catalina.ha.CatalinaCluster
-
Sends a message to a specific member in the cluster.
- send(SessionMessage) - Method in class org.apache.catalina.ha.session.DeltaManager
-
Send messages to other backup member (domain or all)
- send(ClusterManager, String) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
-
send manager requestCompleted message to cluster
- send(ClusterMessage) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
send message to all cluster members
- send(ClusterMessage, Member) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
send a cluster message to one member
- send(Member[], Serializable, int) - Method in interface org.apache.catalina.tribes.Channel
-
Send a message to one or more members in the cluster
- send(Member[], Serializable, int, ErrorHandler) - Method in interface org.apache.catalina.tribes.Channel
-
Send a message to one or more members in the cluster
- send(Member[], Serializable, int) - Method in class org.apache.catalina.tribes.group.GroupChannel
-
Send a message to the destinations specified
- send(Member[], Serializable, int, ErrorHandler) - Method in class org.apache.catalina.tribes.group.GroupChannel
-
- send(Member[], Serializable, int, int, long) - Method in class org.apache.catalina.tribes.group.RpcChannel
-
Send a message and wait for the response.
- send(boolean) - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
-
Send a ping
- send(boolean, DatagramPacket) - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
-
- send(long, byte[], int, int) - Static method in class org.apache.tomcat.jni.Socket
-
Send data over a network.
- SEND_HEAD_LEN - Static variable in class org.apache.coyote.ajp.Constants
-
- SEND_MESSAGE_FAILURE_EVENT - Static variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
- SEND_OPTIONS_ASYNCHRONOUS - Static variable in interface org.apache.catalina.tribes.Channel
-
Send options, when a message is sent, it can have an option flag
to trigger certain behavior.
- SEND_OPTIONS_BYTE_MESSAGE - Static variable in interface org.apache.catalina.tribes.Channel
-
Send options, when a message is sent, it can have an option flag
to trigger certain behavior.
- SEND_OPTIONS_DEFAULT - Static variable in interface org.apache.catalina.tribes.Channel
-
Send options, when a message is sent, it can have an option flag
to trigger certain behavior.
- SEND_OPTIONS_MULTICAST - Static variable in interface org.apache.catalina.tribes.Channel
-
Send options.
- SEND_OPTIONS_SECURE - Static variable in interface org.apache.catalina.tribes.Channel
-
Send options, when a message is sent, it can have an option flag
to trigger certain behavior.
- SEND_OPTIONS_SYNCHRONIZED_ACK - Static variable in interface org.apache.catalina.tribes.Channel
-
Send options, when a message is sent, it can have an option flag
to trigger certain behavior.
- SEND_OPTIONS_UDP - Static variable in interface org.apache.catalina.tribes.Channel
-
Send options.
- SEND_OPTIONS_USE_ACK - Static variable in interface org.apache.catalina.tribes.Channel
-
Send options, when a message is sent, it can have an option flag
to trigger certain behavior.
- sendAck(byte[]) - Method in class org.apache.catalina.tribes.transport.bio.BioReplicationTask
-
send a reply-acknowledgment (6,2,3)
- sendAck(SelectionKey, WritableByteChannel, byte[], SocketAddress) - Method in class org.apache.catalina.tribes.transport.nio.NioReplicationTask
-
send a reply-acknowledgement (6,2,3), sends it doing a busy write, the ACK is so small
that it should always go to the buffer
- sendAck() - Method in class org.apache.coyote.http11.AbstractOutputBuffer
-
- sendAck() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
-
Send an acknowledgment.
- sendAck() - Method in class org.apache.coyote.http11.InternalNio2OutputBuffer
-
Send an acknowledgment.
- sendAck() - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
-
Send an acknowledgment.
- sendAck() - Method in class org.apache.coyote.http11.InternalOutputBuffer
-
Send an acknowledgment.
- sendAckAsync(int) - Static method in class org.apache.catalina.tribes.io.ChannelData
-
Utility method, returns true if the options flag indicates that an ack
is to be sent after the message has been received but not yet processed
- sendAcknowledgement() - Method in class org.apache.catalina.connector.Response
-
Send an acknowledgement of a request.
- sendAckSync(int) - Static method in class org.apache.catalina.tribes.io.ChannelData
-
Utility method, returns true if the options flag indicates that an ack
is to be sent after the message has been received and processed
- sendAllDataReadEvent() - Method in class org.apache.coyote.Request
-
- sendAsyncData(LinkObject) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
-
Deprecated.
Unused. Will be removed in 8.5.x
- sendAsyncData(ChannelMessage, Member[], InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
-
- sendAttributeChangeNotification(AttributeChangeNotification) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
Send an AttributeChangeNotification
to all registered
listeners.
- sendAttributeChangeNotification(Attribute, Attribute) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
Send an AttributeChangeNotification
to all registered
listeners.
- sendb(long, ByteBuffer, int, int) - Static method in class org.apache.tomcat.jni.Socket
-
Send data over a network.
- sendbb(long, int, int) - Static method in class org.apache.tomcat.jni.Socket
-
Send data over a network using internally set ByteBuffer
- sendBinary(ByteBuffer) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointAsync
-
- sendBinary(ByteBuffer, SendHandler) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointAsync
-
- sendBinary(ByteBuffer) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointBasic
-
- sendBinary(ByteBuffer, boolean) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointBasic
-
- sendBytes(ByteBuffer) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
-
- sendBytesByCompletion(ByteBuffer, SendHandler) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
-
- sendBytesByFuture(ByteBuffer) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
-
- sendChangeSessionId(String, String) - Method in class org.apache.catalina.ha.session.DeltaManager
-
- sendCreateSession(String, DeltaSession) - Method in class org.apache.catalina.ha.session.DeltaManager
-
Send create session evt 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.
- sendElectionMsg(Member, Member, NonBlockingCoordinator.CoordinationMessage) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
-
- sendElectionMsgToNextInline(Member, NonBlockingCoordinator.CoordinationMessage) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
-
- Sender - Interface in org.apache.catalina.ha.backend
-
- sender - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
-
Thread to send pings
- sendError(int) - Method in class org.apache.catalina.connector.Response
-
Send an error response with the specified status and a
default message.
- sendError(int, String) - Method in class org.apache.catalina.connector.Response
-
Send an error response with the specified status and message.
- sendError(int, String) - Method in class org.apache.catalina.connector.ResponseFacade
-
- sendError(int) - Method in class org.apache.catalina.connector.ResponseFacade
-
- SenderSF - Class in org.apache.catalina.storeconfig
-
Generate Sender Element
- SenderSF() - Constructor for class org.apache.catalina.storeconfig.SenderSF
-
- SenderState - Class in org.apache.catalina.tribes.transport
-
- sendfile(long, long, byte[][], byte[][], long, long, int) - Static method in class org.apache.tomcat.jni.Socket
-
Send a file from an open file descriptor to a socket, along with
optional headers and trailers.
- sendfile - Variable in class org.apache.tomcat.util.net.AprEndpoint
-
The static file sender.
- SENDFILE_FILE_END_ATTR - Static variable in class org.apache.catalina.Globals
-
The request attribute that can be used by a servlet to pass
to the connector the end offset (not including) of the part
of a file that is to be served by sendfile.
- SENDFILE_FILE_END_ATTR - Static variable in class org.apache.coyote.Constants
-
The request attribute that can be used by a servlet to pass
to the connector the end offset (not including) of the part
of a file that is to be served by sendfile.
- SENDFILE_FILE_START_ATTR - Static variable in class org.apache.catalina.Globals
-
The request attribute that can be used by a servlet to pass
to the connector the start offset of the part of a file
that is to be served by sendfile.
- SENDFILE_FILE_START_ATTR - Static variable in class org.apache.coyote.Constants
-
The request attribute that can be used by a servlet to pass
to the connector the start offset of the part of a file
that is to be served by sendfile.
- SENDFILE_FILENAME_ATTR - Static variable in class org.apache.catalina.Globals
-
The request attribute that can be used by a servlet to pass
to the connector the name of the file that is to be served
by sendfile.
- SENDFILE_FILENAME_ATTR - Static variable in class org.apache.coyote.Constants
-
The request attribute that can be used by a servlet to pass
to the connector the name of the file that is to be served
by sendfile.
- SENDFILE_SUPPORTED_ATTR - Static variable in class org.apache.catalina.Globals
-
The request attribute that is set to the value of Boolean.TRUE
if connector processing this request supports use of sendfile.
- SENDFILE_SUPPORTED_ATTR - Static variable in class org.apache.coyote.Constants
-
The request attribute that is set to the value of Boolean.TRUE
if connector processing this request supports use of sendfile.
- sendfileCount - Variable in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
-
- sendfileData - Variable in class org.apache.coyote.http11.Http11AprProcessor
-
Sendfile data.
- sendfileData - Variable in class org.apache.coyote.http11.Http11Nio2Processor
-
Sendfile data.
- sendfileData - Variable in class org.apache.coyote.http11.Http11NioProcessor
-
Sendfile data.
- sendfileData - Variable in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
-
- sendfileInProgress - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
-
Flag that indicates that send file processing is in progress and that the
socket should not be returned to the poller (where a poller is used).
- SendfileKeepAliveState - Enum in org.apache.tomcat.util.net
-
- sendfilen(long, long, long, long, int) - Static method in class org.apache.tomcat.jni.Socket
-
Send a file without header and trailer arrays.
- sendfilePollset - Variable in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
-
- sendfileSize - Variable in class org.apache.catalina.servlets.DefaultServlet
-
Minimum size for sendfile usage in bytes.
- sendfileSize - Variable in class org.apache.tomcat.util.net.AprEndpoint
-
Size of the sendfile (= concurrent files which can be served).
- SendfileState - Enum in org.apache.tomcat.util.net
-
- sendfileThreadCount - Variable in class org.apache.tomcat.util.net.AprEndpoint
-
Sendfile thread count.
- sendFrequency - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
-
How often to we send out a broadcast saying we are alive, must be smaller than timeToExpiration
- SendHandlerToCompletionHandler - Class in org.apache.tomcat.websocket
-
- SendHandlerToCompletionHandler(SendHandler) - Constructor for class org.apache.tomcat.websocket.SendHandlerToCompletionHandler
-
- sendHeader(MessageBytes, MessageBytes) - Method in class org.apache.coyote.http11.AbstractOutputBuffer
-
Send a header.
- sendHeaders() - Method in class org.apache.coyote.Response
-
Signal that we're done with the headers, and body will follow.
- sendib(long, ByteBuffer, int, int) - Static method in class org.apache.tomcat.jni.Socket
-
Send data over a network without retry
This functions acts like a blocking write by default.
- sendibb(long, int, int) - Static method in class org.apache.tomcat.jni.Socket
-
Send data over a network using internally set ByteBuffer
without internal retry.
- sendInvalidSessions(ClusterManager) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
-
check for session invalidations
- sendLocalMember(Member[]) - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
-
- SendMailFactory - Class in org.apache.naming.factory
-
Factory class that creates a JNDI named javamail MimePartDataSource
object which can be used for sending email using SMTP.
- SendMailFactory() - Constructor for class org.apache.naming.factory.SendMailFactory
-
- sendMemberMessage(Member[], byte[]) - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
-
- sendMessage(Session, ClusterManager) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
-
Send message delta message from request session
- sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in interface org.apache.catalina.tribes.ChannelInterceptor
-
The sendMessage
method is called when a message is being sent to one more destinations.
- sendMessage(ChannelMessage, Member[]) - Method in interface org.apache.catalina.tribes.ChannelSender
-
Send a message to one or more recipients.
- sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
-
Send a message to one or more members in the cluster
- sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
-
- sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
-
- sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
-
- sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
-
- sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
-
- sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
-
- sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
-
- sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
-
- sendMessage(Member[], ChannelMessage, InterceptorPayload) - Method in class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor
-
- sendMessage(byte[], boolean) - Method in class org.apache.catalina.tribes.transport.bio.BioSender
-
Send message.
- sendMessage(Member[], ChannelMessage) - Method in class org.apache.catalina.tribes.transport.bio.MultipointBioSender
-
- sendMessage(Member[], ChannelMessage) - Method in class org.apache.catalina.tribes.transport.bio.PooledMultiSender
-
- sendMessage(Member[], ChannelMessage) - Method in interface org.apache.catalina.tribes.transport.MultiPointSender
-
- sendMessage(Member[], ChannelMessage) - Method in class org.apache.catalina.tribes.transport.nio.ParallelNioSender
-
- sendMessage(Member[], ChannelMessage) - Method in class org.apache.catalina.tribes.transport.nio.PooledParallelSender
-
- sendMessage(ChannelMessage, Member[]) - Method in class org.apache.catalina.tribes.transport.ReplicationTransmitter
-
Send data to one member
- SendMessageData - Class in org.apache.catalina.ha.tcp
-
- SendMessageData(Object, Member, Exception) - Constructor for class org.apache.catalina.ha.tcp.SendMessageData
-
- sendMessagePart(List<MessagePart>) - Method in class org.apache.tomcat.websocket.PerMessageDeflate
-
- sendMessagePart(List<MessagePart>) - Method in interface org.apache.tomcat.websocket.Transformation
-
Takes the provided list of messages, transforms them, passes the
transformed list on to the next transformation (if any) and then returns
the resulting list of message parts after all of the transformations have
been applied.
- sendNoRpcChannelReply(RpcMessage, Member) - Method in class org.apache.catalina.tribes.group.GroupChannel
-
Sends a NoRpcChannelReply
message to a member
This method gets invoked by the channel if a RPC message comes in
and no channel listener accepts the message.
- sendNotification(Notification) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
Send a Notification
to all registered listeners as a
jmx.modelmbean.general
notification.
- sendNotification(String) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
Send a Notification
which contains the specified string
as a jmx.modelmbean.generic
notification.
- sendNotification(Notification) - Method in class org.apache.tomcat.util.modeler.BaseNotificationBroadcaster
-
Send the specified notification to all interested listeners.
- sendObject(Object) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointAsync
-
- sendObject(Object, SendHandler) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointAsync
-
- sendObject(Object) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointBasic
-
- sendObject(Object) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
-
- sendObjectByCompletion(Object, SendHandler) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
-
- sendObjectByFuture(Object) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
-
- sendPacket - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
-
Reuse the sendPacket, no need to create a new one everytime
- sendPartialBytes(ByteBuffer, boolean) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
-
- sendPartialString(String, boolean) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
-
- sendPing() - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
-
- sendPing(ByteBuffer) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointBase
-
- sendPing(ByteBuffer) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
-
- sendPingMessage(Member[]) - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
-
- sendPong(ByteBuffer) - Method in 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
-
Send a temporary redirect to the specified redirect location URL.
- sendRedirect(String, int) - Method in class org.apache.catalina.connector.Response
-
- sendRedirect(String) - Method in class org.apache.catalina.connector.ResponseFacade
-
- sendReplicationMessage(Request, long, boolean, ClusterManager) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
-
- 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
-
- sendStatus() - Method in class org.apache.coyote.http11.AbstractOutputBuffer
-
Send the response status line.
- sendString(String) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
-
- sendStringByCompletion(String, SendHandler) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
-
- sendStringByFuture(String) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
-
- sendText(String, SendHandler) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointAsync
-
- sendText(String) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointAsync
-
- sendText(String) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointBasic
-
- sendText(String, boolean) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointBasic
-
- sendto(long, long, int, byte[], int, int) - Static method in class org.apache.tomcat.jni.Socket
-
- sendv(long, byte[][]) - Static method in class org.apache.tomcat.jni.Socket
-
Send multiple packets of data over a network.
- sequence - Variable in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
sequence for JMX notifications
- sequenceNumber - Variable in class org.apache.catalina.core.StandardWrapper
-
The notification sequence number.
- serialize() - Method in class org.apache.catalina.ha.session.DeltaRequest
-
serialize DeltaRequest
- serialize(Serializable) - Static method in class org.apache.catalina.tribes.io.XByteBuffer
-
Serializes a message into cluster data
- serializeDeltaRequest(DeltaSession, DeltaRequest) - Method in class org.apache.catalina.ha.session.DeltaManager
-
serialize DeltaRequest
- serializeSessionId(String) - Method in class org.apache.catalina.ha.session.DeltaManager
-
serialize sessionID
- serializeSessions(Session[]) - Method in class org.apache.catalina.ha.session.DeltaManager
-
Save any currently active sessions in the appropriate persistence
mechanism, if any.
- Server - Interface in org.apache.catalina
-
A Server
element represents the entire Catalina
servlet container.
- server - Variable in class org.apache.catalina.startup.Catalina
-
The server component we are starting or stopping.
- server - Variable in class org.apache.catalina.startup.Tomcat
-
- server - Variable in class org.apache.coyote.http11.AbstractHttp11Processor
-
Allow a customized the server header for the tin-foil hat folks.
- SERVER_BYTES - Static variable in class org.apache.coyote.http11.Constants
-
Server string.
- SERVER_CONTAINER_SERVLET_CONTEXT_ATTRIBUTE - Static variable in class org.apache.tomcat.websocket.server.Constants
-
- SERVER_HEADER_SECTION - Static variable in class org.apache.catalina.manager.Constants
-
- SERVER_HEADER_SECTION - Static variable in class org.apache.catalina.manager.host.Constants
-
- SERVER_PORT_ATTRIBUTE - Static variable in interface org.apache.catalina.AccessLog
-
Name of request attribute used to override the server port recorded by
the AccessLog.
- SERVER_ROW_SECTION - Static variable in class org.apache.catalina.manager.Constants
-
- SERVER_ROW_SECTION - Static variable in class org.apache.catalina.manager.host.Constants
-
- ServerCookie - Class in org.apache.tomcat.util.http
-
Server-side cookie representation.
- ServerCookie() - Constructor for class org.apache.tomcat.util.http.ServerCookie
-
- 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
-
- serveResource(HttpServletRequest, HttpServletResponse, boolean, String) - Method in class org.apache.catalina.servlets.DefaultServlet
-
Serve the specified resource, optionally including the data content.
- serverFile(String) - Method in class org.apache.catalina.storeconfig.StoreLoader
-
- serverinfo(PrintWriter, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
-
Writes System OS and JVM properties.
- ServerInfo - Class in org.apache.catalina.util
-
Simple utility module to make it easy to plug in the server identifier
when integrating Tomcat.
- ServerInfo() - Constructor for class org.apache.catalina.util.ServerInfo
-
- ServerinfoTask - Class in org.apache.catalina.ant
-
Ant task that implements the /serverinfo
command
supported by the Tomcat manager application.
- ServerinfoTask() - Constructor for class org.apache.catalina.ant.ServerinfoTask
-
- serverName() - Method in class org.apache.coyote.Request
-
Return the buffer holding the server name, if
any.
- serverPort - Variable in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- serverSock - Variable in class org.apache.tomcat.util.net.AprEndpoint
-
Server socket "pointer".
- serverSocket - Variable in class org.apache.catalina.tribes.transport.bio.BioReceiver
-
- serverSocket - Variable in class org.apache.tomcat.util.net.JIoEndpoint
-
Associated server socket.
- serverSocketFactory - Variable in class org.apache.tomcat.util.net.JIoEndpoint
-
Server socket factory.
- ServerSocketFactory - Interface in org.apache.tomcat.util.net
-
The common interface through which the
JIoEndpoint
interacts with
both non-SSL and SSL sockets.
- serverSockPool - Variable in class org.apache.tomcat.util.net.AprEndpoint
-
APR memory pool for the server socket.
- service - Variable in class org.apache.catalina.connector.Connector
-
The Service
we are associated with (if any).
- service(Request, Response) - Method in class org.apache.catalina.connector.CoyoteAdapter
-
Service method.
- Service - Interface in org.apache.catalina
-
A Service is a group of one or more
Connectors that share a single Container
to process their incoming requests.
- service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
-
- service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
-
Handles the special WebDAV methods.
- service - Variable in class org.apache.catalina.startup.Tomcat
-
- service - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
-
The actual listener, for callback when stuff goes down
- service(Request, Response) - Method in interface org.apache.coyote.Adapter
-
Call the service method, and notify all listeners
- service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jasper.runtime.HttpJspBase
-
Entry point into service.
- service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.jasper.servlet.JspServlet
-
- service(HttpServletRequest, HttpServletResponse, boolean) - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- SERVICE_INTERFACE - Static variable in class org.apache.naming.ServiceRef
-
Service Classname address type.
- SERVICE_LOCAL_PART - Static variable in class org.apache.naming.ServiceRef
-
- SERVICE_METHOD_NAME - Static variable in class org.apache.jasper.Constants
-
_jspService is the name of the method that is called by
HttpJspBase.service().
- SERVICE_NAMESPACE - Static variable in class org.apache.naming.ServiceRef
-
ServiceQname address type.
- serviceChannel(SelectionKey) - Method in class org.apache.catalina.tribes.transport.nio.NioReplicationTask
-
Called to initiate a unit of work by this worker thread
on the provided SelectionKey object.
- serviced - Variable in class org.apache.catalina.startup.HostConfig
-
List of applications which are being serviced, and shouldn't be
deployed/undeployed/redeployed at the moment.
- SERVICEENDPOINTINTERFACE - Static variable in class org.apache.naming.ServiceRef
-
port-component-ref/service-endpoint-interface address type.
- ServiceMBean - Class in org.apache.catalina.mbeans
-
- ServiceMBean() - Constructor for class org.apache.catalina.mbeans.ServiceMBean
-
- ServiceProxy - Class in org.apache.naming.factory.webservices
-
Object proxy for Web Services.
- ServiceProxy(Service) - Constructor for class org.apache.naming.factory.webservices.ServiceProxy
-
Constructs a new ServiceProxy wrapping given Service instance.
- ServiceRef - Class in org.apache.naming
-
Represents a reference web service.
- ServiceRef(String, String, String[], String, String) - Constructor for class org.apache.naming.ServiceRef
-
- ServiceRef(String, String, String[], String, String, String, String) - Constructor for class org.apache.naming.ServiceRef
-
- ServiceRefFactory - Class in org.apache.naming.factory.webservices
-
Object factory for Web Services.
- ServiceRefFactory() - Constructor for class org.apache.naming.factory.webservices.ServiceRefFactory
-
- serviceSocket(Socket, ObjectReader) - Method in class org.apache.catalina.tribes.transport.bio.BioReplicationTask
-
- serviceStartTime - Variable in class org.apache.catalina.tribes.membership.MemberImpl
-
For the local member only
- SERVLET_API_PUBLIC_IDS - Static variable in class org.apache.tomcat.util.descriptor.DigesterFactory
-
Mapping of well-known public IDs used by the Servlet API to the matching
local resource.
- SERVLET_API_SYSTEM_IDS - Static variable in class org.apache.tomcat.util.descriptor.DigesterFactory
-
Mapping of well-known system IDs used by the Servlet API to the matching
local resource.
- SERVLET_CLASSPATH - Static variable in class org.apache.jasper.Constants
-
ServletContext attribute for classpath.
- SERVLET_CONTEXT_ATTRIBUTE_NAME - Static variable in class org.apache.jasper.compiler.TldCache
-
- servletClass - Variable in class org.apache.catalina.core.StandardWrapper
-
The fully qualified servlet class name for this servlet.
- servletContext - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
-
- 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
-
- ServletFileUpload - Class in org.apache.tomcat.util.http.fileupload.servlet
-
High level API for processing file uploads.
- ServletFileUpload() - Constructor for class org.apache.tomcat.util.http.fileupload.servlet.ServletFileUpload
-
Constructs an uninitialised instance of this class.
- ServletFileUpload(FileItemFactory) - Constructor for class org.apache.tomcat.util.http.fileupload.servlet.ServletFileUpload
-
Constructs an instance of this class which uses the supplied factory to
create FileItem
instances.
- servletout - Variable in class org.apache.jasper.JspC
-
- servletOutputStream - Variable in class org.apache.catalina.ssi.ResponseIncludeWrapper
-
- 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
-
- servletSecurityAnnotationScan() - Method in class org.apache.catalina.core.StandardWrapper
-
This method is no longer used.
- servletSecurityAnnotationScan() - Method in interface org.apache.catalina.Wrapper
-
Deprecated.
This will be removed in Tomcat 9.
- ServletWriter - Class in org.apache.jasper.compiler
-
This is what is used to generate servlets.
- ServletWriter(PrintWriter) - Constructor for class org.apache.jasper.compiler.ServletWriter
-
- servname - Variable in class org.apache.tomcat.jni.Sockaddr
-
Either a string of the port number or the service name for the port
- SESS_PASSWORD_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
-
The notes key for the password used to authenticate this user.
- SESS_USERNAME_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
-
The notes key for the username used to authenticate this user.
- session - Variable in class org.apache.catalina.connector.Request
-
The currently active session for this request.
- Session - Interface in org.apache.catalina
-
A Session is the Catalina-internal facade for an
HttpSession
that is used to maintain state information
between requests for a particular user of a web application.
- session - Variable in class org.apache.tomcat.websocket.pojo.PojoMessageHandlerBase
-
- SESSION_ACTIVATED_EVENT - Static variable in interface org.apache.catalina.Session
-
The SessionEvent event type when a session is activated.
- SESSION_CREATED_EVENT - Static variable in interface org.apache.catalina.Session
-
The SessionEvent event type when a session is created.
- SESSION_DESTROYED_EVENT - Static variable in interface org.apache.catalina.Session
-
The SessionEvent event type when a session is destroyed.
- SESSION_ID_KEY - Static variable in interface org.apache.tomcat.util.net.SSLSupport
-
The Request attribute key for the session id.
- SESSION_ID_LENGTH_UNSET - Static variable in class org.apache.catalina.session.ManagerBase
-
- SESSION_MGR - Static variable in interface org.apache.tomcat.util.net.SSLSupport
-
The request attribute key for the session manager.
- SESSION_PARAMETER_NAME - Static variable in class org.apache.jasper.Constants
-
The name of the path parameter used to pass the session identifier
back and forth with the client.
- SESSION_PASSIVATED_EVENT - Static variable in interface org.apache.catalina.Session
-
The SessionEvent event type when a session is passivated.
- sessionAppCol - Variable in class org.apache.catalina.session.JDBCStore
-
Column to use for /Engine/Host/Context name
- SessionConfig - Class in org.apache.catalina.util
-
- 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
-
- sessionConfig - Variable in class org.apache.tomcat.util.descriptor.web.WebRuleSet
-
The SetSessionConfig
rule used to parse the web.xml
- sessionContext - Static variable in class org.apache.catalina.session.StandardSession
-
Deprecated.
- sessionCounter - Variable in class org.apache.catalina.session.ManagerBase
-
- sessionCreated(HttpSessionEvent) - Method in class org.apache.catalina.valves.CometConnectionManagerValve
-
- sessionCreated(HttpSessionEvent) - Method in class org.apache.tomcat.websocket.server.WsSessionListener
-
- sessionCreationTiming - Variable in class org.apache.catalina.session.ManagerBase
-
- sessionDataCol - Variable in class org.apache.catalina.session.JDBCStore
-
Data column to use.
- sessionDestroyed(String, Session) - Method in class org.apache.catalina.authenticator.SingleSignOn
-
Process a session destroyed event by removing references to that session
from the caches and - if the session destruction is the result of a
logout - destroy the associated SSO session.
- sessionDestroyed(HttpSessionEvent) - Method in class org.apache.catalina.valves.CometConnectionManagerValve
-
- sessionDestroyed(HttpSessionEvent) - Method in class org.apache.tomcat.websocket.server.WsSessionListener
-
- sessionEvent(SessionEvent) - Method in class org.apache.catalina.authenticator.SingleSignOnListener
-
- SessionEvent - Class in org.apache.catalina
-
General event for notifying listeners of significant changes on a Session.
- SessionEvent(Session, String, Object) - Constructor for class org.apache.catalina.SessionEvent
-
Construct a new SessionEvent with the specified parameters.
- sessionEvent(SessionEvent) - Method in interface org.apache.catalina.SessionListener
-
Acknowledge the occurrence of the specified event.
- sessionExpirationTiming - Variable in class org.apache.catalina.session.ManagerBase
-
- sessionExpired(String) - Method in class org.apache.catalina.ha.session.DeltaManager
-
send session expired to other cluster nodes
- sessionIdAttribute - Variable in class org.apache.catalina.ha.session.JvmRouteBinderValve
-
- sessionIdCol - Variable in class org.apache.catalina.session.JDBCStore
-
Id column to use.
- sessionIdGenerator - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
-
- sessionIdGenerator - Variable in class org.apache.catalina.session.ManagerBase
-
- SessionIdGenerator - Interface in org.apache.catalina
-
- SessionIdGeneratorBase - Class in org.apache.catalina.util
-
- SessionIdGeneratorBase() - Constructor for class org.apache.catalina.util.SessionIdGeneratorBase
-
- sessionIdGeneratorClass - Variable in class org.apache.catalina.session.ManagerBase
-
- sessionIdLength - Variable in class org.apache.catalina.session.ManagerBase
-
The session id length of Sessions created by this Manager.
- SessionInitializerFilter - Class in org.apache.catalina.filters
-
- SessionInitializerFilter() - Constructor for class org.apache.catalina.filters.SessionInitializerFilter
-
- sessionKeys - Variable in class org.apache.catalina.authenticator.SingleSignOnEntry
-
- sessionLastAccessedCol - Variable in class org.apache.catalina.session.JDBCStore
-
Last Accessed column to use.
- SessionListener - Interface in org.apache.catalina
-
Interface defining a listener for significant Session generated events.
- sessionMaxAliveTime - Variable in class org.apache.catalina.session.ManagerBase
-
The longest time (in seconds) that an expired session had been alive.
- sessionMaxInactiveCol - Variable in class org.apache.catalina.session.JDBCStore
-
Max Inactive column to use.
- SessionMessage - Interface in org.apache.catalina.ha.session
-
Class Description:
The SessionMessage class is a class that is used when a session has been
created, modified, expired in a Tomcat cluster node.
- SessionMessageImpl - Class in org.apache.catalina.ha.session
-
Session cluster message
- SessionMessageImpl(String, int, byte[], String, String) - Constructor for class org.apache.catalina.ha.session.SessionMessageImpl
-
Creates a session message.
- sessions(ContextName, int, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
-
Display session information and invoke list.
- sessions(PrintWriter, ContextName, int, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
-
Session information for the web application at the specified context path.
- sessions - Variable in class org.apache.catalina.session.ManagerBase
-
The set of currently active Sessions for this Manager, keyed by
session identifier.
- SessionsTask - Class in org.apache.catalina.ant
-
Ant task that implements the /sessions
command
supported by the Tomcat manager application.
- SessionsTask() - Constructor for class org.apache.catalina.ant.SessionsTask
-
- sessionTable - Variable in class org.apache.catalina.session.JDBCStore
-
Table to use.
- SessionUtils - Class in org.apache.catalina.manager.util
-
Utility methods on HttpSessions...
- sessionValidCol - Variable in class org.apache.catalina.session.JDBCStore
-
Is Valid
column to use.
- set() - Static method in class org.apache.coyote.ContainerThreadMarker
-
- Set - Class in org.apache.jasper.tagplugins.jstl.core
-
- Set() - Constructor for class org.apache.jasper.tagplugins.jstl.core.Set
-
- SET_PROPERTY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- setAbandonedConfig(AbandonedConfig) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
-
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
-
Connections that have been abandoned (timed out) wont get closed and reported up unless the number of connections in use are
above the percentage defined by abandonWhenPercentageFull.
- setAbandonWhenPercentageFull(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setAbandonWhenPercentageFull(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Connections that have been abandoned (timed out) wont get closed and reported up unless the number of connections in use are
above the percentage defined by abandonWhenPercentageFull.
- setAbandonWhenPercentageFull(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Connections that have been abandoned (timed out) wont get closed and reported up unless the number of connections in use are
above the percentage defined by abandonWhenPercentageFull.
- setAcceptorThreadCount(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setAcceptorThreadPriority(int) - Method in class org.apache.coyote.http11.Http11Nio2Protocol
-
- setAcceptorThreadPriority(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
-
- setAcceptorThreadPriority(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setAccessCount(int) - Method in class org.apache.catalina.ha.session.DeltaSession
-
- setAccessTimeout(long) - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
-
- setAccessTimeout(long) - Method in class org.apache.catalina.ha.session.BackupManager
-
- setAccessTimeout(long) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- setAccessToUnderlyingConnectionAllowed(boolean) - Method in class org.apache.tomcat.dbcp.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
-
No-op
- setAccessToUnderlyingConnectionAllowed(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setAccessToUnderlyingConnectionAllowed(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
No-op
- setAccessToUnderlyingConnectionAllowed(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
No-op
- setActualProxy(Object) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
-
- setAdapter(Adapter) - Method in class org.apache.coyote.AbstractProcessor
-
Set the associated adapter.
- setAdapter(Adapter) - Method in class org.apache.coyote.AbstractProtocol
-
- setAdapter(Adapter) - Method in interface org.apache.coyote.ProtocolHandler
-
The adapter, used to call the connector.
- setAdCompat(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
-
How do we handle PartialResultExceptions?
- setAddConnectorPort(boolean) - Method in class org.apache.catalina.valves.RequestFilterValve
-
Set the flag deciding whether we add the server connector port to the
property compared in the filtering method.
- setAddress(String) - Method in class org.apache.catalina.core.StandardServer
-
Set the address on which we listen to for shutdown commands.
- setAddress(Member) - Method in interface org.apache.catalina.ha.ClusterMessage
-
- setAddress(Member) - Method in class org.apache.catalina.ha.ClusterMessageBase
-
setAddress
- setAddress(Member) - Method in class org.apache.catalina.ha.deploy.UndeployMessage
-
- setAddress(String) - Method in interface org.apache.catalina.Server
-
Set the address on which we listen to for shutdown commands.
- setAddress(Member) - Method in interface org.apache.catalina.tribes.ChannelMessage
-
Sets the source or reply-to address of this message
- setAddress(Member) - Method in class org.apache.catalina.tribes.io.ChannelData
-
Sets the source or reply-to address
- setAddress(String) - Method in class org.apache.catalina.tribes.membership.McastService
-
- setAddress(InetAddress) - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- setAddress(String) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- setAddress(InetAddress) - Method in class org.apache.coyote.AbstractProtocol
-
- setAddress(InetAddress) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setAddWaitTimeout(long) - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
-
Deprecated.
Set add wait timeout (default 10000 msec)
- setAddWaitTimeout(long) - Method in class org.apache.catalina.tribes.transport.bio.util.SingleRemoveSynchronizedAddLock
-
Deprecated.
Set value of addWaitTimeout
- 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.AbstractAjpProcessor
-
- setAjpFlush(boolean) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
-
- 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
-
- setAlgorithm(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- setAlgorithm(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- 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.RequestFilterValve
-
Set the regular expression used to test for allowed requests for this
Valve, if any.
- setAllowCasualMultipartParsing(boolean) - Method in interface org.apache.catalina.Context
-
Set to true
to allow requests mapped to servlets that
do not explicitly declare @MultipartConfig or have
<multipart-config> specified in web.xml to parse
multipart/form-data requests.
- setAllowCasualMultipartParsing(boolean) - Method in class org.apache.catalina.core.StandardContext
-
Set to true
to allow requests mapped to servlets that
do not explicitly declare @MultipartConfig or have
<multipart-config> specified in web.xml to parse
multipart/form-data requests.
- setAllowCasualMultipartParsing(boolean) - Method in class org.apache.catalina.startup.FailedContext
-
- setAllowedTrailerHeaders(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- setAllowEqualsInValue(boolean) - Method in class org.apache.tomcat.util.http.LegacyCookieProcessor
-
- setAllowHostHeaderMismatch(boolean) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
Will Tomcat accept an HTTP 1.1 request where the host header does not
agree with the host specified (if any) in the request line?
- setAllowHostHeaderMismatch(boolean) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
Will Tomcat accept an HTTP 1.1 request where the host header does not
agree with the host specified (if any) in the request line?
- setAllowHttpSepsInV0(boolean) - Method in class org.apache.tomcat.util.http.LegacyCookieProcessor
-
- setAllowLinking(boolean) - Method in interface org.apache.catalina.WebResourceRoot
-
Configure if this resources allow the use of symbolic links.
- setAllowLinking(boolean) - Method in class org.apache.catalina.webresources.StandardRoot
-
- setAllowMultipleLeadingForwardSlashInPath(boolean) - Method in interface org.apache.catalina.Context
-
- setAllowMultipleLeadingForwardSlashInPath(boolean) - Method in class org.apache.catalina.core.StandardContext
-
- setAllowMultipleLeadingForwardSlashInPath(boolean) - Method in class org.apache.catalina.startup.FailedContext
-
- setAllowNameOnly(boolean) - Method in class org.apache.tomcat.util.http.LegacyCookieProcessor
-
- setAllowTrace(boolean) - Method in class org.apache.catalina.connector.Connector
-
Set the allowTrace flag, to disable or enable the TRACE HTTP method.
- setAllowUnsafeLegacyRenegotiation(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- setAllowUnsafeLegacyRenegotiation(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- SetAllPropertiesRule - Class in org.apache.catalina.startup
-
Rule that uses the introspection utils to set properties.
- SetAllPropertiesRule() - Constructor for class org.apache.catalina.startup.SetAllPropertiesRule
-
- SetAllPropertiesRule(String[]) - Constructor for class org.apache.catalina.startup.SetAllPropertiesRule
-
- setAllRolesMode(String) - Method in class org.apache.catalina.realm.RealmBase
-
Set the all roles mode.
- setAltDDName(String) - Method in interface org.apache.catalina.Context
-
Set an alternate Deployment Descriptor name.
- setAltDDName(String) - Method in class org.apache.catalina.core.StandardContext
-
Set an alternate Deployment Descriptor name.
- setAltDDName(String) - Method in class org.apache.catalina.startup.FailedContext
-
- setAlternateURL(String) - Method in class org.apache.catalina.realm.JNDIRealm
-
Setter for property alternateURL.
- setAlternateUsernameAllowed(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
- setAlternateUsernameAllowed(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setAlternateUsernameAllowed(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
- setAlternateUsernameAllowed(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
- setAlwaysAddExpires(boolean) - Method in class org.apache.tomcat.util.http.LegacyCookieProcessor
-
- 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
-
- setAlwaysUseSession(boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
- setAndGetCurrentSize(long) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
-
- setAntiClickJackingEnabled(boolean) - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
-
- setAntiClickJackingOption(String) - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
-
- setAntiClickJackingUri(String) - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
-
- setAntiResourceLocking(boolean) - Method in class org.apache.catalina.core.StandardContext
-
Set the antiResourceLocking feature for this Context.
- setAppBase(String) - Method in class org.apache.catalina.core.StandardHost
-
Set the application root for this Host.
- setAppBase(String) - Method in interface org.apache.catalina.Host
-
Set the application root for this Host.
- setAppCommitted(boolean) - Method in class org.apache.catalina.connector.Response
-
Set the application commit flag.
- setAppContextProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- setAppend(boolean) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
-
If true, append output to existing file.
- setApplicationEventListeners(Object[]) - Method in interface org.apache.catalina.Context
-
Store the set of initialized application event listener objects,
in the order they were specified in the web application deployment
descriptor, for this application.
- setApplicationEventListeners(Object[]) - Method in class org.apache.catalina.core.StandardContext
-
Store the set of initialized application event listener objects,
in the order they were specified in the web application deployment
descriptor, for this application.
- setApplicationEventListeners(Object[]) - Method in class org.apache.catalina.startup.FailedContext
-
- setApplicationLifecycleListeners(Object[]) - Method in interface org.apache.catalina.Context
-
Store the set of initialized application lifecycle listener objects,
in the order they were specified in the web application deployment
descriptor, for this application.
- setApplicationLifecycleListeners(Object[]) - Method in class org.apache.catalina.core.StandardContext
-
Store the set of initialized application lifecycle listener objects,
in the order they were specified in the web application deployment
descriptor, for this application.
- setApplicationLifecycleListeners(Object[]) - Method in class org.apache.catalina.startup.FailedContext
-
- setApplicationName(String) - Method in class org.apache.tomcat.buildutil.SignCode
-
- setApplicationVersion(String) - Method in class org.apache.tomcat.buildutil.SignCode
-
- setApplyJava8u40Fix(boolean) - Method in class org.apache.catalina.authenticator.SpnegoAuthenticator
-
- setAppName(String) - Method in class org.apache.catalina.realm.JAASRealm
-
Set the JAAS LoginContext
app name.
- setAppReadBufSize(int) - Method in class org.apache.tomcat.util.net.SocketProperties
-
- setAppWriteBufSize(int) - Method in class org.apache.tomcat.util.net.SocketProperties
-
- setArgs(List<Arg>) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
-
- setArgs(List<Arg>) - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
-
- setArgs(String[]) - Method in class org.apache.jasper.JspC
-
Apply command-line arguments.
- setArray(int, Array) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
-
- 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
-
- setAsciiStream(String, InputStream) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- 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(int, InputStream) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
-
- setAsync(boolean) - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- 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
-
- 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
-
- 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
-
- setAsyncSupported(String) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- setAsyncTimeout(long) - Method in class org.apache.catalina.connector.Connector
-
Set the default timeout for async requests.
- setAsyncTimeout(AbstractEndpoint<S>.AsyncTimeout) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setAttempt(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- setAttribute(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
-
- setAttribute(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorGetTask
-
- setAttribute(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
-
- setAttribute(String) - Method in class org.apache.catalina.ant.JMXGetTask
-
Set method for the attribute name
- setAttribute(String) - Method in class org.apache.catalina.ant.JMXSetTask
-
Set method for the attribute name
- setAttribute(String, Object) - Method in class org.apache.catalina.connector.Connector
-
Set a configured property.
- setAttribute(String, Object) - Method in class org.apache.catalina.connector.Request
-
Set the specified request attribute to the specified value.
- setAttribute(String, Object) - Method in class org.apache.catalina.connector.RequestFacade
-
- setAttribute(String, Object) - Method in class org.apache.catalina.core.ApplicationContext
-
Bind the specified value with the specified context attribute name,
replacing any existing value for that name.
- setAttribute(String, Object) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- setAttribute(String, Object) - Method in class org.apache.catalina.ha.context.ReplicatedContext.ReplApplContext
-
- setAttribute(String, Object) - Method in class org.apache.catalina.ha.session.DeltaRequest
-
- setAttribute(String, Object) - Method in class org.apache.catalina.ha.session.DeltaSession
-
Bind an object to this session, using the specified name.
- setAttribute(String, Object, boolean, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
-
- setAttribute(PrintWriter, String, String, String) - Method in class org.apache.catalina.manager.JMXProxyServlet
-
- setAttribute(Attribute) - Method in class org.apache.catalina.mbeans.ConnectorMBean
-
Set the value of a specific attribute of this MBean.
- setAttribute(Attribute) - Method in class org.apache.catalina.mbeans.ContextEnvironmentMBean
-
Set the value of a specific attribute of this MBean.
- setAttribute(Attribute) - Method in class org.apache.catalina.mbeans.ContextResourceLinkMBean
-
Set the value of a specific attribute of this MBean.
- setAttribute(Attribute) - Method in class org.apache.catalina.mbeans.ContextResourceMBean
-
Set the value of a specific attribute of this MBean.
- setAttribute(String, Object) - Method in class org.apache.catalina.session.StandardSession
-
Bind an object to this session, using the specified name.
- setAttribute(String, Object, boolean) - Method in class org.apache.catalina.session.StandardSession
-
Bind an object to this session, using the specified name.
- setAttribute(String, Object) - Method in class org.apache.catalina.session.StandardSessionFacade
-
- setAttribute(String, Object) - Method in class org.apache.coyote.Request
-
- setAttribute(String, Object) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- setAttribute(String, Object, int) - Method in class org.apache.jasper.runtime.JspContextWrapper
-
- setAttribute(String, Object) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- setAttribute(String, Object, int) - Method in class org.apache.jasper.runtime.PageContextImpl
-
- setAttribute(String, Object) - Method in class org.apache.jasper.servlet.JspCServletContext
-
Set or replace the specified context attribute.
- setAttribute(int, String, String, String, String, String) - Method in class org.apache.jasper.util.UniqueAttributesImpl
-
- setAttribute(Attribute) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
Set the value of a specific attribute of this MBean.
- setAttribute(String, Object) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
Generic property setter called when a property for which a specific
setter already exists within the
ProtocolHandler
needs to be made available to
sub-components.
- setAttributebinding(boolean) - Method in class org.apache.catalina.ant.jmx.JMXAccessorQueryTask
-
- setAttributeMap(Map<String, Object>) - Method in class org.apache.catalina.ha.context.ReplicatedContext.ReplApplContext
-
- setAttributes(boolean) - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- setAttributes(Attributes) - Method in class org.apache.jasper.util.UniqueAttributesImpl
-
- setAttributes(AttributeList) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
Set the values of several attributes of this MBean.
- setAuth(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextResource
-
- 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.
- setAuthentication(String) - Method in class org.apache.catalina.realm.JNDIRealm
-
Set the type of authentication to use.
- setAuthMethod(String) - Method in class org.apache.tomcat.util.descriptor.web.LoginConfig
-
- setAuthType(String) - Method in class org.apache.catalina.connector.Request
-
Set the authentication type used for this request, if any; otherwise
set the type to null
.
- setAuthType(String) - Method in class org.apache.catalina.ha.session.DeltaRequest
-
- setAuthType(String) - Method in class org.apache.catalina.ha.session.DeltaSession
-
Set the authentication type used to authenticate our cached
Principal, if any.
- setAuthType(String, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
-
- setAuthType(String) - Method in class org.apache.catalina.manager.DummyProxySession
-
- setAuthType(String) - Method in interface org.apache.catalina.Session
-
Set the authentication type used to authenticate our cached
Principal, if any.
- setAuthType(String) - Method in class org.apache.catalina.session.StandardSession
-
Set the authentication type used to authenticate our cached
Principal, if any.
- setAutoBind(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- setAutoCommit(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
-
- setAutoCommit(boolean) - Method in interface org.apache.tomcat.dbcp.dbcp2.PoolableConnectionMXBean
-
- setAutoDeploy(boolean) - Method in class org.apache.catalina.core.StandardHost
-
Set the auto deploy flag value for this host.
- setAutoDeploy(boolean) - Method in interface org.apache.catalina.Host
-
Set the auto deploy flag value for this host.
- setAvailable(long) - Method in class org.apache.catalina.core.StandardWrapper
-
Set the available date/time for this servlet, in milliseconds since the
epoch.
- setAvailable(long) - Method in interface org.apache.catalina.Wrapper
-
Set the available date/time for this servlet, in milliseconds since the
epoch.
- setAvailable(int) - Method in class org.apache.coyote.Request
-
- setAwait(boolean) - Method in class org.apache.catalina.startup.Bootstrap
-
Set flag.
- setAwait(boolean) - Method in class org.apache.catalina.startup.Catalina
-
- setAWTThreadProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- setBackgroundProcessorDelay(int) - Method in interface org.apache.catalina.Container
-
Set the delay between the invocation of the execute method on this
container and its children.
- setBackgroundProcessorDelay(int) - Method in class org.apache.catalina.core.ContainerBase
-
Set the delay between the invocation of the execute method on this
container and its children.
- setBackgroundProcessorDelay(int) - Method in class org.apache.catalina.startup.FailedContext
-
- setBacklog(int) - Method in class org.apache.coyote.AbstractProtocol
-
- setBacklog(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setBackup(boolean) - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- setBackup(boolean) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
-
- setBackupNodes(Member[]) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
-
- setBase(String) - Method in class org.apache.catalina.webresources.AbstractResourceSet
-
- setBaseDir(String) - Method in class org.apache.catalina.startup.Tomcat
-
Tomcat needs a directory for temp files.
- setBasename(String) - Method in class org.apache.catalina.storeconfig.StoreFileMover
-
- setBaseUrl(URL) - Method in class org.apache.catalina.webresources.AbstractArchiveResourceSet
-
- setBasic(Valve) - Method in class org.apache.catalina.core.StandardPipeline
-
Set the Valve instance that has been distinguished as the basic
Valve for this Pipeline (if any).
- setBasic(Valve) - Method in interface org.apache.catalina.Pipeline
-
Set the Valve instance that has been distinguished as the basic
Valve for this Pipeline (if any).
- setBatchingAllowed(boolean) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointBase
-
- setBatchingAllowed(boolean) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
-
- setBean(String) - Method in class org.apache.catalina.ant.JMXGetTask
-
Set method for the bean name
- setBean(String) - Method in class org.apache.catalina.ant.JMXSetTask
-
Set method for the bean name
- setBigDecimal(String, BigDecimal) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- setBigDecimal(int, BigDecimal) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
-
- 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
-
- setBinaryStream(String, InputStream) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- 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(int, InputStream) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
-
- setBind(String) - Method in class org.apache.catalina.tribes.membership.McastService
-
- setBind(InetAddress) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- setBindOnInit(boolean) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setBIO(long, long, int) - Static method in class org.apache.tomcat.jni.SSLContext
-
Associate BIOCallback for input or output data capture.
- setBlob(String, InputStream, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- setBlob(String, Blob) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- setBlob(String, InputStream) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- setBlob(int, Blob) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
-
- setBlob(int, InputStream, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
-
- setBlob(int, InputStream) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
-
- setBlock(boolean) - Method in class org.apache.catalina.valves.SemaphoreValve
-
- setBlockContentTypeSniffingEnabled(boolean) - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
-
- setBlockExternal(boolean) - Method in class org.apache.jasper.JspC
-
- setBlockingStatus(boolean) - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- 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
-
Set the value for the blockWhenExhausted
configuration attribute
for pools created with this configuration instance.
- setBody(ByteChunk) - Method in class org.apache.catalina.authenticator.SavedRequest
-
- setBodyContent(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- setBoolean(String, boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- setBoolean(int, boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
-
- setBoundary(byte[]) - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
-
Changes the boundary token used for partitioning the stream.
- setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
-
- setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
-
Set the next buffer in the filter pipeline.
- setBuffer(OutputBuffer) - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
-
Set the next buffer in the filter pipeline.
- setBuffer(OutputBuffer) - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
-
Set the next buffer in the filter pipeline.
- setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
-
Set the next buffer in the filter pipeline.
- setBuffer(OutputBuffer) - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
-
Set the next buffer in the filter pipeline.
- setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
-
Set the next buffer in the filter pipeline (has no effect).
- setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.VoidInputFilter
-
Set the next buffer in the filter pipeline.
- setBuffer(OutputBuffer) - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
-
Set the next buffer in the filter pipeline.
- setBuffer(InputBuffer) - Method in interface org.apache.coyote.http11.InputFilter
-
Set the next buffer in the filter pipeline.
- setBuffer(OutputBuffer) - Method in interface org.apache.coyote.http11.OutputFilter
-
Set the next buffer in the filter pipeline.
- setBuffer(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- setBuffered(boolean) - Method in class org.apache.catalina.valves.AccessLogValve
-
Set the value if the logging should be buffered
- setBufferedWriteSize(int) - Method in class org.apache.coyote.http11.AbstractOutputBuffer
-
- setBufferPool(int) - Method in class org.apache.tomcat.util.net.SocketProperties
-
- setBufferPoolSize(int) - Method in class org.apache.tomcat.util.net.SocketProperties
-
- setBufferSize(int) - Method in class org.apache.catalina.connector.OutputBuffer
-
- setBufferSize(int) - Method in class org.apache.catalina.connector.Response
-
Set the buffer size to be used for this Response.
- setBufferSize(int) - Method in class org.apache.catalina.connector.ResponseFacade
-
- setBufHandler(SecureNio2Channel.ApplicationBufferHandler) - Method in class org.apache.tomcat.util.net.SecureNio2Channel
-
- setBufHandler(SecureNioChannel.ApplicationBufferHandler) - Method in class org.apache.tomcat.util.net.SecureNioChannel
-
- setByte(String, byte) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- setByte(int, byte) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
-
- setByteEnabled(boolean) - Method in class org.apache.tomcat.util.buf.StringCache
-
- setByteInputChannel(ByteChunk.ByteInputChannel) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
When the buffer is empty, read the data from the input channel.
- setByteOutputChannel(ByteChunk.ByteOutputChannel) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
When the buffer is full, write the data to the output channel.
- setBytes(String, byte[]) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- setBytes(int, byte[]) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
-
- setBytes(byte[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
Sets the buffer to the specified subarray of bytes.
- setBytes(byte[], int, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Sets the content to the specified subarray of bytes.
- setBytesField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Sets the name of the field containing the number of bytes returned.
- setBytesReceived(long) - Method in class org.apache.coyote.RequestGroupInfo
-
- setBytesReceived(long) - Method in class org.apache.coyote.RequestInfo
-
- setBytesSent(long) - Method in class org.apache.coyote.RequestGroupInfo
-
- setBytesSent(long) - Method in class org.apache.coyote.RequestInfo
-
- setCACertificate(long, String, String) - Static method in class org.apache.tomcat.jni.SSLContext
-
Set File and Directory of concatenated PEM-encoded CA Certificates
for Client Auth
This directive sets the all-in-one file where you can assemble the
Certificates of Certification Authorities (CA) whose clients you deal with.
- setCache(boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Set the cache authenticated Principals flag.
- setCacheKey(StatementCache.CacheKey) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache.CachedStatement
-
- 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
-
- 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 the state caching flag.
- setCacheState(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
-
- setCacheState(boolean) - Method in interface org.apache.tomcat.dbcp.dbcp2.PoolableConnectionMXBean
-
- 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
-
- setCallback(ListenCallback) - Method in class org.apache.catalina.tribes.transport.AbstractRxTask
-
- setCancelled(boolean) - Method in class org.apache.catalina.tribes.io.ObjectReader
-
- setCARevocation(long, String, String) - Static method in class org.apache.tomcat.jni.SSLContext
-
Set File of concatenated PEM-encoded CA CRLs or
directory of PEM-encoded CA Certificates for Client Auth
This directive sets the all-in-one file where you can assemble the
Certificate Revocation Lists (CRL) of Certification Authorities (CA)
whose clients you deal with.
- setCatalina(Catalina) - Method in class org.apache.catalina.core.StandardServer
-
Set the outer Catalina startup/shutdown component if present.
- setCatalina(Catalina) - Method in interface org.apache.catalina.Server
-
Set the outer Catalina startup/shutdown component if present.
- setCatalinaBase(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.
- 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
-
- setChangeLocalPort(boolean) - Method in class org.apache.catalina.filters.RemoteIpFilter
-
- setChangeLocalPort(boolean) - Method in class org.apache.catalina.valves.RemoteIpValve
-
- setChangeSessionIdOnAuthentication(boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Set the value of the flag that states if we should change the session ID
of an existing session upon successful authentication.
- setChannel(Channel) - Method in interface org.apache.catalina.ha.CatalinaCluster
-
- setChannel(Channel) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
- setChannel(Channel) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
-
Set the channel that is related to this interceptor
- setChannel(Channel) - Method in class org.apache.catalina.tribes.group.RpcChannel
-
- setChannel(Channel) - Method in class org.apache.catalina.tribes.membership.McastService
-
- setChannel(Channel) - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
-
- setChannel(Channel) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- setChannel(Channel) - Method in class org.apache.catalina.tribes.transport.ReplicationTransmitter
-
- setChannelReceiver(ChannelReceiver) - Method in class org.apache.catalina.tribes.group.GroupChannel
-
Sets the channel receiver component
- setChannelReceiver(ChannelReceiver) - Method in interface org.apache.catalina.tribes.ManagedChannel
-
Sets the channel receiver
- setChannelSender(ChannelSender) - Method in class org.apache.catalina.tribes.group.GroupChannel
-
Sets the channel sender component
- setChannelSender(ChannelSender) - Method in interface org.apache.catalina.tribes.ManagedChannel
-
Sets the channel sender
- setChannelSendOptions(int) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
- setChannelSendOptions(int) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- setChannelStartOptions(int) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
- setCharacterEncoding(String) - Method in 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
-
Overrides the name of the character encoding used in the body of
this request.
- setCharacterEncoding(String) - Method in class org.apache.catalina.connector.RequestFacade
-
- setCharacterEncoding(String) - Method in class org.apache.catalina.connector.Response
-
- 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.Request
-
- setCharacterEncoding(String) - Method in class org.apache.coyote.Response
-
- SetCharacterEncodingFilter - Class in org.apache.catalina.filters
-
Example filter that sets the character encoding to be used in parsing the
incoming request, either unconditionally or only if the client did not
specify a character encoding.
- SetCharacterEncodingFilter() - Constructor for class org.apache.catalina.filters.SetCharacterEncodingFilter
-
- setCharacterStream(String, Reader, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- setCharacterStream(String, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- setCharacterStream(String, Reader) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- 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(int, Reader) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
-
- setCharEnabled(boolean) - Method in class org.apache.tomcat.util.buf.StringCache
-
- setCharEncoding(String) - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- setCharInputChannel(CharChunk.CharInputChannel) - Method in class org.apache.tomcat.util.buf.CharChunk
-
When the buffer is empty, read the data from the input channel.
- setCharOutputChannel(CharChunk.CharOutputChannel) - Method in class org.apache.tomcat.util.buf.CharChunk
-
When the buffer is full, write the data to the output channel.
- setChars(char[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
-
Sets the buffer to the specified subarray of characters.
- setChars(char[], int, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Sets the content to be a char[]
- setCharset(String) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
-
- setCharset(String) - Method in class org.apache.catalina.authenticator.BasicAuthenticator
-
- setCharset(Charset) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- setCharset(Charset) - Method in class org.apache.tomcat.util.buf.MessageBytes
-
Set the Charset used for string<->byte conversions.
- setCharsetMapper(CharsetMapper) - Method in 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.
- 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.
- setChildren(boolean) - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- setCiphers(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- setCiphers(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setCipherSuite(long, String) - Static method in class org.apache.tomcat.jni.SSLContext
-
Cipher Suite available for negotiation in SSL handshake.
- setCipherSuites(String) - Method in class org.apache.catalina.realm.JNDIRealm
-
Set the allowed cipher suites when opening a connection using StartTLS.
- setClassDebugInfo(boolean) - Method in class org.apache.jasper.JspC
-
Sets the option to include debug information in compiled class.
- setClassesToInitialize(String) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- setClassLoader(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
-
- setClassLoader(ClassLoader) - Method in class org.apache.jasper.JspCompilationContext
-
- setClassLoader(ClassLoader) - Method in class org.apache.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
-
- 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.
- setClassLoaderOnly(boolean) - Method in class org.apache.catalina.webresources.AbstractResourceSet
-
- setClassLoaderOnly(boolean) - Method in class org.apache.catalina.webresources.EmptyResourceSet
-
- setClassLoaderOnly(boolean) - Method in interface org.apache.catalina.WebResourceSet
-
- setClassName(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
-
- setClassName(String) - Method in class org.apache.jasper.JspC
-
Class name of the generated file ( without package ).
- setClassName(String) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Variable
-
- setClassName(String) - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
- setClassPath(String) - Method in class org.apache.jasper.JspC
-
Sets the classpath used while compiling the servlets generated from JSP
files
- setClassPath(String) - Method in class org.apache.jasper.JspCompilationContext
-
The classpath that is passed off to the Java compiler.
- setClearReferencesHttpClientKeepAliveThread(boolean) - Method in class org.apache.catalina.core.StandardContext
-
Set the clearReferencesHttpClientKeepAliveThread feature for this
Context.
- setClearReferencesHttpClientKeepAliveThread(boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
Set the clearReferencesHttpClientKeepAliveThread feature for this
Context.
- setClearReferencesLogFactoryRelease(boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
Set the clearReferencesLogFactoryRelease feature for this Context.
- setClearReferencesObjectStreamClassCaches(boolean) - Method in class org.apache.catalina.core.StandardContext
-
- setClearReferencesObjectStreamClassCaches(boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
- setClearReferencesRmiTargets(boolean) - Method in class org.apache.catalina.core.StandardContext
-
- setClearReferencesRmiTargets(boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
- setClearReferencesStatic(boolean) - Method in class org.apache.catalina.core.StandardContext
-
Deprecated.
This option will be removed in Tomcat 8.5
- setClearReferencesStatic(boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
Deprecated.
This option will be removed in Tomcat 8.5
- setClearReferencesStopThreads(boolean) - Method in class org.apache.catalina.core.StandardContext
-
Set the clearReferencesStopThreads feature for this Context.
- setClearReferencesStopThreads(boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
Set the clearReferencesStopThreads feature for this Context.
- setClearReferencesStopTimerThreads(boolean) - Method in class org.apache.catalina.core.StandardContext
-
Set the clearReferencesStopTimerThreads feature for this Context.
- setClearReferencesStopTimerThreads(boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
Set the clearReferencesStopTimerThreads feature for this Context.
- setClientAuth(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- setClientAuth(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setClientCertProvider(String) - Method in class org.apache.coyote.AbstractProtocol
-
- setClientCertProvider(String) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
-
- setClientCertProvider(String) - Method in class org.apache.coyote.http11.Http11AprProcessor
-
- setClientInfo(String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
-
- setClientInfo(Properties) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
-
- 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
-
- setClob(String, Reader) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- setClob(int, Clob) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
-
- setClob(int, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
-
- setClob(int, Reader) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
-
- setClosedInternal(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
-
- setClosedInternal(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
-
- setCloseMethod(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextResource
-
- setCluster(Cluster) - Method in interface org.apache.catalina.Container
-
Set the Cluster with which this Container is associated.
- setCluster(Cluster) - Method in class org.apache.catalina.core.ContainerBase
-
Set the Cluster with which this Container is associated.
- setCluster(CatalinaCluster) - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
-
- setCluster(CatalinaCluster) - Method in interface org.apache.catalina.ha.ClusterDeployer
-
Associates the cluster deployer with a cluster
- setCluster(CatalinaCluster) - Method in class org.apache.catalina.ha.ClusterListener
-
- setCluster(CatalinaCluster) - Method in interface org.apache.catalina.ha.ClusterManager
-
- setCluster(CatalinaCluster) - Method in interface org.apache.catalina.ha.ClusterValve
-
Associates the cluster deployer with a cluster
- setCluster(CatalinaCluster) - Method in class org.apache.catalina.ha.session.ClusterManagerBase
-
- setCluster(CatalinaCluster) - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
-
- setCluster(CatalinaCluster) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
-
- setCluster(Cluster) - Method in class org.apache.catalina.startup.FailedContext
-
- setClusterDeployer(ClusterDeployer) - Method in interface org.apache.catalina.ha.CatalinaCluster
-
- setClusterDeployer(ClusterDeployer) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
set a new Deployer, must be set before cluster started!
- setClusterName(String) - Method in interface org.apache.catalina.Cluster
-
Set the name of the cluster to join, if no cluster with
this name is present create one.
- setClusterName(String) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
Set the name of the cluster to join, if no cluster with this name is
present create one.
- setClusterReceiver(ChannelReceiver) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
-
- setClusterSender(ChannelSender) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
-
- setCollectionUsageThreshold(String, long) - Static method in class org.apache.tomcat.util.Diagnostics
-
Set collection usage threshold in MemoryPoolMXBean
- setComet(boolean) - Method in class org.apache.catalina.connector.Request
-
Set comet state.
- setComet(boolean) - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- setCometNotify(boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
-
Deprecated.
- setCometTimeout(long) - Method in class org.apache.catalina.connector.Request
-
- setCometTimeouts(SocketWrapper<S>) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
Provides a mechanism for those connectors (currently only NIO) that need
that need to set comet timeouts.
- setCometTimeouts(SocketWrapper<Long>) - Method in class org.apache.coyote.http11.Http11AprProcessor
-
- setCometTimeouts(SocketWrapper<Nio2Channel>) - Method in class org.apache.coyote.http11.Http11Nio2Processor
-
- setCometTimeouts(SocketWrapper<NioChannel>) - Method in class org.apache.coyote.http11.Http11NioProcessor
-
- setCometTimeouts(SocketWrapper<Socket>) - Method in class org.apache.coyote.http11.Http11Processor
-
- setCommand(byte[]) - Method in interface org.apache.catalina.tribes.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
-
Set to true if you want the connection pool to commit any pending transaction when a connection is returned.
- setCommitOnReturn(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
Set to true if you want the connection pool to commit any pending transaction when a connection is returned.
- setCommitOnReturn(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Set to true if you want the connection pool to commit any pending transaction when a connection is returned.
- setCommitOnReturn(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Set to true if you want the connection pool to commit any pending transaction when a connection is returned.
- setCommitted(boolean) - Method in class org.apache.coyote.Response
-
- setCommonRole(String) - Method in class org.apache.catalina.realm.JNDIRealm
-
Set the common role
- setCompilationException(JasperException) - Method in class org.apache.jasper.servlet.JspServletWrapper
-
Sets the compilation exception for this JspServletWrapper.
- setCompile(boolean) - Method in class org.apache.jasper.JspC
-
Sets the compile flag.
- setCompiler(String) - Method in class org.apache.jasper.JspC
-
Sets the option to determine what compiler to use.
- 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
-
- setCompressableMimeType(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
Deprecated.
- setCompressableMimeTypes(String[]) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
- setCompressableMimeTypes(String) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
- setCompressableMimeTypes(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
Deprecated.
- setCompressibleMimeType(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- setCompressibleMimeTypes(String[]) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
Set compressible mime-type list (this method is best when used with
a large number of connectors, where it would be better to have all of
them referenced a single array).
- setCompressibleMimeTypes(String) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
Set compressible mime-type list
List contains users agents separated by ',' :
ie: "text/html,text/xml,text/plain"
- setCompression(String) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
Set compression level.
- setCompression(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- setCompressionMinSize(int) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
Set Minimum size to trigger compression.
- setCompressionMinSize(int) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- setConcurrency(int) - Method in class org.apache.catalina.valves.SemaphoreValve
-
- setCondition(String) - Method in class org.apache.catalina.valves.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
-
- 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
-
- setConfig(String) - Method in class org.apache.catalina.ant.DeployTask
-
- setConfig(GenericKeyedObjectPoolConfig<T>) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
-
Sets the configuration.
- setConfig(GenericObjectPoolConfig<T>) - 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
-
Set the Java class name of the context configuration class
for new web applications.
- setConfigClass(String) - Method in interface org.apache.catalina.Host
-
Set the Java class name of the context configuration class
for new web applications.
- setConfigClass(String) - Method in class org.apache.catalina.startup.UserConfig
-
Set the Context configuration class name.
- setConfigErrMsg(String) - Method in class org.apache.catalina.ssi.SSIMediator
-
- setConfigFile(URL) - Method in interface org.apache.catalina.Context
-
Set the URL of the XML descriptor for this context.
- setConfigFile(URL) - Method in class org.apache.catalina.core.StandardContext
-
- setConfigFile(String) - Method in class org.apache.catalina.realm.JAASRealm
-
Set the JAAS configuration file.
- setConfigFile(String) - Method in class org.apache.catalina.startup.Catalina
-
- setConfigFile(URL) - Method in class org.apache.catalina.startup.FailedContext
-
- setConfigSizeFmt(String) - Method in class org.apache.catalina.ssi.SSIMediator
-
- setConfigTimeFmt(String) - Method in class org.apache.catalina.ssi.SSIMediator
-
- setConfigTimeFmt(String, boolean) - Method in class org.apache.catalina.ssi.SSIMediator
-
- setConfiguration(String) - Method in class org.apache.catalina.valves.rewrite.RewriteValve
-
- setConfigured(boolean) - Method in interface org.apache.catalina.Context
-
Set the "correctly configured" flag for this Context.
- setConfigured(boolean) - Method in class org.apache.catalina.core.StandardContext
-
Set the "correctly configured" flag for this Context.
- setConfigured(boolean) - Method in class org.apache.catalina.startup.FailedContext
-
- setConnected(boolean) - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- setConnection(Object) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
-
- setConnection(PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.ProxyConnection
-
- setConnectionInitSql(Collection<String>) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
-
Sets the SQL statements I use to initialize newly created Connection
s.
- setConnectionInitSqls(Collection<String>) - 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.
- setConnectionName(String) - Method in class org.apache.catalina.realm.JDBCRealm
-
Set the username to use to connect to the database.
- setConnectionName(String) - Method in class org.apache.catalina.realm.JNDIRealm
-
Set the connection username for this Realm.
- setConnectionName(String) - Method in class org.apache.catalina.session.JDBCStore
-
Set the username to use to connect to the database.
- setConnectionName(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Set the username to use to connect to the database.
- setConnectionPassword(String) - Method in class org.apache.catalina.realm.JDBCRealm
-
Set the password to use to connect to the database.
- setConnectionPassword(String) - Method in class org.apache.catalina.realm.JNDIRealm
-
Set the connection password for this Realm.
- setConnectionPassword(String) - Method in class org.apache.catalina.session.JDBCStore
-
Set the password to use to connect to the database.
- setConnectionPassword(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Set the password to use to connect to the database.
- setConnectionPoolDataSource(ConnectionPoolDataSource) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
Sets the backend ConnectionPoolDataSource.
- setConnectionProperties(String) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Sets the connection properties passed to driver.connect(...).
- setConnectionProperties(Properties) - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Sets the connection properties passed to the JDBC driver.
- setConnectionProperties(String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
The properties that will be passed into Driver.connect(String, Properties)
method.
- setConnectionProperties(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setConnectionProperties(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
The properties that will be passed into Driver.connect(String, Properties)
method.
- setConnectionProperties(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
The properties that will be passed into Driver.connect(String, Properties)
method.
- setConnectionTimeout(String) - Method in class org.apache.catalina.realm.JNDIRealm
-
Set the connection timeout.
- setConnectionTimeout(int) - Method in class org.apache.coyote.AbstractProtocol
-
- setConnectionUploadTimeout(int) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
Set the upload timeout.
- setConnectionUploadTimeout(int) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- setConnectionURL(String) - Method in class org.apache.catalina.realm.JDBCRealm
-
Set the URL to use to connect to the database.
- setConnectionURL(String) - Method in class org.apache.catalina.realm.JNDIRealm
-
Set the connection URL for this Realm.
- setConnectionURL(String) - Method in class org.apache.catalina.session.JDBCStore
-
Set the Connection URL for this Store.
- setConnectionURL(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Sets the JDBC URL for the database where the log is stored.
- setConnector(Connector) - Method in class org.apache.catalina.connector.Request
-
Set the Connector through which this Request was received.
- setConnector(Connector) - Method in class org.apache.catalina.connector.Response
-
Set the Connector through which this Request was received.
- setConnector(Connector) - Method in class org.apache.catalina.startup.Tomcat
-
- setConnectTime(long) - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- setConnectTimeout(long) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
-
- setConstructor(Constructor<?>) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
-
- setContainer(Container) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Set the Container to which this Valve is attached.
- setContainer(Container) - Method in interface org.apache.catalina.Cluster
-
Set the Container associated with our Cluster
- setContainer(Container) - Method in interface org.apache.catalina.Contained
-
Set the Container
with which this instance is associated.
- setContainer(Container) - Method in class org.apache.catalina.core.StandardPipeline
-
Set the Container with which this Pipeline is associated.
- setContainer(Container) - Method in class org.apache.catalina.core.StandardService
-
- setContainer(Engine) - Method in class org.apache.catalina.core.StandardService
-
- setContainer(Object) - Method in class org.apache.catalina.deploy.NamingResourcesImpl
-
Set the container with which the naming resources are associated.
- setContainer(Container) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
Set the Container associated with our Cluster
- setContainer(Container) - Method in interface org.apache.catalina.Manager
-
- setContainer(Object) - Method in class org.apache.catalina.mbeans.MBeanFactory
-
Set the container that this factory was created for.
- setContainer(Container) - Method in interface org.apache.catalina.Pipeline
-
Set the Container with which this Pipeline is associated.
- setContainer(Container) - Method in class org.apache.catalina.realm.CombinedRealm
-
Set the Container with which this Realm has been associated.
- setContainer(Container) - Method in class org.apache.catalina.realm.JAASRealm
-
- setContainer(Container) - Method in class org.apache.catalina.realm.RealmBase
-
Set the Container with which this Realm has been associated.
- setContainer(Container) - Method in interface org.apache.catalina.Realm
-
Set the Container with which this Realm has been associated.
- setContainer(Container) - Method in interface org.apache.catalina.Service
-
- setContainer(Engine) - Method in interface org.apache.catalina.Service
-
Set the Engine
that handles requests for all
Connectors
associated with this Service.
- setContainer(Container) - Method in class org.apache.catalina.session.ManagerBase
-
Deprecated.
- setContainer(Container) - Method in class org.apache.catalina.valves.PersistentValve
-
- setContainer(Container) - Method in class org.apache.catalina.valves.ValveBase
-
Set the Container with which this Valve is associated, if any.
- setContainerSciFilter(String) - Method in interface org.apache.catalina.Context
-
Sets the regular expression that specifies which container provided SCIs
should be filtered out and not used for this context.
- setContainerSciFilter(String) - Method in class org.apache.catalina.core.StandardContext
-
- setContainerSciFilter(String) - Method in class org.apache.catalina.startup.FailedContext
-
- setContentLength(int) - Method in class org.apache.catalina.connector.Response
-
Set the content length (in bytes) for this Response.
- setContentLength(int) - Method in class org.apache.catalina.connector.ResponseFacade
-
- setContentLength(long) - Method in class org.apache.coyote.Request
-
- setContentLength(long) - Method in class org.apache.coyote.Response
-
- setContentLengthLong(long) - Method in class org.apache.catalina.connector.Response
-
- setContentLengthLong(long) - Method in class org.apache.catalina.connector.ResponseFacade
-
TODO SERVLET 3.1
- setContentType(String) - Method in class org.apache.catalina.authenticator.SavedRequest
-
- 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
-
Set the content type for this Response.
- setContentType(String) - Method in class org.apache.catalina.connector.ResponseFacade
-
- setContentType(String) - Method in class org.apache.catalina.filters.AddDefaultCharsetFilter.ResponseWrapper
-
- setContentType(HttpServletResponse, int) - Static method in class org.apache.catalina.manager.StatusTransformer
-
- setContentType(String) - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
-
Sets the value of the content-type
header field.
- setContentType(String) - Method in class org.apache.coyote.Request
-
- setContentType(MessageBytes) - Method in class org.apache.coyote.Request
-
- setContentType(String) - Method in class org.apache.coyote.Response
-
Sets the content type.
- setContentType(String) - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
Has no effect.
- setContentTypeNoCharset(String) - Method in class org.apache.coyote.Response
-
- setContext(Context) - Method in class org.apache.catalina.connector.Request
-
Deprecated.
Use setters on MappingData
object.
Depending on use case, you may need to update other
MappingData
fields as well, such as
contextSlashCount
and host
.
- 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
-
- setContextClass(String) - Method in class org.apache.catalina.core.StandardHost
-
Set the Java class name of the Context implementation class
for new web applications.
- setContextClass(String) - Method in class org.apache.catalina.startup.HostConfig
-
Set the Context implementation class name.
- setContextClass(String) - Method in class org.apache.catalina.startup.UserConfig
-
Set the Context implementation class name.
- setContextFactory(String) - Method in class org.apache.catalina.realm.JNDIRealm
-
Set the JNDI context factory for this Realm.
- setContextId(long, String) - Static method in class org.apache.tomcat.jni.SSLContext
-
Set Session context id.
- SetContextPropertiesRule - Class in org.apache.catalina.startup
-
Rule that uses the introspection utils to set properties of a context
(everything except "path").
- SetContextPropertiesRule() - Constructor for class org.apache.catalina.startup.SetContextPropertiesRule
-
- setConvert(boolean) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
-
- setConverter() - Method in class org.apache.catalina.connector.InputBuffer
-
- setConverter() - Method in class org.apache.catalina.connector.OutputBuffer
-
- setCookie(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- setCookieComment(String) - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- setCookieDomain(String) - Method in class org.apache.catalina.authenticator.SingleSignOn
-
Sets the domain to be used for sso cookies.
- setCookieDomain(String) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- setCookieDomain(String) - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- setCookieHttpOnly(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- setCookieHttpOnly(String) - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- setCookieLifetime(int) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- setCookieMaxAge(String) - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- setCookieName(String) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- setCookieName(String) - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- setCookiePath(String) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- setCookiePath(String) - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- 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
-
Set the "use cookies for session ids" flag.
- setCookies(boolean) - Method in class org.apache.catalina.startup.FailedContext
-
- setCookieSecure(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- setCookieSecure(String) - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- SetCookieSupport - Class in org.apache.tomcat.util.http
-
Deprecated.
Will be removed in Tomcat 9.
- SetCookieSupport() - Constructor for class org.apache.tomcat.util.http.SetCookieSupport
-
Deprecated.
- setCookieValue(String) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- setCopy(boolean) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
-
- setCopyXML(boolean) - Method in class org.apache.catalina.core.StandardContext
-
- setCopyXML(boolean) - Method in class org.apache.catalina.core.StandardHost
-
Set the copy XML config file flag for this component.
- setCopyXML(boolean) - Method in class org.apache.catalina.startup.HostConfig
-
Set the copy XML config file flag for this component.
- setCounter(int) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.Counter
-
- setCoyoteRequest(Request) - Method in class org.apache.catalina.connector.Request
-
Set the Coyote request.
- setCoyoteResponse(Response) - Method in class org.apache.catalina.connector.Response
-
Set the Coyote response.
- setCrawlerIps(String) - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
-
Specify the regular expression (using Pattern
) that will be used
to identify crawlers based on their IP address.
- setCrawlerUserAgents(String) - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
-
Specify the regular expression (using Pattern
) that will be used
to identify crawlers based in the User-Agent header provided.
- setCreateDirs(boolean) - Method in class org.apache.catalina.core.StandardHost
-
Set to true if the Host should attempt to create directories for xmlBase and appBase upon startup
- setCreateDirs(boolean) - Method in interface org.apache.catalina.Host
-
Should the Host attempt to create directories for xmlBase and appBase
upon startup.
- setCreateEmptyFiles(boolean) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
-
Whether output and error files should be created even when empty.
- setCreationTime(long) - Method in class org.apache.catalina.manager.DummyProxySession
-
- setCreationTime(long) - Method in interface org.apache.catalina.Session
-
Set the creation time for this session.
- setCreationTime(long) - Method in class org.apache.catalina.session.StandardSession
-
Set the creation time for this session.
- 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.
- setCrlFile(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- setCrlFile(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setCrossContext(boolean) - Method in interface org.apache.catalina.Context
-
Set the "allow crossing servlet contexts" flag.
- setCrossContext(boolean) - Method in class org.apache.catalina.core.StandardContext
-
Set the "allow crossing servlet contexts" flag.
- setCrossContext(boolean) - Method in class org.apache.catalina.startup.FailedContext
-
- setCursorName(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
-
- setCustomAuthenticators(Map<String, Authenticator>) - Method in class org.apache.catalina.startup.ContextConfig
-
Sets custom mappings of login methods to authenticators.
- setDaemon(boolean) - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- setDaemon(boolean) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- setDaemon(boolean) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setData(byte[], int) - Method in class org.apache.catalina.ha.deploy.FileMessage
-
- SetData() - Method in class org.apache.el.parser.ELParser
-
- setDataSource(Object) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Injects a datasource that will be used to retrieve/create connections.
- setDataSource(Object) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
Injects a datasource that will be used to retrieve/create connections.
- setDataSource(Object) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Injects a datasource that will be used to retrieve/create connections.
- setDataSource(Object) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Injects a datasource that will be used to retrieve/create connections.
- setDataSourceJNDI(String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
- setDataSourceJNDI(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setDataSourceJNDI(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
- 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.session.JDBCStore
-
Set the JNDI name of a DataSource-factory to use for db access
- setDataSourceName(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
Sets the name of the ConnectionPoolDataSource which backs this pool.
- 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
-
- 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
-
- setDateHeader(String, long) - Method in class org.apache.catalina.connector.Response
-
Set the specified date header to the specified value.
- setDateHeader(String, long) - Method in class org.apache.catalina.connector.ResponseFacade
-
- setDateHeader(String, long) - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
-
- setDateHeader(String, long) - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
-
- setDateVariables(boolean) - Method in class org.apache.catalina.ssi.SSIMediator
-
- setDbProperties(Properties) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Overrides the database properties passed into the Driver.connect(String, Properties)
method.
- setDbProperties(Properties) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setDbProperties(Properties) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Overrides the database properties passed into the Driver.connect(String, Properties)
method.
- setDbProperties(Properties) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Overrides the database properties passed into the Driver.connect(String, Properties)
method.
- setDebug(String) - Method in class org.apache.tomcat.buildutil.SignCode
-
- setDebugStream(PrintStream) - Method in class org.apache.el.parser.ELParserTokenManager
-
Set debug output.
- setDeclare(boolean) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Variable
-
- setDecodedRequestURI(String) - Method in class org.apache.catalina.authenticator.SavedRequest
-
- setDeepclone(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor
-
- setDefault(boolean) - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- 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 Connection
s
- setDefaultAutoCommit(Boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
The default auto-commit state of connections created by this pool.
- setDefaultAutoCommit(Boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setDefaultAutoCommit(Boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
The default auto-commit state of connections created by this pool.
- setDefaultAutoCommit(Boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
The default auto-commit state of connections created by this pool.
- setDefaultBlockWhenExhausted(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
- 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 Connection
s
- setDefaultCatalog(String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
If non null, during connection creation the method Connection.setCatalog(String)
will be called with the set value.
- setDefaultCatalog(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setDefaultCatalog(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
If non null, during connection creation the method Connection.setCatalog(String)
will be called with the set value.
- setDefaultCatalog(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
If non null, during connection creation the method Connection.setCatalog(String)
will be called with the set value.
- setDefaultCharset(String) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Sets the default charset for use when no explicit charset
parameter is provided by the sender.
- setDefaultCharset(String) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
-
Sets the default charset for use when no explicit charset
parameter is provided by the sender.
- setDefaultContentType(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- setDefaultContextXml(String) - Method in class org.apache.catalina.core.StandardContext
-
Set the location of the default context xml that will be used.
- setDefaultEvictionPolicyClassName(String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
- setDefaultExpiresConfiguration(ExpiresFilter.ExpiresConfiguration) - Method in class org.apache.catalina.filters.ExpiresFilter
-
- setDefaultHost(String) - Method in class org.apache.catalina.core.StandardEngine
-
Set the default host.
- setDefaultHost(String) - Method in interface org.apache.catalina.Engine
-
Set the default hostname for this Engine.
- setDefaultHostName(String) - Method in class org.apache.catalina.mapper.Mapper
-
Set default host.
- setDefaultLifo(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
- setDefaultMaxBinaryMessageBufferSize(int) - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
-
- setDefaultMaxIdle(int) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
- 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
-
- setDefaultMaxWaitMillis(long) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
- setDefaultMinEvictableIdleTimeMillis(long) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
- setDefaultMinIdle(int) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
- setDefaultNumTestsPerEvictionRun(int) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
- setDefaultPluggabilityScan(boolean) - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
-
- setDefaultQueryTimeout(Integer) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Sets the default query timeout that will be used for Statement
s created from this
connection.
- setDefaultQueryTimeout(Integer) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
-
Sets the default query timeout that will be used for Statement
s created from this connection.
- setDefaultQueryTimeout(Integer) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
-
- 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 Connection
s
- setDefaultReadOnly(Boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
If non null, during connection creation the method Connection.setReadOnly(boolean)
will be called with the set value.
- setDefaultReadOnly(Boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setDefaultReadOnly(Boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
If non null, during connection creation the method Connection.setReadOnly(boolean)
will be called with the set value.
- setDefaultReadOnly(Boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
If non null, during connection creation the method Connection.setReadOnly(boolean)
will be called with the set value.
- setDefaults(Properties) - Method in class org.apache.catalina.tribes.membership.McastService
-
- setDefaultSoftMinEvictableIdleTimeMillis(long) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
- setDefaultTestOnBorrow(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
- setDefaultTestOnCreate(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
- setDefaultTestOnReturn(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
- setDefaultTestWhileIdle(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
- setDefaultTimeBetweenEvictionRunsMillis(long) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
- setDefaultTldScan(boolean) - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
-
- 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 Connection
s
- 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
-
- 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
- setDeferAccept(boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setDeferAccept(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setDeferredMethod() - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Attribute
-
- setDeferredSyntax(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- setDeferredValue() - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Attribute
-
- setDelegate(boolean) - Method in class org.apache.catalina.core.StandardContext
-
Set the "follow standard delegation model" flag used to configure
our ClassLoader.
- setDelegate(boolean) - Method in interface org.apache.catalina.Loader
-
Set the "follow standard delegation model" flag used to configure
our ClassLoader.
- setDelegate(boolean) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
Set the "delegate first" flag for this class loader.
- setDelegate(boolean) - Method in class org.apache.catalina.loader.WebappLoader
-
Set the "follow standard delegation model" flag used to configure
our ClassLoader.
- setDelegate(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.
- setDelegate(boolean) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- setDelimiter(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
- 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.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
-
- setDeployDir(String) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
-
- setDeployIgnore(String) - Method in class org.apache.catalina.core.StandardHost
-
Set the regular expression that defines the files and directories in
the host's
StandardHost.getAppBase()
that will be ignored by the automatic
deployment process.
- setDeployIgnore(String) - Method in interface org.apache.catalina.Host
-
Set the regular expression that defines the files and directories in
the host's appBase that will be ignored by the automatic deployment
process.
- setDeployOnStartup(boolean) - Method in class org.apache.catalina.core.StandardHost
-
Set the deploy on startup flag value for this host.
- setDeployOnStartup(boolean) - Method in interface org.apache.catalina.Host
-
Set the deploy on startup flag value for this host.
- setDeployXML(boolean) - Method in class org.apache.catalina.core.StandardHost
-
Deploy XML Context config files flag mutator.
- setDeployXML(boolean) - Method in class org.apache.catalina.startup.HostConfig
-
Set the deploy XML config file flag for this component.
- setDerefAliases(String) - Method in class org.apache.catalina.realm.JNDIRealm
-
Set the value for derefAliases to be used when searching the directory.
- setDescription(String) - Method in interface org.apache.catalina.Group
-
Set the description of this group.
- setDescription(String) - Method in interface org.apache.catalina.Role
-
Set the description of this role.
- setDescription(String) - Method in class org.apache.catalina.users.AbstractGroup
-
Set the description of this group.
- setDescription(String) - Method in class org.apache.catalina.users.AbstractRole
-
Set the description of this role.
- setDescription(String) - Method in class org.apache.tomcat.dbcp.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
-
- setDescription(String) - Method in class org.apache.tomcat.util.descriptor.web.ApplicationParameter
-
- setDescription(String) - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
-
- setDescription(String) - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
-
- 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
-
- setDescription(String) - Method in class org.apache.tomcat.util.modeler.FeatureInfo
-
- setDescription(String) - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
- setDescription(String) - Method in class org.apache.tomcat.util.modeler.NotificationInfo
-
Override the description
property setter.
- setDestination(Member) - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- setDigest(String) - Method in class org.apache.catalina.realm.RealmBase
-
Deprecated.
This will be removed in Tomcat 8.5.x as it has been replaced
by the CredentialHandler
- setDigestEncoding(String) - Method in class org.apache.catalina.realm.RealmBase
-
Deprecated.
This will be removed in Tomcat 8.5.x as it has been replaced
by the CredentialHandler
- setDigester(Digester) - Method in class org.apache.tomcat.util.digester.AbstractObjectCreationFactory
-
Set the
Digester
to allow the implementation to do logging,
classloading based on the digester's classloader, etc.
- setDigester(Digester) - Method in class org.apache.tomcat.util.digester.CallMethodRule
-
Set the associated digester.
- setDigester(Digester) - Method in interface org.apache.tomcat.util.digester.ObjectCreationFactory
-
Set the
Digester
to allow the implementation to do logging,
classloading based on the digester's classloader, etc.
- setDigester(Digester) - Method in class org.apache.tomcat.util.digester.Rule
-
Set the Digester
with which this Rule
is associated.
- setDigester(Digester) - Method in interface org.apache.tomcat.util.digester.Rules
-
Set the Digester instance with which this Rules instance is associated.
- setDigester(Digester) - Method in class org.apache.tomcat.util.digester.RulesBase
-
Set the Digester instance with which this Rules instance is associated.
- setDirect(boolean) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- setDirectBuffer(boolean) - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- setDirectBuffer(boolean) - Method in interface org.apache.catalina.tribes.transport.MultiPointSender
-
- setDirectBuffer(boolean) - Method in class org.apache.tomcat.util.net.SocketProperties
-
- setDirectBufferPool(int) - Method in class org.apache.tomcat.util.net.SocketProperties
-
- setDirectory(String) - Method in class org.apache.catalina.session.FileStore
-
Set the directory path for this Store.
- setDirectory(String) - Method in class org.apache.catalina.valves.AccessLogValve
-
Set the directory in which we create log files.
- setDirectoryName(String) - Method in class org.apache.catalina.startup.UserConfig
-
Set the directory name for user web applications.
- setDirectSslBuffer(boolean) - Method in class org.apache.tomcat.util.net.SocketProperties
-
- setDisableKeepAlivePercentage(int) - Method in class org.apache.coyote.http11.Http11Processor
-
- setDisableKeepAlivePercentage(int) - Method in class org.apache.coyote.http11.Http11Protocol
-
- setDisableProxyCaching(boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Set the value of the flag that states if we add headers to disable
caching by proxies.
- setDisableUploadTimeout(boolean) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
Set the flag to control upload time-outs.
- setDisableUploadTimeout(boolean) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- setDiscard(boolean) - Method in class org.apache.catalina.tribes.io.XByteBuffer
-
- setDiscarded(boolean) - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
-
An interceptor can call this method with the value true, and the connection will be closed when it is returned to the pool.
- setDisconnectionSqlCodes(Collection<String>) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Sets the SQL_STATE codes considered to signal fatal conditions.
- setDisconnectionSqlCodes(Collection<String>) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
-
- 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
-
- setDisplayName(String) - Method in interface org.apache.catalina.Context
-
Set the display name of this web application.
- setDisplayName(String) - Method in class org.apache.catalina.core.StandardContext
-
Set the display name of this web application.
- setDisplayName(String) - Method in class org.apache.catalina.startup.FailedContext
-
- setDisplayName(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
-
- setDisplayName(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- setDisplayname(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- setDisplayName(String) - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
-
- setDisplayName(String) - Method in class org.apache.tomcat.util.descriptor.web.MessageDestination
-
- 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
-
- setDisplayName(String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- setDisplayName(String) - Method in class org.apache.tomcat.util.modeler.AttributeInfo
-
- setDistributable(boolean) - Method in interface org.apache.catalina.Context
-
Set the distributable flag for this web application.
- setDistributable(boolean) - Method in class org.apache.catalina.core.StandardContext
-
Set the distributable flag for this web application.
- setDistributable(boolean) - Method in interface org.apache.catalina.Manager
-
- setDistributable(boolean) - Method in class org.apache.catalina.session.ManagerBase
-
Deprecated.
- setDistributable(boolean) - Method in class org.apache.catalina.startup.FailedContext
-
- setDistributable(boolean) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- 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
-
Set the document root for this Context.
- setDocBase(String) - Method in class org.apache.catalina.startup.FailedContext
-
- setDocumentLocator(Locator) - Method in class org.apache.tomcat.util.digester.Digester
-
Sets the document locator associated with our parser.
- setDoEmbedded(boolean) - Method in class org.apache.jasper.compiler.SmapGenerator
-
Instructs the SmapGenerator whether to actually print any embedded
SMAPs or not.
- setDomain(String) - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
-
- setDomain(String) - Method in interface org.apache.catalina.JmxEnabled
-
Specify the domain under which this component should be registered.
- setDomain(byte[]) - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
-
- setDomain(String) - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
-
- setDomain(byte[]) - Method in class org.apache.catalina.tribes.membership.McastService
-
- setDomain(String) - Method in class org.apache.catalina.tribes.membership.McastService
-
- setDomain(byte[]) - Method in class org.apache.catalina.tribes.membership.MemberImpl
-
- setDomain(String) - Method in class org.apache.catalina.tribes.membership.StaticMember
-
- setDomain(byte[]) - Method in interface org.apache.catalina.tribes.MembershipService
-
- setDomain(String) - Method in class org.apache.catalina.util.LifecycleMBeanBase
-
Specify the domain under which this component should be registered.
- setDomain(String) - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
- setDoRun(boolean) - Method in class org.apache.catalina.tribes.transport.AbstractRxTask
-
- setDouble(String, double) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- setDouble(int, double) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
-
- setDriver(Driver) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Sets the JDBC Driver instance to use for this pool.
- setDriver(String) - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Sets the driver class name.
- 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
-
The fully qualified Java class name of the JDBC driver to be used.
- setDriverClassName(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setDriverClassName(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
The fully qualified Java class name of the JDBC driver to be used.
- setDriverClassName(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
The fully qualified Java class name of the JDBC driver to be used.
- setDriverManagerProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- setDriverName(String) - Method in class org.apache.catalina.realm.JDBCRealm
-
Set the JDBC driver that will be used.
- setDriverName(String) - Method in class org.apache.catalina.session.JDBCStore
-
Set the driver for this Store.
- setDriverName(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Sets the database driver name.
- setDropTime(long) - Method in class org.apache.catalina.tribes.membership.McastService
-
- setDuplicates(int) - Method in class org.apache.catalina.session.ManagerBase
-
- setDynamicAttributes(boolean) - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- setEcho(boolean) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
- setEffectiveMajorVersion(int) - Method in interface org.apache.catalina.Context
-
Set the effective major version of the Servlet spec used by this
context.
- setEffectiveMajorVersion(int) - Method in class org.apache.catalina.core.StandardContext
-
- setEffectiveMajorVersion(int) - Method in class org.apache.catalina.startup.FailedContext
-
- setEffectiveMinorVersion(int) - Method in interface org.apache.catalina.Context
-
Set the effective minor version of the Servlet spec used by this
context.
- setEffectiveMinorVersion(int) - Method in class org.apache.catalina.core.StandardContext
-
- setEffectiveMinorVersion(int) - Method in class org.apache.catalina.startup.FailedContext
-
- setElIgnored(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- setEnableAutoCommitOnReturn(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.
- setEnableAutoCommitOnReturn(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
-
- setEnabled(boolean) - Method in class org.apache.catalina.core.StandardWrapper
-
- setEnabled(boolean) - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
-
- setEnabled(boolean) - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
-
Deprecated.
- setEnabled(boolean) - Method in class org.apache.catalina.valves.AbstractAccessLogValve
-
- setEnabled(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteValve
-
- 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
-
- setEnabled(boolean) - Method in class org.apache.tomcat.util.net.NioSelectorPool
-
- setEnableLookups(boolean) - Method in class org.apache.catalina.connector.Connector
-
Set the "enable DNS lookups" flag.
- setEncoders(EndpointConfig) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
-
- setEncodeSpaceAsPlus(boolean) - Method in class org.apache.catalina.util.URLEncoder
-
- setEncoding(String) - Method in class org.apache.catalina.connector.InputBuffer
-
- setEncoding(String) - Method in class org.apache.catalina.connector.OutputBuffer
-
- setEncoding(String) - Method in class org.apache.catalina.filters.AddDefaultCharsetFilter
-
- setEncoding(String) - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
-
- setEncoding(String) - Method in class org.apache.catalina.realm.MessageDigestCredentialHandler
-
- setEncoding(String) - Method in class org.apache.catalina.storeconfig.StoreFileMover
-
- setEncoding(String) - Method in class org.apache.catalina.storeconfig.StoreRegistry
-
- setEncoding(String) - Method in class org.apache.catalina.valves.AccessLogValve
-
Set the character set that is used to write the log file.
- setEncoding(String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
-
- setEncoding(String) - Method in class org.apache.tomcat.util.descriptor.web.XmlEncodingBase
-
- setEncoding(String) - Method in interface org.apache.tomcat.util.digester.DocumentProperties.Encoding
-
- setEncoding(String) - Method in class org.apache.tomcat.util.http.Parameters
-
- setEnd(int) - Method in class org.apache.tomcat.util.buf.AbstractChunk
-
- setEnforceNoAddAfterHandshake(boolean) - Method in class org.apache.tomcat.websocket.server.WsServerContainer
-
- 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
-
- setError(File) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
-
File the error output of the task is redirected to.
- setError() - Method in class org.apache.catalina.connector.Response
-
Set the error flag.
- setError() - Method in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
- setError() - Method in class org.apache.tomcat.util.log.SystemLogHandler
-
- setError(boolean) - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- setErrorCode(int) - Method in class org.apache.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
-
- setErrorCount(int) - Method in class org.apache.coyote.RequestInfo
-
- setErrorException(Exception) - Method in class org.apache.coyote.Response
-
Set the error Exception that occurred during
request processing.
- setErrorHandler(ErrorHandler) - Method in class org.apache.catalina.tribes.group.InterceptorPayload
-
- setErrorHandler(ErrorHandler) - Method in class org.apache.tomcat.util.digester.Digester
-
Set the error handler for this Digester.
- setErrorOnUndeclaredNamespace(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- setErrorOnUseBeanInvalidClassAttribute(boolean) - Method in class org.apache.jasper.EmbeddedServletOptions
-
- setErrorOnUseBeanInvalidClassAttribute(boolean) - Method in class org.apache.jasper.JspC
-
Sets the option to issue a compilation error if the class attribute
specified in useBean action is invalid.
- setErrorPage(String) - Method in class org.apache.tomcat.util.descriptor.web.LoginConfig
-
- setErrorProperty(String) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
-
Property name whose value should be set to the error of
the task..
- setErrorReported() - Method in class org.apache.catalina.connector.Response
-
- setErrorReportValveClass(String) - Method in class org.apache.catalina.core.StandardHost
-
Set the Java class name of the error report valve class
for new web applications.
- setErrorState(Throwable, boolean) - Method in class org.apache.catalina.core.AsyncContextImpl
-
- setErrorState(ErrorState, Throwable) - Method in class org.apache.coyote.AbstractProcessor
-
Update the current error state to the new error state if the new error
state is more severe than the current error state.
- setEscapeBackReferences(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- setEscapeProcessing(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
-
- setEventCache(int) - Method in class org.apache.tomcat.util.net.SocketProperties
-
- setEventSubType(CometEvent.EventSubType) - Method in class org.apache.catalina.connector.CometEventImpl
-
- setEventType(CometEvent.EventType) - Method in class org.apache.catalina.connector.CometEventImpl
-
- setEvictionPolicy(EvictionPolicy<T>) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
-
Sets the eviction policy for this pool.
- setEvictionPolicy(EvictionPolicy<T>) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
-
Set 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, ClassLoader) - 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.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
-
Set the value for the evictionPolicyClassName
configuration
attribute for pools created with this configuration instance.
- setEvictorShutdownTimeoutMillis(long) - 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
the value for the Evictor.
- setEvictorShutdownTimeoutMillis(long) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
-
Set the value for the evictorShutdownTimeoutMillis
configuration
attribute for pools created with this configuration instance.
- setExactMatch(boolean) - Method in class org.apache.tomcat.util.digester.SetNextRule
-
Set whether exact matching is enabled.
- setExceptionOnFailedWrite(boolean) - Method in class org.apache.catalina.core.NamingContextListener
-
Controls whether or not an attempt to modify the JNDI context will
trigger an exception or if the request will be ignored.
- setExceptionOnFailedWrite(boolean) - Method in class org.apache.naming.NamingContext
-
- setExceptionType(String) - Method in class org.apache.tomcat.util.descriptor.web.ErrorPage
-
Set the exception type.
- setExcludedResponseStatusCodes(int[]) - Method in class org.apache.catalina.filters.ExpiresFilter
-
- setExecutor(ExecutorService) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- setExecutor(Executor) - Method in class org.apache.coyote.AbstractProtocol
-
- setExecutor(Executor) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setExecutorTerminationTimeoutMillis(long) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setExpectedTypeName(String) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Attribute
-
- setExpire(long) - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
-
- setExpire(long) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
-
- setExpire(long) - Method in class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor
-
- setExpiredSessions(long) - Method in interface org.apache.catalina.Manager
-
Sets the number of sessions that have expired.
- setExpiredSessions(long) - Method in class org.apache.catalina.session.ManagerBase
-
- setExpiresConfigurationByContentType(Map<String, ExpiresFilter.ExpiresConfiguration>) - Method in class org.apache.catalina.filters.ExpiresFilter
-
- setExpireSessionsOnShutdown(boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
-
- setExtensionName(String) - Method in class org.apache.catalina.util.Extension
-
- setExternalAllowed(boolean) - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- setExternalLoaders(ClassLoader[]) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- setExternalOnly(boolean) - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- setFactory(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextResourceLink
-
- setFailCtxIfServletStartFails(Boolean) - Method in class org.apache.catalina.core.StandardContext
-
- setFailCtxIfServletStartFails(boolean) - Method in class org.apache.catalina.core.StandardHost
-
- setFailing() - Method in class org.apache.catalina.tribes.transport.SenderState
-
- setFailonerror(boolean) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
-
Whether to fail (with a BuildException) if
ManagerServlet returns an error.
- setFailOnError(boolean) - Method in class org.apache.jasper.JspC
-
Sets the option that throws an exception in case of a compilation error.
- setFailureCount(int) - Method in class org.apache.catalina.realm.LockOutRealm
-
Set the number of failed authentication attempts required to lock the
user account.
- setFailures(int) - Method in class org.apache.catalina.realm.LockOutRealm.LockRecord
-
- setFairness(boolean) - Method in class org.apache.catalina.valves.SemaphoreValve
-
- setFairness(boolean) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
-
Set 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
-
Set to true if you wish that calls to getConnection
should be treated fairly in a true FIFO fashion.
- setFairQueue(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setFairQueue(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Set to true if you wish that calls to getConnection
should be treated fairly in a true FIFO fashion.
- setFairQueue(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Set to true if you wish that calls to getConnection
should be treated fairly in a true FIFO fashion.
- setFakeAttributes(Map<Class<?>, List<String>>) - Method in class org.apache.tomcat.util.digester.Digester
-
Set the fake attributes.
- setFastFailValidation(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
- setFastFailValidation(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
-
- 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 org.apache.tomcat.util.http.fileupload.FileUploadBase.FileSizeLimitExceededException
-
Sets the field name of the item, which caused the
exception.
- setFileDateFormat(String) - Method in class org.apache.catalina.valves.AccessLogValve
-
Set the date format date based log rotation.
- setFileItemFactory(FileItemFactory) - Method in class org.apache.tomcat.util.http.fileupload.FileUpload
-
Sets the factory class to use when creating file items.
- setFileItemFactory(FileItemFactory) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
Sets the factory class to use when creating file items.
- setFilename(String) - Method in class org.apache.catalina.storeconfig.StoreFileMover
-
- setFileName(String) - Method in exception org.apache.tomcat.util.http.fileupload.FileUploadBase.FileSizeLimitExceededException
-
Sets the file name of the item, which caused the
exception.
- setFileSizeMax(long) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
- setFileSizeThreshold(String) - Method in class org.apache.tomcat.util.descriptor.web.MultipartDef
-
- setFilter(String) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
-
compile filter string to regular expression
- setFilter(Filter) - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
-
- 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
-
- setFilterName(String) - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
-
- setFilterName(String) - Method in class org.apache.tomcat.util.descriptor.web.FilterMap
-
- setFIPSMode(String) - Method in class org.apache.catalina.core.AprLifecycleListener
-
- setFireRequestListenersOnForwards(boolean) - Method in interface org.apache.catalina.Context
-
Configure whether or not requests listeners will be fired on forwards for
this Context.
- setFireRequestListenersOnForwards(boolean) - Method in class org.apache.catalina.core.StandardContext
-
- setFireRequestListenersOnForwards(boolean) - Method in class org.apache.catalina.startup.FailedContext
-
- setFloat(String, float) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- setFloat(int, float) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
-
- setForbidden(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- setForcedRemainingCapacity(Integer) - Method in class org.apache.tomcat.util.threads.TaskQueue
-
- setFork(boolean) - Method in class org.apache.jasper.JspC
-
- setForkJoinCommonPoolProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- setFormField(boolean) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Specifies whether or not a FileItem
instance represents
a simple form field.
- setFormField(boolean) - Method in interface org.apache.tomcat.util.http.fileupload.FileItem
-
Specifies whether or not a FileItem
instance represents
a simple form field.
- setForwardExpired(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
-
- setForwardSlashIsSeparator(boolean) - Method in class org.apache.tomcat.util.http.LegacyCookieProcessor
-
- setFragment(boolean) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Attribute
-
- setFrequency(long) - Method in class org.apache.catalina.tribes.membership.McastService
-
- setFromDescriptor(boolean) - Method in class org.apache.tomcat.util.descriptor.web.SecurityCollection
-
Set if this constraint was defined in a deployment descriptor.
- setFulfilled(boolean) - Method in class org.apache.catalina.util.Extension
-
- setFullName(String) - Method in interface org.apache.catalina.User
-
Set the full name of this user.
- setFullName(String) - Method in class org.apache.catalina.users.AbstractUser
-
Set the full name of this user.
- setFunctionMapper(FunctionMapper) - Method in class org.apache.jasper.el.ELContextImpl
-
- setGcDaemonProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- setGenStringAsCharArray(boolean) - Method in class org.apache.jasper.JspC
-
Determines whether text strings are to be generated as char arrays,
which improves performance in some cases.
- setGetMethod(String) - Method in class org.apache.tomcat.util.modeler.AttributeInfo
-
- setGlobal(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextResourceLink
-
- setGlobalContext(Context) - Static method in class org.apache.naming.factory.DataSourceLinkFactory
-
- setGlobalContext(Context) - Static method in class org.apache.naming.factory.ResourceLinkFactory
-
Set the global context (note: can only be used once).
- setGlobalNamingContext(Context) - Method in class org.apache.catalina.core.StandardServer
-
Set the global naming resources context.
- setGlobalNamingResources(NamingResourcesImpl) - Method in class org.apache.catalina.core.StandardServer
-
Set the global naming resources.
- setGlobalNamingResources(NamingResourcesImpl) - Method in interface org.apache.catalina.Server
-
Set the global naming resources.
- setGlobalProcessor(RequestGroupInfo) - Method in class org.apache.coyote.RequestInfo
-
- setGone(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- setGroup(String) - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
- setGroupname(String) - Method in interface org.apache.catalina.Group
-
Set the group name of this group, which must be unique
within the scope of a
UserDatabase
.
- setGroupname(String) - Method in class org.apache.catalina.users.AbstractGroup
-
Set the group name of this group, which must be unique
within the scope of a
UserDatabase
.
- setGssCredential(GSSCredential) - Method in class org.apache.catalina.realm.GenericPrincipal
-
- setHandler(JdbcInterceptor) - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
-
- setHandler(AprEndpoint.Handler) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setHandler(JIoEndpoint.Handler) - Method in class org.apache.tomcat.util.net.JIoEndpoint
-
- setHandler(Nio2Endpoint.Handler) - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
- setHandler(NioEndpoint.Handler) - Method in class org.apache.tomcat.util.net.NioEndpoint
-
- setHandlerclass(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
-
- setHeader(String, String) - Method in class org.apache.catalina.connector.Response
-
Set the specified header to the specified value.
- setHeader(String, String) - Method in class org.apache.catalina.connector.ResponseFacade
-
- setHeader(String, String) - Method in class org.apache.catalina.filters.AddDefaultCharsetFilter.ResponseWrapper
-
- setHeader(String, String) - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
-
- setHeader(String, String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- setHeader(String, String) - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
-
- setHeader(String, String) - Method in class org.apache.coyote.Response
-
- setHeaderEncoding(String) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
Specifies the character encoding to be used when reading the headers of
individual part.
- setHeaderEncoding(String) - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
-
Specifies the character encoding to be used when reading the headers of
individual parts.
- setHeaders(FileItemHeaders) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItem
-
Sets the file item headers.
- setHeaders(FileItemHeaders) - Method in interface org.apache.tomcat.util.http.fileupload.FileItemHeadersSupport
-
Sets the headers read from within an item.
- setHeartbeat(boolean) - Method in interface org.apache.catalina.tribes.Channel
-
Enables or disables internal heartbeat.
- setHeartbeat(boolean) - Method in class org.apache.catalina.tribes.group.GroupChannel
-
Enables or disables local heartbeat.
- setHeartbeatBackgroundEnabled(boolean) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
enabled that container backgroundThread call heartbeat at channel
- setHeartbeatSleeptime(long) - Method in class org.apache.catalina.tribes.group.GroupChannel
-
Configure local heartbeat sleep time
Only used when getHeartbeat()==true
- setHoldability(int) - Method in class org.apache.tomcat.dbcp.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
-
- setHome(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextLocalEjb
-
- setHomeBase(String) - Method in class org.apache.catalina.startup.UserConfig
-
Set the base directory containing user home directories.
- setHook(ActionHook) - Method in class org.apache.coyote.Request
-
- setHook(ActionHook) - Method in class org.apache.coyote.Response
-
- setHost(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
-
- setHost(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
- setHost(Host) - Method in class org.apache.catalina.startup.Tomcat
-
Sets the current host - all future webapps will
be added to this host.
- setHost(byte[]) - Method in class org.apache.catalina.tribes.membership.MemberImpl
-
- setHost(String) - Method in class org.apache.catalina.tribes.membership.StaticMember
-
- setHost(String) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- setHost(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- setHostAware(boolean) - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
-
- setHostname(String) - Method in class org.apache.catalina.startup.Tomcat
-
The the hostname of the default host, default is
'localhost'.
- setHostname(String) - Method in class org.apache.catalina.tribes.membership.MemberImpl
-
- setHostnameVerifierClassName(String) - Method in class org.apache.catalina.realm.JNDIRealm
-
Set the HostnameVerifier
to be used when opening connections
using StartTLS.
- setHstsEnabled(boolean) - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
-
- setHstsIncludeSubDomains(boolean) - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
-
- setHstsMaxAgeSeconds(int) - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
-
- setHstsPreload(boolean) - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
-
- setHttpOnly(boolean) - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
-
- setHttpServerPort(int) - Method in class org.apache.catalina.filters.RemoteIpFilter
-
- setHttpServerPort(int) - Method in class org.apache.catalina.valves.RemoteIpValve
-
- setHttpsServerPort(int) - Method in class org.apache.catalina.filters.RemoteIpFilter
-
- setHttpsServerPort(int) - Method in class org.apache.catalina.valves.RemoteIpValve
-
- setId(String, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
-
Set the session identifier for this session and optionally notifies any
associated listeners that a new session has been created.
- setId(String) - Method in class org.apache.catalina.ha.session.DeltaSession
-
Set the session identifier for this session.
- setId(String) - Method in class org.apache.catalina.manager.DummyProxySession
-
- setId(String, boolean) - Method in class org.apache.catalina.manager.DummyProxySession
-
- setId(String) - Method in interface org.apache.catalina.Session
-
Set the session identifier for this session and notifies any associated
listeners that a new session has been created.
- setId(String, boolean) - Method in interface org.apache.catalina.Session
-
Set the session identifier for this session and optionally notifies any
associated listeners that a new session has been created.
- setId(String) - Method in class org.apache.catalina.session.StandardSession
-
Set the session identifier for this session.
- setId(String, boolean) - Method in class org.apache.catalina.session.StandardSession
-
Set the session identifier for this session and optionally notifies any
associated listeners that a new session has been created.
- setId(String) - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- setIdle(String) - Method in class org.apache.catalina.ant.SessionsTask
-
- setIeClassId(String) - Method in class org.apache.jasper.JspC
-
Sets the class-id value to be sent to Internet Explorer when using
<jsp:plugin> tags.
- setIf(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
-
Only execute if a property of the given name exists in the current project.
- setIf(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
Only execute if a property of the given name exists in the current
project.
- setIgnore(boolean) - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
-
- setIgnoreAnnotations(boolean) - Method in interface org.apache.catalina.Context
-
Set the boolean on the annotations parsing for this web
application.
- setIgnoreAnnotations(boolean) - Method in class org.apache.catalina.core.StandardContext
-
Set the boolean on the annotations parsing for this web
application.
- setIgnoreAnnotations(boolean) - Method in class org.apache.catalina.startup.FailedContext
-
- setIgnoreExceptionOnPreLoad(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Set to true if you want to ignore error of connection creation while initializing the pool.
- setIgnoreExceptionOnPreLoad(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
Set to true if you want to ignore error of connection creation while initializing the pool.
- setIgnoreExceptionOnPreLoad(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Set to true if you want to ignore error of connection creation while initializing the pool.
- setIgnoreExceptionOnPreLoad(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Set to true if you want to ignore error of connection creation while initializing the pool.
- setIgnoreResponseConstraint(boolean) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
-
- setImage(String) - Method in class org.apache.el.parser.AstDotSuffix
-
- setImage(String) - Method in class org.apache.el.parser.AstIdentifier
-
- setImage(String) - Method in class org.apache.el.parser.AstLiteralExpression
-
- setImage(String) - Method in class org.apache.el.parser.AstString
-
- setImage(String) - Method in class org.apache.el.parser.SimpleNode
-
- setImpact(String) - Method in class org.apache.tomcat.util.modeler.OperationInfo
-
- setImplementationURL(String) - Method in class org.apache.catalina.util.Extension
-
- setImplementationVendor(String) - Method in class org.apache.catalina.util.Extension
-
- setImplementationVendorId(String) - Method in class org.apache.catalina.util.Extension
-
- setImplementationVersion(String) - Method in class org.apache.catalina.util.Extension
-
- setInfo(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
-
- setInfo(String) - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
-
- setInfo(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- 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
-
Set the number of connections that will be established when the connection pool is started.
- setInitialSize(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setInitialSize(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Set the number of connections that will be established when the connection pool is started.
- setInitialSize(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Set the number of connections that will be established when the connection pool is started.
- setInitParameter(String, String) - Method in class org.apache.catalina.core.ApplicationContext
-
- setInitParameter(String, String) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- setInitParameter(String, String) - Method in class org.apache.catalina.core.ApplicationFilterRegistration
-
- setInitParameter(String, String) - Method in class org.apache.catalina.core.ApplicationServletRegistration
-
- setInitParameter(String, String) - Method in class org.apache.jasper.servlet.JspCServletContext
-
- setInitParameters(Map<String, String>) - Method in class org.apache.catalina.core.ApplicationFilterRegistration
-
- setInitParameters(Map<String, String>) - Method in class org.apache.catalina.core.ApplicationServletRegistration
-
- setInitSQL(String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
A custom query to be run when a connection is first created.
- setInitSQL(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setInitSQL(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
A custom query to be run when a connection is first created.
- setInitSQL(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
A custom query to be run when a connection is first created.
- setInput(InputStream) - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
-
Sets standard input to be passed on to the invoked cgi script
- setInputBuffer(InputBuffer) - Method in class org.apache.coyote.Request
-
- setInstanceManager(InstanceManager) - Method in interface org.apache.catalina.Context
-
Set the instance manager associated with this context.
- setInstanceManager(InstanceManager) - Method in class org.apache.catalina.core.StandardContext
-
- setInstanceManager(InstanceManager) - Method in class org.apache.catalina.startup.FailedContext
-
- setInstanceManager(InstanceManager) - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
-
- setInt(String, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- setInt(int, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
-
- setInterface(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- setInternalid(int) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- setInternalPath(String) - Method in class org.apache.catalina.webresources.AbstractResourceSet
-
- setInternalProxies(String) - Method in class org.apache.catalina.filters.RemoteIpFilter
-
Regular expression that defines the internal proxies.
- setInternalProxies(String) - Method in class org.apache.catalina.valves.RemoteIpValve
-
Regular expression that defines the internal proxies.
- setInterruptible(boolean) - Method in class org.apache.catalina.valves.SemaphoreValve
-
- setInterruptThreadThreshold(int) - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
-
Specifies the threshold (in seconds) before stuck threads are interrupted.
- setInterval(long) - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
-
- setInterval(int) - Method in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
-
- setIntHeader(String, int) - Method in class org.apache.catalina.connector.Response
-
Set the specified integer header to the specified value.
- setIntHeader(String, int) - Method in class org.apache.catalina.connector.ResponseFacade
-
- setInvalidAuthenticationWhenDeny(boolean) - Method in class org.apache.catalina.valves.RequestFilterValve
-
Set invalidAuthenticationWhenDeny property.
- setIOChannel(SocketChannel) - Method in class org.apache.tomcat.util.net.NioChannel
-
- setIs(boolean) - Method in class org.apache.tomcat.util.modeler.AttributeInfo
-
- setIsXml(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- setItem(T) - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue.ExchangeCountDownLatch
-
- setItem(T) - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue.ExchangeCountDownLatch
-
- 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
-
- setJ2EEServer(String) - Method in class org.apache.catalina.core.StandardContext
-
- setJarName(String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- setJarScanFilter(JarScanFilter) - Method in interface org.apache.tomcat.JarScanner
-
- 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
-
- setJavaEncoding(String) - Method in class org.apache.jasper.JspC
-
Sets the encoding to use for
java files.
- setJavaseClassLoader(ClassLoader) - Method in class org.apache.catalina.loader.WebappClassLoaderBase
-
- setJavaVMs(String[]) - Method in class org.apache.catalina.core.StandardContext
-
- setJaxrpcmappingfile(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- 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
-
- setJdbcInterceptors(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
- 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
-
If set to true, the connection pool creates a
ConnectionPoolMBean
object
that can be registered with JMX to receive notifications and state about the pool.
- setJmxEnabled(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setJmxEnabled(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
If set to true, the connection pool creates a
ConnectionPoolMBean
object
that can be registered with JMX to receive notifications and state about the pool.
- setJmxEnabled(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
If set to true, the connection pool creates a
ConnectionPoolMBean
object
that can be registered with JMX to receive notifications and state about the pool.
- 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.
- 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.
- 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
-
- setJspFile(String) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- 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
-
- setJvmRoute(String) - Method in class org.apache.catalina.core.StandardEngine
-
Set the cluster-wide unique identifier for this Engine.
- setJvmRoute(String) - Method in interface org.apache.catalina.Engine
-
Set the JvmRouteId for this engine.
- setJvmRoute(String) - Method in interface org.apache.catalina.SessionIdGenerator
-
Specify the node identifier associated with this node which will be
included in the generated session ID.
- setJvmRoute(String) - Method in class org.apache.catalina.util.SessionIdGeneratorBase
-
Specify the node identifier associated with this node which will be
included in the generated session ID.
- setKeepAliveCount(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- setKeepAliveCount(int) - Method in interface org.apache.catalina.tribes.transport.DataSender
-
- setKeepAliveLeft(int) - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- setKeepAliveTime(long) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
-
- setKeepAliveTime(long) - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- setKeepAliveTime(long) - Method in interface org.apache.catalina.tribes.transport.DataSender
-
- setKeepAliveTimeout(int) - Method in class org.apache.coyote.AbstractProtocol
-
- setKeepAliveTimeout(int) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
-
- setKeepAliveTimeout(int) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
Set the Keep-Alive timeout.
- setKeepAliveTimeout(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setKeptAlive(boolean) - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- setKey(String) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
-
- setKey(K) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
-
- setKey(Serializable) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
-
- setKeyAlias(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- setKeyAlias(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setKeyCache(int) - Method in class org.apache.tomcat.util.net.SocketProperties
-
- setKeyLength(int) - Method in class org.apache.catalina.realm.SecretKeyCredentialHandler
-
- setKeyPass(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- setKeyPass(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setKeyStore(String) - Method in class org.apache.tomcat.buildutil.SignCode
-
- setKeystoreFile(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- setKeystoreFile(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setKeystorePass(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- setKeystorePass(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setKeyStorePassword(String) - Method in class org.apache.tomcat.buildutil.SignCode
-
- setKeystoreProvider(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- setKeystoreProvider(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setKeystoreType(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- setKeystoreType(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setLandingPage(String) - Method in class org.apache.catalina.authenticator.FormAuthenticator
-
Set the landing page to use when the FORM auth is mis-used.
- setLargeIcon(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
-
- setLargeIcon(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- setLargeIcon(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- setLargeIcon(String) - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
-
- setLargeIcon(String) - Method in class org.apache.tomcat.util.descriptor.web.MessageDestination
-
- setLargeIcon(String) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- setLast(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- setLastAccess(long) - Method in class org.apache.catalina.tribes.io.ObjectReader
-
- setLastModificationTest(long) - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- setLastRequestProcessingTime(long) - Method in class org.apache.coyote.RequestInfo
-
- setLastState(int) - Method in class org.apache.catalina.ha.deploy.WarWatcher.WarInfo
-
- setLastTimeReplicated(long) - Method in class org.apache.catalina.ha.session.DeltaSession
-
- setLastTimeReplicated(long) - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
-
Set the last replicate time.
- setLastUsed() - Method in class org.apache.tomcat.dbcp.dbcp2.AbandonedTrace
-
Sets the time this object was last used to the current time in milliseconds.
- setLastUsed(long) - Method in class org.apache.tomcat.dbcp.dbcp2.AbandonedTrace
-
Sets the time in milliseconds this object was last used.
- setLastValidated(long) - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
-
Set the timestamp the connection was last validated.
- setLbForceSession(Boolean) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- setLbRecovertime(Integer) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- setLbRetries(Integer) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- setLbStickySession(Boolean) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- setLdapPoolProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- setLength(int) - Method in class org.apache.catalina.tribes.io.XByteBuffer
-
- 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) behaviour 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
-
Set 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.http.MimeHeaders
-
Set limit on the number of header fields.
- setLimit(int) - Method in class org.apache.tomcat.util.http.Parameters
-
- setLimit(int) - Method in class org.apache.tomcat.util.http.ServerCookies
-
- setLimit(long) - Method in class org.apache.tomcat.util.threads.LimitLatch
-
Sets a new limit.
- setLink(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextEjb
-
- setLink(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextLocalEjb
-
- setLink(String) - Method in class org.apache.tomcat.util.descriptor.web.MessageDestinationRef
-
- setLink(String) - Method in class org.apache.tomcat.util.descriptor.web.SecurityRoleRef
-
- setListen(boolean) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- setListener(AsyncListener) - Method in class org.apache.catalina.core.AsyncListenerWrapper
-
- setListener(MessageListener) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- setListErrors(boolean) - Method in class org.apache.jasper.JspC
-
- setLoader(Loader) - Method in interface org.apache.catalina.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.
- setLoadOnStartup(int) - Method in class org.apache.catalina.core.ApplicationServletRegistration
-
- setLoadOnStartup(int) - Method in class org.apache.catalina.core.StandardWrapper
-
Set the load-on-startup order value (negative value means
load on first call).
- setLoadOnStartup(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
-
- 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 class org.apache.catalina.tribes.membership.MemberImpl
-
- setLocal(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextLocalEjb
-
- setLocalAddr(String) - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- 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.JDBCStore
-
Set to true
to cause the datasource to be looked up in the webapp
JNDI Context.
- setLocale(Locale) - Method in class org.apache.catalina.connector.Response
-
Set the Locale that is appropriate for this response, including
setting the appropriate character encoding.
- setLocale(Locale) - Method in class org.apache.catalina.connector.ResponseFacade
-
- setLocale(String) - Method in class org.apache.catalina.valves.AbstractAccessLogValve
-
Set the locale used to format timestamps in log entries and in
log file name suffix.
- setLocale(Locale) - Method in class org.apache.coyote.Response
-
Called explicitly by user to set the Content-Language and
the default encoding
- setLocale(Locale) - Method in class org.apache.el.lang.EvaluationContext
-
- setLocale(Locale) - Method in class org.apache.jasper.el.ELContextWrapper
-
- setLocale(Locale) - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
Has no effect.
- setLocalLoopbackDisabled(boolean) - Method in class org.apache.catalina.tribes.membership.McastService
-
- setLocalMember(Member) - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
-
- setLocalMemberProperties(String, int, int, int) - Method in class org.apache.catalina.tribes.membership.McastService
-
Sets the local member properties for broadcasting
- setLocalMemberProperties(String, int, int, int) - Method in interface org.apache.catalina.tribes.MembershipService
-
Sets the local member properties for broadcasting
- setLocalName(String) - Method in class org.apache.el.parser.AstFunction
-
- setLocalName(String) - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- setLocalPort(int) - Method in class org.apache.catalina.connector.Request
-
Set the port number of the server to process this request.
- setLocalPort(int) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- setLocalPort(int) - Method in class org.apache.coyote.Request
-
- setLocalPort(int) - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- setLocalWar(String) - Method in class org.apache.catalina.ant.DeployTask
-
- 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
-
- 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
-
- 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
-
Is abandoned object tracking being used?
- setLogAbandoned(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
boolean flag to set if stack traces should be logged for application code which abandoned a Connection.
- setLogAbandoned(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setLogAbandoned(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
boolean flag to set if stack traces should be logged for application code which abandoned a Connection.
- setLogAbandoned(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
boolean flag to set if stack traces should be logged for application code which abandoned a Connection.
- setLogArgs(boolean) - Method in class org.apache.catalina.startup.VersionLoggerListener
-
- setLogEffectiveWebXml(boolean) - Method in interface org.apache.catalina.Context
-
Set whether or not the effective web.xml for this context should be
logged on context start.
- setLogEffectiveWebXml(boolean) - Method in class org.apache.catalina.core.StandardContext
-
- setLogEffectiveWebXml(boolean) - Method in class org.apache.catalina.startup.FailedContext
-
- setLogEnv(boolean) - Method in class org.apache.catalina.startup.VersionLoggerListener
-
- setLogError(boolean) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
-
Controls whether error output is logged.
- setLogExpiredConnections(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
When
BasicDataSource.getMaxConnLifetimeMillis()
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
-
- 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
-
Set the login configuration descriptor for this web application.
- setLoginConfig(LoginConfig) - Method in class org.apache.catalina.startup.FailedContext
-
- setLoginConfig(LoginConfig) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- setLoginConfigName(String) - Method in class org.apache.catalina.authenticator.SpnegoAuthenticator
-
- setLoginPage(String) - Method in class org.apache.tomcat.util.descriptor.web.LoginConfig
-
- setLogInterval(int) - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
-
- 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
-
Sets the value of loginTimeout.
- setLoginTimeout(int) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolingDataSource
-
Throws UnsupportedOperationException
.
- setLoginTimeout(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
CommonDataSource.setLoginTimeout(int)
- 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
-
- setLogSlow(boolean) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
-
- setLogValidationErrors(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Set to true if you wish that errors from validation should be logged as error messages.
- setLogValidationErrors(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
Set to true if you wish that errors from validation should be logged as error messages.
- setLogValidationErrors(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Set to true if you wish that errors from validation should be logged as error messages.
- setLogValidationErrors(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Set to true if you wish that errors from validation should be logged as error messages.
- setLogWriter(PrintWriter) - Method in class org.apache.tomcat.dbcp.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
-
no-op
CommonDataSource.setLogWriter(PrintWriter)
- setLong(String, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- 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 an long
- setLookupName(String) - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
-
- setLowerCaseNames(boolean) - Method in class org.apache.tomcat.util.http.fileupload.ParameterParser
-
Sets the flag if parameter names are to be converted to lower case when
name/value pairs are parsed.
- setMainResources(WebResourceSet) - Method in class org.apache.catalina.webresources.StandardRoot
-
For unit testing.
- setManagedBean(ManagedBean) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
- setManagedResource(Object, String) - Method in class org.apache.tomcat.util.modeler.BaseModelMBean
-
Set the instance handle of the object against which we will execute
all methods in this ModelMBean management interface.
- setManager(Manager) - Method in interface org.apache.catalina.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
-
Set the Manager within which this Session is valid.
- setManager(Manager) - Method in class org.apache.catalina.session.StoreBase
-
Set the Manager with which this Store is associated.
- setManager(Manager) - Method in class org.apache.catalina.startup.FailedContext
-
- setManager(Manager) - Method in interface org.apache.catalina.Store
-
Set the Manager associated with this Store.
- setManagerTemplate(ClusterManager) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
- setManifest(Manifest) - Method in class org.apache.catalina.webresources.AbstractResourceSet
-
- setMapOwner(AbstractReplicatedMap.MapOwner) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- setMappedFile(boolean) - Method in class org.apache.jasper.JspC
-
- setMapperContextRootRedirectEnabled(boolean) - Method in interface org.apache.catalina.Context
-
If enabled, requests for a web application context root will be
redirected (adding a trailing slash) by the Mapper.
- setMapperContextRootRedirectEnabled(boolean) - Method in class org.apache.catalina.core.StandardContext
-
- setMapperContextRootRedirectEnabled(boolean) - Method in class org.apache.catalina.startup.FailedContext
-
- setMapperDirectoryRedirectEnabled(boolean) - Method in interface org.apache.catalina.Context
-
If enabled, requests for a directory will be redirected (adding a
trailing slash) by the Mapper.
- setMapperDirectoryRedirectEnabled(boolean) - Method in class org.apache.catalina.core.StandardContext
-
- setMapperDirectoryRedirectEnabled(boolean) - Method in class org.apache.catalina.startup.FailedContext
-
- setMapSendOptions(int) - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
-
- setMapSendOptions(int) - Method in class org.apache.catalina.ha.context.ReplicatedContext
-
- setMapSendOptions(int) - Method in class org.apache.catalina.ha.session.BackupManager
-
- setMaxActive(int) - Method in interface org.apache.catalina.Manager
-
(Re)sets the maximum number of sessions that have been active at the
same time.
- setMaxActive(int) - Method in class org.apache.catalina.session.ManagerBase
-
- setMaxActive(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
The maximum number of active connections that can be allocated from this pool at the same time.
- setMaxActive(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setMaxActive(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
The maximum number of active connections that can be allocated from this pool at the same time.
- setMaxActive(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
The maximum number of active connections that can be allocated from this pool at the same time.
- setMaxActiveSessions(int) - Method in class org.apache.catalina.session.ManagerBase
-
Set the maximum number of active Sessions allowed, or -1 for
no limit.
- setMaxAge(int) - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
-
- setMaxAge(long) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Time in milliseconds to keep this connection alive even when used.
- 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 alive even when used.
- setMaxAge(long) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Time in milliseconds to keep this connection alive even when used.
- setMaxBinaryMessageBufferSize(int) - Method in class org.apache.tomcat.websocket.WsSession
-
- setMaxConnections(int) - Method in class org.apache.coyote.AbstractProtocol
-
- setMaxConnections(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setMaxConnections(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
This endpoint does not support -1
for unlimited connections,
nor does it support setting this attribute while the endpoint is running.
- setMaxConnLifetimeMillis(long) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Sets the maximum permitted lifetime of a connection in milliseconds.
- setMaxConnLifetimeMillis(long) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
Sets the maximum permitted lifetime of a connection in milliseconds.
- setMaxConnLifetimeMillis(long) - 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.
- setMaxCookieCount(int) - Method in class org.apache.coyote.AbstractProcessor
-
- setMaxCookieCount(int) - Method in class org.apache.coyote.AbstractProtocol
-
- setMaxExtensionSize(int) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- setMaxFieldSize(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
-
- setMaxFileSize(String) - Method in class org.apache.tomcat.util.descriptor.web.MultipartDef
-
- setMaxHeaderCount(int) - Method in class org.apache.catalina.connector.Connector
-
Set the maximum number of headers in a request that are allowed by the
container.
- setMaxHeaderCount(int) - Method in class org.apache.coyote.AbstractProtocol
-
- setMaxHeaderCount(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setMaxHttpHeaderSize(int) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- setMaxIdle(int) - Method in class org.apache.tomcat.dbcp.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
-
Returns the cap on the number of "idle" instances in the pool.
- setMaxIdle(int) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPoolConfig
-
Set 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
-
- 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
-
Set 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
-
- setMaxIdleTime(long) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- setMaxIdleTimeout(long) - Method in class org.apache.tomcat.websocket.WsSession
-
- setMaxInactiveInterval(int) - Method in class org.apache.catalina.ha.session.DeltaRequest
-
- setMaxInactiveInterval(int) - Method in class org.apache.catalina.ha.session.DeltaSession
-
- setMaxInactiveInterval(int, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
-
- setMaxInactiveInterval(int) - Method in class org.apache.catalina.manager.DummyProxySession
-
- setMaxInactiveInterval(int) - Method in interface org.apache.catalina.Manager
-
- setMaxInactiveInterval(int) - Method in class org.apache.catalina.session.ManagerBase
-
Deprecated.
- setMaxInactiveInterval(int) - Method in interface org.apache.catalina.Session
-
Set the maximum time interval, in seconds, between client requests
before the servlet container will invalidate the session.
- setMaxInactiveInterval(int) - Method in class org.apache.catalina.session.StandardSession
-
Set the maximum time interval, in seconds, between client requests
before the servlet container will invalidate the session.
- setMaxInactiveInterval(int) - Method in class org.apache.catalina.session.StandardSessionFacade
-
- setMaxInstances(int) - Method in class org.apache.catalina.core.StandardWrapper
-
Set the maximum number of instances that will be allocated when a single
thread model servlet is used.
- setMaxKeepAliveRequests(int) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
Set the maximum number of Keep-Alive requests to honor.
- setMaxKeepAliveRequests(int) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- setMaxKeepAliveRequests(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setMaxOpenPreparedStatements(int) - Method in class org.apache.tomcat.dbcp.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.
- 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
-
- setMaxQueue(int) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
-
- setMaxQueueLength(int) - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
-
Deprecated.
- setMaxQueueSize(int) - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- setMaxQueueSize(long) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
-
- setMaxRequestSize(String) - Method in class org.apache.tomcat.util.descriptor.web.MultipartDef
-
- setMaxRequestUri(String) - Method in class org.apache.coyote.RequestInfo
-
- setMaxRetryAttempts(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- setMaxRetryAttempts(int) - Method in interface org.apache.catalina.tribes.transport.MultiPointSender
-
- setMaxRows(int) - Method in class org.apache.tomcat.dbcp.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.AbstractHttp11Processor
-
Set the maximum size of a POST which will be buffered in SSL mode.
- setMaxSavePostSize(int) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- setMaxSelectors(int) - Method in class org.apache.tomcat.util.net.NioSelectorPool
-
- setMaxSize(int) - Method in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
-
- setMaxSize(int) - Method in interface org.apache.catalina.tribes.io.BufferPool.BufferPoolAPI
-
- setMaxSize(int) - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
-
Deprecated.
- setMaxSize(long) - Method in class org.apache.catalina.webresources.Cache
-
- setMaxSpareSelectors(int) - Method in class org.apache.tomcat.util.net.NioSelectorPool
-
- setMaxSpareThreads(int) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
-
- setMaxSwallowSize(int) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- setMaxTasks(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- setMaxTasks(int) - Method in class org.apache.catalina.tribes.transport.RxTaskPool
-
- setMaxTextMessageBufferSize(int) - Method in class org.apache.tomcat.websocket.WsSession
-
- setMaxThreads(int) - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- setMaxThreads(int) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
-
- setMaxThreads(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- setMaxThreads(int) - Method in class org.apache.coyote.AbstractProtocol
-
- setMaxThreads(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setMaxTime(long) - Method in class org.apache.coyote.RequestGroupInfo
-
- setMaxTime(long) - Method in class org.apache.coyote.RequestInfo
-
- 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
-
Set 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
-
Set 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
-
Set the value for the maxTotalPerKey
configuration attribute for
pools created with this configuration instance.
- setMaxTrailerSize(int) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- setMaxValidTime(int) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
-
- setMaxValidTime(int) - Method in class org.apache.catalina.ha.deploy.FileMessageFactory
-
- setMaxWait(long) - Method in class org.apache.catalina.tribes.transport.PooledSender
-
- setMaxWait(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
The maximum number of milliseconds that the pool will wait (when there are no available connections and the
PoolConfiguration.getMaxActive()
has been reached) for a connection to be returned
before throwing an exception.
- setMaxWait(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setMaxWait(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
The maximum number of milliseconds that the pool will wait (when there are no available connections and the
PoolConfiguration.getMaxActive()
has been reached) for a connection to be returned
before throwing an exception.
- setMaxWait(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
The maximum number of milliseconds that the pool will wait (when there are no available connections and the
PoolConfiguration.getMaxActive()
has been reached) for a connection to be returned
before throwing an exception.
- setMaxWaitMillis(long) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
Sets the MaxWaitMillis property.
- setMaxWaitMillis(long) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
-
- setMaxWaitMillis(long) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
-
Set the value for the maxWait
configuration attribute for pools
created with this configuration instance.
- setMcastBindAddress(String) - Method in class org.apache.catalina.tribes.membership.McastService
-
- setMcastDropTime(long) - Method in class org.apache.catalina.tribes.membership.McastService
-
- setMemberAliveTime(long) - Method in interface org.apache.catalina.tribes.Member
-
- setMemberAliveTime(long) - Method in class org.apache.catalina.tribes.membership.MemberImpl
-
- setMembershipListener(MembershipListener) - Method in class org.apache.catalina.tribes.membership.McastService
-
Add a membership listener, this version only supports one listener per service,
so calling this method twice will result in only the second listener being active.
- setMembershipListener(MembershipListener) - Method in interface org.apache.catalina.tribes.MembershipService
-
Sets the membership listener, only one listener can be added.
- setMembershipService(MembershipService) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
-
- setMembershipService(MembershipService) - Method in class org.apache.catalina.tribes.group.GroupChannel
-
Sets the membership component
- setMembershipService(MembershipService) - Method in interface org.apache.catalina.tribes.ManagedChannel
-
Sets the membership service
- setMessage(byte[]) - Method in class org.apache.catalina.tribes.ByteMessage
-
Sets the message contents of this byte message
- setMessage(XByteBuffer) - Method in interface org.apache.catalina.tribes.ChannelMessage
-
The byte buffer that contains the actual message payload
- setMessage(ChannelMessage) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.MessageOrder
-
- setMessage(Serializable) - Method in class org.apache.catalina.tribes.group.Response
-
- setMessage(XByteBuffer) - Method in class org.apache.catalina.tribes.io.ChannelData
-
- setMessage(byte[]) - Method in class org.apache.catalina.tribes.transport.nio.NioSender
-
sendMessage
- setMessage(byte[], int, int) - Method in class org.apache.catalina.tribes.transport.nio.NioSender
-
- setMessage(String) - Method in class org.apache.coyote.Response
-
Set the status message.
- setMessageListener(MessageListener) - Method in interface org.apache.catalina.tribes.ChannelReceiver
-
Sets the message listener to receive notification of incoming
- setMessageListener(MessageListener) - Method in class org.apache.catalina.tribes.membership.McastService
-
- setMessageListener(MessageListener) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
setMessageListener
- setMessageNumber(int) - Method in class org.apache.catalina.ha.deploy.FileMessage
-
- setMetadataComplete(boolean) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- setMethod(String) - Method in class org.apache.catalina.authenticator.SavedRequest
-
- setMethod - Variable in class org.apache.tomcat.util.modeler.AttributeInfo
-
- setMethodField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Sets the name of the field containing the HTTP request method.
- setMethodMapping(PojoMethodMapping) - Method in class org.apache.tomcat.websocket.pojo.PojoEndpointBase
-
- setMethodSignature(String) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Attribute
-
- 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
-
- setMimeType(String) - Method in class org.apache.catalina.webresources.CachedResource
-
- setMimeType(String) - Method in class org.apache.catalina.webresources.EmptyResource
-
- setMinEvictableIdleTimeMillis(long) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
- setMinEvictableIdleTimeMillis(int) - 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).
- setMinEvictableIdleTimeMillis(long) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
-
- setMinEvictableIdleTimeMillis(long) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
-
Set the value for the minEvictableIdleTimeMillis
configuration
attribute for pools created with this configuration instance.
- setMinEvictableIdleTimeMillis(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
The minimum amount of time an object must sit idle in the pool before it is eligible for eviction.
- setMinEvictableIdleTimeMillis(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setMinEvictableIdleTimeMillis(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
The minimum amount of time an object must sit idle in the pool before it is eligible for eviction.
- setMinEvictableIdleTimeMillis(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
The minimum amount of time an object must sit idle in the pool before it is eligible for eviction.
- setMinIdle(int) - Method in class org.apache.tomcat.dbcp.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
-
Set 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
-
The minimum number of established connections that should be kept in the pool at all times.
- setMinIdle(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setMinIdle(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
The minimum number of established connections that should be kept in the pool at all times.
- setMinIdle(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
The minimum number of established connections that should be kept in the pool at all times.
- 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
-
Set 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.
- setMinSpareThreads(int) - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- setMinSpareThreads(int) - Method in class org.apache.coyote.AbstractProtocol
-
- setMinSpareThreads(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setMinTasks(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- setMinTasks(int) - Method in class org.apache.catalina.tribes.transport.RxTaskPool
-
- setMinThreads(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- setMsgCount(int) - Method in class org.apache.catalina.tribes.membership.MemberImpl
-
- setMultipartConfig(MultipartConfigElement) - Method in class org.apache.catalina.core.ApplicationServletRegistration
-
- setMultipartConfigElement(MultipartConfigElement) - Method in class org.apache.catalina.core.StandardWrapper
-
- setMultipartConfigElement(MultipartConfigElement) - Method in interface org.apache.catalina.Wrapper
-
Set the multi-part configuration for the associated servlet.
- setMultipartDef(MultipartDef) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- setName(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
-
- setName(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
- setName(String) - Method in interface org.apache.catalina.Container
-
Set a name string (suitable for use by humans) that describes this
Container.
- setName(String) - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
-
- setName(String) - Method in class org.apache.catalina.core.ContainerBase
-
Set a name string (suitable for use by humans) that describes this
Container.
- setName(String) - Method in class org.apache.catalina.core.NamingContextListener
-
Set the "name" property.
- setName(String) - Method in class org.apache.catalina.core.StandardHost
-
Set the canonical, fully qualified, name of the virtual host
this Container represents.
- setName(String) - Method in class org.apache.catalina.core.StandardService
-
Set the name of this Service.
- setName(String) - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- setName(String) - Method in 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
-
- setName(String) - Method in class org.apache.catalina.tribes.group.GroupChannel
-
- setName(String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Sets the name of the connection pool
- setName(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setName(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Sets the name of the connection pool
- setName(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Sets the name of the connection pool
- setName(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
-
- setName(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- setName(String) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Attribute
-
- setName(String) - Method in class org.apache.tomcat.util.descriptor.web.ApplicationParameter
-
- setName(String) - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
-
- 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
-
- setName(String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- setName(String) - Method in class org.apache.tomcat.util.modeler.FeatureInfo
-
- setName(String) - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
- setName(String) - Method in class org.apache.tomcat.util.modeler.NotificationInfo
-
Override the name
property setter.
- setName(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setNameFromAttribute(String) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Variable
-
- setNameGiven(String) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Variable
-
- setNamePrefix(String) - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- setNamespaceAware(boolean) - Method in class org.apache.tomcat.util.digester.Digester
-
Set the "namespace aware" flag for parsers we create.
- setNamespaceURI(String) - Method in class org.apache.tomcat.util.digester.Rule
-
Set the namespace URI for which this Rule is relevant, if any.
- setNamespaceURI(String) - Method in interface org.apache.tomcat.util.digester.Rules
-
Set the namespace URI that will be applied to all subsequently
added Rule
objects.
- setNamespaceURI(String) - Method in class org.apache.tomcat.util.digester.RulesBase
-
Set the namespace URI that will be applied to all subsequently
added Rule
objects.
- 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
-
Set the naming resources for this web application.
- setNamingResources(NamingResourcesImpl) - Method in class org.apache.catalina.startup.FailedContext
-
- setNamingResources(NamingResources) - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
-
- setNCharacterStream(String, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- setNCharacterStream(String, Reader) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- setNCharacterStream(int, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
-
- setNCharacterStream(int, Reader) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
-
- setNClob(String, NClob) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- setNClob(String, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- setNClob(String, Reader) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- setNClob(int, NClob) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
-
- setNClob(int, Reader, long) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
-
- setNClob(int, Reader) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
-
- setNetworkTimeout(Executor, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
-
- setNew(boolean) - Method in class org.apache.catalina.ha.session.DeltaRequest
-
- setNew(boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
-
Set the isNew
flag for this session.
- setNew(boolean, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
-
- setNew(boolean) - Method in class org.apache.catalina.manager.DummyProxySession
-
- setNew(boolean) - Method in interface org.apache.catalina.Session
-
Set the isNew
flag for this session.
- setNew(boolean) - Method in class org.apache.catalina.session.StandardSession
-
Set the isNew
flag for this session.
- setNewServletContextListenerAllowed(boolean) - Method in class org.apache.catalina.core.ApplicationContext
-
- setNext(ChannelInterceptor) - Method in interface org.apache.catalina.tribes.ChannelInterceptor
-
Set the next interceptor in the list of interceptors
- setNext(ChannelInterceptor) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
-
- setNext(OrderInterceptor.MessageOrder) - Method in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor.MessageOrder
-
- setNext(LinkObject) - Method in class org.apache.catalina.tribes.transport.bio.util.LinkObject
-
Deprecated.
- setNext(Valve) - Method in interface org.apache.catalina.Valve
-
Set the next Valve in the pipeline containing this Valve.
- setNext(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- setNext(Valve) - Method in class org.apache.catalina.valves.ValveBase
-
Set the Valve that follows this one in the pipeline it is part of.
- setNext(JdbcInterceptor) - Method in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
-
configures the next interceptor in the chain
- setNext(Transformation) - Method in class org.apache.tomcat.websocket.PerMessageDeflate
-
- setNext(Transformation) - Method in interface org.apache.tomcat.websocket.Transformation
-
Sets the next transformation in the pipeline.
- SetNextNamingRule - Class in org.apache.catalina.startup
-
Rule implementation that calls a method on the (top-1) (parent)
object, passing the top object (child) as an argument.
- SetNextNamingRule(String, String) - Constructor for class org.apache.catalina.startup.SetNextNamingRule
-
Construct a "set next" rule with the specified method name.
- SetNextRule - Class in org.apache.tomcat.util.digester
-
Rule implementation that calls a method on the (top-1) (parent)
object, passing the top object (child) as an argument.
- SetNextRule(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
-
- setNocase(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- setNoCompressionUserAgents(String) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
Set no compression user agent pattern.
- setNoCompressionUserAgents(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- setNoContextManagerReceived(boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
-
- setNoescape(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- setNoKeepAliveUserAgents(String) - Method in class org.apache.catalina.authenticator.SpnegoAuthenticator
-
- setNonceCacheSize(int) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
-
- setNonceCacheSize(int) - Method in class org.apache.catalina.filters.CsrfPreventionFilter
-
Sets the number of previously issued nonces that will be cached on a LRU
basis to support parallel requests, limited use of the refresh and back
in the browser and similar behaviors that may result in the submission
of a previous nonce rather than the current one.
- setNonceCountWindowSize(int) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
-
- setNonceValidity(long) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
-
- setNosubreq(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- setNote(String, Object) - Method in class org.apache.catalina.connector.Request
-
Bind an object to a specified name in the internal notes associated
with this request, replacing any existing binding for this name.
- setNote(String, Object) - Method in class org.apache.catalina.manager.DummyProxySession
-
- setNote(String, Object) - Method in interface org.apache.catalina.Session
-
Bind an object to a specified name in the internal notes associated
with this session, replacing any existing binding for this name.
- setNote(String, Object) - Method in class org.apache.catalina.session.StandardSession
-
Bind an object to a specified name in the internal notes associated
with this session, replacing any existing binding for this name.
- setNote(int, Object) - Method in class org.apache.coyote.Request
-
Used to store private data.
- setNote(int, Object) - Method in class org.apache.coyote.Response
-
- setNotifyContainerListenersOnReplication(boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
-
- setNotifyLifecycleListenerOnFailure(boolean) - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
- setNotifyListenersOnReplication(boolean) - Method in class org.apache.catalina.ha.session.ClusterManagerBase
-
- setNotifyPool(boolean) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
-
- setNotifySessionListenersOnReplication(boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
-
- setNString(String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- setNString(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
-
- 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
-
- setNumTestsPerEvictionRun(int) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
- 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
-
Set 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
-
Property not used
- setNumTestsPerEvictionRun(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setNumTestsPerEvictionRun(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Property not used
- setNumTestsPerEvictionRun(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Property not used
- setObject(String, Object, int, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- setObject(String, Object, int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- setObject(String, Object) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- setObject(int, Object, int, int) - 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) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
-
- setObjectMaxSize(int) - Method in class org.apache.catalina.webresources.Cache
-
- setOffset(int) - Method in class org.apache.tomcat.util.buf.AbstractChunk
-
- setOoBInline(boolean) - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- setOoBInline(boolean) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- setOoBInline(boolean) - Method in class org.apache.tomcat.util.net.SocketProperties
-
- setOomParachute(int) - Method in class org.apache.coyote.http11.Http11Nio2Protocol
-
- setOomParachute(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
-
- setOomParachute(int) - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
- setOomParachute(int) - Method in class org.apache.tomcat.util.net.NioEndpoint
-
- setOomParachuteData(byte[]) - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
- setOomParachuteData(byte[]) - Method in class org.apache.tomcat.util.net.NioEndpoint
-
- setOpaque(String) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
-
- setOperation(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
-
- setOperation(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
-
- setOptimizedWrite(boolean) - Method in class org.apache.tomcat.util.buf.CharChunk
-
- setOptionCheck(boolean) - Method in class org.apache.catalina.tribes.group.GroupChannel
-
Enables/disables the option check
Setting this to true, will make the GroupChannel perform a conflict check
on the interceptors.
- setOptionFlag(int) - Method in interface org.apache.catalina.tribes.ChannelInterceptor
-
Sets the option flag
- setOptionFlag(int) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
-
- setOptionFlag(int) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
-
- setOptions(int) - Method in interface org.apache.catalina.tribes.ChannelMessage
-
sets the option bits for this message
- setOptions(int) - Method in class org.apache.catalina.tribes.io.ChannelData
-
Sets the message options.
- setOptions(int) - Method in class org.apache.catalina.tribes.transport.AbstractRxTask
-
- setOptions(long, int) - Static method in class org.apache.tomcat.jni.SSLContext
-
Set OpenSSL Option.
- setOriginalDocBase(String) - Method in class org.apache.catalina.core.StandardContext
-
Set the original document root for this Context.
- setOrnext(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteCond
-
- setOutput(File) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
-
File the output of the task is redirected to.
- setOutputBuffer(OutputBuffer) - Method in class org.apache.coyote.Response
-
- setOutputDir(String) - Method in class org.apache.jasper.JspC
-
- setOutputFileName(String) - Method in class org.apache.jasper.compiler.SmapGenerator
-
Sets the filename (without path information) for the generated
source file.
- setOutputproperty(String) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
-
Property name whose value should be set to the output of
the task.
- 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
-
- setOverridable(boolean) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- setOverride(boolean) - Method in interface org.apache.catalina.Context
-
Set the override flag for this web application.
- setOverride(boolean) - Method in class org.apache.catalina.core.StandardContext
-
Set the default context override flag for this web application.
- setOverride(boolean) - Method in class org.apache.catalina.startup.FailedContext
-
- setOverride(boolean) - Method in class org.apache.tomcat.util.descriptor.web.ApplicationParameter
-
- setOverride(boolean) - Method in class org.apache.tomcat.util.descriptor.web.ContextEnvironment
-
- setOverride(boolean) - Method in class org.apache.tomcat.util.descriptor.web.ContextResourceEnvRef
-
- 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
-
- setPageEncoding(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- setParameters(String) - Method in interface org.apache.catalina.valves.rewrite.RewriteMap
-
- setParent(Container) - Method in interface org.apache.catalina.Container
-
Set the parent Container to which this Container is being added as a
child.
- setParent(Container) - Method in class org.apache.catalina.core.ContainerBase
-
Set the parent Container to which this Container is being added as a
child.
- setParent(Container) - Method in class org.apache.catalina.core.StandardEngine
-
Disallow any attempt to set a parent for this Container, since an
Engine is supposed to be at the top of the Container hierarchy.
- setParent(Container) - Method in class org.apache.catalina.core.StandardWrapper
-
Set the parent Container of this Wrapper, but only if it is a Context.
- setParent(Container) - Method in class org.apache.catalina.startup.FailedContext
-
- setParent(ThreadPoolExecutor) - Method in class org.apache.tomcat.util.threads.TaskQueue
-
- setParentClassLoader(ClassLoader) - Method in interface org.apache.catalina.Container
-
Set the parent class loader for this component.
- setParentClassLoader(ClassLoader) - Method in class org.apache.catalina.core.ContainerBase
-
Set the parent class loader (if any) for this web application.
- setParentClassLoader(ClassLoader) - Method in class org.apache.catalina.core.StandardServer
-
Set the parent class loader for this server.
- setParentClassLoader(ClassLoader) - Method in class org.apache.catalina.core.StandardService
-
Set the parent class loader for this server.
- setParentClassLoader(ClassLoader) - Method in 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
-
- setParseFailedReason(Parameters.FailReason) - Method in class org.apache.tomcat.util.http.Parameters
-
- setPartnerCode(String) - Method in class org.apache.tomcat.buildutil.SignCode
-
- setPassword(String) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
-
- setPassword(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
-
- setPassword(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
- setPassword(String) - Method in interface org.apache.catalina.User
-
Set the logon password of this user, optionally prefixed with the
identifier of an encoding scheme surrounded by curly braces, such as
{md5}xxxxx
.
- setPassword(String) - Method in class org.apache.catalina.users.AbstractUser
-
Set the logon password of this user, optionally prefixed with the
identifier of an encoding scheme surrounded by curly braces, such as
{md5}xxxxx
.
- setPassword(String) - Method in class org.apache.tomcat.buildutil.SignCode
-
- setPassword(String) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
- setPassword(char[]) - 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.cpdsadapter.DriverAdapterCPDS
-
Sets the value of password for the default user.
- setPassword(String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Sets the password to establish the connection with.
- setPassword(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setPassword(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Sets the password to establish the connection with.
- setPassword(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Sets the password to establish the connection with.
- setPassword(String) - Static method in class org.apache.tomcat.jni.SSL
-
Set global Password for decrypting certificates and keys.
- setPasswordCallback(PasswordCallback) - Static method in class org.apache.tomcat.jni.SSL
-
Set global Password callback for obtaining passwords.
- setPath(String) - Method in class org.apache.catalina.ant.AbstractCatalinaCommandTask
-
- setPath(String) - Method in class org.apache.catalina.ant.ValidatorTask
-
- setPath(String) - Method in interface org.apache.catalina.Context
-
Set the context path for this web application.
- setPath(String) - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
-
- setPath(String) - Method in class org.apache.catalina.core.StandardContext
-
Set the context path for this Context.
- setPath(String) - Method in class org.apache.catalina.startup.FailedContext
-
- setPath(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
-
- setPathInfo(String) - Method in class org.apache.catalina.connector.Request
-
Set the path information for this Request.
- setPathname(String) - Method in class org.apache.catalina.realm.MemoryRealm
-
Set the pathname of our XML file containing user definitions.
- setPathname(String) - Method in class org.apache.catalina.session.StandardManager
-
Set the session persistence pathname to the specified value.
- setPathname(String) - Method in class org.apache.catalina.users.MemoryUserDatabase
-
Set the relative or absolute pathname to the persistent storage file.
- setPathParameters(Map<String, String>) - Method in class org.apache.tomcat.websocket.pojo.PojoEndpointBase
-
- setPathsAcceptingParams(String) - Method in class org.apache.catalina.filters.RestCsrfPreventionFilter
-
A comma separated list of URLs that can accept nonces via request
parameter 'X-CSRF-Token'.
- setPattern(String) - Method in class org.apache.catalina.valves.AbstractAccessLogValve
-
Set the format pattern, first translating any recognized alias.
- setPattern(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Sets the logging pattern.
- setPatternString(String) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- setPayload(byte[]) - Method in interface org.apache.catalina.tribes.Member
-
- setPayload(byte[]) - Method in class org.apache.catalina.tribes.membership.McastService
-
- setPayload(byte[]) - Method in class org.apache.catalina.tribes.membership.MemberImpl
-
- setPayload(byte[]) - Method in interface org.apache.catalina.tribes.MembershipService
-
Set a payload to be broadcasted with each membership
broadcast.
- setPerformanceBandwidth(int) - Method in class org.apache.tomcat.util.net.SocketProperties
-
- setPerformanceConnectionTime(int) - Method in class org.apache.tomcat.util.net.SocketProperties
-
- setPerformanceLatency(int) - Method in class org.apache.tomcat.util.net.SocketProperties
-
- setPerformReadTest(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
-
- setPerformSendTest(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
-
- setPerUserBlockWhenExhausted(String, Boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
-
- 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.
- setPerUserEvictionPolicyClassName(String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
-
- setPerUserLifo(String, Boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
-
- setPerUserMaxIdle(String, Integer) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
-
- setPerUserMaxTotal(String, Integer) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
-
- setPerUserMaxWaitMillis(String, Long) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
-
- 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
-
- setPerUserNumTestsPerEvictionRun(String, Integer) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
-
- 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
-
- setPerUserTestOnCreate(String, Boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
-
- setPerUserTestOnReturn(String, Boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
-
- setPerUserTestWhileIdle(String, Boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
-
- setPerUserTimeBetweenEvictionRunsMillis(String, Long) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
-
Sets a user specific value for
()
for the specified
user's pool.
- setPluggabilityScan(String) - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
-
- setPluggabilitySkip(String) - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
-
- setPluginAttribute(String, Object) - Method in interface org.apache.jasper.compiler.tagplugin.TagPluginContext
-
Associate the attribute with a value in the current tagplugin context.
- setPojo(Object) - Method in class org.apache.tomcat.websocket.pojo.PojoEndpointBase
-
- setPoller(NioEndpoint.Poller) - Method in class org.apache.tomcat.util.net.NioChannel
-
- setPoller(NioEndpoint.Poller) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
-
- setPollerSize(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- setPollerSize(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setPollerThreadCount(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
-
- setPollerThreadCount(int) - Method in class org.apache.tomcat.util.net.NioEndpoint
-
- setPollerThreadPriority(int) - Method in class org.apache.coyote.http11.Http11Nio2Protocol
-
- setPollerThreadPriority(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
-
- setPollerThreadPriority(int) - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
- setPollerThreadPriority(int) - Method in class org.apache.tomcat.util.net.NioEndpoint
-
- setPollTime(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
-
- setPollTime(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setPollTime(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setPool(RxTaskPool) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- setPool(ObjectPool<PoolableConnection>) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
-
- setPool(ConnectionPool) - Method in class org.apache.tomcat.jdbc.pool.ProxyConnection
-
- 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
-
Flag to toggle the pooling of PreparedStatement
s
- setPoolProperties(PoolConfiguration) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
- setPoolProperties(PoolConfiguration) - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
-
Sets the pool configuration for this connection and connection pool.
- setPoolSize(int) - Method in class org.apache.catalina.tribes.transport.PooledSender
-
- setPoolStatements(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
-
- setPort(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
-
- setPort(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
- setPort(int) - Method in class org.apache.catalina.connector.Connector
-
Set the port number on which we listen for requests.
- setPort(int) - Method in class org.apache.catalina.core.StandardServer
-
Set the port number we listen to for shutdown commands.
- setPort(int) - Method in interface org.apache.catalina.Server
-
Set the port number we listen to for shutdown commands.
- setPort(int) - Method in class org.apache.catalina.startup.Tomcat
-
Set the port for the default connector.
- setPort(int) - Method in class org.apache.catalina.tribes.membership.McastService
-
- setPort(int) - Method in class org.apache.catalina.tribes.membership.MemberImpl
-
- setPort(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- setPort(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- setPort(int) - Method in class org.apache.coyote.AbstractProtocol
-
- setPort(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setPortComponentRef(Hashtable<String, QName>) - Method in class org.apache.naming.factory.webservices.ServiceProxy
-
- setPortHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter
-
Header that holds the incoming port, usally named
X-Forwarded-Port
.
- setPortHeader(String) - Method in class org.apache.catalina.valves.RemoteIpValve
-
- setPositive(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteCond
-
- setPreemptiveAuthentication(boolean) - Method in interface org.apache.catalina.Context
-
Configures if a user presents authentication credentials, whether the
context will process them when the request is for a non-protected
resource.
- setPreemptiveAuthentication(boolean) - Method in class org.apache.catalina.core.StandardContext
-
- setPreemptiveAuthentication(boolean) - Method in class org.apache.catalina.startup.FailedContext
-
- setPrefix(String) - Method in class org.apache.catalina.valves.AccessLogValve
-
Set the log file prefix.
- setPrefix(String) - Method in class org.apache.el.parser.AstFunction
-
- setPreserveCookieHeader(boolean) - Method in class org.apache.tomcat.util.http.LegacyCookieProcessor
-
Deprecated.
No longer used. Cookie headers are now always preserved. Will
be removed in Tomcat 8.5.x.
- setPrestartminSpareThreads(boolean) - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- setPrevious(ChannelInterceptor) - Method in interface org.apache.catalina.tribes.ChannelInterceptor
-
Set the previous interceptor in the list
- setPrevious(ChannelInterceptor) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
-
- setPrimary(Member) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
-
- setPrimaryIndicator(boolean) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
-
- setPrimaryIndicatorName(String) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
-
- setPrimarySession(boolean) - Method in interface org.apache.catalina.ha.ClusterSession
-
Sets whether this is the primary session or not.
- setPrimarySession(boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
-
Sets whether this is the primary session or not.
- setPrincipal(Principal) - Method in class org.apache.catalina.ha.session.DeltaRequest
-
- setPrincipal(Principal) - Method in class org.apache.catalina.ha.session.DeltaSession
-
Set the authenticated Principal that is associated with this Session.
- setPrincipal(Principal, boolean) - Method in class org.apache.catalina.ha.session.DeltaSession
-
- setPrincipal(Principal) - Method in class org.apache.catalina.manager.DummyProxySession
-
- setPrincipal(Principal) - Method in interface org.apache.catalina.Session
-
Set the authenticated Principal that is associated with this Session.
- setPrincipal(Principal) - Method in class org.apache.catalina.session.StandardSession
-
Set the authenticated Principal that is associated with this Session.
- setPrivileged(boolean) - Method in interface org.apache.catalina.Context
-
Set the privileged flag for this web application.
- setPrivileged(boolean) - Method in class org.apache.catalina.core.StandardContext
-
Set the privileged flag for this web application.
- setPrivileged(boolean) - Method in class org.apache.catalina.startup.FailedContext
-
- setProcessDeployFrequency(int) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
-
Set the watcher checks frequency.
- setProcessExpiresFrequency(int) - Method in class org.apache.catalina.session.ManagerBase
-
Set the manager checks frequency.
- setProcessingTime(long) - Method in class org.apache.catalina.session.ManagerBase
-
- setProcessingTime(long) - Method in class org.apache.coyote.RequestGroupInfo
-
- setProcessingTime(long) - Method in class org.apache.coyote.RequestInfo
-
- setProcessorCache(int) - Method in class org.apache.coyote.AbstractProtocol
-
- setProcessorCache(int) - Method in class org.apache.tomcat.util.net.SocketProperties
-
- setProcessPeriod(int) - Method in interface org.apache.tomcat.websocket.BackgroundProcess
-
- setProcessPeriod(int) - Method in class org.apache.tomcat.websocket.server.WsWriteTimeout
-
- setProcessPeriod(int) - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
-
- setProgressListener(ProgressListener) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
Sets the progress listener.
- setPropagateInterruptState(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Configure the pool to propagate interrupt state for interrupted threads waiting for a connection
A thread waiting for a connection, can have its wait interrupted, and by default
will clear the interrupt flag and throw a
PoolExhaustedException
If set to true, this behavior will change, while the
PoolExhaustedException
is still thrown, the threads interrupted state is still set.
- setPropagateInterruptState(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
Configure the pool to propagate interrupt state for interrupted threads waiting for a connection
A thread waiting for a connection, can have its wait interrupted, and by default
will clear the interrupt flag and throw a
PoolExhaustedException
If set to true, this behavior will change, while the
PoolExhaustedException
is still thrown, the threads interrupted state is still set.
- setPropagateInterruptState(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Configure the pool to propagate interrupt state for interrupted threads waiting for a connection
A thread waiting for a connection, can have its wait interrupted, and by default
will clear the interrupt flag and throw a
PoolExhaustedException
If set to true, this behavior will change, while the
PoolExhaustedException
is still thrown, the threads interrupted state is still set.
- setPropagateInterruptState(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Configure the pool to propagate interrupt state for interrupted threads waiting for a connection
A thread waiting for a connection, can have its wait interrupted, and by default
will clear the interrupt flag and throw a
PoolExhaustedException
If set to true, this behavior will change, while the
PoolExhaustedException
is still thrown, the threads interrupted state is still set.
- setProperties(Properties) - Method in class org.apache.catalina.tribes.membership.McastService
-
- setProperties(Properties) - Method in interface org.apache.catalina.tribes.MembershipService
-
Sets the properties for the membership service.
- setProperties(Map<String, PoolProperties.InterceptorProperty>) - Method in class org.apache.tomcat.jdbc.pool.interceptor.QueryTimeoutInterceptor
-
- setProperties(Map<String, PoolProperties.InterceptorProperty>) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
-
- setProperties(Map<String, PoolProperties.InterceptorProperty>) - Method in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
-
- setProperties(Map<String, PoolProperties.InterceptorProperty>) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
-
- setProperties(Map<String, PoolProperties.InterceptorProperty>) - Method in class org.apache.tomcat.jdbc.pool.interceptor.StatementFinalizer
-
- setProperties(Map<String, PoolProperties.InterceptorProperty>) - Method in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
-
Called during the creation of an interceptor
The properties can be set during the configuration of an interceptor
Override this method to perform type casts between string values and object properties
- setProperties(Socket) - Method in class org.apache.tomcat.util.net.SocketProperties
-
- setProperties(ServerSocket) - Method in class org.apache.tomcat.util.net.SocketProperties
-
- setProperties(AsynchronousSocketChannel) - Method in class org.apache.tomcat.util.net.SocketProperties
-
- setProperties(AsynchronousServerSocketChannel) - Method in class org.apache.tomcat.util.net.SocketProperties
-
- SetPropertiesRule - Class in org.apache.tomcat.util.digester
-
Rule implementation that sets properties on the object at the top of the
stack, based on attributes with corresponding names.
- SetPropertiesRule() - Constructor for class org.apache.tomcat.util.digester.SetPropertiesRule
-
- setProperty(String, Object) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
- setProperty(String, String) - Method in class org.apache.catalina.connector.Connector
-
Set a configured property.
- setProperty(String, String) - Method in class org.apache.coyote.AbstractProtocol
-
Generic property setter used by the digester.
- setProperty(String, String) - Method in class org.apache.jasper.EmbeddedServletOptions
-
- setProperty(String, String) - Method in class org.apache.tomcat.util.descriptor.web.ContextHandler
-
Set a configured property.
- 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(Object, String, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
-
Find a method with the right name If found, call the method ( if param is
int or boolean we'll convert value to the right type before) - that means
you can have setDebug(1).
- setProperty(Object, String, String, boolean) - Static method in class org.apache.tomcat.util.IntrospectionUtils
-
- setProperty(String, String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setProperty(String, String) - Method in class org.apache.tomcat.util.net.NioEndpoint
-
Generic properties, introspected
- setPropertyResolved(boolean) - Method in class org.apache.el.lang.EvaluationContext
-
- setPropertyResolved(Object, Object) - Method in class org.apache.el.lang.EvaluationContext
-
- setPropertyResolved(boolean) - Method in class org.apache.jasper.el.ELContextWrapper
-
- setProtocol(String) - Method in class org.apache.catalina.connector.Connector
-
Set the Coyote protocol which will be used by the connector.
- setProtocol(String) - Method in class org.apache.catalina.realm.JNDIRealm
-
Set the protocol for this Realm.
- setProtocolHandlerClassName(String) - Method in class org.apache.catalina.connector.Connector
-
Set the class name of the Coyote protocol handler which will be used
by the connector.
- setProtocolHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter
-
Header that holds the incoming protocol, usally named X-Forwarded-Proto
.
- setProtocolHeader(String) - Method in class org.apache.catalina.valves.RemoteIpValve
-
Header that holds the incoming protocol, usually named X-Forwarded-Proto
.
- setProtocolHeaderHttpsValue(String) - Method in class org.apache.catalina.filters.RemoteIpFilter
-
Case insensitive value of the protocol header to indicate that the incoming http request uses HTTPS.
- setProtocolHeaderHttpsValue(String) - Method in class org.apache.catalina.valves.RemoteIpValve
-
Case insensitive value of the protocol header to indicate that the incoming http request uses SSL.
- setPrototypeMode(boolean) - Method in class org.apache.jasper.JspCompilationContext
-
- 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
-
- 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.
- setPublicId(String) - Method in interface org.apache.catalina.Context
-
Set the public identifier of the deployment descriptor DTD that is
currently being parsed.
- setPublicId(String) - Method in class org.apache.catalina.core.StandardContext
-
Set the public identifier of the deployment descriptor DTD that is
currently being parsed.
- setPublicId(String) - Method in class org.apache.catalina.startup.FailedContext
-
- setPublicId(String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- setPublicId(String) - Method in class org.apache.tomcat.util.digester.Digester
-
Set the public id of the current file being parse.
- setQName(int, String) - Method in class org.apache.jasper.util.UniqueAttributesImpl
-
- setQsappend(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- setQuery(String) - Method in class org.apache.catalina.ant.JMXQueryTask
-
Set method for the JMX query string.
- setQuery(MessageBytes) - Method in class org.apache.tomcat.util.http.Parameters
-
- setQueryField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Sets the name of the field containing the URL part of the HTTP query.
- setQueryString(String) - Method in class org.apache.catalina.authenticator.SavedRequest
-
- setQueryStringEncoding(String) - Method in class org.apache.tomcat.util.http.Parameters
-
- setQueryTimeout(int) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingStatement
-
- setQuietShutdown(long, boolean) - Static method in class org.apache.tomcat.jni.SSLContext
-
Sets the "quiet shutdown" flag for ctx to be
mode.
- setQuoteAttributeEL(boolean) - Method in class org.apache.jasper.EmbeddedServletOptions
-
- setQuoteAttributeEL(boolean) - Method in class org.apache.jasper.JspC
-
- setRandom(long, String) - Static method in class org.apache.tomcat.jni.SSLContext
-
Set file for randomness
- setRandomClass(String) - Method in class org.apache.catalina.filters.CsrfPreventionFilterBase
-
Specify the class to use to generate the nonces.
- setrbb(long, ByteBuffer) - Static method in class org.apache.tomcat.jni.Socket
-
Set internal receive ByteBuffer.
- setReadable(boolean) - Method in class org.apache.tomcat.util.modeler.AttributeInfo
-
- setReadListener(ReadListener) - Method in class org.apache.catalina.connector.CoyoteInputStream
-
- setReadListener(ReadListener) - Method in class org.apache.catalina.connector.InputBuffer
-
- setReadListener(ReadListener) - Method in class org.apache.coyote.http11.upgrade.AbstractServletInputStream
-
- setReadListener(ReadListener) - Method in class org.apache.coyote.Request
-
- setReadonly(boolean) - Method in class org.apache.catalina.users.MemoryUserDatabase
-
Setting the readonly status of the user database
- 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 interface org.apache.catalina.WebResourceSet
-
Configures whether or not this set of resources is read-only.
- setReadOnly(Object) - Static method in class org.apache.naming.ContextAccessController
-
Set whether or not a Catalina context is writable.
- setReadOnly(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
-
- setReadOnly(boolean) - Method in interface org.apache.tomcat.dbcp.dbcp2.PoolableConnectionMXBean
-
- setReadTestTimeout(long) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
-
- setReadTimeout(String) - Method in class org.apache.catalina.realm.JNDIRealm
-
Set the read timeout.
- setReady() - Method in class org.apache.catalina.tribes.transport.SenderState
-
- setRealm(Realm) - Method in interface org.apache.catalina.Container
-
Set the Realm with which this Container is associated.
- setRealm(Realm) - Method in class org.apache.catalina.core.ContainerBase
-
Set the Realm with which this Container is associated.
- setRealm(Realm) - Method in class org.apache.catalina.startup.FailedContext
-
- setRealmName(String) - Method in class org.apache.tomcat.util.descriptor.web.LoginConfig
-
- setRealmPath(String) - Method in class org.apache.catalina.realm.RealmBase
-
- setRecordAllActions(boolean) - Method in class org.apache.catalina.ha.session.ClusterManagerBase
-
- setRecoveryCounter(int) - Method in class org.apache.catalina.tribes.membership.McastService
-
- setRecoveryCounter(int) - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
-
- setRecoveryEnabled(boolean) - Method in class org.apache.catalina.tribes.membership.McastService
-
- setRecoveryEnabled(boolean) - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
-
- setRecoverySleepTime(long) - Method in class org.apache.catalina.tribes.membership.McastService
-
- setRecoverySleepTime(long) - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
-
- setRedirect(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- setRedirectCode(int) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- setRedirectPort(int) - Method in class org.apache.catalina.connector.Connector
-
Set the redirect port number.
- setRef(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
-
- setRef(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
- setRef(int, Ref) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
-
- setReference(SoftReference<T>) - Method in class org.apache.tomcat.dbcp.pool2.impl.PooledSoftReference
-
Sets the wrapped reference.
- setRefererField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Sets the name of the field containing the referer.
- setReferrals(String) - Method in class org.apache.catalina.realm.JNDIRealm
-
How do we handle JNDI referrals?
- setRegistry(StoreRegistry) - Method in interface org.apache.catalina.storeconfig.IStoreConfig
-
Set Configuration Registry
- setRegistry(StoreRegistry) - Method in interface org.apache.catalina.storeconfig.IStoreFactory
-
- 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
-
- setRegistry(Registry) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDigesterSource
-
- setRegistry(Registry) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
-
- setRejectIllegalHeaderName(boolean) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
If an HTTP request is received that contains an illegal header name (i.e.
- setRelaxedPathChars(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- setRelaxedQueryChars(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- setReload(boolean) - Method in class org.apache.jasper.servlet.JspServletWrapper
-
- setReloadable(boolean) - Method in interface org.apache.catalina.Context
-
Set the reloadable flag for this web application.
- setReloadable(boolean) - Method in class org.apache.catalina.core.StandardContext
-
Set the reloadable flag for this web application.
- setReloadable(boolean) - Method in interface org.apache.catalina.Loader
-
Set the reloadable flag for this Loader.
- setReloadable(boolean) - Method in class org.apache.catalina.loader.WebappLoader
-
Set the reloadable flag for this Loader.
- setReloadable(boolean) - Method in class org.apache.catalina.startup.FailedContext
-
- setRemote(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextEjb
-
- setRemoteAddr(String) - Method in class org.apache.catalina.connector.Request
-
Set the IP address of the remote client associated with this Request.
- setRemoteAddr(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- setRemoteAddr(String) - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- 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
-
- setRemoteHost(String) - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- setRemoteHostField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Sets the name of the field containing the remote host.
- setRemoteIpHeader(String) - Method in class org.apache.catalina.filters.RemoteIpFilter
-
Name of the http header from which the remote ip is extracted.
- setRemoteIpHeader(String) - Method in class org.apache.catalina.valves.RemoteIpValve
-
Name of the http header from which the remote ip is extracted.
- setRemotePort(int) - Method in class org.apache.coyote.Request
-
- setRemotePort(int) - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- setRemoteUserNeedsAuthorization(boolean) - Method in class org.apache.coyote.Request
-
- setRemoveAbandoned(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
boolean flag to remove abandoned connections if they exceed the removeAbandonedTimout.
- 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 removeAbandonedTimout.
- setRemoveAbandoned(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
boolean flag to remove abandoned connections if they exceed the removeAbandonedTimout.
- setRemoveAbandonedOnBorrow(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
- 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
-
- 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
-
Sets the timeout in seconds before an abandoned connection can be removed.
- setRemoveAbandonedTimeout(int) - Method in class org.apache.tomcat.dbcp.pool2.impl.AbandonedConfig
-
- setRemoveAbandonedTimeout(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
The time in seconds before a connection can be considered abandoned.
- setRemoveAbandonedTimeout(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setRemoveAbandonedTimeout(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
The time in seconds before a connection can be considered abandoned.
- setRemoveAbandonedTimeout(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
The time in seconds before a connection can be considered abandoned.
- setRemoveSuspectsTimeout(int) - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
-
- setRemoveWaitTimeout(long) - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
-
Deprecated.
set remove wait timeout ( default 30000 msec)
- setRemoveWaitTimeout(long) - Method in class org.apache.catalina.tribes.transport.bio.util.SingleRemoveSynchronizedAddLock
-
Deprecated.
Set value of removeWaitTimeout
- setRenameOnRotate(boolean) - Method in class org.apache.catalina.valves.AccessLogValve
-
Set the value if we should defer inclusion of the date
stamp in the file name until rotate time
- setRenewThreadsWhenStoppingContext(boolean) - Method in class org.apache.catalina.core.StandardContext
-
- setReplaceWelcomeFiles(boolean) - Method in class org.apache.catalina.core.StandardContext
-
Set the "replace welcome files" property.
- setReplaceWelcomeFiles(boolean) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
When merging/parsing web.xml files into this web.xml should the current
set be completely replaced?
- setReplyMessageOptions(int) - Method in class org.apache.catalina.tribes.group.RpcChannel
-
- setRepository(File) - Method in class org.apache.tomcat.util.http.fileupload.disk.DiskFileItemFactory
-
Sets the directory used to temporarily store files that are larger
than the configured size threshold.
- setRequest(Request) - Method in class org.apache.catalina.connector.InputBuffer
-
Associated Coyote request.
- setRequest(Request) - Method in class org.apache.catalina.connector.Response
-
Set the Request with which this Response is associated.
- setRequest(Request) - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
-
Reads the request body and buffers it.
- setRequest(Request) - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
-
Read the content length from the request.
- setRequest(Request) - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
-
Read the content length from the request.
- setRequest(Request) - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
-
Set the content length on the request.
- setRequest(Request) - Method in class org.apache.coyote.http11.filters.VoidInputFilter
-
Set the associated request.
- setRequest(Request) - Method in interface org.apache.coyote.http11.InputFilter
-
Some filters need additional parameters from the request.
- setRequest(Request) - Method in class org.apache.coyote.Response
-
- setRequestAttributesEnabled(boolean) - Method in interface org.apache.catalina.AccessLog
-
Should this valve set 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 set request attributes for IP address, hostname,
protocol and port used for the request?
- setRequestAttributesEnabled(boolean) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Should this valve set request attributes for IP address, hostname,
protocol and port used for the request?
- setRequestAttributesEnabled(boolean) - Method in class org.apache.catalina.valves.RemoteIpValve
-
Should this valve set request attributes for IP address, Hostname,
protocol and port used for the request?
- setRequestCount(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- setRequestCount(int) - Method in class org.apache.coyote.RequestGroupInfo
-
- setRequestCount(int) - Method in class org.apache.coyote.RequestInfo
-
- setRequestedSessionCookie(boolean) - Method in class org.apache.catalina.connector.Request
-
Set a flag indicating whether or not the requested session ID for this
request came in through a cookie.
- setRequestedSessionId(String) - Method in class org.apache.catalina.connector.Request
-
Set the requested session ID for this request.
- setRequestedSessionSSL(boolean) - Method in class org.apache.catalina.connector.Request
-
Set a flag indicating whether or not the requested session ID for this
request came in through SSL.
- setRequestedSessionURL(boolean) - Method in class org.apache.catalina.connector.Request
-
Set a flag indicating whether or not the requested session ID for this
request came in through a URL.
- setRequestLineReadTimeout() - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
Configures the timeout to be used for reading the request line.
- setRequestLineReadTimeout() - Method in class org.apache.coyote.http11.Http11AprProcessor
-
- setRequestLineReadTimeout() - Method in class org.apache.coyote.http11.Http11Nio2Processor
-
- setRequestLineReadTimeout() - Method in class org.apache.coyote.http11.Http11NioProcessor
-
- setRequestLineReadTimeout() - Method in class org.apache.coyote.http11.Http11Processor
-
- setRequestTime(boolean) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Attribute
-
- setRequestURI(String) - Method in class org.apache.catalina.authenticator.SavedRequest
-
- setRequired(boolean) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Attribute
-
- setRequiredSecret(String) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
-
- setRequiredSecret(String) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
-
- 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.
- 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
-
Determines whether IP host name resolution is done.
- setResourceName(String) - Method in class org.apache.catalina.realm.UserDatabaseRealm
-
Set the global JNDI name of the UserDatabase
resource
we will be using.
- setResourceOnlyServlets(String) - Method in interface org.apache.catalina.Context
-
Sets the (comma separated) list of Servlets that expect a resource to be
present.
- setResourceOnlyServlets(String) - Method in class org.apache.catalina.core.StandardContext
-
- setResourceOnlyServlets(String) - Method in class org.apache.catalina.startup.FailedContext
-
- setResources(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(Response) - Method in class org.apache.catalina.connector.OutputBuffer
-
Associated Coyote response.
- setResponse(Response) - Method in class org.apache.catalina.connector.Request
-
Set the Response with which this Request is associated.
- setResponse(HttpServletResponse) - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
-
Sets HttpServletResponse object used to set headers and send
output to
- setResponse(Response) - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
-
Some filters need additional parameters from the response.
- setResponse(Response) - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
-
Some filters need additional parameters from the response.
- setResponse(Response) - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
-
Some filters need additional parameters from the response.
- setResponse(Response) - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
-
Some filters need additional parameters from the response.
- setResponse(Response) - Method in interface org.apache.coyote.http11.OutputFilter
-
Some filters need additional parameters from the response.
- setResponse(Response) - Method in class org.apache.coyote.Request
-
- setRestrictedUserAgents(String) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
Set restricted user agent list (which will downgrade the connector
to HTTP/1.0 mode).
- setRestrictedUserAgents(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- setResultproperty(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
- setReturnType(String) - Method in class org.apache.tomcat.util.modeler.OperationInfo
-
- setRmiBindAddress(String) - Method in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
-
Set the inet address on which the Platform RMI server is exported.
- setRmiRegistryPortPlatform(int) - Method in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
-
Set the port on which the Platform RMI registry is exported.
- setRmiServerPortPlatform(int) - Method in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
-
Set the port on which the Platform RMI server is exported.
- setRole(String) - Method in class org.apache.tomcat.util.modeler.OperationInfo
-
- setRoleBase(String) - Method in class org.apache.catalina.realm.JNDIRealm
-
Set the base element for role searches.
- setRoleClassNames(String) - Method in class org.apache.catalina.realm.JAASRealm
-
Sets the list of comma-delimited classes that represent roles.
- setRoleName(String) - Method in class org.apache.catalina.realm.JNDIRealm
-
Set the role name attribute name for this Realm.
- setRolename(String) - Method in interface org.apache.catalina.Role
-
Set the role name of this role, which must be unique
within the scope of a
UserDatabase
.
- setRolename(String) - Method in class org.apache.catalina.users.AbstractRole
-
Set the role name of this role, which must be unique
within the scope of a
UserDatabase
.
- setRoleNameCol(String) - Method in class org.apache.catalina.realm.DataSourceRealm
-
Set the column in the user role table that names a role.
- setRoleNameCol(String) - Method in class org.apache.catalina.realm.JDBCRealm
-
Set the column in the user role table that names a role.
- setRoleNested(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
-
Set the "search subtree for roles" flag.
- setRoleSearch(String) - Method in class org.apache.catalina.realm.JNDIRealm
-
Set the message format pattern for selecting roles in this Realm.
- setRoleSearchAsUser(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
-
- setRoleSubtree(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
-
Set the "search subtree for roles" flag.
- setRollbackAfterValidation(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
Whether a rollback will be issued after executing the SQL query that will be used to validate connections from
this pool before returning them to the caller.
- setRollbackOnReturn(boolean) - Method in class org.apache.tomcat.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
-
- setRollbackOnReturn(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Set to true if you want the connection pool to rollback any pending transaction when a connection is returned.
- setRollbackOnReturn(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
Set to true if you want the connection pool to rollback any pending transaction when a connection is returned.
- setRollbackOnReturn(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Set to true if you want the connection pool to rollback any pending transaction when a connection is returned.
- setRollbackOnReturn(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Set to true if you want the connection pool to rollback any pending transaction when a connection is returned.
- setRoot(WebResourceRoot) - Method in class org.apache.catalina.webresources.AbstractResourceSet
-
- setRoot(WebResourceRoot) - Method in class org.apache.catalina.webresources.EmptyResourceSet
-
- setRoot(WebResourceRoot) - Method in interface org.apache.catalina.WebResourceSet
-
- setRotatable(boolean) - Method in class org.apache.catalina.valves.AccessLogValve
-
Configure whether the access log should be rotated.
- setRowId(String, RowId) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- setRowId(int, RowId) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
-
- setRpcId(byte[]) - Method in class org.apache.catalina.tribes.group.RpcChannel
-
- setRpcTimeout(long) - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
-
- setRpcTimeout(long) - Method in class org.apache.catalina.ha.session.BackupManager
-
- setRpName(ObjectName) - Method in class org.apache.coyote.RequestInfo
-
- setRuleNamespaceURI(String) - Method in class org.apache.tomcat.util.digester.Digester
-
Set the namespace URI that will be applied to all subsequently
added Rule
objects.
- setRules(Rules) - Method in class org.apache.tomcat.util.digester.Digester
-
Set the Rules
implementation object containing our
rules collection and associated matching policy.
- setRulesValidation(boolean) - Method in class org.apache.tomcat.util.digester.Digester
-
Set the rules validation flag.
- setRunAs(String) - Method in class org.apache.catalina.core.StandardWrapper
-
Set the run-as identity for this servlet.
- setRunAs(String) - Method in 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
-
- setRunAsRole(String) - Method in class org.apache.catalina.core.ApplicationServletRegistration
-
- setRxBufSize(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- setRxBufSize(int) - Method in interface org.apache.catalina.tribes.transport.DataSender
-
- setRxBufSize(int) - Method in class org.apache.catalina.tribes.transport.nio.NioReplicationTask
-
- setRxBufSize(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- setRxBufSize(int) - Method in class org.apache.tomcat.util.net.SocketProperties
-
- 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.
- 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.
- setsbb(long, ByteBuffer) - Static method in class org.apache.tomcat.jni.Socket
-
Set internal send ByteBuffer.
- setScanAllDirectories(boolean) - Method in class org.apache.tomcat.util.scan.StandardJarScanner
-
- setScanAllFiles(boolean) - Method in class org.apache.tomcat.util.scan.StandardJarScanner
-
- setScanBootstrapClassPath(boolean) - Method in class org.apache.tomcat.util.scan.StandardJarScanner
-
- setScanClassPath(boolean) - Method in class org.apache.tomcat.util.scan.StandardJarScanner
-
- setScanManifest(boolean) - Method in class org.apache.tomcat.util.scan.StandardJarScanner
-
- setSchema(String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
-
- setSchema(String) - Method in interface org.apache.tomcat.dbcp.dbcp2.PoolableConnectionMXBean
-
- setScheme(String) - Method in class org.apache.catalina.connector.Connector
-
Set the scheme that will be assigned to requests received through
this connector.
- setScheme(String) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- setScope(String) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Variable
-
- setScope(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextResource
-
- setScriptingInvalid(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- setSecure(boolean) - Method in class org.apache.catalina.connector.Connector
-
Set the secure connection flag that will be assigned to requests
received through this connector.
- setSecure(boolean) - Method in class org.apache.catalina.connector.Request
-
Set the value to be returned by isSecure()
for this Request.
- setSecure(boolean) - Method in class org.apache.catalina.core.ApplicationSessionCookieConfig
-
- setSecure(boolean) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- setSecure(boolean) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- setSecure(boolean) - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- setSecurePagesWithPragma(boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Set the value of the flag that states what headers we add to disable
proxy caching.
- setSecurePort(int) - Method in class org.apache.catalina.tribes.membership.MemberImpl
-
- setSecurePort(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- setSecureRandomAlgorithm(String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Set the secure random number generator algorithm name.
- setSecureRandomAlgorithm(String) - Method in class org.apache.catalina.session.ManagerBase
-
Set the secure random number generator algorithm name.
- setSecureRandomAlgorithm(String) - Method in class org.apache.catalina.util.SessionIdGeneratorBase
-
Specify a non-default algorithm to use to generate random numbers.
- setSecureRandomClass(String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Set the secure random number generator class name.
- setSecureRandomClass(String) - Method in class org.apache.catalina.session.ManagerBase
-
Set the secure random number generator class name.
- setSecureRandomClass(String) - Method in class org.apache.catalina.util.SessionIdGeneratorBase
-
Specify a non-default @{link SecureRandom
implementation to use.
- setSecureRandomProvider(String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
Set the secure random number generator provider name.
- setSecureRandomProvider(String) - Method in class org.apache.catalina.session.ManagerBase
-
Set the secure random number generator provider name.
- setSecureRandomProvider(String) - Method in class org.apache.catalina.util.SessionIdGeneratorBase
-
Specify a non-default provider to use to generate random numbers.
- setSecurityLoginConfigurationProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- setSecurityPolicyProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- setSecurityProtection() - Method in class org.apache.catalina.startup.Catalina
-
Set the security package access/protection.
- setSecurityToken(Object, Object) - Static method in class org.apache.naming.ContextAccessController
-
Set a security token for a Catalina context.
- setSelector(Selector) - Method in class org.apache.catalina.tribes.transport.nio.NioSender
-
- setSelectorPool(NioSelectorPool) - Method in class org.apache.tomcat.util.net.NioEndpoint
-
- setSelectorTimeout(long) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- setSelectorTimeout(long) - Method in class org.apache.coyote.http11.Http11NioProtocol
-
- setSelectorTimeout(long) - Method in class org.apache.tomcat.util.net.NioEndpoint
-
- setSendAllSessions(boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
-
- setSendAllSessionsSize(int) - Method in class org.apache.catalina.ha.session.DeltaManager
-
- setSendAllSessionsWaitTime(int) - Method in class org.apache.catalina.ha.session.DeltaManager
-
- 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.KeyAttachment
-
- setSendfileSize(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSendfileSize(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setSendfileThreadCount(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSendfileThreadCount(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setSendRedirectBody(boolean) - Method in interface org.apache.catalina.Context
-
Configures if a response body is included when a redirect response is
sent to the client.
- setSendRedirectBody(boolean) - Method in class org.apache.catalina.core.StandardContext
-
- setSendRedirectBody(boolean) - Method in class org.apache.catalina.startup.FailedContext
-
- setSendTimeout(long) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointAsync
-
- setSendTimeout(long) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
-
- setSeparatearrayresults(boolean) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
- setServer(String) - Method in class org.apache.catalina.core.StandardContext
-
- setServer(Server) - Method in class org.apache.catalina.core.StandardService
-
Set the Server
with which we are associated (if any).
- setServer(Server) - Method in interface org.apache.catalina.Service
-
Set the Server
with which we are associated (if any).
- setServer(Server) - Method in class org.apache.catalina.startup.Catalina
-
- setServer(Server) - Method in interface org.apache.catalina.storeconfig.IStoreConfig
-
Set associated server
- setServer(Server) - Method in class org.apache.catalina.storeconfig.StoreConfig
-
- setServer(String) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
Set the server header name.
- setServer(String) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- setServerFilename(String) - Method in class org.apache.catalina.storeconfig.StoreConfig
-
set new server.xml location
- setServerPort(int) - Method in class org.apache.catalina.connector.Request
-
Set the port number of the server to process this request.
- setServerPort(int) - Method in class org.apache.catalina.filters.RemoteIpFilter.XForwardedRequest
-
- setServerPort(int) - Method in class org.apache.coyote.Request
-
- setServerSocketFactory(ServerSocketFactory) - Method in class org.apache.tomcat.util.net.JIoEndpoint
-
- setService(Service) - Method in class org.apache.catalina.connector.Connector
-
Set the Service
with which we are associated (if any).
- setService(Service) - Method in class org.apache.catalina.core.StandardEngine
-
Set the Service
with which we are associated (if any).
- setService(Service) - Method in interface org.apache.catalina.Engine
-
Set the Service
with which we are associated (if any).
- setServiceqname(String[]) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- setServiceqname(String, int) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- setServiceqnameLocalpart(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- setServiceqnameNamespaceURI(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- setServiceStartTime(long) - Method in class org.apache.catalina.tribes.membership.MemberImpl
-
- setServlet(Servlet) - Method in class org.apache.catalina.core.StandardWrapper
-
Set the associated servlet instance.
- setServlet(Servlet) - Method in interface org.apache.catalina.Wrapper
-
Set the associated servlet instance
- setServletClass(String) - Method in class org.apache.catalina.core.StandardWrapper
-
Set the fully qualified servlet class name for this servlet.
- setServletClass(String) - Method in 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
-
- setServletClassLastModifiedTime(long) - Method in class org.apache.jasper.servlet.JspServletWrapper
-
Sets the last-modified time of the servlet class file associated with
this JspServletWrapper.
- setServletClassName(String) - Method in class org.apache.jasper.JspCompilationContext
-
- setServletName(String) - Method in class org.apache.catalina.core.StandardWrapper
-
Set the name of this servlet.
- setServletName(String) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- setServletPackageName(String) - Method in class org.apache.jasper.JspCompilationContext
-
The package name into which the servlet class is generated.
- setServletRequest(ServletRequest) - Method in class org.apache.catalina.core.AsyncListenerWrapper
-
- setServletResponse(ServletResponse) - Method in class org.apache.catalina.core.AsyncListenerWrapper
-
- setServletSecurity(ServletSecurityElement) - Method in class org.apache.catalina.core.ApplicationServletRegistration
-
- setServletSecurityAnnotationScanRequired(boolean) - Method in class org.apache.catalina.core.StandardWrapper
-
This method is no longer used.
- setServletSecurityAnnotationScanRequired(boolean) - Method in interface org.apache.catalina.Wrapper
-
Deprecated.
This will be removed in Tomcat 9.
- setSession(WsSession) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
-
- setSessionAppCol(String) - Method in class org.apache.catalina.session.JDBCStore
-
Set the App column for the table.
- setSessionAttributeFilter(String) - Method in class org.apache.catalina.ha.session.ClusterManagerBase
-
- setSessionAttributeNameFilter(String) - Method in class org.apache.catalina.session.ManagerBase
-
- setSessionAttributeValueClassNameFilter(String) - Method in class org.apache.catalina.session.ManagerBase
-
Set the regular expression to use to filter classes used for session
attributes.
- setSessionCacheSize(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- setSessionCacheSize(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setSessionConfig(SessionConfig) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- setSessionCookieDomain(String) - Method in interface org.apache.catalina.Context
-
Sets the domain to use for session cookies.
- setSessionCookieDomain(String) - Method in class org.apache.catalina.core.StandardContext
-
Sets the domain to use for session cookies.
- setSessionCookieDomain(String) - Method in class org.apache.catalina.startup.FailedContext
-
- setSessionCookieName(String) - Method in interface org.apache.catalina.Context
-
Sets the name to use for session cookies.
- setSessionCookieName(String) - Method in class org.apache.catalina.core.StandardContext
-
Sets the name to use for session cookies.
- setSessionCookieName(String) - Method in class org.apache.catalina.startup.FailedContext
-
- setSessionCookiePath(String) - Method in interface org.apache.catalina.Context
-
Sets the path to use for session cookies.
- setSessionCookiePath(String) - Method in class org.apache.catalina.core.StandardContext
-
Sets the path to use for session cookies.
- setSessionCookiePath(String) - Method in class org.apache.catalina.startup.FailedContext
-
- setSessionCookiePathUsesTrailingSlash(boolean) - Method in interface org.apache.catalina.Context
-
Configures if a / is added to the end of the session cookie path to
ensure browsers, particularly IE, don't send a session cookie for context
/foo with requests intended for context /foobar.
- setSessionCookiePathUsesTrailingSlash(boolean) - Method in class org.apache.catalina.core.StandardContext
-
- setSessionCookiePathUsesTrailingSlash(boolean) - Method in class org.apache.catalina.startup.FailedContext
-
- setSessionCounter(long) - Method in interface org.apache.catalina.Manager
-
Sets the total number of sessions created by this manager.
- setSessionCounter(long) - Method in class org.apache.catalina.session.ManagerBase
-
- setSessionDataCol(String) - Method in class org.apache.catalina.session.JDBCStore
-
Set the Data column for the table
- setSessionId(String) - Method in class org.apache.catalina.ha.session.DeltaRequest
-
- setSessionIdAttribute(String) - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
-
get name of failed request session attribute
- setSessionIdCol(String) - Method in class org.apache.catalina.session.JDBCStore
-
Set the Id column for the table.
- setSessionIdGenerator(SessionIdGenerator) - Method in 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.Manager
-
- setSessionIdLength(int) - 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
-
Specify the number of bytes for a session ID
- setSessionInactiveInterval(int) - Method in class org.apache.catalina.valves.CrawlerSessionManagerValve
-
Specify the session timeout (in seconds) for a crawler's session.
- setSessionLastAccessedCol(String) - Method in class org.apache.catalina.session.JDBCStore
-
Set the Last Accessed
column for the table
- setSessionMaxAliveTime(int) - Method in interface org.apache.catalina.Manager
-
Sets the longest time (in seconds) that an expired session had been
alive.
- setSessionMaxAliveTime(int) - Method in class org.apache.catalina.session.ManagerBase
-
- setSessionMaxInactiveCol(String) - Method in class org.apache.catalina.session.JDBCStore
-
Set the Max Inactive
column for the table
- setSessionTable(String) - Method in class org.apache.catalina.session.JDBCStore
-
Set the table for this Store.
- setSessionTimeout(int) - Method in interface org.apache.catalina.Context
-
Set the default session timeout (in minutes) for this
web application.
- setSessionTimeout(int) - Method in class org.apache.catalina.core.StandardContext
-
Set the default session timeout (in minutes) for this
web application.
- setSessionTimeout(int) - Method in class org.apache.catalina.startup.FailedContext
-
- setSessionTimeout(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- setSessionTimeout(String) - Method in class org.apache.tomcat.util.descriptor.web.SessionConfig
-
- setSessionTimeout(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.apache.catalina.core.ApplicationContext
-
- setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.apache.catalina.core.ApplicationContextFacade
-
- setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class org.apache.jasper.servlet.JspCServletContext
-
- setSessionValidCol(String) - Method in class org.apache.catalina.session.JDBCStore
-
Set the Is Valid
column for the table
- setSetMethod(String) - Method in class org.apache.tomcat.util.modeler.AttributeInfo
-
- setSharedSelectorTimeout(long) - Method in class org.apache.tomcat.util.net.NioSelectorPool
-
- setShort(String, short) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- setShort(int, short) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
-
- setShortName(String) - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
-
- setShowReport(boolean) - Method in class org.apache.catalina.valves.ErrorReportValve
-
Enables/Disables full error reports
- setShowServerInfo(boolean) - Method in class org.apache.catalina.valves.ErrorReportValve
-
Enables/Disables server info on error pages
- setShutdown(String) - Method in class org.apache.catalina.core.StandardServer
-
Set the shutdown command we are waiting for.
- setShutdown(String) - Method in interface org.apache.catalina.Server
-
Set the shutdown command we are waiting for.
- setShutdownType(long, int) - Static method in class org.apache.tomcat.jni.SSLContext
-
Set SSL connection shutdown type
The following levels are available for level:
SSL_SHUTDOWN_TYPE_STANDARD
SSL_SHUTDOWN_TYPE_UNCLEAN
SSL_SHUTDOWN_TYPE_ACCURATE
- setSigningService(String) - Method in class org.apache.tomcat.buildutil.SignCode
-
- 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
-
- setSizeLimit(long) - Method in class org.apache.catalina.realm.JNDIRealm
-
- setSizeMax(long) - Method in class org.apache.tomcat.util.http.fileupload.FileUploadBase
-
- 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
-
- setSmallIcon(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagFileXml
-
- setSmallIcon(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- setSmallIcon(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- setSmallIcon(String) - Method in class org.apache.tomcat.util.descriptor.web.FilterDef
-
- setSmallIcon(String) - Method in class org.apache.tomcat.util.descriptor.web.MessageDestination
-
- setSmallIcon(String) - Method in class org.apache.tomcat.util.descriptor.web.ServletDef
-
- setSmapDumped(boolean) - Method in class org.apache.jasper.JspC
-
Sets smapDumped flag.
- setSmapSuppressed(boolean) - Method in class org.apache.jasper.JspC
-
Sets smapSuppressed flag.
- setSocketBuffer(int) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
Set the socket buffer flag.
- setSocketBuffer(int) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- setSocketBuffer(int) - Method in class org.apache.coyote.http11.AbstractOutputBuffer
-
Set the socket buffer flag.
- setSocketBuffer(int) - Method in class org.apache.coyote.http11.Http11Processor
-
Set the socket buffer flag.
- setSocketBuffer(int) - Method in class org.apache.coyote.http11.InternalOutputBuffer
-
Set the socket buffer size.
- setSocketOptions(long) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
Process the specified connection.
- setSocketOptions(Socket) - Method in class org.apache.tomcat.util.net.JIoEndpoint
-
Configure the socket.
- setSocketOptions(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.
- setSocketProperties(SocketProperties) - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
- setSocketProperties(SocketProperties) - Method in class org.apache.tomcat.util.net.NioEndpoint
-
- setSocketTimeout(int) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
Set the socket timeout.
- setSocketTimeout(int) - Method in class org.apache.coyote.http11.Http11AprProcessor
-
- setSocketTimeout(int) - Method in class org.apache.coyote.http11.Http11Nio2Processor
-
- setSocketTimeout(int) - Method in class org.apache.coyote.http11.Http11NioProcessor
-
- setSocketTimeout(int) - Method in class org.apache.coyote.http11.Http11Processor
-
- setSocketWrapper(SocketWrapper<S>) - Method in class org.apache.coyote.AbstractProcessor
-
Set the socket wrapper being used.
- setSocketWrapperCache(int) - Method in class org.apache.tomcat.util.net.SocketProperties
-
- setSoftMinEvictableIdleTimeMillis(long) - 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.
- setSoftMinEvictableIdleTimeMillis(long) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
-
- setSoftMinEvictableIdleTimeMillis(long) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
-
Set the value for the softMinEvictableIdleTimeMillis
configuration attribute for pools created with this configuration
instance.
- setSoKeepAlive(boolean) - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- setSoKeepAlive(boolean) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- setSoKeepAlive(boolean) - Method in class org.apache.tomcat.util.net.SocketProperties
-
- setSoLinger(int) - Method in class org.apache.coyote.AbstractProtocol
-
- setSoLinger(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setSoLingerOn(boolean) - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- setSoLingerOn(boolean) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- setSoLingerOn(boolean) - Method in class org.apache.tomcat.util.net.SocketProperties
-
- setSoLingerTime(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- setSoLingerTime(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- setSoLingerTime(int) - Method in class org.apache.tomcat.util.net.SocketProperties
-
- setSoReuseAddress(boolean) - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- setSoReuseAddress(boolean) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- setSoReuseAddress(boolean) - Method in class org.apache.tomcat.util.net.SocketProperties
-
- setSoTimeout(int) - Method in class org.apache.catalina.tribes.membership.McastService
-
- setSoTimeout(int) - Method in class org.apache.coyote.AbstractProtocol
-
- setSoTimeout(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setSoTimeout(int) - Method in class org.apache.tomcat.util.net.SocketProperties
-
- setSoTrafficClass(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- setSoTrafficClass(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- setSource(Member) - Method in class org.apache.catalina.tribes.group.Response
-
- setSource(Object) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsDigesterSource
-
- setSource(Object) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
-
- setSpecificationVendor(String) - Method in class org.apache.catalina.util.Extension
-
- setSpecificationVersion(String) - Method in class org.apache.catalina.util.Extension
-
- setSpnegoDelegationQop(String) - Method in class org.apache.catalina.realm.JNDIRealm
-
- setSQLXML(String, SQLXML) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- setSQLXML(int, SQLXML) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
-
- setSSLCACertificateFile(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSSLCACertificateFile(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setSSLCACertificatePath(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSSLCACertificatePath(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setSSLCARevocationFile(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSSLCARevocationFile(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setSSLCARevocationPath(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSSLCARevocationPath(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setSSLCertificateChainFile(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSSLCertificateChainFile(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setSSLCertificateFile(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSSLCertificateFile(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setSSLCertificateKeyFile(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSSLCertificateKeyFile(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setSslCipherHeader(String) - Method in class org.apache.catalina.valves.SSLValve
-
- setSSLCipherSuite(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSSLCipherSuite(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setSslCipherUserKeySizeHeader(String) - Method in class org.apache.catalina.valves.SSLValve
-
- setSslClientCertHeader(String) - Method in class org.apache.catalina.valves.SSLValve
-
- setSSLContext(SSLContext) - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
- setSSLContext(SSLContext) - Method in class org.apache.tomcat.util.net.NioEndpoint
-
- setSSLDisableCompression(boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSSLDisableCompression(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
Set to true
to disable SSL compression.
- setSSLDisableSessionTickets(boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSSLDisableSessionTickets(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setSSLEnabled(boolean) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- setSSLEnabled(boolean) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setSslEnabledProtocols(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setSSLEngine(String) - Method in class org.apache.catalina.core.AprLifecycleListener
-
- setSSLEngine(SSLEngine) - Method in class org.apache.tomcat.util.net.SecureNio2Channel
-
- setSSLHonorCipherOrder(boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSSLHonorCipherOrder(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
Set to true
to enforce the server's cipher order
instead of the default which is to allow the client to choose a
preferred cipher.
- setSslImplementationName(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- setSSLInsecureRenegotiation(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setSSLPassword(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSSLPassword(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setSslProtocol(String) - Method in class org.apache.catalina.realm.JNDIRealm
-
Set the ssl protocol to be used for connections using StartTLS.
- setSslProtocol(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- setSSLProtocol(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSslProtocol(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setSSLProtocol(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setSSLRandomSeed(String) - Method in class org.apache.catalina.core.AprLifecycleListener
-
- setSslSessionIdHeader(String) - Method in class org.apache.catalina.valves.SSLValve
-
- setSslSocketFactoryClassName(String) - Method in class org.apache.catalina.realm.JNDIRealm
-
Set the SSLSocketFactory
to be used when opening connections
using StartTLS.
- setSslSupport(SSLSupport) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
-
- setSslSupport(SSLSupport) - Method in class org.apache.coyote.http11.Http11AprProcessor
-
- setSslSupport(SSLSupport) - Method in class org.apache.coyote.http11.Http11Nio2Processor
-
Set the SSL information for this HTTP connection.
- setSslSupport(SSLSupport) - Method in class org.apache.coyote.http11.Http11NioProcessor
-
Set the SSL information for this HTTP connection.
- setSslSupport(SSLSupport) - Method in class org.apache.coyote.http11.Http11Processor
-
Set the SSL information for this HTTP connection.
- setSslSupport(SSLSupport) - Method in class org.apache.coyote.http11.upgrade.AbstractProcessor
-
- setSslSupport(SSLSupport) - Method in interface org.apache.coyote.Processor
-
- setSSLVerifyClient(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSSLVerifyClient(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setSSLVerifyDepth(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setSSLVerifyDepth(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setStackTrace(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
-
- setStandard(boolean) - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- setStartChildren(boolean) - Method in class org.apache.catalina.core.ContainerBase
-
Set if children of this container will be started automatically when
they are added to this container.
- setStarted(Context, ServletRequest, ServletResponse, boolean) - Method in class org.apache.catalina.core.AsyncContextImpl
-
- setStartStopThreads(int) - Method in interface org.apache.catalina.Container
-
Sets the number of threads available for starting and stopping any
children associated with this container.
- setStartStopThreads(int) - Method in class org.apache.catalina.core.ContainerBase
-
- setStartStopThreads(int) - Method in class org.apache.catalina.startup.FailedContext
-
- setStartTime(long) - Method in class org.apache.coyote.Request
-
- setStartupTime(long) - Method in class org.apache.catalina.core.StandardContext
-
- setState(LifecycleState) - Method in class org.apache.catalina.util.LifecycleBase
-
Provides a mechanism for sub-classes to update the component state.
- setState(LifecycleState, Object) - Method in class org.apache.catalina.util.LifecycleBase
-
Provides a mechanism for sub-classes to update the component state.
- setStatementPool(KeyedObjectPool<PStmtKey, DelegatingPreparedStatement>) - 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
-
- setStateTransfered(boolean) - Method in class org.apache.catalina.ha.session.DeltaManager
-
set that state ist complete transfered
- setStateTransferTimeout(int) - Method in class org.apache.catalina.ha.session.DeltaManager
-
- setStaticOnly(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
-
- setStaticOnly(boolean) - Method in class org.apache.catalina.webresources.AbstractResourceSet
-
- setStaticOnly(boolean) - Method in class org.apache.catalina.webresources.EmptyResourceSet
-
- setStaticOnly(boolean) - Method in interface org.apache.catalina.WebResourceSet
-
- setStatistics(boolean) - Method in class org.apache.catalina.ha.tcp.ReplicationValve
-
Set Calc processing stats
- setStatus(int) - Method in class org.apache.catalina.connector.Response
-
Set the HTTP status to be returned with this response.
- setStatus(int, String) - Method in class org.apache.catalina.connector.Response
-
Deprecated.
As of Version 2.1 of the Java Servlet API, this method
has been deprecated due to the ambiguous meaning of the message
parameter.
- setStatus(int) - Method in class org.apache.catalina.connector.ResponseFacade
-
- setStatus(int, String) - Method in class org.apache.catalina.connector.ResponseFacade
-
- setStatus(int) - Method in class org.apache.coyote.Response
-
Set the response status
- setStatus(int) - Method in class org.apache.jasper.tagplugins.jstl.Util.ImportResponseWrapper
-
- setStatusField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Sets the name of the field containing the HTTP response status code.
- setStatusLine(boolean) - Method in class org.apache.catalina.ant.FindLeaksTask
-
Sets the statusLine parameter that controls if the response includes a
status line or not.
- setStore(Store) - Method in class org.apache.catalina.session.PersistentManagerBase
-
Set the Store object which will manage persistent Session
storage for this Manager.
- setStoreAppender(StoreAppender) - Method in interface org.apache.catalina.storeconfig.IStoreFactory
-
- setStoreAppender(StoreAppender) - Method in class org.apache.catalina.storeconfig.StoreFactoryBase
-
- setStoreConfig(IStoreConfig) - Method in class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
-
- setStoreConfigClass(String) - Method in class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
-
- setStoreDelegatedCredential(boolean) - Method in class org.apache.catalina.authenticator.SpnegoAuthenticator
-
- setStoreFactory(IStoreFactory) - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- setStoreFactoryClass(String) - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- setStoreRegistry(String) - Method in class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
-
- setStoreSeparate(boolean) - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- setStoreWriterClass(String) - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- setStrictQuoteEscaping(boolean) - Method in class org.apache.jasper.JspC
-
- setString(String) - Method in class org.apache.catalina.util.StringParser
-
Deprecated.
Set the String we are currently parsing.
- setString(String, String) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- 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
- setStripRealmForGss(boolean) - Method in class org.apache.catalina.realm.RealmBase
-
- setSub(String) - Method in class org.apache.catalina.valves.rewrite.Substitution
-
- setSubstitution(Substitution) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- setSubstitutionString(String) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- setSuffix(String) - Method in class org.apache.catalina.valves.AccessLogValve
-
Set the log file suffix.
- setSuspect() - Method in class org.apache.catalina.tribes.transport.SenderState
-
- setSuspect(boolean) - Method in class org.apache.tomcat.jdbc.pool.PooledConnection
-
- setSuspectTimeout(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
- setSuspectTimeout(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setSuspectTimeout(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
- 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.
- setSwallowAbortedUploads(boolean) - Method in interface org.apache.catalina.Context
-
Set to false
to disable request data swallowing
after an upload was aborted due to size constraints.
- setSwallowAbortedUploads(boolean) - Method in class org.apache.catalina.core.StandardContext
-
Set to false
to disable request data swallowing
after an upload was aborted due to size constraints.
- setSwallowAbortedUploads(boolean) - Method in class org.apache.catalina.startup.FailedContext
-
- setSwallowedExceptionListener(SwallowedExceptionListener) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
-
The listener used (if any) to receive notifications of exceptions
unavoidably swallowed by the pool.
- setSwallowInput(boolean) - Method in class org.apache.coyote.http11.AbstractInputBuffer
-
Set the swallow input flag.
- setSwallowOutput(boolean) - Method in interface org.apache.catalina.Context
-
Set the value of the swallowOutput flag.
- setSwallowOutput(boolean) - Method in class org.apache.catalina.core.StandardContext
-
Set the value of the swallowOutput flag.
- setSwallowOutput(boolean) - Method in class org.apache.catalina.startup.FailedContext
-
- setTableName(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Sets the name of the table where the logs are stored.
- setTabSize(int) - Method in class org.apache.el.parser.SimpleCharStream
-
- setTag(String) - Method in class org.apache.catalina.ant.DeployTask
-
- setTag(String) - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- setTagClass(String) - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- setTagClass(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- setTagFileJar(Jar) - Method in class org.apache.jasper.JspCompilationContext
-
- setTagInfo(TagInfo) - Method in class org.apache.jasper.JspCompilationContext
-
- setTargetClass(String) - Method in class org.apache.tomcat.util.descriptor.web.InjectionTarget
-
- setTargetName(String) - Method in class org.apache.tomcat.util.descriptor.web.InjectionTarget
-
- setTaskPool(RxTaskPool) - Method in class org.apache.catalina.tribes.transport.AbstractRxTask
-
- setTcpNoDelay(boolean) - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- setTcpNoDelay(boolean) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- setTcpNoDelay(boolean) - Method in class org.apache.coyote.AbstractProtocol
-
- setTcpNoDelay(boolean) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setTcpNoDelay(boolean) - Method in class org.apache.tomcat.util.net.SocketProperties
-
- setTeiClass(String) - Method in class org.apache.tomcat.util.descriptor.tld.TagXml
-
- setTempDir(String) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
-
- setTerminateOnStartFailure(boolean) - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
-
- setTerminateOnStartFailure(boolean) - Method in class org.apache.catalina.ha.session.BackupManager
-
- setTestOnBorrow(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
- 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
-
Set 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
-
The indication of whether objects will be validated before being borrowed from the pool.
- setTestOnBorrow(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setTestOnBorrow(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
The indication of whether objects will be validated before being borrowed from the pool.
- setTestOnBorrow(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
The indication of whether objects will be validated before being borrowed from the pool.
- setTestOnConnect(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Set to true if we should run the validation query when connecting to the database for the first time on a connection.
- setTestOnConnect(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setTestOnConnect(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Set to true if we should run the validation query when connecting to the database for the first time on a connection.
- setTestOnConnect(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Set to true if we should run the validation query when connecting to the database for the first time on a connection.
- setTestOnCreate(boolean) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
- 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
-
Set 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
-
Set 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
-
The indication of whether objects will be validated after being returned to the pool.
- setTestOnReturn(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setTestOnReturn(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
The indication of whether objects will be validated after being returned to the pool.
- setTestOnReturn(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
The indication of whether objects will be validated after being returned to the pool.
- setTestString(String) - Method in class org.apache.catalina.valves.rewrite.RewriteCond
-
- 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
-
- setTestWhileIdle(boolean) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
-
Set 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
-
Set to true if query validation should take place while the connection is idle.
- setTestWhileIdle(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setTestWhileIdle(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Set to true if query validation should take place while the connection is idle.
- setTestWhileIdle(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Set to true if query validation should take place while the connection is idle.
- 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.
- setThreadCpuTimeEnabled(boolean) - Static method in class org.apache.tomcat.util.Diagnostics
-
Enable or disable thread cpu time measurement via the ThreadMxMXBean.
- setThreadName(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint.Acceptor
-
- setThreadPriority(int) - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- setThreadPriority(int) - Method in class org.apache.coyote.AbstractProtocol
-
- setThreadPriority(int) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setThreadRenewalDelay(long) - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- setThreadRenewalDelay(long) - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
-
- setThreshold(int) - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
-
Specifies the threshold (in seconds) used when checking for stuck threads.
- setThreshold(long) - Method in class org.apache.tomcat.jdbc.pool.interceptor.AbstractQueryReport
-
Sets the query measurement threshold.
- setThrowOnFailedAck(boolean) - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- 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
-
- 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
-
- setTimeBetweenEvictionRunsMillis(long) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
- setTimeBetweenEvictionRunsMillis(long) - Method in class org.apache.tomcat.dbcp.dbcp2.cpdsadapter.DriverAdapterCPDS
-
Sets the number of milliseconds to sleep between runs of the idle object evictor thread.
- setTimeBetweenEvictionRunsMillis(long) - 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.
- setTimeBetweenEvictionRunsMillis(long) - Method in class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
-
Set the value for the timeBetweenEvictionRunsMillis
configuration
attribute for pools created with this configuration instance.
- setTimeBetweenEvictionRunsMillis(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
The number of milliseconds to sleep between runs of the idle connection validation, abandoned cleaner
and idle pool resizing.
- setTimeBetweenEvictionRunsMillis(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setTimeBetweenEvictionRunsMillis(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
The number of milliseconds to sleep between runs of the idle connection validation, abandoned cleaner
and idle pool resizing.
- setTimeBetweenEvictionRunsMillis(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
The number of milliseconds to sleep between runs of the idle connection validation, abandoned cleaner
and idle pool resizing.
- setTimeLimit(int) - Method in class org.apache.catalina.realm.JNDIRealm
-
- setTimeout(int) - Method in interface org.apache.catalina.comet.CometEvent
-
Sets the timeout for this Comet connection.
- setTimeout(int) - Method in class org.apache.catalina.connector.CometEventImpl
-
- setTimeout(long) - Method in class org.apache.catalina.core.AsyncContextImpl
-
- setTimeout(long) - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- setTimeout(long) - Method in interface org.apache.catalina.tribes.transport.DataSender
-
- setTimeout(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- setTimeout(SocketWrapper<S>, int) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
-
- setTimeout(SocketWrapper<Long>, int) - Method in class org.apache.coyote.ajp.AjpAprProcessor
-
- setTimeout(SocketWrapper<Nio2Channel>, int) - Method in class org.apache.coyote.ajp.AjpNio2Processor
-
- setTimeout(SocketWrapper<NioChannel>, int) - Method in class org.apache.coyote.ajp.AjpNioProcessor
-
- setTimeout(SocketWrapper<Socket>, int) - Method in class org.apache.coyote.ajp.AjpProcessor
-
- setTimeout(long) - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- setTimeoutInterval(long) - Method in class org.apache.tomcat.util.net.SocketProperties
-
- setTimestamp(long) - Method in interface org.apache.catalina.ha.ClusterMessage
-
- setTimestamp(long) - Method in class org.apache.catalina.ha.ClusterMessageBase
-
- setTimestamp(long) - Method in class org.apache.catalina.ha.deploy.UndeployMessage
-
- setTimestamp(long) - Method in class org.apache.catalina.ha.session.SessionMessageImpl
-
set message send time but only the first setting works (one shot)
- setTimestamp(long) - Method in interface org.apache.catalina.tribes.ChannelMessage
-
Sets the timestamp of this message
- setTimestamp(long) - Method in class org.apache.catalina.tribes.io.ChannelData
-
- setTimestamp(String, Timestamp) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- setTimestamp(String, Timestamp, Calendar) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- 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 class org.apache.tomcat.jdbc.pool.PooledConnection
-
Sets a timestamp on this connection.
- setTimestampField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Sets the name of the field containing the server-determined timestamp.
- setTimeZone(TimeZone) - Method in class org.apache.catalina.util.Strftime
-
Change the timezone used to format dates
- setTldCache(TldCache) - Method in class org.apache.jasper.EmbeddedServletOptions
-
- setTldScan(String) - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
-
- setTldScanTime(long) - Method in class org.apache.catalina.core.StandardContext
-
- setTldSkip(String) - Method in class org.apache.tomcat.util.scan.StandardJarScanFilter
-
- 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
-
- setTodir(File) - Method in class org.apache.tomcat.buildutil.Txt2Html
-
Sets the directory to contain the resulting files
- setTokenPollerProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- setTomcatAuthentication(boolean) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
-
- setTomcatAuthentication(boolean) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
-
- setTomcatAuthorization(boolean) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
-
- setTomcatAuthorization(boolean) - Method in class org.apache.coyote.ajp.AbstractAjpProtocol
-
- setTotalNrOfMsgs(long) - Method in class org.apache.catalina.ha.deploy.FileMessage
-
- 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
-
- setTrainThreshold(int) - Method in class org.apache.tomcat.util.buf.StringCache
-
- 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
-
- setTransformation(Transformation) - Method in class org.apache.tomcat.websocket.server.WsRemoteEndpointImplServer
-
- setTransformation(Transformation) - Method in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
-
- setTransientAttributes(List<String>) - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- setTransientChildren(List<String>) - Method in class org.apache.catalina.storeconfig.StoreDescription
-
- setTransport(MultiPointSender) - Method in class org.apache.catalina.tribes.transport.ReplicationTransmitter
-
- setTransportGuaranteeRedirectStatus(int) - Method in class org.apache.catalina.realm.RealmBase
-
Set the HTTP status code used when the container needs to issue an HTTP
redirect to meet the requirements of a configured transport guarantee.
- setTrimSpaces(boolean) - Method in class org.apache.jasper.JspC
-
Sets the option to remove template text that consists entirely of
whitespace.
- setTrimWhitespace(String) - Method in class org.apache.tomcat.util.descriptor.web.JspPropertyGroup
-
- setTrustedProxies(String) - Method in class org.apache.catalina.filters.RemoteIpFilter
-
- setTrustedProxies(String) - Method in class org.apache.catalina.valves.RemoteIpValve
-
- setTrustManagerClassName(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setTrustMaxCertLength(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- setTrustMaxCertLength(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setTruststoreAlgorithm(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- setTruststoreAlgorithm(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setTruststoreFile(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- setTruststoreFile(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setTruststorePass(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- setTruststorePass(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setTruststoreProvider(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- setTruststoreProvider(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setTruststoreType(String) - Method in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- setTruststoreType(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setTtl(int) - Method in class org.apache.catalina.tribes.membership.McastService
-
- setTtl(long) - Method in class org.apache.catalina.webresources.Cache
-
- setTtl(long, long) - Static method in class org.apache.tomcat.jni.Poll
-
Set the socket time to live.
- setTxBufSize(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- setTxBufSize(int) - Method in interface org.apache.catalina.tribes.transport.DataSender
-
- setTxBufSize(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- setTxBufSize(int) - Method in class org.apache.tomcat.util.net.SocketProperties
-
- setType(String) - Method in class org.apache.catalina.ant.jmx.Arg
-
- setType(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
-
- setType(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
-
- setType(String) - Method in class org.apache.catalina.ant.ResourcesTask
-
- setType(boolean) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- setType(String) - Method in class org.apache.tomcat.util.descriptor.tld.TldRuleSet.Attribute
-
- setType(String) - Method in class org.apache.tomcat.util.descriptor.web.ResourceBase
-
- setType(String) - Method in class org.apache.tomcat.util.modeler.FeatureInfo
-
- setType(String) - Method in class org.apache.tomcat.util.modeler.ManagedBean
-
- setType(String) - Method in class org.apache.tomcat.util.modeler.modules.MbeansDescriptorsIntrospectionSource
-
Used if a single component is loaded
- setTypeMap(Map<String, Class<?>>) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingConnection
-
- setTypeValue(String) - Method in class org.apache.catalina.valves.rewrite.RewriteRule
-
- setUdpBased(boolean) - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- setUdpPort(int) - Method in class org.apache.catalina.tribes.membership.MemberImpl
-
- setUdpPort(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- setUdpPort(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- setUdpRxBufSize(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- setUdpRxBufSize(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- setUdpTxBufSize(int) - Method in class org.apache.catalina.tribes.transport.AbstractSender
-
- setUdpTxBufSize(int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- 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
-
- setUniqueId(byte[]) - Method in class org.apache.catalina.tribes.membership.MemberImpl
-
- setUniqueId(String) - Method in class org.apache.catalina.tribes.membership.StaticMember
-
- setUnless(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
-
Only execute if a property of the given name does not
exist in the current project.
- setUnless(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
Only execute if a property of the given name does not exist in the
current project.
- setUnloadDelay(long) - Method in class org.apache.catalina.core.StandardContext
-
Set the value of the unloadDelay flag, which represents the amount
of ms that the container will wait when unloading servlets.
- setUnlockTimeout(int) - Method in class org.apache.tomcat.util.net.SocketProperties
-
- setUnpackWAR(boolean) - Method in class org.apache.catalina.core.StandardContext
-
Unpack WAR flag mutator.
- setUnpackWARs(boolean) - Method in class org.apache.catalina.core.StandardHost
-
Unpack WARs flag mutator.
- setUnpackWARs(boolean) - Method in class org.apache.catalina.startup.HostConfig
-
Set the unpack WARs flag.
- setupConnection(PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
-
configures a pooled connection as a proxy.
- setUpdate(boolean) - Method in class org.apache.catalina.ant.DeployTask
-
- setupDefaults(Connection, String) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
- 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
- setupForSend(Member[]) - Method in class org.apache.catalina.tribes.transport.bio.MultipointBioSender
-
- setupFromContext(ServletContext) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
-
Uses the ServletContext to set some CGI variables
- setupFromRequest(HttpServletRequest) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
-
Uses the HttpServletRequest to set most CGI variables
- setUpgradeAsyncWriteBufferSize(int) - Method in class org.apache.coyote.http11.AbstractHttp11Protocol
-
- setUpgraded(boolean) - Method in class org.apache.tomcat.util.net.Nio2Endpoint.Nio2SocketWrapper
-
- setUpgraded(boolean) - Method in class org.apache.tomcat.util.net.SocketWrapper
-
- setupMembership() - Method in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
-
- setupMembership() - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
-
- setupMembership() - Method in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
-
- setupSocket() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
-
- setupSocket(SocketWrapper<S>) - Method in class org.apache.coyote.ajp.AbstractAjpProcessor
-
- setupSocket(SocketWrapper<Long>) - Method in class org.apache.coyote.ajp.AjpAprProcessor
-
- setupSocket(SocketWrapper<Nio2Channel>) - Method in class org.apache.coyote.ajp.AjpNio2Processor
-
- setupSocket(SocketWrapper<NioChannel>) - Method in class org.apache.coyote.ajp.AjpNioProcessor
-
- setupSocket(SocketWrapper<Socket>) - Method in class org.apache.coyote.ajp.AjpProcessor
-
- setUri(String) - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
-
- setURIConverter(B2CConverter) - Method in class org.apache.catalina.connector.Request
-
Set the URI converter.
- setURIEncoding(String) - Method in class org.apache.catalina.connector.Connector
-
Set the URI encoding to be used for the URI.
- setUriroot(String) - Method in class org.apache.jasper.JspC
-
Base dir for the webapp.
- setUrl(String) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
-
- setUrl(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
-
- setUrl(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
- setURL(URL, String, String, int, String, String, String, String, String) - Method in class org.apache.catalina.webresources.war.Handler
-
- setUrl(String) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
- 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 datasource.
- setURL(String, URL) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingCallableStatement
-
- setURL(int, URL) - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingPreparedStatement
-
- setUrl(String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Sets the URL used to connect to the database
- setUrl(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setUrl(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Sets the URL used to connect to the database
- setUrl(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Sets the URL used to connect to the database
- setURL(URL) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- setUrlCacheProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- setURLDecoder(UDecoder) - Method in class org.apache.tomcat.util.http.Parameters
-
- setUsage(String) - Method in class org.apache.tomcat.util.descriptor.web.MessageDestinationRef
-
- setUsageThreshold(String, long) - Static method in class org.apache.tomcat.util.Diagnostics
-
Set usage threshold in MemoryPoolMXBean
- setUseBodyEncodingForURI(boolean) - Method in class org.apache.catalina.connector.Connector
-
Set if the entity body encoding should be used for the URI.
- setUseBufferPool(boolean) - Method in class org.apache.catalina.tribes.transport.AbstractRxTask
-
- setUseBufferPool(boolean) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- setUseCaches(boolean) - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
- setUseComet(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setUseComet(boolean) - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
- setUseComet(boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint
-
- setUseContextClassLoader(boolean) - Method in class org.apache.catalina.realm.JAASRealm
-
Sets whether to use the context or default ClassLoader.
- setUseContextClassLoader(boolean) - Method in class org.apache.tomcat.util.digester.Digester
-
Determine whether to use the Context ClassLoader (the one found by
calling Thread.currentThread().getContextClassLoader()
)
to resolve/load classes that are defined in various rules.
- setUseDeepClone(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
-
- setUseDelegatedCredential(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
-
- setUseDisposableConnectionFacade(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
If set to true, the connection will be wrapped with facade that will disallow the connection to be used after
Connection.close()
is called.
- setUseDisposableConnectionFacade(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
If set to true, the connection will be wrapped with facade that will disallow the connection to be used after
Connection.close()
is called.
- setUseDisposableConnectionFacade(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
If set to true, the connection will be wrapped with facade that will disallow the connection to be used after
Connection.close()
is called.
- setUseDisposableConnectionFacade(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
If set to true, the connection will be wrapped with facade that will disallow the connection to be used after
Connection.close()
is called.
- setUseEquals(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Set to true if you wish the ProxyConnection
class to use String.equals
instead of
==
when comparing method names.
- setUseEquals(boolean) - Method in class org.apache.tomcat.jdbc.pool.JdbcInterceptor
-
- setUseEquals(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setUseEquals(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Set to true if you wish the ProxyConnection
class to use String.equals
instead of
==
when comparing method names.
- setUseEquals(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Set to true if you wish the ProxyConnection
class to use String.equals
instead of
==
when comparing method names.
- setUseExactMatch(boolean) - Method in class org.apache.tomcat.util.digester.CallMethodRule
-
Set whether MethodUtils.invokeExactMethod
should be used for the reflection.
- setUseHttpOnly(boolean) - Method in interface org.apache.catalina.Context
-
Sets the use HttpOnly cookies for session cookies flag.
- setUseHttpOnly(boolean) - Method in class org.apache.catalina.core.StandardContext
-
Sets the use HttpOnly cookies for session cookies flag.
- setUseHttpOnly(boolean) - Method in class org.apache.catalina.startup.FailedContext
-
- setUseIPVHosts(boolean) - Method in class org.apache.catalina.connector.Connector
-
Enable the use of IP-based virtual hosting.
- setUseLocalPorts(boolean) - Method in class org.apache.catalina.mbeans.JmxRemoteLifecycleListener
-
Set the flag that indicates that local ports should be used for all
connections.
- setUseLock(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Set to true if a lock should be used when operations are performed on the connection object.
- setUseLock(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setUseLock(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Set to true if a lock should be used when operations are performed on the connection object.
- setUseLock(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Set to true if a lock should be used when operations are performed on the connection object.
- setUseLongContentLength(boolean) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
- setUseNaming(boolean) - Method in class org.apache.catalina.core.StandardContext
-
Enables or disables naming.
- setUseNaming(boolean) - Method in class org.apache.catalina.startup.Catalina
-
Enables or disables naming support.
- 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
-
Sets the name of the field containing the user agent.
- setUserBase(String) - Method in class org.apache.catalina.realm.JNDIRealm
-
Set the base element for user searches.
- setUserClass(String) - Method in class org.apache.catalina.startup.UserConfig
-
Set the user database class name for this component.
- setUserClassNames(String) - Method in class org.apache.catalina.realm.JAASRealm
-
Sets the list of comma-delimited classes that represent individual
users.
- setUserConfig(UserConfig) - Method in class org.apache.catalina.startup.HomesUserDatabase
-
Set the UserConfig listener with which we are associated.
- setUserConfig(UserConfig) - Method in class org.apache.catalina.startup.PasswdUserDatabase
-
Set the UserConfig listener with which we are associated.
- setUserConfig(UserConfig) - Method in interface org.apache.catalina.startup.UserDatabase
-
Set the UserConfig listener with which we are associated.
- setUserConstraint(String) - Method in class org.apache.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.realm.JDBCRealm
-
Set the column in the user table that holds the user's credentials.
- setUseRelativeRedirects(boolean) - Method in interface org.apache.catalina.Context
-
- setUseRelativeRedirects(boolean) - Method in class org.apache.catalina.core.StandardContext
-
- setUseRelativeRedirects(boolean) - Method in class org.apache.catalina.startup.FailedContext
-
- setUserField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Sets the name of the field containing the remote user name.
- setUsername(String) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
-
- setUsername(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
-
- setUsername(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
-
- setUsername(String) - Method in interface org.apache.catalina.User
-
Set the logon username of this user, which must be unique within
the scope of a
UserDatabase
.
- setUsername(String) - Method in class org.apache.catalina.users.AbstractUser
-
Set the logon username of this user, which must be unique within
the scope of a
UserDatabase
.
- setUserName(String) - Method in class org.apache.tomcat.buildutil.SignCode
-
- setUsername(String) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
- setUsername(String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Sets the username used to establish the connection with
It will also be a property called 'user' in the database properties.
- setUsername(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setUsername(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Sets the username used to establish the connection with
It will also be a property called 'user' in the database properties.
- setUsername(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Sets the username used to establish the connection with
It will also be a property called 'user' in the database properties.
- setUserNameCol(String) - Method in class org.apache.catalina.realm.DataSourceRealm
-
Set the column in the user table that holds the user's name.
- setUserNameCol(String) - Method in class org.apache.catalina.realm.JDBCRealm
-
Set the column in the user table that holds the user's name.
- setUserPassword(String) - Method in class org.apache.catalina.realm.JNDIRealm
-
Set the password attribute used to retrieve the user password.
- setUserPattern(String) - Method in class org.apache.catalina.realm.JNDIRealm
-
Set the message format pattern for selecting users in this Realm.
- setUserPrincipal(Principal) - Method in class org.apache.catalina.connector.Request
-
Set the Principal who has been authenticated for this Request.
- setUserRoleAttribute(String) - Method in class org.apache.catalina.realm.JNDIRealm
-
- setUserRoleName(String) - Method in class org.apache.catalina.realm.JNDIRealm
-
Set the user role name attribute name for this Realm.
- setUserRoleTable(String) - Method in class org.apache.catalina.realm.DataSourceRealm
-
Set the table that holds the relation between user's and roles.
- setUserRoleTable(String) - Method in class org.apache.catalina.realm.JDBCRealm
-
Set the table that holds the relation between user's and roles.
- setUserSearch(String) - Method in class org.apache.catalina.realm.JNDIRealm
-
Set the message format pattern for selecting users in this Realm.
- setUserSearchAsUser(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
-
- setUserSubtree(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
-
Set the "search subtree for users" flag.
- setUserTable(String) - Method in class org.apache.catalina.realm.DataSourceRealm
-
Set the table that holds user data.
- setUserTable(String) - Method in class org.apache.catalina.realm.JDBCRealm
-
Set the table that holds user data.
- setUseSendfile(boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol
-
- setUseSendfile(boolean) - Method in class org.apache.coyote.http11.Http11Nio2Protocol
-
- setUseSendfile(boolean) - Method in class org.apache.coyote.http11.Http11NioProtocol
-
- setUseSendfile(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
-
- setUseSendfile(boolean) - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
- setUseSendfile(boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint
-
- setUseServerCipherSuitesOrder(SSLServerSocket, boolean) - Method in class org.apache.tomcat.util.compat.JreCompat
-
- setUseServerCipherSuitesOrder(SSLEngine, boolean) - Method in class org.apache.tomcat.util.compat.JreCompat
-
- setUseServerCipherSuitesOrder(String) - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- setUseShutdownHook(boolean) - Method in class org.apache.catalina.startup.Catalina
-
- setUseShutdownHook(boolean) - Method in class org.apache.juli.ClassLoaderLogManager
-
- setUseStartTls(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
-
Flag whether StartTLS should be used when connecting to the ldap server
- setUseStatementFacade(boolean) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Set this to true if you wish to wrap statements in order to enable equals() and hashCode()
methods to be called on the closed statements if any statement proxy is set.
- setUseStatementFacade(boolean) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
Set this to true if you wish to wrap statements in order to enable equals() and hashCode()
methods to be called on the closed statements if any statement proxy is set.
- setUseStatementFacade(boolean) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Set this to true if you wish to wrap statements in order to enable equals() and hashCode()
methods to be called on the closed statements if any statement proxy is set.
- setUseStatementFacade(boolean) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Set this to true if you wish to wrap statements in order to enable equals() and hashCode()
methods to be called on the closed statements if any statement proxy is set.
- setUseThread(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
-
- 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.
- setValid(boolean) - Method in class org.apache.catalina.manager.DummyProxySession
-
- setValid(boolean) - Method in interface org.apache.catalina.Session
-
Set the isValid
flag for this session.
- setValid(boolean) - Method in class org.apache.catalina.session.StandardSession
-
Set the isValid
flag for this session.
- setValidate(boolean) - Method in class org.apache.catalina.realm.RealmBase
-
Set the "validate certificate chains" flag.
- setValidateClientProvidedNewSessionId(boolean) - Method in interface org.apache.catalina.Context
-
When a client provides the ID for a new session, should that ID be
validated?
- setValidateClientProvidedNewSessionId(boolean) - Method in class org.apache.catalina.core.StandardContext
-
- setValidateClientProvidedNewSessionId(boolean) - Method in class org.apache.catalina.startup.FailedContext
-
- setValidateTld(boolean) - Method in class org.apache.jasper.JspC
-
- setValidateUri(boolean) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
-
- setValidateXml(boolean) - Method in class org.apache.jasper.JspC
-
- setValidating(boolean) - Method in class org.apache.tomcat.util.digester.Digester
-
Set the validating parser flag.
- setValidationInterval(long) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
avoid excess validation, only run validation at most at this frequency - time in milliseconds.
- setValidationInterval(long) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setValidationInterval(long) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
avoid excess validation, only run validation at most at this frequency - time in milliseconds.
- setValidationInterval(long) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
avoid excess validation, only run validation at most at this frequency - time in milliseconds.
- setValidationQuery(String) - Method in class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
- 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
Connection
s.
- setValidationQuery(String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
The SQL query that will be used to validate connections from this
pool before returning them to the caller or pool.
- setValidationQuery(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setValidationQuery(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
The SQL query that will be used to validate connections from this
pool before returning them to the caller or pool.
- setValidationQuery(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
The SQL query that will be used to validate connections from this
pool before returning them to the caller or pool.
- setValidationQueryTimeout(int) - Method in class org.apache.tomcat.dbcp.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(int) - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.InstanceKeyDataSource
-
Sets the timeout in seconds before the validation query fails.
- setValidationQueryTimeout(int) - Method in class org.apache.tomcat.dbcp.dbcp2.PoolableConnectionFactory
-
Sets the validation query timeout, the amount of time, in seconds, that connection validation will wait for a
response from the database when executing a validation query.
- setValidationQueryTimeout(int) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
The timeout in seconds before a connection validation queries fail.
- setValidationQueryTimeout(int) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- setValidationQueryTimeout(int) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
The timeout in seconds before a connection validation queries fail.
- setValidationQueryTimeout(int) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
The timeout in seconds before a connection validation queries fail.
- setValidator(Validator) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Sets the validator object
If this is a non null object, it will be used as a validator instead of the validationQuery
If this is null, remove the usage of the validator.
- setValidator(Validator) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
Sets the validator object
If this is a non null object, it will be used as a validator instead of the validationQuery
If this is null, remove the usage of the validator.
- setValidator(Validator) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Sets the validator object
If this is a non null object, it will be used as a validator instead of the validationQuery
If this is null, remove the usage of the validator.
- setValidator(Validator) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Sets the validator object
If this is a non null object, it will be used as a validator instead of the validationQuery
If this is null, remove the usage of the validator.
- setValidator(ValidatorXml) - Method in class org.apache.tomcat.util.descriptor.tld.TaglibXml
-
- setValidatorClass(String) - Method in class org.apache.tomcat.util.descriptor.tld.ValidatorXml
-
- setValidatorClassName(String) - Method in class org.apache.tomcat.jdbc.pool.DataSourceProxy
-
Set the name for an optional validator class which will be used in place of test queries.
- setValidatorClassName(String) - Method in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
Set the name for an optional validator class which will be used in place of test queries.
- setValidatorClassName(String) - Method in interface org.apache.tomcat.jdbc.pool.PoolConfiguration
-
Set the name for an optional validator class which will be used in place of test queries.
- setValidatorClassName(String) - Method in class org.apache.tomcat.jdbc.pool.PoolProperties
-
Set the name for an optional validator class which will be used in place of test queries.
- setValue(String) - Method in class org.apache.catalina.ant.jmx.Arg
-
- setValue(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorConditionBase
-
- setValue(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
-
- setValue(String) - Method in class org.apache.catalina.ant.JMXSetTask
-
Set method for the attribute value.
- setValue(V) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapEntry
-
- setValue(Serializable) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap.MapMessage
-
- setValue(EvaluationContext, Object) - Method in class org.apache.el.parser.AstDeferredExpression
-
- setValue(EvaluationContext, Object) - Method in class org.apache.el.parser.AstDynamicExpression
-
- setValue(EvaluationContext, Object) - Method in class org.apache.el.parser.AstIdentifier
-
- setValue(EvaluationContext, Object) - Method in class org.apache.el.parser.AstValue
-
- setValue(EvaluationContext, Object) - Method in interface org.apache.el.parser.Node
-
- setValue(EvaluationContext, Object) - Method in class org.apache.el.parser.SimpleNode
-
- setValue(ELContext, Object, Object, Object) - Method in class org.apache.el.stream.StreamELResolverImpl
-
- setValue(ELContext, Object) - Method in class org.apache.el.ValueExpressionImpl
-
- setValue(ELContext, Object) - Method in class org.apache.el.ValueExpressionLiteral
-
- setValue(ELContext, Object, Object, Object) - Method in class org.apache.jasper.el.ELResolverImpl
-
Deprecated.
- setValue(ELContext, Object) - Method in class org.apache.jasper.el.JspValueExpression
-
- setValue(String) - Method in class org.apache.tomcat.util.descriptor.web.ApplicationParameter
-
- setValue(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextEnvironment
-
- setValue(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
-
Allow "set" operations -
return a MessageBytes container for the
header value ( existing header or new
if this .
- setValueA(long, String, String[]) - Static method in class org.apache.tomcat.jni.Registry
-
Set the Registry value for REG_MULTI_SZ
- setValueB(long, String, byte[]) - Static method in class org.apache.tomcat.jni.Registry
-
Set the Registry value for REG_BINARY
- setValueE(long, String, String) - Static method in class org.apache.tomcat.jni.Registry
-
Set the Registry value for REG_EXPAND_SZ
- setValueI(long, String, int) - Static method in class org.apache.tomcat.jni.Registry
-
Set the Registry value for REG_DWORD
- setValueJ(long, String, long) - Static method in class org.apache.tomcat.jni.Registry
-
Set the Registry value for REG_QWORD
- setValues(char[], int, int) - Method in class org.apache.jasper.xmlparser.XMLString
-
Initializes the contents of the XMLString structure with the
specified values.
- setValues(XMLString) - Method in class org.apache.jasper.xmlparser.XMLString
-
Initializes the contents of the XMLString structure with copies
of the given string structure.
- setValueS(long, String, String) - Static method in class org.apache.tomcat.jni.Registry
-
Set the Registry value for REG_SZ
- setVariable(String, ValueExpression) - Method in class org.apache.el.lang.VariableMapperFactory
-
- setVariable(String, ValueExpression) - Method in class org.apache.el.lang.VariableMapperImpl
-
- setVariableMapper(VariableMapper) - Method in class org.apache.jasper.el.ELContextImpl
-
- setVariableValue(String, String) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
-
Set the named variable to the specified value.
- setVariableValue(String, String) - Method in class org.apache.catalina.ssi.SSIMediator
-
- setVariableValue(String, String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
-
- setVerbose(int) - Method in class org.apache.jasper.JspC
-
Sets the verbosity level.
- 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.SSLContext
-
Set Type of Client Certificate verification and Maximum depth of CA Certificates
in Client Certificate verification.
- setVerify(long, int, int) - Static method in class org.apache.tomcat.jni.SSLSocket
-
Set Type of Client Certificate verification and Maximum depth of CA
Certificates in Client Certificate verification.
- setVersion(String) - Method in class org.apache.catalina.ant.AbstractCatalinaCommandTask
-
- setVersion(long) - Method in class org.apache.catalina.ha.session.DeltaSession
-
- setVersion(String) - Method in class org.apache.catalina.storeconfig.StoreRegistry
-
- setVersion(long) - Method in interface org.apache.catalina.tribes.tipis.ReplicatedMapEntry
-
Forces a certain version to a replicated map entry
- setVersion(String) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
Set the version for this web.xml file
- setVersion(int) - Method in class org.apache.tomcat.util.http.ServerCookie
-
- setVirtualHostField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
Sets the name of the field containing the virtual host information
(this is in fact the server name).
- setWar(String) - Method in class org.apache.catalina.ant.DeployTask
-
- setWarnOnSessionAttributeFilterFailure(boolean) - Method in class org.apache.catalina.session.ManagerBase
-
Configure whether or not a warn level log message should be generated if
a session attribute is not persisted / replicated / restored.
- setWatchDir(String) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
-
- setWatchEnabled(boolean) - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
-
- setWebappJar(boolean) - Method in class org.apache.tomcat.util.descriptor.web.WebXml
-
- setWebAppMount(String) - Method in class org.apache.catalina.webresources.AbstractResourceSet
-
- 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
-
- setWebXml(String) - Method in class org.apache.jasper.JspC
-
File where we generate a complete web.xml with the class definitions.
- setWebXmlEncoding(String) - Method in class org.apache.jasper.JspC
-
Sets the encoding to be used to read and write web.xml files.
- setWebXmlFragment(String) - Method in class org.apache.jasper.JspC
-
File where we generate a web.xml fragment with the class definitions.
- 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
-
Host work directory base.
- setWorker(String) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- setWorkerClusterDomain(String) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- setWorkerDisabled(Boolean) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- setWorkerLb(String) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- setWorkerLoadFactor(Integer) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- setWorkerRedirect(String) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- setWorkerStopped(Boolean) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- setWorkerThreadName(String) - Method in class org.apache.coyote.RequestInfo
-
- setWorkerType(String) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
-
- setWrapper(Wrapper) - Method in class org.apache.catalina.connector.Request
-
Deprecated.
Use setters on MappingData
object.
Depending on use case, you may need to update other
MappingData
fields as well, such as context
and contextSlashCount
.
- setWrapper(Wrapper) - Method in interface org.apache.catalina.ContainerServlet
-
Set the Wrapper with which this Servlet is associated.
- setWrapper(Wrapper) - Method in class org.apache.catalina.manager.host.HostManagerServlet
-
Set the Wrapper with which we are associated.
- setWrapper(Wrapper) - Method in class org.apache.catalina.manager.ManagerServlet
-
Set the Wrapper with which we are associated.
- setWrapperClass(String) - Method in interface org.apache.catalina.Context
-
Set the Java class name of the Wrapper implementation used
for servlets registered in this Context.
- setWrapperClass(String) - Method in class org.apache.catalina.core.StandardContext
-
Set the Java class name of the Wrapper implementation used
for servlets registered in this Context.
- setWrapperClass(String) - Method in class org.apache.catalina.startup.FailedContext
-
- setWritable(Object, Object) - Static method in class org.apache.naming.ContextAccessController
-
Allow writing to a context.
- setWriteable(boolean) - Method in class org.apache.tomcat.util.modeler.AttributeInfo
-
- setWriteListener(WriteListener) - Method in class org.apache.catalina.connector.CoyoteOutputStream
-
- setWriteListener(WriteListener) - Method in class org.apache.catalina.connector.OutputBuffer
-
- setWriteListener(WriteListener) - Method in class org.apache.catalina.filters.ExpiresFilter.XServletOutputStream
-
TODO SERVLET 3.1
- setWriteListener(WriteListener) - Method in class org.apache.catalina.ssi.ByteArrayServletOutputStream
-
TODO SERVLET 3.1
- setWriteListener(WriteListener) - Method in class org.apache.coyote.http11.upgrade.AbstractServletOutputStream
-
- setWriteListener(WriteListener) - Method in class org.apache.coyote.Response
-
- setWriter(ServletWriter) - Method in class org.apache.jasper.JspCompilationContext
-
- setWriteResponseBodyStarted(boolean) - Method in class org.apache.catalina.filters.ExpiresFilter.XHttpServletResponse
-
- setWriteTimeout(long) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
-
- setWsdlfile(String) - Method in class org.apache.tomcat.util.descriptor.web.ContextService
-
- setX509UsernameRetrieverClassName(String) - Method in class org.apache.catalina.realm.RealmBase
-
Sets the name of the class that will be used to extract user names
from X509 client certificates.
- setXmlBase(String) - Method in class org.apache.catalina.core.StandardHost
-
Set the Xml root for this Host.
- setXmlBase(String) - Method in interface org.apache.catalina.Host
-
Set the Xml root for this Host.
- setXmlBlockExternal(boolean) - Method in interface org.apache.catalina.Context
-
Controls whether the parsing of web.xml, web-fragment.xml, *.tld, *.jspx,
*.tagx and tagplugin.xml files for this Context will block the use of
external entities.
- setXmlBlockExternal(boolean) - Method in class org.apache.catalina.core.StandardContext
-
- setXmlBlockExternal(boolean) - Method in class org.apache.catalina.startup.FailedContext
-
- setXmlNamespaceAware(boolean) - Method in interface org.apache.catalina.Context
-
Controls whether the parsing of web.xml and web-fragment.xml files for
this Context will be performed by a namespace aware parser.
- setXmlNamespaceAware(boolean) - Method in class org.apache.catalina.core.StandardContext
-
- setXmlNamespaceAware(boolean) - Method in class org.apache.catalina.startup.FailedContext
-
- setXmlParsingProtection(boolean) - Method in class org.apache.catalina.core.JreMemoryLeakPreventionListener
-
- setXmlValidation(boolean) - Method in interface org.apache.catalina.Context
-
Controls whether the parsing of web.xml and web-fragment.xml files
for this Context will be performed by a validating parser.
- setXmlValidation(boolean) - Method in class org.apache.catalina.core.StandardContext
-
- setXmlValidation(boolean) - Method in class org.apache.catalina.startup.FailedContext
-
- setXpoweredBy(boolean) - Method in class org.apache.catalina.connector.Connector
-
Enables or disables the generation of an X-Powered-By header (with value
Servlet/2.5) for all servlet-generated responses returned by this
Connector.
- setXpoweredBy(boolean) - Method in class org.apache.jasper.JspC
-
Sets the option to enable generation of X-Powered-By response header.
- setXssProtectionEnabled(boolean) - Method in class org.apache.catalina.filters.HttpHeaderSecurityFilter
-
- SHARED - Static variable in class org.apache.tomcat.util.net.NioSelectorPool
-
- SHARED_SELECTOR - Variable in class org.apache.tomcat.util.net.NioSelectorPool
-
- SharedPoolDataSource - Class in org.apache.tomcat.dbcp.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 SharedPoolDataSource
s
- SharedPoolDataSourceFactory() - Constructor for class org.apache.tomcat.dbcp.dbcp2.datasources.SharedPoolDataSourceFactory
-
- sharedSelector - Variable in class org.apache.tomcat.util.net.NioBlockingSelector
-
- sharedSelectorTimeout - Variable in class org.apache.tomcat.util.net.NioSelectorPool
-
- sharedState - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
-
The state information that is shared with other configured
LoginModule
instances.
- Shm - Class in org.apache.tomcat.jni
-
Shm
- Shm() - Constructor for class org.apache.tomcat.jni.Shm
-
- shouldAbandon() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
-
- 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
-
- SHOW_SUCCESS - Static variable in class org.apache.jasper.JspC
-
- showServerInfo - Variable in class org.apache.catalina.servlets.DefaultServlet
-
Flag to determine if server information is presented.
- showSuccess - Variable in class org.apache.jasper.JspC
-
- shtmlRegEx - Variable in class org.apache.catalina.ssi.SSIFilter
-
default pattern for ssi filter content type matching
- shutdown() - Method in class org.apache.juli.ClassLoaderLogManager
-
Shuts down the logging system.
- shutdown(long, int) - Static method in class org.apache.tomcat.jni.Socket
-
Shutdown either reading, writing, or both sides of a socket.
- SHUTDOWN_PAYLOAD - Static variable in interface org.apache.catalina.tribes.Member
-
When a member leaves the cluster, the payload of the memberDisappeared member
will be the following bytes.
- shutdownExecutor() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- shutdownExecutor() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
- shutdownHook - Variable in class org.apache.catalina.startup.Catalina
-
Shutdown hook.
- SignCode - Class in org.apache.tomcat.buildutil
-
Ant task that submits a file to the Symantec code-signing service.
- SignCode() - Constructor for class org.apache.tomcat.buildutil.SignCode
-
- SIMPLE_HTTP_METHODS - Static variable in class org.apache.catalina.filters.CorsFilter
-
Deprecated.
Unused. Will be removed in Tomcat 8.5.x onwards.
- SIMPLE_HTTP_REQUEST_CONTENT_TYPE_VALUES - Static variable in class org.apache.catalina.filters.CorsFilter
-
Collection
of media type values for the Content-Type header that
will be treated as 'simple'.
- SIMPLE_HTTP_REQUEST_HEADERS - Static variable in class org.apache.catalina.filters.CorsFilter
-
Deprecated.
Unused. Will be removed in Tomcat 8.5.x onwards.
- SIMPLE_HTTP_RESPONSE_HEADERS - Static variable in class org.apache.catalina.filters.CorsFilter
-
Deprecated.
Unused. Will be removed in Tomcat 8.5.x onwards.
- SimpleCharStream - Class in org.apache.el.parser
-
An implementation of interface CharStream, where the stream is assumed to
contain only ASCII characters (without unicode processing).
- SimpleCharStream(Reader, int, int, int) - Constructor for class org.apache.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader, int, int) - Constructor for class org.apache.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(Reader) - Constructor for class org.apache.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.apache.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int, int) - Constructor for class org.apache.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String, int, int) - Constructor for class org.apache.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, int, int) - Constructor for class org.apache.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream, String) - Constructor for class org.apache.el.parser.SimpleCharStream
-
Constructor.
- SimpleCharStream(InputStream) - Constructor for class org.apache.el.parser.SimpleCharStream
-
Constructor.
- SimpleCoordinator - Class in org.apache.catalina.tribes.group.interceptors
-
A dinky coordinator, just uses a sorted version of the member array.
- SimpleCoordinator() - Constructor for class org.apache.catalina.tribes.group.interceptors.SimpleCoordinator
-
- simpleDateFormat - Variable in class org.apache.catalina.util.Strftime
-
- SimpleElementValue - Class in org.apache.tomcat.util.bcel.classfile
-
- SimpleInstanceManager - Class in org.apache.tomcat
-
SimpleInstanceManager
Implement the org.apache.tomcat.InstanceManager interface.
- SimpleInstanceManager() - Constructor for class org.apache.tomcat.SimpleInstanceManager
-
- SimpleNode - Class in org.apache.el.parser
-
- SimpleNode(int) - Constructor for class org.apache.el.parser.SimpleNode
-
- SimpleTcpCluster - Class in org.apache.catalina.ha.tcp
-
A Cluster implementation using simple multicast.
- SimpleTcpCluster() - Constructor for class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
- SINGLE_SIGN_ON_COOKIE - Static variable in class org.apache.catalina.authenticator.Constants
-
- singleByteBuffer - Variable in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
-
- SingleRemoveSynchronizedAddLock - Class in org.apache.catalina.tribes.transport.bio.util
-
Deprecated.
Unused. Will be removed in Tomcat 8.5.x
- SingleRemoveSynchronizedAddLock() - Constructor for class org.apache.catalina.tribes.transport.bio.util.SingleRemoveSynchronizedAddLock
-
Deprecated.
- SingleRemoveSynchronizedAddLock(boolean) - Constructor for class org.apache.catalina.tribes.transport.bio.util.SingleRemoveSynchronizedAddLock
-
Deprecated.
- SingleSignOn - Class in org.apache.catalina.authenticator
-
A Valve that supports a "single sign on" user experience,
where the security identity of a user who successfully authenticates to one
web application is propagated to other web applications in the same
security domain.
- SingleSignOn() - Constructor for class org.apache.catalina.authenticator.SingleSignOn
-
- SingleSignOnEntry - Class in org.apache.catalina.authenticator
-
A class that represents entries in the cache of authenticated users.
- SingleSignOnEntry(Principal, String, String, String) - Constructor for class org.apache.catalina.authenticator.SingleSignOnEntry
-
Creates a new SingleSignOnEntry
- SingleSignOnListener - Class in org.apache.catalina.authenticator
-
- SingleSignOnListener(String) - Constructor for class org.apache.catalina.authenticator.SingleSignOnListener
-
- SingleSignOnSessionKey - Class in org.apache.catalina.authenticator
-
Key used by SSO to identify a session.
- SingleSignOnSessionKey(Session) - Constructor for class org.apache.catalina.authenticator.SingleSignOnSessionKey
-
- singleThreadModel - Variable in class org.apache.catalina.core.StandardWrapper
-
Does this servlet implement the SingleThreadModel interface?
- SINGLETON - Static variable in class org.apache.naming.ResourceRef
-
Is this resource a singleton
- size - Variable in class org.apache.catalina.ha.deploy.FileMessageFactory
-
The total size of the file
- size() - Method in class org.apache.catalina.tribes.io.DirectByteArrayOutputStream
-
- size() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- size() - Method in class org.apache.catalina.util.ParameterMap
-
- size - Variable in class org.apache.coyote.AbstractProtocol.RecycledProcessors
-
- size() - Method in class org.apache.tomcat.jdbc.pool.FairBlockingQueue
- size() - Method in class org.apache.tomcat.jdbc.pool.MultiLockFairBlockingQueue
- size(ByteBuffer) - Static method in class org.apache.tomcat.jni.Buffer
-
Returns the allocated memory size of the ByteBuffer.
- size - Variable in class org.apache.tomcat.jni.FileInfo
-
The size of the file
- size(long) - Static method in class org.apache.tomcat.jni.Shm
-
Retrieve the length of a shared memory segment in bytes.
- size() - Method in class org.apache.tomcat.util.collections.ManagedConcurrentWeakHashMap
-
- size() - Method in class org.apache.tomcat.util.collections.SynchronizedQueue
-
- size() - Method in class org.apache.tomcat.util.http.MimeHeaders
-
Returns the current number of header fields.
- size - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketList
-
- size() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketList
-
- size - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketTimeouts
-
- sizeFull() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- sizeLimit - Variable in class org.apache.catalina.realm.JNDIRealm
-
The sizeLimit (also known as the countLimit) to use when the realm is
configured with
JNDIRealm.userSearch
.
- skip(long) - Method in class org.apache.catalina.connector.CoyoteReader
-
- skip(long) - Method in class org.apache.catalina.connector.InputBuffer
-
- 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.webresources.AbstractArchiveResource.JarInputStreamWrapper
-
- skip(long) - Method in class org.apache.jasper.xmlparser.ASCIIReader
-
Skip characters.
- skip(long) - Method in class org.apache.jasper.xmlparser.UCSReader
-
Skip characters.
- skip(long) - Method in class org.apache.jasper.xmlparser.UTF8Reader
-
Skip characters.
- skip(long) - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream.ItemInputStream
-
Skips the given number of bytes.
- SKIP_JARS_PROPERTY - Static variable in class org.apache.tomcat.util.scan.Constants
-
- skipChar(int) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Skips a character appearing immediately on the input.
- skippedEntity(String) - Method in class org.apache.tomcat.util.digester.Digester
-
Process notification of a skipped entity.
- skipPreamble() - Method in class org.apache.tomcat.util.http.fileupload.MultipartStream
-
Finds the beginning of the first encapsulation
.
- skipSpaces() - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Skips space characters appearing immediately on the input.
- skipString(String) - Method in class org.apache.jasper.xmlparser.XMLEncodingDetector
-
Skips the specified string appearing immediately on the input.
- slashCount - Variable in class org.apache.catalina.mapper.Mapper.ContextVersion
-
- sleep(long) - Static method in class org.apache.tomcat.jni.Time
-
Sleep for the specified number of micro-seconds.
- sleepTime - Variable in class org.apache.catalina.tribes.group.GroupChannel.HeartbeatThread
-
- sleepTime - Variable in class org.apache.tomcat.jdbc.pool.ConnectionPool.PoolCleaner
-
- SLOW_QUERY_NOTIFICATION - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
-
- SLOW_QUERY_NOTIFICATION - Static variable in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- SLOW_QUERY_TYPE - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
-
- SlowQueryReport - Class in org.apache.tomcat.jdbc.pool.interceptor
-
Slow query report interceptor.
- SlowQueryReport() - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport
-
Creates a slow query report interceptor
- SlowQueryReport.QueryStats - Class in org.apache.tomcat.jdbc.pool.interceptor
-
- SlowQueryReport.QueryStats(String) - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReport.QueryStats
-
- SlowQueryReportJmx - Class in org.apache.tomcat.jdbc.pool.interceptor
-
Publishes data to JMX and provides notifications
when failures happen.
- SlowQueryReportJmx() - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.SlowQueryReportJmx
-
- SlowQueryReportJmxMBean - Interface in org.apache.tomcat.jdbc.pool.interceptor
-
- sm - Static variable in class org.apache.catalina.authenticator.AuthenticatorBase
-
The string manager for this package.
- sm - Static variable in class org.apache.catalina.connector.CometEventImpl
-
The string manager for this package.
- sm - Static variable in class org.apache.catalina.connector.Connector
-
The string manager for this package.
- sm - Static variable in class org.apache.catalina.connector.CoyoteAdapter
-
The string manager for this package.
- sm - Static variable in class org.apache.catalina.connector.CoyoteInputStream
-
- sm - Static variable in class org.apache.catalina.connector.CoyoteOutputStream
-
- sm - Static variable in class org.apache.catalina.connector.InputBuffer
-
The string manager for this package.
- sm - Static variable in class org.apache.catalina.connector.Request
-
The string manager for this package.
- sm - Static variable in class org.apache.catalina.connector.RequestFacade
-
The string manager for this package.
- sm - Static variable in class org.apache.catalina.connector.Response
-
- sm - Static variable in class org.apache.catalina.connector.ResponseFacade
-
The string manager for this package.
- sm - Static variable in class org.apache.catalina.core.AprLifecycleListener
-
The string manager for this package.
- sm - Static variable in class org.apache.catalina.core.AsyncContextImpl
-
- sm - Static variable in class org.apache.catalina.core.ContainerBase
-
The string manager for this package.
- sm - Static variable in class org.apache.catalina.core.DefaultInstanceManager
-
The string manager for this package.
- sm - Static variable in class org.apache.catalina.core.NamingContextListener
-
The string manager for this package.
- sm - Static variable in class org.apache.catalina.core.ThreadLocalLeakPreventionListener
-
The string manager for this package.
- sm - Static variable in class org.apache.catalina.filters.FilterBase
-
- sm - Static variable in class org.apache.catalina.ha.session.BackupManager
-
The string manager for this package.
- sm - Static variable in class org.apache.catalina.ha.session.DeltaManager
-
The string manager for this package.
- sm - Static variable in class org.apache.catalina.ha.session.DeltaRequest
-
The string manager for this package.
- sm - Static variable in class org.apache.catalina.ha.session.DeltaSession
-
The string manager for this package.
- sm - Static variable in class org.apache.catalina.ha.session.JvmRouteBinderValve
-
The string manager for this package.
- sm - Static variable in class org.apache.catalina.ha.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.JmxRemoteLifecycleListener
-
- sm - Static variable in class org.apache.catalina.mbeans.MBeanFactory
-
- sm - Static variable in class org.apache.catalina.realm.DigestCredentialHandlerBase
-
- sm - Static variable in class org.apache.catalina.realm.JAASCallbackHandler
-
The string manager for this package.
- sm - Static variable in class org.apache.catalina.realm.RealmBase
-
The string manager for this package.
- sm - Static variable in class org.apache.catalina.servlets.DefaultServlet
-
The string manager for this package.
- sm - Static variable in class org.apache.catalina.session.ManagerBase
-
The string manager for this package.
- sm - Static variable in class org.apache.catalina.session.StandardSession
-
The string manager for this package.
- sm - Static variable in class org.apache.catalina.session.StoreBase
-
The string manager for this package.
- sm - Static variable in class org.apache.catalina.startup.Catalina
-
The string manager for this package.
- sm - Static variable in class org.apache.catalina.startup.ContextConfig
-
The string resources for this package.
- sm - Static variable in class org.apache.catalina.startup.EngineConfig
-
The string resources for this package.
- sm - Static variable in class org.apache.catalina.startup.ExpandWar
-
The string resources for this package.
- sm - Static variable in class org.apache.catalina.startup.FailedContext
-
- sm - Static variable in class org.apache.catalina.startup.HostConfig
-
The string resources for this package.
- sm - Static variable in class org.apache.catalina.startup.VersionLoggerListener
-
The string manager for this package.
- sm - Static variable in class org.apache.catalina.startup.WebAnnotationSet
-
The string resources for this package.
- sm - Static variable in class org.apache.catalina.storeconfig.StoreConfig
-
- sm - Static variable in class org.apache.catalina.storeconfig.StoreFactoryBase
-
The string manager for this package.
- sm - Static variable in class org.apache.catalina.tribes.group.ChannelCoordinator
-
- sm - Static variable in class org.apache.catalina.tribes.group.GroupChannel
-
- sm - Static variable in class org.apache.catalina.tribes.group.interceptors.DomainFilterInterceptor
-
- sm - Static variable in class org.apache.catalina.tribes.group.interceptors.FragmentationInterceptor
-
- sm - Static variable in class org.apache.catalina.tribes.group.interceptors.GzipInterceptor
-
- sm - Static variable in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
-
- sm - Static variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
-
- sm - Static variable in class org.apache.catalina.tribes.group.interceptors.OrderInterceptor
-
- sm - Static variable in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
-
- sm - Static variable in class org.apache.catalina.tribes.group.interceptors.TcpFailureDetector
-
- sm - Static variable in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
-
- sm - Static variable in class org.apache.catalina.tribes.group.interceptors.ThroughputInterceptor
-
- sm - Static variable in class org.apache.catalina.tribes.group.interceptors.TwoPhaseCommitInterceptor
-
- sm - Static variable in class org.apache.catalina.tribes.group.RpcChannel
-
- sm - Static variable in class org.apache.catalina.tribes.io.BufferPool
-
- sm - Static variable in class org.apache.catalina.tribes.io.ObjectReader
-
- sm - Static variable in class org.apache.catalina.tribes.io.XByteBuffer
-
- 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
-
- sm - Static variable in class org.apache.catalina.tribes.membership.MemberImpl
-
- sm - Static variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- sm - Static variable in class org.apache.catalina.tribes.transport.bio.BioReceiver
-
- sm - Static variable in class org.apache.catalina.tribes.transport.bio.BioReplicationTask
-
- sm - Static variable in class org.apache.catalina.tribes.transport.bio.BioSender
-
The string manager for this package.
- sm - Static variable in class org.apache.catalina.tribes.transport.bio.PooledMultiSender
-
- sm - Static variable in class org.apache.catalina.tribes.transport.bio.util.FastQueue
-
Deprecated.
- 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
-
- sm - Static variable in class org.apache.catalina.tribes.transport.nio.NioSender
-
- sm - Static variable in class org.apache.catalina.tribes.transport.nio.ParallelNioSender
-
- sm - Static variable in class org.apache.catalina.tribes.transport.nio.PooledParallelSender
-
- sm - Static variable in class org.apache.catalina.tribes.transport.PooledSender
-
- sm - Static variable in class org.apache.catalina.tribes.transport.ReceiverBase
-
- sm - Static variable in class org.apache.catalina.tribes.util.Arrays
-
- sm - Static variable in class org.apache.catalina.tribes.util.ExecutorFactory
-
- sm - Static variable in class org.apache.catalina.tribes.util.UUIDGenerator
-
- sm - Static variable in class org.apache.catalina.valves.ValveBase
-
The string manager for this package.
- sm - Static variable in class org.apache.catalina.webresources.AbstractResource
-
- sm - Static variable in class org.apache.catalina.webresources.AbstractResourceSet
-
- sm - Static variable in class org.apache.catalina.webresources.Cache
-
- sm - Static variable in class org.apache.catalina.webresources.StandardRoot
-
- sm - Static variable in class org.apache.coyote.AbstractProcessor
-
- sm - Static variable in class org.apache.coyote.AbstractProtocol
-
The string manager for this package.
- sm - Static variable in class org.apache.coyote.ajp.AbstractAjpProcessor
-
The string manager for this package.
- sm - Static variable in class org.apache.coyote.ajp.AbstractAjpProtocol
-
The string manager for this package.
- sm - Static variable in class org.apache.coyote.ajp.AjpMessage
-
The string manager for this package.
- sm - Static variable in class org.apache.coyote.http11.AbstractHttp11Processor
-
The string manager for this package.
- sm - Static variable in class org.apache.coyote.http11.AbstractInputBuffer
-
The string manager for this package.
- sm - Static variable in class org.apache.coyote.http11.AbstractOutputBuffer
-
The string manager for this package.
- sm - Static variable in class org.apache.coyote.http11.upgrade.AbstractProcessor
-
- sm - Static variable in class org.apache.coyote.http11.upgrade.AbstractServletInputStream
-
- sm - Static variable in class org.apache.coyote.http11.upgrade.AbstractServletOutputStream
-
- sm - Static variable in class org.apache.naming.ContextBindings
-
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.descriptor.web.WebRuleSet
-
The string resources for this package.
- sm - Static variable in class org.apache.tomcat.util.net.AbstractEndpoint
-
- sm - Static variable in class org.apache.tomcat.util.net.NioChannel
-
- sm - Static variable in class org.apache.tomcat.util.net.SecureNio2Channel
-
- sm - Static variable in class org.apache.tomcat.util.threads.ThreadPoolExecutor
-
The string manager for this package.
- smapDumped - Variable in class org.apache.jasper.JspC
-
- SmapGenerator - Class in org.apache.jasper.compiler
-
Represents a source map (SMAP), which serves to associate lines
of the input JSP file(s) to lines in the generated servlet in the
final .class file, according to the JSR-045 spec.
- SmapGenerator() - Constructor for class org.apache.jasper.compiler.SmapGenerator
-
- SmapStratum - Class in org.apache.jasper.compiler
-
Represents the line and file mappings associated with a JSR-045
"stratum".
- SmapStratum(String) - Constructor for class org.apache.jasper.compiler.SmapStratum
-
Constructs a new SmapStratum object for the given stratum name
(e.g., JSP).
- smapSuppressed - Variable in class org.apache.jasper.JspC
-
- SmapUtil - Class in org.apache.jasper.compiler
-
Contains static utilities for generating SMAP data based on the
current version of Jasper.
- SmapUtil() - Constructor for class org.apache.jasper.compiler.SmapUtil
-
- SND_RX_SEQ - Static variable in interface org.apache.catalina.tribes.Channel
-
Start and stop sequences can be controlled by these constants
This allows you to start separate components of the channel
SND_RX_SEQ - starts or stops the data receiver.
- SND_TX_SEQ - Static variable in interface org.apache.catalina.tribes.Channel
-
Start and stop sequences can be controlled by these constants
This allows you to start separate components of the channel
SND_TX_SEQ - starts or stops the data sender.
- SOCK_DGRAM - Static variable in class org.apache.tomcat.jni.Socket
-
- SOCK_STREAM - Static variable in class org.apache.tomcat.jni.Socket
-
- Sockaddr - Class in org.apache.tomcat.jni
-
Sockaddr
- Sockaddr() - Constructor for class org.apache.tomcat.jni.Sockaddr
-
- socket - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
-
Socket that we intend to listen to
- socket - Variable in class org.apache.catalina.tribes.transport.bio.BioReplicationTask
-
- Socket - Class in org.apache.tomcat.jni
-
Socket
- Socket() - Constructor for class org.apache.tomcat.jni.Socket
-
- socket - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
-
- socket - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketInfo
-
- socket - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketWithOptionsProcessor
-
- socket - Variable in class org.apache.tomcat.util.net.JIoEndpoint.SocketProcessor
-
- socket - Variable in class org.apache.tomcat.util.net.Nio2Channel
-
- SOCKET_GET_APRS - Static variable in class org.apache.tomcat.jni.Socket
-
- SOCKET_GET_IMPL - Static variable in class org.apache.tomcat.jni.Socket
-
- SOCKET_GET_POOL - Static variable in class org.apache.tomcat.jni.Socket
-
- SOCKET_GET_TYPE - Static variable in class org.apache.tomcat.jni.Socket
-
- socketBuffer - Variable in class org.apache.coyote.http11.AbstractOutputBuffer
-
Socket buffering.
- socketChannel - Variable in class org.apache.catalina.tribes.transport.nio.NioSender
-
- socketProperties - Variable in class org.apache.tomcat.util.net.AbstractEndpoint
-
Socket properties
- SocketProperties - Class in org.apache.tomcat.util.net
-
Properties that can be set in the <Connector> element
in server.xml.
- SocketProperties() - Constructor for class org.apache.tomcat.util.net.SocketProperties
-
- socketReadBufferSize - Variable in class org.apache.coyote.http11.AbstractNioInputBuffer
-
Known size of the NioChannel read buffer.
- sockets - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketList
-
- sockets - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketTimeouts
-
- SocketStatus - Enum in org.apache.tomcat.util.net
-
Someone, please change the enum name.
- socketTimeouts() - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
-
- socketWrapper - Variable in class org.apache.coyote.AbstractProcessor
-
- socketWrapper - Variable in class org.apache.coyote.http11.upgrade.AbstractServletOutputStream
-
- SocketWrapper<E> - Class in org.apache.tomcat.util.net
-
- SocketWrapper(E) - Constructor for class org.apache.tomcat.util.net.SocketWrapper
-
- socketWrapperCache - Variable in class org.apache.tomcat.util.net.SocketProperties
-
Enable/disable socket wrapper cache, this bounded cache stores
SocketWrapper objects to reduce GC
Default is 500
-1 is unlimited
0 is disabled
- SoftReferenceObjectPool<T> - Class in org.apache.tomcat.dbcp.pool2.impl
-
- SoftReferenceObjectPool(PooledObjectFactory<T>) - Constructor for class org.apache.tomcat.dbcp.pool2.impl.SoftReferenceObjectPool
-
Create 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.
- sortAttributes(NamedNodeMap) - Method in class org.apache.catalina.util.DOMWriter
-
Returns a sorted list of attributes.
- sorted() - Method in class org.apache.el.stream.Stream
-
- sorted(LambdaExpression) - Method in class org.apache.el.stream.Stream
-
- soTimeout - Variable in class org.apache.tomcat.util.net.SocketProperties
-
SO_TIMEOUT option. default is 20000.
- source - Variable in class org.apache.catalina.loader.ResourceEntry
-
URL source from where the object was loaded.
- source - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
-
- source - Variable in class org.apache.tomcat.util.digester.Digester
-
- source - Variable in class org.apache.tomcat.util.modeler.modules.ModelerSource
-
- SP - Static variable in class org.apache.coyote.http11.Constants
-
SP.
- spare - Variable in class org.apache.tomcat.util.net.NioSelectorPool
-
- specialToken - Variable in class org.apache.el.parser.Token
-
This field is used to access special tokens that occur prior to this
token, but after the immediately preceding regular (non-special) token.
- SPNEGO_METHOD - Static variable in class org.apache.catalina.authenticator.Constants
-
- SpnegoAuthenticator - Class in org.apache.catalina.authenticator
-
A SPNEGO authenticator that uses the SPNEGO/Kerberos support built in to Java
6.
- SpnegoAuthenticator() - Constructor for class org.apache.catalina.authenticator.SpnegoAuthenticator
-
- spnegoDelegationQop - Variable in class org.apache.catalina.realm.JNDIRealm
-
The QOP that should be used for the connection to the LDAP server after
authentication.
- SSI_FLAG_ATTR - Static variable in class org.apache.catalina.Globals
-
The servlet context attribute under which we store a flag used
to mark this request as having been processed by the SSIServlet.
- SSICommand - Interface in org.apache.catalina.ssi
-
The interface that all SSI commands ( SSIEcho, SSIInclude, ...) must
implement.
- SSIConditional - Class in org.apache.catalina.ssi
-
SSI command that handles all conditional directives.
- SSIConditional() - Constructor for class org.apache.catalina.ssi.SSIConditional
-
- SSIConfig - Class in org.apache.catalina.ssi
-
Implements the Server-side #exec command
- SSIConfig() - Constructor for class org.apache.catalina.ssi.SSIConfig
-
- SSIEcho - Class in org.apache.catalina.ssi
-
Return the result associated with the supplied Server Variable.
- SSIEcho() - Constructor for class org.apache.catalina.ssi.SSIEcho
-
- SSIExec - Class in org.apache.catalina.ssi
-
Implements the Server-side #exec command
- SSIExec() - Constructor for class org.apache.catalina.ssi.SSIExec
-
- SSIExternalResolver - Interface in org.apache.catalina.ssi
-
Interface used by SSIMediator to talk to the 'outside world' ( usually a
servlet )
- ssiExternalResolver - Variable in class org.apache.catalina.ssi.SSIMediator
-
- ssiExternalResolver - Variable in class org.apache.catalina.ssi.SSIProcessor
-
- SSIFilter - Class in org.apache.catalina.ssi
-
Filter to process SSI requests within a webpage.
- SSIFilter() - Constructor for class org.apache.catalina.ssi.SSIFilter
-
- SSIFlastmod - Class in org.apache.catalina.ssi
-
Implements the Server-side #flastmod command
- SSIFlastmod() - Constructor for class org.apache.catalina.ssi.SSIFlastmod
-
- SSIFsize - Class in org.apache.catalina.ssi
-
Implements the Server-side #fsize command
- SSIFsize() - Constructor for class org.apache.catalina.ssi.SSIFsize
-
- ssiInclude - Variable in class org.apache.catalina.ssi.SSIExec
-
- SSIInclude - Class in org.apache.catalina.ssi
-
Implements the Server-side #include command
- SSIInclude() - Constructor for class org.apache.catalina.ssi.SSIInclude
-
- SSIMediator - Class in org.apache.catalina.ssi
-
Allows the different SSICommand implementations to share data/talk to each
other
- SSIMediator(SSIExternalResolver, long) - Constructor for class org.apache.catalina.ssi.SSIMediator
-
- SSIPrintenv - Class in org.apache.catalina.ssi
-
Implements the Server-side #printenv command
- SSIPrintenv() - Constructor for class org.apache.catalina.ssi.SSIPrintenv
-
- SSIProcessor - Class in org.apache.catalina.ssi
-
The entry point to SSI processing.
- SSIProcessor(SSIExternalResolver, int, boolean) - Constructor for class org.apache.catalina.ssi.SSIProcessor
-
- SSIServlet - Class in org.apache.catalina.ssi
-
Servlet to process SSI requests within a webpage.
- SSIServlet() - Constructor for class org.apache.catalina.ssi.SSIServlet
-
- SSIServletExternalResolver - Class in org.apache.catalina.ssi
-
An implementation of SSIExternalResolver that is used with servlets.
- SSIServletExternalResolver(ServletContext, HttpServletRequest, HttpServletResponse, boolean, int, String) - Constructor for class org.apache.catalina.ssi.SSIServletExternalResolver
-
- SSIServletExternalResolver.ServletContextAndPath - Class in org.apache.catalina.ssi
-
- SSIServletExternalResolver.ServletContextAndPath(ServletContext, String) - Constructor for class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
-
- SSIServletRequestUtil - Class in org.apache.catalina.ssi
-
- SSIServletRequestUtil() - Constructor for class org.apache.catalina.ssi.SSIServletRequestUtil
-
- SSISet - Class in org.apache.catalina.ssi
-
Implements the Server-side #set command
- SSISet() - Constructor for class org.apache.catalina.ssi.SSISet
-
- SSIStopProcessingException - Exception in org.apache.catalina.ssi
-
Exception used to tell SSIProcessor that it should stop processing SSI
commands.
- SSIStopProcessingException() - Constructor for exception org.apache.catalina.ssi.SSIStopProcessingException
-
- SSL - Class in org.apache.tomcat.jni
-
SSL
- SSL() - Constructor for class org.apache.tomcat.jni.SSL
-
- SSL_AIDX_DSA - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_AIDX_MAX - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_AIDX_RSA - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_ALGO_ALL - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_ALGO_DSA - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_ALGO_RSA - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_ALGO_UNKNOWN - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_CONTEXT_PROPERTY - Static variable in class org.apache.tomcat.websocket.WsWebSocketContainer
-
Property name to set to configure used SSLContext.
- SSL_CRT_FORMAT_ASN1 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_CRT_FORMAT_ENGINE - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_CRT_FORMAT_NETSCAPE - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_CRT_FORMAT_PEM - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_CRT_FORMAT_PKCS12 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_CRT_FORMAT_SMIME - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_CRT_FORMAT_TEXT - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_CRT_FORMAT_UNDEF - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_CVERIFY_NONE - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_CVERIFY_OPTIONAL - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_CVERIFY_OPTIONAL_NO_CA - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_CVERIFY_REQUIRE - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_CVERIFY_UNSET - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_CIPHER - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_CIPHER_ALGKEYSIZE - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_CIPHER_DESCRIPTION - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_CIPHER_USEKEYSIZE - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_CIPHER_VERSION - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_CLIENT_A_KEY - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_CLIENT_A_SIG - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_CLIENT_CERT - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_CLIENT_CERT_CHAIN - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_CLIENT_I_DN - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_CLIENT_M_SERIAL - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_CLIENT_M_VERSION - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_CLIENT_S_DN - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_CLIENT_V_END - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_CLIENT_V_REMAIN - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_CLIENT_V_START - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_DN_COMMONNAME - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_DN_COUNTRYNAME - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_DN_DESCRIPTION - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_DN_EMAILADDRESS - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_DN_GIVENNAME - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_DN_INITIALS - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_DN_LOCALITYNAME - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_DN_ORGANIZATIONALUNITNAME - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_DN_ORGANIZATIONNAME - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_DN_STATEORPROVINCENAME - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_DN_SURNAME - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_DN_TITLE - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_DN_UNIQUEIDENTIFIER - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_PROTOCOL - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_SERVER_A_KEY - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_SERVER_A_SIG - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_SERVER_CERT - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_SERVER_I_DN - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_SERVER_M_SERIAL - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_SERVER_M_VERSION - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_SERVER_S_DN - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_SERVER_V_END - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_SERVER_V_START - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_INFO_SESSION_ID - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_MODE_CLIENT - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_MODE_COMBINED - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_MODE_SERVER - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_ALL - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_CIPHER_SERVER_PREFERENCE - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_EPHEMERAL_RSA - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_MICROSOFT_SESS_ID_BUG - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_MSIE_SSLV2_RSA_PADDING - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_NETSCAPE_CA_DN_BUG - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_NETSCAPE_CHALLENGE_BUG - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_NO_COMPRESSION - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_NO_SSLv2 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_NO_SSLv3 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_NO_TICKET - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_NO_TLSv1 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_NO_TLSv1_1 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_NO_TLSv1_2 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_PKCS1_CHECK_1 - Static variable in class org.apache.tomcat.jni.SSL
-
Deprecated.
Unsupported in the current version of OpenSSL
- SSL_OP_PKCS1_CHECK_2 - Static variable in class org.apache.tomcat.jni.SSL
-
Deprecated.
Unsupported in the current version of OpenSSL
- SSL_OP_SINGLE_DH_USE - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_SINGLE_ECDH_USE - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_SSLEAY_080_CLIENT_DH_BUG - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_TLS_BLOCK_PADDING_BUG - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_TLS_D5_BUG - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OP_TLS_ROLLBACK_BUG - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OPT_ALL - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OPT_EXPORTCERTDATA - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OPT_FAKEBASICAUTH - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OPT_NONE - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OPT_OPTRENEGOTIATE - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OPT_RELSET - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OPT_STDENVVARS - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_OPT_STRICTREQUIRE - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_PROTO_ALL - Static variable in class org.apache.tomcat.util.net.AprEndpoint
-
- SSL_PROTO_ALL - Static variable in class org.apache.tomcat.util.net.Constants
-
JSSE and OpenSSL protocol names
- SSL_PROTO_SSLv2 - Static variable in class org.apache.tomcat.util.net.Constants
-
- SSL_PROTO_SSLv3 - Static variable in class org.apache.tomcat.util.net.Constants
-
- SSL_PROTO_TLS - Static variable in class org.apache.tomcat.util.net.Constants
-
- SSL_PROTO_TLSv1 - Static variable in class org.apache.tomcat.util.net.Constants
-
- SSL_PROTO_TLSv1_0 - Static variable in class org.apache.tomcat.util.net.Constants
-
- SSL_PROTO_TLSv1_1 - Static variable in class org.apache.tomcat.util.net.Constants
-
- SSL_PROTO_TLSv1_2 - Static variable in class org.apache.tomcat.util.net.Constants
-
- SSL_PROTOCOL_ALL - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_PROTOCOL_NONE - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_PROTOCOL_SSLV2 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_PROTOCOL_SSLV3 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_PROTOCOL_TLSV1 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_PROTOCOL_TLSV1_1 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_PROTOCOL_TLSV1_2 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_PROTOCOLS_PROPERTY - Static variable in class org.apache.tomcat.websocket.WsWebSocketContainer
-
Property name to set to configure the value that is passed to
SSLEngine.setEnabledProtocols(String[])
.
- SSL_SESSION_ID_ATTR - Static variable in class org.apache.catalina.Globals
-
The request attribute under which we store the session id being used
for this SSL connection (as an object of type java.lang.String).
- SSL_SESSION_MGR_ATTR - Static variable in class org.apache.catalina.Globals
-
The request attribute key for the session manager.
- SSL_SHUTDOWN_TYPE_ACCURATE - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_SHUTDOWN_TYPE_STANDARD - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_SHUTDOWN_TYPE_UNCLEAN - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_SHUTDOWN_TYPE_UNSET - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_TMP_KEY_DH_1024 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_TMP_KEY_DH_2048 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_TMP_KEY_DH_4096 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_TMP_KEY_DH_512 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_TMP_KEY_MAX - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_TMP_KEY_RSA_1024 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_TMP_KEY_RSA_2048 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_TMP_KEY_RSA_4096 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_TMP_KEY_RSA_512 - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_TRUSTSTORE_PROPERTY - Static variable in class org.apache.tomcat.websocket.WsWebSocketContainer
-
- SSL_TRUSTSTORE_PWD_DEFAULT - Static variable in class org.apache.tomcat.websocket.WsWebSocketContainer
-
- SSL_TRUSTSTORE_PWD_PROPERTY - Static variable in class org.apache.tomcat.websocket.WsWebSocketContainer
-
- SSL_VERIFY_CLIENT_ONCE - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_VERIFY_FAIL_IF_NO_PEER_CERT - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_VERIFY_NONE - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_VERIFY_PEER - Static variable in class org.apache.tomcat.jni.SSL
-
- SSL_VERIFY_PEER_STRICT - Static variable in class org.apache.tomcat.jni.SSL
-
- sslAttributesParsed - Variable in class org.apache.catalina.connector.Request
-
Flag that indicates if SSL attributes have been parsed to improve
performance for applications (usually frameworks) that make multiple
calls to
Request.getAttributeNames()
.
- SSLAuthenticator - Class in org.apache.catalina.authenticator
-
An Authenticator and Valve implementation of authentication
that utilizes SSL certificates to identify client users.
- SSLAuthenticator() - Constructor for class org.apache.catalina.authenticator.SSLAuthenticator
-
- SSLCACertificateFile - Variable in class org.apache.tomcat.util.net.AprEndpoint
-
SSL CA certificate file.
- SSLCACertificatePath - Variable in class org.apache.tomcat.util.net.AprEndpoint
-
SSL CA certificate path.
- SSLCARevocationFile - Variable in class org.apache.tomcat.util.net.AprEndpoint
-
SSL CA revocation file.
- SSLCARevocationPath - Variable in class org.apache.tomcat.util.net.AprEndpoint
-
SSL CA revocation path.
- SSLCertificateChainFile - Variable in class org.apache.tomcat.util.net.AprEndpoint
-
SSL certificate chain file.
- SSLCertificateFile - Variable in class org.apache.tomcat.util.net.AprEndpoint
-
SSL certificate file.
- SSLCertificateKeyFile - Variable in class org.apache.tomcat.util.net.AprEndpoint
-
SSL certificate key file.
- SSLCipherSuite - Variable in class org.apache.tomcat.util.net.AprEndpoint
-
SSL cipher suite.
- sslConnectorCiphers(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.HTMLManagerServlet
-
- sslConnectorCiphers(PrintWriter, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
-
- 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
-
- SSLContext - Class in org.apache.tomcat.jni
-
SSL Context
- SSLContext() - Constructor for class org.apache.tomcat.jni.SSLContext
-
- sslContext - Variable in class org.apache.tomcat.util.net.AprEndpoint
-
SSL context.
- SSLDisableCompression - Variable in class org.apache.tomcat.util.net.AprEndpoint
-
Disables compression of the SSL stream.
- SSLDisableSessionTickets - Variable in class org.apache.tomcat.util.net.AprEndpoint
-
SSL disable TLS Session Tickets (RFC 4507).
- SSLEngine - Static variable in class org.apache.catalina.core.AprLifecycleListener
-
- sslEngine - Variable in class org.apache.tomcat.util.net.SecureNio2Channel
-
- sslEngine - Variable in class org.apache.tomcat.util.net.SecureNioChannel
-
- SSLHonorCipherOrder - Variable in class org.apache.tomcat.util.net.AprEndpoint
-
- sslImplementation - Variable in class org.apache.coyote.http11.AbstractHttp11JsseProtocol
-
- SSLImplementation - Class in org.apache.tomcat.util.net
-
- SSLImplementation() - Constructor for class org.apache.tomcat.util.net.SSLImplementation
-
- sslInitialized - Static variable in class org.apache.catalina.core.AprLifecycleListener
-
- SSLInsecureRenegotiation - Variable in class org.apache.tomcat.util.net.AprEndpoint
-
SSL allow insecure renegotiation for the the client that does not
support the secure renegotiation.
- SSLPassword - Variable in class org.apache.tomcat.util.net.AprEndpoint
-
SSL password (if a cert is encrypted, and no password has been provided, a callback
will ask for a password).
- SSLProtocol - Variable in class org.apache.tomcat.util.net.AprEndpoint
-
SSL protocols.
- sslProxy - Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
-
- SSLRandomSeed - Static variable in class org.apache.catalina.core.AprLifecycleListener
-
- SSLSessionManager - Interface in org.apache.tomcat.util.net
-
Defines an interface used to manage SSL sessions.
- SSLSocket - Class in org.apache.tomcat.jni
-
SSL Socket
- SSLSocket() - Constructor for class org.apache.tomcat.jni.SSLSocket
-
- sslSupport - Variable in class org.apache.coyote.http11.Http11Nio2Processor
-
SSL information.
- sslSupport - Variable in class org.apache.coyote.http11.Http11NioProcessor
-
SSL information.
- sslSupport - Variable in class org.apache.coyote.http11.Http11Processor
-
SSL information.
- SSLSupport - Interface in org.apache.tomcat.util.net
-
Defines an interface to interact with SSL sessions.
- SSLUtil - Interface in org.apache.tomcat.util.net
-
- SSLValve - Class in org.apache.catalina.valves
-
When using mod_proxy_http, the client SSL information is not included in the
protocol (unlike mod_jk and mod_proxy_ajp).
- SSLValve() - Constructor for class org.apache.catalina.valves.SSLValve
-
- SSLVerifyClient - Variable in class org.apache.tomcat.util.net.AprEndpoint
-
SSL verify client.
- SSLVerifyDepth - Variable in class org.apache.tomcat.util.net.AprEndpoint
-
SSL verify depth.
- sso - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
-
The SingleSignOn implementation in our request processing chain,
if there is one.
- stack - Variable in class org.apache.tomcat.util.digester.Digester
-
The object stack being constructed.
- stackIndex - Variable in class org.apache.tomcat.util.digester.CallParamRule
-
The position of the object from the top of the stack
- STAGE_ENDED - Static variable in class org.apache.coyote.Constants
-
- STAGE_ENDINPUT - Static variable in class org.apache.coyote.Constants
-
- STAGE_ENDOUTPUT - Static variable in class org.apache.coyote.Constants
-
- STAGE_KEEPALIVE - Static variable in class org.apache.coyote.Constants
-
- STAGE_NEW - Static variable in class org.apache.coyote.Constants
-
- STAGE_PARSE - Static variable in class org.apache.coyote.Constants
-
- STAGE_PREPARE - Static variable in class org.apache.coyote.Constants
-
- STAGE_SERVICE - Static variable in class org.apache.coyote.Constants
-
- STANDARD_IMPORTS - Static variable in class org.apache.jasper.Constants
-
- 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
-
- StandardEngine - Class in org.apache.catalina.core
-
Standard implementation of the Engine interface.
- StandardEngine() - Constructor for class org.apache.catalina.core.StandardEngine
-
Create a new StandardEngine component with the default basic Valve.
- StandardEngine.AccessLogListener - Class in org.apache.catalina.core
-
- StandardEngine.AccessLogListener(StandardEngine, Host, Context) - Constructor for class org.apache.catalina.core.StandardEngine.AccessLogListener
-
- StandardEngine.NoopAccessLog - Class in org.apache.catalina.core
-
- StandardEngine.NoopAccessLog() - Constructor for class org.apache.catalina.core.StandardEngine.NoopAccessLog
-
- StandardEngineSF - Class in org.apache.catalina.storeconfig
-
Store server.xml Element Engine
- StandardEngineSF() - Constructor for class org.apache.catalina.storeconfig.StandardEngineSF
-
- 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
-
- StandardJarScanFilter - Class in org.apache.tomcat.util.scan
-
- StandardJarScanFilter() - Constructor for class org.apache.tomcat.util.scan.StandardJarScanFilter
-
- StandardJarScanner - Class in org.apache.tomcat.util.scan
-
The default
JarScanner
implementation scans the WEB-INF/lib directory
followed by the provided classloader and then works up the classloader
hierarchy.
- StandardJarScanner() - Constructor for class org.apache.tomcat.util.scan.StandardJarScanner
-
- StandardManager - Class in org.apache.catalina.session
-
Standard implementation of the Manager interface that provides
simple session persistence across restarts of this component (such as
when the entire server is shut down and restarted, or when a particular
web application is reloaded.
- StandardManager() - Constructor for class org.apache.catalina.session.StandardManager
-
- StandardPipeline - Class in org.apache.catalina.core
-
Standard implementation of a processing Pipeline that will invoke
a series of Valves that have been configured to be called in order.
- StandardPipeline() - Constructor for class org.apache.catalina.core.StandardPipeline
-
Construct a new StandardPipeline instance with no associated Container.
- StandardPipeline(Container) - Constructor for class org.apache.catalina.core.StandardPipeline
-
Construct a new StandardPipeline instance that is associated with the
specified Container.
- StandardRoot - Class in org.apache.catalina.webresources
-
Provides the resources implementation for a web application.
- StandardRoot() - Constructor for class org.apache.catalina.webresources.StandardRoot
-
- StandardRoot(Context) - Constructor for class org.apache.catalina.webresources.StandardRoot
-
- 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
-
- StandardService - Class in org.apache.catalina.core
-
Standard implementation of the Service
interface.
- StandardService() - Constructor for class org.apache.catalina.core.StandardService
-
- StandardServiceSF - Class in org.apache.catalina.storeconfig
-
Store server.xml Element Service and all children
- StandardServiceSF() - Constructor for class org.apache.catalina.storeconfig.StandardServiceSF
-
- 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
-
- StandardSessionIdGenerator() - Constructor for class org.apache.catalina.util.StandardSessionIdGenerator
-
- StandardThreadExecutor - Class in org.apache.catalina.core
-
- StandardThreadExecutor() - Constructor for class org.apache.catalina.core.StandardThreadExecutor
-
- StandardWrapper - Class in org.apache.catalina.core
-
Standard implementation of the Wrapper interface that represents
an individual servlet definition.
- StandardWrapper() - Constructor for class org.apache.catalina.core.StandardWrapper
-
Create a new StandardWrapper component with the default basic Valve.
- StandardWrapperFacade - Class in org.apache.catalina.core
-
Facade for the StandardWrapper object.
- StandardWrapperFacade(StandardWrapper) - Constructor for class org.apache.catalina.core.StandardWrapperFacade
-
Create a new facade around a StandardWrapper.
- start(Runnable) - Method in class org.apache.catalina.core.AsyncContextImpl
-
- 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 the class loader.
- start(PrintWriter, String, StringManager) - Method in class org.apache.catalina.manager.host.HostManagerServlet
-
Start the host with the specified name.
- start(String, StringManager) - Method in class org.apache.catalina.manager.host.HTMLHostManagerServlet
-
Start the host with the specified name.
- start(ContextName, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
-
Start the web application at the specified context path.
- start(PrintWriter, ContextName, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
-
Start the web application at the specified context path.
- start - Variable in class org.apache.catalina.servlets.DefaultServlet.Range
-
- start() - Method in class org.apache.catalina.startup.Bootstrap
-
Start the Catalina daemon.
- start() - Method in class org.apache.catalina.startup.Catalina
-
Start a new server instance.
- start() - Method in class org.apache.catalina.startup.EngineConfig
-
Process a "start" event for this Engine.
- start() - Method in class org.apache.catalina.startup.HostConfig
-
Process a "start" event for this Host.
- start() - Method in class org.apache.catalina.startup.Tomcat
-
Start the server.
- start(int) - Method in interface org.apache.catalina.tribes.Channel
-
Starts up the channel.
- start(int) - Method in interface org.apache.catalina.tribes.ChannelInterceptor
-
Starts up the channel.
- start() - Method in interface org.apache.catalina.tribes.ChannelReceiver
-
Start listening for incoming messages on the host/port
- start() - Method in interface org.apache.catalina.tribes.ChannelSender
-
Start the channel sender
- start(int) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
-
Starts up the channel.
- start(int) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
-
Starts up the channel.
- start(int) - Method in class org.apache.catalina.tribes.group.GroupChannel
-
Starts the channel
- start(int) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
-
- start(int) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
-
- start(int) - Method in class org.apache.catalina.tribes.group.interceptors.SimpleCoordinator
-
- start(int) - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
-
Send notifications upwards
- start(int) - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
-
- start() - Method in class org.apache.catalina.tribes.membership.McastService
-
Start broadcasting and listening to membership pings
- start(int) - Method in class org.apache.catalina.tribes.membership.McastService
-
- start(int) - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
-
Start the service
- start() - Method in interface org.apache.catalina.tribes.MembershipService
-
Starts the membership service.
- start(int) - Method in interface org.apache.catalina.tribes.MembershipService
-
Starts the membership service.
- start() - Method in class org.apache.catalina.tribes.transport.bio.BioReceiver
-
- start() - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
-
Deprecated.
start queuing
- start() - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
-
Start cluster receiver.
- start() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- start() - Method in class org.apache.catalina.tribes.transport.ReplicationTransmitter
-
start the sender and register transmitter mbean
- start() - Method in class org.apache.catalina.util.LifecycleBase
-
Prepare for the beginning of active use of the public methods other than
property getters/setters and life cycle methods of this component.
- start() - Method in class org.apache.coyote.AbstractProtocol
-
- start() - Method in interface org.apache.coyote.ProtocolHandler
-
Start the protocol.
- start() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool.PoolCleaner
-
- start - Variable in class org.apache.tomcat.util.buf.AbstractChunk
-
- start() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- start - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
-
- START_DEFERRED_EXPRESSION - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- START_DYNAMIC_EXPRESSION - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- START_EVENT - Static variable in interface org.apache.catalina.Lifecycle
-
The LifecycleEvent type for the "component start" event.
- START_SET_OR_MAP - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- startAcceptorThreads() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- startAsync() - Method in class org.apache.catalina.connector.Request
-
- startAsync(ServletRequest, ServletResponse) - Method in class org.apache.catalina.connector.Request
-
- startAsync() - Method in class org.apache.catalina.connector.RequestFacade
-
- startAsync(ServletRequest, ServletResponse) - Method in class org.apache.catalina.connector.RequestFacade
-
- startBufferedBody(PageContext, BodyTag) - Static method in class org.apache.jasper.runtime.JspRuntimeLibrary
-
- startCapture() - Static method in class org.apache.tomcat.util.log.SystemLogHandler
-
Start capturing thread's output.
- startChildren - Variable in class org.apache.catalina.core.ContainerBase
-
Will children be started automatically when they are added.
- startDocument() - Method in class org.apache.tomcat.util.digester.Digester
-
Process notification of the beginning of the document being reached.
- startDTD(String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
-
- started - Variable in class org.apache.catalina.ha.deploy.FarmWarDeployer
-
- started - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
-
- startElection(boolean) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
-
- startElement(String, String, String, Attributes) - Method in class org.apache.tomcat.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
-
- 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.connector.Connector
-
Begin processing requests via this Connector.
- startInternal() - Method in class org.apache.catalina.core.ContainerBase
-
- 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
-
- startInternal() - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- startInternal() - Method in class org.apache.catalina.core.StandardWrapper
-
- startInternal() - Method in class org.apache.catalina.deploy.NamingResourcesImpl
-
- startInternal() - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
-
- startInternal() - Method in class org.apache.catalina.ha.context.ReplicatedContext
-
- startInternal() - Method in class org.apache.catalina.ha.session.BackupManager
-
- startInternal() - Method in class org.apache.catalina.ha.session.ClusterManagerBase
-
- startInternal() - Method in class org.apache.catalina.ha.session.DeltaManager
-
- startInternal() - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
-
- startInternal() - Method in class org.apache.catalina.ha.tcp.ReplicationValve
-
- startInternal() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
- startInternal() - Method in class org.apache.catalina.loader.WebappLoader
-
- 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.JDBCRealm
-
- startInternal() - Method in class org.apache.catalina.realm.JNDIRealm
-
- 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
-
- startInternal() - Method in class org.apache.catalina.realm.UserDatabaseRealm
-
- startInternal() - Method in class org.apache.catalina.session.JDBCStore
-
- startInternal() - Method in class org.apache.catalina.session.ManagerBase
-
- startInternal() - Method in class org.apache.catalina.session.PersistentManagerBase
-
- startInternal() - Method in class org.apache.catalina.session.StandardManager
-
- startInternal() - Method in class org.apache.catalina.session.StoreBase
-
- startInternal() - Method in class org.apache.catalina.startup.FailedContext
-
- startInternal() - Method in class org.apache.catalina.util.LifecycleBase
-
- startInternal() - Method in class org.apache.catalina.util.SessionIdGeneratorBase
-
- startInternal() - Method in class org.apache.catalina.valves.AbstractAccessLogValve
-
- startInternal() - Method in class org.apache.catalina.valves.AccessLogValve
-
- startInternal() - Method in class org.apache.catalina.valves.CometConnectionManagerValve
-
- startInternal() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
- 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
-
- startInternal() - Method in class org.apache.catalina.valves.ValveBase
-
- startInternal() - Method in class org.apache.catalina.webresources.AbstractResourceSet
-
- 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
-
- startInternal() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
Start the APR endpoint, creating acceptor, poller and sendfile threads.
- startInternal() - Method in class org.apache.tomcat.util.net.JIoEndpoint
-
- startInternal() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
Start the NIO endpoint, creating acceptor, poller threads.
- startInternal() - Method in class org.apache.tomcat.util.net.NioEndpoint
-
Start the NIO endpoint, creating acceptor, poller threads.
- startLatch(CountDownLatch, int) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
-
- startLevel - Variable in class org.apache.catalina.tribes.membership.McastServiceImpl
-
- startPoolMaintenance() - Method in class org.apache.tomcat.dbcp.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
-
- startReadLatch(int) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
-
- startService() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl.RecoveryThread
-
- startStopExecutor - Variable in class org.apache.catalina.core.ContainerBase
-
- startsvc - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
-
- startsWith(String, 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.
- startsWith(String) - Method in class org.apache.tomcat.util.buf.CharChunk
-
- startsWithIgnoreCase(String, String) - Static method in class org.apache.catalina.filters.ExpiresFilter
-
Return true
if the given string
starts with the
given prefix
ignoring case.
- 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
-
Returns true if the message bytes starts with the specified string.
- StartTask - Class in org.apache.catalina.ant
-
Ant task that implements the /start
command, supported by the
Tomcat manager application.
- StartTask() - Constructor for class org.apache.catalina.ant.StartTask
-
- startWriteLatch(int) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
-
- stat(FileInfo, String, int, long) - Static method in class org.apache.tomcat.jni.File
-
Get the specified file's stats.
- state - Variable in class org.apache.tomcat.util.net.AbstractEndpoint.Acceptor
-
- STATEMENT_CACHE_ATTR - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
-
- STATEMENT_TYPE_COUNT - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
-
- STATEMENT_TYPES - Static variable in class org.apache.tomcat.jdbc.pool.interceptor.AbstractCreateStatementInterceptor
-
- StatementCache - Class in org.apache.tomcat.jdbc.pool.interceptor
-
Interceptor that caches PreparedStatement
and/or
CallableStatement
instances on a connection.
- StatementCache() - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.StatementCache
-
- StatementCache.CachedStatement - Class in org.apache.tomcat.jdbc.pool.interceptor
-
- StatementCache.CachedStatement(PreparedStatement, String) - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.StatementCache.CachedStatement
-
- StatementDecoratorInterceptor - Class in org.apache.tomcat.jdbc.pool.interceptor
-
Implementation of JdbcInterceptor that proxies resultSets and statements.
- StatementDecoratorInterceptor() - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor
-
- StatementDecoratorInterceptor.ResultSetProxy - Class in org.apache.tomcat.jdbc.pool.interceptor
-
- StatementDecoratorInterceptor.ResultSetProxy(Object, Object) - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.ResultSetProxy
-
- StatementDecoratorInterceptor.StatementProxy<T extends java.sql.Statement> - Class in org.apache.tomcat.jdbc.pool.interceptor
-
Class to measure query execute time.
- StatementDecoratorInterceptor.StatementProxy(T, String) - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.StatementDecoratorInterceptor.StatementProxy
-
- StatementFacade - Class in org.apache.tomcat.jdbc.pool
-
- StatementFacade(JdbcInterceptor) - Constructor for class org.apache.tomcat.jdbc.pool.StatementFacade
-
- StatementFacade.StatementProxy - Class in org.apache.tomcat.jdbc.pool
-
Class to measure query execute time.
- StatementFacade.StatementProxy(Object, String) - Constructor for class org.apache.tomcat.jdbc.pool.StatementFacade.StatementProxy
-
- StatementFinalizer - Class in org.apache.tomcat.jdbc.pool.interceptor
-
Keeps track of statements associated with a connection and invokes close upon Connection.close()
Useful for applications that dont close the associated statements after being done with a connection.
- StatementFinalizer() - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.StatementFinalizer
-
- StatementFinalizer.StatementEntry - Class in org.apache.tomcat.jdbc.pool.interceptor
-
- StatementFinalizer.StatementEntry(Statement) - Constructor for class org.apache.tomcat.jdbc.pool.interceptor.StatementFinalizer.StatementEntry
-
- statements - Variable in class org.apache.tomcat.jdbc.pool.interceptor.StatementFinalizer
-
- stateMutex - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
Simple lock object for transfers
- stateTransferred - Variable in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
Has the state been transferred
- staticFlag - Static variable in class org.apache.el.parser.SimpleCharStream
-
Whether parser is static.
- StaticMember - Class in org.apache.catalina.tribes.membership
-
- StaticMember() - Constructor for class org.apache.catalina.tribes.membership.StaticMember
-
- StaticMember(String, int, long) - Constructor for class org.apache.catalina.tribes.membership.StaticMember
-
- StaticMember(String, int, long, byte[]) - Constructor for class org.apache.catalina.tribes.membership.StaticMember
-
- StaticMembershipInterceptor - Class in org.apache.catalina.tribes.group.interceptors
-
- StaticMembershipInterceptor() - Constructor for class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
-
- staticOnly - Variable in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
-
- Status - Class in org.apache.tomcat.jni
-
Status
- Status() - Constructor for class org.apache.tomcat.jni.Status
-
- status - Variable in class org.apache.tomcat.util.net.JIoEndpoint.SocketProcessor
-
- statusDropsConnection(int) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
Determine if we must drop the connection because of the HTTP status
code.
- StatusManagerServlet - Class in org.apache.catalina.manager
-
This servlet will display a complete status of the HTTP/1.1 connector.
- StatusManagerServlet() - Constructor for class org.apache.catalina.manager.StatusManagerServlet
-
- StatusTransformer - Class in org.apache.catalina.manager
-
This is a refactoring of the servlet to externalize
the output into a simple class.
- StatusTransformer() - Constructor for class org.apache.catalina.manager.StatusTransformer
-
- Stdlib - Class in org.apache.tomcat.jni
-
Stdlib
- Stdlib() - Constructor for class org.apache.tomcat.jni.Stdlib
-
- stop() - Method in interface org.apache.catalina.ha.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 the class loader.
- stop(PrintWriter, String, StringManager) - Method in class org.apache.catalina.manager.host.HostManagerServlet
-
Stop the host with the specified name.
- stop(String, StringManager) - Method in class org.apache.catalina.manager.host.HTMLHostManagerServlet
-
Stop the host with the specified name.
- stop(ContextName, StringManager) - Method in class org.apache.catalina.manager.HTMLManagerServlet
-
Stop the web application at the specified context path.
- stop(PrintWriter, ContextName, StringManager) - Method in class org.apache.catalina.manager.ManagerServlet
-
Stop the web application at the specified context path.
- stop() - Method in class org.apache.catalina.startup.Bootstrap
-
Stop the Catalina Daemon.
- stop() - Method in class org.apache.catalina.startup.Catalina
-
Stop an existing server instance.
- stop() - Method in class org.apache.catalina.startup.EngineConfig
-
Process a "stop" event for this Engine.
- stop() - Method in class org.apache.catalina.startup.HostConfig
-
Process a "stop" event for this Host.
- stop() - Method in class org.apache.catalina.startup.Tomcat
-
Stop the server.
- stop(int) - Method in interface org.apache.catalina.tribes.Channel
-
Shuts down the channel.
- stop(int) - Method in interface org.apache.catalina.tribes.ChannelInterceptor
-
Shuts down the channel.
- stop() - Method in interface org.apache.catalina.tribes.ChannelReceiver
-
Stop listening for messages
- stop() - Method in interface org.apache.catalina.tribes.ChannelSender
-
Stop the channel sender
- stop(int) - Method in class org.apache.catalina.tribes.group.ChannelCoordinator
-
Shuts down the channel.
- stop(int) - Method in class org.apache.catalina.tribes.group.ChannelInterceptorBase
-
Shuts down the channel.
- stop(int) - Method in class org.apache.catalina.tribes.group.GroupChannel
-
Stops the channel
- stop(int) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
-
- stop(int) - Method in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
-
- stop(int) - Method in class org.apache.catalina.tribes.group.interceptors.SimpleCoordinator
-
- stop(int) - Method in class org.apache.catalina.tribes.group.interceptors.StaticMembershipInterceptor
-
Shuts down the channel.
- stop(int) - Method in class org.apache.catalina.tribes.group.interceptors.TcpPingInterceptor
-
- stop(int) - Method in class org.apache.catalina.tribes.membership.McastService
-
Stop broadcasting and listening to membership pings
- stop(int) - Method in class org.apache.catalina.tribes.membership.McastServiceImpl
-
Stops the service
- stop(int) - Method in interface org.apache.catalina.tribes.MembershipService
-
Starts the membership service.
- stop() - Method in class org.apache.catalina.tribes.transport.bio.BioReceiver
-
- stop() - Method in class org.apache.catalina.tribes.transport.bio.util.FastQueue
-
Deprecated.
start queuing
- stop() - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
-
- stop() - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
- stop() - Method in class org.apache.catalina.tribes.transport.ReplicationTransmitter
-
stop the sender and deregister mbeans (transmitter, senders)
- stop() - Method in class org.apache.catalina.tribes.transport.RxTaskPool
-
- stop() - Method in class org.apache.catalina.util.LifecycleBase
-
Gracefully terminate the active use of the public methods other than
property getters/setters and life cycle methods of this component.
- stop() - Method in class org.apache.coyote.AbstractProtocol
-
- stop() - Method in interface org.apache.coyote.ProtocolHandler
-
Stop the protocol.
- stop() - Method in class org.apache.tomcat.util.modeler.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.AsyncTimeout
-
- stop() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- stop() - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
-
- STOP_EVENT - Static variable in interface org.apache.catalina.Lifecycle
-
The LifecycleEvent type for the "component stop" event.
- stopAwait() - Method in class org.apache.catalina.core.StandardServer
-
- stopCapture() - Static method in class org.apache.tomcat.util.log.SystemLogHandler
-
Stop capturing thread's output and return captured data as a String.
- stopCurrentThreadIfNeeded() - Method in class org.apache.tomcat.util.threads.ThreadPoolExecutor
-
If the current thread was started before the last time when a context was
stopped, an exception is thrown so that the current thread is stopped.
- stopHeartbeat() - Method in class org.apache.catalina.tribes.group.GroupChannel.HeartbeatThread
-
- stopInternal() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
-
- 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
-
- 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
-
- stopInternal() - Method in class org.apache.catalina.core.StandardThreadExecutor
-
- stopInternal() - Method in class org.apache.catalina.core.StandardWrapper
-
- stopInternal() - Method in class org.apache.catalina.deploy.NamingResourcesImpl
-
- stopInternal() - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOn
-
- stopInternal() - Method in class org.apache.catalina.ha.context.ReplicatedContext
-
- stopInternal() - Method in class org.apache.catalina.ha.session.BackupManager
-
- stopInternal() - Method in class org.apache.catalina.ha.session.ClusterManagerBase
-
- stopInternal() - Method in class org.apache.catalina.ha.session.DeltaManager
-
- stopInternal() - Method in class org.apache.catalina.ha.session.JvmRouteBinderValve
-
- stopInternal() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
- stopInternal() - Method in class org.apache.catalina.loader.WebappLoader
-
- 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.JDBCRealm
-
- stopInternal() - Method in class org.apache.catalina.realm.JNDIRealm
-
- stopInternal() - Method in class org.apache.catalina.realm.RealmBase
-
- stopInternal() - Method in class org.apache.catalina.realm.UserDatabaseRealm
-
- stopInternal() - Method in class org.apache.catalina.session.JDBCStore
-
- stopInternal() - Method in class org.apache.catalina.session.ManagerBase
-
- stopInternal() - Method in class org.apache.catalina.session.PersistentManagerBase
-
- stopInternal() - Method in class org.apache.catalina.session.StandardManager
-
- stopInternal() - Method in class org.apache.catalina.session.StoreBase
-
- stopInternal() - Method in class org.apache.catalina.startup.FailedContext
-
- stopInternal() - Method in class org.apache.catalina.util.LifecycleBase
-
- stopInternal() - Method in class org.apache.catalina.util.SessionIdGeneratorBase
-
- stopInternal() - Method in class org.apache.catalina.valves.AbstractAccessLogValve
-
- stopInternal() - Method in class org.apache.catalina.valves.AccessLogValve
-
- stopInternal() - Method in class org.apache.catalina.valves.CometConnectionManagerValve
-
- stopInternal() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
-
- stopInternal() - Method in class org.apache.catalina.valves.rewrite.RewriteValve
-
- stopInternal() - Method in class org.apache.catalina.valves.SemaphoreValve
-
- stopInternal() - Method in class org.apache.catalina.valves.ValveBase
-
- stopInternal() - Method in class org.apache.catalina.webresources.AbstractResourceSet
-
- 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
-
- stopInternal() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
Stop the endpoint.
- stopInternal() - Method in class org.apache.tomcat.util.net.JIoEndpoint
-
- stopInternal() - Method in class org.apache.tomcat.util.net.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.
- StopPooledThreadException - Exception in org.apache.tomcat.util.threads
-
A custom
RuntimeException
thrown by the
ThreadPoolExecutor
to signal that the thread should be disposed of.
- StopPooledThreadException(String) - Constructor for exception org.apache.tomcat.util.threads.StopPooledThreadException
-
- stopQueue() - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatchInterceptor
-
- stopRunning() - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool.PoolCleaner
-
- stopServer() - Method in class org.apache.catalina.startup.Bootstrap
-
Stop the standalone server.
- stopServer(String[]) - Method in class org.apache.catalina.startup.Bootstrap
-
Stop the standalone server.
- stopServer() - Method in class org.apache.catalina.startup.Catalina
-
- stopServer(String[]) - Method in class org.apache.catalina.startup.Catalina
-
- stopService() - Method in class org.apache.catalina.tribes.membership.McastServiceImpl.RecoveryThread
-
- StopTask - Class in org.apache.catalina.ant
-
Ant task that implements the /stop
command, supported by the
Tomcat manager application.
- StopTask() - Constructor for class org.apache.catalina.ant.StopTask
-
- store - Variable in class org.apache.catalina.session.PersistentManagerBase
-
Store object which will manage the Session store.
- Store - Interface in org.apache.catalina
-
A Store is the abstraction of a Catalina component that provides
persistent storage and loading of Sessions and their associated user data.
- store(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.InstanceListenerSF
-
- store(PrintWriter, int, Object) - Method in class org.apache.catalina.storeconfig.InterceptorSF
-
- store(Server) - Method in interface org.apache.catalina.storeconfig.IStoreConfig
-
Store the specified Server properties.
- store(PrintWriter, int, Server) - Method in interface org.apache.catalina.storeconfig.IStoreConfig
-
Store the specified Server properties.
- store(PrintWriter, int, Service) - Method in interface org.apache.catalina.storeconfig.IStoreConfig
-
Store the specified Service properties.
- store(PrintWriter, int, Host) - Method in interface org.apache.catalina.storeconfig.IStoreConfig
-
Store the specified Host properties.
- store(Context) - Method in interface org.apache.catalina.storeconfig.IStoreConfig
-
Store the specified Context properties.
- store(PrintWriter, int, Context) - Method in interface org.apache.catalina.storeconfig.IStoreConfig
-
Store the specified Context properties.
- store(PrintWriter, int, Object) - Method in interface org.apache.catalina.storeconfig.IStoreFactory
-
- store(PrintWriter, int, Object) - Method in class org.apache.catalina.storeconfig.LoaderSF
-
Store the only the Loader elements, when not default
- store(PrintWriter, int, Object) - Method in class org.apache.catalina.storeconfig.ManagerSF
-
Store the only the Manager elements
- store(PrintWriter, int, Object) - Method in class org.apache.catalina.storeconfig.NamingResourcesSF
-
Store the only the NamingResources elements
- store(PrintWriter, int, Object) - Method in class org.apache.catalina.storeconfig.RealmSF
-
- store(PrintWriter, int, Object) - Method in class org.apache.catalina.storeconfig.StandardContextSF
-
- store(PrintWriter, int, Object) - Method in class org.apache.catalina.storeconfig.StandardServerSF
-
Store the specified Server properties.
- store(Server) - Method in class org.apache.catalina.storeconfig.StoreConfig
-
Write the configuration information for this entire Server
out to the server.xml configuration file.
- store(Context) - Method in class org.apache.catalina.storeconfig.StoreConfig
-
- store(PrintWriter, int, Context) - Method in class org.apache.catalina.storeconfig.StoreConfig
-
- store(PrintWriter, int, Host) - Method in class org.apache.catalina.storeconfig.StoreConfig
-
- store(PrintWriter, int, Service) - Method in class org.apache.catalina.storeconfig.StoreConfig
-
- store(PrintWriter, int, Server) - Method in class org.apache.catalina.storeconfig.StoreConfig
-
Store the state of this Server MBean (which will recursively store
everything)
- 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
-
- StoreAppender - Class in org.apache.catalina.storeconfig
-
StoreAppends generate really the xml tag elements
- StoreAppender() - Constructor for class org.apache.catalina.storeconfig.StoreAppender
-
- 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
-
- 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
-
Store Connector description
- storeChildren(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.CredentialHandlerSF
-
Store the specified Realm properties and child (Realm)
- 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.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)
- 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.StandardContextSF
-
Store the specified Host properties.
- 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 Children from this StandardServer description
- storeChildren(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.StandardServiceSF
-
Store Children from this StandardService description
- storeChildren(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.StoreFactoryBase
-
Must Implement at subclass for sepzial 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 - Class in org.apache.catalina.storeconfig
-
Store Server/Service/Host/Context at file or PrintWriter.
- StoreConfig() - Constructor for class org.apache.catalina.storeconfig.StoreConfig
-
- storeConfig() - Method in class org.apache.catalina.storeconfig.StoreConfig
-
Store current Server.
- 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
-
- storeConnectorAttribtues(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.ConnectorSF
-
- storeConnectorAttribtues(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.ConnectorStoreAppender
-
print Attributes
- storeContext(Context) - Method in class org.apache.catalina.core.StandardServer
-
Write the configuration information for Context
out to the specified configuration file.
- storeContext(String, boolean, boolean) - Method in class org.apache.catalina.storeconfig.StoreConfig
-
Store a Context from ObjectName
- StoreContextAppender - Class in org.apache.catalina.storeconfig
-
store StandardContext Attributes ...
- StoreContextAppender() - Constructor for class org.apache.catalina.storeconfig.StoreContextAppender
-
- 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
<Description
tag="Context"
standard="true"
default="true"
externalAllowed="true"
storeSeparate="true"
backup="true"
children="true"
tagClass="org.apache.catalina.core.StandardContext"
storeFactoryClass="org.apache.catalina.storeconfig.StandardContextSF"
storeAppenderClass="org.apache.catalina.storeconfig.StoreContextAppender">
<TransientAttribute>available</TransientAttribute>
<TransientAttribute>configFile</TransientAttribute>
<TransientAttribute>configured</TransientAttribute>
<TransientAttribute>displayName</TransientAttribute>
<TransientAttribute>distributable</TransientAttribute>
<TransientAttribute>domain</TransientAttribute>
<TransientAttribute>engineName</TransientAttribute>
<TransientAttribute>name</TransientAttribute>
<TransientAttribute>publicId</TransientAttribute>
<TransientAttribute>replaceWelcomeFiles</TransientAttribute>
<TransientAttribute>saveConfig</TransientAttribute>
<TransientAttribute>sessionTimeout</TransientAttribute>
<TransientAttribute>startupTime</TransientAttribute>
<TransientAttribute>tldScanTime</TransientAttribute>
</Description>
- StoreDescription() - Constructor for class org.apache.catalina.storeconfig.StoreDescription
-
- 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
-
- StoreFactoryBase - Class in org.apache.catalina.storeconfig
-
StoreFactory saves special elements.
- StoreFactoryBase() - Constructor for class org.apache.catalina.storeconfig.StoreFactoryBase
-
- 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
TODO Get Encoding from Registry
- StoreFileMover(String, String, String) - Constructor for class org.apache.catalina.storeconfig.StoreFileMover
-
Calculate file objects for the old and new configuration files.
- StoreFileMover() - 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
-
- StoreLoader() - Constructor for class org.apache.catalina.storeconfig.StoreLoader
-
- 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.JDBCStore
-
Name to register for this Store, used for logging.
- storeName - Static variable in class org.apache.catalina.session.StoreBase
-
Name to register for this Store, used for logging.
- StoreRegistry - Class in org.apache.catalina.storeconfig
-
Central StoreRegistry for all server.xml elements
- StoreRegistry() - Constructor for class org.apache.catalina.storeconfig.StoreRegistry
-
- 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
-
- storeXMLHead(PrintWriter) - Method in class org.apache.catalina.storeconfig.StoreFactoryBase
-
- Stream - Class in org.apache.el.stream
-
- Stream(Iterator<Object>) - Constructor for class org.apache.el.stream.Stream
-
- STREAM_TERMINATOR - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
-
A byte sequence that that follows a delimiter of the last
encapsulation in the stream (--
).
- StreamELResolverImpl - Class in org.apache.el.stream
-
- StreamELResolverImpl() - Constructor for class org.apache.el.stream.StreamELResolverImpl
-
- streams - Static variable in class org.apache.jasper.compiler.AntCompiler.SystemLogHandler
-
Thread <-> PrintStream associations.
- Streams - Class in org.apache.tomcat.util.http.fileupload.util
-
Utility class for working with streams.
- strerror(int) - Static method in exception org.apache.tomcat.jni.Error
-
Return a human readable string describing the specified error.
- strftime - Variable in class org.apache.catalina.ssi.SSIMediator
-
- Strftime - Class in org.apache.catalina.util
-
Converts dates to strings using the same format specifiers as strftime
Note: This does not mimic strftime perfectly.
- Strftime(String, Locale) - Constructor for class org.apache.catalina.util.Strftime
-
Create an instance of this date formatting class
- STRICT_AUTH_ONLY_MODE - Static variable in class org.apache.catalina.realm.RealmBase.AllRolesMode
-
Allow any authenticated user only if there are no web-app/security-roles
- STRICT_MODE - Static variable in class org.apache.catalina.realm.RealmBase.AllRolesMode
-
Use the strict servlet spec interpretation which requires that the user
have one of the web-app/security-role/role-name
- STRICT_SERVLET_COMPLIANCE - Static variable in class org.apache.catalina.core.ApplicationContext
-
- STRICT_SERVLET_COMPLIANCE - Static variable in class org.apache.catalina.Globals
-
The master flag which controls strict servlet specification
compliance.
- STRICT_SERVLET_COMPLIANCE - Static variable in class org.apache.catalina.session.StandardSession
-
- STRICT_SERVLET_COMPLIANCE - Static variable in class org.apache.tomcat.util.http.CookieSupport
-
Deprecated.
If set to true, we parse cookies strictly according to the servlet,
cookie and HTTP specs by default.
- STRICT_SPEC_COMPLIANCE - Static variable in class org.apache.tomcat.websocket.Constants
-
- strictQuoteEscaping - Variable in class org.apache.jasper.JspC
-
- String() - Method in class org.apache.el.parser.ELParser
-
- STRING - Static variable in class org.apache.tomcat.util.bcel.classfile.ElementValue
-
- STRING_LITERAL - Static variable in interface org.apache.el.parser.ELParserConstants
-
RegularExpression Id.
- StringCache - Class in org.apache.tomcat.util.buf
-
This class implements a String cache for ByteChunk and CharChunk.
- StringCache() - Constructor for class org.apache.tomcat.util.buf.StringCache
-
- stringifyValue() - Method in class org.apache.tomcat.util.bcel.classfile.AnnotationElementValue
-
- stringifyValue() - Method in class org.apache.tomcat.util.bcel.classfile.ArrayElementValue
-
- stringifyValue() - Method in class org.apache.tomcat.util.bcel.classfile.ClassElementValue
-
- stringifyValue() - Method in class org.apache.tomcat.util.bcel.classfile.ElementValue
-
- stringifyValue() - Method in class org.apache.tomcat.util.bcel.classfile.EnumElementValue
-
- stringifyValue() - Method in class org.apache.tomcat.util.bcel.classfile.SimpleElementValue
-
- StringManager - Class in org.apache.catalina.tribes.util
-
An internationalization / localization helper class which reduces
the bother of handling ResourceBundles and takes care of the
common cases of message formating 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 formating 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 formating which otherwise require the
creation of Object arrays and such.
- StringParser - Class in org.apache.catalina.util
-
Deprecated.
Unused. Will be removed in Tomcat 9 onwards.
- StringParser() - Constructor for class org.apache.catalina.util.StringParser
-
Deprecated.
Construct a string parser with no preset string to be parsed.
- StringParser(String) - Constructor for class org.apache.catalina.util.StringParser
-
Deprecated.
Construct a string parser that is initialized to parse the specified
string.
- StringUtils - Class in org.apache.tomcat.util.codec.binary
-
Converts String to and from bytes using the encodings required by the Java specification.
- StringUtils() - Constructor for class org.apache.tomcat.util.codec.binary.StringUtils
-
- stripRealmForGss - Variable in class org.apache.catalina.realm.RealmBase
-
When processing users authenticated via the GSS-API, should any
"@...
- stripSession(String) - Static method in class org.apache.jasper.tagplugins.jstl.Util
-
Strips a servlet session ID from url.
- 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
-
- subject - Variable in class org.apache.catalina.connector.Request
-
The Subject associated with the current AccessControlContext
- subject - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
-
The subject for which we are performing authentication.
- SUBJECT_ATTR - Static variable in class org.apache.catalina.Globals
-
The subject under which the AccessControlContext is running.
- 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
-
- Substitution - Class in org.apache.catalina.valves.rewrite
-
- Substitution() - Constructor for class org.apache.catalina.valves.rewrite.Substitution
-
- Substitution.MapElement - Class in org.apache.catalina.valves.rewrite
-
- Substitution.MapElement() - Constructor for class org.apache.catalina.valves.rewrite.Substitution.MapElement
-
- Substitution.RewriteCondBackReferenceElement - Class in org.apache.catalina.valves.rewrite
-
- Substitution.RewriteCondBackReferenceElement() - Constructor for class org.apache.catalina.valves.rewrite.Substitution.RewriteCondBackReferenceElement
-
- Substitution.RewriteRuleBackReferenceElement - Class in org.apache.catalina.valves.rewrite
-
- Substitution.RewriteRuleBackReferenceElement() - Constructor for class org.apache.catalina.valves.rewrite.Substitution.RewriteRuleBackReferenceElement
-
- Substitution.ServerVariableElement - Class in org.apache.catalina.valves.rewrite
-
- Substitution.ServerVariableElement() - Constructor for class org.apache.catalina.valves.rewrite.Substitution.ServerVariableElement
-
- Substitution.ServerVariableEnvElement - Class in org.apache.catalina.valves.rewrite
-
- Substitution.ServerVariableEnvElement() - Constructor for class org.apache.catalina.valves.rewrite.Substitution.ServerVariableEnvElement
-
- Substitution.ServerVariableHttpElement - Class in org.apache.catalina.valves.rewrite
-
- Substitution.ServerVariableHttpElement() - Constructor for class org.apache.catalina.valves.rewrite.Substitution.ServerVariableHttpElement
-
- Substitution.ServerVariableSslElement - Class in org.apache.catalina.valves.rewrite
-
- Substitution.ServerVariableSslElement() - Constructor for class org.apache.catalina.valves.rewrite.Substitution.ServerVariableSslElement
-
- Substitution.StaticElement - Class in org.apache.catalina.valves.rewrite
-
- Substitution.StaticElement() - Constructor for class org.apache.catalina.valves.rewrite.Substitution.StaticElement
-
- Substitution.SubstitutionElement - Class in org.apache.catalina.valves.rewrite
-
- Substitution.SubstitutionElement() - Constructor for class org.apache.catalina.valves.rewrite.Substitution.SubstitutionElement
-
- substitutionString - Variable in class org.apache.catalina.valves.rewrite.RewriteRule
-
- substract() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- substract(byte[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- substract() - Method in class org.apache.tomcat.util.buf.CharChunk
-
- substract(char[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
-
- substractB() - Method in class org.apache.tomcat.util.buf.ByteChunk
-
- substream(Number) - Method in class org.apache.el.stream.Stream
-
- substream(Number, Number) - Method in class org.apache.el.stream.Stream
-
- substringBefore(String, String) - Static method in class org.apache.catalina.filters.ExpiresFilter
-
Return the subset of the given str
that is before the first
occurence of the given separator
.
- subtract(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigDecimalDelegate
-
- subtract(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.BigIntegerDelegate
-
- subtract(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.DoubleDelegate
-
- subtract(Number, Number) - Method in class org.apache.el.lang.ELArithmetic.LongDelegate
-
- subtract(Object, Object) - Static method in class org.apache.el.lang.ELArithmetic
-
- subtract(Number, Number) - Method in class org.apache.el.lang.ELArithmetic
-
- suffix - Variable in class org.apache.catalina.valves.AccessLogValve
-
The suffix that is added to log file filenames.
- suggestedView - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
-
- suggestedviewId - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator
-
indicates that we are running an election
and this is the one we are running
- sum() - Method in class org.apache.el.stream.Stream
-
- supplemental(char, char) - Static method in class org.apache.jasper.xmlparser.XMLChar
-
Returns true the supplemental character corresponding to the given
surrogates.
- support - Variable in class org.apache.catalina.core.ContainerBase
-
The property change support for this component.
- support - Variable in class org.apache.catalina.core.StandardService
-
The property change support for this component.
- support - Variable in class org.apache.catalina.deploy.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.
- 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
-
- 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 - Static variable in class org.apache.catalina.tribes.transport.SenderState
-
- suspect(PooledConnection) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
-
Thread safe way to suspect a connection.
- SUSPECT_ABANDONED_NOTIFICATION - Static variable in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- SUSPECT_RETURNED_NOTIFICATION - Static variable in class org.apache.tomcat.jdbc.pool.jmx.ConnectionPool
-
- 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.
- swallowInput - Variable in class org.apache.coyote.http11.AbstractInputBuffer
-
Swallow input ?
- swallowOutput - Variable in class org.apache.catalina.core.StandardWrapper
-
Should we swallow System.out
- swapIn(String) - Method in class org.apache.catalina.session.PersistentManagerBase
-
Look for a session in the Store and, if found, restore
it in the Manager's list of active sessions if appropriate.
- swapOut(Session) - Method in class org.apache.catalina.session.PersistentManagerBase
-
Remove the session from the Manager's list of active
sessions and write it out to the Store.
- SWITCH_ADD_WEBAPP_XML_MAPPINGS - Static variable in class org.apache.jasper.JspC
-
- SWITCH_BLOCK_EXTERNAL - Static variable in class org.apache.jasper.JspC
-
- SWITCH_CACHE - Static variable in class org.apache.jasper.JspC
-
- SWITCH_CLASS_NAME - Static variable in class org.apache.jasper.JspC
-
- SWITCH_CLASSPATH - Static variable in class org.apache.jasper.JspC
-
- SWITCH_COMPILE - Static variable in class org.apache.jasper.JspC
-
- SWITCH_DIE - Static variable in class org.apache.jasper.JspC
-
- SWITCH_DUMP_SMAP - Static variable in class org.apache.jasper.JspC
-
- SWITCH_ENCODING - Static variable in class org.apache.jasper.JspC
-
- SWITCH_FILE_WEBAPP - Static variable in class org.apache.jasper.JspC
-
- SWITCH_FULL_STOP - Static variable in class org.apache.jasper.JspC
-
- SWITCH_HELP - Static variable in class org.apache.jasper.JspC
-
- SWITCH_MAPPED - Static variable in class org.apache.jasper.JspC
-
- SWITCH_NO_BLOCK_EXTERNAL - Static variable in class org.apache.jasper.JspC
-
- SWITCH_NO_QUOTE_ATTRIBUTE_EL - Static variable in class org.apache.jasper.JspC
-
- SWITCH_NO_STRICT_QUOTE_ESCAPING - Static variable in class org.apache.jasper.JspC
-
- SWITCH_OUTPUT_DIR - Static variable in class org.apache.jasper.JspC
-
- SWITCH_PACKAGE_NAME - Static variable in class org.apache.jasper.JspC
-
- SWITCH_POOLING - Static variable in class org.apache.jasper.JspC
-
- SWITCH_QUOTE_ATTRIBUTE_EL - Static variable in class org.apache.jasper.JspC
-
- SWITCH_SMAP - Static variable in class org.apache.jasper.JspC
-
- SWITCH_SOURCE - Static variable in class org.apache.jasper.JspC
-
- SWITCH_STRICT_QUOTE_ESCAPING - Static variable in class org.apache.jasper.JspC
-
- SWITCH_TARGET - Static variable in class org.apache.jasper.JspC
-
- SWITCH_TRIM_SPACES - Static variable in class org.apache.jasper.JspC
-
- SWITCH_URI_BASE - Static variable in class org.apache.jasper.JspC
-
- SWITCH_URI_ROOT - Static variable in class org.apache.jasper.JspC
-
- SWITCH_VALIDATE_TLD - Static variable in class org.apache.jasper.JspC
-
- SWITCH_VALIDATE_XML - Static variable in class org.apache.jasper.JspC
-
- SWITCH_VERBOSE - Static variable in class org.apache.jasper.JspC
-
- SWITCH_WEBAPP_INC - Static variable in class org.apache.jasper.JspC
-
- SWITCH_WEBAPP_XML - Static variable in class org.apache.jasper.JspC
-
- SWITCH_WEBAPP_XML_ENCODING - Static variable in class org.apache.jasper.JspC
-
- SWITCH_XPOWERED_BY - Static variable in class org.apache.jasper.JspC
-
- SwitchTo(int) - Method in class org.apache.el.parser.ELParserTokenManager
-
Switch to specified lex state.
- swValve - Variable in class org.apache.catalina.core.StandardWrapper
-
- SymbolTable - Class in org.apache.jasper.xmlparser
-
This class is a symbol table implementation that guarantees that
strings used as identifiers are unique references.
- SymbolTable() - Constructor for class org.apache.jasper.xmlparser.SymbolTable
-
Constructs a symbol table with a default number of buckets.
- SymbolTable(int) - Constructor for class org.apache.jasper.xmlparser.SymbolTable
-
Constructs a symbol table with a specified number of buckets.
- 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<K, V>) - Static method in class org.apache.tomcat.dbcp.pool2.PoolUtils
-
Returns a synchronized (thread-safe) KeyedPooledObjectFactory backed by
the specified KeyedPoolableObjectFactory.
- synchronizedPool(ObjectPool<T>) - Static method in class org.apache.tomcat.dbcp.pool2.PoolUtils
-
Returns a synchronized (thread-safe) ObjectPool backed by the specified
ObjectPool.
- synchronizedPool(KeyedObjectPool<K, V>) - Static method in class org.apache.tomcat.dbcp.pool2.PoolUtils
-
Returns a synchronized (thread-safe) KeyedObjectPool backed by the
specified KeyedObjectPool.
- synchronizedPooledFactory(PooledObjectFactory<T>) - 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
-
- SynchronizedQueue(int) - Constructor for class org.apache.tomcat.util.collections.SynchronizedQueue
-
- SynchronizedStack<T> - Class in org.apache.tomcat.util.collections
-
This is intended as a (mostly) GC-free alternative to
ConcurrentLinkedQueue
when the requirement is to
create a pool of re-usable objects with no requirement to shrink the pool.
- SynchronizedStack() - Constructor for class org.apache.tomcat.util.collections.SynchronizedStack
-
- SynchronizedStack(int, int) - Constructor for class org.apache.tomcat.util.collections.SynchronizedStack
-
- syslog(int, String) - Static method in class org.apache.tomcat.jni.OS
-
Log message.
- sysloginit(String) - Static method in class org.apache.tomcat.jni.OS
-
Initialize system logging.
- SYSTEM - Static variable in class org.apache.catalina.util.ManifestResource
-
- SystemLogHandler - Class in org.apache.tomcat.util.log
-
This helper class may be used to do sophisticated redirection of
System.out and System.err on a per Thread basis.
- SystemLogHandler(PrintStream) - Constructor for class org.apache.tomcat.util.log.SystemLogHandler
-
Construct the handler to capture the output of the given steam.