- 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
-
Create a new AbandonedTrace without config and
without doing abandoned tracing.
- AbandonedTrace(AbandonedTrace) - Constructor for class org.apache.tomcat.dbcp.dbcp2.AbandonedTrace
-
Construct 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
-
- abort(String) - Method in class org.apache.tomcat.spdy.SpdyConnection
-
- abort(String, int) - Method in class org.apache.tomcat.spdy.SpdyConnection
-
- abortRemove() - Method in class org.apache.catalina.tribes.transport.bio.util.SingleRemoveSynchronizedAddLock
-
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 %t{format}
- 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.LocalPortElement - Class in org.apache.catalina.valves
-
write local port on which this request was received - %p
- AbstractAccessLogValve.LocalPortElement() - Constructor for class org.apache.catalina.valves.AbstractAccessLogValve.LocalPortElement
-
- 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.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(WebResourceRoot, String, String, String, JarEntry, String, Manifest, String) - Constructor for class org.apache.catalina.webresources.AbstractArchiveResource
-
- AbstractArchiveResource.JarInputStreamWrapper - Class in org.apache.catalina.webresources
-
- AbstractArchiveResource.JarInputStreamWrapper(JarFile, 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
-
- 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
-
- AbstractNioInputBuffer<S> - Class in org.apache.coyote.http11
-
- AbstractNioInputBuffer(Request, int) - 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(HttpUpgradeHandler, 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
-
- 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
-
- 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 interface org.apache.tomcat.util.bcel.Constants
-
One of the access flags for fields, methods, or classes.
- ACC_ANNOTATION - Static variable in interface org.apache.tomcat.util.bcel.Constants
-
One of the access flags for fields, methods, or classes.
- ACC_FINAL - Static variable in interface org.apache.tomcat.util.bcel.Constants
-
One of the access flags for fields, methods, or classes.
- ACC_INTERFACE - Static variable in interface org.apache.tomcat.util.bcel.Constants
-
One of the access flags for fields, methods, or classes.
- accept(ClusterMessage) - Method in class org.apache.catalina.ha.authenticator.ClusterSingleSignOnListener
-
Accept only SingleSignOnMessage
- 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 LifecylceListener
- 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(ActionCode, Object) - Method in class org.apache.coyote.spdy.SpdyProcessor
-
- 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.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
-
Reinitialize 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 this Session to the set of active Sessions for this Manager.
- 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
-
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(long, int, boolean, boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
-
Add specified socket and associated pool to the poller.
- 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_SESSION - Static variable in class org.apache.catalina.ha.authenticator.SingleSignOnMessage
-
- 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
- addAndGetCurrentSize(long) - Method in class org.apache.catalina.tribes.group.interceptors.MessageDispatch15Interceptor
-
- 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
-
- 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
-
- 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
-
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
-
Add 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.LocalPortElement
-
- 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.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.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.spdy.SpdyFrame
-
- addHeader(byte[], String) - Method in class org.apache.tomcat.spdy.SpdyFrame
-
- addHeader(byte[], byte[]) - Method in class org.apache.tomcat.spdy.SpdyFrame
-
- 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
-
Add the classname of an InstanceListener to be added to each
Wrapper appended to this Context.
- addInstanceListener(String) - Method in class org.apache.catalina.core.StandardContext
-
Add the classname of an InstanceListener to be added to each
Wrapper appended to this Context.
- addInstanceListener(InstanceListener) - Method in class org.apache.catalina.core.StandardWrapper
-
Add a new listener interested in InstanceEvents.
- addInstanceListener(String) - Method in class org.apache.catalina.startup.FailedContext
-
- addInstanceListener(InstanceListener) - Method in class org.apache.catalina.util.InstanceSupport
-
Add a lifecycle event listener to this component.
- addInstanceListener(InstanceListener) - Method in interface org.apache.catalina.Wrapper
-
Add a new listener interested in InstanceEvents.
- 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.
- addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.rewrite.RewriteValve
-
- 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.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
-
Create 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
-
Create an object, and place 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
-
Create 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.
- 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
-
Add a property change listener to this component.
- 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
-
Add a new servlet mapping, replacing any existing mapping for
the specified pattern.
- addServletMapping(String, String, boolean) - Method in interface org.apache.catalina.Context
-
Add a new servlet mapping, replacing any existing mapping for
the specified pattern.
- addServletMapping(String, String) - Method in class org.apache.catalina.core.StandardContext
-
Add a new servlet mapping, replacing any existing mapping for
the specified pattern.
- addServletMapping(String, String, boolean) - Method in class org.apache.catalina.core.StandardContext
-
Add a new servlet mapping, replacing any existing mapping for
the specified pattern.
- 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
-
- 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, 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.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.MessageDispatch15Interceptor
-
- 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
-
Add 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
-
- 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
-
- 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
-
- 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.
- advance(int) - Method in class org.apache.tomcat.spdy.SpdyFrame
-
- AFTER_DESTROY_EVENT - Static variable in class org.apache.catalina.InstanceEvent
-
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
-
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
-
The event indicating that the doFilter()
method of a
Filter has returned.
- AFTER_INIT_EVENT - Static variable in class org.apache.catalina.InstanceEvent
-
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
-
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
-
- 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) - Method in class org.apache.tomcat.jni.socket.AprSocketContext
-
- 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.startup.UserConfig
-
A regular expression defining user who deployment is allowed.
- 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_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
-
- 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
-
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[], int, int) - Method in class org.apache.tomcat.spdy.SpdyFrame
-
- 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
- append16(int) - Method in class org.apache.tomcat.spdy.SpdyFrame
-
- append32(int) - Method in class org.apache.tomcat.spdy.SpdyFrame
-
- 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
-
- APPLICATION_ERROR - Static variable in class org.apache.catalina.manager.HTMLManagerServlet
-
- APPLICATION_MESSAGE - Static variable in class org.apache.catalina.manager.HTMLManagerServlet
-
- 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 Ininitalizer 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>, HttpUpgradeHandler, AprEndpoint, int) - Constructor for class org.apache.coyote.http11.upgrade.AprProcessor
-
- AprServletInputStream - Class in org.apache.coyote.http11.upgrade
-
- AprServletInputStream(SocketWrapper<Long>) - 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
-
- AprSocket - Class in org.apache.tomcat.jni.socket
-
Native socket, using JNI + APR + openssl.
- AprSocketContext - Class in org.apache.tomcat.jni.socket
-
- AprSocketContext() - Constructor for class org.apache.tomcat.jni.socket.AprSocketContext
-
- AprSocketContext.BlockingPollHandler - Interface in org.apache.tomcat.jni.socket
-
Callback for poll events, will be invoked in a thread pool.
- AprSocketContext.HostInfoLoader - Interface in org.apache.tomcat.jni.socket
-
Delegates loading of persistent info about a host - public certs,
tickets, config, persistent info etc.
- AprSocketContext.NonBlockingPollHandler - Interface in org.apache.tomcat.jni.socket
-
Additional callbacks for non-blocking.
- AprSocketContext.RawDataHandler - Interface in org.apache.tomcat.jni.socket
-
Called when a chunk of data is sent or received.
- AprSocketContext.TlsCertVerifier - Interface in org.apache.tomcat.jni.socket
-
Called in SSL mode after the handshake is completed.
- aprVersionString() - Static method in class org.apache.tomcat.jni.Library
-
- 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
-
- 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
-
Notify the cluster of the addition of a Session to
an SSO session and associate the specified single
sign on identifier with the specified Session on the
local node.
- associated - Variable in class org.apache.tomcat.spdy.SpdyFrame
-
- associateLocal(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
-
- 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
-
- AsyncChannelWrapperNonSecure(AsynchronousSocketChannel) - Constructor for class org.apache.tomcat.websocket.AsyncChannelWrapperNonSecure
-
- AsyncChannelWrapperSecure - Class in org.apache.tomcat.websocket
-
- AsyncChannelWrapperSecure(AsynchronousSocketChannel, SSLEngine) - Constructor for class org.apache.tomcat.websocket.AsyncChannelWrapperSecure
-
- asyncComplete() - Method in class org.apache.coyote.AsyncStateMachine
-
- asyncContext - Variable in class org.apache.catalina.connector.Request
-
AsyncContext
- 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
-
- asyncDispatch(SocketStatus) - Method in class org.apache.coyote.spdy.SpdyProcessor
-
- 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.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
-
- 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 the user making this request, based on the specified
login configuration.
- 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, String) - Method in interface org.apache.catalina.Realm
-
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 interface org.apache.catalina.Realm
-
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(GSSContext, boolean) - Method in interface org.apache.catalina.Realm
-
Return the Principal associated with the specified
GSSContext
.
- authenticate(X509Certificate[]) - Method in interface org.apache.catalina.Realm
-
Return the Principal associated with the specified chain of X509
client certificates.
- 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, 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
-
Return the Principal associated with the specified
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
-
Return the Principal associated with the specified username and
credentials, if there is one; otherwise return null
.
- authenticate(String, String) - Method in class org.apache.catalina.realm.JNDIRealm
-
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
-
Return the Principal associated with the specified
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, 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
-
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(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
-
Return the Principal associated with the specified
GSSContext
.
- authentication - Variable in class org.apache.catalina.realm.JNDIRealm
-
The type of authentication to use
- Authenticator - Interface in org.apache.catalina
-
An Authenticator is a component (usually a Valve or Container) that
provides some sort of authentication service.
- 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.
- 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
-
- 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() - 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() - 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
-
- B2CConverter - Class in org.apache.tomcat.util.buf
-
NIO based character decoder.
- B2CConverter(String) - Constructor for class org.apache.tomcat.util.buf.B2CConverter
-
- B2CConverter(String, boolean) - Constructor for class org.apache.tomcat.util.buf.B2CConverter
-
- backgroundProcess() - Method in interface org.apache.catalina.Cluster
-
Execute a periodic task, such as reloading, etc.
- backgroundProcess() - Method in interface org.apache.catalina.Container
-
Execute a periodic task, such as reloading, etc.
- backgroundProcess() - Method in class org.apache.catalina.core.ContainerBase
-
Execute a periodic task, such as reloading, etc.
- backgroundProcess() - Method in class org.apache.catalina.core.StandardContext
-
- backgroundProcess() - Method in class org.apache.catalina.core.StandardWrapper
-
Execute a periodic task, such as reloading, etc.
- backgroundProcess() - Method in interface org.apache.catalina.ha.ClusterDeployer
-
call from container Background Process
- backgroundProcess() - Method in class org.apache.catalina.ha.deploy.FarmWarDeployer
-
- backgroundProcess() - Method in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
Execute a periodic task, such as reloading, etc.
- backgroundProcess() - Method in interface org.apache.catalina.Loader
-
Execute a periodic task, such as reloading, etc.
- backgroundProcess() - Method in class org.apache.catalina.loader.WebappLoader
-
Execute a periodic task, such as reloading, etc.
- backgroundProcess() - Method in interface org.apache.catalina.Manager
-
This method will be invoked by the context/container on a periodic
basis and allows the manager to implement
a method that executes periodic tasks, such as expiring sessions etc.
- backgroundProcess() - Method in interface org.apache.catalina.Realm
-
Execute a periodic task, such as reloading, etc.
- backgroundProcess() - Method in class org.apache.catalina.realm.RealmBase
-
Execute a periodic task, such as reloading, etc.
- backgroundProcess() - Method in class org.apache.catalina.session.ManagerBase
-
Implements the Manager interface, direct call to processExpires
- backgroundProcess() - Method in class org.apache.catalina.startup.FailedContext
-
- backgroundProcess() - Method in interface org.apache.catalina.Valve
-
Execute a periodic task, such as reloading, etc.
- backgroundProcess() - Method in class org.apache.catalina.valves.AccessLogValve
-
Execute a periodic task, such as reloading, etc.
- backgroundProcess() - Method in class org.apache.catalina.valves.StuckThreadDetectionValve
-
- backgroundProcess() - Method in class org.apache.catalina.valves.ValveBase
-
Execute a periodic task, such as reloading, etc.
- backgroundProcess() - Method in interface org.apache.catalina.WebResourceRoot
-
This method will be invoked by the context on a periodic basis and allows
the implementation a method that executes periodic tasks, such as purging
expired cache entries.
- backgroundProcess() - Method in class org.apache.catalina.webresources.Cache
-
- backgroundProcess() - Method in class org.apache.catalina.webresources.StandardRoot
-
- BackgroundProcess - Interface in org.apache.tomcat.websocket
-
- backgroundProcess() - Method in interface org.apache.tomcat.websocket.BackgroundProcess
-
- backgroundProcess() - Method in class org.apache.tomcat.websocket.server.WsWriteTimeout
-
- backgroundProcess() - Method in class org.apache.tomcat.websocket.WsWebSocketContainer
-
- BackgroundProcessManager - Class in org.apache.tomcat.websocket
-
Provides a background processing mechanism that triggers roughly once a
second.
- backgroundProcessorDelay - Variable in class org.apache.catalina.core.ContainerBase
-
The processor delay for this component.
- backup(int) - Method in class org.apache.el.parser.SimpleCharStream
-
Backup a number of characters.
- BackupManager - Class in org.apache.catalina.ha.session
-
- BackupManager() - Constructor for class org.apache.catalina.ha.session.BackupManager
-
Constructor, just calls super()
- base - Variable in class org.apache.el.parser.AstValue.Target
-
- base - Variable in class org.apache.tomcat.websocket.WsRemoteEndpointBase
-
- Base64 - Class in org.apache.tomcat.util.codec.binary
-
Provides Base64 encoding and decoding as defined by
RFC 2045.
- Base64() - Constructor for class org.apache.tomcat.util.codec.binary.Base64
-
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
- Base64(boolean) - Constructor for class org.apache.tomcat.util.codec.binary.Base64
-
Creates a Base64 codec used for decoding (all modes) and encoding in the given URL-safe mode.
- Base64(int) - Constructor for class org.apache.tomcat.util.codec.binary.Base64
-
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
- Base64(int, byte[]) - Constructor for class org.apache.tomcat.util.codec.binary.Base64
-
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
- Base64(int, byte[], boolean) - Constructor for class org.apache.tomcat.util.codec.binary.Base64
-
Creates a Base64 codec used for decoding (all modes) and encoding in URL-unsafe mode.
- baseaddr(long) - Static method in class org.apache.tomcat.jni.Shm
-
Retrieve the base address of the shared memory segment.
- BaseAttributeFilter - Class in org.apache.tomcat.util.modeler
-
Implementation of NotificationFilter
for attribute change
notifications.
- BaseAttributeFilter(String) - Constructor for class org.apache.tomcat.util.modeler.BaseAttributeFilter
-
Construct a new filter that accepts only the specified attribute
name.
- basedir - Variable in class org.apache.catalina.startup.Tomcat
-
- BaseGenericObjectPool<T> - Class in org.apache.tomcat.dbcp.pool2.impl
-
- BaseGenericObjectPool(BaseObjectPoolConfig, String, String) - Constructor for class org.apache.tomcat.dbcp.pool2.impl.BaseGenericObjectPool
-
Handles JMX registration (if required) and the initialization required for
monitoring.
- BaseKeyedPooledObjectFactory<K,V> - Class in org.apache.tomcat.dbcp.pool2
-
A base implementation of KeyedPooledObjectFactory
.
- BaseKeyedPooledObjectFactory() - Constructor for class org.apache.tomcat.dbcp.pool2.BaseKeyedPooledObjectFactory
-
- BaseModelMBean - Class in org.apache.tomcat.util.modeler
-
Basic implementation of the DynamicMBean
interface, which
supports the minimal requirements of the interface contract.
- BaseModelMBean() - Constructor for class org.apache.tomcat.util.modeler.BaseModelMBean
-
Construct a ModelMBean
with default
ModelMBeanInfo
information.
- BaseNCodec - Class in org.apache.tomcat.util.codec.binary
-
Abstract superclass for Base-N encoders and decoders.
- BaseNCodec(int, int, int, int) - Constructor for class org.apache.tomcat.util.codec.binary.BaseNCodec
-
Note
lineLength
is rounded down to the nearest multiple of
BaseNCodec.encodedBlockSize
If
chunkSeparatorLength
is zero, then chunking is disabled.
- BaseNCodec(int, int, int, int, byte) - Constructor for class org.apache.tomcat.util.codec.binary.BaseNCodec
-
Note
lineLength
is rounded down to the nearest multiple of
BaseNCodec.encodedBlockSize
If
chunkSeparatorLength
is zero, then chunking is disabled.
- BaseNotificationBroadcaster - Class in org.apache.tomcat.util.modeler
-
Implementation of NotificationBroadcaster
for attribute
change notifications.
- BaseNotificationBroadcaster() - Constructor for class org.apache.tomcat.util.modeler.BaseNotificationBroadcaster
-
- BaseObjectPool<T> - Class in org.apache.tomcat.dbcp.pool2
-
- BaseObjectPool() - Constructor for class org.apache.tomcat.dbcp.pool2.BaseObjectPool
-
- BaseObjectPoolConfig - Class in org.apache.tomcat.dbcp.pool2.impl
-
Provides the implementation for the common attributes shared by the
sub-classes.
- BaseObjectPoolConfig() - Constructor for class org.apache.tomcat.dbcp.pool2.impl.BaseObjectPoolConfig
-
- BasePooledObjectFactory<T> - Class in org.apache.tomcat.dbcp.pool2
-
A base implementation of PoolableObjectFactory
.
- BasePooledObjectFactory() - Constructor for class org.apache.tomcat.dbcp.pool2.BasePooledObjectFactory
-
- BaseRedirectorHelperTask - Class in org.apache.catalina.ant
-
Abstract base class to add output redirection support for Catalina
Ant tasks.
- BaseRedirectorHelperTask() - Constructor for class org.apache.catalina.ant.BaseRedirectorHelperTask
-
- BaseSessionComparator<T> - Class in org.apache.catalina.manager.util
-
Comparator which permits to compare on a session's content
- BaseSessionComparator() - Constructor for class org.apache.catalina.manager.util.BaseSessionComparator
-
- basic - Variable in class org.apache.catalina.core.StandardPipeline
-
The basic Valve (if any) associated with this Pipeline.
- BasicAuthenticator - Class in org.apache.catalina.authenticator
-
An Authenticator and Valve implementation of HTTP BASIC
Authentication, as outlined in RFC 2617: "HTTP Authentication: Basic
and Digest Access Authentication."
- BasicAuthenticator() - Constructor for class org.apache.catalina.authenticator.BasicAuthenticator
-
- BasicAuthenticator.BasicCredentials - Class in org.apache.catalina.authenticator
-
Parser for an HTTP Authorization header for BASIC authentication
as per RFC 2617 section 2, and the Base64 encoded credentials as
per RFC 2045 section 6.8.
- BasicAuthenticator.BasicCredentials(ByteChunk) - Constructor for class org.apache.catalina.authenticator.BasicAuthenticator.BasicCredentials
-
Parse the HTTP Authorization header for BASIC authentication
as per RFC 2617 section 2, and the Base64 encoded credentials
as per RFC 2045 section 6.8.
- BasicDataSource - Class in org.apache.tomcat.dbcp.dbcp2
-
Basic implementation of javax.sql.DataSource
that is
configured via JavaBeans properties.
- BasicDataSource() - Constructor for class org.apache.tomcat.dbcp.dbcp2.BasicDataSource
-
- BasicDataSourceFactory - Class in org.apache.tomcat.dbcp.dbcp2
-
JNDI object factory that creates an instance of
BasicDataSource
that has been configured based on the
RefAddr
values of the specified Reference
, which
must match the names and data types of the BasicDataSource
bean
properties with the following exceptions:
connectionInitSqls
must be passed to this factory as a
single String using semi-colon to delimt the statements whereas
BasicDataSource
requires a collection of Strings.
- BasicDataSourceFactory() - Constructor for class org.apache.tomcat.dbcp.dbcp2.BasicDataSourceFactory
-
- BasicDataSourceMXBean - Interface in org.apache.tomcat.dbcp.dbcp2
-
Defines the methods that will be made available via JMX.
- bcCache - Static variable in class org.apache.tomcat.util.buf.StringCache
-
Cache for byte chunk.
- bcCount - Static variable in class org.apache.tomcat.util.buf.StringCache
-
toString count for byte chunk.
- bcStats - Static variable in class org.apache.tomcat.util.buf.StringCache
-
Statistics hash map for byte chunk.
- bean - Variable in class org.apache.catalina.ant.JMXGetTask
-
The full bean name
- bean - Variable in class org.apache.catalina.ant.JMXSetTask
-
The full bean name
- BeanFactory - Class in org.apache.naming.factory
-
Object factory for any Resource conforming to the JavaBean spec.
- BeanFactory() - Constructor for class org.apache.naming.factory.BeanFactory
-
- BeanRepository - Class in org.apache.jasper.compiler
-
Repository of {page, request, session, application}-scoped beans
- BeanRepository(ClassLoader, ErrorDispatcher) - Constructor for class org.apache.jasper.compiler.BeanRepository
-
Constructor.
- BEFORE_DESTROY_EVENT - Static variable in class org.apache.catalina.InstanceEvent
-
The event indicating that the destroy
method is about
to be called for this instance.
- BEFORE_DESTROY_EVENT - Static variable in interface org.apache.catalina.Lifecycle
-
The LifecycleEvent type for the "component before destroy" event.
- BEFORE_DISPATCH_EVENT - Static variable in class org.apache.catalina.InstanceEvent
-
The event indicating that the service()
method of a
servlet accessed via a request dispatcher is about to be called.
- BEFORE_FILTER_EVENT - Static variable in class org.apache.catalina.InstanceEvent
-
The event indicating that the doFilter()
method of a
Filter is about to be called.
- BEFORE_INIT_EVENT - Static variable in class org.apache.catalina.InstanceEvent
-
The event indicating that the init()
method is about
to be called for this instance.
- BEFORE_INIT_EVENT - Static variable in interface org.apache.catalina.Lifecycle
-
The LifecycleEvent type for the "component before init" event.
- BEFORE_MANAGERREGISTER_EVENT - Static variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
- BEFORE_MANAGERUNREGISTER_EVENT - Static variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
- BEFORE_MEMBERREGISTER_EVENT - Static variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
- BEFORE_MEMBERUNREGISTER_EVENT - Static variable in class org.apache.catalina.ha.tcp.SimpleTcpCluster
-
- BEFORE_SERVICE_EVENT - Static variable in class org.apache.catalina.InstanceEvent
-
The event indicating that the service()
method is about
to be called on a servlet.
- BEFORE_START_EVENT - Static variable in interface org.apache.catalina.Lifecycle
-
The LifecycleEvent type for the "component before start" event.
- BEFORE_STOP_EVENT - Static variable in interface org.apache.catalina.Lifecycle
-
The LifecycleEvent type for the "component before stop" event.
- beforeFirst() - Method in class org.apache.tomcat.dbcp.dbcp2.DelegatingResultSet
-
- beforeHandshake(SocketWrapper<Socket>) - Method in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
-
- beforeHandshake(SocketWrapper<Socket>) - Method in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
-
- beforeHandshake(SocketWrapper<Socket>) - Method in class org.apache.coyote.spdy.SpdyProxyProtocol.TomcatJioHandler
-
- beforeHandshake(SocketWrapper<Socket>) - Method in interface org.apache.tomcat.util.net.JIoEndpoint.Handler
-
- beforeStart() - Method in class org.apache.catalina.startup.ContextConfig
-
Process a "before start" event for this Context.
- begin(String, String, Attributes) - Method in class org.apache.catalina.startup.ConnectorCreateRule
-
Process the beginning of this element.
- begin(String, String, Attributes) - Method in class org.apache.catalina.startup.CopyParentClassLoaderRule
-
Handle the beginning of an XML element.
- begin(String, String, Attributes) - Method in class org.apache.catalina.startup.LifecycleListenerRule
-
Handle the beginning of an XML element.
- begin(String, String, Attributes) - Method in class org.apache.catalina.startup.SetAllPropertiesRule
-
Handle the beginning of an XML element.
- begin(String, String, Attributes) - Method in class org.apache.catalina.startup.SetContextPropertiesRule
-
Handle the beginning of an XML element.
- begin(String, String, Attributes) - Method in class org.apache.catalina.storeconfig.StoreFactoryRule
-
Handle the beginning of an XML element.
- begin(String, String, Attributes) - Method in class org.apache.tomcat.util.digester.CallMethodRule
-
Process the start of this element.
- begin(String, String, Attributes) - Method in class org.apache.tomcat.util.digester.CallParamRule
-
Process the start of this element.
- begin(String, String, Attributes) - Method in class org.apache.tomcat.util.digester.FactoryCreateRule
-
Process the beginning of this element.
- begin(String, String, Attributes) - Method in class org.apache.tomcat.util.digester.ObjectCreateRule
-
Process the beginning of this element.
- begin(Attributes) - Method in class org.apache.tomcat.util.digester.Rule
-
Deprecated.
Use the begin
method with namespace
and name
parameters instead.
- begin(String, String, Attributes) - Method in class org.apache.tomcat.util.digester.Rule
-
This method is called when the beginning of a matching XML element
is encountered.
- begin(String, String, Attributes) - Method in class org.apache.tomcat.util.digester.SetPropertiesRule
-
Process the beginning of this element.
- beginColumn - Variable in class org.apache.el.parser.Token
-
The column number of the first character of this Token.
- beginLine - Variable in class org.apache.el.parser.Token
-
The line number of the first character of this Token.
- BeginToken() - Method in class org.apache.el.parser.SimpleCharStream
-
Start.
- BIGDECIMAL - Static variable in class org.apache.el.lang.ELArithmetic
-
- BIGINTEGER - Static variable in class org.apache.el.lang.ELArithmetic
-
- BINARY_BUFFER_SIZE_SERVLET_CONTEXT_INIT_PARAM - Static variable in class org.apache.tomcat.websocket.server.Constants
-
- binaryContent - Variable in class org.apache.catalina.loader.ResourceEntry
-
Binary content of the resource.
- BinaryDecoder - Interface in org.apache.tomcat.util.codec
-
Defines common decoding methods for byte array decoders.
- BinaryEncoder - Interface in org.apache.tomcat.util.codec
-
Defines common encoding methods for byte array encoders.
- bind(boolean, ClassLoader) - Method in interface org.apache.catalina.Context
-
Change the current thread context class loader to the web application
class loader.
- bind(boolean, ClassLoader) - Method in class org.apache.catalina.core.StandardContext
-
- bind(boolean, ClassLoader) - Method in class org.apache.catalina.startup.FailedContext
-
- bind() - Method in interface org.apache.catalina.ThreadBindingListener
-
- bind() - Method in class org.apache.catalina.tribes.transport.bio.BioReceiver
-
- bind() - Method in class org.apache.catalina.tribes.transport.nio.NioReceiver
-
- bind(ServerSocket, int, int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
Attempts to bind using the provided port and if that fails attempts to
bind to each of the ports from portstart to (portstart + retries -1)
until either there are no more ports or the bind is successful.
- bind(Name, Object) - Method in class org.apache.naming.NamingContext
-
Binds a name to an object.
- bind(String, Object) - Method in class org.apache.naming.NamingContext
-
Binds a name to an object.
- bind(Name, Object, boolean) - Method in class org.apache.naming.NamingContext
-
Binds a name to an object.
- bind(Name, Object) - Method in class org.apache.naming.SelectorContext
-
Binds a name to an object.
- bind(String, Object) - Method in class org.apache.naming.SelectorContext
-
Binds a name to an object.
- bind(long, long) - Static method in class org.apache.tomcat.jni.Local
-
Bind the socket to its associated port
- bind(long, long) - Static method in class org.apache.tomcat.jni.Socket
-
Bind the socket to its associated port
- bind() - Method in class org.apache.tomcat.util.net.AbstractEndpoint
-
- bind() - Method in class org.apache.tomcat.util.net.AprEndpoint
-
Initialize the endpoint.
- bind() - Method in class org.apache.tomcat.util.net.JIoEndpoint
-
- bind() - Method in class org.apache.tomcat.util.net.Nio2Endpoint
-
Initialize the endpoint.
- bind() - Method in class org.apache.tomcat.util.net.NioEndpoint
-
Initialize the endpoint.
- bindAsUser(DirContext, JNDIRealm.User, String) - Method in class org.apache.catalina.realm.JNDIRealm
-
Check credentials by binding to the directory as the user
- bindAttributes(MBeanServerConnection, String, String, ObjectName) - Method in class org.apache.catalina.ant.jmx.JMXAccessorQueryTask
-
- bindClassLoader(Object, Object, ClassLoader) - Static method in class org.apache.naming.ContextBindings
-
Binds a naming context to a class loader.
- bindContext(Object, Context) - Static method in class org.apache.naming.ContextBindings
-
Binds an object and a naming context.
- bindContext(Object, Context, Object) - Static method in class org.apache.naming.ContextBindings
-
Binds an object and a naming context.
- bindings - Variable in class org.apache.naming.NamingContext
-
Bindings in this Context.
- bindThread() - Method in class org.apache.catalina.core.StandardContext
-
Bind current thread, both for CL purposes and for JNDI ENC support
during : startup, shutdown and realoading of the context.
- bindThread(Object, Object) - Static method in class org.apache.naming.ContextBindings
-
Binds a naming context to a thread.
- bindUdp(DatagramSocket, int, int) - Method in class org.apache.catalina.tribes.transport.ReceiverBase
-
Same as bind() except it does it for the UDP port
- BIOCallback - Interface in org.apache.tomcat.jni
-
Open SSL BIO Callback Interface
- BioProcessor - Class in org.apache.coyote.http11.upgrade
-
- BioProcessor(SocketWrapper<Socket>, HttpUpgradeHandler, int) - Constructor for class org.apache.coyote.http11.upgrade.BioProcessor
-
- BioReceiver - Class in org.apache.catalina.tribes.transport.bio
-
- BioReceiver() - Constructor for class org.apache.catalina.tribes.transport.bio.BioReceiver
-
- BioReplicationTask - Class in org.apache.catalina.tribes.transport.bio
-
A worker thread class which can drain channels and echo-back the input.
- BioReplicationTask(ListenCallback) - Constructor for class org.apache.catalina.tribes.transport.bio.BioReplicationTask
-
- BioSender - Class in org.apache.catalina.tribes.transport.bio
-
Send cluster messages with only one socket.
- BioSender() - Constructor for class org.apache.catalina.tribes.transport.bio.BioSender
-
- bioSenders - Variable in class org.apache.catalina.tribes.transport.bio.MultipointBioSender
-
- BioServletInputStream - Class in org.apache.coyote.http11.upgrade
-
- BioServletInputStream(SocketWrapper<Socket>) - Constructor for class org.apache.coyote.http11.upgrade.BioServletInputStream
-
- BioServletOutputStream - Class in org.apache.coyote.http11.upgrade
-
- BioServletOutputStream(SocketWrapper<Socket>, int) - Constructor for class org.apache.coyote.http11.upgrade.BioServletOutputStream
-
- BITS_PER_BYTE - Static variable in class org.apache.catalina.tribes.util.UUIDGenerator
-
- blanksToString(String, String) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
-
Converts blank strings to another string
- block - Variable in class org.apache.catalina.valves.SemaphoreValve
-
Block until a permit is available.
- blockExternal - Variable in class org.apache.jasper.JspC
-
- BLOCKING_SEND_TIMEOUT_PROPERTY - Static variable in class org.apache.tomcat.websocket.WsRemoteEndpointImplBase
-
- blockingSelector - Variable in class org.apache.tomcat.util.net.NioSelectorPool
-
- blockingStartTLS() - Method in class org.apache.tomcat.jni.socket.AprSocket
-
This is a blocking call !
- body(String, String, String) - Method in class org.apache.tomcat.util.digester.CallMethodRule
-
Process the body text of this element.
- body(String, String, String) - Method in class org.apache.tomcat.util.digester.CallParamRule
-
Process the body text of this element.
- body(String) - Method in class org.apache.tomcat.util.digester.Rule
-
Deprecated.
Use the body
method
with namespace
and name
parameters
instead.
- body(String, String, String) - Method in class org.apache.tomcat.util.digester.Rule
-
This method is called when the body of a matching XML element is
encountered.
- BODY_ACTION - Static variable in interface org.apache.jasper.compiler.TagConstants
-
- BODY_HEADER_SECTION - Static variable in class org.apache.catalina.manager.Constants
-
- BODY_HEADER_SECTION - Static variable in class org.apache.catalina.manager.host.Constants
-
- bodyBytes - Variable in class org.apache.coyote.ajp.AbstractAjpProcessor
-
Body message.
- BodyContentImpl - Class in org.apache.jasper.runtime
-
Write text to a character-output stream, buffering characters so as
to provide for the efficient writing of single characters, arrays,
and strings.
- BodyContentImpl(JspWriter) - Constructor for class org.apache.jasper.runtime.BodyContentImpl
-
Constructor.
- bodyMessage - Variable in class org.apache.coyote.ajp.AbstractAjpProcessor
-
Body message.
- bodyText - Variable in class org.apache.tomcat.util.digester.CallMethodRule
-
The body text collected from this element.
- bodyText - Variable in class org.apache.tomcat.util.digester.Digester
-
The body text of the current element.
- bodyTexts - Variable in class org.apache.tomcat.util.digester.Digester
-
The stack of body text string buffers for surrounding elements.
- bodyTextStack - Variable in class org.apache.tomcat.util.digester.CallParamRule
-
Stack is used to allow nested body text to be processed.
- Boolean() - Method in class org.apache.el.parser.ELParser
-
- BooleanNode - Class in org.apache.el.parser
-
- BooleanNode(int) - Constructor for class org.apache.el.parser.BooleanNode
-
- booleanParameter(HttpServletRequest, String, boolean, boolean) - Method in class org.apache.catalina.manager.host.HostManagerServlet
-
Extract boolean value from checkbox with default.
- booleanValue(String) - Static method in class org.apache.jasper.compiler.JspUtil
-
Convert a String value to 'boolean'.
- Bootstrap - Class in org.apache.catalina.startup
-
Bootstrap loader for Catalina.
- Bootstrap() - Constructor for class org.apache.catalina.startup.Bootstrap
-
- borrowConnection(long, PooledConnection, String, String) - Method in class org.apache.tomcat.jdbc.pool.ConnectionPool
-
Validates and configures a previously idle connection
- borrowObject() - Method in class org.apache.tomcat.dbcp.pool2.BaseObjectPool
-
- borrowObject(K) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
-
- borrowObject(K, long) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericKeyedObjectPool
-
- borrowObject() - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
-
- borrowObject(long) - Method in class org.apache.tomcat.dbcp.pool2.impl.GenericObjectPool
-
- borrowObject() - Method in class org.apache.tomcat.dbcp.pool2.impl.SoftReferenceObjectPool
-
Borrow an object from the pool.
- borrowObject(K) - Method in interface org.apache.tomcat.dbcp.pool2.KeyedObjectPool
-
Obtains an instance from this pool for the specified key
.
- borrowObject() - Method in interface org.apache.tomcat.dbcp.pool2.ObjectPool
-
Obtains an instance from this pool.
- BOUNDARY_PREFIX - Static variable in class org.apache.tomcat.util.http.fileupload.MultipartStream
-
A byte sequence that precedes a boundary (CRLF--
).
- BracketSuffix() - Method in class org.apache.el.parser.ELParser
-
- breakdown() - Method in class org.apache.catalina.tribes.group.RpcChannel
-
- breakdown() - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
- breakKeepAliveLoop(SocketWrapper<S>) - Method in class org.apache.coyote.http11.AbstractHttp11Processor
-
Checks to see if the keep-alive loop should be broken, performing any
processing (e.g. sendfile handling) that may have an impact on whether
or not the keep-alive loop should be broken.
- breakKeepAliveLoop(SocketWrapper<Long>) - Method in class org.apache.coyote.http11.Http11AprProcessor
-
- breakKeepAliveLoop(SocketWrapper<Nio2Channel>) - Method in class org.apache.coyote.http11.Http11Nio2Processor
-
- breakKeepAliveLoop(SocketWrapper<NioChannel>) - Method in class org.apache.coyote.http11.Http11NioProcessor
-
- breakKeepAliveLoop(SocketWrapper<Socket>) - Method in class org.apache.coyote.http11.Http11Processor
-
- broadcast(ChannelMessage) - Method in class org.apache.catalina.tribes.membership.McastService
-
- broadcast(ChannelMessage) - Method in interface org.apache.catalina.tribes.MembershipService
-
Broadcasts a message to all members
- broadcast(int, boolean) - Method in class org.apache.catalina.tribes.tipis.AbstractReplicatedMap
-
Helper method to broadcast a message to all members in a channel
- broadcaster - Variable in class org.apache.catalina.core.StandardWrapper
-
The broadcaster that sends j2ee notifications.
- bToS(byte[]) - Static method in class org.apache.catalina.tribes.io.ChannelData
-
- bToS(byte[]) - Static method in class org.apache.catalina.tribes.membership.MemberImpl
-
- bToS(byte[], int) - Static method in class org.apache.catalina.tribes.membership.MemberImpl
-
- buf - Variable in class org.apache.catalina.ssi.ByteArrayServletOutputStream
-
Our buffer to hold the stream.
- buf - Variable in class org.apache.catalina.tribes.group.interceptors.NonBlockingCoordinator.CoordinationMessage
-
- buf - Variable in class org.apache.catalina.tribes.io.XByteBuffer
-
Variable to hold the data
- buf - Variable in class org.apache.coyote.ajp.AjpMessage
-
Fixed size buffer.
- buf - Variable in class org.apache.coyote.http11.AbstractInputBuffer
-
Pointer to the current read buffer.
- buf - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
-
Read bytes buffer.
- bufcolumn - Variable in class org.apache.el.parser.SimpleCharStream
-
- buffer - Variable in class org.apache.catalina.util.XMLWriter
-
Buffer.
- buffer - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
-
Next buffer in the pipeline.
- buffer - Variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
-
Next buffer in the pipeline.
- buffer - Variable in class org.apache.coyote.http11.filters.GzipOutputFilter
-
Next buffer in the pipeline.
- buffer - Variable in class org.apache.coyote.http11.filters.IdentityInputFilter
-
Next buffer in the pipeline.
- buffer - Variable in class org.apache.coyote.http11.filters.IdentityOutputFilter
-
Next buffer in the pipeline.
- buffer - Variable in class org.apache.el.parser.SimpleCharStream
-
- Buffer - Class in org.apache.tomcat.jni
-
Buffer
- Buffer() - Constructor for class org.apache.tomcat.jni.Buffer
-
- buffer(long) - Static method in class org.apache.tomcat.jni.Shm
-
Retrieve new ByteBuffer base address of the shared memory segment.
- BUFFER_SIZE - Static variable in class org.apache.catalina.servlets.DefaultServlet
-
Size of file transfer buffer in bytes.
- BUFFER_SIZE - Static variable in class org.apache.catalina.ssi.SSIExec
-
- buffered - Variable in class org.apache.catalina.ssi.SSIServlet
-
Should the output be buffered.
- BUFFERED_FILTER - Static variable in class org.apache.coyote.http11.Constants
-
Buffered filter (input)
- BufferedInputFilter - Class in org.apache.coyote.http11.filters
-
Input filter responsible for reading and buffering the request body, so that
it does not interfere with client SSL handshake messages.
- BufferedInputFilter() - Constructor for class org.apache.coyote.http11.filters.BufferedInputFilter
-
- bufferedWrites - Variable in class org.apache.coyote.http11.AbstractOutputBuffer
-
For "non-blocking" writes use an external set of buffers.
- bufferedWrites - Variable in class org.apache.coyote.http11.InternalNio2OutputBuffer
-
Used instead of the deque since it looks equivalent and simpler.
- bufferedWriteSize - Variable in class org.apache.coyote.http11.AbstractOutputBuffer
-
The max size of the buffered write buffer
- BufferPool - Class in org.apache.catalina.tribes.io
-
- bufferPool - Variable in class org.apache.tomcat.util.net.SocketProperties
-
NioChannel pool size for the endpoint,
this value is how many channels
-1 means unlimited cached, 0 means no cache
Default value is 500
- BufferPool.BufferPoolAPI - Interface in org.apache.catalina.tribes.io
-
- bufferPoolSize - Variable in class org.apache.tomcat.util.net.SocketProperties
-
Buffer pool size in bytes to be cached
-1 means unlimited, 0 means no cache
Default value is 100MB (1024*1024*100 bytes)
- bufferSize() - Method in class org.apache.catalina.tribes.io.ObjectReader
-
- bufHandler - Variable in class org.apache.tomcat.util.net.Nio2Channel
-
- bufHandler - Variable in class org.apache.tomcat.util.net.NioChannel
-
- bufline - Variable in class org.apache.el.parser.SimpleCharStream
-
- bufpos - Variable in class org.apache.el.parser.SimpleCharStream
-
Position in buffer.
- bufSize - Variable in class org.apache.catalina.tribes.io.XByteBuffer
-
Current length of data in the buffer
- bundle - Static variable in class org.apache.el.util.MessageFactory
-
- BYTE_STATE - Variable in class org.apache.catalina.connector.InputBuffer
-
- ByteArrayOutputStream - Class in org.apache.tomcat.util.http.fileupload
-
This class implements an output stream in which the data is
written into a byte array.
- ByteArrayOutputStream() - Constructor for class org.apache.tomcat.util.http.fileupload.ByteArrayOutputStream
-
Creates a new byte array output stream.
- ByteArrayOutputStream(int) - Constructor for class org.apache.tomcat.util.http.fileupload.ByteArrayOutputStream
-
Creates a new byte array output stream, with a buffer capacity of
the specified size, in bytes.
- ByteArrayServletOutputStream - Class in org.apache.catalina.ssi
-
Class that extends ServletOuputStream, used as a wrapper from within
SsiInclude
- ByteArrayServletOutputStream() - Constructor for class org.apache.catalina.ssi.ByteArrayServletOutputStream
-
Construct a new ServletOutputStream.
- byteArrayToLong(byte[]) - Static method in class org.apache.catalina.util.Conversions
-
- byteArrayToLong(byte[], int, int) - Static method in class org.apache.tomcat.websocket.WsFrameBase
-
- ByteBufferHolder - Class in org.apache.coyote
-
Simple wrapper for a
ByteBuffer
that remembers if the buffer has been
flipped or not.
- ByteBufferHolder(ByteBuffer, boolean) - Constructor for class org.apache.coyote.ByteBufferHolder
-
- ByteChunk - Class in org.apache.tomcat.util.buf
-
This class is used to represent a chunk of bytes, and
utilities to manipulate byte[].
- ByteChunk() - Constructor for class org.apache.tomcat.util.buf.ByteChunk
-
Creates a new, uninitialized ByteChunk object.
- ByteChunk(int) - Constructor for class org.apache.tomcat.util.buf.ByteChunk
-
- ByteChunk.ByteInputChannel - Interface in org.apache.tomcat.util.buf
-
Input interface, used when the buffer is empty
Same as java.nio.channel.ReadableByteChannel
- ByteChunk.ByteOutputChannel - Interface in org.apache.tomcat.util.buf
-
Same as java.nio.channel.WrittableByteChannel.
- byteCount - Variable in class org.apache.coyote.http11.AbstractOutputBuffer
-
Bytes written to client for the current request
- byteEnabled - Static variable in class org.apache.tomcat.util.buf.StringCache
-
Enabled ?
- ByteMessage - Class in org.apache.catalina.tribes
-
A byte message is not serialized and deserialized by the channel
instead it is sent as a byte array
By default Tribes uses java serialization when it receives an object
to be sent over the wire.
- ByteMessage() - Constructor for class org.apache.catalina.tribes.ByteMessage
-
Creates an empty byte message
Constructor also for deserialization
- ByteMessage(byte[]) - Constructor for class org.apache.catalina.tribes.ByteMessage
-
Creates a byte message wit h
- BYTES_PER_INT - Static variable in class org.apache.catalina.tribes.util.UUIDGenerator
-
- bytesWritten - Variable in class org.apache.coyote.ajp.AbstractAjpProcessor
-
Bytes written to client for the current request.
- 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) - 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.
- 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
-
- 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
- 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
-
- catalinaLoader - Variable in class org.apache.catalina.startup.Bootstrap
-
- 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.catalina.loader.ResourceEntry
-
Certificates (if the resource was loaded from a JAR).
- 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.
- certs - Variable in class org.apache.tomcat.jni.socket.HostInfo
-
Raw cert data (x.509 format).
- 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
-
Change the session ID of the current session to a new randomly generated
session ID.
- changeSessionId(Session, String) - Method in class org.apache.catalina.ha.session.DeltaManager
-
Change the session ID of the current session to a specified session ID.
- 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
-
Change the session ID of the current session to a new randomly generated
session ID.
- changeSessionId(Session, String) - Method in class org.apache.catalina.session.ManagerBase
-
Change the session ID of the current session to a specified session ID.
- 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.
- characterEncoding - Variable in class org.apache.coyote.Response
-
- 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
-
- 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.
- charsetSet - Variable in class org.apache.coyote.Response
-
Has the charset been explicitly set.
- 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(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 webapp, for use with stuff like management webapps.
- 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
-
- 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.
- 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.
- checkNPN(long, byte[]) - Static method in class org.apache.tomcat.jni.SSLExt
-
Higher level method, checking if the specified protocol has been
negotiated.
- 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
-
- 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(boolean) - 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
-
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.
- checkSenderDomain(SessionMessage, Member) - Method in class org.apache.catalina.ha.session.DeltaManager
-
Test that sender and local domain is the same
- 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
-
- 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
-
- children - Variable in class org.apache.juli.ClassLoaderLogManager.LogNode
-
- 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, 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_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
-
- ciphers - Static variable in interface org.apache.tomcat.util.net.SSLSupport
-
A mapping table to determine the number of effective bits in the key
when using a cipher suite containing the specified cipher name.
- 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
-
- 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
-
Remove all mappings from this map.
- 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.pool2.BaseObjectPool
-
Not supported in this base implementation.
- 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.SoftReferenceObjectPool
-
Clears any objects sitting idle in the pool.
- 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
-
- 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
-
Clear 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
-
- 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.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
-
- 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
-
Close the connection pool being maintained by this datasource.
- close() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.PerUserPoolDataSource
-
Close pool(s) being maintained by this datasource.
- close() - Method in class org.apache.tomcat.dbcp.dbcp2.datasources.SharedPoolDataSource
-
Close pool being maintained by this datasource.
- 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
-
- close() - Method in class org.apache.tomcat.dbcp.pool2.BaseObjectPool
-
Close 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
-
Close this pool, and free 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
-
Close this pool, and free any resources associated with it.
- 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() - Method in class org.apache.tomcat.jni.socket.AprSocket
-
- close(long) - Static method in class org.apache.tomcat.jni.Socket
-
Close a socket.
- CLOSE - Static variable in class org.apache.tomcat.spdy.SpdyConnection
-
- close() - Method in class org.apache.tomcat.spdy.SpdyConnection
-
- 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(long) - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
-
- 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 interface org.apache.tomcat.util.scan.Jar
-
Close any resources associated with this JAR.
- 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.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
-
- 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(AprSocket) - Method in interface org.apache.tomcat.jni.socket.AprSocketContext.BlockingPollHandler
-
Called just before the socket is destroyed
- closed() - Method in class org.apache.tomcat.spdy.SpdyFrame
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
Receive replicated SingleSignOnMessage form other cluster node.
- ClusterSingleSignOnListener(ClusterSingleSignOn) - 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
-
- codeBase - Variable in class org.apache.catalina.loader.ResourceEntry
-
URL of the codebase from where the object was loaded.
- 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(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(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(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(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(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
- 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 - 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
-
- commited - Variable in class org.apache.coyote.Response
-
Committed flag.
- 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
-
- commonLoader - Variable in class org.apache.catalina.startup.Bootstrap
-
- 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
-
- comparator - Variable in class org.apache.catalina.manager.util.ReverseComparator
-
- compare(Session, Session) - Method in class org.apache.catalina.manager.util.BaseSessionComparator
-
- compare(Session, Session) - Method in class org.apache.catalina.manager.util.ReverseComparator
-
- compare(Member, Member) - Method in class org.apache.catalina.tribes.group.AbsoluteOrder.AbsoluteComparator
-
- compare(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 9.0.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
- compression - Variable in class org.apache.tomcat.spdy.SpdyContext
-
- 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.
- 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
-
- 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.nio.PooledParallelSender
-
- connect() - Method in class org.apache.catalina.tribes.transport.PooledSender
-
- connect() - Method in class org.apache.catalina.webresources.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() - Method in class org.apache.tomcat.jni.socket.AprSocket
-
- 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.
- connectBlocking(AprSocket) - Method in class org.apache.tomcat.jni.socket.AprSocketContext
-
- connected - Variable in class org.apache.catalina.tribes.transport.nio.PooledParallelSender
-
- connected(AprSocket) - Method in interface org.apache.tomcat.jni.socket.AprSocketContext.NonBlockingPollHandler
-
Called after connection is established, in a thread pool.
- 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.
- connectionName - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
-
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.
- connectionPassword - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
-
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
- &nbs