A B C D E F G H I J K L M N O P Q R S T U V W X Z _

A

A - Static variable in class org.apache.coyote.ajp.Constants
'A'.
A - Static variable in class org.apache.coyote.http11.Constants
'A'.
ACK_BYTES - Static variable in class org.apache.coyote.ajp.Constants
 
ACK_BYTES - Static variable in class org.apache.coyote.http11.Constants
 
ACK_COMMAND - Static variable in class org.apache.catalina.cluster.tcp.TcpReplicationThread
 
ACTION_ACK - Static variable in class org.apache.coyote.ActionCode
 
ACTION_CLIENT_FLUSH - Static variable in class org.apache.coyote.ActionCode
A flush() operation originated by the client ( i.e. a flush() on the servlet output stream or writer, called by a servlet ).
ACTION_CLOSE - Static variable in class org.apache.coyote.ActionCode
 
ACTION_COMMIT - Static variable in class org.apache.coyote.ActionCode
 
ACTION_CUSTOM - Static variable in class org.apache.coyote.ActionCode
 
ACTION_NEW_REQUEST - Static variable in class org.apache.coyote.ActionCode
Chain for request creation.
ACTION_POST_REQUEST - Static variable in class org.apache.coyote.ActionCode
Hook called after request, but before recycling.
ACTION_REMOVE - Static variable in class org.apache.catalina.cluster.session.DeltaRequest
 
ACTION_REQ_HOST_ADDR_ATTRIBUTE - Static variable in class org.apache.coyote.ActionCode
Callback for lazy evaluation - extract the remote host infos (address, name, port) and local address.
ACTION_REQ_HOST_ATTRIBUTE - Static variable in class org.apache.coyote.ActionCode
Callback for lazy evaluation - extract the remote host address.
ACTION_REQ_LOCALPORT_ATTRIBUTE - Static variable in class org.apache.coyote.ActionCode
Callback for lazy evaluation - socket local port.
ACTION_REQ_LOCAL_ADDR_ATTRIBUTE - Static variable in class org.apache.coyote.ActionCode
Callback for lazy evaluation - local address.
ACTION_REQ_LOCAL_NAME_ATTRIBUTE - Static variable in class org.apache.coyote.ActionCode
Callback for lazy evaluation - local address.
ACTION_REQ_REMOTEPORT_ATTRIBUTE - Static variable in class org.apache.coyote.ActionCode
Callback for lazy evaluation - socket remote port.
ACTION_REQ_SET_BODY_REPLAY - Static variable in class org.apache.coyote.ActionCode
Callback for setting FORM auth body replay
ACTION_REQ_SSL_ATTRIBUTE - Static variable in class org.apache.coyote.ActionCode
Callback for lazy evaluation - extract the SSL-related attributes.
ACTION_REQ_SSL_CERTIFICATE - Static variable in class org.apache.coyote.ActionCode
Callback for lazy evaluation - extract the SSL-certificate (including forcing a re-handshake if necessary)
ACTION_RESET - Static variable in class org.apache.coyote.ActionCode
 
ACTION_SET - Static variable in class org.apache.catalina.cluster.session.DeltaRequest
 
ACTION_START - Static variable in class org.apache.coyote.ActionCode
 
ACTION_STOP - Static variable in class org.apache.coyote.ActionCode
 
ACTION_WEBAPP - Static variable in class org.apache.coyote.ActionCode
 
ADAPTER_NOTES - Static variable in class org.apache.catalina.connector.CoyoteAdapter
 
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_MAPPER_EVENT - Static variable in interface org.apache.catalina.Container
The ContainerEvent event type sent when a Mapper is added by addMapper().
ADD_SESSION - Static variable in class org.apache.catalina.cluster.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.
AFTER_DESTROY_EVENT - Static variable in class org.apache.catalina.InstanceEvent
The event indicating that the destroy() method has returned.
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_MANAGERREGISTER_EVENT - Static variable in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
AFTER_MANAGERUNREGISTER_EVENT - Static variable in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
AFTER_MEMBERREGISTER_EVENT - Static variable in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
AFTER_MEMBERUNREGISTER_EVENT - Static variable in class org.apache.catalina.cluster.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.
ALLOW_BACKSLASH - Static variable in class org.apache.catalina.connector.CoyoteAdapter
 
ALLOW_ENCODED_SLASH - Static variable in class org.apache.tomcat.util.buf.UDecoder
 
ALLOW_EQUALS_IN_VALUE - Static variable in class org.apache.tomcat.util.http.Cookies
If true, cookie values are allowed to contain an equals character without being quoted.
ALTERNATE_CONTENT_LENGTH - Static variable in class org.apache.naming.resources.ResourceAttributes
Content length.
ALTERNATE_CREATION_DATE - Static variable in class org.apache.naming.resources.ResourceAttributes
Creation date.
ALTERNATE_LAST_MODIFIED - Static variable in class org.apache.naming.resources.ResourceAttributes
Last modification date.
ALTERNATE_TYPE - Static variable in class org.apache.naming.resources.ResourceAttributes
Type.
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
ALWAYS_ADD_EXPIRES - Static variable in class org.apache.tomcat.util.http.ServerCookie
If set to false, we don't use the IE6/7 Max-Age/Expires work around
APPLICATION - Static variable in class org.apache.catalina.util.ManifestResource
 
ASYNC_MODE - Static variable in class org.apache.catalina.cluster.tcp.IDataSenderFactory
 
AUTH - Static variable in class org.apache.naming.ResourceRef
Auth address type.
AUTHENTICATE_BYTES - Static variable in class org.apache.catalina.authenticator.BasicAuthenticator
Authenticate bytes.
AUTH_ONLY_MODE - Static variable in class org.apache.catalina.realm.RealmBase.AllRolesMode
Allow any authenticated user
AbstractCatalinaTask - class org.apache.catalina.ant.AbstractCatalinaTask.
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
 
AbstractGroup - class org.apache.catalina.users.AbstractGroup.
Convenience base class for Group implementations.
AbstractGroup() - Constructor for class org.apache.catalina.users.AbstractGroup
 
AbstractObjectCreationFactory - class org.apache.tomcat.util.digester.AbstractObjectCreationFactory.
Abstract base class for ObjectCreationFactory implementations.
AbstractObjectCreationFactory() - Constructor for class org.apache.tomcat.util.digester.AbstractObjectCreationFactory
 
AbstractRole - class org.apache.catalina.users.AbstractRole.
Convenience base class for Role implementations.
AbstractRole() - Constructor for class org.apache.catalina.users.AbstractRole
 
AbstractRulesImpl - class org.apache.tomcat.util.digester.AbstractRulesImpl.
AbstractRuleImpl provides basic services for Rules implementations.
AbstractRulesImpl() - Constructor for class org.apache.tomcat.util.digester.AbstractRulesImpl
 
AbstractUser - class org.apache.catalina.users.AbstractUser.
Convenience base class for User implementations.
AbstractUser() - Constructor for class org.apache.catalina.users.AbstractUser
 
AcceptLanguage - class org.apache.tomcat.util.http.AcceptLanguage.
Util to process the "Accept-Language" header.
AcceptLanguage() - Constructor for class org.apache.tomcat.util.http.AcceptLanguage
 
AccessLogValve - class org.apache.catalina.valves.AccessLogValve.
Implementation of the Valve interface that generates a web server access log with the detailed line contents matching a configurable pattern.
AccessLogValve() - Constructor for class org.apache.catalina.valves.AccessLogValve
Construct a new instance of this class with default property values.
ActionCode - class org.apache.coyote.ActionCode.
Enumerated class containing the adapter event codes.
ActionHook - interface org.apache.coyote.ActionHook.
Action hook.
Adapter - interface org.apache.coyote.Adapter.
Adapter.
AjpAprProcessor - class org.apache.coyote.ajp.AjpAprProcessor.
Processes HTTP requests.
AjpAprProcessor(int, AprEndpoint) - Constructor for class org.apache.coyote.ajp.AjpAprProcessor
 
AjpAprProcessor.SocketInputBuffer - class org.apache.coyote.ajp.AjpAprProcessor.SocketInputBuffer.
This class is an input buffer which will read its data from an input stream.
AjpAprProcessor.SocketInputBuffer() - Constructor for class org.apache.coyote.ajp.AjpAprProcessor.SocketInputBuffer
 
AjpAprProcessor.SocketOutputBuffer - class org.apache.coyote.ajp.AjpAprProcessor.SocketOutputBuffer.
This class is an output buffer which will write data to an output stream.
AjpAprProcessor.SocketOutputBuffer() - Constructor for class org.apache.coyote.ajp.AjpAprProcessor.SocketOutputBuffer
 
AjpAprProtocol - class org.apache.coyote.ajp.AjpAprProtocol.
Abstract the protocol implementation, including threading, etc.
AjpAprProtocol() - Constructor for class org.apache.coyote.ajp.AjpAprProtocol
 
AjpAprProtocol.AjpConnectionHandler - class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler.
 
AjpAprProtocol.AjpConnectionHandler(AjpAprProtocol) - Constructor for class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
 
AjpConstants - class org.apache.jk.common.AjpConstants.
Common class for the AJP Protocol values
AjpConstants() - Constructor for class org.apache.jk.common.AjpConstants
 
AjpMessage - class org.apache.coyote.ajp.AjpMessage.
A single packet for communication between the web server and the container.
AjpMessage(int) - Constructor for class org.apache.coyote.ajp.AjpMessage
 
ApacheConfig - class org.apache.jk.config.ApacheConfig.
Generates automatic apache mod_jk configurations based on the Tomcat server.xml settings and the war contexts initialized during startup.
ApacheConfig() - Constructor for class org.apache.jk.config.ApacheConfig
 
ApplicationContext - class org.apache.catalina.core.ApplicationContext.
Standard implementation of ServletContext that represents a web application's execution environment.
ApplicationContext(String, StandardContext) - Constructor for class org.apache.catalina.core.ApplicationContext
Construct a new instance of this class, associated with the specified Context instance.
ApplicationContextFacade - class org.apache.catalina.core.ApplicationContextFacade.
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
 
ApplicationFilterFactory - class org.apache.catalina.core.ApplicationFilterFactory.
Factory for the creation and caching of Filters and creationg of Filter Chains.
ApplicationParameter - class org.apache.catalina.deploy.ApplicationParameter.
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.catalina.deploy.ApplicationParameter
 
ApplicationWebXml - Static variable in class org.apache.catalina.startup.Constants
 
AprEndpoint - class org.apache.tomcat.util.net.AprEndpoint.
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 org.apache.tomcat.util.net.AprEndpoint.Acceptor.
Server socket acceptor thread.
AprEndpoint.Acceptor() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.Acceptor
 
AprEndpoint.Handler - interface org.apache.tomcat.util.net.AprEndpoint.Handler.
Bare bones interface used for socket processing.
AprEndpoint.Poller - class org.apache.tomcat.util.net.AprEndpoint.Poller.
Poller class.
AprEndpoint.Poller() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.Poller
 
AprEndpoint.Sendfile - class org.apache.tomcat.util.net.AprEndpoint.Sendfile.
Sendfile class.
AprEndpoint.Sendfile() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
AprEndpoint.SendfileData - class org.apache.tomcat.util.net.AprEndpoint.SendfileData.
SendfileData class.
AprEndpoint.SendfileData() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
AprEndpoint.Worker - class org.apache.tomcat.util.net.AprEndpoint.Worker.
Server processor class.
AprEndpoint.Worker() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.Worker
 
AprEndpoint.WorkerStack - class org.apache.tomcat.util.net.AprEndpoint.WorkerStack.
 
AprEndpoint.WorkerStack(int) - Constructor for class org.apache.tomcat.util.net.AprEndpoint.WorkerStack
 
AprLifecycleListener - class org.apache.catalina.core.AprLifecycleListener.
Implementation of LifecycleListener that will init and and destroy APR.
AprLifecycleListener() - Constructor for class org.apache.catalina.core.AprLifecycleListener
 
Arg - class org.apache.catalina.ant.jmx.Arg.
 
Arg() - Constructor for class org.apache.catalina.ant.jmx.Arg
 
ArrayStack - class org.apache.tomcat.util.digester.ArrayStack.
Imported copy of the ArrayStack class from Commons Collections, which was the only direct dependency from Digester.
ArrayStack() - Constructor for class org.apache.tomcat.util.digester.ArrayStack
Constructs a new empty ArrayStack.
ArrayStack(int) - Constructor for class org.apache.tomcat.util.digester.ArrayStack
Constructs a new empty ArrayStack with an initial size.
Ascii - class org.apache.tomcat.util.buf.Ascii.
This class implements some basic ASCII character handling functions.
Ascii() - Constructor for class org.apache.tomcat.util.buf.Ascii
 
AsyncSocketSender - class org.apache.catalina.cluster.tcp.AsyncSocketSender.
Send cluster messages from a Message queue with only one socket.
AsyncSocketSender(String, InetAddress, int) - Constructor for class org.apache.catalina.cluster.tcp.AsyncSocketSender
start background thread to push incomming cluster messages to replication node
Authenticator - interface org.apache.catalina.Authenticator.
An Authenticator is a component (usually a Valve or Container) that provides some sort of authentication service.
AuthenticatorBase - class org.apache.catalina.authenticator.AuthenticatorBase.
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
 
a - Static variable in class org.apache.coyote.ajp.Constants
'a'.
a - Static variable in class org.apache.coyote.http11.Constants
'a'.
abort() - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
Phase 2 of authenticating a Subject when Phase 1 fails.
abortRemove() - Method in class org.apache.catalina.cluster.util.SingleRemoveSynchronizedAddLock
Abort any polling remover thread
absoluteBase - Variable in class org.apache.naming.resources.FileDirContext
Absolute normalized filename of the base.
accept(ClusterMessage) - Method in interface org.apache.catalina.cluster.MessageListener
 
accept(ClusterMessage) - Method in class org.apache.catalina.cluster.authenticator.ClusterSingleSignOnListener
Accept only SingleSignOnMessage
accept(ClusterMessage) - Method in class org.apache.catalina.cluster.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.cluster.deploy.WarWatcher.WarFilter
 
accept(ClusterMessage) - Method in class org.apache.catalina.cluster.session.ClusterListener
Accept only SessionIDMessages
accept(ClusterMessage) - Method in class org.apache.catalina.cluster.session.ClusterSessionListener
Accept only SessionMessage
accept(ClusterMessage) - Method in class org.apache.catalina.cluster.session.JvmRouteSessionIDBinderListener
Accept only SessionIDMessages
accept(MsgContext) - Method in class org.apache.jk.common.ChannelNioSocket
 
accept(MsgContext) - Method in class org.apache.jk.common.ChannelSocket
 
acceptSocket(ServerSocket) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
Wrapper function for accept().
acceptSocket(ServerSocket) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
acceptSocket(ServerSocket) - Method in class org.apache.tomcat.util.net.puretls.PureTLSSocketFactory
 
acceptorThreadCount - Variable in class org.apache.tomcat.util.net.AprEndpoint
Acceptor thread count.
access() - Method in interface org.apache.catalina.Session
Update the accessed time information for this session.
access() - Method in class org.apache.catalina.cluster.session.DeltaSession
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.
accessCount - Variable in class org.apache.catalina.cluster.session.DeltaSession
The access count for this session
accessCount - Variable in class org.apache.catalina.session.StandardSession
The access count for this session.
accessCount - Variable in class org.apache.naming.resources.CacheEntry
 
accessCount - Variable in class org.apache.naming.resources.ResourceCache
Number of accesses to the cache.
accessCount - Static variable in class org.apache.tomcat.util.buf.StringCache
Access count.
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.JMXAccessorCondition
Get value from MBeans attribute
accessJMXValue() - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
accessed() - Method in class org.apache.catalina.cluster.mcast.McastMembership.MbrEntry
Indicate that this member has been accessed.
accessed - Variable in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
 
acknowledge() - Method in class org.apache.coyote.Response
 
action(ActionCode, Object) - Method in interface org.apache.coyote.ActionHook
Send an action to the connector.
action(ActionCode, Object) - Method in class org.apache.coyote.Request
 
action(ActionCode, Object) - Method in class org.apache.coyote.Response
 
action(ActionCode, Object) - Method in class org.apache.coyote.ajp.AjpAprProcessor
Send an action to the connector.
action(ActionCode, Object) - Method in class org.apache.coyote.http11.Http11AprProcessor
Send an action to the connector.
action(ActionCode, Object) - Method in class org.apache.coyote.http11.Http11Processor
Send an action to the connector.
action(ActionCode, Object) - Method in class org.apache.jk.core.MsgContext
 
activate() - Method in class org.apache.catalina.session.StandardSession
Perform internal processing required to activate this session.
activeFilters - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Active filters (in order).
activeFilters - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Active filter (which is actually the top of the pipeline).
activeFilters - Variable in class org.apache.coyote.http11.InternalInputBuffer
Active filters (in order).
activeFilters - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Active filter (which is actually the top of the pipeline).
adapter - Variable in class org.apache.catalina.connector.Connector
Coyote adapter.
adapter - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Associated adapter.
adapter - Variable in class org.apache.coyote.http11.Http11AprProcessor
Associated adapter.
adapter - Variable in class org.apache.coyote.http11.Http11Processor
Associated adapter.
adapter - Variable in class org.apache.coyote.memory.MemoryProtocolHandler
Associated adapter.
add(Session) - Method in interface org.apache.catalina.Manager
Add this Session to the set of active Sessions for this Manager.
add(Member) - Method in interface org.apache.catalina.cluster.ClusterSender
 
add(Member) - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
add new cluster member and create sender ( s. replicationMode) transfer current properties to sender
add(String, Object) - Method in class org.apache.catalina.cluster.util.FastQueue
Add new data to the queue
add(String, Object) - Method in interface org.apache.catalina.cluster.util.IQueue
 
add(SmartQueue.SmartEntry) - Method in class org.apache.catalina.cluster.util.SmartQueue
Add an object to the queue
add(Session) - Method in class org.apache.catalina.session.ManagerBase
Add this Session to the set of active Sessions for this Manager.
add(Object) - Method in class org.apache.catalina.util.ResourceSet
Add the specified element to this set if it is not already present.
add(String, Rule) - Method in class org.apache.tomcat.util.digester.AbstractRulesImpl
Registers a new Rule instance matching the specified pattern.
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(String, Rule) - Method in class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
Adds a Rule to be fired on given pattern.
add(long) - 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.
addAction(int, int, String, Object) - Method in class org.apache.catalina.cluster.session.DeltaRequest
 
addActiveFilter(InputFilter) - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Add an input filter to the filter library.
addActiveFilter(OutputFilter) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Add an output filter to the filter library.
addActiveFilter(InputFilter) - Method in class org.apache.coyote.http11.InternalInputBuffer
Add an input filter to the filter library.
addActiveFilter(OutputFilter) - Method in class org.apache.coyote.http11.InternalOutputBuffer
Add an output filter to the filter library.
addAlias(String) - Method in interface org.apache.catalina.Host
Add an alias name that should be mapped to this same Host.
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 class org.apache.catalina.mbeans.StandardHostMBean
Add an alias name that should be mapped to this Host
addAlias(String, String) - Method in class org.apache.tomcat.util.digester.SetPropertiesRule
Add an additional attribute name to property name mapping.
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.TldConfig
 
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.
addArg(Arg) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
 
addArg(Arg) - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
 
addArg(Arg) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
 
addAuthRole(String) - Method in class org.apache.catalina.deploy.SecurityConstraint
Add an authorization role, which is a role name that will be permitted access to the resources protected by this security constraint.
addAuthenticator(Authenticator, String) - Method in class org.apache.catalina.startup.Embedded
 
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.
addCallMethod(String, String, int, String[]) - Method in class org.apache.tomcat.util.digester.Digester
Add an "call method" rule for the specified parameters.
addCallMethod(String, String, int, Class[]) - 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.
addCallParam(String, int, String) - Method in class org.apache.tomcat.util.digester.Digester
Add a "call parameter" rule for the specified parameters.
addCallParam(String, int, boolean) - Method in class org.apache.tomcat.util.digester.Digester
Add a "call parameter" rule.
addCallParam(String, int, int) - Method in class org.apache.tomcat.util.digester.Digester
Add a "call parameter" rule that sets a parameter from the stack.
addCallParamPath(String, int) - Method in class org.apache.tomcat.util.digester.Digester
Add a "call parameter" rule that sets a parameter from the current Digester matching path.
addCallback(ThreadPoolRunnable, int) - Method in class org.apache.tomcat.util.threads.Reaper
 
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(WARDirContext.Entry) - Method in class org.apache.naming.resources.WARDirContext.Entry
 
addClusterListener(MessageListener) - Method in interface org.apache.catalina.cluster.CatalinaCluster
 
addClusterListener(MessageListener) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
add cluster message listener and register cluster to this listener
addCollection(SecurityCollection) - Method in class org.apache.catalina.deploy.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.Http11AprProcessor
Add a mime-type which will be compressable The mime-type String will be exactly matched in the response mime-type header .
addCompressableMimeType(String) - Method in class org.apache.coyote.http11.Http11Processor
Add a mime-type which will be compressable The mime-type String will be exactly matched in the response mime-type header .
addConfiguredRedirector(RedirectorElement) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Add a RedirectorElement to this task.
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.
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(Connector) - Method in class org.apache.catalina.startup.Embedded
Add a new Connector to the set of defined Connectors.
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.
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.
addContentType(String, String) - Method in class org.apache.tomcat.util.http.MimeMap
 
addContext(String, String, Object, String[], Context) - Method in class org.apache.tomcat.util.http.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(Cookie) - Method in class org.apache.catalina.core.DummyRequest
 
addCookie(Cookie) - Method in class org.apache.catalina.core.DummyResponse
 
addCookie() - Method in class org.apache.tomcat.util.http.Cookies
Register a new, unitialized cookie.
addCookieInternal(Cookie, boolean) - Method in class org.apache.catalina.connector.Response
Add the specified Cookie to those that will be included with this Response.
addCount - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
 
addCount - Variable in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
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.core.DummyResponse
 
addDateHeader(String, long) - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
 
addDefault(Rule) - Method in class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
Adds a rule to be fired when wrapped implementation returns no matches
addDefaultMapper(String) - Method in class org.apache.catalina.core.StandardWrapper
Add a default Mapper implementation if none have been configured explicitly.
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.NamingResources
Add an EJB resource reference for this web application.
addEngine(Engine) - Method in class org.apache.catalina.startup.Embedded
Add a new Engine to the set of defined Engines.
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.NamingResources
Add an environment entry for this web application.
addEnvironment(String, String) - Method in class org.apache.catalina.mbeans.DefaultContextMBean
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(String, String) - Method in class org.apache.catalina.mbeans.StandardContextMBean
Add an environment entry for this web application.
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.
addExtensionMapping(String, String, PrintWriter) - Method in class org.apache.jk.config.ApacheConfig
Add an Apache extension mapping.
addExtensionMapping(String, String, PrintWriter) - Method in class org.apache.jk.config.BaseJkConfig
Add an extension mapping.
addFactoryCreate(String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, Class) - Method in class org.apache.tomcat.util.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, Class, String) - Method in class org.apache.tomcat.util.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, ObjectCreationFactory) - Method in class org.apache.tomcat.util.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, String, boolean) - Method in class org.apache.tomcat.util.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, Class, boolean) - Method in class org.apache.tomcat.util.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, String, String, boolean) - Method in class org.apache.tomcat.util.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, Class, String, boolean) - Method in class org.apache.tomcat.util.digester.Digester
Add a "factory create" rule for the specified parameters.
addFactoryCreate(String, ObjectCreationFactory, boolean) - Method in class org.apache.tomcat.util.digester.Digester
Add a "factory create" rule for the specified parameters.
addField() - Method in class org.apache.tomcat.util.collections.MultiMap
Create a new, unitialized entry.
addFilter(String) - Method in class org.apache.coyote.http11.Http11AprProcessor
Add input or output filter.
addFilter(String) - Method in class org.apache.coyote.http11.Http11Processor
Add input or output filter.
addFilter(InputFilter) - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Add an input filter to the filter library.
addFilter(OutputFilter) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Add an output filter to the filter library.
addFilter(InputFilter) - Method in class org.apache.coyote.http11.InternalInputBuffer
Add an input filter to the filter library.
addFilter(OutputFilter) - Method in class org.apache.coyote.http11.InternalOutputBuffer
Add an output filter to the filter library.
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.
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.
addGroup(Group) - Method in interface org.apache.catalina.User
Add a new Group to those this user belongs to.
addGroup(String) - Method in class org.apache.catalina.mbeans.UserMBean
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(String, JkHandler) - Method in class org.apache.jk.core.WorkerEnv
 
addHandlerCallback(JkHandler) - Method in class org.apache.jk.common.JkMX
 
addHandlerCallback(JkHandler) - Method in class org.apache.jk.core.JkHandler
Experimental, will be replaced.
addHeader(String, String) - Method in class org.apache.catalina.authenticator.SavedRequest
 
addHeader(String, String) - Method in class org.apache.catalina.connector.Request
Add a Header to the set of Headers associated with this Request.
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.core.DummyRequest
 
addHeader(String, String) - Method in class org.apache.catalina.core.DummyResponse
 
addHeader(String, String) - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
 
addHeader(String, String) - Method in class org.apache.coyote.Response
 
addHost(String, String[], Object) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Add a new host to the mapper.
addHostAlias(String, String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Add an alias to an existing host.
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.catalina.core.StandardWrapper
Add a new servlet initialization parameter for this servlet.
addInitParameter(String, String) - Method in class org.apache.catalina.deploy.FilterDef
Add an initialization parameter to the set of parameters associated with this filter.
addInputFilter(InputFilter[], String) - Method in class org.apache.coyote.http11.Http11AprProcessor
Add an input filter to the current request.
addInputFilter(InputFilter[], String) - Method in class org.apache.coyote.http11.Http11Processor
Add an input filter to the current request.
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(InstanceListener) - Method in interface org.apache.catalina.Wrapper
Add a new listener interested in InstanceEvents.
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(InstanceListener) - Method in class org.apache.catalina.util.InstanceSupport
Add a lifecycle event listener to this component.
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
 
addIntHeader(String, int) - Method in class org.apache.catalina.core.DummyResponse
 
addJarsFromClassPath(Vector, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Add elements from the classpath cp to a Vector jars as file URLs (We use Vector for JDK 1.1 compat).
addJspMapping(String) - Method in interface org.apache.catalina.Context
Add the given URL pattern as a jsp-property-group.
addJspMapping(String) - Method in class org.apache.catalina.core.StandardContext
Add the given URL pattern as a jsp-property-group.
addLifecycleListener(LifecycleListener) - Method in interface org.apache.catalina.Lifecycle
Add a LifecycleEvent listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.authenticator.SingleSignOn
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.cluster.session.DeltaManager
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.cluster.session.JvmRouteBinderValve
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.connector.Connector
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.ContainerBase
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.StandardPipeline
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.StandardServer
Add a LifecycleEvent listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.StandardService
Add a LifecycleEvent listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.loader.WebappClassLoader
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.loader.WebappLoader
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.realm.RealmBase
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.session.PersistentManagerBase
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.session.StandardManager
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.session.StoreBase
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.startup.Embedded
Add a lifecycle event 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.AccessLogValve
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Adds a Lifecycle listener.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.RequestFilterValve
Add a lifecycle event listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.SemaphoreValve
Add a lifecycle event listener to this component.
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.NamingResources
Add a local EJB resource reference for this web application.
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.
addLocale(Locale) - Method in class org.apache.catalina.core.DummyRequest
 
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)
addManagedObject(TimeStamp) - Method in class org.apache.tomcat.util.threads.Expirer
 
addManager(String, Manager) - Method in interface org.apache.catalina.cluster.CatalinaCluster
 
addManager(String, Manager) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
add an application to cluster replication bus
addMapping(String) - Method in interface org.apache.catalina.Wrapper
Add a mapping associated with the Wrapper.
addMapping(String) - Method in class org.apache.catalina.core.StandardWrapper
Add a mapping associated with the Wrapper.
addMapping(String, PrintWriter) - Method in class org.apache.jk.config.ApacheConfig
Add a fulling specified Appache mapping.
addMapping(String, String, PrintWriter) - Method in class org.apache.jk.config.ApacheConfig
Add a partially specified Appache mapping.
addMapping(String, PrintWriter) - Method in class org.apache.jk.config.BaseJkConfig
Add a fulling specified mapping.
addMapping(String, String, PrintWriter) - Method in class org.apache.jk.config.IISConfig
Add an IIS extension mapping.
addMapping(String, PrintWriter) - Method in class org.apache.jk.config.IISConfig
Add a fulling specified IIS mapping.
addMapping(String, String, PrintWriter) - Method in class org.apache.jk.config.NSConfig
Add a Netscape extension mapping.
addMapping(String, PrintWriter) - Method in class org.apache.jk.config.NSConfig
Add a fulling specified Netscape mapping.
addMcastMember(McastMember) - Method in class org.apache.catalina.cluster.mcast.McastMembership
Add a member to this component and sort array with memberComparator
addMembershipListener(MembershipListener) - Method in interface org.apache.catalina.cluster.MembershipService
Sets the membership listener, only one listener can be added.
addMembershipListener(MembershipListener) - Method in class org.apache.catalina.cluster.mcast.McastService
Add a membership listener, this version only supports one listener per service, so calling this method twice will result in only the second listener being active.
addMessageDestination(MessageDestination) - Method in class org.apache.catalina.core.StandardContext
Add a message destination for this web application.
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.NamingResources
Add a message destination reference for this web application.
addMethod(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Add an HTTP request method to be 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.
addNoCompressionUserAgent(String) - Method in class org.apache.coyote.http11.Http11AprProcessor
Add user-agent for which gzip compression didn't works The user agent String given will be exactly matched to the user-agent header submitted by the client.
addNoCompressionUserAgent(String) - Method in class org.apache.coyote.http11.Http11Processor
Add user-agent for which gzip compression didn't works The user agent String given will be exactly matched to the user-agent header submitted by the client.
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.jk.common.ChannelNioSocket
 
addNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.jk.common.ChannelSocket
 
addObjectCreate(String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add an "object create" rule for the specified parameters.
addObjectCreate(String, Class) - 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.
addObjectCreate(String, String, Class) - Method in class org.apache.tomcat.util.digester.Digester
Add an "object create" rule for the specified parameters.
addObjectParam(String, int, Object) - Method in class org.apache.tomcat.util.digester.Digester
Add a "call parameter" rule that sets a parameter from a caller-provided object.
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.authenticator.SavedRequest
 
addParameter(String, String[]) - Method in class org.apache.catalina.connector.Request
Add a parameter name and corresponding set of values to this Request.
addParameter(String, String[]) - Method in class org.apache.catalina.core.DummyRequest
 
addParameter(String, String) - Method in class org.apache.catalina.core.StandardContext
Add a new context initialization parameter.
addParameterValues(String, String[]) - Method in class org.apache.tomcat.util.http.Parameters
 
addPattern(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Add a URL pattern to be part of this web resource collection.
addPermission(String) - Method in class org.apache.catalina.loader.WebappClassLoader
If there is a Java SecurityManager create a read FilePermission or JndiPermission for the file directory path.
addPermission(URL) - Method in class org.apache.catalina.loader.WebappClassLoader
If there is a Java SecurityManager create a read FilePermission or JndiPermission for URL.
addPermission(Permission) - Method in class org.apache.catalina.loader.WebappClassLoader
If there is a Java SecurityManager create a Permission.
addProcessingStats(long) - Method in class org.apache.catalina.cluster.tcp.DataSender
Add processing stats times
addProcessingStats(long) - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
Add processing stats times
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Container
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 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 interface org.apache.catalina.Store
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.NamingResources
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 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.
addReceivedProcessingStats(long) - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
Add receiver processing stats times
addRepository(String) - Method in interface org.apache.catalina.Loader
Add a new repository to the set of repositories for this class loader.
addRepository(String) - Method in interface org.apache.catalina.loader.Reloader
Add a new repository to the set of places this ClassLoader can look for classes to be loaded.
addRepository(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Add a new repository to the set of places this ClassLoader can look for classes to be loaded.
addRepository(String) - Method in class org.apache.catalina.loader.WebappLoader
Add a new repository to the set of repositories for this class loader.
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.NamingResources
Add a resource reference for this web application.
addResource(String, String) - Method in class org.apache.catalina.mbeans.DefaultContextMBean
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(String, String) - Method in class org.apache.catalina.mbeans.StandardContextMBean
Add a resource reference for this web application.
addResourceEnvRef(ContextResourceEnvRef) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified resources in the naming context.
addResourceEnvRef(ContextResourceEnvRef) - Method in class org.apache.catalina.deploy.NamingResources
Add a resource environment reference for this web application.
addResourceLink(ContextResourceLink) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified resource link in the naming context.
addResourceLink(ContextResourceLink) - Method in class org.apache.catalina.deploy.NamingResources
Add a resource link for this web application.
addResourceLink(String, String, String, String) - Method in class org.apache.catalina.mbeans.DefaultContextMBean
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(String, String, String, String) - Method in class org.apache.catalina.mbeans.StandardContextMBean
Add a resource link for this web application.
addRestrictedUserAgent(String) - Method in class org.apache.coyote.http11.Http11AprProcessor
Add restricted user-agent (which will downgrade the connector to HTTP/1.0 mode).
addRestrictedUserAgent(String) - Method in class org.apache.coyote.http11.Http11Processor
Add restricted user-agent (which will downgrade the connector to HTTP/1.0 mode).
addRole(Role) - Method in interface org.apache.catalina.Group
Add a new Role to those assigned specifically to this group.
addRole(Role) - Method in interface org.apache.catalina.User
Add a Role to those assigned specifically to this user.
addRole(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(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.
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.cluster.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.ClusterRuleSetFactory.DefaultClusterRuleSet
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.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.TldRuleSet
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.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.Poller
 
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
 
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.
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.
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.
addService(Service) - Method in interface org.apache.catalina.Server
Add a new Service to the set of defined Services.
addService(Service) - Method in class org.apache.catalina.core.StandardServer
Add a new Service to the set of defined Services.
addServiced(String) - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
Invoke the check method on the deployer.
addServiced(String) - Method in class org.apache.catalina.startup.HostConfig
Add a serviced application to the list.
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) - 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.
addSession(SingleSignOn, Session) - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Adds a Session to the list of those associated with this SSO.
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.cluster.session.DeltaSession
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.
addSetNext(String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add a "set next" rule for the specified parameters.
addSetNext(String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add a "set next" rule for the specified parameters.
addSetProperties(String) - Method in class org.apache.tomcat.util.digester.Digester
Add a "set properties" rule for the specified parameters.
addSetProperties(String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add a "set properties" rule with a single overridden parameter.
addSetProperties(String, String[], String[]) - Method in class org.apache.tomcat.util.digester.Digester
Add a "set properties" rule with overridden parameters.
addSetProperty(String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add a "set property" rule for the specified parameters.
addSetRoot(String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add SetRootRule with the specified parameters.
addSetRoot(String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add SetRootRule with the specified parameters.
addSetTop(String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add a "set top" rule for the specified parameters.
addSetTop(String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
Add a "set top" rule for the specified parameters.
addStats(int) - Method in class org.apache.catalina.cluster.tcp.DataSender
Add statistic for this socket instance
addStats(int) - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
calc number of requests and transfered bytes.
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.
addTaglib(String, String) - Method in interface org.apache.catalina.Context
Add a JSP tag library for the specified URI.
addTaglib(String, String) - Method in class org.apache.catalina.core.StandardContext
Add a JSP tag library for the specified URI.
addText(String) - Method in class org.apache.catalina.ant.jmx.Arg
 
addThread(Thread, ThreadPool.ControlRunnable) - Method in class org.apache.tomcat.util.threads.ThreadPool
 
addThreadPoolListener(ThreadPool.ThreadPoolListener) - Method in class org.apache.tomcat.util.threads.ThreadPool
 
addToClassPath(Vector, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Add all the jar files in a dir to the classpath, represented as a Vector of URLs.
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.
addToEnvironment(String, Object) - Method in class org.apache.naming.resources.BaseDirContext
Adds a new environment property to the environment of this context.
addToEnvironment(String, Object) - Method in class org.apache.naming.resources.ProxyDirContext
Adds a new environment property to the environment of this context.
addToolsJar(Vector) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
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.WebappClassLoader
Add the specified URL to the classloader.
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[].
addValue(char[], int, int) - Method in class org.apache.tomcat.util.http.MimeHeaders
Create a new named header using translated char[].
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 interface org.apache.catalina.cluster.CatalinaCluster
 
addValve(Valve) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
Add cluster valve Cluster Valves are only add to container when cluster is started!
addValve(Valve) - Method in class org.apache.catalina.core.ContainerBase
Add a new Valve to the end of the pipeline associated with this Container.
addValve(Valve) - Method in class org.apache.catalina.core.StandardPipeline
Add a new Valve to the end of the pipeline associated with this Container.
addVariableNames(Collection) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
Adds any external variables to the variableNames collection.
addVariableNames(Collection) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
addWaitAckStats(long) - Method in class org.apache.catalina.cluster.tcp.DataSender
Add waitAck stats times
addWarInfo(File) - Method in class org.apache.catalina.cluster.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.
addWatchedResources(HostConfig.DeployedApplication, String, Context) - Method in class org.apache.catalina.startup.HostConfig
Add watched resources to the specified Context.
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.
addWrapper(String, String, String, Object) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Add a new Wrapper to an existing Context.
addWrapper(String, String, String, Object, boolean) - Method in class org.apache.tomcat.util.http.mapper.Mapper
 
addWrapper(String, Object) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Add a wrapper to the context associated with this wrapper.
addWrapper(String, Object, boolean) - Method in class org.apache.tomcat.util.http.mapper.Mapper
 
addWrapper(Mapper.Context, String, Object) - Method in class org.apache.tomcat.util.http.mapper.Mapper
 
addWrapper(Mapper.Context, String, Object, boolean) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Adds a wrapper to the given context.
addWrapperLifecycle(String) - Method in interface org.apache.catalina.Context
Add the classname of a LifecycleListener to be added to each Wrapper appended to this Context.
addWrapperLifecycle(String) - Method in class org.apache.catalina.core.StandardContext
Add the classname of a LifecycleListener to be added to each Wrapper appended to this Context.
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.
address - Variable in class org.apache.catalina.cluster.mcast.McastServiceImpl
The multicast address
address - Variable in class org.apache.tomcat.util.net.AprEndpoint
Address for the server socket.
adjustLimits() - Method in class org.apache.tomcat.util.threads.ThreadPool
 
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
Advance the current parsing position by one, if we are not already past the end of the string.
algorithm - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
The message digest algorithm to be used when generating session identifiers.
algorithm - Variable in class org.apache.catalina.session.ManagerBase
The message digest algorithm to be used when generating session identifiers.
allPermission - Variable in class org.apache.catalina.loader.WebappClassLoader
All permission.
allRolesMode - Variable in class org.apache.catalina.realm.RealmBase
The all role mode.
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.catalina.core.StandardWrapper
Allocate an initialized instance of this Servlet that is ready to have its service() method called.
allocate() - Method in class org.apache.naming.resources.BaseDirContext
Allocate resources for this directory context.
allocate(int) - Method in class org.apache.naming.resources.ResourceCache
 
allocate(int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
allocate(int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
allocatePoller(int, long, int) - Method in class org.apache.tomcat.util.net.AprEndpoint
Allocate a new poller of the specified size.
allow - Variable in class org.apache.catalina.valves.RequestFilterValve
The comma-delimited set of allow expressions.
allowLinking - Variable in class org.apache.catalina.core.StandardContext
Allow linking.
allowLinking - Variable in class org.apache.naming.resources.FileDirContext
Allow linking.
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.
allows - Variable in class org.apache.catalina.valves.RequestFilterValve
The set of allow regular expressions we will evaluate.
alreadyQuoted(String) - Static method in class org.apache.tomcat.util.http.ServerCookie
 
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.
antiLocking() - Method in class org.apache.catalina.startup.ContextConfig
 
appBase - Variable in class org.apache.catalina.cluster.deploy.FarmWarDeployer
The host appBase.
appBase - Variable in class org.apache.catalina.startup.HostConfig
App base.
appBase() - Method in class org.apache.catalina.startup.HostConfig
Return a File object representing the "application root" directory for our associated Host.
appCommitted - Variable in class org.apache.catalina.connector.Response
The application commit flag.
appName - Variable in class org.apache.catalina.realm.JAASRealm
The application name passed to the JAAS LoginContext, which uses it to select the set of relevant LoginModules.
append(byte[], int, int) - Method in class org.apache.catalina.cluster.io.ObjectReader
Append new bytes to buffer.
append(byte[], int, int) - Method in class org.apache.catalina.cluster.io.SocketObjectReader
Append new bytes to buffer.
append(byte[], int, int) - Method in class org.apache.catalina.cluster.io.XByteBuffer
Appends the data to the buffer.
append(LinkObject) - Method in class org.apache.catalina.cluster.util.LinkObject
Set the next element.
append - Variable in class org.apache.jk.config.BaseJkConfig
 
append(char) - Method in class org.apache.tomcat.util.buf.ByteChunk
Append a char, by casting it to byte.
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(StringBuffer) - Method in class org.apache.tomcat.util.buf.CharChunk
Add data to the buffer
append(String) - Method in class org.apache.tomcat.util.buf.CharChunk
Append a string to the buffer
append(String, int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
Append a string to the buffer
appendByte(int) - Method in class org.apache.coyote.ajp.AjpMessage
Append a byte (1 byte) to the message.
appendByte(int) - Method in class org.apache.jk.common.MsgAjp
 
appendByte(int) - Method in class org.apache.jk.core.Msg
 
appendByteChunk(ByteChunk) - Method in class org.apache.coyote.ajp.AjpMessage
Write a ByteChunk out at the current write position.
appendByteChunk(ByteChunk) - Method in class org.apache.jk.common.MsgAjp
 
appendByteChunk(ByteChunk) - Method in class org.apache.jk.core.Msg
 
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.
appendBytes(MessageBytes) - Method in class org.apache.jk.common.MsgAjp
Write a String out at the current write position.
appendBytes(byte[], int, int) - Method in class org.apache.jk.common.MsgAjp
Copy a chunk of bytes into the packet, starting at the current write position.
appendBytes(MessageBytes) - Method in class org.apache.jk.core.Msg
 
appendBytes(byte[], int, int) - Method in class org.apache.jk.core.Msg
Copy a chunk of bytes into the packet, starting at the current write position.
appendCharChunk(CharChunk) - Method in class org.apache.coyote.ajp.AjpMessage
Write a CharChunk out at the current write position.
appendCookieValue(StringBuffer, int, String, String, String, String, String, int, boolean, boolean) - Static method in class org.apache.tomcat.util.http.ServerCookie
 
appendHead(Response) - Method in class org.apache.jk.common.JkInputStream
 
appendInt(int) - Method in class org.apache.coyote.ajp.AjpMessage
Add a short integer (2 bytes) to the message.
appendInt(int) - Method in class org.apache.jk.common.MsgAjp
Add an int.
appendInt(int) - Method in class org.apache.jk.core.Msg
 
appendLongInt(int) - Method in class org.apache.coyote.ajp.AjpMessage
Append an int (4 bytes) to the message.
appendLongInt(int) - Method in class org.apache.jk.common.MsgAjp
 
appendLongInt(int) - Method in class org.apache.jk.core.Msg
 
appendRemainingComponent(String) - Method in class org.apache.naming.resources.ImmutableNameNotFoundException
 
appendRemainingName(Name) - Method in class org.apache.naming.resources.ImmutableNameNotFoundException
 
appendString(String) - Method in class org.apache.coyote.ajp.AjpMessage
Write a String out at the current write position.
appendString(Msg, String, C2BConverter) - Method in class org.apache.jk.common.JniHandler
 
applicationWebConfig() - Method in class org.apache.catalina.startup.ContextConfig
Process the application configuration file, if it exists.
apr - Variable in class org.apache.jk.common.JniHandler
 
aprAvailable - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
aprInitialized - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
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.
ascbuf - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Pointer to the US-ASCII header buffer.
ascbuf - Variable in class org.apache.coyote.http11.InternalInputBuffer
Pointer to the US-ASCII header buffer.
asctimeFormat - Static variable in class org.apache.catalina.util.DateTool
 
asctimePattern - Static variable in class org.apache.tomcat.util.buf.DateTool
Deprecated.  
assign(long, boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint.Worker
Process an incoming TCP/IP connection on the specified socket.
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.cluster.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.
associateLocal(String, Session) - Method in class org.apache.catalina.cluster.authenticator.ClusterSingleSignOn
 
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
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.FactoryCreateRule
The attribute containing an override class name if it is present.
attributeName - Variable in class org.apache.tomcat.util.digester.ObjectCreateRule
The attribute containing an override class name if it is present.
attributeName - Variable in class org.apache.tomcat.util.digester.ObjectParamRule
The attribute which we are attempting to match
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.coyote.ajp.AjpAprProtocol
Configuration attributes.
attributes - Variable in class org.apache.coyote.http11.Http11AprProtocol
 
attributes - Variable in class org.apache.coyote.http11.Http11BaseProtocol
 
attributes - Variable in class org.apache.naming.resources.CacheEntry
 
attributes - Variable in class org.apache.naming.resources.DirContextURLConnection
Attributes.
attributes - Variable in class org.apache.naming.resources.ResourceAttributes
External attributes.
attributes - Variable in class org.apache.tomcat.util.net.ServerSocketFactory
 
authMethod - Variable in class org.apache.catalina.realm.JAASCallbackHandler
The authentication methdod to be used.
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.
authType() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the auth type
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, byte[]) - 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(X509Certificate[]) - Method in interface org.apache.catalina.Realm
Return the Principal associated with the specified chain of X509 client certificates.
authenticate(Request, Response, LoginConfig) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Authenticate the user making this request, based on the specified login configuration.
authenticate(Request, Response, LoginConfig) - Method in class org.apache.catalina.authenticator.BasicAuthenticator
Authenticate the user making this request, based on the specified login configuration.
authenticate(Request, Response, LoginConfig) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Authenticate the user making this request, based on the specified login configuration.
authenticate(Request, Response, LoginConfig) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Authenticate the user making this request, based on the specified login configuration.
authenticate(Request, Response, LoginConfig) - Method in class org.apache.catalina.authenticator.NonLoginAuthenticator
Authenticate the user making this request, based on the specified login configuration.
authenticate(Request, Response, LoginConfig) - Method in class org.apache.catalina.authenticator.SSLAuthenticator
Authenticate the user by checking for the existence of a certificate chain, and optionally asking a trust manager to validate that we trust this user.
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) - 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, byte[]) - 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.
authentication - Variable in class org.apache.catalina.realm.JNDIRealm
The type of authentication to use
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.
authenticators - Variable in class org.apache.catalina.startup.Embedded
Custom mappings of login methods to authenticators
authorization() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the authorization credentials
available() - Method in class org.apache.catalina.connector.CoyoteInputStream
 
available() - Method in class org.apache.catalina.connector.InputBuffer
 
available() - Method in class org.apache.jk.common.ChannelNioSocket.SocketInputStream
 
available - Variable in class org.apache.tomcat.util.net.AprEndpoint.Worker
 
await() - Method in interface org.apache.catalina.Server
Wait until a proper shutdown command is received, then return.
await() - Method in class org.apache.catalina.core.StandardServer
Wait until a proper shutdown command is received, then return.
await() - Method in class org.apache.catalina.startup.Catalina
Await and shutdown.
await - Variable in class org.apache.catalina.startup.Embedded
Use await.
await() - Method in class org.apache.tomcat.util.net.AprEndpoint.Worker
Await a newly assigned Socket from our Connector, or null if we are supposed to shut down.

B

B2CConverter - class org.apache.tomcat.util.buf.B2CConverter.
Efficient conversion of bytes to character .
B2CConverter() - Constructor for class org.apache.tomcat.util.buf.B2CConverter
 
B2CConverter(String) - Constructor for class org.apache.tomcat.util.buf.B2CConverter
Create a converter, with bytes going to a byte buffer
BASIC_METHOD - Static variable in class org.apache.catalina.authenticator.Constants
 
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_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_MANAGERREGISTER_EVENT - Static variable in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
BEFORE_MANAGERUNREGISTER_EVENT - Static variable in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
BEFORE_MEMBERREGISTER_EVENT - Static variable in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
BEFORE_MEMBERUNREGISTER_EVENT - Static variable in class org.apache.catalina.cluster.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.
BUFFERED_FILTER - Static variable in class org.apache.coyote.ajp.Constants
Buffered filter (input)
BUFFERED_FILTER - Static variable in class org.apache.coyote.http11.Constants
Buffered filter (input)
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
 
BUFFER_SIZE - Static variable in class org.apache.catalina.ssi.SSIProcessor
 
BUFFER_SIZE - Static variable in class org.apache.naming.resources.FileDirContext
The descriptive information string for this implementation.
BYTE_STATE - Variable in class org.apache.catalina.connector.InputBuffer
 
BYTE_STATE - Variable in class org.apache.catalina.connector.OutputBuffer
 
Base64 - class org.apache.catalina.util.Base64.
This class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N.
Base64() - Constructor for class org.apache.catalina.util.Base64
 
Base64 - class org.apache.tomcat.util.buf.Base64.
This class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N.
Base64() - Constructor for class org.apache.tomcat.util.buf.Base64
 
BaseDirContext - class org.apache.naming.resources.BaseDirContext.
Directory Context implementation helper class.
BaseDirContext() - Constructor for class org.apache.naming.resources.BaseDirContext
Builds a base directory context.
BaseDirContext(Hashtable) - Constructor for class org.apache.naming.resources.BaseDirContext
Builds a base directory context using the given environment.
BaseJkConfig - class org.apache.jk.config.BaseJkConfig.
Base class for automatic jk based configurations based on the Tomcat server.xml settings and the war contexts initialized during startup.
BaseJkConfig() - Constructor for class org.apache.jk.config.BaseJkConfig
 
BaseRedirectorHelperTask - class org.apache.catalina.ant.BaseRedirectorHelperTask.
Abstract base class to add output redirection support for Catalina Ant tasks.
BaseRedirectorHelperTask() - Constructor for class org.apache.catalina.ant.BaseRedirectorHelperTask
 
BaseRequest - class org.apache.tomcat.util.http.BaseRequest.
A general-purpose object for representing an HTTP request.
BaseRequest() - Constructor for class org.apache.tomcat.util.http.BaseRequest
 
BasicAuthenticator - class org.apache.catalina.authenticator.BasicAuthenticator.
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
 
BeanFactory - class org.apache.naming.factory.BeanFactory.
Object factory for any Resource conforming to the JavaBean spec.
BeanFactory() - Constructor for class org.apache.naming.factory.BeanFactory
 
Bootstrap - class org.apache.catalina.startup.Bootstrap.
Boostrap loader for Catalina.
Bootstrap() - Constructor for class org.apache.catalina.startup.Bootstrap
 
BufferedInputFilter - class org.apache.coyote.http11.filters.BufferedInputFilter.
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
 
ByteArrayServletOutputStream - class org.apache.catalina.ssi.ByteArrayServletOutputStream.
Class that extends ServletOuputStream, used as a wrapper from within SsiInclude
ByteArrayServletOutputStream() - Constructor for class org.apache.catalina.ssi.ByteArrayServletOutputStream
Construct a new ServletOutputStream.
ByteChunk - class org.apache.tomcat.util.buf.ByteChunk.
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 org.apache.tomcat.util.buf.ByteChunk.ByteInputChannel.
Input interface, used when the buffer is emptiy Same as java.nio.channel.ReadableByteChannel
ByteChunk.ByteOutputChannel - interface org.apache.tomcat.util.buf.ByteChunk.ByteOutputChannel.
Same as java.nio.channel.WrittableByteChannel.
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 interface org.apache.catalina.Loader
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 interface org.apache.catalina.Valve
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in interface org.apache.catalina.cluster.ClusterDeployer
call from container Background Process
backgroundProcess() - Method in interface org.apache.catalina.cluster.ClusterSender
 
backgroundProcess() - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
 
backgroundProcess() - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
Call transmitter to check for sender socket status
backgroundProcess() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
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.loader.WebappLoader
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.valves.FastCommonAccessLogValve
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in class org.apache.catalina.valves.ValveBase
Execute a periodic task, such as reloading, etc.
backgroundProcessorDelay - Variable in class org.apache.catalina.core.ContainerBase
The processor delay for this component.
backlog - Variable in class org.apache.tomcat.util.net.AprEndpoint
Allows the server developer to specify the backlog that should be used for server sockets.
base - Variable in class org.apache.naming.resources.FileDirContext
The document base directory.
base - Variable in class org.apache.naming.resources.WARDirContext
The WAR file.
base64Decode(String) - Static method in class org.apache.tomcat.util.buf.Base64
 
basic - Variable in class org.apache.catalina.core.StandardPipeline
The basic Valve (if any) associated with this Pipeline.
bbuf - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Direct byte buffer used to perform actual reading.
bbuf - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Direct byte buffer used for writing.
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
beforeStart() - Method in class org.apache.catalina.startup.ContextConfig
Process a "before start" event for this Context.
begin(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(Attributes) - Method in class org.apache.tomcat.util.digester.CallMethodRule
Process the start of this element.
begin(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.NodeCreateRule
Implemented to replace the content handler currently in use by a NodeBuilder.
begin(Attributes) - Method in class org.apache.tomcat.util.digester.ObjectCreateRule
Process the beginning of this element.
begin(String, String, Attributes) - Method in class org.apache.tomcat.util.digester.ObjectParamRule
Process the start of this element.
begin(String, String, Attributes) - Method in class org.apache.tomcat.util.digester.PathCallParamRule
Process the start 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(Attributes) - Method in class org.apache.tomcat.util.digester.SetPropertiesRule
Process the beginning of this element.
begin(Attributes) - Method in class org.apache.tomcat.util.digester.SetPropertyRule
Process the beginning of this element.
binaryContent - Variable in class org.apache.catalina.loader.ResourceEntry
Binary content of the resource.
binaryContent - Variable in class org.apache.naming.resources.Resource
Binary content.
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(Name, Object) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object.
bind(String, Object) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object.
bind(Name, Object, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object, along with associated attributes.
bind(String, Object, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object, along with associated attributes.
bind(DirContext) - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Binds a directory context to a class loader.
bind(ClassLoader, DirContext) - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Binds a directory context to a class loader.
bind(String, Object, Attributes) - Method in class org.apache.naming.resources.FileDirContext
Binds a name to an object, along with associated attributes.
bind(Name, Object) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object.
bind(String, Object) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object.
bind(Name, Object, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object, along with associated attributes.
bind(String, Object, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object, along with associated attributes.
bind(String, Object, Attributes) - Method in class org.apache.naming.resources.WARDirContext
Binds a name to an object, along with associated attributes.
bindAsUser(DirContext, 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) - Static method in class org.apache.naming.ContextBindings
Binds a naming context to a class loader.
bindClassLoader(Object, Object) - Static method in class org.apache.naming.ContextBindings
Binds a naming context to a thread.
bindClassLoader(Object, Object, ClassLoader) - Static method in class org.apache.naming.ContextBindings
Binds a naming context to a thread.
bindContext(Object, Context) - Static method in class org.apache.naming.ContextBindings
Binds a context name.
bindContext(Object, Context, Object) - Static method in class org.apache.naming.ContextBindings
Binds a context name.
bindThread(Object) - Static method in class org.apache.naming.ContextBindings
Binds a naming context to a thread.
bindThread(Object, Object) - Static method in class org.apache.naming.ContextBindings
Binds a naming context to a thread.
bindThread(DirContext) - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Binds a directory context to a thread.
bindings - Variable in class org.apache.naming.NamingContext
Bindings in this Context.
blanksToString(String, String) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Converts blank strings to another string
blanksToString(String, String) - Method in class org.apache.catalina.util.ProcessEnvironment
Deprecated. Converts blank strings to another string
block - Variable in class org.apache.catalina.valves.SemaphoreValve
Block until a permit is available.
body(String) - Method in class org.apache.tomcat.util.digester.CallMethodRule
Process the body text of this element.
body(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.
bodyBuffer - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
HTTP body buffer.
bodyBuffer - Variable in class org.apache.coyote.http11.InternalInputBuffer
HTTP body buffer.
bodyBytes - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Body message.
bodyMessage - Variable in class org.apache.coyote.ajp.AjpAprProcessor
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.
bodyTextStack - Variable in class org.apache.tomcat.util.digester.CallParamRule
Stack is used to allow nested body text to be processed.
bodyTexts - Variable in class org.apache.tomcat.util.digester.Digester
The stack of body text string buffers for surrounding elements.
buf - Variable in class org.apache.catalina.cluster.io.XByteBuffer
Variable to hold the data
buf - Variable in class org.apache.catalina.ssi.ByteArrayServletOutputStream
Our buffer to hold the stream.
buf - Variable in class org.apache.coyote.ajp.AjpMessage
Fixed size buffer.
buf - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Pointer to the current read buffer.
buf - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Pointer to the current read buffer.
buf - Variable in class org.apache.coyote.http11.InternalInputBuffer
Pointer to the current read buffer.
buf - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Pointer to the current read buffer.
buf - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Read bytes buffer.
bufSize - Variable in class org.apache.catalina.cluster.io.XByteBuffer
Current length of data in the buffer
buffer - Variable in class org.apache.catalina.util.XMLWriter
Buffer.
buffer - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Next buffer in the pipeline.
buffer - Variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
Next buffer in the pipeline.
buffer - Variable in class org.apache.coyote.http11.filters.GzipOutputFilter
Next buffer in the pipeline.
buffer - Variable in class org.apache.coyote.http11.filters.IdentityInputFilter
Next buffer in the pipeline.
buffer - Variable in class org.apache.coyote.http11.filters.IdentityOutputFilter
Next buffer in the pipeline.
buffer - Variable in class org.apache.coyote.http11.filters.VoidOutputFilter
Next buffer in the pipeline.
buffered - Variable in class org.apache.catalina.ssi.SSIServlet
Should the output be buffered.
byteEnabled - Static variable in class org.apache.tomcat.util.buf.StringCache
Enabled ?

C

C2BConverter - class org.apache.tomcat.util.buf.C2BConverter.
Efficient conversion of character to bytes.
C2BConverter(ByteChunk, String) - Constructor for class org.apache.tomcat.util.buf.C2BConverter
Create a converter, with bytes going to a byte buffer
C2BConverter(String) - Constructor for class org.apache.tomcat.util.buf.C2BConverter
Create a converter
CACHED_POST_LEN - Static variable in class org.apache.catalina.connector.Request
Post data buffer.
CATALINA_BASE_TOKEN - Static variable in class org.apache.catalina.startup.Bootstrap
 
CATALINA_HOME_TOKEN - Static variable in class org.apache.catalina.startup.Bootstrap
 
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.
CERTIFICATE_KEY - Static variable in class org.apache.tomcat.util.net.AprEndpoint
The Request attribute key for the client certificate chain.
CERTIFICATE_KEY - Static variable in interface org.apache.tomcat.util.net.SSLSupport
The Request attribute key for the client certificate chain.
CERT_METHOD - Static variable in class org.apache.catalina.authenticator.Constants
 
CGIProcessEnvironment - class org.apache.catalina.util.CGIProcessEnvironment.
Deprecated.  
CGIProcessEnvironment(HttpServletRequest, ServletContext) - Constructor for class org.apache.catalina.util.CGIProcessEnvironment
Deprecated. Creates a ProcessEnvironment and derives the necessary environment, working directory, command, etc.
CGIProcessEnvironment(HttpServletRequest, ServletContext, String) - Constructor for class org.apache.catalina.util.CGIProcessEnvironment
Deprecated. Creates a ProcessEnvironment and derives the necessary environment, working directory, command, etc.
CGIProcessEnvironment(HttpServletRequest, ServletContext, int) - Constructor for class org.apache.catalina.util.CGIProcessEnvironment
Deprecated. Creates a ProcessEnvironment and derives the necessary environment, working directory, command, etc.
CGIProcessEnvironment(HttpServletRequest, ServletContext, String, int) - Constructor for class org.apache.catalina.util.CGIProcessEnvironment
Deprecated. Creates a ProcessEnvironment and derives the necessary environment, working directory, command, etc.
CGIServlet - class org.apache.catalina.servlets.CGIServlet.
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 org.apache.catalina.servlets.CGIServlet.CGIEnvironment.
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 org.apache.catalina.servlets.CGIServlet.CGIRunner.
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, File, ArrayList) - Constructor for class org.apache.catalina.servlets.CGIServlet.CGIRunner
Creates a CGIRunner and initializes its environment, working directory, and query parameters.
CGIServlet.HTTPHeaderInputStream - class org.apache.catalina.servlets.CGIServlet.HTTPHeaderInputStream.
This is an input stream specifically for reading HTTP headers.
CHAR_STATE - Variable in class org.apache.catalina.connector.InputBuffer
 
CHAR_STATE - Variable in class org.apache.catalina.connector.OutputBuffer
 
CHUNKED - Static variable in class org.apache.coyote.ajp.Constants
 
CHUNKED - Static variable in class org.apache.coyote.http11.Constants
 
CHUNKED_FILTER - Static variable in class org.apache.coyote.ajp.Constants
Chunked filters (input and output).
CHUNKED_FILTER - Static variable in class org.apache.coyote.http11.Constants
Chunked filters (input and output).
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 class org.apache.tomcat.util.net.AprEndpoint
The Request attribute key for the cipher suite.
CIPHER_SUITE_KEY - Static variable in interface org.apache.tomcat.util.net.SSLSupport
The Request attribute key for the cipher suite.
CLASS_LOADER_ATTR - Static variable in class org.apache.catalina.Globals
The servlet context attribute under which we store the class loader used for loading servlets (as an object of type java.lang.ClassLoader).
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.
CLOSE - Static variable in class org.apache.coyote.ajp.Constants
 
CLOSE - Static variable in class org.apache.coyote.http11.Constants
 
CLOSE_BYTES - Static variable in class org.apache.coyote.ajp.Constants
 
CLOSE_BYTES - Static variable in class org.apache.coyote.http11.Constants
 
CLOSING - Static variable in class org.apache.catalina.util.XMLWriter
Closing tag.
COLLECTION_TYPE - Static variable in class org.apache.naming.resources.ResourceAttributes
Collection type.
COLON - Static variable in class org.apache.coyote.ajp.Constants
COLON.
COLON - Static variable in class org.apache.coyote.http11.Constants
COLON.
COLON_BYTES - Static variable in class org.apache.coyote.ajp.Constants
 
COLON_BYTES - Static variable in class org.apache.coyote.http11.Constants
 
COMBINED_ALIAS - Static variable in class org.apache.catalina.valves.Constants.AccessLog
 
COMBINED_PATTERN - Static variable in class org.apache.catalina.valves.Constants.AccessLog
 
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
COMMON_ALIAS - Static variable in class org.apache.catalina.valves.Constants.AccessLog
 
COMMON_PATTERN - Static variable in class org.apache.catalina.valves.Constants.AccessLog
 
CONFIDENTIAL_TRANSPORT - Static variable in class org.apache.catalina.authenticator.Constants
 
CONFIDENTIAL_TRANSPORT - Static variable in class org.apache.catalina.realm.Constants
 
CONNECTION - Static variable in class org.apache.coyote.ajp.Constants
 
CONNECTION - Static variable in class org.apache.coyote.http11.Constants
 
CONTENT_LANGUAGE - Static variable in class org.apache.naming.resources.ResourceAttributes
Content language.
CONTENT_LENGTH - Static variable in class org.apache.naming.resources.ResourceAttributes
Content length.
CONTENT_TYPE - Static variable in class org.apache.naming.resources.ResourceAttributes
MIME type of the content.
CONTEXT - Static variable in class org.apache.naming.NamingEntry
 
CONTEXT - Static variable in class org.apache.naming.resources.ProxyDirContext
 
CR - Static variable in class org.apache.coyote.ajp.Constants
CR.
CR - Static variable in class org.apache.coyote.http11.Constants
CR.
CREATION_DATE - Static variable in class org.apache.naming.resources.ResourceAttributes
Creation date.
CRLF - Static variable in class org.apache.coyote.ajp.Constants
CRLF.
CRLF - Static variable in class org.apache.coyote.http11.Constants
CRLF.
CRLF_BYTES - Static variable in class org.apache.coyote.ajp.Constants
 
CRLF_BYTES - Static variable in class org.apache.coyote.http11.Constants
 
CacheEntry - class org.apache.naming.resources.CacheEntry.
Implements a cache entry.
CacheEntry() - Constructor for class org.apache.naming.resources.CacheEntry
 
CallMethodRule - class org.apache.tomcat.util.digester.CallMethodRule.
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(Digester, String, int) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use CallMethodRule.CallMethodRule(String methodName,int paramCount) instead.
CallMethodRule(Digester, String, int, String[]) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use CallMethodRule.CallMethodRule(String methodName,int paramCount, String [] paramTypes) instead.
CallMethodRule(Digester, String, int, Class[]) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use CallMethodRule.CallMethodRule(String methodName,int paramCount, Class [] paramTypes) instead.
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) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
Construct a "call method" rule with the specified method name.
CallMethodRule(String, int, String[]) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
Construct a "call method" rule with the specified method name and parameter types.
CallMethodRule(int, String, int, String[]) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
Construct a "call method" rule with the specified method name and parameter types.
CallMethodRule(String, int, Class[]) - Constructor for class org.apache.tomcat.util.digester.CallMethodRule
Construct a "call method" rule with the specified method name and parameter types.
CallMethodRule(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.
CallParamRule - class org.apache.tomcat.util.digester.CallParamRule.
Rule implementation that saves a parameter for use by a surrounding CallMethodRule.
CallParamRule(Digester, int) - Constructor for class org.apache.tomcat.util.digester.CallParamRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use CallParamRule.CallParamRule(int paramIndex) instead.
CallParamRule(Digester, int, String) - Constructor for class org.apache.tomcat.util.digester.CallParamRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use CallParamRule.CallParamRule(int paramIndex, String attributeName) instead.
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.
CallParamRule(int, boolean) - Constructor for class org.apache.tomcat.util.digester.CallParamRule
Construct a "call parameter" rule.
CallParamRule(int, int) - Constructor for class org.apache.tomcat.util.digester.CallParamRule
Constructs a "call parameter" rule which sets a parameter from the stack.
Catalina - class org.apache.catalina.startup.Catalina.
Startup/Shutdown shell program for Catalina.
Catalina() - Constructor for class org.apache.catalina.startup.Catalina
 
Catalina.CatalinaShutdownHook - class org.apache.catalina.startup.Catalina.CatalinaShutdownHook.
Shutdown hook which will perform a clean shutdown of Catalina if needed.
Catalina.CatalinaShutdownHook() - Constructor for class org.apache.catalina.startup.Catalina.CatalinaShutdownHook
 
CatalinaCluster - interface org.apache.catalina.cluster.CatalinaCluster.
A CatalinaCluster interface allows to plug in and out the different cluster implementations
CatalinaClusterSF - class org.apache.catalina.storeconfig.CatalinaClusterSF.
Generate Cluster Element with Membership,Sender,Receiver,Deployer and ReplicationValve
CatalinaClusterSF() - Constructor for class org.apache.catalina.storeconfig.CatalinaClusterSF
 
CatalinaLaunchFilter - class org.apache.catalina.launcher.CatalinaLaunchFilter.
This class implements the LaunchFilter interface.
CatalinaLaunchFilter() - Constructor for class org.apache.catalina.launcher.CatalinaLaunchFilter
 
CatalinaProperties - class org.apache.catalina.startup.CatalinaProperties.
Utility class to read the bootstrap Catalina configuration.
CatalinaProperties() - Constructor for class org.apache.catalina.startup.CatalinaProperties
 
ChannelJni - class org.apache.jk.common.ChannelJni.
Pass messages using jni
ChannelJni() - Constructor for class org.apache.jk.common.ChannelJni
 
ChannelNioSocket - class org.apache.jk.common.ChannelNioSocket.
Accept ( and send ) TCP messages.
ChannelNioSocket() - Constructor for class org.apache.jk.common.ChannelNioSocket
jmx:managed-constructor description="default constructor"
ChannelNioSocket.Poller - class org.apache.jk.common.ChannelNioSocket.Poller.
 
ChannelNioSocket.SocketConnection - class org.apache.jk.common.ChannelNioSocket.SocketConnection.
 
ChannelNioSocket.SocketInputStream - class org.apache.jk.common.ChannelNioSocket.SocketInputStream.
 
ChannelNioSocket.SocketOutputStream - class org.apache.jk.common.ChannelNioSocket.SocketOutputStream.
 
ChannelShm - class org.apache.jk.common.ChannelShm.
Channel using shm.
ChannelShm() - Constructor for class org.apache.jk.common.ChannelShm
 
ChannelSocket - class org.apache.jk.common.ChannelSocket.
Accept ( and send ) TCP messages.
ChannelSocket() - Constructor for class org.apache.jk.common.ChannelSocket
jmx:managed-constructor description="default constructor"
ChannelUn - class org.apache.jk.common.ChannelUn.
Pass messages using unix domain sockets.
ChannelUn() - Constructor for class org.apache.jk.common.ChannelUn
 
CharChunk - class org.apache.tomcat.util.buf.CharChunk.
Utilities to manipluate 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 org.apache.tomcat.util.buf.CharChunk.CharInputChannel.
 
CharChunk.CharOutputChannel - interface org.apache.tomcat.util.buf.CharChunk.CharOutputChannel.
When we need more space we'll either grow the buffer ( up to the limit ) or send it to a channel.
CharsetMapper - class org.apache.catalina.util.CharsetMapper.
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.
ChunkedInputFilter - class org.apache.coyote.http11.filters.ChunkedInputFilter.
Chunked input filter.
ChunkedInputFilter() - Constructor for class org.apache.coyote.http11.filters.ChunkedInputFilter
 
ChunkedOutputFilter - class org.apache.coyote.http11.filters.ChunkedOutputFilter.
Chunked output filter.
ChunkedOutputFilter() - Constructor for class org.apache.coyote.http11.filters.ChunkedOutputFilter
Default constructor.
ClassLoaderFactory - class org.apache.catalina.startup.ClassLoaderFactory.
Utility class for building class loaders for Catalina.
ClassLoaderFactory() - Constructor for class org.apache.catalina.startup.ClassLoaderFactory
 
ClassNameMBean - class org.apache.catalina.mbeans.ClassNameMBean.
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.
ClientAbortException - exception org.apache.catalina.connector.ClientAbortException.
Wrap an IOException identifying it as being caused by an abort of a request by a remote client.
ClientAbortException() - Constructor for class org.apache.catalina.connector.ClientAbortException
Construct a new ClientAbortException with no other information.
ClientAbortException(String) - Constructor for class org.apache.catalina.connector.ClientAbortException
Construct a new ClientAbortException for the specified message.
ClientAbortException(Throwable) - Constructor for class org.apache.catalina.connector.ClientAbortException
Construct a new ClientAbortException for the specified throwable.
ClientAbortException(String, Throwable) - Constructor for class org.apache.catalina.connector.ClientAbortException
Construct a new ClientAbortException for the specified message and throwable.
Cluster - interface org.apache.catalina.Cluster.
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.
ClusterData - class org.apache.catalina.cluster.tcp.ClusterData.
 
ClusterData() - Constructor for class org.apache.catalina.cluster.tcp.ClusterData
 
ClusterData(String, String, byte[], long) - Constructor for class org.apache.catalina.cluster.tcp.ClusterData
 
ClusterDeployer - interface org.apache.catalina.cluster.ClusterDeployer.
 
ClusterListener - class org.apache.catalina.cluster.session.ClusterListener.
Receive SessionID cluster change from other backup node after primary session node is failed.
ClusterListener() - Constructor for class org.apache.catalina.cluster.session.ClusterListener
 
ClusterManager - interface org.apache.catalina.cluster.ClusterManager.
The common interface used by all cluster manager.
ClusterMessage - interface org.apache.catalina.cluster.ClusterMessage.
 
ClusterReceiver - interface org.apache.catalina.cluster.ClusterReceiver.
Cluster Receiver Interface
ClusterReceiverBase - class org.apache.catalina.cluster.tcp.ClusterReceiverBase.
FIXME i18n log messages
ClusterReceiverBase() - Constructor for class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
ClusterRuleSet - class org.apache.catalina.cluster.ClusterRuleSet.
RuleSet for processing the contents of a Cluster definition element.
ClusterRuleSet() - Constructor for class org.apache.catalina.cluster.ClusterRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
ClusterRuleSet(String) - Constructor for class org.apache.catalina.cluster.ClusterRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
ClusterRuleSetFactory - class org.apache.catalina.startup.ClusterRuleSetFactory.
 
ClusterRuleSetFactory() - Constructor for class org.apache.catalina.startup.ClusterRuleSetFactory
 
ClusterRuleSetFactory.DefaultClusterRuleSet - class org.apache.catalina.startup.ClusterRuleSetFactory.DefaultClusterRuleSet.
RuleSet for processing the contents of a Cluster definition element.
ClusterRuleSetFactory.DefaultClusterRuleSet() - Constructor for class org.apache.catalina.startup.ClusterRuleSetFactory.DefaultClusterRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
ClusterRuleSetFactory.DefaultClusterRuleSet(String) - Constructor for class org.apache.catalina.startup.ClusterRuleSetFactory.DefaultClusterRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
ClusterSender - interface org.apache.catalina.cluster.ClusterSender.
 
ClusterSession - interface org.apache.catalina.cluster.ClusterSession.
 
ClusterSessionListener - class org.apache.catalina.cluster.session.ClusterSessionListener.
Receive replicated SessionMessage form other cluster node.
ClusterSessionListener() - Constructor for class org.apache.catalina.cluster.session.ClusterSessionListener
 
ClusterSingleSignOn - class org.apache.catalina.cluster.authenticator.ClusterSingleSignOn.
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 propogated to other web applications and to other nodes cluster in the same security domain.
ClusterSingleSignOn() - Constructor for class org.apache.catalina.cluster.authenticator.ClusterSingleSignOn
 
ClusterSingleSignOnListener - class org.apache.catalina.cluster.authenticator.ClusterSingleSignOnListener.
Receive replicated SingleSignOnMessage form other cluster node.
ClusterSingleSignOnListener() - Constructor for class org.apache.catalina.cluster.authenticator.ClusterSingleSignOnListener
 
ClusterValve - interface org.apache.catalina.cluster.ClusterValve.
Cluster Valve Interface to mark all Cluster Valves Only those Valve can'be configured as Cluster Valves
Connector - class org.apache.catalina.connector.Connector.
Implementation of a Coyote connector for Tomcat 5.x.
Connector() - Constructor for class org.apache.catalina.connector.Connector
 
Connector(String) - Constructor for class org.apache.catalina.connector.Connector
 
ConnectorCreateRule - class org.apache.catalina.startup.ConnectorCreateRule.
Rule implementation that creates a connector.
ConnectorCreateRule() - Constructor for class org.apache.catalina.startup.ConnectorCreateRule
 
ConnectorMBean - class org.apache.catalina.mbeans.ConnectorMBean.
A ModelMBean implementation for the org.apache.coyote.tomcat5.CoyoteConnector component.
ConnectorMBean() - Constructor for class org.apache.catalina.mbeans.ConnectorMBean
Construct a ModelMBean with default ModelMBeanInfo information.
ConnectorSF - class org.apache.catalina.storeconfig.ConnectorSF.
Store Connector and Listeners
ConnectorSF() - Constructor for class org.apache.catalina.storeconfig.ConnectorSF
 
ConnectorStoreAppender - class org.apache.catalina.storeconfig.ConnectorStoreAppender.
Store the Connector attributes.
ConnectorStoreAppender() - Constructor for class org.apache.catalina.storeconfig.ConnectorStoreAppender
 
Constants - class org.apache.catalina.authenticator.Constants.
 
Constants() - Constructor for class org.apache.catalina.authenticator.Constants
 
Constants - class org.apache.catalina.cluster.Constants.
Manifest constants for the org.apache.catalina.cluster package.
Constants() - Constructor for class org.apache.catalina.cluster.Constants
 
Constants - class org.apache.catalina.cluster.mcast.Constants.
Manifest constants for the org.apache.catalina.cluster.mcast package.
Constants() - Constructor for class org.apache.catalina.cluster.mcast.Constants
 
Constants - class org.apache.catalina.cluster.session.Constants.
Manifest constants for the org.apache.catalina.cluster.session package.
Constants() - Constructor for class org.apache.catalina.cluster.session.Constants
 
Constants - class org.apache.catalina.cluster.tcp.Constants.
Manifest constants for the org.apache.catalina.cluster.tcp package.
Constants() - Constructor for class org.apache.catalina.cluster.tcp.Constants
 
Constants - class org.apache.catalina.connector.Constants.
Static constants for this package.
Constants() - Constructor for class org.apache.catalina.connector.Constants
 
Constants - class org.apache.catalina.core.Constants.
 
Constants() - Constructor for class org.apache.catalina.core.Constants
 
Constants - class org.apache.catalina.filters.Constants.
Constants for this Java package.
Constants() - Constructor for class org.apache.catalina.filters.Constants
 
Constants - class org.apache.catalina.loader.Constants.
 
Constants() - Constructor for class org.apache.catalina.loader.Constants
 
Constants - class org.apache.catalina.realm.Constants.
Manifest constants for this Java package.
Constants() - Constructor for class org.apache.catalina.realm.Constants
 
Constants - class org.apache.catalina.servlets.Constants.
 
Constants() - Constructor for class org.apache.catalina.servlets.Constants
 
Constants - class org.apache.catalina.session.Constants.
Manifest constants for the org.apache.catalina.session package.
Constants() - Constructor for class org.apache.catalina.session.Constants
 
Constants - class org.apache.catalina.startup.Constants.
String constants for the startup package.
Constants() - Constructor for class org.apache.catalina.startup.Constants
 
Constants - class org.apache.catalina.storeconfig.Constants.
 
Constants() - Constructor for class org.apache.catalina.storeconfig.Constants
 
Constants - class org.apache.catalina.users.Constants.
Manifest constants for this Java package.
Constants() - Constructor for class org.apache.catalina.users.Constants
 
Constants - class org.apache.catalina.valves.Constants.
Manifest constants for the org.apache.catalina.valves package.
Constants() - Constructor for class org.apache.catalina.valves.Constants
 
Constants - class org.apache.coyote.Constants.
Constants.
Constants() - Constructor for class org.apache.coyote.Constants
 
Constants - class org.apache.coyote.ajp.Constants.
Constants.
Constants() - Constructor for class org.apache.coyote.ajp.Constants
 
Constants - class org.apache.coyote.http11.Constants.
Constants.
Constants() - Constructor for class org.apache.coyote.http11.Constants
 
Constants - class org.apache.naming.Constants.
Static constants for this package.
Constants() - Constructor for class org.apache.naming.Constants
 
Constants - class org.apache.naming.factory.Constants.
Static constants for this package.
Constants() - Constructor for class org.apache.naming.factory.Constants
 
Constants - class org.apache.naming.resources.Constants.
Static constants for this package.
Constants() - Constructor for class org.apache.naming.resources.Constants
 
Constants.AccessLog - class org.apache.catalina.valves.Constants.AccessLog.
 
Constants.AccessLog() - Constructor for class org.apache.catalina.valves.Constants.AccessLog
 
Contained - interface org.apache.catalina.Contained.
Decoupling interface which specifies that an implementing class is associated with at most one Container instance.
Container - interface org.apache.catalina.Container.
A Container is an object that can execute requests received from a client, and return responses based on those requests.
ContainerBase - class org.apache.catalina.core.ContainerBase.
Abstract implementation of the Container interface, providing common functionality required by nearly every implementation.
ContainerBase() - Constructor for class org.apache.catalina.core.ContainerBase
 
ContainerBase.ContainerBackgroundProcessor - class org.apache.catalina.core.ContainerBase.ContainerBackgroundProcessor.
Private thread class to invoke the backgroundProcess method of this container and its children after a fixed delay.
ContainerBase.ContainerBackgroundProcessor() - Constructor for class org.apache.catalina.core.ContainerBase.ContainerBackgroundProcessor
 
ContainerBase.PrivilegedAddChild - class org.apache.catalina.core.ContainerBase.PrivilegedAddChild.
Perform addChild with the permissions of this class.
ContainerEvent - class org.apache.catalina.ContainerEvent.
General event for notifying listeners of significant changes on a Container.
ContainerEvent(Container, String, Object) - Constructor for class org.apache.catalina.ContainerEvent
Construct a new ContainerEvent with the specified parameters.
ContainerListener - interface org.apache.catalina.ContainerListener.
Interface defining a listener for significant Container generated events.
ContainerServlet - interface org.apache.catalina.ContainerServlet.
A ContainerServlet is a servlet that has access to Catalina internal functionality, and is loaded from the Catalina class loader instead of the web application class loader.
ContentType - class org.apache.tomcat.util.http.ContentType.
Usefull methods for Content-Type processing
ContentType() - Constructor for class org.apache.tomcat.util.http.ContentType
 
Context - interface org.apache.catalina.Context.
A Context is a Container that represents a servlet context, and therefore an individual web application, in the Catalina servlet engine.
ContextAccessController - class org.apache.naming.ContextAccessController.
Handles the access control on the JNDI contexts.
ContextAccessController() - Constructor for class org.apache.naming.ContextAccessController
 
ContextBindings - class org.apache.naming.ContextBindings.
Handles the associations : Catalina context name with the NamingContext Calling thread with the NamingContext
ContextBindings() - Constructor for class org.apache.naming.ContextBindings
 
ContextConfig - class org.apache.catalina.startup.ContextConfig.
Startup event listener for a Context that configures the properties of that Context, and the associated defined servlets.
ContextConfig() - Constructor for class org.apache.catalina.startup.ContextConfig
 
ContextConfig.ContextErrorHandler - class org.apache.catalina.startup.ContextConfig.ContextErrorHandler.
 
ContextConfig.ContextErrorHandler() - Constructor for class org.apache.catalina.startup.ContextConfig.ContextErrorHandler
 
ContextEjb - class org.apache.catalina.deploy.ContextEjb.
Representation of an EJB resource reference for a web application, as represented in a <ejb-ref> element in the deployment descriptor.
ContextEjb() - Constructor for class org.apache.catalina.deploy.ContextEjb
 
ContextEnvironment - class org.apache.catalina.deploy.ContextEnvironment.
Representation of an application environment entry, as represented in an <env-entry> element in the deployment descriptor.
ContextEnvironment() - Constructor for class org.apache.catalina.deploy.ContextEnvironment
 
ContextEnvironmentMBean - class org.apache.catalina.mbeans.ContextEnvironmentMBean.
A ModelMBean implementation for the org.apache.catalina.deploy.ContextEnvironment component.
ContextEnvironmentMBean() - Constructor for class org.apache.catalina.mbeans.ContextEnvironmentMBean
Construct a ModelMBean with default ModelMBeanInfo information.
ContextLocalEjb - class org.apache.catalina.deploy.ContextLocalEjb.
Representation of a local EJB resource reference for a web application, as represented in a <ejb-local-ref> element in the deployment descriptor.
ContextLocalEjb() - Constructor for class org.apache.catalina.deploy.ContextLocalEjb
 
ContextResource - class org.apache.catalina.deploy.ContextResource.
Representation of a resource reference for a web application, as represented in a <resource-ref> element in the deployment descriptor.
ContextResource() - Constructor for class org.apache.catalina.deploy.ContextResource
 
ContextResourceEnvRef - class org.apache.catalina.deploy.ContextResourceEnvRef.
Representation of an application resource reference, as represented in an <res-env-refy> element in the deployment descriptor.
ContextResourceEnvRef() - Constructor for class org.apache.catalina.deploy.ContextResourceEnvRef
 
ContextResourceLink - class org.apache.catalina.deploy.ContextResourceLink.
Representation of a resource link for a web application, as represented in a <ResourceLink> element in the server configuration file.
ContextResourceLink() - Constructor for class org.apache.catalina.deploy.ContextResourceLink
 
ContextResourceLinkMBean - class org.apache.catalina.mbeans.ContextResourceLinkMBean.
A ModelMBean implementation for the org.apache.catalina.deploy.ContextResourceLink component.
ContextResourceLinkMBean() - Constructor for class org.apache.catalina.mbeans.ContextResourceLinkMBean
Construct a ModelMBean with default ModelMBeanInfo information.
ContextResourceMBean - class org.apache.catalina.mbeans.ContextResourceMBean.
A ModelMBean implementation for the org.apache.catalina.deploy.ContextResource component.
ContextResourceMBean() - Constructor for class org.apache.catalina.mbeans.ContextResourceMBean
Construct a ModelMBean with default ModelMBeanInfo information.
ContextRuleSet - class org.apache.catalina.startup.ContextRuleSet.
RuleSet for processing the contents of a Context or DefaultContext definition element.
ContextRuleSet() - Constructor for class org.apache.catalina.startup.ContextRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
ContextRuleSet(String) - Constructor for class org.apache.catalina.startup.ContextRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
ContextRuleSet(String, boolean) - Constructor for class org.apache.catalina.startup.ContextRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
ContextTransaction - class org.apache.catalina.deploy.ContextTransaction.
Representation of an application resource reference, as represented in an <res-env-refy> element in the deployment descriptor.
ContextTransaction() - Constructor for class org.apache.catalina.deploy.ContextTransaction
 
CookieTools - class org.apache.catalina.util.CookieTools.
Cookie utils - generate cookie header, etc
CookieTools() - Constructor for class org.apache.catalina.util.CookieTools
 
Cookies - class org.apache.tomcat.util.http.Cookies.
A collection of cookies - reusable and tuned for server side performance.
Cookies(MimeHeaders) - Constructor for class org.apache.tomcat.util.http.Cookies
Construct a new cookie collection, that will extract the information from headers.
Cookies() - Constructor for class org.apache.tomcat.util.http.Cookies
Construct a new uninitialized cookie collection.
CopyParentClassLoaderRule - class org.apache.catalina.startup.CopyParentClassLoaderRule.
Rule that copies the parentClassLoader property from the next-to-top item on the stack (which must be a Container) to the top item on the stack (which must also be a Container).
CopyParentClassLoaderRule() - Constructor for class org.apache.catalina.startup.CopyParentClassLoaderRule
Construct a new instance of this Rule.
CoyoteAdapter - class org.apache.catalina.connector.CoyoteAdapter.
Implementation of a request processor which delegates the processing to a Coyote processor.
CoyoteAdapter(Connector) - Constructor for class org.apache.catalina.connector.CoyoteAdapter
Construct a new CoyoteProcessor associated with the specified connector.
CoyoteInputStream - class org.apache.catalina.connector.CoyoteInputStream.
This class handles reading bytes.
CoyoteInputStream(InputBuffer) - Constructor for class org.apache.catalina.connector.CoyoteInputStream
 
CoyoteOutputStream - class org.apache.catalina.connector.CoyoteOutputStream.
Coyote implementation of the servlet output stream.
CoyoteOutputStream(OutputBuffer) - Constructor for class org.apache.catalina.connector.CoyoteOutputStream
 
CoyotePrincipal - class org.apache.catalina.connector.CoyotePrincipal.
Generic implementation of java.security.Principal that is used to represent principals authenticated at the protocol handler level.
CoyotePrincipal(String) - Constructor for class org.apache.catalina.connector.CoyotePrincipal
 
CoyoteReader - class org.apache.catalina.connector.CoyoteReader.
Coyote implementation of the buffred reader.
CoyoteReader(InputBuffer) - Constructor for class org.apache.catalina.connector.CoyoteReader
 
CoyoteWriter - class org.apache.catalina.connector.CoyoteWriter.
Coyote implementation of the servlet writer.
CoyoteWriter(OutputBuffer) - Constructor for class org.apache.catalina.connector.CoyoteWriter
 
CustomObjectInputStream - class org.apache.catalina.util.CustomObjectInputStream.
Custom subclass of ObjectInputStream that loads from the class loader for this web application.
CustomObjectInputStream(InputStream, ClassLoader) - Constructor for class org.apache.catalina.util.CustomObjectInputStream
Construct a new instance of CustomObjectInputStream
cHandler - Variable in class org.apache.coyote.http11.Http11BaseProtocol
 
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.naming.resources.ProxyDirContext
Cache.
cache - Variable in class org.apache.naming.resources.ResourceCache
Cache.
cache - Variable in class org.apache.tomcat.util.digester.RulesBase
The set of registered Rule instances, keyed by the matching pattern.
cacheClassName - Variable in class org.apache.naming.resources.ProxyDirContext
Cache class.
cacheLoad(CacheEntry) - Method in class org.apache.naming.resources.ProxyDirContext
Load entry into cache.
cacheLookup(String) - Method in class org.apache.naming.resources.ProxyDirContext
Lookup in cache.
cacheMaxSize - Variable in class org.apache.catalina.core.StandardContext
Cache max size in KB.
cacheMaxSize - Variable in class org.apache.naming.resources.BaseDirContext
Max size of resources which will have their content cached.
cacheMaxSize - Variable in class org.apache.naming.resources.ResourceCache
Max size of resources which will have their content cached.
cacheObjectMaxSize - Variable in class org.apache.naming.resources.ProxyDirContext
Max size of resources which will have their content cached.
cacheSize - Variable in class org.apache.naming.resources.ResourceCache
Current cache size in KB.
cacheSize - Static variable in class org.apache.tomcat.util.buf.StringCache
 
cacheTTL - Variable in class org.apache.catalina.core.StandardContext
Cache TTL in ms.
cacheTTL - Variable in class org.apache.naming.resources.BaseDirContext
Cache TTL.
cacheTTL - Variable in class org.apache.naming.resources.ProxyDirContext
Cache TTL.
cacheUnload(String) - Method in class org.apache.naming.resources.ProxyDirContext
Remove entry from cache.
cached - Variable in class org.apache.naming.resources.BaseDirContext
Cached.
callMain(Class, String[]) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
callMethod0(Object, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
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
 
callbackHandler - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The callback handler responsible for answering our requests.
canReauthenticate - Variable in class org.apache.catalina.authenticator.SingleSignOnEntry
 
canonical - Variable in class org.apache.catalina.util.DOMWriter
Canonical output.
canonicalLoaderDir - Variable in class org.apache.catalina.loader.WebappClassLoader
 
canonicalPath - Variable in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
 
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
caseSensitive - Variable in class org.apache.catalina.core.StandardContext
Case sensitivity.
caseSensitive - Variable in class org.apache.naming.resources.FileDirContext
Case sensitivity.
catalinaLoader - Variable in class org.apache.catalina.startup.Bootstrap
 
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.
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.AjpAprProcessor
Byte chunk for certs.
chainException(Throwable, Throwable) - Method in class org.apache.tomcat.util.compat.Jdk14Compat
Chains the wrapped throwable to the wrapper throwable.
chainException(Throwable, Throwable) - Method in class org.apache.tomcat.util.compat.JdkCompat
Chains the wrapped throwable to the wrapper throwable.
changeRequestSessionID(Request, Response, String, String) - Method in class org.apache.catalina.cluster.session.JvmRouteBinderValve
Change Request Session id
changeSessionID(Request, Response, String, String, Session) - Method in class org.apache.catalina.cluster.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) - Method in class org.apache.catalina.cluster.session.DeltaManager
Change the session ID of the current session to a new randomly generated session ID.
changeSessionId(Session, boolean) - Method in class org.apache.catalina.cluster.session.DeltaManager
 
changeSessionId(String) - Method in class org.apache.catalina.connector.Request
Change the ID of the session that this request is associated with.
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.
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?
charAt(int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
charCmp(String, int, String) - Method in class org.apache.catalina.ssi.SSIProcessor
 
charEnabled - Static variable in class org.apache.tomcat.util.buf.StringCache
 
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.
charset - Variable in class org.apache.catalina.ant.AbstractCatalinaTask
The charset used during URL encoding.
charset - Variable in class org.apache.tomcat.util.buf.StringCache.ByteEntry
 
charsetSet - Variable in class org.apache.coyote.Response
Has the charset been explicitly set.
check(String) - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
Invoke the check method on the deployer.
check() - Method in class org.apache.catalina.cluster.deploy.WarWatcher.WarInfo
Returns 1 if the file has been added/modified, 0 if the file is unchanged and -1 if the file has been removed
check() - Method in class org.apache.catalina.cluster.deploy.WarWatcher
check for modification and send notifcation to listener
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.
checkConfig() - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Checks that the certificate is compatible with the enabled cipher suites.
checkConverter() - Method in class org.apache.catalina.connector.InputBuffer
 
checkConverter() - Method in class org.apache.catalina.connector.OutputBuffer
 
checkCredentials(DirContext, User, String) - Method in class org.apache.catalina.realm.JNDIRealm
Check whether the given User can be authenticated with the given credentials.
checkError() - Method in class org.apache.catalina.connector.CoyoteWriter
 
checkError() - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
checkExpire() - Method in class org.apache.catalina.cluster.mcast.McastServiceImpl
check member expire or alive
checkIfHeaders(HttpServletRequest, HttpServletResponse, ResourceAttributes) - Method in class org.apache.catalina.servlets.DefaultServlet
Check if the conditions specified in the optional If headers are satisfied.
checkIfHeaders(HttpServletRequest, HttpServletResponse, ResourceAttributes) - Method in class org.apache.catalina.servlets.WebdavServlet
Check if the conditions specified in the optional If headers are satisfied.
checkIfMatch(HttpServletRequest, HttpServletResponse, ResourceAttributes) - Method in class org.apache.catalina.servlets.DefaultServlet
Check if the if-match condition is satisfied.
checkIfModifiedSince(HttpServletRequest, HttpServletResponse, ResourceAttributes) - Method in class org.apache.catalina.servlets.DefaultServlet
Check if the if-modified-since condition is satisfied.
checkIfNoneMatch(HttpServletRequest, HttpServletResponse, ResourceAttributes) - Method in class org.apache.catalina.servlets.DefaultServlet
Check if the if-none-match condition is satisfied.
checkIfUnmodifiedSince(HttpServletRequest, HttpServletResponse, ResourceAttributes) - Method in class org.apache.catalina.servlets.DefaultServlet
Check if the if-unmodified-since condition is satisfied.
checkKeepAlive() - Method in class org.apache.catalina.cluster.tcp.DataSender
Check, if time to close socket!
checkKeepAlive() - Method in interface org.apache.catalina.cluster.tcp.IDataSender
 
checkKeepAlive() - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
Check all DataSender Socket to close socket at keepAlive mode
checkName(String) - Static method in class org.apache.tomcat.util.http.ServerCookie
Deprecated. - Not used
checkNormalize(MessageBytes) - Static method in class org.apache.catalina.connector.CoyoteAdapter
Check that the URI is normalized following character decoding.
checkParameter() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
check correct lb and worker pararmeter
checkResources(HostConfig.DeployedApplication) - Method in class org.apache.catalina.startup.HostConfig
Check resources for redeployment and reloading.
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.cluster.session.DeltaManager
Test that sender and local domain is the same
checkSendfile(HttpServletRequest, HttpServletResponse, CacheEntry, long, DefaultServlet.Range) - Method in class org.apache.catalina.servlets.DefaultServlet
Check if sendfile can be used.
checkSpareControllers() - Method in class org.apache.tomcat.util.threads.ThreadPool
Called by the monitor thread to harvest idle threads.
checkState(boolean) - Method in class org.apache.catalina.cluster.deploy.FileMessageFactory
Check to make sure the factory is able to perform the function it is asked to do.
checkThread() - Method in class org.apache.catalina.cluster.tcp.AsyncSocketSender
Start Queue thread as daemon
checkThread() - Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
Start Queue thread as daemon
checkWritable() - Method in class org.apache.naming.NamingContext
Throws a naming exception is Context is not writable.
children - Variable in class org.apache.catalina.core.ContainerBase
The child Containers belonging to this Container, keyed by name.
children - Variable in class org.apache.naming.resources.WARDirContext.Entry
 
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).
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.
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.
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.
classLoader - Variable in class org.apache.tomcat.util.digester.Digester
The class loader to use for instantiating application objects.
className - Variable in class org.apache.catalina.ssi.SSIMediator
 
className - Variable in class org.apache.tomcat.util.digester.FactoryCreateRule
The Java class name of the ObjectCreationFactory to be created.
className - Variable in class org.apache.tomcat.util.digester.ObjectCreateRule
The Java class name of the object to be created.
classPathAdd(URL[], String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Adds classpath entries from a vector of URL's to the "tc_path_add" System property.
clazz - Variable in class org.apache.catalina.loader.WebappClassLoader.PrivilegedGetClassLoader
 
cleanDeployDir() - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
 
cleanElCache() - Method in class org.apache.catalina.loader.WebappClassLoader
 
cleanup() - Method in class org.apache.catalina.cluster.deploy.FileMessageFactory
Closes the factory, its streams and sets all its references to null
clear() - Method in interface org.apache.catalina.Store
Remove all Sessions from this Store.
clear() - Method in class org.apache.catalina.cluster.deploy.WarWatcher
clear watcher state
clear() - Method in class org.apache.catalina.cluster.io.XByteBuffer
Resets the buffer
clear() - Method in class org.apache.catalina.cluster.session.DeltaRequest
 
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.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 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() - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
clear() - Method in class org.apache.tomcat.util.collections.LRUCache
 
clear() - Method in class org.apache.tomcat.util.collections.SimpleHashtable
 
clear() - Method in class org.apache.tomcat.util.digester.AbstractRulesImpl
Clear all existing Rule instance registrations.
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.digester.WithDefaultsRulesWrapper
Clears all Rule's
clear() - Method in class org.apache.tomcat.util.http.MimeHeaders
Clears all header fields.
clearCookies() - Method in class org.apache.catalina.connector.Request
Clear the collection of Cookies associated with this Request.
clearCookies() - Method in class org.apache.catalina.core.DummyRequest
 
clearFilters() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Clear filters.
clearFilters() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Clear filters.
clearFilters() - Method in class org.apache.coyote.http11.InternalInputBuffer
Clear filters.
clearFilters() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Clear filters.
clearHeaders() - Method in class org.apache.catalina.connector.Request
Clear the collection of Headers associated with this Request.
clearHeaders() - Method in class org.apache.catalina.core.DummyRequest
 
clearLocales() - Method in class org.apache.catalina.connector.Request
Clear the collection of Locales associated with this Request.
clearLocales() - Method in class org.apache.catalina.core.DummyRequest
 
clearParameters() - Method in class org.apache.catalina.connector.Request
Clear the collection of parameters associated with this Request.
clearParameters() - Method in class org.apache.catalina.core.DummyRequest
 
clearReferences() - Method in class org.apache.catalina.loader.WebappClassLoader
Clear references.
clearStore() - Method in class org.apache.catalina.session.PersistentManagerBase
Clear all sessions from the Store.
clientAuth - Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
clone() - Method in class org.apache.catalina.connector.CoyoteInputStream
Prevent cloning the facade.
clone() - Method in class org.apache.catalina.connector.CoyoteOutputStream
Prevent cloning the facade.
clone() - Method in class org.apache.catalina.connector.CoyoteReader
Prevent cloning the facade.
clone() - Method in class org.apache.catalina.connector.CoyoteWriter
Prevent cloning the facade.
clone() - Method in class org.apache.catalina.connector.RequestFacade
Prevent cloning the facade.
clone() - Method in class org.apache.catalina.connector.ResponseFacade
Prevent cloning the facade.
clone() - Method in class org.apache.naming.resources.ResourceAttributes
Clone the attributes object (WARNING: fake cloning).
close() - Method in interface org.apache.catalina.UserDatabase
Finalize access to this user database.
close() - Method in class org.apache.catalina.cluster.tcp.WorkerThread
 
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 permantely 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(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.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.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
close(MsgContext) - Method in class org.apache.jk.common.ChannelNioSocket
 
close(MsgContext) - Method in class org.apache.jk.common.ChannelSocket
 
close(MsgContext) - Method in class org.apache.jk.common.ChannelUn
 
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.naming.resources.BaseDirContext
Closes this context.
close() - Method in class org.apache.naming.resources.ProxyDirContext
Closes this context.
close() - Method in class org.apache.naming.resources.RecyclableNamingEnumeration
Closes this enumeration.
close() - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
closeJARs(boolean) - Method in class org.apache.catalina.loader.WebappClassLoader
Used to periodically signal to the classloader to release JAR resources.
closeJARs(boolean) - Method in class org.apache.catalina.loader.WebappLoader
Used to periodically signal to the classloader to release JAR resources.
closeRedirector() - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Ask redirector to close all the streams.
closeServerSocket() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
closeSocket() - Method in class org.apache.catalina.cluster.tcp.DataSender
close socket
closed - Variable in class org.apache.catalina.cluster.deploy.FileMessageFactory
Once the factory is used, it can not be reused.
cluster - Variable in class org.apache.catalina.cluster.deploy.FarmWarDeployer
 
cluster - Variable in class org.apache.catalina.cluster.session.ClusterListener
 
cluster - Variable in class org.apache.catalina.cluster.session.JvmRouteBinderValve
the cluster
cluster - Variable in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
cluster - Variable in class org.apache.catalina.core.ContainerBase
The cluster with which this Container is associated.
clusterImpName - Variable in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
Name for logging purpose
clusterListeners - Variable in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
Listeners of messages
clusterName - Variable in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
The cluster name to join
cnonce - Variable in class org.apache.catalina.realm.JAASCallbackHandler
Client generated nonce.
codeBase - Variable in class org.apache.catalina.loader.ResourceEntry
URL of the codebase from where the object was loaded.
collection - Variable in class org.apache.naming.resources.DirContextURLConnection
Associated DirContext.
collection - Variable in class org.apache.naming.resources.ResourceAttributes
Collection flag.
command - Variable in class org.apache.catalina.util.ProcessEnvironment
Deprecated. command to be invoked
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.InternalAprOutputBuffer
Commit the response.
commit() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Commit the response.
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.InternalAprOutputBuffer
Committed flag.
committed - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Committed flag.
commonLoader - Variable in class org.apache.catalina.startup.Bootstrap
 
compCtx - Variable in class org.apache.catalina.core.NamingContextListener
Comp context.
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.
compareCredentials(DirContext, User, String) - Method in class org.apache.catalina.realm.JNDIRealm
Check whether the credentials presented by the user match those retrieved from the directory.
compareTo(Object) - Method in class org.apache.naming.resources.WARDirContext.Entry
 
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.
composeName(Name, Name) - Method in class org.apache.naming.resources.BaseDirContext
Composes the name of this context with a name relative to this context.
composeName(String, String) - Method in class org.apache.naming.resources.BaseDirContext
Composes the name of this context with a name relative to this context.
composeName(Name, Name) - Method in class org.apache.naming.resources.ProxyDirContext
Composes the name of this context with a name relative to this context.
composeName(String, String) - Method in class org.apache.naming.resources.ProxyDirContext
Composes the name of this context with a name relative to this context.
compressableMimeTypes - Variable in class org.apache.coyote.http11.Http11AprProcessor
List of MIMES which could be gzipped
compressableMimeTypes - Variable in class org.apache.coyote.http11.Http11Processor
List of MIMES which could be gzipped
compressionLevel - Variable in class org.apache.coyote.http11.Http11AprProcessor
Allowed compression level.
compressionLevel - Variable in class org.apache.coyote.http11.Http11Processor
Allowed compression level.
compressionMinSize - Variable in class org.apache.coyote.http11.Http11AprProcessor
Minimum contentsize to make compression.
compressionMinSize - Variable in class org.apache.coyote.http11.Http11Processor
Minimum contentsize to make compression.
compressionStream - Variable in class org.apache.coyote.http11.filters.GzipOutputFilter
Compression output stream.
concurrency - Variable in class org.apache.catalina.valves.SemaphoreValve
Concurrency level of the semaphore.
conditionalState - Variable in class org.apache.catalina.ssi.SSIMediator
 
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.ant.InstallTask
Deprecated. 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.cluster.deploy.FarmWarDeployer
Path where context descriptors should be deployed.
configBase - Variable in class org.apache.catalina.startup.HostConfig
Config base.
configBase() - Method in class org.apache.catalina.startup.HostConfig
Return a File object representing the "configuration root" directory for our associated Host.
configBase(Context) - Method in class org.apache.catalina.storeconfig.StandardContextSF
Return a File object representing the "configuration root" directory for our associated Host.
configClass - Variable in class org.apache.catalina.startup.HostConfig
The Java class name of the Context configuration class we should use.
configErrMsg - Variable in class org.apache.catalina.ssi.SSIMediator
 
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.
configHome - Variable in class org.apache.jk.config.BaseJkConfig
 
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.
configureClientAuth(SSLServerSocket) - Method in class org.apache.tomcat.util.net.jsse.JSSE14SocketFactory
 
configureClientAuth(SSLSocket) - Method in class org.apache.tomcat.util.net.jsse.JSSE14SocketFactory
 
configureClientAuth(SSLServerSocket) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Configure Client authentication for this version of JSSE.
configureClientAuth(SSLSocket) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Configure Client authentication for this version of JSSE.
configureSchema(Digester) - Static method in class org.apache.catalina.startup.DigesterFactory
Turn on DTD and/or validation (based on the parser implementation)
configureSessionCookie(Cookie) - Method in class org.apache.catalina.connector.Request
Configures the given JSESSIONID cookie.
configured - Variable in class org.apache.tomcat.util.digester.Digester
Has this Digester been configured yet.
connect() - Method in class org.apache.catalina.cluster.tcp.AsyncSocketSender
 
connect() - Method in class org.apache.catalina.cluster.tcp.DataSender
Connect other cluster member receiver
connect() - Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
Connect to socket and start background thread to push queued messages
connect() - Method in interface org.apache.catalina.cluster.tcp.IDataSender
 
connect() - Method in class org.apache.catalina.cluster.tcp.PooledSocketSender
 
connect() - Method in class org.apache.naming.resources.DirContextURLConnection
Connect to the DirContext, and retrive the bound object, as well as its attributes.
connectCounter - Variable in class org.apache.catalina.cluster.tcp.DataSender
number of connects
connectionAttempt - Variable in class org.apache.catalina.realm.JNDIRealm
The number of connection attempts.
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.
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.
connector - Variable in class org.apache.catalina.connector.MapperListener
Associated connector.
connector - Variable in class org.apache.catalina.connector.Request
Associated Catalina connector.
connector - Variable in class org.apache.catalina.connector.Response
Associated Catalina connector.
connectors - Variable in class org.apache.catalina.core.StandardService
The set of Connectors associated with this Service.
container - Variable in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
The Container associated with this Cluster.
container - Variable in class org.apache.catalina.connector.Connector
The Container used for processing requests received by this Connector.
container - Variable in class org.apache.catalina.core.NamingContextListener
Associated container.
container - Variable in class org.apache.catalina.core.StandardPipeline
The Container with which this Pipeline is associated.
container - Variable in class org.apache.catalina.core.StandardService
The Container associated with this Service.
container - Variable in class org.apache.catalina.realm.RealmBase
The Container with which this Realm is associated.
container - Variable in class org.apache.catalina.session.ManagerBase
The Container with which this Manager is associated.
container - Variable in class org.apache.catalina.valves.ValveBase
The Container whose pipeline this Valve is a component of.
containerEvent(ContainerEvent) - Method in interface org.apache.catalina.ContainerListener
Acknowledge the occurrence of the specified event.
containerEvent(ContainerEvent) - Method in class org.apache.catalina.connector.MapperListener
 
containerEvent(ContainerEvent) - Method in class org.apache.catalina.core.NamingContextListener
Acknowledge the occurrence of the specified event.
containerEvent(ContainerEvent) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Handle a ContainerEvent from one of the Containers we are interested in.
containerEventMethod - Variable in class org.apache.catalina.session.StandardSession
The java.lang.Method for the fireContainerEvent() method of the org.apache.catalina.core.StandardContext method, if our Context implementation is of this class.
containerEventTypes - Static variable in class org.apache.catalina.session.StandardSession
The method signature for the fireContainerEvent method.
containerLog - Variable in class org.apache.catalina.realm.RealmBase
Container log
containerLog - Variable in class org.apache.catalina.valves.ValveBase
Container log
containsCTL(String, int) - Static method in class org.apache.tomcat.util.http.ServerCookie
 
containsHeader(String) - Method in class org.apache.catalina.connector.Response
Has the specified header been set already in this response?
containsHeader(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
containsHeader(String) - Method in class org.apache.catalina.core.DummyResponse
 
containsHeader(String) - Method in class org.apache.coyote.Response
Warning: This method always returns false for Content-Type and Content-Length.
contentDelimitation - Variable in class org.apache.coyote.http11.Http11AprProcessor
Content delimitator for the request (if false, the connection will be closed at the end of the request).
contentDelimitation - Variable in class org.apache.coyote.http11.Http11Processor
Content delimitator for the request (if false, the connection will be closed at the end of the request).
contentLanguage - Variable in class org.apache.coyote.Response
 
contentLength - Variable in class org.apache.coyote.Response
 
contentLength - Variable in class org.apache.coyote.http11.filters.IdentityInputFilter
Content length.
contentLength - Variable in class org.apache.coyote.http11.filters.IdentityOutputFilter
Content length.
contentLength - Variable in class org.apache.naming.resources.ResourceAttributes
Content length.
contentType() - Method in class org.apache.coyote.Request
 
contentType - Variable in class org.apache.coyote.Response
HTTP specific fields.
contentType() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the content type
contentTypeRegEx - Variable in class org.apache.catalina.ssi.SSIFilter
regex pattern to match when evaluating content types
context - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
The Context to which this Valve is attached.
context - Variable in class org.apache.catalina.connector.Request
Associated context.
context - Variable in class org.apache.catalina.core.StandardContext
The ServletContext implementation associated with this Context.
context - Variable in class org.apache.catalina.realm.JNDIRealm
The directory context linking us to our directory server.
context - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
 
context - Variable in class org.apache.catalina.startup.ContextConfig
The Context we are associated with.
context - Variable in class org.apache.naming.resources.CacheEntry
 
context - Variable in class org.apache.naming.resources.DirContextURLConnection
Directory context.
context - Variable in class org.apache.naming.resources.DirContextURLStreamHandler
Directory context.
context - Variable in class org.apache.tomcat.util.http.mapper.Mapper
Context associated with this wrapper, used for wrapper mapping.
context - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
contextClass - Variable in class org.apache.catalina.startup.HostConfig
The Java class name of the Context implementation we should use.
contextConfig() - Method in class org.apache.catalina.startup.ContextConfig
Process the default configuration file, if it exists.
contextDigester - Static variable in class org.apache.catalina.startup.ContextConfig
The Digester we will use to process web application context files.
contextFactory - Variable in class org.apache.catalina.realm.JNDIRealm
The JNDI context factory used to acquire our InitialContext.
contextList - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Host
 
contextName - Variable in class org.apache.naming.resources.ProxyDirContext
Context name.
contextPath - Variable in class org.apache.catalina.core.DummyRequest
 
contextPath - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
contexts - Variable in class org.apache.tomcat.util.http.mapper.Mapper.ContextList
 
controlConcurrency(Request, Response) - Method in class org.apache.catalina.valves.SemaphoreValve
Subclass friendly method to add conditions.
controller - Variable in class org.apache.catalina.core.ContainerBase
 
controller - Variable in class org.apache.catalina.core.StandardService
 
controller - Variable in class org.apache.catalina.realm.RealmBase
 
controller - Variable in class org.apache.catalina.valves.ValveBase
 
conv - Variable in class org.apache.catalina.connector.InputBuffer
Current byte to char converter.
conv - Variable in class org.apache.catalina.connector.OutputBuffer
Current char to byte converter.
convert(String) - Static method in class org.apache.catalina.util.HexUtils
Convert a String of hexadecimal digits into the corresponding byte array by encoding each two hexadecimal digits as a byte.
convert(byte[]) - Static method in class org.apache.catalina.util.HexUtils
Convert a byte array into a printable format containing a String of hexadecimal digit characters (two per byte).
convert(String) - Static method in class org.apache.catalina.util.MIME2Java
Convert a MIME charset name, also known as an XML encoding name, to a Java encoding name.
convert(String, Class) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
convert(ByteChunk, CharChunk) - Method in class org.apache.tomcat.util.buf.B2CConverter
Deprecated.  
convert(ByteChunk, CharChunk, int) - Method in class org.apache.tomcat.util.buf.B2CConverter
Convert a buffer of bytes into a chars.
convert(char[], int, int) - Method in class org.apache.tomcat.util.buf.C2BConverter
Generate the bytes using the specified encoding
convert(String) - Method in class org.apache.tomcat.util.buf.C2BConverter
Generate the bytes using the specified encoding
convert(char) - Method in class org.apache.tomcat.util.buf.C2BConverter
Generate the bytes using the specified encoding
convert(MessageBytes) - Method in class org.apache.tomcat.util.buf.C2BConverter
Convert a message bytes chars to bytes
convert(String) - Static method in class org.apache.tomcat.util.buf.HexUtils
Convert a String of hexadecimal digits into the corresponding byte array by encoding each two hexadecimal digits as a byte.
convert(byte[]) - Static method in class org.apache.tomcat.util.buf.HexUtils
Convert a byte array into a printable format containing a String of hexadecimal digit characters (two per byte).
convert(ByteChunk) - Method in class org.apache.tomcat.util.buf.UDecoder
URLDecode, will modify the source.
convert(ByteChunk, boolean) - Method in class org.apache.tomcat.util.buf.UDecoder
URLDecode, will modify the source.
convert(CharChunk) - Method in class org.apache.tomcat.util.buf.UDecoder
In-buffer processing - the buffer will be modified Includes converting '+' to ' '.
convert(CharChunk, boolean) - Method in class org.apache.tomcat.util.buf.UDecoder
In-buffer processing - the buffer will be modified
convert(MessageBytes) - Method in class org.apache.tomcat.util.buf.UDecoder
URLDecode, will modify the source Includes converting '+' to ' '.
convert(MessageBytes, boolean) - Method in class org.apache.tomcat.util.buf.UDecoder
URLDecode, will modify the source
convert(String) - Method in class org.apache.tomcat.util.buf.UDecoder
 
convert(String, boolean) - Method in class org.apache.tomcat.util.buf.UDecoder
 
convert(ByteChunk, CharChunk) - Method in class org.apache.tomcat.util.buf.UTF8Decoder
 
convert2Int(byte[]) - Static method in class org.apache.catalina.util.HexUtils
Convert 4 hex digits to an int, and return the number of converted bytes.
convert2Int(byte[]) - Static method in class org.apache.tomcat.util.buf.HexUtils
Convert 4 hex digits to an int, and return the number of converted bytes.
convertDateFormat(String) - Method in class org.apache.catalina.util.Strftime
Search the provided pattern and get the C standard Date/Time formatting rules and convert them to the Java equivalent.
convertMB(MessageBytes) - Method in class org.apache.catalina.connector.CoyoteAdapter
Character conversion of the a US-ASCII MessageBytes.
convertStr(String) - Method in class org.apache.catalina.storeconfig.StoreAppender
Given a string, this method replaces all occurrences of ' <', '>', '&', and '"'.
convertStringToType(String, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Convert string to datatype FIXME How we can transfer values from ant project reference store (ref)?
convertToBytes(String) - Static method in class org.apache.tomcat.util.buf.ByteChunk
Convert specified String to a byte array.
convertURI(MessageBytes, Request) - Method in class org.apache.catalina.connector.CoyoteAdapter
Character conversion of the URI.
cookies - Variable in class org.apache.catalina.connector.Request
The set of cookies associated with this Request.
cookies - Variable in class org.apache.catalina.connector.Response
The set of Cookies associated with this Response.
cookies() - Method in class org.apache.tomcat.util.http.BaseRequest
Get cookies.
cookiesParsed - Variable in class org.apache.catalina.connector.Request
Cookies parsed flag.
copy(File, File) - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
Copy a file to the specified temp directory.
copy(CacheEntry, InputStream, ServletOutputStream) - Method in class org.apache.catalina.servlets.DefaultServlet
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
copy(CacheEntry, InputStream, PrintWriter) - Method in class org.apache.catalina.servlets.DefaultServlet
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
copy(CacheEntry, ServletOutputStream, DefaultServlet.Range) - Method in class org.apache.catalina.servlets.DefaultServlet
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
copy(CacheEntry, PrintWriter, DefaultServlet.Range) - Method in class org.apache.catalina.servlets.DefaultServlet
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
copy(CacheEntry, ServletOutputStream, Iterator, String) - Method in class org.apache.catalina.servlets.DefaultServlet
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
copy(CacheEntry, PrintWriter, Iterator, String) - Method in class org.apache.catalina.servlets.DefaultServlet
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
copy(File, File) - Static method in class org.apache.catalina.startup.ExpandWar
Copy the specified file or directory to the destination.
copyBytes(byte[], int, int, int) - Static method in class org.apache.catalina.connector.CoyoteAdapter
Copy an array of bytes to a different position.
copyRange(InputStream, ServletOutputStream) - Method in class org.apache.catalina.servlets.DefaultServlet
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
copyRange(Reader, PrintWriter) - Method in class org.apache.catalina.servlets.DefaultServlet
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
copyRange(InputStream, ServletOutputStream, long, long) - Method in class org.apache.catalina.servlets.DefaultServlet
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
copyRange(Reader, PrintWriter, long, long) - Method in class org.apache.catalina.servlets.DefaultServlet
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
count - Static variable in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
 
count - Variable in class org.apache.tomcat.util.collections.MultiMap
 
countPackages() - Method in class org.apache.catalina.cluster.io.XByteBuffer
Internal mechanism to make a check if a complete package exists within the buffer
coyoteRequest - Variable in class org.apache.catalina.connector.Request
Coyote request.
coyoteResponse - Variable in class org.apache.catalina.connector.Response
Coyote response.
create() - Method in class org.apache.catalina.core.StandardContext
 
create() - Method in class org.apache.catalina.startup.Catalina
 
create - Variable in class org.apache.catalina.startup.ContextRuleSet
Should the context be created.
createAccessLoggerValve(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new AccessLoggerValve.
createAjpConnector(String, String, int) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new AjpConnector
createClassLoader(File[], File[], ClassLoader) - Static method in class org.apache.catalina.startup.ClassLoaderFactory
Create and return a new class loader, based on the configuration defaults and the specified directory paths:
createClassLoader(File[], File[], URL[], ClassLoader) - Static method in class org.apache.catalina.startup.ClassLoaderFactory
Create and return a new class loader, based on the configuration defaults and the specified directory paths:
createClassLoader(String[], Integer[], ClassLoader) - Static method in class org.apache.catalina.startup.ClassLoaderFactory
Create and return a new class loader, based on the configuration defaults and the specified directory paths:
createConnectionHandler() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
createConnectionHandler() - Method in class org.apache.coyote.http11.Http11Protocol
 
createConnector(InetAddress, int, boolean) - Method in class org.apache.catalina.startup.Embedded
Create, configure, and return a new TCP/IP socket connector based on the specified properties.
createConnector(String, int, boolean) - Method in class org.apache.catalina.startup.Embedded
 
createConnector(InetAddress, int, String) - Method in class org.apache.catalina.startup.Embedded
 
createConnector(String, int, String) - Method in class org.apache.catalina.startup.Embedded
 
createContext(String, String) - Method in class org.apache.catalina.startup.Embedded
Create, configure, and return a Context that will process all HTTP requests received from one of the associated Connectors, and directed to the specified context path on the virtual host to which this Context is connected.
createContextDigester() - Method in class org.apache.catalina.startup.ContextConfig
Create (if necessary) and return a Digester configured to process the context configuration descriptor for an application.
createDataPackage(byte[], int) - Static method in class org.apache.catalina.cluster.io.XByteBuffer
Creates a complete data package
createDataSourceRealm(String, String, String, String, String, String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new DataSource Realm.
createDefaultClusterListener() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
Create default session cluster listener: <ClusterListener className="org.apache.catalina.cluster.session.ClusterSessionListener" />
createDefaultClusterReceiver() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
Create default receiver: <Receiver className="org.apache.catalina.cluster.tcp.SocketReplicationListener" tcpListenAddress="auto" tcpListenPort="8015" tcpListenMaxPort="8019" doReceivedProcessingStats="true" />
createDefaultClusterSender() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
Create default cluster sender <Sender className="org.apache.catalina.cluster.tcp.ReplicationTransmitter" replicationMode="fastasyncqueue" doTransmitterProcessingStats="true" doProcessingStats="true"/>
createDefaultClusterValves() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
Create default ReplicationValve <Valve className="org.apache.catalina.cluster.tcp.ReplicationValve" filter=".*\.gif;.*\.js;.*\.css;.*\.png;.*\.jpeg;.*\.jpg;.*\.htm;.*\.html;.*\.txt;" primaryIndicator="true" />
createDefaultMembershipService() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
Create default membership service: <Membership className="org.apache.catalina.cluster.mcast.McastService" mcastAddr="228.0.0.4" mcastPort="8012" mcastFrequency="1000" mcastDropTime="30000"/>
createDigester() - Static method in class org.apache.catalina.startup.HostConfig
Create the digester which will be used to parse context config files.
createDigester() - Static method in class org.apache.catalina.storeconfig.StoreLoader
Create and configure the Digester we will be using for setup store registry.
createEmptySession() - Method in interface org.apache.catalina.Manager
Get a session from the recycled ones or create a new empty one.
createEmptySession() - Method in class org.apache.catalina.cluster.session.DeltaManager
Create DeltaSession
createEmptySession() - Method in class org.apache.catalina.session.ManagerBase
Get a session from the recycled ones or create a new empty one.
createEngine() - Method in class org.apache.catalina.startup.Embedded
Create, configure, and return an Engine that will process all HTTP requests received from one of the associated Connectors, based on the specified properties.
createFilterChain(ServletRequest, Wrapper, Servlet) - Method in class org.apache.catalina.core.ApplicationFilterFactory
Construct and return a FilterChain implementation that will wrap the execution of the specified servlet instance.
createGroup(String, String) - Method in interface org.apache.catalina.UserDatabase
Create and return a new Group defined in this user database.
createGroup(String, String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Create a new Group and return the corresponding MBean Name.
createGroup(String, String) - Method in class org.apache.catalina.users.MemoryUserDatabase
Create and return a new Group defined in this user database.
createHost(String, String) - Method in class org.apache.catalina.startup.Embedded
Create, configure, and return a Host that will process all HTTP requests received from one of the associated Connectors, and directed to the specified virtual host.
createHttpConnector(String, String, int) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new HttpConnector
createHttpsConnector(String, String, int) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new HttpsConnector
createInputStream() - Method in class org.apache.catalina.connector.Request
Create and return a ServletInputStream to read the content associated with this Request.
createInputStream() - Method in class org.apache.catalina.core.DummyRequest
 
createJAASRealm(String, String, String, String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new JAAS Realm.
createJDBCRealm(String, String, String, String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new JDBC Realm.
createJMXConnection(String, String, String, String, String) - Static method in class org.apache.catalina.ant.jmx.JMXAccessorTask
create a new JMX Connection with auth when username and password is set.
createJNDIRealm(String, String, String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new JNDI Realm.
createLoader(ClassLoader) - Method in class org.apache.catalina.startup.Embedded
Create and return a class loader manager that can be customized, and then attached to a Context, before it is started.
createMBean() - Method in class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
create StoreConfig MBean and load StoreRgistry MBeans name is Catalina:type=StoreConfig
createMBeans() - Method in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
Create the MBeans for the interesting global JNDI resources.
createMBeans(String, Context) - Method in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
Create the MBeans for the interesting global JNDI resources in the specified naming context.
createMBeans(String, UserDatabase) - Method in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
Create the MBeans for the specified UserDatabase and its contents.
createMBeans() - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans that correspond to every existing node of our tree.
createMBeans(Connector) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for the specified Connector and its nested components.
createMBeans(Context) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for the specified Context and its nested components.
createMBeans(ContextEnvironment) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for the specified ContextEnvironment entry.
createMBeans(ContextResource) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for the specified ContextResource entry.
createMBeans(ContextResourceLink) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for the specified ContextResourceLink entry.
createMBeans(Engine) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for the specified Engine and its nested components.
createMBeans(Host) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for the specified Host and its nested components.
createMBeans(MBeanFactory) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for MBeanFactory.
createMBeans(NamingResources) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for the specified NamingResources and its nested components.
createMBeans(Server) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for the specified Server and its nested components.
createMBeans(Service) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Create the MBeans for the specified Service and its nested components.
createManager(String) - Method in interface org.apache.catalina.Cluster
Create a new manager which will use this cluster to replicate its sessions.
createManager(String) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
Create new Manager without add to cluster (comes with start the manager)
createMemoryRealm(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new Memory Realm.
createMsgContext() - Method in class org.apache.jk.common.JniHandler
Create a msg context to be used with the shm channel
createMsgContext() - Method in interface org.apache.jk.core.JkChannel
Create a new request endpoint.
createMsgContext() - Method in class org.apache.jk.core.JkHandler
 
createMsgContext(int) - Method in class org.apache.jk.core.JkHandler
 
createObject(Attributes) - Method in class org.apache.tomcat.util.digester.AbstractObjectCreationFactory
Factory method called by FactoryCreateRule to supply an object based on the element's attributes.
createObject(Attributes) - Method in interface org.apache.tomcat.util.digester.ObjectCreationFactory
Factory method called by FactoryCreateRule to supply an object based on the element's attributes.
createObjectName(String, String) - Method in class org.apache.catalina.connector.Connector
 
createObjectName(String, ObjectName) - Method in class org.apache.catalina.core.ContainerBase
 
createObjectName(ContextResource) - Method in class org.apache.catalina.core.NamingContextListener
Create an ObjectName for this ContextResource object.
createObjectName(String, ObjectName) - Method in class org.apache.catalina.core.StandardContext
 
createObjectName(String, ObjectName) - Method in class org.apache.catalina.core.StandardEngine
 
createObjectName(String, ObjectName) - Method in class org.apache.catalina.core.StandardHost
 
createObjectName(String, ContextEnvironment) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create an ObjectName for this Service object.
createObjectName(String, ContextResource) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create an ObjectName for this ContextResource object.
createObjectName(String, ContextResourceLink) - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create an ObjectName for this ContextResourceLink object.
createObjectName(String, ObjectName) - Method in class org.apache.catalina.valves.ValveBase
 
createOutputStream() - Method in class org.apache.catalina.connector.Response
Create and return a ServletOutputStream to write the content associated with this Response.
createOutputStream() - Method in class org.apache.catalina.core.DummyResponse
 
createPrimaryIndicator(Request) - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
Mark Request that processed at primary node with attribute primaryIndicatorName
createPrincipal(GenericPrincipal) - Static method in class org.apache.catalina.cluster.session.SerializablePrincipal
 
createPrincipal(String, Subject) - Method in class org.apache.catalina.realm.JAASRealm
Deprecated. Use JAASRealm.createPrincipal(String, Subject, LoginContext)
createPrincipal(String, Subject, LoginContext) - Method in class org.apache.catalina.realm.JAASRealm
Identify and return a java.security.Principal instance representing the authenticated user for the specified Subject.
createProperty(Object) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
create result as property with name from attribute resultproperty
createProperty(String, Object) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
create result as property with name from property prefix When result is an array and isSeparateArrayResults is true, resultproperty used as prefix (resultproperty.0-array.length and store the result array length at resultproperty.length.
createRegistry() - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create and configure (if necessary) and return the registry of managed object descriptions.
createRemoteAddrValve(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new Remote Address Filter Valve.
createRemoteHostValve(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new Remote Host Filter Valve.
createRequest() - Method in class org.apache.catalina.connector.Connector
Create (or allocate) and return a Request object suitable for specifying the contents of a Request to the responsible Container.
createRequestDumperValve(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new Request Dumper Valve.
createResponse() - Method in class org.apache.catalina.connector.Connector
Create (or allocate) and return a Response object suitable for receiving the contents of a Response from the responsible Container.
createRole(String, String) - Method in interface org.apache.catalina.UserDatabase
Create and return a new Role defined in this user database.
createRole(String, String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Create a new Role and return the corresponding MBean Name.
createRole(String, String) - Method in class org.apache.catalina.users.MemoryUserDatabase
Create and return a new Role defined in this user database.
createSAXException(String, Exception) - Method in class org.apache.tomcat.util.digester.Digester
Create a SAX exception which also understands about the location in the digester file where the exception occurs
createSAXException(Exception) - Method in class org.apache.tomcat.util.digester.Digester
Create a SAX exception which also understands about the location in the digester file where the exception occurs
createSAXException(String) - Method in class org.apache.tomcat.util.digester.Digester
Create a SAX exception which also understands about the location in the digester file where the exception occurs
createServer() - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create and configure (if necessary) and return the MBeanServer with which we will be registering our ModelMBean implementations.
createServerSocket() - Method in class org.apache.catalina.cluster.tcp.SocketReplicationListener
create a Server Socket between tcpListenerPort and tcpListenMaxPort
createSession() - Method in interface org.apache.catalina.Manager
Deprecated.  
createSession(String) - Method in interface org.apache.catalina.Manager
Construct and return a new session object, based on the default settings specified by this Manager's properties.
createSession(String) - Method in class org.apache.catalina.cluster.session.DeltaManager
Construct and return a new session object, based on the default settings specified by this Manager's properties.
createSession(String, boolean) - Method in class org.apache.catalina.cluster.session.DeltaManager
create new session with check maxActiveSessions and send session creation to other cluster nodes.
createSession(String, boolean, boolean) - Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
Creates a HTTP session.
createSession(String) - Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
Construct and return a new session object, based on the default settings specified by this Manager's properties.
createSession() - Method in class org.apache.catalina.session.ManagerBase
Deprecated.  
createSession(String) - Method in class org.apache.catalina.session.ManagerBase
Construct and return a new session object, based on the default settings specified by this Manager's properties.
createSession(String) - Method in class org.apache.catalina.session.StandardManager
Construct and return a new session object, based on the default settings specified by this Manager's properties.
createSingleSignOn(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new Single Sign On Valve.
createSocket() - Method in class org.apache.catalina.cluster.tcp.DataSender
Create new Socket and use actTimeout (>0) as connect timeout
createSocket(int) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
Returns a server socket which uses all network interfaces on the host, and is bound to a the specified port.
createSocket(int, int) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
Returns a server socket which uses all network interfaces on the host, is bound to a the specified port, and uses the specified connection backlog.
createSocket(int, int, InetAddress) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
Returns a server socket which uses only the specified network interface on the local host, is bound to a the specified port, and uses the specified connection backlog.
createSocket(int) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
createSocket(int, int) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
createSocket(int, int, InetAddress) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
createSocket(int) - Method in class org.apache.tomcat.util.net.puretls.PureTLSSocketFactory
 
createSocket(int, int) - Method in class org.apache.tomcat.util.net.puretls.PureTLSSocketFactory
 
createSocket(int, int, InetAddress) - Method in class org.apache.tomcat.util.net.puretls.PureTLSSocketFactory
 
createStandardContext(String, String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new StandardContext.
createStandardContext(String, String, String, boolean, boolean, boolean, boolean) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new StandardContext.
createStandardEngineService(String, String, String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new StandardEngine.
createStandardHost(String, String, String, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new StandardHost.
createStandardManager(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new StandardManager.
createStandardService(String, String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new StandardService.
createStartDigester() - Method in class org.apache.catalina.startup.Catalina
Create and configure the Digester we will be using for startup.
createStopDigester() - Method in class org.apache.catalina.startup.Catalina
Create and configure the Digester we will be using for shutdown.
createSubcontext(Name) - Method in class org.apache.naming.NamingContext
Creates and binds a new context.
createSubcontext(String) - Method in class org.apache.naming.NamingContext
Creates and binds a new context.
createSubcontext(Name) - Method in class org.apache.naming.SelectorContext
Creates and binds a new context.
createSubcontext(String) - Method in class org.apache.naming.SelectorContext
Creates and binds a new context.
createSubcontext(Name) - Method in class org.apache.naming.resources.BaseDirContext
Creates and binds a new context.
createSubcontext(String) - Method in class org.apache.naming.resources.BaseDirContext
Creates and binds a new context.
createSubcontext(Name, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Creates and binds a new context, along with associated attributes.
createSubcontext(String, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Creates and binds a new context, along with associated attributes.
createSubcontext(String, Attributes) - Method in class org.apache.naming.resources.FileDirContext
Creates and binds a new context, along with associated attributes.
createSubcontext(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Creates and binds a new context.
createSubcontext(String) - Method in class org.apache.naming.resources.ProxyDirContext
Creates and binds a new context.
createSubcontext(Name, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Creates and binds a new context, along with associated attributes.
createSubcontext(String, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Creates and binds a new context, along with associated attributes.
createSubcontext(String, Attributes) - Method in class org.apache.naming.resources.WARDirContext
Creates and binds a new context, along with associated attributes.
createThreadPool(boolean) - Static method in class org.apache.tomcat.util.threads.ThreadPool
Create a ThreadPool instance.
createTime - Variable in class org.apache.catalina.cluster.tcp.DataSender
createTime
createURLStreamHandler(String) - Method in class org.apache.naming.resources.DirContextURLStreamHandlerFactory
Creates a new URLStreamHandler instance with the specified protocol.
createUser(String, String, String) - Method in interface org.apache.catalina.UserDatabase
Create and return a new User defined in this user database.
createUser(String, String, String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Create a new User and return the corresponding MBean Name.
createUser(String, String, String) - Method in class org.apache.catalina.users.MemoryUserDatabase
Create and return a new User defined in this user database.
createUserDatabaseRealm(String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new UserDatabaseRealm.
createWebDigester() - Static method in class org.apache.catalina.startup.ContextConfig
Create (if necessary) and return a Digester configured to process the web application deployment descriptor (web.xml).
createWebXmlDigester(boolean, boolean) - Static method in class org.apache.catalina.startup.ContextConfig
Create (if necessary) and return a Digester configured to process the web application deployment descriptor (web.xml).
createWebappLoader(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new Web Application Loader.
createWorkerThread() - Method in class org.apache.tomcat.util.net.AprEndpoint
Create (or allocate) and return an available processor for use in processing a specific HTTP request, if possible.
createWrapper() - Method in interface org.apache.catalina.Context
Factory method to create and return a new Wrapper instance, of the Java implementation class appropriate for this Context implementation.
createWrapper() - Method in class org.apache.catalina.core.StandardContext
Factory method to create and return a new Wrapper instance, of the Java implementation class appropriate for this Context implementation.
creation - Variable in class org.apache.naming.resources.ResourceAttributes
Creation time.
creationDate - Variable in class org.apache.naming.resources.ResourceAttributes
Creation date.
creationDateFormat - Static variable in class org.apache.catalina.servlets.WebdavServlet
Simple date format for the creation date ISO representation (partial).
creationFactory - Variable in class org.apache.tomcat.util.digester.FactoryCreateRule
The object creation factory we will use to instantiate objects as required based on the attributes specified in the matched XML element.
creationTime - Variable in class org.apache.catalina.session.StandardSession
The time this session was created, in milliseconds since midnight, January 1, 1970 GMT.
credentials(Connection, String) - Method in class org.apache.catalina.realm.JDBCRealm
Return a PreparedStatement configured to perform the SELECT required to retrieve user credentials for the specified username.
crossContextSessions - Variable in class org.apache.catalina.cluster.tcp.ReplicationValve
crossContext session container
curThreads - Variable in class org.apache.tomcat.util.net.AprEndpoint
Current worker threads count.
curThreadsBusy - Variable in class org.apache.tomcat.util.net.AprEndpoint
Current worker threads busy count.
curUserPattern - Variable in class org.apache.catalina.realm.JNDIRealm
The current user pattern to be used for lookup and binding of a user.
currentDate - Static variable in class org.apache.tomcat.util.http.FastHttpDateFormat
Current formatted date.
currentDateGenerated - Static variable in class org.apache.tomcat.util.http.FastHttpDateFormat
Instant on which the currentDate object was generated.
currentStatus - Variable in class org.apache.catalina.cluster.deploy.WarWatcher
Currently deployed files
currentThreadCount - Variable in class org.apache.tomcat.util.threads.ThreadPool
 
currentThreadsBusy - Variable in class org.apache.tomcat.util.threads.ThreadPool
 
customAuthenticators - Variable in class org.apache.catalina.startup.ContextConfig
 

D

DBCP_DATASOURCE_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
DEC - Static variable in class org.apache.catalina.util.HexUtils
Deprecated. Use HexUtils.getDec(int)
DEC - Static variable in class org.apache.tomcat.util.buf.HexUtils
Deprecated. Use HexUtils.getDec(int)
DEFAULT_ALGORITHM - Static variable in class org.apache.catalina.authenticator.AuthenticatorBase
The default message digest algorithm to use if we cannot use the requested one.
DEFAULT_ALGORITHM - Static variable in class org.apache.catalina.session.ManagerBase
The default message digest algorithm to use if we cannot use the requested one.
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.catalina.connector.InputBuffer
 
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.catalina.connector.OutputBuffer
 
DEFAULT_BUFFER_SIZE - Static variable in class org.apache.catalina.util.IOTools
 
DEFAULT_CHARACTER_ENCODING - Static variable in class org.apache.coyote.Constants
 
DEFAULT_CHARSET - Static variable in class org.apache.tomcat.util.buf.ByteChunk
Default encoding used to convert to strings.
DEFAULT_CONFIG_ERR_MSG - Static variable in class org.apache.catalina.ssi.SSIMediator
 
DEFAULT_CONFIG_SIZE_FMT - Static variable in class org.apache.catalina.ssi.SSIMediator
 
DEFAULT_CONFIG_TIME_FMT - Static variable in class org.apache.catalina.ssi.SSIMediator
 
DEFAULT_CONNECTION_LINGER - Static variable in class org.apache.catalina.connector.Constants
 
DEFAULT_CONNECTION_LINGER - Static variable in class org.apache.coyote.ajp.Constants
 
DEFAULT_CONNECTION_LINGER - Static variable in class org.apache.coyote.http11.Constants
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.apache.catalina.connector.Constants
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.apache.coyote.ajp.Constants
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class org.apache.coyote.http11.Constants
 
DEFAULT_CONNECTION_UPLOAD_TIMEOUT - Static variable in class org.apache.catalina.connector.Constants
 
DEFAULT_CONNECTION_UPLOAD_TIMEOUT - Static variable in class org.apache.coyote.ajp.Constants
 
DEFAULT_CONNECTION_UPLOAD_TIMEOUT - Static variable in class org.apache.coyote.http11.Constants
 
DEFAULT_EJB_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
DEFAULT_ENCODING - Static variable in class org.apache.catalina.connector.InputBuffer
 
DEFAULT_ENCODING - Static variable in class org.apache.catalina.connector.OutputBuffer
 
DEFAULT_ENCODING - Static variable in class org.apache.catalina.ssi.SSIEcho
 
DEFAULT_FACTORY - Static variable in class org.apache.naming.EjbRef
Default factory for this reference.
DEFAULT_FACTORY - Static variable in class org.apache.naming.ResourceEnvRef
Default factory for this reference.
DEFAULT_FACTORY - Static variable in class org.apache.naming.ResourceLinkRef
Default factory for this reference.
DEFAULT_FACTORY - Static variable in class org.apache.naming.ResourceRef
Default factory for this reference.
DEFAULT_FACTORY - Static variable in class org.apache.naming.TransactionRef
Default factory for this reference.
DEFAULT_HEADER_SIZE - Static variable in class org.apache.tomcat.util.http.MimeHeaders
Initial size - should be == average number of headers per request XXX make it configurable ( fine-tuning of web-apps )
DEFAULT_HTTP_HEADER_BUFFER_SIZE - Static variable in class org.apache.coyote.ajp.Constants
Default HTTP header buffer size.
DEFAULT_HTTP_HEADER_BUFFER_SIZE - Static variable in class org.apache.coyote.http11.Constants
Default HTTP header buffer size.
DEFAULT_LOCALE - Static variable in class org.apache.coyote.Constants
 
DEFAULT_NAMESPACE - Static variable in class org.apache.catalina.servlets.WebdavServlet
Default namespace.
DEFAULT_NAMESPACE - Static variable in class org.apache.naming.resources.Constants
 
DEFAULT_OPENEJB_FACTORY - Static variable in class org.apache.naming.factory.OpenEjbFactory
 
DEFAULT_RESOURCE - Static variable in class org.apache.catalina.util.CharsetMapper
Default properties resource name.
DEFAULT_RESOURCE_ENV_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
DEFAULT_RESOURCE_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
DEFAULT_RESOURCE_LINK_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
DEFAULT_SERVER_SOCKET_TIMEOUT - Static variable in class org.apache.catalina.connector.Constants
 
DEFAULT_SERVER_SOCKET_TIMEOUT - Static variable in class org.apache.coyote.ajp.Constants
 
DEFAULT_SERVER_SOCKET_TIMEOUT - Static variable in class org.apache.coyote.http11.Constants
 
DEFAULT_SIZE - Static variable in class org.apache.tomcat.util.collections.SimplePool
 
DEFAULT_TCP_NO_DELAY - Static variable in class org.apache.coyote.ajp.Constants
 
DEFAULT_TCP_NO_DELAY - Static variable in class org.apache.coyote.http11.Constants
 
DEFAULT_TRANSACTION_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
DEREF_ALIASES - Static variable in class org.apache.catalina.realm.JNDIRealm
Constant that holds the name of the environment property for specifying the manner in which aliases should be dereferenced.
DEREGISTER_SESSION - Static variable in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
 
DESCRIPTION - Static variable in class org.apache.naming.ResourceRef
Description address type.
DESTROY_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component destroy" event.
DIGEST_METHOD - Static variable in class org.apache.catalina.authenticator.Constants
 
DISPATCHER_REQUEST_PATH_ATTR - Static variable in class org.apache.catalina.Globals
Request dispatcher path.
DISPATCHER_REQUEST_PATH_ATTR - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
 
DISPATCHER_TYPE_ATTR - Static variable in class org.apache.catalina.Globals
Request dispatcher state.
DISPATCHER_TYPE_ATTR - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
 
DOMWriter - class org.apache.catalina.util.DOMWriter.
A sample DOM writer.
DOMWriter(String, boolean) - Constructor for class org.apache.catalina.util.DOMWriter
 
DOMWriter(boolean) - Constructor for class org.apache.catalina.util.DOMWriter
Default constructor.
DOMWriter(Writer, boolean) - Constructor for class org.apache.catalina.util.DOMWriter
 
DUMMY_LOGIN_CONFIG - Static variable in class org.apache.catalina.startup.ContextConfig
 
DataSender - class org.apache.catalina.cluster.tcp.DataSender.
Send cluster messages with only one socket.
DataSender(String, InetAddress, int) - Constructor for class org.apache.catalina.cluster.tcp.DataSender
 
DataSender(String, InetAddress, int, SenderState) - Constructor for class org.apache.catalina.cluster.tcp.DataSender
 
DataSourceClassName - Variable in class org.apache.naming.factory.SendMailFactory
 
DataSourceRealm - class org.apache.catalina.realm.DataSourceRealm.
Implmentation of Realm that works with any JDBC JNDI DataSource.
DataSourceRealm() - Constructor for class org.apache.catalina.realm.DataSourceRealm
 
DateTool - class org.apache.catalina.util.DateTool.
Common place for date utils.
DateTool() - Constructor for class org.apache.catalina.util.DateTool
 
DateTool - class org.apache.tomcat.util.buf.DateTool.
Deprecated. Will be replaced with a more efficient impl, based on FastDateFormat, with an API using less objects.
DateTool() - Constructor for class org.apache.tomcat.util.buf.DateTool
Deprecated.  
DefaultContextMBean - class org.apache.catalina.mbeans.DefaultContextMBean.
A ModelMBean implementation for the org.apache.catalina.core.StandardDefaultContext component.
DefaultContextMBean() - Constructor for class org.apache.catalina.mbeans.DefaultContextMBean
Construct a ModelMBean with default ModelMBeanInfo information.
DefaultContextXml - Static variable in class org.apache.catalina.startup.Constants
 
DefaultServlet - class org.apache.catalina.servlets.DefaultServlet.
The default resource-serving servlet for most web applications, used to serve static resources such as HTML pages and images.
DefaultServlet() - Constructor for class org.apache.catalina.servlets.DefaultServlet
 
DefaultServlet.Range - class org.apache.catalina.servlets.DefaultServlet.Range.
 
DefaultServlet.Range() - Constructor for class org.apache.catalina.servlets.DefaultServlet.Range
 
DefaultWebXml - Static variable in class org.apache.catalina.startup.Constants
 
DeltaManager - class org.apache.catalina.cluster.session.DeltaManager.
The DeltaManager manages replicated sessions by only replicating the deltas in data.
DeltaManager() - Constructor for class org.apache.catalina.cluster.session.DeltaManager
 
DeltaRequest - class org.apache.catalina.cluster.session.DeltaRequest.
 
DeltaRequest() - Constructor for class org.apache.catalina.cluster.session.DeltaRequest
 
DeltaRequest(String, boolean) - Constructor for class org.apache.catalina.cluster.session.DeltaRequest
 
DeltaSession - class org.apache.catalina.cluster.session.DeltaSession.
Similar to the StandardSession, this code is identical, but for update and some small issues, simply copied in the first release.
DeltaSession(Manager) - Constructor for class org.apache.catalina.cluster.session.DeltaSession
Construct a new Session associated with the specified Manager.
DeltaSessionFacade - class org.apache.catalina.cluster.session.DeltaSessionFacade.
Facade for the DeltaSession object.
DeltaSessionFacade(DeltaSession) - Constructor for class org.apache.catalina.cluster.session.DeltaSessionFacade
Construct a new session facade.
DeltaSessionFacade(HttpSession) - Constructor for class org.apache.catalina.cluster.session.DeltaSessionFacade
Construct a new session facade.
DeployTask - class org.apache.catalina.ant.DeployTask.
Ant task that implements the /deploy command, supported by the Tomcat manager application.
DeployTask() - Constructor for class org.apache.catalina.ant.DeployTask
 
Digest(String, String, String) - Static method in class org.apache.catalina.realm.RealmBase
Digest password using the algorithm especificied and convert the result to a corresponding hex string.
DigestAuthenticator - class org.apache.catalina.authenticator.DigestAuthenticator.
An Authenticator and Valve implementation of HTTP DIGEST Authentication (see RFC 2069).
DigestAuthenticator() - Constructor for class org.apache.catalina.authenticator.DigestAuthenticator
 
Digester - class org.apache.tomcat.util.digester.Digester.
A Digester processes an XML input stream by matching a series of element nesting patterns to execute Rules that have been added prior to the start of parsing.
Digester() - Constructor for class org.apache.tomcat.util.digester.Digester
Construct a new Digester with default properties.
Digester(SAXParser) - Constructor for class org.apache.tomcat.util.digester.Digester
Construct a new Digester, allowing a SAXParser to be passed in.
Digester(XMLReader) - Constructor for class org.apache.tomcat.util.digester.Digester
Construct a new Digester, allowing an XMLReader to be passed in.
DigesterFactory - class org.apache.catalina.startup.DigesterFactory.
Wrapper class around the Digester that hide Digester's initialization details
DigesterFactory() - Constructor for class org.apache.catalina.startup.DigesterFactory
 
DirContextURLConnection - class org.apache.naming.resources.DirContextURLConnection.
Connection to a JNDI directory context.
DirContextURLConnection(DirContext, URL) - Constructor for class org.apache.naming.resources.DirContextURLConnection
 
DirContextURLStreamHandler - class org.apache.naming.resources.DirContextURLStreamHandler.
Stream handler to a JNDI directory context.
DirContextURLStreamHandler() - Constructor for class org.apache.naming.resources.DirContextURLStreamHandler
 
DirContextURLStreamHandler(DirContext) - Constructor for class org.apache.naming.resources.DirContextURLStreamHandler
 
DirContextURLStreamHandlerFactory - class org.apache.naming.resources.DirContextURLStreamHandlerFactory.
Factory for Stream handlers to a JNDI directory context.
DirContextURLStreamHandlerFactory() - Constructor for class org.apache.naming.resources.DirContextURLStreamHandlerFactory
 
DummyRequest - class org.apache.catalina.core.DummyRequest.
Dummy request object, used for request dispatcher mapping, as well as JSP precompilation.
DummyRequest() - Constructor for class org.apache.catalina.core.DummyRequest
 
DummyRequest(String, String, String) - Constructor for class org.apache.catalina.core.DummyRequest
 
DummyResponse - class org.apache.catalina.core.DummyResponse.
Dummy response object, used for JSP precompilation.
DummyResponse() - Constructor for class org.apache.catalina.core.DummyResponse
 
daemon - Variable in class org.apache.tomcat.util.net.AprEndpoint
The default is true - the created threads will be in daemon mode.
data - Variable in class org.apache.catalina.cluster.deploy.FileMessageFactory
The bytes that we hold the data in, not thread safe.
data() - Method in class org.apache.catalina.cluster.util.LinkObject
Get the data object from the element.
dataFailureCounter - Variable in class org.apache.catalina.cluster.tcp.DataSender
number of data failure sends
dataResendCounter - Variable in class org.apache.catalina.cluster.tcp.DataSender
number of data resends (second trys after socket failure)
dataSourceName - Variable in class org.apache.catalina.realm.DataSourceRealm
The name of the JNDI JDBC DataSource
database - Variable in class org.apache.catalina.realm.UserDatabaseRealm
The UserDatabase we will use to authenticate users and identify associated roles.
database - Variable in class org.apache.catalina.users.MemoryGroup
The MemoryUserDatabase that owns this group.
database - Variable in class org.apache.catalina.users.MemoryRole
The MemoryUserDatabase that owns this role.
database - Variable in class org.apache.catalina.users.MemoryUser
The MemoryUserDatabase that owns this user.
date - Variable in class org.apache.naming.resources.DirContextURLConnection
Date.
dbConnection - Variable in class org.apache.catalina.realm.JDBCRealm
The connection to the database.
deallocate(Servlet) - Method in interface org.apache.catalina.Wrapper
Return this previously allocated servlet to the pool of available instances.
deallocate(Servlet) - Method in class org.apache.catalina.core.StandardWrapper
Return this previously allocated servlet to the pool of available instances.
debug - Variable in class org.apache.catalina.servlets.DefaultServlet
The debugging detail level for this servlet.
debug - Variable in class org.apache.catalina.ssi.SSIFilter
Debug level for this servlet.
debug - Variable in class org.apache.catalina.ssi.SSIMediator
 
debug - Variable in class org.apache.catalina.ssi.SSIProcessor
 
debug - Variable in class org.apache.catalina.ssi.SSIServlet
Debug level for this servlet.
debug - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
 
debug - Variable in class org.apache.catalina.util.ProcessEnvironment
Deprecated. the debugging detail level for this instance.
decode(ByteChunk, CharChunk) - Static method in class org.apache.catalina.util.Base64
Decodes Base64 data into octects
decode(byte[]) - Method in class org.apache.tomcat.util.buf.Base64
Decodes Base64 data into octects
decodePattern(String) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Decode the given pattern.
decodedURI - Variable in class org.apache.catalina.core.DummyRequest
 
decodedURI() - Method in class org.apache.coyote.Request
 
defaultContextXml - Variable in class org.apache.catalina.startup.ContextConfig
The default web application's context file location.
defaultHostName - Variable in class org.apache.tomcat.util.http.mapper.Mapper
Default host name.
defaultInstance(Object) - Method in class org.apache.catalina.storeconfig.StoreAppender
generate default Instance
defaultInstance(Object) - Method in class org.apache.catalina.storeconfig.StoreContextAppender
 
defaultLocale - Static variable in class org.apache.catalina.connector.Request
The default Locale if none are specified.
defaultMap - Static variable in class org.apache.tomcat.util.http.MimeMap
 
defaultMode - Variable in class org.apache.catalina.cluster.session.DeltaManager
 
defaultMode - Variable in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
defaultWebConfig() - Method in class org.apache.catalina.startup.ContextConfig
Process the default configuration file, if it exists.
defaultWebXml - Variable in class org.apache.catalina.startup.ContextConfig
The default web application's deployment descriptor location.
defaultWrapper - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
 
delegate - Variable in class org.apache.catalina.loader.WebappClassLoader
Should this class loader delegate to the parent class loader before searching its own repositories (i.e. the usual Java2 delegation model)?
delete(File) - Static method in class org.apache.catalina.startup.ExpandWar
Delete the specified directory, including all of its contents and sub-directories recursively.
delete(File, boolean) - Static method in class org.apache.catalina.startup.ExpandWar
Delete the specified directory, including all of its contents and sub-directories recursively.
deleteDir(File) - Static method in class org.apache.catalina.loader.WebappClassLoader
Delete the specified directory, including all of its contents and subdirectories recursively.
deleteDir(File) - Static method in class org.apache.catalina.startup.ExpandWar
Delete the specified directory, including all of its contents and sub-directories recursively.
deleteDir(File, boolean) - Static method in class org.apache.catalina.startup.ExpandWar
Delete the specified directory, including all of its contents and sub-directories recursively.
denies - Variable in class org.apache.catalina.valves.RequestFilterValve
The set of deny regular expressions we will evaluate.
deny - Variable in class org.apache.catalina.valves.RequestFilterValve
The comma-delimited set of deny expressions.
denyValid - Variable in class org.apache.catalina.valves.RequestFilterValve
Helper variable to catch configuration errors.
deployApps() - Method in class org.apache.catalina.startup.HostConfig
Deploy applications for any directories or WAR files that are found in our "application root" directory.
deployApps(String) - Method in class org.apache.catalina.startup.HostConfig
Deploy applications for any directories or WAR files that are found in our "application root" directory.
deployDescriptor(String, File, String) - Method in class org.apache.catalina.startup.HostConfig
 
deployDescriptors(File, String[]) - Method in class org.apache.catalina.startup.HostConfig
Deploy XML context descriptors.
deployDir - Variable in class org.apache.catalina.cluster.deploy.FarmWarDeployer
 
deployDirectories(File, String[]) - Method in class org.apache.catalina.startup.HostConfig
Deploy directories.
deployDirectory(String, File, String) - Method in class org.apache.catalina.startup.HostConfig
 
deployWAR(String, File, String) - Method in class org.apache.catalina.startup.HostConfig
 
deployWARs(File, String[]) - Method in class org.apache.catalina.startup.HostConfig
Deploy WAR files.
deployXML - Variable in class org.apache.catalina.startup.HostConfig
Should we deploy XML Context config files?
deployed - Variable in class org.apache.catalina.startup.HostConfig
Map of deployed applications.
deploymentCount - Static variable in class org.apache.catalina.startup.ContextConfig
Deployment count.
deploymentExists(String) - Method in class org.apache.catalina.startup.HostConfig
Check if a webapp is already deployed in this host.
derefAliases - Variable in class org.apache.catalina.realm.JNDIRealm
How aliases should be dereferenced during search operations.
deregister(String, Session) - Method in class org.apache.catalina.authenticator.SingleSignOn
Deregister the specified session.
deregister(String) - Method in class org.apache.catalina.authenticator.SingleSignOn
Deregister the specified single sign on identifier, and invalidate any associated sessions.
deregister(String, Session) - Method in class org.apache.catalina.cluster.authenticator.ClusterSingleSignOn
Notify the cluster of the removal of a Session from an SSO session and deregister the specified session.
deregister(String) - Method in class org.apache.catalina.cluster.authenticator.ClusterSingleSignOn
Notifies the cluster that a single sign on session has been terminated due to a user logout, deregister the specified single sign on identifier, and invalidate any associated sessions on the local node.
deregisterLocal(String, Session) - Method in class org.apache.catalina.cluster.authenticator.ClusterSingleSignOn
 
deregisterLocal(String) - Method in class org.apache.catalina.cluster.authenticator.ClusterSingleSignOn
 
deriveProcessEnvironment(HttpServletRequest) - Method in class org.apache.catalina.util.CGIProcessEnvironment
Deprecated. Constructs the CGI environment to be supplied to the invoked CGI script; relies heavliy on Servlet API methods and findCGI
deriveProcessEnvironment(HttpServletRequest) - Method in class org.apache.catalina.util.ProcessEnvironment
Deprecated. Constructs the Process environment to be supplied to the invoked process.
desc - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
 
desc - Variable in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
description - Variable in class org.apache.catalina.users.AbstractGroup
The description of this group.
description - Variable in class org.apache.catalina.users.AbstractRole
The description of this Role.
descriptors - Variable in class org.apache.catalina.mbeans.ServerLifecycleListener
Semicolon separated list of paths containing MBean desciptor resources.
deserialize(ClusterData) - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
deserialize the receieve cluster message
deserializeSessionId(byte[]) - Method in class org.apache.catalina.cluster.session.DeltaManager
Load sessionID
deserializeSessions(byte[]) - Method in class org.apache.catalina.cluster.session.DeltaManager
Load sessions from other cluster node.
desiredEntryAccessRatio - Variable in class org.apache.naming.resources.ResourceCache
Entry hit ratio at which an entry will never be removed from the cache.
destroy() - Method in class org.apache.catalina.connector.Connector
 
destroy() - Method in class org.apache.catalina.connector.MapperListener
unregister this from JMImplementation:type=MBeanServerDelegate
destroy() - Method in class org.apache.catalina.core.ContainerBase
 
destroy() - Method in class org.apache.catalina.core.StandardContext
Destroy needs to clean up the context completely.
destroy() - Method in class org.apache.catalina.core.StandardEngine
 
destroy() - Method in class org.apache.catalina.core.StandardHost
 
destroy() - Method in class org.apache.catalina.core.StandardService
 
destroy() - Method in class org.apache.catalina.filters.FailedRequestFilter
 
destroy() - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
 
destroy() - Method in class org.apache.catalina.loader.WebappLoader
 
destroy() - Method in class org.apache.catalina.realm.RealmBase
 
destroy() - Method in class org.apache.catalina.servlets.DefaultServlet
Finalize this servlet.
destroy() - Method in class org.apache.catalina.servlets.InvokerServlet
Finalize this servlet.
destroy() - Method in class org.apache.catalina.session.ManagerBase
 
destroy() - Method in class org.apache.catalina.ssi.SSIFilter
 
destroy() - Method in class org.apache.catalina.startup.Bootstrap
Destroy the Catalina Daemon.
destroy() - Method in class org.apache.catalina.startup.Catalina
 
destroy() - Method in class org.apache.catalina.startup.ContextConfig
Process a "destroy" event for this Context.
destroy() - Method in interface org.apache.coyote.ProtocolHandler
 
destroy() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
destroy() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
destroy() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
destroy() - Method in class org.apache.coyote.http11.Http11Protocol
 
destroy() - Method in class org.apache.coyote.memory.MemoryProtocolHandler
 
destroy() - Method in class org.apache.jk.common.ChannelNioSocket
 
destroy() - Method in class org.apache.jk.common.ChannelSocket
 
destroy() - Method in class org.apache.jk.common.ChannelUn
 
destroy() - Method in class org.apache.jk.common.JkMX
 
destroy() - Method in class org.apache.jk.common.ModJkMX
 
destroy() - Method in class org.apache.jk.common.Shm
 
destroy() - Method in class org.apache.jk.core.JkHandler
Clean up and stop the handler
destroy() - Method in class org.apache.jk.server.JkCoyoteHandler
 
destroy() - Method in class org.apache.naming.NamingService
Destroy servlet container (if any is running).
destroy() - Method in interface org.apache.naming.NamingServiceMBean
Destroy servlet container (if any is running).
destroy() - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
Destroy the poller.
destroy() - Method in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
Destroy the poller.
destroy() - Method in class org.apache.tomcat.util.net.AprEndpoint
Deallocate APR memory pools, and close server socket.
destroyJkComponent() - Method in class org.apache.jk.common.JniHandler
 
destroyMBeans() - Method in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
Destroy the MBeans for the interesting global JNDI resources.
destroyMBeans(Connector, Service) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Deregister the MBeans for the specified Connector and its nested components.
destroyMBeans(Context) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Deregister the MBeans for the specified Context and its nested components.
destroyMBeans(ContextEnvironment) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Deregister the MBeans for the specified ContextEnvironment entry.
destroyMBeans(ContextResource) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Deregister the MBeans for the specified ContextResource entry.
destroyMBeans(ContextResourceLink) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Deregister the MBeans for the specified ContextResourceLink entry.
destroyMBeans(Engine) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Deregister the MBeans for the specified Engine and its nested components.
destroyMBeans(Host) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Deregister the MBeans for the specified Host and its nested components.
destroyMBeans(NamingResources) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Deregister the MBeans for the specified NamingResources and its nested components.
destroyMBeans(Server) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Deregister the MBeans for the specified Server and its related components.
destroyMBeans(Service) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Deregister the MBeans for the specified Service and its nested components.
destroySubcontext(Name) - Method in class org.apache.naming.NamingContext
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class org.apache.naming.NamingContext
Destroys the named context and removes it from the namespace.
destroySubcontext(Name) - Method in class org.apache.naming.SelectorContext
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class org.apache.naming.SelectorContext
Destroys the named context and removes it from the namespace.
destroySubcontext(Name) - Method in class org.apache.naming.resources.BaseDirContext
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class org.apache.naming.resources.BaseDirContext
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class org.apache.naming.resources.FileDirContext
Destroys the named context and removes it from the namespace.
destroySubcontext(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class org.apache.naming.resources.ProxyDirContext
Destroys the named context and removes it from the namespace.
destroySubcontext(String) - Method in class org.apache.naming.resources.WARDirContext
Destroys the named context and removes it from the namespace.
devRandomSource - Variable in class org.apache.catalina.session.ManagerBase
 
digest - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
Return the MessageDigest implementation to be used when creating session identifiers.
digest - Variable in class org.apache.catalina.realm.RealmBase
Digest algorithm used in storing passwords in a non-plaintext format.
digest(String) - Method in class org.apache.catalina.realm.RealmBase
Digest the password using the specified algorithm and convert the result to a corresponding hexadecimal string.
digest - Variable in class org.apache.catalina.session.ManagerBase
Return the MessageDigest implementation to be used when creating session identifiers.
digestEncoding - Variable in class org.apache.catalina.realm.RealmBase
The encoding charset for the digest.
digester - Static variable in class org.apache.catalina.startup.HostConfig
The Digester instance used to parse context descriptors.
digester - Static variable in class org.apache.catalina.storeconfig.StoreLoader
The Digester instance used to parse registry descriptors.
digester - Variable in class org.apache.catalina.util.SchemaResolver
The disgester instance for which this class is the entity resolver.
digester - Variable in class org.apache.tomcat.util.digester.AbstractObjectCreationFactory
The associated Digester instance that was set up by FactoryCreateRule upon initialization.
digester - Variable in class org.apache.tomcat.util.digester.Rule
The Digester with which this Rule is associated.
digester - Variable in class org.apache.tomcat.util.digester.RulesBase
The Digester instance with which this Rules instance is associated.
dirContext - Variable in class org.apache.naming.resources.ProxyDirContext
Associated DirContext.
disableProxyCaching - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
Flag to determine if we disable proxy caching, or leave the issue up to the webapp developer.
disableUploadTimeout - Variable in class org.apache.coyote.http11.Http11AprProcessor
Flag to disable setting a different time-out on uploads.
disableUploadTimeout - Variable in class org.apache.coyote.http11.Http11Processor
Flag to disable setting a different time-out on uploads.
disconnect() - Method in class org.apache.catalina.cluster.tcp.AsyncSocketSender
Disconnect socket ad stop queue thread
disconnect() - Method in class org.apache.catalina.cluster.tcp.DataSender
disconnect and close socket
disconnect() - Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
Disconnect socket ad stop queue thread
disconnect() - Method in interface org.apache.catalina.cluster.tcp.IDataSender
 
disconnect() - Method in class org.apache.catalina.cluster.tcp.PooledSocketSender
 
disconnectCounter - Variable in class org.apache.catalina.cluster.tcp.DataSender
number of explizit disconnects
dispatcherType - Variable in class org.apache.catalina.connector.Request
The current dispatcher type.
displayClassPath(String, URL[]) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Debug method, display the classpath
displaySize(StringBuffer, int) - Method in class org.apache.catalina.servlets.DefaultServlet
Display the size of a file.
distributable - Variable in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
distributable - Variable in class org.apache.catalina.session.ManagerBase
The distributable flag for Sessions created by this Manager.
doAsPrivilege(String, Servlet) - Static method in class org.apache.catalina.security.SecurityUtil
Perform work as a particular Subject.
doAsPrivilege(String, Servlet, Class[], Object[]) - Static method in class org.apache.catalina.security.SecurityUtil
Perform work as a particular Subject.
doAsPrivilege(String, Servlet, Class[], Object[], Principal) - Static method in class org.apache.catalina.security.SecurityUtil
Perform work as a particular Subject.
doAsPrivilege(String, Filter) - Static method in class org.apache.catalina.security.SecurityUtil
Perform work as a particular Subject.
doAsPrivilege(String, Filter, Class[], Object[]) - Static method in class org.apache.catalina.security.SecurityUtil
Perform work as a particular Subject.
doCopy(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
COPY Method.
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
Process a POST request for the specified resource.
doDelete(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
DELETE Method.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.FailedRequestFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
Select and set (if specified) the character encoding to be used to interpret request parameters for this request.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class org.apache.catalina.ssi.SSIFilter
 
doFlush(boolean) - Method in class org.apache.catalina.connector.OutputBuffer
Flush bytes or chars contained in the buffer.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.CGIServlet
Provides CGI Gateway service
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
Process a GET request for the specified resource.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.InvokerServlet
Process a GET request for the specified resource.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.ssi.SSIServlet
Process and forward the GET request to our requestHandler()*
doGetSession(boolean) - Method in class org.apache.catalina.connector.Request
 
doHead(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
Process a HEAD request for the specified resource.
doHead(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.InvokerServlet
Process a HEAD request for the specified resource.
doListen - Variable in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
doLoad() - Method in class org.apache.catalina.session.StandardManager
Load any currently active sessions that were previously unloaded to the appropriate persistence mechanism, if any.
doLock(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
LOCK Method.
doMkcol(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
MKCOL Method.
doMove(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
MOVE Method.
doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
Override default implementation to ensure that TRACE is correctly handled.
doOptions(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
OPTIONS Method.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.CGIServlet
Provides CGI Gateway service -- delegates to doGet
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
Process a POST request for the specified resource.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.InvokerServlet
Process a POST request for the specified resource.
doPost(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.ssi.SSIServlet
Process and forward the POST request to our requestHandler().
doProcessingStats - Variable in class org.apache.catalina.cluster.tcp.DataSender
doProcessingStats
doProcessingStats - Variable in class org.apache.catalina.cluster.tcp.ReplicationValve
doProcessingStats (default = off)
doPropfind(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
PROPFIND Method.
doProppatch(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
PROPPATCH Method.
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
Process a POST request for the specified resource.
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
Process a POST request for the specified resource.
doRFC2254Encoding(String) - Method in class org.apache.catalina.realm.JNDIRealm
Given an LDAP search string, returns the string with certain characters escaped according to RFC 2254 guidelines.
doRead(ByteChunk, Request) - Method in interface org.apache.coyote.InputBuffer
Return from the input stream.
doRead(ByteChunk) - Method in class org.apache.coyote.Request
Read data from the input buffer and put it into a byte chunk.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.ajp.AjpAprProcessor.SocketInputBuffer
Read bytes into the specified chunk.
doRead(ByteChunk, Request) - Method in interface org.apache.coyote.http11.InputFilter
Read bytes.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.InternalAprInputBuffer.SocketInputBuffer
Read bytes into the specified chunk.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Read some bytes.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.InternalInputBuffer.InputStreamInputBuffer
Read bytes into the specified chunk.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.InternalInputBuffer
Read some bytes.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
Fills the given ByteChunk with the buffered request body.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Read bytes.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
Read bytes.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
Read bytes.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.filters.VoidInputFilter
Write some bytes.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.memory.MemoryProtocolHandler.ByteChunkInputBuffer
 
doRead(ByteChunk, Request) - Method in class org.apache.jk.common.JkInputStream
 
doReceivedProcessingStats - Variable in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
doProcessingStats
doRun - Variable in class org.apache.catalina.cluster.mcast.McastServiceImpl
Internal flag used for the listen thread that listens to the multicasting socket.
doRun - Variable in class org.apache.catalina.cluster.tcp.WorkerThread
 
doTransmitterProcessingStats - Variable in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
doTransmitterProcessingStats
doUnload() - Method in class org.apache.catalina.session.StandardManager
Save any currently active sessions in the appropriate persistence mechanism, if any.
doUnlock(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
UNLOCK Method.
doWaitAckStats - Variable in class org.apache.catalina.cluster.tcp.DataSender
doWaitAckStats
doWrite(ByteChunk, Response) - Method in interface org.apache.coyote.OutputBuffer
Write the response.
doWrite(ByteChunk) - Method in class org.apache.coyote.Response
Write a chunk of bytes.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.ajp.AjpAprProcessor.SocketOutputBuffer
Write chunk.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer.SocketOutputBuffer
Write chunk.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Write the contents of a byte chunk.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.InternalOutputBuffer.OutputStreamOutputBuffer
Write chunk.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.InternalOutputBuffer
Write the contents of a byte chunk.
doWrite(ByteChunk, Response) - Method in interface org.apache.coyote.http11.OutputFilter
Write some bytes.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
Write some bytes.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
Write some bytes.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
Write some bytes.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
Write some bytes.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.memory.MemoryProtocolHandler.ByteChunkOutputBuffer
 
doWrite(ByteChunk, Response) - Method in class org.apache.jk.common.JkInputStream
 
docBase - Variable in class org.apache.naming.resources.BaseDirContext
The document base path.
doesPackageExist() - Method in class org.apache.catalina.cluster.io.XByteBuffer
Method to check if a package exists in this byte buffer.
domain - Variable in class org.apache.catalina.connector.Connector
 
domain - Variable in class org.apache.catalina.core.ContainerBase
 
domain - Variable in class org.apache.catalina.core.StandardServer
 
domain - Variable in class org.apache.catalina.core.StandardService
 
domain - Variable in class org.apache.catalina.realm.RealmBase
 
domain - Variable in class org.apache.catalina.session.ManagerBase
 
domain - Variable in class org.apache.catalina.valves.ValveBase
 
domain - Variable in class org.apache.coyote.ajp.AjpAprProtocol
 
domain - Variable in class org.apache.coyote.http11.Http11AprProtocol
 
domain - Variable in class org.apache.coyote.http11.Http11Protocol
 
domain - Variable in class org.apache.jk.core.JkHandler
 
domain - Variable in class org.apache.jk.server.JkMain
 
drainChannel(SelectionKey) - Method in class org.apache.catalina.cluster.tcp.TcpReplicationThread
The actual code which drains the channel associated with the given key.
driver - Variable in class org.apache.catalina.realm.JDBCRealm
Instance of the JDBC Driver class we use as a connection factory.
driver - Variable in class org.apache.catalina.session.JDBCStore
Instance of the JDBC Driver class we use as a connection factory.
driver - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
Instance of the JDBC Driver class we use as a connection factory.
driverName - Variable in class org.apache.catalina.realm.JDBCRealm
The JDBC driver to use.
driverName - Variable in class org.apache.catalina.session.JDBCStore
Driver to use.
dump(String) - Method in class org.apache.coyote.ajp.AjpMessage
Dump the contents of the message, prefixed with the given String.
dump(String) - Method in class org.apache.jk.common.MsgAjp
 
dump(String) - Method in class org.apache.jk.core.Msg
 
dumpScoreboard(String) - Method in class org.apache.jk.common.Shm
 
dumpScoreboard(String) - Method in class org.apache.jk.common.Shm14
 
duplicate(MessageBytes) - Method in class org.apache.tomcat.util.buf.MessageBytes
Copy the src into this MessageBytes, allocating more space if needed
duplicates - Variable in class org.apache.catalina.session.ManagerBase
 

E

EMPTY_ARRAY - Static variable in class org.apache.catalina.cluster.session.DeltaSession
Type array.
EMPTY_ARRAY - Static variable in class org.apache.catalina.session.StandardSession
Type array.
EMPTY_MEMBERS - Static variable in class org.apache.catalina.cluster.mcast.McastMembership
 
ENABLE_CLEAR_REFERENCES - Static variable in class org.apache.catalina.loader.WebappClassLoader
 
ENCODING - Static variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
 
ENCODING - Static variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
 
ENCODING - Static variable in class org.apache.coyote.http11.filters.GzipOutputFilter
 
ENCODING - Static variable in class org.apache.coyote.http11.filters.IdentityInputFilter
 
ENCODING - Static variable in class org.apache.coyote.http11.filters.IdentityOutputFilter
 
ENCODING - Static variable in class org.apache.coyote.http11.filters.VoidInputFilter
 
ENCODING - Static variable in class org.apache.coyote.http11.filters.VoidOutputFilter
 
ENCODING_NAME - Static variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
 
ENCODING_NAME - Static variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
 
ENCODING_NAME - Static variable in class org.apache.coyote.http11.filters.GzipOutputFilter
 
ENCODING_NAME - Static variable in class org.apache.coyote.http11.filters.IdentityInputFilter
 
ENCODING_NAME - Static variable in class org.apache.coyote.http11.filters.IdentityOutputFilter
 
ENCODING_NAME - Static variable in class org.apache.coyote.http11.filters.VoidInputFilter
 
ENCODING_NAME - Static variable in class org.apache.coyote.http11.filters.VoidOutputFilter
 
ENDPOINT_NOTE - Static variable in class org.apache.jk.core.WorkerEnv
 
END_CHUNK - Static variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
End chunk.
END_DATA - Static variable in class org.apache.catalina.cluster.io.XByteBuffer
This is the package footer, 7 bytes (TLF2003)
ENTRY - Static variable in class org.apache.naming.NamingEntry
 
ERROR - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
 
ERROR - Static variable in class org.apache.catalina.deploy.FilterMap
The name of this filter to be executed when this mapping matches a particular request.
ERROR - Static variable in class org.apache.jk.core.JkHandler
 
ERROR_INTEGER - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
 
ERROR_MESSAGE_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we forward an HTTP status message (as an object of type STring) to an error page.
ETAG - Static variable in class org.apache.naming.resources.ResourceAttributes
ETag.
EVT_ALL_SESSION_DATA - Static variable in interface org.apache.catalina.cluster.session.SessionMessage
When a session state is transferred, this is the event.
EVT_ALL_SESSION_TRANSFERCOMPLETE - Static variable in interface org.apache.catalina.cluster.session.SessionMessage
When a session state is complete transferred, this is the event.
EVT_CHANGE_SESSION_ID - Static variable in interface org.apache.catalina.cluster.session.SessionMessage
Event type used when a sessionID has been changed.
EVT_GET_ALL_SESSIONS - Static variable in interface org.apache.catalina.cluster.session.SessionMessage
Event type used when a server comes online for the first time.
EVT_SESSION_ACCESSED - Static variable in interface org.apache.catalina.cluster.session.SessionMessage
Event type used when a session has been accessed (ie, last access time has been updated.
EVT_SESSION_CREATED - Static variable in interface org.apache.catalina.cluster.session.SessionMessage
Event type used when a session has been created on a node
EVT_SESSION_DELTA - Static variable in interface org.apache.catalina.cluster.session.SessionMessage
Event type used when an attribute has been added to a session, the attribute will be sent to all the other nodes in the cluster
EVT_SESSION_EXPIRED - Static variable in interface org.apache.catalina.cluster.session.SessionMessage
Event type used when a session has expired
EXCEPTION_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we forward a Java exception (as an object of type Throwable) to an error page.
EXCEPTION_PAGE_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we forward the request URI (as an object of type String) of the page on which an error occurred.
EXCEPTION_TYPE_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we forward a Java exception type (as an object of type Class) to an error page.
EjbFactory - class org.apache.naming.factory.EjbFactory.
Object factory for EJBs.
EjbFactory() - Constructor for class org.apache.naming.factory.EjbFactory
 
EjbRef - class org.apache.naming.EjbRef.
Represents a reference address to an EJB.
EjbRef(String, String, String, String) - Constructor for class org.apache.naming.EjbRef
EJB Reference.
EjbRef(String, String, String, String, String, String) - Constructor for class org.apache.naming.EjbRef
EJB Reference.
Embedded - class org.apache.catalina.startup.Embedded.
Convenience class to embed a Catalina servlet container environment inside another application.
Embedded() - Constructor for class org.apache.catalina.startup.Embedded
Construct a new instance of this class with default properties.
Embedded(Realm) - Constructor for class org.apache.catalina.startup.Embedded
Construct a new instance of this class with specified properties.
EmptyEnumeration - class org.apache.tomcat.util.collections.EmptyEnumeration.
 
EmptyEnumeration() - Constructor for class org.apache.tomcat.util.collections.EmptyEnumeration
 
Engine - interface org.apache.catalina.Engine.
An Engine is a Container that represents the entire Catalina servlet engine.
EngineConfig - class org.apache.catalina.startup.EngineConfig.
Startup event listener for a Engine that configures the properties of that Engine, and the associated defined contexts.
EngineConfig() - Constructor for class org.apache.catalina.startup.EngineConfig
 
EngineRuleSet - class org.apache.catalina.startup.EngineRuleSet.
RuleSet for processing the contents of a Engine definition element.
EngineRuleSet() - Constructor for class org.apache.catalina.startup.EngineRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
EngineRuleSet(String) - Constructor for class org.apache.catalina.startup.EngineRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
Enumerator - class org.apache.catalina.util.Enumerator.
Adapter class that wraps an Enumeration around a Java2 collection classes object Iterator so that existing APIs returning Enumerations can easily run on top of the new collections.
Enumerator(Collection) - Constructor for class org.apache.catalina.util.Enumerator
Return an Enumeration over the values of the specified Collection.
Enumerator(Collection, boolean) - Constructor for class org.apache.catalina.util.Enumerator
Return an Enumeration over the values of the specified Collection.
Enumerator(Iterator) - Constructor for class org.apache.catalina.util.Enumerator
Return an Enumeration over the values returned by the specified Iterator.
Enumerator(Iterator, boolean) - Constructor for class org.apache.catalina.util.Enumerator
Return an Enumeration over the values returned by the specified Iterator.
Enumerator(Map) - Constructor for class org.apache.catalina.util.Enumerator
Return an Enumeration over the values of the specified Map.
Enumerator(Map, boolean) - Constructor for class org.apache.catalina.util.Enumerator
Return an Enumeration over the values of the specified Map.
ErrorPage - class org.apache.catalina.deploy.ErrorPage.
Representation of an error page element for a web application, as represented in a <error-page> element in the deployment descriptor.
ErrorPage() - Constructor for class org.apache.catalina.deploy.ErrorPage
 
ErrorReportValve - class org.apache.catalina.valves.ErrorReportValve.
Implementation of a Valve that outputs HTML error pages.
ErrorReportValve() - Constructor for class org.apache.catalina.valves.ErrorReportValve
 
ExceptionUtils - class org.apache.tomcat.util.ExceptionUtils.
Utilities for handling Throwables and Exceptions.
ExceptionUtils() - Constructor for class org.apache.tomcat.util.ExceptionUtils
 
ExpandWar - class org.apache.catalina.startup.ExpandWar.
Expand out a WAR in a Host's appBase.
ExpandWar() - Constructor for class org.apache.catalina.startup.ExpandWar
 
Expirer - class org.apache.tomcat.util.threads.Expirer.
Expire unused objects.
Expirer() - Constructor for class org.apache.tomcat.util.threads.Expirer
 
Expirer.ExpireCallback - interface org.apache.tomcat.util.threads.Expirer.ExpireCallback.
 
ExpressionParseTree - class org.apache.catalina.ssi.ExpressionParseTree.
Represents a parsed expression.
ExpressionParseTree(String, SSIMediator) - Constructor for class org.apache.catalina.ssi.ExpressionParseTree
Creates a new parse tree for the specified expression.
ExpressionTokenizer - class org.apache.catalina.ssi.ExpressionTokenizer.
Parses an expression string to return the individual tokens.
ExpressionTokenizer(String) - Constructor for class org.apache.catalina.ssi.ExpressionTokenizer
Creates a new parser for the specified expression.
ExtendedAccessLogValve - class org.apache.catalina.valves.ExtendedAccessLogValve.
An implementation of the W3c Extended Log File Format.
ExtendedAccessLogValve() - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve
Construct a new instance of this class with default property values.
Extension - class org.apache.catalina.util.Extension.
Utility class that represents either an available "Optional Package" (formerly known as "Standard Extension") as described in the manifest of a JAR file, or the requirement for such an optional package.
Extension() - Constructor for class org.apache.catalina.util.Extension
 
ExtensionValidator - class org.apache.catalina.util.ExtensionValidator.
Ensures that all extension dependies are resolved for a WEB application are met.
ExtensionValidator() - Constructor for class org.apache.catalina.util.ExtensionValidator
 
echoResult(String, Object) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
empty - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Body empty flag.
empty() - Method in class org.apache.tomcat.util.digester.ArrayStack
Return true if this stack is currently empty.
emptySessionPath - Variable in class org.apache.catalina.connector.Connector
Use "/" as path for session cookies ?
enableLookups - Variable in class org.apache.catalina.connector.Connector
The "enable DNS lookups" flag for this Connector.
enabled - Variable in class org.apache.catalina.cluster.session.JvmRouteBinderValve
enabled this component
enabledCiphers - Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
encode(String, String) - Method in class org.apache.catalina.ssi.SSIMediator
 
encode(byte[]) - Static method in class org.apache.catalina.util.Base64
Encodes hex octects into Base64.
encode(byte[]) - Method in class org.apache.catalina.util.MD5Encoder
Encodes the 128 bit (16 bytes) MD5 into a 32 character String.
encode(String) - Method in class org.apache.catalina.util.URLEncoder
 
encode(byte[]) - Static method in class org.apache.tomcat.util.buf.Base64
Encodes hex octects into Base64
encodeCookie(Cookie) - Static method in class org.apache.catalina.util.RequestUtil
Encode a cookie as per RFC 2109.
encodeRedirectURL(String) - Method in class org.apache.catalina.connector.Response
Encode the session identifier associated with this response into the specified redirect URL, if necessary.
encodeRedirectURL(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
encodeRedirectURL(String) - Method in class org.apache.catalina.core.DummyResponse
 
encodeRedirectUrl(String) - Method in class org.apache.catalina.connector.Response
Deprecated. As of Version 2.1 of the Java Servlet API, use encodeRedirectURL() instead.
encodeRedirectUrl(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
encodeRedirectUrl(String) - Method in class org.apache.catalina.core.DummyResponse
 
encodeURL(String) - Method in class org.apache.catalina.connector.Response
Encode the session identifier associated with this response into the specified URL, if necessary.
encodeURL(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
encodeURL(String) - Method in class org.apache.catalina.core.DummyResponse
 
encodeURL(String) - Method in class org.apache.tomcat.util.buf.UEncoder
Utility funtion to re-encode the URL.
encodeUrl(String) - Method in class org.apache.catalina.connector.Response
Deprecated. As of Version 2.1 of the Java Servlet API, use encodeURL() instead.
encodeUrl(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
encodeUrl(String) - Method in class org.apache.catalina.core.DummyResponse
 
encoders - Variable in class org.apache.catalina.connector.InputBuffer
List of encoders.
encoders - Variable in class org.apache.catalina.connector.OutputBuffer
List of encoders.
end - Variable in class org.apache.catalina.servlets.DefaultServlet.Range
 
end() - Method in class org.apache.catalina.startup.ConnectorCreateRule
Process the end of this element.
end() - Method in class org.apache.catalina.startup.SetNextNamingRule
Process the end of this element.
end() - Method in class org.apache.coyote.ajp.AjpMessage
For a packet to be sent to the web server, finish the process of accumulating data and write the length of the data payload into the header.
end() - Method in interface org.apache.coyote.http11.InputFilter
End the current request.
end() - Method in interface org.apache.coyote.http11.OutputFilter
End the current request.
end() - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
 
end() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
End the current request.
end() - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
End the current request.
end() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
End the current request.
end() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
End the current request.
end() - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
End the current request.
end() - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
End the current request (has no effect).
end() - Method in class org.apache.coyote.http11.filters.VoidInputFilter
End the current request.
end() - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
End the current request.
end() - Method in class org.apache.jk.common.MsgAjp
For a packet to be sent to the web server, finish the process of accumulating data and write the length of the data payload into the header.
end() - Method in class org.apache.jk.core.Msg
For a packet to be sent to the web server, finish the process of accumulating data and write the length of the data payload into the header.
end() - Method in class org.apache.tomcat.util.digester.CallMethodRule
Process the end of this element.
end(String, String) - Method in class org.apache.tomcat.util.digester.CallParamRule
Process any body texts now.
end(String, String) - Method in class org.apache.tomcat.util.digester.FactoryCreateRule
Process the end of this element.
end() - Method in class org.apache.tomcat.util.digester.NodeCreateRule
Pop the Node off the top of the stack.
end() - Method in class org.apache.tomcat.util.digester.ObjectCreateRule
Process the end of this element.
end() - Method in class org.apache.tomcat.util.digester.Rule
Deprecated. Use the end method with namespace and name parameters instead.
end(String, String) - Method in class org.apache.tomcat.util.digester.Rule
This method is called when the end of a matching XML element is encountered.
end() - Method in class org.apache.tomcat.util.digester.SetNextRule
Process the end of this element.
end() - Method in class org.apache.tomcat.util.digester.SetRootRule
Process the end of this element.
end() - Method in class org.apache.tomcat.util.digester.SetTopRule
Process the end of this element.
end - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
end - Variable in class org.apache.tomcat.util.net.AprEndpoint.WorkerStack
 
endAccess() - Method in interface org.apache.catalina.Session
End access to the session.
endAccess() - Method in class org.apache.catalina.cluster.session.DeltaSession
 
endAccess() - Method in class org.apache.catalina.session.StandardSession
End the access.
endChunk - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Flag set to true when the end chunk has been read.
endChunk - Variable in class org.apache.coyote.http11.filters.IdentityInputFilter
Chunk used to read leftover bytes.
endDocument() - Method in class org.apache.tomcat.util.digester.Digester
Process notification of the end of the document being reached.
endElement(String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
Process notification of the end of an XML element being reached.
endHeaders() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
End the header block.
endHeaders() - Method in class org.apache.coyote.http11.InternalOutputBuffer
End the header block.
endMessage() - Method in class org.apache.jk.common.JkInputStream
 
endMessageArray - Static variable in class org.apache.coyote.ajp.AjpAprProcessor
End message array.
endOfStream - Variable in class org.apache.coyote.ajp.AjpAprProcessor
End of stream flag.
endPrefixMapping(String) - Method in class org.apache.tomcat.util.digester.Digester
Process notification that a namespace prefix is going out of scope.
endRequest() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
End request (consumes leftover bytes).
endRequest() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
End request.
endRequest() - Method in class org.apache.coyote.http11.InternalInputBuffer
End request (consumes leftover bytes).
endRequest() - Method in class org.apache.coyote.http11.InternalOutputBuffer
End request.
endpoint - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Associated endpoint.
endpoint - Variable in class org.apache.coyote.http11.Http11AprProcessor
Associated endpoint.
endpoint - Variable in class org.apache.coyote.http11.Http11Processor
Associated endpoint.
engine - Variable in class org.apache.catalina.startup.EngineConfig
The Engine we are associated with.
engineBase() - Method in class org.apache.catalina.core.StandardContext
Return a File object representing the base directory for the entire servlet container (i.e. the Engine container if present).
engines - Variable in class org.apache.catalina.startup.Embedded
The set of Engines that have been deployed in this server.
entityResolver - Variable in class org.apache.tomcat.util.digester.Digester
The EntityResolver used by the SAX parser.
entityValidator - Variable in class org.apache.catalina.util.SchemaResolver
The URLs of dtds and schemas that have been registered, keyed by the public identifier that corresponds.
entityValidator - Variable in class org.apache.tomcat.util.digester.Digester
The URLs of entityValidator that have been registered, keyed by the public identifier that corresponds.
entries - Variable in class org.apache.naming.resources.RecyclableNamingEnumeration
Entries.
entries - Variable in class org.apache.naming.resources.WARDirContext
WAR entries.
entropy - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
A String initialization parameter used to increase the entropy of the initialization of our random number generator.
entropy - Variable in class org.apache.catalina.session.ManagerBase
A String initialization parameter used to increase the entropy of the initialization of our random number generator.
entry - Variable in class org.apache.naming.resources.WARDirContext.Entry
 
entry - Variable in class org.apache.naming.resources.WARDirContext.WARResource
 
enumeration - Variable in class org.apache.naming.resources.RecyclableNamingEnumeration
Underlying enumeration.
env - Variable in class org.apache.catalina.util.ProcessEnvironment
Deprecated. derived process environment
env - Variable in class org.apache.naming.NamingContext
Environment.
env - Variable in class org.apache.naming.SelectorContext
Environment.
env - Variable in class org.apache.naming.resources.BaseDirContext
Environment.
env - Variable in class org.apache.naming.resources.ProxyDirContext
Environment.
envCtx - Variable in class org.apache.catalina.core.NamingContextListener
Env context.
ep - Variable in class org.apache.coyote.ajp.AjpAprProtocol
Associated APR endpoint.
ep - Variable in class org.apache.coyote.http11.Http11AprProtocol
 
ep - Variable in class org.apache.coyote.http11.Http11BaseProtocol
 
equals(Object) - Method in interface org.apache.catalina.cluster.MessageListener
 
equals(Object) - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
 
equals(Object) - Method in class org.apache.catalina.cluster.deploy.WarWatcher.WarInfo
 
equals(Object) - Method in class org.apache.catalina.cluster.mcast.McastMember
Returns true if the param o is a McastMember with the same name
equals(Object) - Method in class org.apache.catalina.cluster.session.ClusterListener
 
equals(Object) - Method in class org.apache.catalina.cluster.util.SmartQueue.SmartEntry
 
equals(Object) - Method in class org.apache.catalina.realm.RealmBase.AllRolesMode
 
equals(Object) - Method in class org.apache.catalina.util.URL
Compare two URLs for equality.
equals(Object) - Method in class org.apache.naming.NamingEntry
 
equals(String) - Method in class org.apache.tomcat.util.buf.ByteChunk
Compares the message bytes to the specified String object.
equals(ByteChunk) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
equals(byte[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
equals(CharChunk) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
equals(char[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
equals(String) - Method in class org.apache.tomcat.util.buf.CharChunk
Compares the message bytes to the specified String object.
equals(CharChunk) - Method in class org.apache.tomcat.util.buf.CharChunk
 
equals(char[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
equals(byte[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
equals(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
Compares the message bytes to the specified String object.
equals(MessageBytes) - Method in class org.apache.tomcat.util.buf.MessageBytes
 
equals(Object) - Method in class org.apache.tomcat.util.buf.StringCache.ByteEntry
 
equals(Object) - Method in class org.apache.tomcat.util.buf.StringCache.CharEntry
 
equals(String, byte[], int, int) - Static method in class org.apache.tomcat.util.http.Cookies
 
equals(Object) - Method in class org.apache.tomcat.util.net.URL
Compare two URLs for equality.
equalsIgnoreCase(String) - Method in class org.apache.tomcat.util.buf.ByteChunk
Compares the message bytes to the specified String object.
equalsIgnoreCase(String) - Method in class org.apache.tomcat.util.buf.CharChunk
Compares the message bytes to the specified String object.
equalsIgnoreCase(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
Compares the message bytes to the specified String object.
error - Variable in class org.apache.catalina.connector.CoyoteWriter
 
error - Variable in class org.apache.catalina.connector.Response
The error flag.
error(SAXParseException) - Method in class org.apache.catalina.startup.ContextConfig.ContextErrorHandler
 
error - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Error flag.
error - Variable in class org.apache.coyote.http11.Http11AprProcessor
Error flag.
error - Variable in class org.apache.coyote.http11.Http11Processor
Error flag.
error(SAXParseException) - Method in class org.apache.tomcat.util.digester.Digester
Forward notification of a parsing error to the application supplied error handler (if any).
errorException - Variable in class org.apache.coyote.Response
Holds request error exception.
errorHandler - Variable in class org.apache.tomcat.util.digester.Digester
The application-supplied error handler that is notified when parsing warnings, errors, or fatal errors occur.
errorURI - Variable in class org.apache.coyote.Response
Request error URI.
eval() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
This method evaluates the condition It support for operation ">,>=,<,<=" the types long and double.
eval() - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
evaluateIfValid() - Method in class org.apache.catalina.session.StandardSession
 
evaluateTree() - Method in class org.apache.catalina.ssi.ExpressionParseTree
Evaluates the tree and returns true or false.
exactWrappers - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
 
exclude(String) - Method in class org.apache.catalina.session.StandardSession
Exclude attribute that cannot be serialized.
execute() - Method in class org.apache.catalina.ant.AbstractCatalinaTask
Execute the specified command.
execute(String) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
Execute the specified command, based on the configured properties.
execute(String, InputStream, String, int) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
Execute the specified command, based on the configured properties.
execute() - Method in class org.apache.catalina.ant.DeployTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.InstallTask
Deprecated. Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.JMXGetTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.JMXQueryTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.JMXSetTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.ListTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.ReloadTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.RemoveTask
Deprecated. Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.ResourcesTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.RolesTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.ServerinfoTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.SessionsTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.StartTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.StopTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.UndeployTask
Execute the requested operation.
execute() - Method in class org.apache.catalina.ant.ValidatorTask
Execute the specified command.
execute() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Execute the specified command.
execute() - Method in class org.apache.catalina.cluster.io.ObjectReader
Send buffer to cluster listener (callback).
execute() - Method in class org.apache.catalina.cluster.io.SocketObjectReader
send message to callback
execute(DeltaSession) - Method in class org.apache.catalina.cluster.session.DeltaRequest
 
execute(DeltaSession, boolean) - Method in class org.apache.catalina.cluster.session.DeltaRequest
 
execute() - Method in class org.apache.catalina.startup.TldConfig
Scan for and configure all tag library descriptors found in this web application.
execute() - Method in class org.apache.jk.common.Shm
 
execute(LifecycleEvent) - Method in class org.apache.jk.config.BaseJkConfig
Generate configuration files.
execute() - Method in class org.apache.jk.config.WebXml2Jk
 
execute() - Method in class org.apache.jk.core.MsgContext
Invoke a java hook.
execute(Object, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Call execute() - any ant-like task should work
executeContext(Context, PrintWriter) - Method in class org.apache.jk.config.BaseJkConfig
executes the ApacheConfig interceptor.
executeEngine(Engine, PrintWriter) - Method in class org.apache.jk.config.BaseJkConfig
Generate configuration files.
executeHost(Host, PrintWriter) - Method in class org.apache.jk.config.BaseJkConfig
Generate configuration files.
executePartialPut(HttpServletRequest, DefaultServlet.Range, String) - Method in class org.apache.catalina.servlets.DefaultServlet
Handle a partial PUT.
executeServer(Server, PrintWriter) - Method in class org.apache.jk.config.BaseJkConfig
Generate configuration files.
exists() - Method in class org.apache.catalina.cluster.deploy.WarWatcher.WarInfo
 
exists(String) - Method in class org.apache.catalina.deploy.NamingResources
Return true if the name specified already exists.
exists - Variable in class org.apache.naming.resources.CacheEntry
 
expand(Host, URL) - Static method in class org.apache.catalina.startup.ExpandWar
Expand the WAR file found at the specified URL into an unpacked directory structure, and return the absolute pathname to the expanded directory.
expand(Host, URL, String) - Static method in class org.apache.catalina.startup.ExpandWar
Expand the WAR file found at the specified URL into an unpacked directory structure, and return the absolute pathname to the expanded directory.
expand(InputStream, File, String) - Static method in class org.apache.catalina.startup.ExpandWar
Deprecated.  
expandCGIScript() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Extracts requested resource from web app archive to context work directory to enable CGI script to be executed.
expectation - Variable in class org.apache.coyote.http11.Http11AprProcessor
Is there an expectation ?
expectation - Variable in class org.apache.coyote.http11.Http11Processor
Is there an expectation ?
expire() - Method in interface org.apache.catalina.Session
Perform the internal processing required to invalidate this session, without triggering an exception if the session has already expired.
expire(long) - Method in class org.apache.catalina.cluster.mcast.McastMembership
Runs a refresh cycle and returns a list of members that has expired.
expire() - Method in class org.apache.catalina.cluster.session.DeltaSession
Perform the internal processing required to invalidate this session, without triggering an exception if the session has already expired.
expire(boolean) - Method in class org.apache.catalina.cluster.session.DeltaSession
Perform the internal processing required to invalidate this session, without triggering an exception if the session has already expired.
expire(boolean, boolean) - Method in class org.apache.catalina.cluster.session.DeltaSession
 
expire() - Method in class org.apache.catalina.cluster.session.ReplicatedSession
 
expire() - Method in class org.apache.catalina.session.StandardSession
Perform the internal processing required to invalidate this session, without triggering an exception if the session has already expired.
expire(boolean) - Method in class org.apache.catalina.session.StandardSession
Perform the internal processing required to invalidate this session, without triggering an exception if the session has already expired.
expireAllLocalSessions() - Method in class org.apache.catalina.cluster.session.DeltaManager
Exipre all find sessions.
expireSession(String) - Method in class org.apache.catalina.session.ManagerBase
 
expired(TimeStamp) - Method in interface org.apache.tomcat.util.threads.Expirer.ExpireCallback
 
expiredSessions - Variable in class org.apache.catalina.session.ManagerBase
Number of sessions that have expired.
expires - Variable in class org.apache.catalina.ssi.SSIFilter
Expiration time in seconds for the doc.
expires - Variable in class org.apache.catalina.ssi.SSIServlet
Expiration time in seconds for the doc.
expiring - Variable in class org.apache.catalina.session.StandardSession
We are currently processing a session expiration, so bypass certain IllegalStateException tests.
extensionWrappers - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
 
extract(int) - Method in class org.apache.catalina.util.StringParser
Extract and return a substring that starts at the specified position, and extends to the end of the string being parsed.
extract(int, int) - Method in class org.apache.catalina.util.StringParser
Extract and return a substring that starts at the specified position, and ends at the character before the specified position.
extractPackage(boolean) - Method in class org.apache.catalina.cluster.io.XByteBuffer
Extracts the message bytes from a package.

F

FACTORY - Static variable in class org.apache.naming.factory.Constants
 
FAILING - Static variable in class org.apache.catalina.cluster.tcp.SenderState
 
FAST_ASYNC_QUEUE_MODE - Static variable in class org.apache.catalina.cluster.tcp.IDataSenderFactory
 
FLAG_ALLOWED - Static variable in interface org.apache.catalina.cluster.ClusterMessage
 
FLAG_DEFAULT - Static variable in interface org.apache.catalina.cluster.ClusterMessage
 
FLAG_FORBIDDEN - Static variable in interface org.apache.catalina.cluster.ClusterMessage
 
FORM_ACTION - Static variable in class org.apache.catalina.authenticator.Constants
 
FORM_ACTION - Static variable in class org.apache.catalina.realm.Constants
 
FORM_METHOD - Static variable in class org.apache.catalina.authenticator.Constants
 
FORM_METHOD - Static variable in class org.apache.catalina.realm.Constants
 
FORM_PASSWORD - Static variable in class org.apache.catalina.authenticator.Constants
 
FORM_PRINCIPAL_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The previously authenticated principal (if caching is disabled).
FORM_REQUEST_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The original request information, to which the user will be redirected if authentication succeeds.
FORM_USERNAME - Static variable in class org.apache.catalina.authenticator.Constants
 
FORWARD - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
 
FORWARD - Static variable in class org.apache.catalina.deploy.FilterMap
 
FORWARD_CONTEXT_PATH_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which the original context path is stored on an forwarded dispatcher request.
FORWARD_ERROR - Static variable in class org.apache.catalina.deploy.FilterMap
 
FORWARD_INTEGER - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
 
FORWARD_PATH_INFO_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which the original path info is stored on an forwarded dispatcher request.
FORWARD_QUERY_STRING_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which the original query string is stored on an forwarded dispatcher request.
FORWARD_REQUEST_URI_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which the original request URI is stored on an forwarded dispatcher request.
FORWARD_SERVLET_PATH_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which the original servlet path is stored on an forwarded dispatcher request.
FULL - Static variable in class org.apache.catalina.servlets.DefaultServlet
Full range marker.
FactoryCreateRule - class org.apache.tomcat.util.digester.FactoryCreateRule.
Rule implementation that uses an ObjectCreationFactory to create a new object which it pushes onto the object stack.
FactoryCreateRule(Digester, String) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use FactoryCreateRule.FactoryCreateRule(String className) instead.
FactoryCreateRule(Digester, Class) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use FactoryCreateRule.FactoryCreateRule(Class clazz) instead.
FactoryCreateRule(Digester, String, String) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use FactoryCreateRule.FactoryCreateRule(String className, String attributeName) instead.
FactoryCreateRule(Digester, Class, String) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use FactoryCreateRule.FactoryCreateRule(Class clazz, String attributeName) instead.
FactoryCreateRule(Digester, ObjectCreationFactory) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use FactoryCreateRule.FactoryCreateRule(ObjectCreationFactory creationFactory) instead.
FactoryCreateRule(String) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Construct a factory create rule that will use the specified class name to create an ObjectCreationFactory which will then be used to create an object and push it on the stack.
FactoryCreateRule(Class) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Construct a factory create rule that will use the specified class to create an ObjectCreationFactory which will then be used to create an object and push it on the stack.
FactoryCreateRule(String, String) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Construct a factory create rule that will use the specified class name (possibly overridden by the specified attribute if present) to create an ObjectCreationFactory, which will then be used to instantiate an object instance and push it onto the stack.
FactoryCreateRule(Class, String) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Construct a factory create rule that will use the specified class (possibly overridden by the specified attribute if present) to create an ObjectCreationFactory, which will then be used to instantiate an object instance and push it onto the stack.
FactoryCreateRule(ObjectCreationFactory) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Construct a factory create rule using the given, already instantiated, ObjectCreationFactory.
FactoryCreateRule(String, boolean) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Construct a factory create rule that will use the specified class name to create an ObjectCreationFactory which will then be used to create an object and push it on the stack.
FactoryCreateRule(Class, boolean) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Construct a factory create rule that will use the specified class to create an ObjectCreationFactory which will then be used to create an object and push it on the stack.
FactoryCreateRule(String, String, boolean) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Construct a factory create rule that will use the specified class name (possibly overridden by the specified attribute if present) to create an ObjectCreationFactory, which will then be used to instantiate an object instance and push it onto the stack.
FactoryCreateRule(Class, String, boolean) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Construct a factory create rule that will use the specified class (possibly overridden by the specified attribute if present) to create an ObjectCreationFactory, which will then be used to instantiate an object instance and push it onto the stack.
FactoryCreateRule(ObjectCreationFactory, boolean) - Constructor for class org.apache.tomcat.util.digester.FactoryCreateRule
Construct a factory create rule using the given, already instantiated, ObjectCreationFactory.
FailedRequestFilter - class org.apache.catalina.filters.FailedRequestFilter.
Filter that will reject requests if there was a failure during parameter parsing.
FailedRequestFilter() - Constructor for class org.apache.catalina.filters.FailedRequestFilter
 
FarmWarDeployer - class org.apache.catalina.cluster.deploy.FarmWarDeployer.
A farm war deployer is a class that is able to deploy/undeploy web applications in WAR form within the cluster.
FarmWarDeployer() - Constructor for class org.apache.catalina.cluster.deploy.FarmWarDeployer
 
FastAsyncSocketSender - class org.apache.catalina.cluster.tcp.FastAsyncSocketSender.
Send cluster messages from a Message queue with only one socket.
FastAsyncSocketSender(String, InetAddress, int) - Constructor for class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
start background thread to push incomming cluster messages to replication node
FastCommonAccessLogValve - class org.apache.catalina.valves.FastCommonAccessLogValve.
Implementation of the Valve interface that generates a web server access log with the detailed line contents matching either the common or combined patterns.
FastCommonAccessLogValve() - Constructor for class org.apache.catalina.valves.FastCommonAccessLogValve
Construct a new instance of this class with default property values.
FastDateFormat - class org.apache.catalina.util.FastDateFormat.
Fast date formatter that caches recently formatted date information and uses it to avoid too-frequent calls to the underlying formatter.
FastDateFormat(DateFormat) - Constructor for class org.apache.catalina.util.FastDateFormat
 
FastHttpDateFormat - class org.apache.tomcat.util.http.FastHttpDateFormat.
Utility class to generate HTTP dates.
FastHttpDateFormat() - Constructor for class org.apache.tomcat.util.http.FastHttpDateFormat
 
FastQueue - class org.apache.catalina.cluster.util.FastQueue.
A fast queue that remover thread lock the adder thread.
FastQueue() - Constructor for class org.apache.catalina.cluster.util.FastQueue
Generate Queue SingleRemoveSynchronizedAddLock and set add and wait Timeouts
FileChangeListener - interface org.apache.catalina.cluster.deploy.FileChangeListener.
 
FileDirContext - class org.apache.naming.resources.FileDirContext.
Filesystem Directory Context implementation helper class.
FileDirContext() - Constructor for class org.apache.naming.resources.FileDirContext
Builds a file directory context using the given environment.
FileDirContext(Hashtable) - Constructor for class org.apache.naming.resources.FileDirContext
Builds a file directory context using the given environment.
FileDirContext.FileResource - class org.apache.naming.resources.FileDirContext.FileResource.
This specialized resource implementation avoids opening the InputStream to the file right away (which would put a lock on the file).
FileDirContext.FileResource(File) - Constructor for class org.apache.naming.resources.FileDirContext.FileResource
 
FileDirContext.FileResourceAttributes - class org.apache.naming.resources.FileDirContext.FileResourceAttributes.
This specialized resource attribute implementation does some lazy reading (to speed up simple checks, like checking the last modified date).
FileDirContext.FileResourceAttributes(File) - Constructor for class org.apache.naming.resources.FileDirContext.FileResourceAttributes
 
FileMessage - class org.apache.catalina.cluster.deploy.FileMessage.
Contains the data for a file being transferred over TCP, this is essentially a fragment of a file, read and written by the FileMessageFactory
FileMessage(Member, String, String) - Constructor for class org.apache.catalina.cluster.deploy.FileMessage
 
FileMessageFactory - class org.apache.catalina.cluster.deploy.FileMessageFactory.
This factory is used to read files and write files by splitting them up into smaller messages.
FileStore - class org.apache.catalina.session.FileStore.
Concrete implementation of the Store interface that utilizes a file per saved Session in a configured directory.
FileStore() - Constructor for class org.apache.catalina.session.FileStore
 
FilterDef - class org.apache.catalina.deploy.FilterDef.
Representation of a filter definition for a web application, as represented in a <filter> element in the deployment descriptor.
FilterDef() - Constructor for class org.apache.catalina.deploy.FilterDef
 
FilterMap - class org.apache.catalina.deploy.FilterMap.
Representation of a filter mapping for a web application, as represented in a <filter-mapping> element in the deployment descriptor.
FilterMap() - Constructor for class org.apache.catalina.deploy.FilterMap
 
FormAuthenticator - class org.apache.catalina.authenticator.FormAuthenticator.
An Authenticator and Valve implementation of FORM BASED Authentication, as described in the Servlet API Specification, Version 2.2.
FormAuthenticator() - Constructor for class org.apache.catalina.authenticator.FormAuthenticator
 
facade - Variable in class org.apache.catalina.connector.Request
The facade associated with this request.
facade - Variable in class org.apache.catalina.connector.Response
The facade associated with this response.
facade - Variable in class org.apache.catalina.session.StandardSession
The facade associated with this session.
factory - Variable in class org.apache.tomcat.util.digester.Digester
The SAXParserFactory that is created the first time we need it.
factoryType - Static variable in class org.apache.naming.factory.MailSessionFactory
The Java type for which this factory knows how to create objects.
failOnError - Variable in class org.apache.catalina.ant.BaseRedirectorHelperTask
Whether to fail (with a BuildException) if ManagerServlet returns an error.
fairness - Variable in class org.apache.catalina.valves.SemaphoreValve
Fairness of the semaphore.
fakeOutputStream - Variable in class org.apache.coyote.http11.filters.GzipOutputFilter
Fake internal output stream.
fatalError(SAXParseException) - Method in class org.apache.catalina.startup.ContextConfig.ContextErrorHandler
 
fatalError(SAXParseException) - Method in class org.apache.tomcat.util.digester.Digester
Forward notification of a fatal parsing error to the application supplied error handler (if any).
fd - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
fdpool - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
fields - Variable in class org.apache.tomcat.util.collections.MultiMap
 
file - Variable in class org.apache.catalina.cluster.deploy.FileMessageFactory
The file that we are reading/writing
file - Variable in class org.apache.catalina.loader.WebappClassLoader.PrivilegedFindResource
Deprecated.  
file() - Method in class org.apache.catalina.session.StandardManager
Return a File object representing the pathname to our persistence file, if any.
file - Variable in class org.apache.naming.resources.FileDirContext.FileResource
Associated file object.
file - Variable in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
 
file(String) - Method in class org.apache.naming.resources.FileDirContext
Return a File object representing the specified normalized context-relative path if it exists and is readable.
fileEncoding - Variable in class org.apache.catalina.servlets.DefaultServlet
File encoding to be used when reading static files.
fileFactories - Variable in class org.apache.catalina.cluster.deploy.FarmWarDeployer
 
fileModified(File) - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
 
fileModified(File) - Method in interface org.apache.catalina.cluster.deploy.FileChangeListener
 
fileName - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
fileRemoved(File) - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
 
fileRemoved(File) - Method in interface org.apache.catalina.cluster.deploy.FileChangeListener
 
files - Variable in class org.apache.catalina.loader.WebappClassLoader
Repositories translated as path in the work directory (for Jasper originally), but which is used to generate fake URLs should getURLs be called.
fill() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Fill the internal buffer using data from the undelying input stream.
fill() - Method in class org.apache.coyote.http11.InternalInputBuffer
Fill the internal buffer using data from the undelying input stream.
fillInStackTrace() - Method in class org.apache.naming.resources.ImmutableNameNotFoundException
 
filter - Variable in class org.apache.catalina.cluster.tcp.ReplicationValve
Orginal filter
filter(LaunchCommand) - Method in class org.apache.catalina.launcher.CatalinaLaunchFilter
This method allows dynamic configuration and error checking of the attributes and nested elements in a "launch" task that is launching a Catalina application.
filter(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Filter classes.
filter(String) - Static method in class org.apache.catalina.util.RequestUtil
Filter the specified message string for characters that are sensitive in HTML.
filter(String) - Static method in class org.apache.tomcat.util.http.HttpMessages
Filter the specified message string for characters that are sensitive in HTML.
filterChain - Variable in class org.apache.catalina.connector.Request
Filter chain associated with the request.
filterChain - Variable in class org.apache.catalina.core.DummyRequest
 
filterLibrary - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Filter library.
filterLibrary - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Filter library.
filterLibrary - Variable in class org.apache.coyote.http11.InternalInputBuffer
Filter library.
filterLibrary - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Filter library.
filterStart() - Method in class org.apache.catalina.core.StandardContext
Configure and initialize the set of filters for this Context.
filterStop() - Method in class org.apache.catalina.core.StandardContext
Finalize and release the set of filters for this Context.
filterWatchedResources(StandardContext, String[]) - Method in class org.apache.catalina.storeconfig.StandardContextSF
filter out the default watched resources
find(ByteChunk) - Static method in class org.apache.tomcat.util.buf.StringCache
Find an entry given its name in the cache and return the associated String.
find(CharChunk) - Static method in class org.apache.tomcat.util.buf.StringCache
Find an entry given its name in the cache and return the associated String.
find(String, int) - Method in class org.apache.tomcat.util.collections.MultiMap
Find the index of a field with the given name.
findAliases() - Method in interface org.apache.catalina.Host
Return the set of alias names for this Host.
findAliases() - Method in class org.apache.catalina.core.StandardHost
Return the set of alias names for this Host.
findAliases() - Method in class org.apache.catalina.mbeans.StandardHostMBean
Return the set of alias names for this Host
findApplicationListeners() - Method in interface org.apache.catalina.Context
Return the set of application listener class names configured for this application.
findApplicationListeners() - Method in class org.apache.catalina.core.StandardContext
Return the set of application listener class names configured for this application.
findApplicationParameters() - Method in interface org.apache.catalina.Context
Return the set of application parameters for this application.
findApplicationParameters() - Method in class org.apache.catalina.core.StandardContext
Return the set of application parameters for this application.
findAuthRole(String) - Method in class org.apache.catalina.deploy.SecurityConstraint
Return true if the specified role is permitted access to the resources protected by this security constraint.
findAuthRoles() - Method in class org.apache.catalina.deploy.SecurityConstraint
Return the set of roles that are permitted access to the resources protected by this security constraint.
findBooleanSetters(Class) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
findBytes(ByteChunk, byte[]) - Method in class org.apache.coyote.http11.Http11AprProcessor
Specialized utility method: find a sequence of lower case bytes inside a ByteChunk.
findBytes(ByteChunk, byte[]) - Method in class org.apache.coyote.http11.Http11Processor
Specialized utility method: find a sequence of lower case bytes inside a ByteChunk.
findCGI(String, String, String, String, String) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Resolves core information about the cgi script.
findCGI(String, String, String, String, String) - Method in class org.apache.catalina.util.CGIProcessEnvironment
Deprecated. Resolves core information about the cgi script.
findChar(char) - Method in class org.apache.catalina.util.StringParser
Return the index of the next occurrence of the specified character, or the index of the character after the last position of the string if no more occurrences of this character are found.
findChar(byte[], int, int, char) - Static method in class org.apache.tomcat.util.buf.ByteChunk
Find a character, no side effects.
findChars(byte[], int, int, byte[]) - Static method in class org.apache.tomcat.util.buf.ByteChunk
Find a character, no side effects.
findChild(String) - Method in interface org.apache.catalina.Container
Return the child Container, associated with this Container, with the specified name (if any); otherwise, return null
findChild(String) - Method in class org.apache.catalina.core.ContainerBase
Return the child Container, associated with this Container, with the specified name (if any); otherwise, return null
findChildren() - Method in interface org.apache.catalina.Container
Return the set of children Containers associated with this Container.
findChildren() - Method in class org.apache.catalina.core.ContainerBase
Return the set of children Containers associated with this Container.
findClass(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Find the specified class in our local repositories, if possible.
findClassInternal(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Find specified class in local repositories.
findClosest(ByteChunk, StringCache.ByteEntry[], int) - Static method in class org.apache.tomcat.util.buf.StringCache
Find an entry given its name in a sorted array of map elements.
findClosest(CharChunk, StringCache.CharEntry[], int) - Static method in class org.apache.tomcat.util.buf.StringCache
Find an entry given its name in a sorted array of map elements.
findClusterListeners() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
Get the cluster listeners associated with this cluster.
findCollection(String) - Method in class org.apache.catalina.deploy.SecurityConstraint
Return the web resource collection for the specified name, if any; otherwise, return null.
findCollections() - Method in class org.apache.catalina.deploy.SecurityConstraint
Return all of the web resource collections protected by this security constraint.
findCompressableMimeTypes() - Method in class org.apache.coyote.http11.Http11AprProcessor
Return the list of restricted user agents.
findCompressableMimeTypes() - Method in class org.apache.coyote.http11.Http11Processor
Return the list of restricted user agents.
findConnectors() - Method in interface org.apache.catalina.Service
Find and return the set of Connectors associated with this Service.
findConnectors() - Method in class org.apache.catalina.core.StandardService
Find and return the set of Connectors associated with this Service.
findConstraints() - Method in interface org.apache.catalina.Context
Return the set of security constraints for this web application.
findConstraints() - Method in class org.apache.catalina.core.StandardContext
Return the security constraints for this web application.
findContainer() - Method in class org.apache.catalina.connector.Connector
 
findContainerListeners() - Method in interface org.apache.catalina.Container
Return the set of container listeners associated with this Container.
findContainerListeners() - Method in class org.apache.catalina.core.ContainerBase
Return the set of container listeners associated with this Container.
findDescription(String) - Method in class org.apache.catalina.storeconfig.StoreRegistry
Find a description for id.
findDescription(Class) - Method in class org.apache.catalina.storeconfig.StoreRegistry
Find Description by class
findEjb(String) - Method in class org.apache.catalina.deploy.NamingResources
Return the EJB resource reference with the specified name, if any; otherwise, return null.
findEjbs() - Method in class org.apache.catalina.deploy.NamingResources
Return the defined EJB resource references for this application.
findEnvironment(String) - Method in class org.apache.catalina.deploy.NamingResources
Return the environment entry with the specified name, if any; otherwise, return null.
findEnvironments() - Method in class org.apache.catalina.deploy.NamingResources
Return the set of defined environment entries for this web application.
findErrorPage(int) - Method in interface org.apache.catalina.Context
Return the error page entry for the specified HTTP error code, if any; otherwise return null.
findErrorPage(String) - Method in interface org.apache.catalina.Context
Return the error page entry for the specified Java exception type, if any; otherwise return null.
findErrorPage(int) - Method in class org.apache.catalina.core.StandardContext
Return the error page entry for the specified HTTP error code, if any; otherwise return null.
findErrorPage(String) - Method in class org.apache.catalina.core.StandardContext
Return the error page entry for the specified Java exception type, if any; otherwise return null.
findErrorPages() - Method in interface org.apache.catalina.Context
Return the set of defined error pages for all specified error codes and exception types.
findErrorPages() - Method in class org.apache.catalina.core.StandardContext
Return the set of defined error pages for all specified error codes and exception types.
findFilterConfig(String) - Method in class org.apache.catalina.core.StandardContext
Find and return the initialized FilterConfig for the specified filter name, if any; otherwise return null.
findFilterDef(String) - Method in interface org.apache.catalina.Context
Return the filter definition for the specified filter name, if any; otherwise return null.
findFilterDef(String) - Method in class org.apache.catalina.core.StandardContext
Return the filter definition for the specified filter name, if any; otherwise return null.
findFilterDefs() - Method in interface org.apache.catalina.Context
Return the set of defined filters for this Context.
findFilterDefs() - Method in class org.apache.catalina.core.StandardContext
Return the set of defined filters for this Context.
findFilterMaps() - Method in interface org.apache.catalina.Context
Return the set of filter mappings for this Context.
findFilterMaps() - Method in class org.apache.catalina.core.StandardContext
Return the set of filter mappings for this Context.
findFirst(String) - Method in class org.apache.tomcat.util.collections.MultiMap
 
findGroup(String) - Method in interface org.apache.catalina.UserDatabase
Return the Group with the specified group name, if any; otherwise return null.
findGroup(String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Return the MBean Name for the specified group name (if any); otherwise return null.
findGroup(String) - Method in class org.apache.catalina.users.MemoryUserDatabase
Return the Group with the specified group name, if any; otherwise return null.
findHeader(String, int) - Method in class org.apache.tomcat.util.http.MimeHeaders
Find the index of a header with the given name.
findIgnoreCase(String, int) - Method in class org.apache.tomcat.util.collections.MultiMap
Find the index of a field with the given name.
findInitParameter(String) - Method in interface org.apache.catalina.Wrapper
Return the value for the specified initialization parameter name, if any; otherwise return null.
findInitParameter(String) - Method in class org.apache.catalina.core.StandardWrapper
Return the value for the specified initialization parameter name, if any; otherwise return null.
findInitParameters() - Method in interface org.apache.catalina.Wrapper
Return the names of all defined initialization parameters for this servlet.
findInitParameters() - Method in class org.apache.catalina.core.StandardWrapper
Return the names of all defined initialization parameters for this servlet.
findInstanceListeners() - Method in interface org.apache.catalina.Context
Return the set of InstanceListener classes that will be added to newly created Wrappers automatically.
findInstanceListeners() - Method in class org.apache.catalina.core.StandardContext
Return the set of InstanceListener classes that will be added to newly created Wrappers automatically.
findLifecycleListeners() - Method in interface org.apache.catalina.Lifecycle
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.authenticator.SingleSignOn
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.cluster.session.DeltaManager
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.cluster.session.JvmRouteBinderValve
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.connector.Connector
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.core.ContainerBase
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.core.StandardPipeline
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.core.StandardServer
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.core.StandardService
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.loader.WebappClassLoader
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.loader.WebappLoader
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.realm.RealmBase
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.session.PersistentManagerBase
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.session.StandardManager
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.session.StoreBase
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.startup.Embedded
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.util.LifecycleSupport
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.valves.AccessLogValve
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.valves.RequestFilterValve
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in class org.apache.catalina.valves.SemaphoreValve
Get the lifecycle listeners associated with this lifecycle.
findLoadedClass0(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Finds the class with the given name if it has previously been loaded and cached by this class loader, and return the Class object.
findLoadedResource(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Finds the resource with the given name if it has previously been loaded and cached by this class loader, and return an input stream to the resource data.
findLocalEjb(String) - Method in class org.apache.catalina.deploy.NamingResources
Return the local EJB resource reference with the specified name, if any; otherwise, return null.
findLocalEjbs() - Method in class org.apache.catalina.deploy.NamingResources
Return the defined local EJB resource references for this application.
findMappingObject() - Method in class org.apache.catalina.core.StandardContext
FIXME: Fooling introspection ...
findMappingObject() - Method in class org.apache.catalina.core.StandardWrapper
FIXME: Fooling introspection ...
findMappings() - Method in interface org.apache.catalina.Wrapper
Return the mappings associated with this wrapper.
findMappings() - Method in class org.apache.catalina.core.StandardWrapper
Return the mappings associated with this wrapper.
findMemberByName(String) - Method in interface org.apache.catalina.cluster.MembershipService
Return the member by name
findMemberByName(String) - Method in class org.apache.catalina.cluster.mcast.McastService
Return the member by name
findMessageDestination(String) - Method in class org.apache.catalina.core.StandardContext
Return the message destination with the specified name, if any; otherwise, return null.
findMessageDestinationRef(String) - Method in class org.apache.catalina.core.StandardContext
Return the message destination ref with the specified name, if any; otherwise, return null.
findMessageDestinationRef(String) - Method in class org.apache.catalina.deploy.NamingResources
Return the message destination reference with the specified name, if any; otherwise, return null.
findMessageDestinationRefs() - Method in class org.apache.catalina.core.StandardContext
Return the set of defined message destination refs for this web application.
findMessageDestinationRefs() - Method in class org.apache.catalina.deploy.NamingResources
Return the defined message destination references for this application.
findMessageDestinations() - Method in class org.apache.catalina.core.StandardContext
Return the set of defined message destinations for this web application.
findMethod(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Return true if the specified HTTP request method is part of this web resource collection.
findMethod(Class, String, Class[]) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
findMethods() - Method in class org.apache.catalina.deploy.SecurityCollection
Return the set of HTTP request methods that are part of this web resource collection, or a zero-length array if all request methods are included.
findMethods(Class) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
findMimeMapping(String) - Method in interface org.apache.catalina.Context
Return the MIME type to which the specified extension is mapped, if any; otherwise return null.
findMimeMapping(String) - Method in class org.apache.catalina.core.StandardContext
Return the MIME type to which the specified extension is mapped, if any; otherwise return null.
findMimeMappings() - Method in interface org.apache.catalina.Context
Return the extensions for which MIME mappings are defined.
findMimeMappings() - Method in class org.apache.catalina.core.StandardContext
Return the extensions for which MIME mappings are defined.
findNamespaceURI(String) - Method in class org.apache.tomcat.util.digester.Digester
Return the currently mapped namespace URI for the specified prefix, if any; otherwise return null.
findNext(int) - Method in class org.apache.tomcat.util.collections.MultiMap
 
findNotChars(byte[], int, int, byte[]) - Static method in class org.apache.tomcat.util.buf.ByteChunk
Find the first character !
findObjectName(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Return the managed bean definition for the specified bean type
findParameter(String) - Method in interface org.apache.catalina.Context
Return the value for the specified context initialization parameter name, if any; otherwise return null.
findParameter(String) - Method in class org.apache.catalina.core.StandardContext
Return the value for the specified context initialization parameter name, if any; otherwise return null.
findParameters() - Method in interface org.apache.catalina.Context
Return the names of all defined context initialization parameters for this Context.
findParameters() - Method in class org.apache.catalina.core.StandardContext
Return the names of all defined context initialization parameters for this Context.
findPattern(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Is the specified pattern part of this web resource collection?
findPatterns() - Method in class org.apache.catalina.deploy.SecurityCollection
Return the set of URL patterns that are part of this web resource collection.
findReplicationClass(String) - Method in class org.apache.catalina.cluster.session.ReplicationStream
 
findRepositories() - Method in interface org.apache.catalina.Loader
Return the set of repositories defined for this class loader.
findRepositories() - Method in interface org.apache.catalina.loader.Reloader
Return a String array of the current repositories for this class loader.
findRepositories() - Method in class org.apache.catalina.loader.WebappClassLoader
Return a String array of the current repositories for this class loader.
findRepositories() - Method in class org.apache.catalina.loader.WebappLoader
Return the set of repositories defined for this class loader.
findResource(String) - Method in class org.apache.catalina.deploy.NamingResources
Return the resource reference with the specified name, if any; otherwise return null.
findResource(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Find the specified resource in our local repository, and return a URL refering to it, or null if this resource cannot be found.
findResourceEnvRef(String) - Method in class org.apache.catalina.deploy.NamingResources
Return the resource environment reference type for the specified name, if any; otherwise return null.
findResourceEnvRefs() - Method in class org.apache.catalina.deploy.NamingResources
Return the set of resource environment reference names for this web application.
findResourceInternal(File, String) - Method in class org.apache.catalina.loader.WebappClassLoader
Find specified resource in local repositories.
findResourceInternal(String, String) - Method in class org.apache.catalina.loader.WebappClassLoader
Find specified resource in local repositories.
findResourceLink(String) - Method in class org.apache.catalina.deploy.NamingResources
Return the resource link with the specified name, if any; otherwise return null.
findResourceLinks() - Method in class org.apache.catalina.deploy.NamingResources
Return the defined resource links for this application.
findResources() - Method in class org.apache.catalina.deploy.NamingResources
Return the defined resource references for this application.
findResources(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Return an enumeration of URLs representing all of the resources with the given name.
findRestrictedUserAgents() - Method in class org.apache.coyote.http11.Http11AprProcessor
Return the list of restricted user agents.
findRestrictedUserAgents() - Method in class org.apache.coyote.http11.Http11Processor
Return the list of restricted user agents.
findRole(String) - Method in interface org.apache.catalina.UserDatabase
Return the Role with the specified role name, if any; otherwise return null.
findRole(String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Return the MBean Name for the specified role name (if any); otherwise return null.
findRole(String) - Method in class org.apache.catalina.users.MemoryUserDatabase
Return the Role with the specified role name, if any; otherwise return null.
findRoleMapping(String) - Method in interface org.apache.catalina.Context
For the given security role (as used by an application), return the corresponding role name (as defined by the underlying Realm) if there is one.
findRoleMapping(String) - Method in class org.apache.catalina.core.StandardContext
For the given security role (as used by an application), return the corresponding role name (as defined by the underlying Realm) if there is one.
findSecurityConstraints(Request, Context) - Method in interface org.apache.catalina.Realm
Return the SecurityConstraints configured to guard the request URI for this request, or null if there is no such constraint.
findSecurityConstraints(Request, Context) - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
Return the SecurityConstraints configured to guard the request URI for this request, or null if there is no such constraint.
findSecurityConstraints(Request, Context) - Method in class org.apache.catalina.realm.RealmBase
Return the SecurityConstraints configured to guard the request URI for this request, or null if there is no such constraint.
findSecurityReference(String) - Method in interface org.apache.catalina.Wrapper
Return the security role link for the specified security role reference name, if any; otherwise return null.
findSecurityReference(String) - Method in class org.apache.catalina.core.StandardWrapper
Return the security role link for the specified security role reference name, if any; otherwise return null.
findSecurityReferences() - Method in interface org.apache.catalina.Wrapper
Return the set of security role reference names associated with this servlet, if any; otherwise return a zero-length array.
findSecurityReferences() - Method in class org.apache.catalina.core.StandardWrapper
Return the set of security role reference names associated with this servlet, if any; otherwise return a zero-length array.
findSecurityRole(String) - Method in interface org.apache.catalina.Context
Return true if the specified security role is defined for this application; otherwise return false.
findSecurityRole(String) - Method in class org.apache.catalina.core.StandardContext
Return true if the specified security role is defined for this application; otherwise return false.
findSecurityRoles() - Method in interface org.apache.catalina.Context
Return the security roles defined for this application.
findSecurityRoles() - Method in class org.apache.catalina.core.StandardContext
Return the security roles defined for this application.
findService(String) - Method in interface org.apache.catalina.Server
Return the specified Service (if it exists); otherwise return null.
findService(String) - Method in class org.apache.catalina.core.StandardServer
Return the specified Service (if it exists); otherwise return null.
findServices() - Method in interface org.apache.catalina.Server
Return the set of Services defined within this Server.
findServices() - Method in class org.apache.catalina.core.StandardServer
Return the set of Services defined within this Server.
findServletMapping(String) - Method in interface org.apache.catalina.Context
Return the servlet name mapped by the specified pattern (if any); otherwise return null.
findServletMapping(String) - Method in class org.apache.catalina.core.StandardContext
Return the servlet name mapped by the specified pattern (if any); otherwise return null.
findServletMappings() - Method in interface org.apache.catalina.Context
Return the patterns of all defined servlet mappings for this Context.
findServletMappings() - Method in class org.apache.catalina.core.StandardContext
Return the patterns of all defined servlet mappings for this Context.
findSession(String) - Method in interface org.apache.catalina.Manager
Return the active Session, associated with this Manager, with the specified session id (if any); otherwise return null.
findSession(String) - Method in class org.apache.catalina.session.ManagerBase
Return the active Session, associated with this Manager, with the specified session id (if any); otherwise return null.
findSession(String) - Method in class org.apache.catalina.session.PersistentManagerBase
Return the active Session, associated with this Manager, with the specified session id (if any); otherwise return null.
findSessionMasterMember() - Method in class org.apache.catalina.cluster.session.DeltaManager
Find the master of the session state
findSessions() - Method in interface org.apache.catalina.Manager
Return the set of active Sessions associated with this Manager.
findSessions() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Returns the Sessions associated with this SSO.
findSessions() - Method in class org.apache.catalina.session.ManagerBase
Return the set of active Sessions associated with this Manager.
findStaticResources() - Method in class org.apache.catalina.core.StandardContext
Return the naming resources associated with this web application.
findStatusPage(int) - Method in interface org.apache.catalina.Context
Return the context-relative URI of the error page for the specified HTTP status code, if any; otherwise return null.
findStatusPage(int) - Method in class org.apache.catalina.core.StandardContext
Return the context-relative URI of the error page for the specified HTTP status code, if any; otherwise return null.
findStatusPages() - Method in interface org.apache.catalina.Context
Return the set of HTTP status codes for which error pages have been specified.
findStatusPages() - Method in class org.apache.catalina.core.StandardContext
Return the set of HTTP status codes for which error pages have been specified.
findStoreFactory(String) - Method in class org.apache.catalina.storeconfig.StoreRegistry
Find factory from classname
findStoreFactory(Class) - Method in class org.apache.catalina.storeconfig.StoreRegistry
find factory from class
findStream() - Method in class org.apache.tomcat.util.log.SystemLogHandler
Find PrintStream to which the output must be written to.
findTaglib(String) - Method in interface org.apache.catalina.Context
Return the tag library descriptor location for the specified taglib URI, if any; otherwise, return null.
findTaglib(String) - Method in class org.apache.catalina.core.StandardContext
Return the tag library descriptor location for the specified taglib URI, if any; otherwise, return null.
findTaglibs() - Method in interface org.apache.catalina.Context
Return the URIs of all tag libraries for which a tag library descriptor location has been specified.
findTaglibs() - Method in class org.apache.catalina.core.StandardContext
Return the URIs of all tag libraries for which a tag library descriptor location has been specified.
findText() - Method in class org.apache.catalina.util.StringParser
Return the index of the next occurrence of a non-whitespace character, or the index of the character after the last position of the string if no more non-whitespace characters are found.
findUser(String) - Method in interface org.apache.catalina.UserDatabase
Return the User with the specified user name, if any; otherwise return null.
findUser(String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Return the MBean Name for the specified user name (if any); otherwise return null.
findUser(String) - Method in class org.apache.catalina.users.MemoryUserDatabase
Return the User with the specified user name, if any; otherwise return null.
findVoidSetters(Class) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
findWatchedResources() - Method in interface org.apache.catalina.Context
Return the set of watched resources for this Context.
findWatchedResources() - Method in class org.apache.catalina.core.StandardContext
Return the set of watched resources for this Context.
findWebappClass(String) - Method in class org.apache.catalina.cluster.session.ReplicationStream
 
findWelcomeFile(String) - Method in interface org.apache.catalina.Context
Return true if the specified welcome file is defined for this Context; otherwise return false.
findWelcomeFile(String) - Method in class org.apache.catalina.core.StandardContext
Return true if the specified welcome file is defined for this Context; otherwise return false.
findWelcomeFiles() - Method in interface org.apache.catalina.Context
Return the set of welcome files defined for this Context.
findWelcomeFiles() - Method in class org.apache.catalina.core.StandardContext
Return the set of welcome files defined for this Context.
findWhite() - Method in class org.apache.catalina.util.StringParser
Return the index of the next occurrence of a whitespace character, or the index of the character after the last position of the string if no more whitespace characters are found.
findWrapperLifecycles() - Method in interface org.apache.catalina.Context
Return the set of LifecycleListener classes that will be added to newly created Wrappers automatically.
findWrapperLifecycles() - Method in class org.apache.catalina.core.StandardContext
Return the set of LifecycleListener classes that will be added to newly created Wrappers automatically.
findWrapperListeners() - Method in interface org.apache.catalina.Context
Return the set of ContainerListener classes that will be added to newly created Wrappers automatically.
findWrapperListeners() - Method in class org.apache.catalina.core.StandardContext
Return the set of ContainerListener classes that will be added to newly created Wrappers automatically.
findXsltInputStream(DirContext) - Method in class org.apache.catalina.servlets.DefaultServlet
Return the xsl template inputstream (if possible)
finish() - Method in class org.apache.catalina.connector.ResponseFacade
 
finish() - Method in class org.apache.coyote.Response
 
finish() - Method in class org.apache.coyote.ajp.AjpAprProcessor
Finish AJP response.
finish() - Method in class org.apache.tomcat.util.digester.CallMethodRule
Clean up after parsing is complete.
finish() - Method in class org.apache.tomcat.util.digester.FactoryCreateRule
Clean up after parsing is complete.
finish() - Method in class org.apache.tomcat.util.digester.Rule
This method is called after all parsing methods have been called, to allow Rules to remove temporary data.
finishRequest() - Method in class org.apache.catalina.connector.Request
Perform whatever actions are required to flush and close the input stream or reader, in a single operation.
finishRequest() - Method in class org.apache.catalina.core.DummyRequest
 
finishResponse() - Method in class org.apache.catalina.connector.Response
Perform whatever actions are required to flush and close the output stream or writer, in a single operation.
finishResponse() - Method in class org.apache.catalina.core.DummyResponse
 
finished - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Finished response.
finished - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Finished flag.
finished - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Finished flag.
fireContainerEvent(String, Object) - Method in class org.apache.catalina.core.ContainerBase
Notify all container event listeners that a particular event has occurred for this Container.
fireContainerEvent(Context, String, Object) - Method in class org.apache.catalina.session.StandardSession
Fire container events if the Context implementation is the org.apache.catalina.core.StandardContext.
fireInstanceEvent(String, Filter) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Filter, Throwable) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Filter, ServletRequest, ServletResponse) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Filter, ServletRequest, ServletResponse, Throwable) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Servlet) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Servlet, Throwable) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Servlet, ServletRequest, ServletResponse) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireInstanceEvent(String, Servlet, ServletRequest, ServletResponse, Throwable) - Method in class org.apache.catalina.util.InstanceSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireLifecycleEvent(String, Object) - Method in class org.apache.catalina.util.LifecycleSupport
Notify all lifecycle event listeners that a particular event has occurred for this Container.
fireSessionEvent(String, Object) - Method in class org.apache.catalina.cluster.session.DeltaSession
Notify all session event listeners that a particular event has occurred for this Session.
fireSessionEvent(String, Object) - Method in class org.apache.catalina.session.StandardSession
Notify all session event listeners that a particular event has occurred for this Session.
first - Variable in class org.apache.catalina.core.StandardPipeline
The first valve associated with this Pipeline.
first - Variable in class org.apache.coyote.ajp.AjpAprProcessor
First read.
firstIndexOf(byte[], int, byte[]) - Static method in class org.apache.catalina.cluster.io.XByteBuffer
Similar to a String.IndexOf, but uses pure bytes
firstReadTimeout - Variable in class org.apache.tomcat.util.net.AprEndpoint
Timeout on first request read before going to the poller, in ms.
fixDocBase() - Method in class org.apache.catalina.startup.ContextConfig
Adjust docBase.
flow(Reader, Writer, char[]) - Static method in class org.apache.catalina.util.IOTools
Read input from reader and write it to writer until there is no more input from reader.
flow(Reader, Writer) - Static method in class org.apache.catalina.util.IOTools
 
flow(InputStream, OutputStream, byte[]) - Static method in class org.apache.catalina.util.IOTools
Read input from input stream and write it to output stream until there is no more input from input stream.
flow(InputStream, OutputStream) - Static method in class org.apache.catalina.util.IOTools
 
flush() - Method in class org.apache.catalina.connector.CoyoteOutputStream
Will send the buffer to the client.
flush() - Method in class org.apache.catalina.connector.CoyoteWriter
 
flush() - Method in class org.apache.catalina.connector.OutputBuffer
Flush bytes or chars contained in the buffer.
flush() - Method in class org.apache.coyote.ajp.AjpAprProcessor
Callback to write data from the buffer.
flush() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Flush the response.
flush() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Flush the response.
flush() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
flush(Msg, MsgContext) - Method in class org.apache.jk.common.ChannelJni
 
flush() - Method in class org.apache.jk.common.ChannelNioSocket.SocketOutputStream
 
flush(Msg, MsgContext) - Method in class org.apache.jk.common.ChannelNioSocket
 
flush(Msg, MsgContext) - Method in class org.apache.jk.common.ChannelSocket
 
flush(Msg, MsgContext) - Method in class org.apache.jk.common.ChannelUn
 
flush(Msg, MsgContext) - Method in interface org.apache.jk.core.JkChannel
Flush the data to the client.
flush() - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
flushBuffer() - Method in class org.apache.catalina.connector.Response
Flush the buffer and commit this response.
flushBuffer() - Method in class org.apache.catalina.connector.ResponseFacade
 
flushBuffer() - Method in class org.apache.catalina.core.DummyResponse
 
flushBuffer() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Callback to write data from the buffer.
flushBuffer() - Method in class org.apache.tomcat.util.buf.ByteChunk
Send the buffer to the sink.
flushBuffer() - Method in class org.apache.tomcat.util.buf.C2BConverter
Flush any internal buffers into the ByteOutput or the internal byte[]
flushBuffer() - Method in class org.apache.tomcat.util.buf.CharChunk
 
flushBytes() - Method in class org.apache.catalina.connector.OutputBuffer
Real write - this buffer will be sent to the client
flushChars() - Method in class org.apache.catalina.connector.OutputBuffer
 
flushCharsNeeded() - Method in class org.apache.catalina.connector.OutputBuffer
 
flushMessageBuffer - Static variable in class org.apache.coyote.ajp.AjpAprProcessor
Direct buffer used for sending explicit flush message.
flushOutputStreamOrWriter() - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
Flush the servletOutputStream or printWriter ( only one will be non-null ) This must be called after a requestDispatcher.include, since we can't assume that the included servlet flushed its stream.
format - Variable in class org.apache.catalina.connector.Response
The date format we will use for creating date headers.
format(Date, StringBuffer, FieldPosition) - Method in class org.apache.catalina.util.FastDateFormat
Note: breaks functionality of fieldPosition param.
format(Date) - Method in class org.apache.catalina.util.Strftime
Format the date according to the strftime-style string given in the constructor.
format - Static variable in class org.apache.naming.resources.ResourceAttributes
HTTP date format.
format - Static variable in class org.apache.tomcat.util.http.FastHttpDateFormat
HTTP date format.
format1123(Date) - Static method in class org.apache.tomcat.util.buf.DateTool
Deprecated.  
format1123(Date, DateFormat) - Static method in class org.apache.tomcat.util.buf.DateTool
Deprecated.  
formatCache - Static variable in class org.apache.tomcat.util.http.FastHttpDateFormat
Formatter cache.
formatDate(Date, String) - Method in class org.apache.catalina.ssi.SSIFlastmod
 
formatDate(Date, TimeZone) - Method in class org.apache.catalina.ssi.SSIMediator
 
formatDate(long, DateFormat) - Static method in class org.apache.tomcat.util.http.FastHttpDateFormat
Get the HTTP format of the specified date.
formatOldCookie(Date, StringBuffer, FieldPosition) - Static method in class org.apache.tomcat.util.buf.DateTool
Deprecated.  
formatOldCookie(Date) - Static method in class org.apache.tomcat.util.buf.DateTool
Deprecated.  
formatSize(long, String) - Method in class org.apache.catalina.ssi.SSIFsize
 
formats - Variable in class org.apache.catalina.connector.Request
The set of SimpleDateFormat formats to use in getDateHeader().
formats - Static variable in class org.apache.naming.resources.ResourceAttributes
Date formats using for Date parsing.
formats - Static variable in class org.apache.tomcat.util.http.FastHttpDateFormat
The set of SimpleDateFormat formats to use in getDateHeader().
forwardAll - Variable in class org.apache.jk.config.BaseJkConfig
 
forwardToErrorPage(Request, Response, LoginConfig) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Called to forward to the error page
forwardToLoginPage(Request, Response, LoginConfig) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Called to forward to the login page
fromStack - Variable in class org.apache.tomcat.util.digester.CallParamRule
Is the parameter to be set from the stack?
fullName - Variable in class org.apache.catalina.users.AbstractUser
The full name of this user.

G

GET - Static variable in class org.apache.coyote.ajp.Constants
GET.
GET - Static variable in class org.apache.coyote.http11.Constants
GET.
GLOBALNAME - Static variable in class org.apache.naming.ResourceLinkRef
Description address type.
GMT_ZONE - Static variable in class org.apache.catalina.connector.Request
 
GMT_ZONE - Static variable in class org.apache.catalina.util.DateTool
GMT timezone - all HTTP dates are on GMT
GMT_ZONE - Static variable in class org.apache.tomcat.util.buf.DateTool
Deprecated. GMT timezone - all HTTP dates are on GMT
GZIP_FILTER - Static variable in class org.apache.coyote.ajp.Constants
GZIP filter (output).
GZIP_FILTER - Static variable in class org.apache.coyote.http11.Constants
GZIP filter (output).
GeneratorApache2 - class org.apache.jk.config.GeneratorApache2.
 
GeneratorApache2() - Constructor for class org.apache.jk.config.GeneratorApache2
 
GeneratorJk1 - class org.apache.jk.config.GeneratorJk1.
 
GeneratorJk1() - Constructor for class org.apache.jk.config.GeneratorJk1
 
GeneratorJk2 - class org.apache.jk.config.GeneratorJk2.
 
GeneratorJk2() - Constructor for class org.apache.jk.config.GeneratorJk2
 
GenericParser - class org.apache.tomcat.util.digester.GenericParser.
Create a SAXParser configured to support XML Schema and DTD.
GenericParser() - Constructor for class org.apache.tomcat.util.digester.GenericParser
 
GenericPrincipal - class org.apache.catalina.realm.GenericPrincipal.
Generic implementation of java.security.Principal that is available for use by Realm implementations.
GenericPrincipal(Realm, String, String) - Constructor for class org.apache.catalina.realm.GenericPrincipal
Construct a new Principal, associated with the specified Realm, for the specified username and password.
GenericPrincipal(Realm, String, String, List) - Constructor for class org.apache.catalina.realm.GenericPrincipal
Construct a new Principal, associated with the specified Realm, for the specified username and password, with the specified role names (as Strings).
GenericPrincipal(Realm, String, String, List, Principal) - Constructor for class org.apache.catalina.realm.GenericPrincipal
Construct a new Principal, associated with the specified Realm, for the specified username and password, with the specified role names (as Strings).
GenericPrincipal(Realm, String, String, List, Principal, LoginContext) - Constructor for class org.apache.catalina.realm.GenericPrincipal
Construct a new Principal, associated with the specified Realm, for the specified username and password, with the specified role names (as Strings).
GlobalNamingResourcesSF - class org.apache.catalina.storeconfig.GlobalNamingResourcesSF.
store server.xml GlobalNamingResource.
GlobalNamingResourcesSF() - Constructor for class org.apache.catalina.storeconfig.GlobalNamingResourcesSF
 
GlobalResourcesLifecycleListener - class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener.
Implementation of LifecycleListener that instantiates the set of MBeans associated with global JNDI resources that are subject to management.
GlobalResourcesLifecycleListener() - Constructor for class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
 
Globals - class org.apache.catalina.Globals.
Global constants that are applicable to multiple packages within Catalina.
Globals() - Constructor for class org.apache.catalina.Globals
 
Group - interface org.apache.catalina.Group.
Abstract representation of a group of Users in a UserDatabase.
GroupMBean - class org.apache.catalina.mbeans.GroupMBean.
A ModelMBean implementation for the org.apache.catalina.Group component.
GroupMBean() - Constructor for class org.apache.catalina.mbeans.GroupMBean
Construct a ModelMBean with default ModelMBeanInfo information.
GzipOutputFilter - class org.apache.coyote.http11.filters.GzipOutputFilter.
Gzip output filter.
GzipOutputFilter() - Constructor for class org.apache.coyote.http11.filters.GzipOutputFilter
 
GzipOutputFilter.FakeOutputStream - class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream.
 
GzipOutputFilter.FakeOutputStream() - Constructor for class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
generateConstraints(Vector, Vector, Vector, boolean) - Method in class org.apache.jk.config.GeneratorApache2
 
generateConstraints(Vector, Vector, Vector, boolean) - Method in class org.apache.jk.config.GeneratorJk1
 
generateConstraints(Vector, Vector, Vector, boolean) - Method in class org.apache.jk.config.GeneratorJk2
 
generateConstraints(Vector, Vector, Vector, boolean) - Method in interface org.apache.jk.config.WebXml2Jk.MappingGenerator
 
generateContextMappings(Context, PrintWriter) - Method in class org.apache.jk.config.ApacheConfig
 
generateContextMappings(Context, PrintWriter) - Method in class org.apache.jk.config.BaseJkConfig
 
generateContextMappings(Context, PrintWriter) - Method in class org.apache.jk.config.IISConfig
 
generateContextMappings(Context, PrintWriter) - Method in class org.apache.jk.config.NSConfig
 
generateEnd() - Method in class org.apache.jk.config.GeneratorApache2
 
generateEnd() - Method in class org.apache.jk.config.GeneratorJk1
 
generateEnd() - Method in class org.apache.jk.config.GeneratorJk2
 
generateEnd() - Method in interface org.apache.jk.config.WebXml2Jk.MappingGenerator
 
generateErrorPage(int, String) - Method in class org.apache.jk.config.GeneratorApache2
 
generateErrorPage(int, String) - Method in class org.apache.jk.config.GeneratorJk1
 
generateErrorPage(int, String) - Method in class org.apache.jk.config.GeneratorJk2
 
generateErrorPage(int, String) - Method in interface org.apache.jk.config.WebXml2Jk.MappingGenerator
 
generateFilterMapping(String, String) - Method in class org.apache.jk.config.GeneratorApache2
 
generateFilterMapping(String, String) - Method in class org.apache.jk.config.GeneratorJk1
 
generateFilterMapping(String, String) - Method in class org.apache.jk.config.GeneratorJk2
 
generateFilterMapping(String, String) - Method in interface org.apache.jk.config.WebXml2Jk.MappingGenerator
 
generateJkHead(PrintWriter) - Method in class org.apache.jk.config.ApacheConfig
Generate the loadModule and general options
generateJkHead(PrintWriter) - Method in class org.apache.jk.config.BaseJkConfig
Generate general options
generateJkHead(PrintWriter) - Method in class org.apache.jk.config.IISConfig
 
generateJkHead(PrintWriter) - Method in class org.apache.jk.config.NSConfig
 
generateJkTail(PrintWriter) - Method in class org.apache.jk.config.BaseJkConfig
Generate general options
generateJkTail(PrintWriter) - Method in class org.apache.jk.config.NSConfig
 
generateLoginConfig(String, String, String) - Method in class org.apache.jk.config.GeneratorApache2
 
generateLoginConfig(String, String, String) - Method in class org.apache.jk.config.GeneratorJk1
 
generateLoginConfig(String, String, String) - Method in class org.apache.jk.config.GeneratorJk2
 
generateLoginConfig(String, String, String) - Method in interface org.apache.jk.config.WebXml2Jk.MappingGenerator
 
generateMimeMapping(String, String) - Method in class org.apache.jk.config.GeneratorJk1
 
generateMimeMapping(String, String) - Method in class org.apache.jk.config.GeneratorJk2
 
generateNonce(Request) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Generate a unique token.
generateSSLConfig(PrintWriter) - Method in class org.apache.jk.config.ApacheConfig
 
generateSSLConfig(PrintWriter) - Method in class org.apache.jk.config.BaseJkConfig
Generate SSL options
generateServletMapping(String, String) - Method in class org.apache.jk.config.GeneratorApache2
 
generateServletMapping(String, String) - Method in class org.apache.jk.config.GeneratorJk1
 
generateServletMapping(String, String) - Method in class org.apache.jk.config.GeneratorJk2
 
generateServletMapping(String, String) - Method in interface org.apache.jk.config.WebXml2Jk.MappingGenerator
 
generateSessionId() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Generate and return a new session identifier for the cookie that identifies an SSO principal.
generateSessionId() - Method in class org.apache.catalina.session.ManagerBase
Generate and return a new session identifier.
generateStart() - Method in class org.apache.jk.config.GeneratorApache2
 
generateStart() - Method in class org.apache.jk.config.GeneratorJk1
 
generateStart() - Method in class org.apache.jk.config.GeneratorJk2
 
generateStart() - Method in interface org.apache.jk.config.WebXml2Jk.MappingGenerator
Start section( vhost declarations, etc )
generateStupidMappings(Context, PrintWriter) - Method in class org.apache.jk.config.ApacheConfig
Forward all requests for a context to tomcat.
generateStupidMappings(Context, PrintWriter) - Method in class org.apache.jk.config.BaseJkConfig
 
generateStupidMappings(Context, PrintWriter) - Method in class org.apache.jk.config.IISConfig
Forward all requests for a context to tomcat.
generateStupidMappings(Context, PrintWriter) - Method in class org.apache.jk.config.NSConfig
Forward all requests for a context to tomcat.
generateVhostHead(Host, PrintWriter) - Method in class org.apache.jk.config.ApacheConfig
 
generateVhostHead(Host, PrintWriter) - Method in class org.apache.jk.config.BaseJkConfig
Generate Virtual Host start
generateVhostTail(Host, PrintWriter) - Method in class org.apache.jk.config.ApacheConfig
 
generateVhostTail(Host, PrintWriter) - Method in class org.apache.jk.config.BaseJkConfig
Generate Virtual Host end
generateWelcomeFiles(Vector) - Method in class org.apache.jk.config.GeneratorJk1
 
generateWelcomeFiles(Vector) - Method in class org.apache.jk.config.GeneratorJk2
 
get() - Method in class org.apache.catalina.util.Queue
Get the first object out of the queue.
get() - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Get the bound context.
get(ClassLoader) - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Get the bound context.
get(Thread) - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Get the bound context.
get(String) - Method in class org.apache.naming.resources.ResourceAttributes
Get attribute.
get(Object) - Method in class org.apache.tomcat.util.collections.LRUCache
 
get(String) - Method in class org.apache.tomcat.util.collections.MultiMap
 
get() - Method in class org.apache.tomcat.util.collections.Queue
Get the first object out of the queue.
get(String) - Method in class org.apache.tomcat.util.collections.SimpleHashtable
Returns the value to which the specified key is mapped in this hashtable ... the key isn't necessarily interned, though.
get() - Method in class org.apache.tomcat.util.collections.SimplePool
Get an object from the pool, null if the pool is empty.
getAbsoluteDocBase(Context) - Method in class org.apache.jk.config.BaseJkConfig
 
getAbsolutePath(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getAcceptorThreadCount() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getAccessCount() - Method in class org.apache.catalina.cluster.session.DeltaSession
 
getAccessCount() - Method in class org.apache.catalina.cluster.session.ReplicatedSession
 
getAccessCount() - Method in class org.apache.naming.resources.ResourceCache
Return the access count.
getAccessCount() - Method in class org.apache.tomcat.util.buf.StringCache
 
getAckTimeout() - Method in class org.apache.catalina.cluster.tcp.DataSender
Deprecated. since 5.5.25 use timeout instead
getAckTimeout() - Method in interface org.apache.catalina.cluster.tcp.IDataSender
 
getAckTimeout() - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
 
getAction() - Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
 
getActiveSessions() - Method in interface org.apache.catalina.Manager
Gets the number of currently active sessions.
getActiveSessions() - Method in class org.apache.catalina.session.ManagerBase
Returns the number of active sessions
getAdapter() - Method in interface org.apache.coyote.Processor
 
getAdapter() - Method in interface org.apache.coyote.ProtocolHandler
 
getAdapter() - Method in class org.apache.coyote.ajp.AjpAprProcessor
Get the associated adapter.
getAdapter() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getAdapter() - Method in class org.apache.coyote.http11.Http11AprProcessor
Get the associated adapter.
getAdapter() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getAdapter() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getAdapter() - Method in class org.apache.coyote.http11.Http11Processor
Get the associated adapter.
getAdapter() - Method in class org.apache.coyote.memory.MemoryProtocolHandler
 
getAdapter() - Method in class org.apache.jk.server.JkCoyoteHandler
 
getAddCounter() - Method in class org.apache.catalina.cluster.util.FastQueue
 
getAddErrorCounter() - Method in class org.apache.catalina.cluster.util.FastQueue
 
getAddWait() - Method in class org.apache.catalina.cluster.util.FastQueue
 
getAddWaitTimeout() - Method in class org.apache.catalina.cluster.util.FastQueue
get current add wait timeout
getAddWaitTimeout() - Method in class org.apache.catalina.cluster.util.SingleRemoveSynchronizedAddLock
 
getAddress() - Method in interface org.apache.catalina.cluster.ClusterMessage
Get the address that this message originated from.
getAddress() - Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
Get the address that this message originated from.
getAddress() - Method in class org.apache.catalina.cluster.deploy.FileMessage
 
getAddress() - Method in class org.apache.catalina.cluster.deploy.UndeployMessage
 
getAddress() - Method in class org.apache.catalina.cluster.session.SessionIDMessage
 
getAddress() - Method in class org.apache.catalina.cluster.session.SessionMessageImpl
Get the address that this message originated from.
getAddress() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getAddress() - Method in interface org.apache.catalina.cluster.tcp.IDataSender
 
getAddress() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getAddress() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getAddress() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getAddress() - Method in class org.apache.jk.common.ChannelNioSocket
 
getAddress() - Method in class org.apache.jk.common.ChannelSocket
 
getAddress() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getAddress() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getAlgorithm() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the message digest algorithm for this Manager.
getAlgorithm() - Method in class org.apache.catalina.session.ManagerBase
Return the message digest algorithm for this Manager.
getAlgorithm() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getAliases() - Method in class org.apache.catalina.core.StandardHost
 
getAll() - Method in class org.apache.naming.resources.ResourceAttributes
Get all attributes.
getAllClusterSessions() - Method in class org.apache.catalina.cluster.session.DeltaManager
get from first session master the backup from all clustered sessions
getAllRoles() - Method in class org.apache.catalina.deploy.SecurityConstraint
Was the "all roles" wildcard included in this authentication constraint?
getAllRolesMode() - Method in class org.apache.catalina.realm.RealmBase
Return the all roles mode.
getAllow() - Method in class org.apache.catalina.valves.RequestFilterValve
Return a comma-delimited set of the allow expressions configured for this Valve, if any; otherwise, return null.
getAllowLinking() - Method in class org.apache.naming.resources.FileDirContext
Is linking allowed.
getAllowTrace() - Method in class org.apache.catalina.connector.Connector
True if the TRACE method is allowed.
getAllowTrace() - Method in class org.apache.catalina.connector.RequestFacade
 
getAltDDName() - Method in interface org.apache.catalina.Context
Return the alternate Deployment Descriptor name.
getAltDDName() - Method in class org.apache.catalina.core.StandardContext
Return the alternate Deployment Descriptor name.
getAlternateURL() - Method in class org.apache.catalina.realm.JNDIRealm
Getter for property alternateURL.
getAntiJARLocking() - Method in class org.apache.catalina.core.StandardContext
Return the antiJARLocking flag for this Context.
getAntiJARLocking() - Method in class org.apache.catalina.loader.WebappClassLoader
 
getAntiResourceLocking() - Method in class org.apache.catalina.core.StandardContext
Return the antiResourceLocking flag for this Context.
getAppBase() - Method in interface org.apache.catalina.Host
Return the application root for this Host.
getAppBase() - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
Return a File object representing the "application root" directory for our associated Host.
getAppBase() - Method in class org.apache.catalina.core.StandardHost
Return the application root for this Host.
getAppBase(StandardHost) - Method in class org.apache.catalina.storeconfig.StoreContextAppender
 
getAppName() - Method in class org.apache.catalina.realm.JAASRealm
getter for the appName member variable
getApplicationEventListeners() - Method in interface org.apache.catalina.Context
Return the set of initialized application event listener objects, in the order they were specified in the web application deployment descriptor, for this application.
getApplicationEventListeners() - Method in class org.apache.catalina.core.StandardContext
Return the set of initialized application event listener objects, in the order they were specified in the web application deployment descriptor, for this application.
getApplicationLifecycleListeners() - Method in interface org.apache.catalina.Context
Return the set of initialized application lifecycle listener objects, in the order they were specified in the web application deployment descriptor, for this application.
getApplicationLifecycleListeners() - Method in class org.apache.catalina.core.StandardContext
Return the set of initialized application lifecycle listener objects, in the order they were specified in the web application deployment descriptor, for this application.
getArgs() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
 
getArgs() - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
 
getArgs() - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
 
getAttribute() - Method in class org.apache.catalina.ant.JMXGetTask
Get method for the attribute name
getAttribute() - Method in class org.apache.catalina.ant.JMXSetTask
Get method for the attribute name
getAttribute() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
getAttribute() - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
getAttribute() - Method in class org.apache.catalina.ant.jmx.JMXAccessorGetTask
 
getAttribute() - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
 
getAttribute(String) - Method in class org.apache.catalina.cluster.session.DeltaSession
Return the object bound with the specified name in this session, or null if no object is bound with that name.
getAttribute(String) - Method in class org.apache.catalina.cluster.session.DeltaSessionFacade
 
getAttribute(String) - Method in class org.apache.catalina.connector.Connector
Return a configured property.
getAttribute(String) - Method in class org.apache.catalina.connector.Request
Return the specified request attribute if it exists; otherwise, return null.
getAttribute(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getAttribute(String) - Method in class org.apache.catalina.core.ApplicationContext
Return the value of the specified context attribute, if any; otherwise return null.
getAttribute(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getAttribute(String) - Method in class org.apache.catalina.core.DummyRequest
 
getAttribute(String) - Method in class org.apache.catalina.mbeans.ConnectorMBean
Obtain and return the value of a specific attribute of this MBean.
getAttribute(String) - Method in class org.apache.catalina.mbeans.ContextResourceMBean
Obtain and return the value of a specific attribute of this MBean.
getAttribute(String) - Method in class org.apache.catalina.session.StandardSession
Return the object bound with the specified name in this session, or null if no object is bound with that name.
getAttribute(String) - Method in class org.apache.catalina.session.StandardSessionFacade
 
getAttribute(String) - Method in interface org.apache.coyote.ProtocolHandler
 
getAttribute(String) - Method in class org.apache.coyote.Request
 
getAttribute(String) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getAttribute(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getAttribute(String) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getAttribute(String) - Method in class org.apache.coyote.memory.MemoryProtocolHandler
 
getAttribute(String) - Method in class org.apache.jk.server.JkCoyoteHandler
Retrieve config info.
getAttribute(Object, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Call void getAttribute( String )
getAttribute(String) - Method in class org.apache.tomcat.util.http.BaseRequest
Get an attribute on the request
getAttributeInternal(String) - Method in class org.apache.catalina.cluster.session.DeltaSession
Return the value of an attribute without a check for validity.
getAttributeNames() - Method in class org.apache.catalina.cluster.session.DeltaSession
Return an Enumeration of String objects containing the names of the objects bound to this session.
getAttributeNames() - Method in class org.apache.catalina.cluster.session.DeltaSessionFacade
 
getAttributeNames() - Method in class org.apache.catalina.connector.Request
Return the names of all request attributes for this Request, or an empty Enumeration if there are none.
getAttributeNames() - Method in class org.apache.catalina.connector.RequestFacade
 
getAttributeNames() - Method in class org.apache.catalina.core.ApplicationContext
Return an enumeration of the names of the context attributes associated with this context.
getAttributeNames() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getAttributeNames() - Method in class org.apache.catalina.core.DummyRequest
 
getAttributeNames() - Method in class org.apache.catalina.session.StandardSession
Return an Enumeration of String objects containing the names of the objects bound to this session.
getAttributeNames() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getAttributeNames() - Method in interface org.apache.coyote.ProtocolHandler
 
getAttributeNames() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getAttributeNames() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getAttributeNames() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getAttributeNames() - Method in class org.apache.coyote.memory.MemoryProtocolHandler
 
getAttributeNames() - Method in class org.apache.jk.server.JkCoyoteHandler
 
getAttributeNames() - Method in class org.apache.tomcat.util.http.BaseRequest
Get iterator over attribute names
getAttributes() - Method in class org.apache.coyote.Request
 
getAttributes(Name) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves all of the attributes associated with a named object.
getAttributes(String) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves all of the attributes associated with a named object.
getAttributes(Name, String[]) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves selected attributes associated with a named object.
getAttributes(String, String[]) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves selected attributes associated with a named object.
getAttributes(String, String[]) - Method in class org.apache.naming.resources.FileDirContext
Retrieves selected attributes associated with a named object.
getAttributes(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves all of the attributes associated with a named object.
getAttributes(String) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves all of the attributes associated with a named object.
getAttributes(Name, String[]) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves selected attributes associated with a named object.
getAttributes(String, String[]) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves selected attributes associated with a named object.
getAttributes(String, String[]) - Method in class org.apache.naming.resources.WARDirContext
Retrieves selected attributes associated with a named object.
getAttributes(Name, String[]) - Method in class org.apache.naming.resources.WARDirContext
Retrieves all of the attributes associated with a named object.
getAttributes(Object) - Method in class org.apache.tomcat.util.threads.ThreadWithAttributes
Generic attributes.
getAuth() - Method in class org.apache.catalina.deploy.ContextResource
 
getAuthConstraint() - Method in class org.apache.catalina.deploy.SecurityConstraint
Return the authorization constraint present flag for this security constraint.
getAuthMethod() - Method in class org.apache.catalina.deploy.LoginConfig
 
getAuthMode() - Method in class org.apache.jk.common.JkMX
 
getAuthPassword() - Method in class org.apache.jk.common.JkMX
 
getAuthType() - Method in interface org.apache.catalina.Session
Return the authentication type used to authenticate our cached Principal, if any.
getAuthType() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Gets the name of the authentication type originally used to authenticate the user associated with the SSO.
getAuthType() - Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
 
getAuthType() - Method in class org.apache.catalina.cluster.session.DeltaSession
Return the authentication type used to authenticate our cached Principal, if any.
getAuthType() - Method in class org.apache.catalina.connector.Request
Return the authentication type used for this Request.
getAuthType() - Method in class org.apache.catalina.connector.RequestFacade
 
getAuthType() - Method in class org.apache.catalina.core.DummyRequest
 
getAuthType() - Method in class org.apache.catalina.session.StandardSession
Return the authentication type used to authenticate our cached Principal, if any.
getAuthType() - Method in class org.apache.coyote.Request
 
getAuthUser() - Method in class org.apache.jk.common.JkMX
 
getAuthentication() - Method in class org.apache.catalina.realm.JNDIRealm
Return the type of authentication to use.
getAuthority() - Method in class org.apache.catalina.util.URL
Return the authority part of the URL.
getAuthority() - Method in class org.apache.tomcat.util.net.URL
Return the authority part of the URL.
getAuthorization() - Method in class org.apache.catalina.core.DummyRequest
 
getAutoDeploy() - Method in interface org.apache.catalina.Host
Return the value of the auto deploy flag.
getAutoDeploy() - Method in class org.apache.catalina.core.StandardHost
Return the value of the auto deploy flag.
getAvailable() - Method in interface org.apache.catalina.Context
Return the application available flag for this Context.
getAvailable() - Method in interface org.apache.catalina.Wrapper
Return the available date/time for this servlet, in milliseconds since the epoch.
getAvailable() - Method in class org.apache.catalina.core.StandardContext
Return the application available flag for this Context.
getAvailable() - Method in class org.apache.catalina.core.StandardWrapper
Return the available date/time for this servlet, in milliseconds since the epoch.
getAvailableExtensionCount() - Method in class org.apache.catalina.util.ManifestResource
Gets the number of available extensions
getAvailableExtensions() - Method in class org.apache.catalina.util.ManifestResource
Gets the list of available extensions
getAvgMessageSize() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getAvgProcessingTime() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getAvgProcessingTime() - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
 
getAvgReceivedProcessingTime() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
getAvgSize() - Method in class org.apache.catalina.cluster.util.FastQueue
Avg queue size
getAvgSizeSample() - Method in class org.apache.catalina.cluster.util.FastQueue
 
getAvgTotalReceivedBytes() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
getAvgWaitAckTime() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getAwait() - Method in class org.apache.catalina.startup.Bootstrap
 
getBackgroundProcessorDelay() - Method in interface org.apache.catalina.Container
Get the delay between the invocation of the backgroundProcess method on this container and its children.
getBackgroundProcessorDelay() - Method in class org.apache.catalina.core.ContainerBase
Get the delay between the invocation of the backgroundProcess method on this container and its children.
getBacklog() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getBacklog() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getBacklog() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getBacklog() - Method in class org.apache.jk.common.ChannelSocket
 
getBacklog() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getBacklog() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getBackupSessionID() - Method in class org.apache.catalina.cluster.session.SessionIDMessage
 
getBaseDir() - Method in class org.apache.catalina.core.StandardEngine
 
getBaseDir() - Method in class org.apache.catalina.startup.ContextConfig
 
getBasePath() - Method in class org.apache.catalina.core.StandardContext
Get base path.
getBasename() - Method in class org.apache.catalina.storeconfig.StoreFileMover
 
getBasic() - Method in interface org.apache.catalina.Pipeline
Return the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).
getBasic() - Method in class org.apache.catalina.core.ContainerBase
Return the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).
getBasic() - Method in class org.apache.catalina.core.StandardPipeline
Return the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).
getBean() - Method in class org.apache.catalina.ant.JMXGetTask
Get method for the bean name
getBean() - Method in class org.apache.catalina.ant.JMXSetTask
Get method for the bean name
getBind() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
getBlock() - Method in class org.apache.catalina.valves.SemaphoreValve
 
getBody() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getBodyBytes(MessageBytes) - Method in class org.apache.coyote.ajp.AjpMessage
 
getBodyMessageBuffer - Static variable in class org.apache.coyote.ajp.AjpAprProcessor
Direct buffer used for sending right away a get body message.
getBoundContext() - Method in class org.apache.naming.SelectorContext
Get the bound context.
getBuffer() - Method in class org.apache.coyote.ajp.AjpMessage
Return the underlying byte buffer.
getBuffer() - Method in class org.apache.jk.common.MsgAjp
 
getBuffer() - Method in class org.apache.jk.core.Msg
 
getBuffer(int) - Method in class org.apache.jk.core.MsgContext
Each context contains a number of byte[] buffers used for communication.
getBuffer() - Method in class org.apache.tomcat.util.buf.ByteChunk
Returns the message bytes.
getBuffer() - Method in class org.apache.tomcat.util.buf.CharChunk
 
getBufferSize() - Method in class org.apache.catalina.connector.Connector
Deprecated.  
getBufferSize() - Method in class org.apache.catalina.connector.OutputBuffer
 
getBufferSize() - Method in class org.apache.catalina.connector.Response
Return the actual buffer size used for this Response.
getBufferSize() - Method in class org.apache.catalina.connector.ResponseFacade
 
getBufferSize() - Method in class org.apache.catalina.core.DummyResponse
 
getBufferSize() - Method in class org.apache.jk.common.ChannelNioSocket
 
getBufferSize() - Method in class org.apache.jk.common.ChannelSocket
 
getByte() - Method in class org.apache.coyote.ajp.AjpMessage
 
getByte() - Method in class org.apache.jk.common.MsgAjp
 
getByte() - Method in class org.apache.jk.core.Msg
 
getByteChunk() - Method in class org.apache.tomcat.util.buf.C2BConverter
 
getByteChunk() - Method in class org.apache.tomcat.util.buf.MessageBytes
Returns the byte chunk, representing the byte[] and offset/length.
getByteEnabled() - Method in class org.apache.tomcat.util.buf.StringCache
 
getBytes() - Method in class org.apache.catalina.cluster.io.XByteBuffer
Returns the bytes in the buffer, in its exact length
getBytes(MessageBytes) - Method in class org.apache.coyote.ajp.AjpMessage
 
getBytes(byte[]) - Method in class org.apache.coyote.ajp.AjpMessage
Deprecated.  
getBytes(MessageBytes) - Method in class org.apache.jk.common.MsgAjp
 
getBytes(byte[]) - Method in class org.apache.jk.common.MsgAjp
Copy a chunk of bytes from the packet into an array and advance the read position past the chunk.
getBytes(MessageBytes) - Method in class org.apache.jk.core.Msg
 
getBytes(byte[]) - Method in class org.apache.jk.core.Msg
Copy a chunk of bytes from the packet into an array and advance the read position past the chunk.
getBytes() - Method in class org.apache.tomcat.util.buf.ByteChunk
Returns the message bytes.
getBytesRead() - Method in class org.apache.coyote.Request
 
getBytesReceived() - Method in class org.apache.coyote.RequestGroupInfo
 
getBytesReceived() - Method in class org.apache.coyote.RequestInfo
 
getBytesSent() - Method in class org.apache.coyote.RequestGroupInfo
 
getBytesSent() - Method in class org.apache.coyote.RequestInfo
 
getBytesWritten() - Method in class org.apache.catalina.connector.OutputBuffer
 
getBytesWritten() - Method in class org.apache.coyote.Response
 
getCGIVariable(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getCache() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the cache authenticated Principals flag.
getCache() - Method in class org.apache.naming.resources.ProxyDirContext
Get the cache used for this context.
getCacheMaxSize() - Method in class org.apache.catalina.core.StandardContext
Return the maximum size of the cache in KB.
getCacheMaxSize() - Method in class org.apache.naming.resources.BaseDirContext
Return the maximum size of the cache in KB.
getCacheMaxSize() - Method in class org.apache.naming.resources.ResourceCache
Return the maximum size of the cache in KB.
getCacheSize() - Method in class org.apache.naming.resources.ResourceCache
Return the current cache size in KB.
getCacheSize() - Method in class org.apache.tomcat.util.buf.StringCache
 
getCacheTTL() - Method in class org.apache.catalina.core.StandardContext
Get cache TTL.
getCacheTTL() - Method in class org.apache.naming.resources.BaseDirContext
Get cache TTL.
getCallback() - Method in class org.apache.catalina.cluster.io.ObjectReader
get the current SimpleTcpCluster
getCanReauthenticate() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Gets whether the authentication type associated with the original authentication supports reauthentication.
getCanonicalPath() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get canonical path.
getCanonicalPath() - Method in class org.apache.naming.resources.ResourceAttributes
Return the canonical path of the resource, to possibly be used for direct file serving.
getCatalinaBase() - Static method in class org.apache.catalina.startup.Bootstrap
Get the value of the catalina.base environment variable.
getCatalinaBase() - Method in class org.apache.catalina.startup.Embedded
 
getCatalinaBase() - Method in class org.apache.catalina.storeconfig.ConnectorStoreAppender
 
getCatalinaCluster() - Method in interface org.apache.catalina.cluster.ClusterReceiver
get Callback.
getCatalinaCluster() - Method in class org.apache.catalina.cluster.mcast.McastService
Return the cluster for this membership service
getCatalinaCluster() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
getCatalinaHome() - Static method in class org.apache.catalina.startup.Bootstrap
Get the value of the catalina.home environment variable.
getCatalinaHome() - Method in class org.apache.catalina.startup.Embedded
 
getCause() - Method in class org.apache.catalina.connector.ClientAbortException
Returns the cause that caused this exception, if any.
getCertificateChain(String) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Returns the certificate chain associated with the given alias.
getChangeSessionIdOnAuthentication() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the flag that states if we should change the session ID of an existing session upon successful authentication.
getChannel() - Method in class org.apache.catalina.cluster.io.ObjectReader
Get underlying NIO channel
getChannelClassName() - Method in class org.apache.jk.server.JkMain
 
getChannelName() - Method in class org.apache.jk.common.ChannelJni
 
getChannelName() - Method in class org.apache.jk.common.ChannelNioSocket
 
getChannelName() - Method in class org.apache.jk.common.ChannelSocket
 
getChannelName() - Method in class org.apache.jk.common.ChannelUn
 
getChannelName() - Method in interface org.apache.jk.core.JkChannel
Return the identifying name of this Channel.
getCharChunk() - Method in class org.apache.tomcat.util.buf.MessageBytes
Returns the char chunk, representing the char[] and offset/length.
getCharEnabled() - Method in class org.apache.tomcat.util.buf.StringCache
 
getCharacterEncoding() - Method in class org.apache.catalina.authenticator.FormAuthenticator
Return the character encoding to use to read the username and password.
getCharacterEncoding() - Method in class org.apache.catalina.connector.Request
Return the character encoding for this Request.
getCharacterEncoding() - Method in class org.apache.catalina.connector.RequestFacade
 
getCharacterEncoding() - Method in class org.apache.catalina.connector.Response
Return the character encoding used for this Response.
getCharacterEncoding() - Method in class org.apache.catalina.connector.ResponseFacade
 
getCharacterEncoding() - Method in class org.apache.catalina.core.DummyRequest
 
getCharacterEncoding() - Method in class org.apache.catalina.core.DummyResponse
 
getCharacterEncoding() - Method in class org.apache.coyote.Request
Get the character encoding used for this request.
getCharacterEncoding() - Method in class org.apache.coyote.Response
 
getChars() - Method in class org.apache.tomcat.util.buf.CharChunk
 
getCharsWritten() - Method in class org.apache.catalina.connector.OutputBuffer
 
getCharset() - Method in class org.apache.catalina.ant.AbstractCatalinaTask
 
getCharset(Locale) - Method in class org.apache.catalina.util.CharsetMapper
Calculate the name of a character set to be assumed, given the specified Locale and the absence of a character set specified as part of the content type header.
getCharset(String) - Static method in class org.apache.tomcat.util.buf.B2CConverter
 
getCharset() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
getCharsetFromContentType(String) - Static method in class org.apache.tomcat.util.http.ContentType
Parse the character encoding from the specified content type header.
getCharsetMapper() - Method in interface org.apache.catalina.Context
Return the Locale to character set mapper for this Context.
getCharsetMapper() - Method in class org.apache.catalina.core.StandardContext
Return the Locale to character set mapper for this Context.
getCharsetMapperClass() - Method in class org.apache.catalina.core.StandardContext
Return the Locale to character set mapper class for this Context.
getCheckInterval() - Method in class org.apache.tomcat.util.threads.Expirer
 
getChild(Node, String) - Static method in class org.apache.jk.config.WebXml2Jk
Get the first child
getChild(String) - Method in class org.apache.naming.resources.WARDirContext.Entry
 
getChildContent(Node, String) - Static method in class org.apache.jk.config.WebXml2Jk
Get the first child's content ( i.e. it's included TEXT node )
getChildren() - Method in class org.apache.catalina.core.ContainerBase
 
getChildren() - Method in class org.apache.naming.resources.WARDirContext.Entry
 
getCipherSuite() - Method in interface org.apache.tomcat.util.net.SSLSupport
The cipher suite being used on this connection.
getCiphers() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getClassLoadTime() - Method in class org.apache.catalina.core.StandardWrapper
 
getClassLoader() - Method in interface org.apache.catalina.Loader
Return the Java class loader to be used by this Container.
getClassLoader() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
 
getClassLoader() - Method in class org.apache.catalina.loader.WebappLoader
Return the Java class loader to be used by this Container.
getClassLoader() - Static method in class org.apache.naming.ContextBindings
Retrieves the naming context bound to a class loader.
getClassLoader() - Method in class org.apache.tomcat.util.digester.Digester
Return the class loader to be used for instantiating application objects when required.
getClassLoaders(Container) - Static method in class org.apache.catalina.cluster.session.DeltaManager
 
getClassName() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
 
getClassName() - Method in class org.apache.catalina.mbeans.ClassNameMBean
Return the fully qualified Java class name of the managed object for this MBean.
getClassName() - Method in class org.apache.catalina.session.ManagerBase
Returns the name of the implementation class.
getClassPath(Vector) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Return a URL[] that can be used to construct a class loader
getClassPath(String, String, String, boolean) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Construct a URL classpath from files in a directory, a cpath property, and tools.jar.
getClasspath() - Method in class org.apache.catalina.loader.WebappLoader
Classpath, as set in org.apache.catalina.jsp_classpath context property
getClientAliases(String, Principal[]) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Get the matching aliases for authenticating the client side of a secure socket, given the public key type and the list of certificate issuer authorities recognized by the peer (if any).
getClientauth() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getClone() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
getClone() - Method in class org.apache.tomcat.util.buf.CharChunk
 
getClone() - Method in class org.apache.tomcat.util.buf.MessageBytes
 
getCluster() - Method in interface org.apache.catalina.Container
Return the Cluster with which this Container is associated.
getCluster() - Method in interface org.apache.catalina.cluster.ClusterManager
 
getCluster() - Method in interface org.apache.catalina.cluster.ClusterValve
Returns the cluster the cluster deployer is associated with
getCluster() - Method in interface org.apache.catalina.cluster.MessageListener
Returns the cluster the cluster deployer is associated with
getCluster() - Method in class org.apache.catalina.cluster.authenticator.ClusterSingleSignOn
 
getCluster() - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
 
getCluster() - Method in class org.apache.catalina.cluster.session.ClusterListener
 
getCluster() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
getCluster() - Method in class org.apache.catalina.cluster.session.JvmRouteBinderValve
 
getCluster() - Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
getCluster() - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
 
getCluster() - Method in class org.apache.catalina.core.ContainerBase
Return the Cluster with which this Container is associated.
getClusterDeployer() - Method in interface org.apache.catalina.cluster.CatalinaCluster
 
getClusterDeployer() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
get current Deployer
getClusterLog() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
getClusterLogName() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
getClusterName() - Method in interface org.apache.catalina.Cluster
Return the name of the cluster that this Server is currently configured to operate within.
getClusterName() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
Return the name of the cluster that this Server is currently configured to operate within.
getClusterReceiver() - Method in interface org.apache.catalina.cluster.CatalinaCluster
 
getClusterReceiver() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
getClusterRuleSet(String) - Static method in class org.apache.catalina.startup.ClusterRuleSetFactory
 
getClusterSSO() - Method in class org.apache.catalina.cluster.authenticator.ClusterSingleSignOnListener
 
getClusterSender() - Method in interface org.apache.catalina.cluster.CatalinaCluster
 
getClusterSender() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
getCode() - Method in class org.apache.coyote.ActionCode
Action id, useable in switches and table indexes
getCommand() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets derived command string
getCommand() - Method in class org.apache.catalina.util.ProcessEnvironment
Deprecated. Gets derived command string
getComment() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getCompilerClasspath() - Method in class org.apache.catalina.core.StandardContext
Return the compiler classpath.
getCompress() - Method in interface org.apache.catalina.cluster.ClusterMessage
Each message can made the desicion that compress is allowed or not or handle by default.
getCompress() - Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
 
getCompress() - Method in class org.apache.catalina.cluster.deploy.FileMessage
 
getCompress() - Method in class org.apache.catalina.cluster.deploy.UndeployMessage
 
getCompress() - Method in class org.apache.catalina.cluster.session.SessionIDMessage
 
getCompress() - Method in class org.apache.catalina.cluster.session.SessionMessageImpl
 
getCompress() - Method in class org.apache.catalina.cluster.tcp.ClusterData
 
getCompressableMimeType() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getCompressableMimeType() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getCompression() - Method in class org.apache.coyote.http11.Http11AprProcessor
Return compression level.
getCompression() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getCompression() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getCompression() - Method in class org.apache.coyote.http11.Http11Processor
Return compression level.
getCompressionMinSize() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getCompressionMinSize() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getConcurrency() - Method in class org.apache.catalina.valves.SemaphoreValve
 
getCondition() - Method in class org.apache.catalina.valves.AccessLogValve
Return whether the attribute name to look for when performing conditional loggging.
getCondition() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Return whether the attribute name to look for when performing conditional loggging.
getCondition() - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Return whether the attribute name to look for when performing conditional loggging.
getConditionalState() - Method in class org.apache.catalina.ssi.SSIMediator
 
getConfig() - Method in class org.apache.catalina.ant.DeployTask
 
getConfig() - Method in class org.apache.catalina.ant.InstallTask
Deprecated.  
getConfigBase() - Method in class org.apache.catalina.core.StandardContext
Get config base.
getConfigBase() - Method in class org.apache.catalina.startup.ContextConfig
Get config base.
getConfigBaseName() - Method in class org.apache.catalina.startup.HostConfig
Get the name of the configBase.
getConfigClass() - Method in interface org.apache.catalina.Host
Return the Java class name of the context configuration class for new web applications.
getConfigClass() - Method in class org.apache.catalina.core.StandardHost
Return the Java class name of the context configuration class for new web applications.
getConfigClass() - Method in class org.apache.catalina.startup.HostConfig
Return the Context configuration class name.
getConfigClass() - Method in class org.apache.catalina.startup.UserConfig
Return the Context configuration class name.
getConfigErrMsg() - Method in class org.apache.catalina.ssi.SSIMediator
 
getConfigFile() - Method in interface org.apache.catalina.Context
Return the path to a file to save this Context information.
getConfigFile(String) - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
Given a context path, get the config file name.
getConfigFile() - Method in class org.apache.catalina.core.StandardContext
Return the path to a file to save this Context information.
getConfigFile() - Method in class org.apache.catalina.startup.Catalina
 
getConfigFile(String) - Method in class org.apache.catalina.startup.HostConfig
Given a context path, get the config file name.
getConfigFile(File, File, String) - Static method in class org.apache.jk.config.BaseJkConfig
 
getConfigFileWriter(Context) - Method in class org.apache.catalina.storeconfig.StandardContextSF
Get explicit writer for context (context.getConfigFile()).
getConfigNew() - Method in class org.apache.catalina.storeconfig.StoreFileMover
 
getConfigOld() - Method in class org.apache.catalina.storeconfig.StoreFileMover
 
getConfigProperty(String) - Method in class org.apache.catalina.mbeans.JMXAdaptorLifecycleListener
get jmx config parameter from jmx config file or system property.
getConfigSave() - Method in class org.apache.catalina.storeconfig.StoreFileMover
 
getConfigSizeFmt() - Method in class org.apache.catalina.ssi.SSIMediator
 
getConfigTimeFmt() - Method in class org.apache.catalina.ssi.SSIMediator
 
getConfigured() - Method in interface org.apache.catalina.Context
Return the "correctly configured" flag for this Context.
getConfigured() - Method in class org.apache.catalina.core.StandardContext
Return the "correctly configured" flag for this Context.
getConnectCounter() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getConnection() - Method in class org.apache.catalina.session.JDBCStore
Check the connection associated with this store, if it's null or closed try to reopen it.
getConnectionHandler() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getConnectionName() - Method in class org.apache.catalina.realm.JDBCRealm
Return the username to use to connect to the database.
getConnectionName() - Method in class org.apache.catalina.realm.JNDIRealm
Return the connection username for this Realm.
getConnectionName() - Method in class org.apache.catalina.session.JDBCStore
Return the username to use to connect to the database.
getConnectionName() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Return the username to use to connect to the database.
getConnectionPassword() - Method in class org.apache.catalina.realm.JDBCRealm
Return the password to use to connect to the database.
getConnectionPassword() - Method in class org.apache.catalina.realm.JNDIRealm
Return the connection password for this Realm.
getConnectionPassword() - Method in class org.apache.catalina.session.JDBCStore
Return the password to use to connect to the database.
getConnectionPassword() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Return the password to use to connect to the database.
getConnectionURL() - Method in class org.apache.catalina.realm.JDBCRealm
Return the URL to use to connect to the database.
getConnectionURL() - Method in class org.apache.catalina.realm.JNDIRealm
Return the connection URL for this Realm.
getConnectionURL() - Method in class org.apache.catalina.session.JDBCStore
Return the Connection URL for this Store.
getConnector() - Method in class org.apache.catalina.connector.Request
Return the Connector through which this Request was received.
getConnector() - Method in class org.apache.catalina.connector.Response
Return the Connector through which this Request was received.
getConnector() - Method in class org.apache.catalina.core.DummyRequest
 
getConnector() - Method in class org.apache.catalina.core.DummyResponse
 
getConnectorNames() - Method in class org.apache.catalina.core.StandardService
 
getContainer() - Method in interface org.apache.catalina.Cluster
Get the Container associated with our Cluster
getContainer() - Method in interface org.apache.catalina.Contained
Return the Container with which this instance is associated (if any); otherwise return null.
getContainer() - Method in class org.apache.catalina.ContainerEvent
Return the Container on which this event occurred.
getContainer() - Method in interface org.apache.catalina.Loader
Return the Container with which this Loader has been associated.
getContainer() - Method in interface org.apache.catalina.Manager
Return the Container with which this Manager is associated.
getContainer() - Method in interface org.apache.catalina.Realm
Return the Container with which this Realm has been associated.
getContainer() - Method in interface org.apache.catalina.Service
Return the Container that handles requests for all Connectors associated with this Service.
getContainer() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the Container to which this Valve is attached.
getContainer() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
Get the Container associated with our Cluster
getContainer() - Method in class org.apache.catalina.connector.Connector
Return the Container used for processing requests received by this Connector.
getContainer() - Method in class org.apache.catalina.core.StandardPipeline
Return the Container with which this Pipeline is associated.
getContainer() - Method in class org.apache.catalina.core.StandardService
Return the Container that handles requests for all Connectors associated with this Service.
getContainer() - Method in class org.apache.catalina.deploy.NamingResources
Get the container with which the naming resources are associated.
getContainer() - Method in class org.apache.catalina.loader.WebappLoader
Return the Container with which this Logger has been associated.
getContainer() - Method in class org.apache.catalina.realm.RealmBase
Return the Container with which this Realm has been associated.
getContainer() - Method in class org.apache.catalina.session.ManagerBase
Return the Container with which this Manager is associated.
getContainer() - Method in class org.apache.catalina.valves.ValveBase
Return the Container with which this Valve is associated, if any.
getContainerName() - Method in class org.apache.catalina.core.StandardService
 
getContainerName() - Method in class org.apache.catalina.valves.ValveBase
 
getContainerSuffix() - Method in class org.apache.catalina.core.ContainerBase
 
getContent(Node) - Static method in class org.apache.jk.config.WebXml2Jk
Get the content of a node
getContent() - Method in class org.apache.naming.resources.DirContextURLConnection
Get object content.
getContent(Class[]) - Method in class org.apache.naming.resources.DirContextURLConnection
Get object content.
getContent() - Method in class org.apache.naming.resources.Resource
Content accessor.
getContentCount() - Method in class org.apache.catalina.connector.Response
Return the number of bytes actually written to the output stream.
getContentCount() - Method in class org.apache.catalina.core.DummyResponse
 
getContentCountLong() - Method in class org.apache.catalina.connector.Response
Return the number of bytes actually written to the output stream.
getContentLanguage() - Method in class org.apache.coyote.Response
Return the content language.
getContentLength() - Method in class org.apache.catalina.connector.Request
Return the content length for this Request.
getContentLength() - Method in class org.apache.catalina.connector.RequestFacade
 
getContentLength() - Method in class org.apache.catalina.connector.Response
Return the content length that was set or calculated for this Response.
getContentLength() - Method in class org.apache.catalina.core.DummyRequest
 
getContentLength() - Method in class org.apache.catalina.core.DummyResponse
 
getContentLength() - Method in class org.apache.coyote.Request
 
getContentLength() - Method in class org.apache.coyote.RequestInfo
 
getContentLength() - Method in class org.apache.coyote.Response
 
getContentLength() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
Get content length.
getContentLength() - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
Get content length.
getContentLength() - Method in class org.apache.naming.resources.DirContextURLConnection
Return the content length value.
getContentLength() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get content length.
getContentLength() - Method in class org.apache.naming.resources.ResourceAttributes
Get content length.
getContentLength() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the content length
getContentLengthLong() - Method in class org.apache.coyote.Request
 
getContentLengthLong() - Method in class org.apache.coyote.Response
 
getContentType() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getContentType() - Method in class org.apache.catalina.connector.Request
Return the content type for this Request.
getContentType() - Method in class org.apache.catalina.connector.RequestFacade
 
getContentType() - Method in class org.apache.catalina.connector.Response
Return the content type that was set or calculated for this response, or null if no content type was set.
getContentType() - Method in class org.apache.catalina.connector.ResponseFacade
 
getContentType() - Method in class org.apache.catalina.core.DummyRequest
 
getContentType() - Method in class org.apache.catalina.core.DummyResponse
 
getContentType() - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
Returns the value of the content-type header field.
getContentType() - Method in class org.apache.coyote.Request
 
getContentType() - Method in class org.apache.coyote.Response
 
getContentType() - Method in class org.apache.naming.resources.DirContextURLConnection
Return the content type value.
getContentType(String) - Method in class org.apache.tomcat.util.http.MimeMap
 
getContentTypeFor(String) - Method in class org.apache.tomcat.util.http.MimeMap
 
getContentWritten() - Method in class org.apache.catalina.connector.OutputBuffer
 
getContentWrittenLong() - Method in class org.apache.catalina.connector.OutputBuffer
 
getContext() - Method in class org.apache.catalina.connector.Request
Return the Context within which this Request is being processed.
getContext() - Method in class org.apache.catalina.connector.Response
Return the Context within which this Request is being processed.
getContext(String) - Method in class org.apache.catalina.core.ApplicationContext
Return a ServletContext object that corresponds to a specified URI on the server.
getContext(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getContext() - Method in class org.apache.catalina.core.DummyRequest
 
getContext() - Method in class org.apache.catalina.core.DummyResponse
 
getContext() - Method in class org.apache.catalina.startup.TldConfig
 
getContext() - Method in class org.apache.catalina.util.ProcessEnvironment
Deprecated.  
getContextClass() - Method in class org.apache.catalina.core.StandardHost
Return the Java class name of the Context implementation class for new web applications.
getContextClass() - Method in class org.apache.catalina.startup.HostConfig
Return the Context implementation class name.
getContextClass() - Method in class org.apache.catalina.startup.UserConfig
Return the Context implementation class name.
getContextFactory() - Method in class org.apache.catalina.realm.JNDIRealm
Return the JNDI context factory for this Realm.
getContextName() - Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
 
getContextName(File) - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
Create a context path from war
getContextName() - Method in interface org.apache.catalina.cluster.session.SessionMessage
 
getContextName() - Method in class org.apache.catalina.cluster.session.SessionMessageImpl
 
getContextName() - Method in class org.apache.naming.resources.ProxyDirContext
Return the context name.
getContextNames() - Method in class org.apache.tomcat.util.http.mapper.Mapper
Return all contexts, in //HOST/PATH form
getContextPath() - Method in class org.apache.catalina.cluster.deploy.FileMessage
 
getContextPath() - Method in class org.apache.catalina.cluster.deploy.UndeployMessage
 
getContextPath() - Method in class org.apache.catalina.cluster.session.SessionIDMessage
 
getContextPath() - Method in class org.apache.catalina.connector.Request
Return the portion of the request URI used to select the Context of the Request.
getContextPath() - Method in class org.apache.catalina.connector.RequestFacade
 
getContextPath() - Method in class org.apache.catalina.core.ApplicationContext
Return the main path associated with this context.
getContextPath() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getContextPath() - Method in class org.apache.catalina.core.DummyRequest
 
getContextPath() - Method in class org.apache.catalina.util.ProcessEnvironment
Deprecated.  
getContextPathMB() - Method in class org.apache.catalina.connector.Request
Get the context path.
getContextPathMB() - Method in class org.apache.catalina.core.DummyRequest
 
getControl() - Method in class org.apache.jk.core.MsgContext
 
getController() - Method in class org.apache.catalina.connector.Connector
 
getController() - Method in class org.apache.catalina.loader.WebappLoader
 
getController() - Method in class org.apache.catalina.realm.RealmBase
 
getController() - Method in class org.apache.catalina.valves.ValveBase
 
getConverter() - Method in class org.apache.jk.core.MsgContext
 
getCookie(int) - Method in class org.apache.tomcat.util.http.Cookies
 
getCookieCount() - Method in class org.apache.tomcat.util.http.Cookies
 
getCookieDomain() - Method in class org.apache.catalina.authenticator.SingleSignOn
Returns the optional cookie domain.
getCookieHeaderName(Cookie) - Static method in class org.apache.catalina.util.CookieTools
Return the header name to set the cookie, based on cookie version
getCookieHeaderName() - Method in class org.apache.tomcat.util.http.ServerCookie
Return the header name to set the cookie, based on cookie version.
getCookieHeaderName(int) - Static method in class org.apache.tomcat.util.http.ServerCookie
Return the header name to set the cookie, based on cookie version
getCookieHeaderValue(Cookie) - Static method in class org.apache.catalina.util.CookieTools
Deprecated. Use StringBuffer version
getCookieHeaderValue(Cookie, StringBuffer) - Static method in class org.apache.catalina.util.CookieTools
Return the header value used to set this cookie
getCookies() - Method in interface org.apache.catalina.Context
Return the "use cookies for session ids" flag.
getCookies() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getCookies() - Method in class org.apache.catalina.connector.Request
Return the set of Cookies received with this Request.
getCookies() - Method in class org.apache.catalina.connector.RequestFacade
 
getCookies() - Method in class org.apache.catalina.connector.Response
Return an array of all cookies set for this response, or a zero-length array if no cookies have been set.
getCookies() - Method in class org.apache.catalina.core.DummyRequest
 
getCookies() - Method in class org.apache.catalina.core.DummyResponse
 
getCookies() - Method in class org.apache.catalina.core.StandardContext
Return the "use cookies for session ids" flag.
getCookies() - Method in class org.apache.coyote.Request
 
getCount() - Method in class org.apache.tomcat.util.collections.SimplePool
Number of object in the pool
getCount() - Method in class org.apache.tomcat.util.digester.Digester
Return the current depth of the element stack.
getCountAllocated() - Method in class org.apache.catalina.core.StandardWrapper
Return the number of active allocations of this servlet, even if they are all for the same instance (as will be true for servlets that do not implement SingleThreadModel.
getCounterNoStateTransfered() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
getCounterReceive_EVT_ALL_SESSION_DATA() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
getCounterReceive_EVT_ALL_SESSION_TRANSFERCOMPLETE() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
getCounterReceive_EVT_CHANGE_SESSION_ID() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
getCounterReceive_EVT_GET_ALL_SESSIONS() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
getCounterReceive_EVT_SESSION_ACCESSED() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
getCounterReceive_EVT_SESSION_CREATED() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
getCounterReceive_EVT_SESSION_DELTA() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
getCounterReceive_EVT_SESSION_EXPIRED() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
getCounterSend_EVT_ALL_SESSION_DATA() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
getCounterSend_EVT_ALL_SESSION_TRANSFERCOMPLETE() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
getCounterSend_EVT_CHANGE_SESSION_ID() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
getCounterSend_EVT_GET_ALL_SESSIONS() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
getCounterSend_EVT_SESSION_ACCESSED() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
getCounterSend_EVT_SESSION_CREATED() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
getCounterSend_EVT_SESSION_DELTA() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
getCounterSend_EVT_SESSION_EXPIRED() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
getCoyoteRequest() - Method in class org.apache.catalina.connector.Request
Get the Coyote request.
getCoyoteResponse() - Method in class org.apache.catalina.connector.Response
Get the Coyote response.
getCreateTime() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getCreation() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get creation time.
getCreation() - Method in class org.apache.naming.resources.ResourceAttributes
Get creation time.
getCreationDate() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get creation date.
getCreationDate() - Method in class org.apache.naming.resources.ResourceAttributes
Get creation date.
getCreationTime() - Method in interface org.apache.catalina.Session
Return the creation time for this session.
getCreationTime() - Method in class org.apache.catalina.cluster.session.DeltaSession
Return the time when this session was created, in milliseconds since midnight, January 1, 1970 GMT.
getCreationTime() - Method in class org.apache.catalina.cluster.session.DeltaSessionFacade
 
getCreationTime(String) - Method in class org.apache.catalina.session.ManagerBase
 
getCreationTime() - Method in class org.apache.catalina.session.StandardSession
Return the time when this session was created, in milliseconds since midnight, January 1, 1970 GMT.
getCreationTime() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getCreationTime() - Method in class org.apache.tomcat.util.buf.TimeStamp
 
getCrossContext() - Method in interface org.apache.catalina.Context
Return the "allow crossing servlet contexts" flag.
getCrossContext() - Method in class org.apache.catalina.core.StandardContext
Return the "allow crossing servlet contexts" flag.
getCurrentDate() - Method in interface org.apache.catalina.ssi.SSIExternalResolver
Returns the current date.
getCurrentDate() - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getCurrentDate() - Static method in class org.apache.tomcat.util.http.FastHttpDateFormat
Get the current date in HTTP format.
getCurrentElementName() - Method in class org.apache.tomcat.util.digester.Digester
Return the name of the XML element that is currently being processed.
getCurrentQueryString() - Method in class org.apache.coyote.RequestInfo
 
getCurrentStage(Object) - Method in class org.apache.tomcat.util.threads.ThreadWithAttributes
Information about the curent performed operation
getCurrentThreadCount() - Method in class org.apache.tomcat.util.net.AprEndpoint
Return the amount of threads that are managed by the pool.
getCurrentThreadCount() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getCurrentThreadCount() - Method in class org.apache.tomcat.util.threads.ThreadPool
 
getCurrentThreadsBusy() - Method in class org.apache.tomcat.util.net.AprEndpoint
Return the amount of threads currently busy.
getCurrentThreadsBusy() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getCurrentThreadsBusy() - Method in class org.apache.tomcat.util.threads.ThreadPool
 
getCurrentTimeMillis() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
 
getCurrentUri() - Method in class org.apache.coyote.RequestInfo
 
getDaemon() - Method in class org.apache.jk.common.ChannelNioSocket
 
getDaemon() - Method in class org.apache.jk.common.ChannelSocket
 
getDaemon() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getDaemon() - Method in class org.apache.tomcat.util.threads.ThreadPool
 
getData() - Method in class org.apache.catalina.ContainerEvent
Return the event data of this event.
getData() - Method in class org.apache.catalina.LifecycleEvent
Return the event data of this event.
getData() - Method in class org.apache.catalina.SessionEvent
Return the event data of this event.
getData() - Method in class org.apache.catalina.cluster.deploy.FileMessage
 
getData(long) - Method in class org.apache.catalina.cluster.mcast.McastMember
Create a data package to send over the wire representing this member.
getDataFailureCounter() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getDataLength() - Method in class org.apache.catalina.cluster.deploy.FileMessage
 
getDataResendCounter() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getDataSourceName() - Method in class org.apache.catalina.realm.DataSourceRealm
Return the name of the JNDI JDBC DataSource.
getDate() - Method in class org.apache.naming.resources.DirContextURLConnection
Return the last modified date.
getDateHeader(String) - Method in class org.apache.catalina.connector.Request
Return the value of the specified date header, if any; otherwise return -1.
getDateHeader(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getDateHeader(String) - Method in class org.apache.catalina.core.DummyRequest
 
getDebug() - Method in class org.apache.tomcat.util.digester.Digester
Deprecated. This method now always returns 0. Digester uses the apache jakarta commons-logging library; see the documentation for that library for more information.
getDebug() - Static method in class org.apache.tomcat.util.threads.ThreadPool
 
getDec(int) - Static method in class org.apache.catalina.util.HexUtils
 
getDec(int) - Static method in class org.apache.tomcat.util.buf.HexUtils
 
getDecodedRequestURI() - Method in class org.apache.catalina.connector.Request
Get the decoded request URI.
getDecodedRequestURI() - Method in class org.apache.catalina.core.DummyRequest
 
getDecodedRequestURIMB() - Method in class org.apache.catalina.connector.Request
Get the decoded request URI.
getDecodedRequestURIMB() - Method in class org.apache.catalina.core.DummyRequest
 
getDefault() - Static method in class org.apache.tomcat.util.net.ServerSocketFactory
Returns a copy of the environment's default socket factory.
getDefaultConfigFile() - Method in class org.apache.catalina.core.StandardContext
Given a context path, get the config file name.
getDefaultContextXml() - Method in class org.apache.catalina.core.StandardContext
 
getDefaultContextXml() - Method in class org.apache.catalina.startup.ContextConfig
Return the location of the default context file
getDefaultHost() - Method in interface org.apache.catalina.Engine
Return the default hostname for this Engine.
getDefaultHost() - Method in class org.apache.catalina.core.StandardEngine
Return the default host.
getDefaultHostName() - Method in class org.apache.tomcat.util.http.mapper.Mapper
Get default host.
getDefaultIntervale() - Method in class org.apache.tomcat.util.threads.Reaper
 
getDefaultWebXml() - Method in class org.apache.catalina.core.StandardContext
 
getDefaultWebXml() - Method in class org.apache.catalina.startup.ContextConfig
Return the location of the default deployment descriptor
getDefaultWorkDir(StandardContext) - Method in class org.apache.catalina.storeconfig.StoreContextAppender
Make default Work Dir.
getDefaults() - Method in class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
Gets Rule's which will be fired when the wrapped implementation returns no matches
getDelayInitialRead() - Method in class org.apache.jk.common.HandlerRequest
Get the flag to tell if we delay the initial body read
getDelegate() - Method in interface org.apache.catalina.Loader
Return the "follow standard delegation model" flag used to configure our ClassLoader.
getDelegate() - Method in class org.apache.catalina.core.StandardContext
Return the "follow standard delegation model" flag used to configure our ClassLoader.
getDelegate() - Method in class org.apache.catalina.loader.WebappClassLoader
Return the "delegate first" flag for this class loader.
getDelegate() - Method in class org.apache.catalina.loader.WebappLoader
Return the "follow standard delegation model" flag used to configure our ClassLoader.
getDelimiter() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
getDeltaRequest() - Method in class org.apache.catalina.cluster.session.DeltaSession
 
getDeny() - Method in class org.apache.catalina.valves.RequestFilterValve
Return a comma-delimited set of the deny expressions configured for this Valve, if any; otherwise, return null.
getDeployDir() - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
 
getDeployOnStartup() - Method in interface org.apache.catalina.Host
Return the value of the deploy on startup flag.
getDeployOnStartup() - Method in class org.apache.catalina.core.StandardHost
Return the value of the deploy on startup flag.
getDeploymentDescriptor() - Method in class org.apache.catalina.core.StandardContext
JSR77 deploymentDescriptor attribute
getDeploymentTime(String) - Method in class org.apache.catalina.startup.HostConfig
Get the instant where an application was deployed.
getDerefAliases() - Method in class org.apache.catalina.realm.JNDIRealm
Return the derefAliases setting to be used.
getDescription() - Method in interface org.apache.catalina.Group
Return the description of this group.
getDescription() - Method in interface org.apache.catalina.Role
Return the description of this role.
getDescription() - Method in class org.apache.catalina.deploy.ApplicationParameter
 
getDescription() - Method in class org.apache.catalina.deploy.ContextEnvironment
 
getDescription() - Method in class org.apache.catalina.deploy.FilterDef
 
getDescription() - Method in class org.apache.catalina.deploy.MessageDestination
 
getDescription() - Method in class org.apache.catalina.deploy.MessageDestinationRef
 
getDescription() - Method in class org.apache.catalina.deploy.ResourceBase
 
getDescription() - Method in class org.apache.catalina.deploy.SecurityCollection
Return the description of this web resource collection.
getDescription() - Method in class org.apache.catalina.users.AbstractGroup
Return the description of this group.
getDescription() - Method in class org.apache.catalina.users.AbstractRole
Return the description of this role.
getDescriptors() - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
 
getDesiredEntryAccessRatio() - Method in class org.apache.naming.resources.ResourceCache
Return desired entry access ratio.
getDestination() - Method in class org.apache.catalina.cluster.tcp.SendMessageData
 
getDigest() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the MessageDigest object to be used for calculating session identifiers.
getDigest() - Method in class org.apache.catalina.realm.RealmBase
Return the digest algorithm used for storing credentials.
getDigest(String, String) - Method in class org.apache.catalina.realm.RealmBase
Return the digest associated with given principal's user name.
getDigest() - Method in class org.apache.catalina.session.ManagerBase
Return the MessageDigest object to be used for calculating session identifiers.
getDigestEncoding() - Method in class org.apache.catalina.realm.RealmBase
Returns the digest encoding charset.
getDigester() - Method in class org.apache.catalina.realm.MemoryRealm
Return a configured Digester to use for processing the XML input file, creating a new one if necessary.
getDigester() - Method in class org.apache.tomcat.util.digester.AbstractObjectCreationFactory
Returns the Digester that was set by the FactoryCreateRule upon initialization.
getDigester() - Method in class org.apache.tomcat.util.digester.AbstractRulesImpl
Return the Digester instance with which this Rules instance is associated.
getDigester() - Method in interface org.apache.tomcat.util.digester.ObjectCreationFactory
Returns the Digester that was set by the FactoryCreateRule upon initialization.
getDigester() - Method in class org.apache.tomcat.util.digester.Rule
Return the Digester with which this Rule is associated.
getDigester() - Method in interface org.apache.tomcat.util.digester.Rules
Return the Digester instance with which this Rules instance is associated.
getDigester() - Method in class org.apache.tomcat.util.digester.RulesBase
Return the Digester instance with which this Rules instance is associated.
getDigester() - Method in class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
Gets digester using these Rules
getDirContext() - Method in class org.apache.naming.resources.ProxyDirContext
Return the actual directory context we are wrapping.
getDirectory() - Method in class org.apache.catalina.session.FileStore
Return the directory path for this Store.
getDirectory() - Method in class org.apache.catalina.valves.AccessLogValve
Return the directory in which we create log files.
getDirectory() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Return the directory in which we create log files.
getDirectory() - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Return the directory in which we create log files.
getDirectoryContextEnvironment() - Method in class org.apache.catalina.realm.JNDIRealm
Create our directory context configuration.
getDirectoryName() - Method in class org.apache.catalina.startup.UserConfig
Return the directory name for user web applications.
getDisableProxyCaching() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the flag that states if we add headers to disable caching by proxies.
getDisableUploadTimeout() - Method in class org.apache.coyote.http11.Http11AprProcessor
Get the flag that controls upload time-outs.
getDisableUploadTimeout() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getDisableUploadTimeout() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getDisableUploadTimeout() - Method in class org.apache.coyote.http11.Http11Processor
Get the flag that controls upload time-outs.
getDisconnectCounter() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getDispatcherMapping() - Method in class org.apache.catalina.deploy.FilterMap
 
getDisplayName() - Method in interface org.apache.catalina.Context
Return the display name of this web application.
getDisplayName() - Method in class org.apache.catalina.core.StandardContext
Return the display name of this web application.
getDisplayName() - Method in class org.apache.catalina.deploy.FilterDef
 
getDisplayName() - Method in class org.apache.catalina.deploy.MessageDestination
 
getDisplayName() - Method in class org.apache.catalina.deploy.SecurityConstraint
Return the display name of this security constraint.
getDistinguishedName(DirContext, String, SearchResult) - Method in class org.apache.catalina.realm.JNDIRealm
Returns the distinguished name of a search result.
getDistributable() - Method in interface org.apache.catalina.Context
Return the distributable flag for this web application.
getDistributable() - Method in interface org.apache.catalina.Manager
Return the distributable flag for the sessions supported by this Manager.
getDistributable() - Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
getDistributable() - Method in class org.apache.catalina.core.StandardContext
Return the distributable flag for this web application.
getDistributable() - Method in class org.apache.catalina.session.ManagerBase
Return the distributable flag for the sessions supported by this Manager.
getDocBase() - Method in interface org.apache.catalina.Context
Return the document root for this Context.
getDocBase(String) - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
Given a context path, get the config file name.
getDocBase() - Method in class org.apache.catalina.core.StandardContext
Return the document root for this Context.
getDocBase(String) - Method in class org.apache.catalina.startup.HostConfig
Given a context path, get the docBase.
getDocBase(StandardContext, File) - Method in class org.apache.catalina.storeconfig.StoreContextAppender
 
getDocBase() - Method in class org.apache.naming.resources.BaseDirContext
Return the document root for this component.
getDocBase() - Method in class org.apache.naming.resources.ProxyDirContext
Return the document root for this component.
getDocumentBuilder() - Method in class org.apache.catalina.servlets.WebdavServlet
Return JAXP document builder instance.
getDocumentLocator() - Method in class org.apache.tomcat.util.digester.Digester
Gets the document locator associated with our parser.
getDomain() - Method in interface org.apache.catalina.cluster.Member
Returns the name of the cluster domain from this node
getDomain() - Method in class org.apache.catalina.cluster.mcast.McastMember
Return the domain of this object
getDomain() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getDomain() - Method in interface org.apache.catalina.cluster.tcp.IDataSender
 
getDomain() - Method in class org.apache.catalina.connector.Connector
 
getDomain() - Method in class org.apache.catalina.connector.MapperListener
 
getDomain() - Method in class org.apache.catalina.core.ContainerBase
 
getDomain() - Method in class org.apache.catalina.core.StandardEngine
 
getDomain() - Method in class org.apache.catalina.core.StandardServer
 
getDomain() - Method in class org.apache.catalina.core.StandardService
 
getDomain() - Method in class org.apache.catalina.realm.RealmBase
 
getDomain() - Method in class org.apache.catalina.session.ManagerBase
 
getDomain() - Method in class org.apache.catalina.valves.ValveBase
 
getDomain() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getDomain() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getDomain() - Method in class org.apache.coyote.http11.Http11Protocol
 
getDomain() - Method in class org.apache.jk.core.JkHandler
 
getDomain() - Method in class org.apache.jk.server.JkMain
 
getDomain() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getDriverName() - Method in class org.apache.catalina.realm.JDBCRealm
Return the JDBC driver that will be used.
getDriverName() - Method in class org.apache.catalina.session.JDBCStore
Return the driver for this Store.
getDuplicates() - Method in class org.apache.catalina.session.ManagerBase
Number of duplicated session IDs generated by the random source.
getETag(ResourceAttributes) - Method in class org.apache.catalina.servlets.DefaultServlet
Get the ETag associated with a file.
getETag() - Method in class org.apache.naming.resources.ResourceAttributes
Get ETag.
getETag(boolean) - Method in class org.apache.naming.resources.ResourceAttributes
Get ETag.
getEmptyEnumeration() - Static method in class org.apache.tomcat.util.collections.EmptyEnumeration
 
getEmptySessionPath() - Method in class org.apache.catalina.connector.Connector
Return the "empty session path" flag.
getEnableLookups() - Method in class org.apache.catalina.connector.Connector
Return the "enable DNS lookups" flag.
getEnabled() - Method in class org.apache.catalina.cluster.session.JvmRouteBinderValve
 
getEnabled() - Method in class org.apache.jk.common.JkMX
 
getEnabledCiphers(String, String[]) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
getEnabledProtocols(SSLServerSocket, String) - Method in class org.apache.tomcat.util.net.jsse.JSSE14SocketFactory
 
getEnabledProtocols(SSLServerSocket, String) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
getEncodedPath() - Method in interface org.apache.catalina.Context
Return the URL encoded context path, using UTF-8.
getEncodedPath() - Method in class org.apache.catalina.core.StandardContext
 
getEncoding() - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
 
getEncoding() - Method in class org.apache.catalina.storeconfig.StoreFileMover
 
getEncoding() - Method in class org.apache.catalina.storeconfig.StoreRegistry
 
getEncoding() - Method in class org.apache.tomcat.util.buf.C2BConverter
 
getEncoding() - Method in class org.apache.tomcat.util.http.Parameters
 
getEncodingName() - Method in interface org.apache.coyote.http11.InputFilter
Get the name of the encoding handled by this filter.
getEncodingName() - Method in interface org.apache.coyote.http11.OutputFilter
Get the name of the encoding handled by this filter.
getEncodingName() - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
 
getEncodingName() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Return the name of the associated encoding; Here, the value is "identity".
getEncodingName() - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
Return the name of the associated encoding; Here, the value is "identity".
getEncodingName() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
Return the name of the associated encoding; Here, the value is "identity".
getEncodingName() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
Return the name of the associated encoding; Here, the value is "identity".
getEncodingName() - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
Return the name of the associated encoding; Here, the value is "identity".
getEncodingName() - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
Return the name of the associated encoding; here, the value is null.
getEncodingName() - Method in class org.apache.coyote.http11.filters.VoidInputFilter
Return the name of the associated encoding; Here, the value is "void".
getEncodingName() - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
Return the name of the associated encoding; Here, the value is "identity".
getEnd() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
getEnd() - Method in class org.apache.tomcat.util.buf.CharChunk
 
getEndpoint() - Method in class org.apache.tomcat.util.net.TcpConnection
 
getEngine() - Method in class org.apache.catalina.connector.MapperListener
 
getEngine() - Method in class org.apache.catalina.session.ManagerBase
Retrieve the enclosing Engine for this Manager.
getEngineName() - Method in class org.apache.catalina.core.StandardContext
 
getEngineName() - Method in class org.apache.catalina.core.StandardWrapper
 
getEntityResolver() - Method in class org.apache.tomcat.util.digester.Digester
Return the Entity Resolver used by the SAX parser.
getEntropy() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the entropy increaser value, or compute a semi-useful value if this String has not yet been set.
getEntropy() - Method in class org.apache.catalina.session.ManagerBase
Return the entropy increaser value, or compute a semi-useful value if this String has not yet been set.
getEntry() - Method in class org.apache.naming.resources.WARDirContext.Entry
 
getEnvironment() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets derived CGI environment
getEnvironment() - Method in class org.apache.catalina.util.ProcessEnvironment
Deprecated. Gets process' environment
getEnvironment() - Method in class org.apache.naming.NamingContext
Retrieves the environment in effect for this context.
getEnvironment() - Method in class org.apache.naming.SelectorContext
Retrieves the environment in effect for this context.
getEnvironment() - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the environment in effect for this context.
getEnvironment() - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the environment in effect for this context.
getEnvironments() - Method in class org.apache.catalina.mbeans.DefaultContextMBean
Return the MBean Names of the set of defined environment entries for this web application
getEnvironments() - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Return the MBean Names of the set of defined environment entries for this web application
getEnvironments() - Method in class org.apache.catalina.mbeans.StandardContextMBean
Return the MBean Names of the set of defined environment entries for this web application
getErr() - Method in class org.apache.jk.server.JkMain
 
getErrorCode() - Method in class org.apache.catalina.deploy.ErrorPage
Return the error code.
getErrorCount() - Method in class org.apache.catalina.core.StandardWrapper
 
getErrorCount() - Method in class org.apache.coyote.RequestGroupInfo
 
getErrorCount() - Method in class org.apache.coyote.RequestInfo
 
getErrorException() - Method in class org.apache.coyote.Response
Get the Exception that occurred during request processing.
getErrorHandler() - Method in class org.apache.tomcat.util.digester.Digester
Return the error handler for this Digester.
getErrorPage() - Method in class org.apache.catalina.deploy.LoginConfig
 
getErrorReportValveClass() - Method in class org.apache.catalina.core.StandardHost
Return the Java class name of the error report valve class for new web applications.
getErrorURI() - Method in class org.apache.coyote.Response
Get the request URI that caused the original error.
getEventType() - Method in interface org.apache.catalina.cluster.session.SessionMessage
returns the event type
getEventType() - Method in class org.apache.catalina.cluster.session.SessionMessageImpl
returns the event type
getEventTypeString() - Method in interface org.apache.catalina.cluster.session.SessionMessage
 
getEventTypeString() - Method in class org.apache.catalina.cluster.session.SessionMessageImpl
clear text event type name (for logging purpose only)
getException() - Method in class org.apache.catalina.InstanceEvent
Return the exception that occurred during the processing that was reported by this event.
getException() - Method in class org.apache.catalina.cluster.tcp.SendMessageData
 
getExceptionType() - Method in class org.apache.catalina.deploy.ErrorPage
Return the exception type.
getExpireSessionsOnShutdown() - Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
getExpireTolerance() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
getExpireTolerance() - Method in class org.apache.catalina.cluster.session.DeltaSession
 
getExpiredSessions() - Method in interface org.apache.catalina.Manager
Gets the number of sessions that have expired.
getExpiredSessions() - Method in class org.apache.catalina.session.ManagerBase
Gets the number of sessions that have expired.
getExtension(String) - Static method in class org.apache.tomcat.util.http.MimeMap
Get extension of file, without fragment id
getExtensionName() - Method in class org.apache.catalina.util.Extension
 
getExtensions() - Method in class org.apache.tomcat.util.http.MimeMap
 
getFacade() - Method in class org.apache.catalina.core.ApplicationContext
Return the facade associated with this ApplicationContext.
getFactory(FileMessage) - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
create factory for all transported war files
getFactory() - Method in class org.apache.tomcat.util.digester.Digester
Return the SAXParserFactory we will use, creating one if necessary.
getFactory(Attributes) - Method in class org.apache.tomcat.util.digester.FactoryCreateRule
Return an instance of our associated object creation factory, creating one if necessary.
getFactoryClassName() - Method in class org.apache.naming.EjbRef
Retrieves the class name of the factory of the object to which this reference refers.
getFactoryClassName() - Method in class org.apache.naming.ResourceEnvRef
Retrieves the class name of the factory of the object to which this reference refers.
getFactoryClassName() - Method in class org.apache.naming.ResourceLinkRef
Retrieves the class name of the factory of the object to which this reference refers.
getFactoryClassName() - Method in class org.apache.naming.ResourceRef
Retrieves the class name of the factory of the object to which this reference refers.
getFactoryClassName() - Method in class org.apache.naming.TransactionRef
Retrieves the class name of the factory of the object to which this reference refers.
getFailureCounter() - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
 
getFairness() - Method in class org.apache.catalina.valves.SemaphoreValve
 
getFeature(String) - Method in class org.apache.tomcat.util.digester.Digester
Returns a flag indicating whether the requested feature is supported by the underlying implementation of org.xml.sax.XMLReader.
getFile() - Method in class org.apache.catalina.cluster.deploy.FileMessageFactory
 
getFile() - Method in class org.apache.catalina.util.URL
Return the filename part of the URL.
getFile() - Method in class org.apache.jk.common.ChannelUn
 
getFile() - Method in class org.apache.tomcat.util.net.URL
Return the filename part of the URL.
getFileDateFormat() - Method in class org.apache.catalina.valves.AccessLogValve
Return the date format date based log rotation.
getFileDateFormat() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Return the date format date based log rotation.
getFileDateFormat() - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Return the date format date based log rotation.
getFileLastModified(String, boolean) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
 
getFileLastModified(String, boolean) - Method in class org.apache.catalina.ssi.SSIMediator
 
getFileLastModified(String, boolean) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getFileName() - Method in class org.apache.catalina.cluster.deploy.FileMessage
 
getFileSize(String, boolean) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
 
getFileSize(String, boolean) - Method in class org.apache.catalina.ssi.SSIMediator
 
getFileSize(String, boolean) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getFileText(String, boolean) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
 
getFileText(String, boolean) - Method in class org.apache.catalina.ssi.SSIMediator
 
getFileText(String, boolean) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getFilename() - Method in class org.apache.catalina.storeconfig.StoreFileMover
 
getFilesByExt(String, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Return all files with a given extension in a dir
getFilter() - Method in class org.apache.catalina.InstanceEvent
Return the filter instance for which this event occurred.
getFilter() - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
 
getFilterChain() - Method in class org.apache.catalina.connector.Request
Get filter chain associated with the request.
getFilterChain() - Method in class org.apache.catalina.core.DummyRequest
 
getFilterClass() - Method in class org.apache.catalina.deploy.FilterDef
 
getFilterName() - Method in class org.apache.catalina.deploy.FilterDef
 
getFilterName() - Method in class org.apache.catalina.deploy.FilterMap
 
getFilters() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Get filters.
getFilters() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Get filters.
getFilters() - Method in class org.apache.coyote.http11.InternalInputBuffer
Get filters.
getFilters() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Get filters.
getFirst() - Method in interface org.apache.catalina.Pipeline
Return the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).
getFirst() - Method in class org.apache.catalina.core.ContainerBase
Return the first valve in the pipeline.
getFirst() - Method in class org.apache.catalina.core.StandardPipeline
 
getFirstReadTimeout() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getFirstReadTimeout() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getFirstReadTimeout() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getFullName() - Method in interface org.apache.catalina.User
Return the full name of this user.
getFullName() - Method in class org.apache.catalina.users.AbstractUser
Return the full name of this user.
getGlobal() - Method in class org.apache.catalina.deploy.ContextResourceLink
 
getGlobalNamingContext() - Method in class org.apache.catalina.core.StandardServer
Return the global naming resources context.
getGlobalNamingResources() - Method in interface org.apache.catalina.Server
Return the global naming resources.
getGlobalNamingResources() - Method in class org.apache.catalina.core.StandardServer
Return the global naming resources.
getGlobalProcessor() - Method in class org.apache.coyote.RequestInfo
 
getGroupname() - Method in interface org.apache.catalina.Group
Return the group name of this group, which must be unique within the scope of a UserDatabase.
getGroupname() - Method in class org.apache.catalina.users.AbstractGroup
Return the group name of this group, which must be unique within the scope of a UserDatabase.
getGroups() - Method in interface org.apache.catalina.User
Return the set of Groups to which this user belongs.
getGroups() - Method in interface org.apache.catalina.UserDatabase
Return the set of Groups defined in this user database.
getGroups() - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Return the MBean Names of all groups defined in this database.
getGroups() - Method in class org.apache.catalina.mbeans.UserMBean
Return the MBean Names of all groups this user is a member of.
getGroups() - Method in class org.apache.catalina.users.AbstractUser
Return the set of Groups to which this user belongs.
getGroups() - Method in class org.apache.catalina.users.MemoryUser
Return the set of Groups to which this user belongs.
getGroups() - Method in class org.apache.catalina.users.MemoryUserDatabase
Return the set of Groups defined in this user database.
getHandler(String) - Method in class org.apache.jk.core.WorkerEnv
 
getHandler(int) - Method in class org.apache.jk.core.WorkerEnv
 
getHandler() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getHandlerCount() - Method in class org.apache.jk.core.WorkerEnv
 
getHandlersObjectName() - Method in class org.apache.jk.core.WorkerEnv
 
getHeader(String) - Method in class org.apache.catalina.connector.Request
Return the first value of the specified header, if any; otherwise, return null
getHeader(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getHeader(String) - Method in class org.apache.catalina.connector.Response
Return the value for the specified header, or null if this header has not been set.
getHeader(String) - Method in class org.apache.catalina.core.DummyRequest
 
getHeader(String) - Method in class org.apache.catalina.core.DummyResponse
 
getHeader(String) - Method in class org.apache.coyote.Request
 
getHeader(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
 
getHeaderField(String) - Method in class org.apache.naming.resources.DirContextURLConnection
Returns the name of the specified header field.
getHeaderLength() - Method in class org.apache.coyote.ajp.AjpMessage
 
getHeaderLength() - Method in class org.apache.jk.common.MsgAjp
 
getHeaderLength() - Method in class org.apache.jk.core.Msg
 
getHeaderNames() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getHeaderNames() - Method in class org.apache.catalina.connector.Request
Return the names of all headers received with this request.
getHeaderNames() - Method in class org.apache.catalina.connector.RequestFacade
 
getHeaderNames() - Method in class org.apache.catalina.connector.Response
Return an array of all the header names set for this response, or a zero-length array if no headers have been set.
getHeaderNames() - Method in class org.apache.catalina.core.DummyRequest
 
getHeaderNames() - Method in class org.apache.catalina.core.DummyResponse
 
getHeaderValues(String) - Method in class org.apache.catalina.authenticator.SavedRequest
 
getHeaderValues(String) - Method in class org.apache.catalina.connector.Response
Return an array of all the header values associated with the specified header name, or an zero-length array if there are no such header values.
getHeaderValues(String) - Method in class org.apache.catalina.core.DummyResponse
 
getHeaders(String) - Method in class org.apache.catalina.connector.Request
Return all of the values of the specified header, if any; otherwise, return an empty enumeration.
getHeaders(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getHeaders(String) - Method in class org.apache.catalina.core.DummyRequest
 
getHitCount() - Method in class org.apache.tomcat.util.buf.StringCache
 
getHitsCount() - Method in class org.apache.naming.resources.ResourceCache
Return the number of cache hits.
getHome() - Method in class org.apache.catalina.deploy.ContextEjb
 
getHome() - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
getHome(String) - Method in class org.apache.catalina.startup.HomesUserDatabase
Return an absolute pathname to the home directory for the specified user.
getHome(String) - Method in class org.apache.catalina.startup.PasswdUserDatabase
Return an absolute pathname to the home directory for the specified user.
getHome(String) - Method in interface org.apache.catalina.startup.UserDatabase
Return an absolute pathname to the home directory for the specified user.
getHomeBase() - Method in class org.apache.catalina.startup.UserConfig
Return the base directory containing user home directories.
getHook() - Method in class org.apache.coyote.Response
 
getHost() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
getHost() - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
getHost() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
The Host of the JMX JSR 160 MBeanServer to be used.
getHost() - Method in interface org.apache.catalina.cluster.ClusterReceiver
get the listing ip interface
getHost() - Method in interface org.apache.catalina.cluster.Member
Returns the TCP listen host for the TCP implementation
getHost() - Method in class org.apache.catalina.cluster.mcast.McastMember
Return the TCP listen host for this member
getHost() - Method in class org.apache.catalina.cluster.session.SessionIDMessage
 
getHost() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
getHost() - Method in class org.apache.catalina.connector.Request
Return the Host within which this Request is being processed.
getHost() - Method in class org.apache.catalina.core.DummyRequest
 
getHost() - Method in class org.apache.catalina.mbeans.JMXAdaptorLifecycleListener
 
getHost() - Method in class org.apache.catalina.util.URL
Return the host name part of the URL.
getHost(Container) - Method in class org.apache.jk.config.BaseJkConfig
Get the host associated with this Container (if any).
getHost() - Method in class org.apache.tomcat.util.net.URL
Return the host name part of the URL.
getHostConfigClass() - Method in class org.apache.catalina.core.StandardHost
Return the Java class name of the host configuration class (deployer)
getHostConfigPath(String) - Method in class org.apache.catalina.startup.ContextConfig
 
getHostName() - Method in class org.apache.naming.resources.ProxyDirContext
Return the host name.
getHostname() - Method in class org.apache.catalina.core.StandardContext
 
getHosts() - Method in class org.apache.tomcat.util.http.mapper.Mapper
 
getHttpHost() - Method in class org.apache.jk.common.JkMX
 
getHttpPort() - Method in class org.apache.jk.common.JkMX
 
getIClientInputTimeout() - Method in class org.apache.catalina.util.ProcessHelper
Deprecated.  
getIDataSender(String, Member) - Static method in class org.apache.catalina.cluster.tcp.IDataSenderFactory
Create a new DataSender
getIDs() - Method in class org.apache.naming.resources.ResourceAttributes
Get all attribute IDs.
getId() - Method in interface org.apache.catalina.Session
Return the session identifier for this session.
getId() - Method in interface org.apache.catalina.UserDatabase
Return the unique global identifier of this user database.
getId() - Method in class org.apache.catalina.cluster.session.DeltaSession
Return the session identifier for this session.
getId() - Method in class org.apache.catalina.cluster.session.DeltaSessionFacade
 
getId() - Method in class org.apache.catalina.session.StandardSession
Return the session identifier for this session.
getId() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getId() - Method in class org.apache.catalina.storeconfig.StoreDescription
Return the real id or TagClass
getId() - Method in class org.apache.catalina.users.MemoryUserDatabase
Return the unique global identifier of this user database.
getId() - Method in class org.apache.jk.core.JkHandler
 
getId() - Method in class org.apache.tomcat.util.buf.TimeStamp
Each object can have an unique id, similar with name but providing faster access ( array vs. hashtable lookup )
getIdInternal() - Method in interface org.apache.catalina.Session
Return the session identifier for this session.
getIdInternal() - Method in class org.apache.catalina.cluster.session.DeltaSession
Return the session identifier for this session.
getIdInternal() - Method in class org.apache.catalina.session.StandardSession
Return the session identifier for this session.
getIf() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
getIf() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
getImplementationName() - Method in class org.apache.tomcat.util.net.SSLImplementation
 
getImplementationName() - Method in class org.apache.tomcat.util.net.jsse.JSSEImplementation
 
getImplementationName() - Method in class org.apache.tomcat.util.net.puretls.PureTLSImplementation
 
getImplementationURL() - Method in class org.apache.catalina.util.Extension
 
getImplementationVendor() - Method in class org.apache.catalina.util.Extension
 
getImplementationVendorId() - Method in class org.apache.catalina.util.Extension
 
getImplementationVersion() - Method in class org.apache.catalina.util.Extension
 
getInPoolSize() - Method in class org.apache.catalina.cluster.tcp.PooledSocketSender
 
getInQueueCounter() - Method in class org.apache.catalina.cluster.tcp.AsyncSocketSender
 
getInQueueCounter() - Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
 
getInUsePoolSize() - Method in class org.apache.catalina.cluster.tcp.PooledSocketSender
 
getIncluded() - Method in class org.apache.catalina.connector.Response
Return the "processing inside an include" flag.
getIncluded() - Method in class org.apache.catalina.core.DummyResponse
 
getIndex() - Method in class org.apache.catalina.ssi.ExpressionTokenizer
Returns the current index for error reporting purposes.
getIndex() - Method in class org.apache.catalina.util.StringParser
Return the zero-relative index of our current parsing position within the string being parsed.
getInfo() - Method in interface org.apache.catalina.Cluster
Return descriptive information about this Cluster implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.Container
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.Loader
Return descriptive information about this Loader implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.Manager
Return descriptive information about this Manager implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.Realm
Return descriptive information about this Realm implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.Server
Return descriptive information about this Server implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.Service
Return descriptive information about this Service implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.Session
Return descriptive information about this Session implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.Store
Return descriptive information about this Store implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in interface org.apache.catalina.Valve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.ant.jmx.JMXAccessorGetTask
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.ant.jmx.JMXAccessorQueryTask
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.ant.jmx.JMXAccessorUnregisterTask
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.authenticator.BasicAuthenticator
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.authenticator.FormAuthenticator
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.authenticator.NonLoginAuthenticator
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.authenticator.SSLAuthenticator
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.authenticator.SingleSignOn
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.cluster.authenticator.ClusterSingleSignOn
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.cluster.authenticator.ClusterSingleSignOnListener
Return descriptive information about this implementation.
getInfo() - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
Return descriptive information about this deployer implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.cluster.mcast.McastService
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.cluster.session.ClusterSessionListener
Return descriptive information about this implementation.
getInfo() - Method in class org.apache.catalina.cluster.session.DeltaManager
Return descriptive information about this Manager implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.cluster.session.DeltaSession
Return descriptive information about this Session implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.cluster.session.JvmRouteBinderValve
Return descriptive information about this implementation.
getInfo() - Method in class org.apache.catalina.cluster.session.JvmRouteSessionIDBinderLifecycleListener
Deprecated. Return descriptive information about this Listener implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.cluster.session.JvmRouteSessionIDBinderListener
Return descriptive information about this implementation.
getInfo() - Method in class org.apache.catalina.cluster.tcp.AsyncSocketSender
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.cluster.tcp.DataSender
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Static method in class org.apache.catalina.cluster.tcp.IDataSenderFactory
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.cluster.tcp.PooledSocketSender
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.cluster.tcp.ReplicationListener
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
Return descriptive information about this Cluster implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.cluster.tcp.SocketReplicationListener
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.cluster.tcp.SocketSender
Return descriptive information about this implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.connector.Connector
Return descriptive information about this Connector implementation.
getInfo() - Method in class org.apache.catalina.connector.Request
Return descriptive information about this Request implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.connector.Response
Return descriptive information about this Response implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.core.ContainerBase
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.core.DummyRequest
 
getInfo() - Method in class org.apache.catalina.core.DummyResponse
 
getInfo() - Method in class org.apache.catalina.core.StandardContext
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.core.StandardEngine
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.core.StandardHost
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.core.StandardPipeline
Return descriptive information about this implementation class.
getInfo() - Method in class org.apache.catalina.core.StandardServer
Return descriptive information about this Server implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.core.StandardService
Return descriptive information about this Service implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.core.StandardWrapper
Return descriptive information about this Container implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.loader.WebappLoader
Return descriptive information about this Loader implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.mbeans.JMXAdaptorLifecycleListener
Return descriptive information about this Listener implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.realm.MemoryRealm
Return descriptive information about this Realm implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.realm.RealmBase
Return descriptive information about this Realm implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.realm.UserDatabaseRealm
Return descriptive information about this Realm implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.session.FileStore
Return descriptive information about this Store implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.session.JDBCStore
Return the info for this Store.
getInfo() - Method in class org.apache.catalina.session.ManagerBase
Return descriptive information about this Manager implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.session.PersistentManager
Return descriptive information about this Manager implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.session.PersistentManagerBase
Return descriptive information about this Manager implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.session.StandardManager
Return descriptive information about this Manager implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.session.StandardSession
Return descriptive information about this Session implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.session.StoreBase
Return the info for this Store.
getInfo() - Method in class org.apache.catalina.startup.Embedded
Return descriptive information about this Server implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.storeconfig.StoreFactoryBase
Return descriptive information about this Facotry implementation and the corresponding version number, in the format <description>/<version>.
getInfo() - Method in class org.apache.catalina.valves.AccessLogValve
Return descriptive information about this implementation.
getInfo() - Method in class org.apache.catalina.valves.ErrorReportValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Return descriptive information about this implementation.
getInfo() - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Return descriptive information about this implementation.
getInfo() - Method in class org.apache.catalina.valves.PersistentValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.RemoteAddrValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.RemoteHostValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.RequestDumperValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.RequestFilterValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.SemaphoreValve
Return descriptive information about this Valve implementation.
getInfo() - Method in class org.apache.catalina.valves.ValveBase
Return descriptive information about this Valve implementation.
getInitData() - Method in class org.apache.jk.common.ChannelNioSocket.Poller
 
getInitData() - Method in class org.apache.jk.common.ChannelNioSocket.SocketConnection
 
getInitData() - Method in class org.apache.tomcat.util.threads.Expirer
 
getInitData() - Method in interface org.apache.tomcat.util.threads.ThreadPoolRunnable
Called when this object is first loaded in the thread pool.
getInitParameter(String) - Method in class org.apache.catalina.core.ApplicationContext
Return the value of the specified initialization parameter, or null if this parameter does not exist.
getInitParameter(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getInitParameter(String) - Method in class org.apache.catalina.core.StandardWrapper
Return the initialization parameter value for the specified name, if any; otherwise return null.
getInitParameter(String) - Method in class org.apache.catalina.core.StandardWrapperFacade
 
getInitParameterNames() - Method in class org.apache.catalina.core.ApplicationContext
Return the names of the context's initialization parameters, or an empty enumeration if the context has no initialization parameters.
getInitParameterNames() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getInitParameterNames() - Method in class org.apache.catalina.core.StandardWrapper
Return the set of initialization parameter names defined for this servlet.
getInitParameterNames() - Method in class org.apache.catalina.core.StandardWrapperFacade
 
getInitTime() - Method in class org.apache.jk.server.JkMain
The time it took to initialize jk ( ms)
getInitialContext(Hashtable) - Method in class org.apache.naming.java.javaURLContextFactory
Get a new (writable) initial context.
getInputBuffer() - Method in class org.apache.coyote.Request
 
getInputStream() - Method in class org.apache.catalina.connector.Request
Return the servlet input stream for this Request.
getInputStream() - Method in class org.apache.catalina.connector.RequestFacade
 
getInputStream() - Method in class org.apache.catalina.core.DummyRequest
 
getInputStream() - Method in class org.apache.coyote.http11.InternalInputBuffer
Get the underlying socket input stream.
getInputStream() - Method in class org.apache.jk.core.MsgContext
 
getInputStream() - Method in class org.apache.naming.resources.DirContextURLConnection
Get input stream.
getInstance(File, boolean) - Static method in class org.apache.catalina.cluster.deploy.FileMessageFactory
Creates a factory to read or write from a file.
getInstance() - Static method in class org.apache.catalina.core.ApplicationFilterFactory
Return the fqctory instance.
getInstance() - Static method in class org.apache.tomcat.util.net.SSLImplementation
 
getInstance(String) - Static method in class org.apache.tomcat.util.net.SSLImplementation
 
getInstanceId() - Method in class org.apache.jk.common.ChannelNioSocket
At startup we'll look for the first free port in the range.
getInstanceId() - Method in class org.apache.jk.common.ChannelSocket
At startup we'll look for the first free port in the range.
getInstanceSupport() - Method in class org.apache.catalina.core.StandardWrapper
Return the InstanceSupport object for this Wrapper instance.
getInt() - Method in class org.apache.coyote.ajp.AjpMessage
Read an integer from packet, and advance the read position past it.
getInt() - Method in class org.apache.jk.common.MsgAjp
Read an integer from packet, and advance the read position past it.
getInt() - Method in class org.apache.jk.core.Msg
Read an integer from packet, and advance the read position past it.
getInt() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
getInt() - Method in class org.apache.tomcat.util.buf.CharChunk
 
getInt() - Method in class org.apache.tomcat.util.buf.MessageBytes
Convert the buffer to an int, cache the value
getIntHeader(String) - Method in class org.apache.catalina.connector.Request
Return the value of the specified header as an integer, or -1 if there is no such header for this request.
getIntHeader(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getIntHeader(String) - Method in class org.apache.catalina.core.DummyRequest
 
getInterestOpsMutex() - Method in class org.apache.catalina.cluster.tcp.ReplicationListener
 
getInterestOpsMutex() - Method in class org.apache.catalina.cluster.tcp.ThreadPool
 
getInternalid() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getInterned(String) - Method in class org.apache.tomcat.util.collections.SimpleHashtable
Returns the value to which the specified key is mapped in this hashtable.
getInterruptible() - Method in class org.apache.catalina.valves.SemaphoreValve
 
getInvalidatedSessions() - Method in interface org.apache.catalina.cluster.ClusterManager
When the manager expires session not tied to a request.
getInvalidatedSessions() - Method in class org.apache.catalina.cluster.session.DeltaManager
When the manager expires session not tied to a request.
getInvalidatedSessions() - Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
getIsSenderSynchronized() - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
Deprecated. since version 5.5.7
getJ2EEApplication() - Method in class org.apache.catalina.core.StandardContext
 
getJ2EEServer() - Method in class org.apache.catalina.core.StandardContext
 
getJMXConnection() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
Get JMXConnection (default look at jmx.server project reference from jmxOpen Task)
getJMXConnection() - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
getJMXConnection() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
get JMXConnection
getJSR77Suffix() - Method in class org.apache.catalina.core.ContainerBase
 
getJarPath() - Method in class org.apache.catalina.loader.WebappClassLoader
Return the JAR path.
getJavaVMs() - Method in class org.apache.catalina.core.StandardContext
 
getJavaVersion() - Static method in class org.apache.tomcat.util.compat.JdkCompat
Return java version as a string
getJdkCompat() - Static method in class org.apache.tomcat.util.compat.JdkCompat
Get a compatibiliy helper class.
getJkDir() - Method in class org.apache.jk.config.WebXml2Jk
 
getJkHome() - Method in class org.apache.jk.common.JniHandler
 
getJkHome() - Method in class org.apache.jk.core.WorkerEnv
 
getJkHome() - Method in class org.apache.jk.server.JkMain
 
getJkHomeBase(String, File) - Method in class org.apache.catalina.storeconfig.ConnectorStoreAppender
 
getJkMain() - Method in class org.apache.jk.server.JkCoyoteHandler
 
getJkMain() - Static method in class org.apache.jk.server.JkMain
 
getJmxName() - Method in class org.apache.catalina.core.ContainerBase
 
getJmxUrl() - Method in class org.apache.catalina.mbeans.JMXAdaptorLifecycleListener
 
getJniContext() - Method in class org.apache.jk.core.MsgContext
 
getJniEnv() - Method in class org.apache.jk.core.MsgContext
 
getJrmpHost() - Method in class org.apache.jk.common.JkMX
 
getJrmpPort() - Method in class org.apache.jk.common.JkMX
 
getJspFile() - Method in interface org.apache.catalina.Wrapper
Return the context-relative URI of the JSP file for this servlet.
getJspFile() - Method in class org.apache.catalina.core.StandardWrapper
Return the context-relative URI of the JSP file for this servlet.
getJvmRoute() - Method in interface org.apache.catalina.Engine
Retrieve the JvmRouteId for this engine.
getJvmRoute() - Method in class org.apache.catalina.core.StandardEngine
Retrieve the cluster-wide unique identifier for this Engine.
getJvmRoute() - Method in class org.apache.catalina.session.ManagerBase
Retrieve the JvmRoute for the enclosing Engine.
getKeepAlive() - Method in class org.apache.coyote.http11.Http11AprProtocol
Return the Keep-Alive policy for the connection.
getKeepAlive() - Method in class org.apache.coyote.http11.Http11BaseProtocol
Return the Keep-Alive policy for the connection.
getKeepAliveConnectTime() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getKeepAliveCount() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getKeepAliveCount() - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
 
getKeepAliveCount() - Method in class org.apache.tomcat.util.net.AprEndpoint
Number of keepalive sockets.
getKeepAliveMaxRequestCount() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getKeepAliveTimeout() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getKey() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
getKey(Member) - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
set unique key to find sender
getKey() - Method in class org.apache.catalina.cluster.util.LinkObject
Get the unique message id
getKey() - Method in class org.apache.catalina.cluster.util.SmartQueue.SmartEntry
 
getKeyAlias() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getKeyManagers(String, String, String) - Method in class org.apache.tomcat.util.net.jsse.JSSE14SocketFactory
Gets the initialized key managers.
getKeySize() - Method in interface org.apache.tomcat.util.net.SSLSupport
Get the keysize.
getKeypass() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getKeystore() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getKeystore(String, String) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
getKeystorePassword() - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
getKeytype() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getLargeIcon() - Method in class org.apache.catalina.deploy.FilterDef
 
getLargeIcon() - Method in class org.apache.catalina.deploy.MessageDestination
 
getLastAccessWasDistributed() - Method in class org.apache.catalina.cluster.session.ReplicatedSession
 
getLastAccessedTime() - Method in interface org.apache.catalina.Session
Return the last time the client sent a request associated with this session, as the number of milliseconds since midnight, January 1, 1970 GMT.
getLastAccessedTime() - Method in class org.apache.catalina.cluster.session.DeltaSession
Return the last time the client sent a request associated with this session, as the number of milliseconds since midnight, January 1, 1970 GMT.
getLastAccessedTime() - Method in class org.apache.catalina.cluster.session.DeltaSessionFacade
 
getLastAccessedTime() - Method in class org.apache.catalina.cluster.session.ReplicatedSession
 
getLastAccessedTime(String) - Method in class org.apache.catalina.session.ManagerBase
 
getLastAccessedTime() - Method in class org.apache.catalina.session.StandardSession
Return the last time the client sent a request associated with this session, as the number of milliseconds since midnight, January 1, 1970 GMT.
getLastAccessedTime() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getLastAccessedTime() - Method in class org.apache.tomcat.util.buf.TimeStamp
 
getLastAccessedTimeInternal() - Method in interface org.apache.catalina.Session
Return the last client access time without invalidation check
getLastAccessedTimeInternal() - Method in class org.apache.catalina.cluster.session.DeltaSession
Return the last client access time without invalidation check
getLastAccessedTimeInternal() - Method in class org.apache.catalina.session.StandardSession
Return the last client access time without invalidation check
getLastChecked() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
getLastModified() - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
Returns the value of the last-modified header field.
getLastModified() - Method in class org.apache.naming.resources.DirContextURLConnection
Return the last modified date.
getLastModified() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get last modified time.
getLastModified() - Method in class org.apache.naming.resources.ResourceAttributes
Get last modified time.
getLastModifiedDate() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get lastModified date.
getLastModifiedDate() - Method in class org.apache.naming.resources.ResourceAttributes
Get lastModified date.
getLastModifiedHttp() - Method in class org.apache.naming.resources.ResourceAttributes
 
getLastSendTime() - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
 
getLastTimeReplicated() - Method in class org.apache.catalina.cluster.session.DeltaSession
 
getLbForceSession() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getLbRecovertime() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getLbRetries() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getLbStickySession() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getLen() - Method in class org.apache.coyote.ajp.AjpMessage
Return the current message length.
getLen() - Method in class org.apache.jk.common.MsgAjp
 
getLen() - Method in class org.apache.jk.core.Msg
 
getLength() - Method in class org.apache.catalina.util.StringParser
Return the length of the string we are parsing.
getLength() - Method in class org.apache.tomcat.util.buf.ByteChunk
Returns the length of the bytes.
getLength() - Method in class org.apache.tomcat.util.buf.CharChunk
Returns the length of the bytes.
getLength() - Method in class org.apache.tomcat.util.buf.MessageBytes
Returns the length of the original buffer.
getLifecycle() - Method in class org.apache.catalina.LifecycleEvent
Return the Lifecycle on which this event occurred.
getLimit() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
getLimit() - Method in class org.apache.tomcat.util.buf.CharChunk
 
getLink() - Method in class org.apache.catalina.deploy.ContextEjb
 
getLink() - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
getLink() - Method in class org.apache.catalina.deploy.MessageDestinationRef
 
getLink() - Method in class org.apache.catalina.deploy.SecurityRoleRef
 
getListener() - Method in class org.apache.catalina.cluster.deploy.WarWatcher
 
getLiveDeploy() - Method in class org.apache.catalina.core.StandardHost
Return the value of the live deploy flag.
getLoadOnStartup() - Method in interface org.apache.catalina.Wrapper
Return the load-on-startup order value (negative value means load on first call).
getLoadOnStartup() - Method in class org.apache.catalina.core.StandardWrapper
Return the load-on-startup order value (negative value means load on first call).
getLoadOnStartupString() - Method in class org.apache.catalina.core.StandardWrapper
 
getLoadTime() - Method in class org.apache.catalina.core.StandardWrapper
 
getLoader() - Method in interface org.apache.catalina.Container
Return the Loader with which this Container is associated.
getLoader() - Method in class org.apache.catalina.core.ContainerBase
Return the Loader with which this Container is associated.
getLoaderClass() - Method in class org.apache.catalina.loader.WebappLoader
Return the ClassLoader class name.
getLoaderRepositories() - Method in class org.apache.catalina.loader.WebappLoader
 
getLoaderRepositoriesString() - Method in class org.apache.catalina.loader.WebappLoader
 
getLocal() - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
getLocalAddr() - Method in class org.apache.catalina.connector.Request
Returns the Internet Protocol (IP) address of the interface on which the request was received.
getLocalAddr() - Method in class org.apache.catalina.connector.RequestFacade
 
getLocalAddr() - Method in class org.apache.catalina.core.DummyRequest
 
getLocalDataSource() - Method in class org.apache.catalina.realm.DataSourceRealm
Return if the datasource will be looked up in the webapp JNDI Context.
getLocalId() - Method in class org.apache.jk.core.WorkerEnv
 
getLocalJvmRoute(Request) - Method in class org.apache.catalina.cluster.session.JvmRouteBinderValve
get jvmroute from engine
getLocalMember() - Method in interface org.apache.catalina.cluster.CatalinaCluster
Return the member that represents this node.
getLocalMember() - Method in interface org.apache.catalina.cluster.MembershipService
Returns the member object that defines this member
getLocalMember() - Method in class org.apache.catalina.cluster.mcast.McastService
Return the local member
getLocalMember() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
Return the member that represents this node.
getLocalMemberName() - Method in class org.apache.catalina.cluster.mcast.McastService
Return the local member name
getLocalName() - Method in class org.apache.catalina.connector.Request
Returns the host name of the Internet Protocol (IP) interface on which the request was received.
getLocalName() - Method in class org.apache.catalina.connector.RequestFacade
 
getLocalName() - Method in class org.apache.catalina.core.DummyRequest
 
getLocalPort() - Method in class org.apache.catalina.connector.Request
Returns the Internet Protocol (IP) port number of the interface on which the request was received.
getLocalPort() - Method in class org.apache.catalina.connector.RequestFacade
 
getLocalPort() - Method in class org.apache.catalina.core.DummyRequest
 
getLocalPort() - Method in class org.apache.coyote.Request
 
getLocalWar() - Method in class org.apache.catalina.ant.DeployTask
 
getLocale() - Method in class org.apache.catalina.connector.Request
Return the preferred Locale that the client will accept content in, based on the value for the first Accept-Language header that was encountered.
getLocale() - Method in class org.apache.catalina.connector.RequestFacade
 
getLocale() - Method in class org.apache.catalina.connector.Response
Return the Locale assigned to this response.
getLocale() - Method in class org.apache.catalina.connector.ResponseFacade
 
getLocale() - Method in class org.apache.catalina.core.DummyRequest
 
getLocale() - Method in class org.apache.catalina.core.DummyResponse
 
getLocale() - Method in class org.apache.coyote.Response
 
getLocale(String) - Static method in class org.apache.tomcat.util.http.AcceptLanguage
 
getLocales() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getLocales() - Method in class org.apache.catalina.connector.Request
Return the set of preferred Locales that the client will accept content in, based on the values for any Accept-Language headers that were encountered.
getLocales() - Method in class org.apache.catalina.connector.RequestFacade
 
getLocales() - Method in class org.apache.catalina.core.DummyRequest
 
getLocales(String) - Static method in class org.apache.tomcat.util.http.AcceptLanguage
 
getLocation() - Method in class org.apache.catalina.deploy.ErrorPage
Return the location.
getLog4jEnabled() - Method in class org.apache.jk.common.JkMX
 
getLogger() - Method in interface org.apache.catalina.Container
Return the Logger with which this Container is associated.
getLogger() - Method in interface org.apache.catalina.cluster.CatalinaCluster
Returns the associates logger with this cluster.
getLogger() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
getLogger() - Method in class org.apache.catalina.core.ContainerBase
Return the Logger with which this Container is associated.
getLogger() - Method in class org.apache.tomcat.util.digester.Digester
Return the current Logger associated with this instance of the Digester
getLoginConfig() - Method in interface org.apache.catalina.Context
Return the login configuration descriptor for this web application.
getLoginConfig() - Method in class org.apache.catalina.core.StandardContext
Return the login configuration descriptor for this web application.
getLoginPage() - Method in class org.apache.catalina.deploy.LoginConfig
 
getLong(int) - Method in class org.apache.jk.core.MsgContext
 
getLong() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
getLong() - Method in class org.apache.tomcat.util.buf.MessageBytes
Convert the buffer to an long, cache the value
getLongInt() - Method in class org.apache.coyote.ajp.AjpMessage
Read a 32 bits integer from packet, and advance the read position past it.
getLongInt() - Method in class org.apache.jk.common.MsgAjp
Read a 32 bits integer from packet, and advance the read position past it.
getLongInt() - Method in class org.apache.jk.core.Msg
Read a 32 bits integer from packet, and advance the read position past it.
getMBeanAttributeType(MBeanInfo, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
Get MBean Attribute from the MBeanInfo
getMBeanAttributeType(MBeanServerConnection, String, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
Get MBean Attriute from Mbean Server
getMBeanInfo(MBeanServerConnection, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
Get the MBeanInfo from Mbean Server
getMBeanServer() - Method in class org.apache.catalina.cluster.session.JvmRouteSessionIDBinderLifecycleListener
Deprecated.  
getMBeanServer() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
Get current Catalina MBean Server and load mbean registry
getMajorVersion() - Method in class org.apache.catalina.core.ApplicationContext
Return the major version of the Java Servlet API that we implement.
getMajorVersion() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getManagedBean(Object) - Method in class org.apache.catalina.cluster.session.JvmRouteSessionIDBinderLifecycleListener
Deprecated. Returns the ModelMBean
getManagedBean(Object) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
Returns the ModelMBean
getManagedBean(Object) - Method in class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
Create a ManagedBean (StoreConfig)
getManager() - Method in interface org.apache.catalina.Container
Return the Manager with which this Container is associated.
getManager() - Method in interface org.apache.catalina.Session
Return the Manager within which this Session is valid.
getManager() - Method in interface org.apache.catalina.Store
Return the Manager instance associated with this Store.
getManager(String) - Method in interface org.apache.catalina.cluster.CatalinaCluster
 
getManager() - Method in class org.apache.catalina.cluster.session.DeltaSession
Return the Manager within which this Session is valid.
getManager(Request) - Method in class org.apache.catalina.cluster.session.JvmRouteBinderValve
get Cluster DeltaManager
getManager(String) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
getManager() - Method in class org.apache.catalina.core.ContainerBase
Return the Manager with which this Container is associated.
getManager() - Method in class org.apache.catalina.session.StandardSession
Return the Manager within which this Session is valid.
getManager() - Method in class org.apache.catalina.session.StoreBase
Return the Manager with which the Store is associated.
getManager(String) - Static method in class org.apache.catalina.util.StringManager
Get the StringManager for a particular package.
getManager(String) - Static method in class org.apache.naming.StringManager
Get the StringManager for a particular package.
getManager(String) - Static method in class org.apache.tomcat.util.res.StringManager
Get the StringManager for a particular package.
getManager(ResourceBundle) - Static method in class org.apache.tomcat.util.res.StringManager
Get the StringManager for a particular package.
getManager(String, Locale) - Static method in class org.apache.tomcat.util.res.StringManager
Get the StringManager for a particular package and Locale.
getManagerClassName() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
getManagerName(String, Manager) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
Returns the name for the cluster manager.
getManagers() - Method in interface org.apache.catalina.cluster.CatalinaCluster
 
getManagers() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
getMapper() - Method in interface org.apache.catalina.Context
Get the request dispatcher mapper.
getMapper() - Method in class org.apache.catalina.connector.Connector
Return the mapper.
getMapper() - Method in class org.apache.catalina.core.StandardContext
Get the mapper associated with the context.
getMappingData() - Method in class org.apache.catalina.connector.Request
Return mapping data.
getMappingObject() - Method in interface org.apache.catalina.Container
Return an object which may be utilized for mapping to this component.
getMappingObject() - Method in class org.apache.catalina.core.ContainerBase
Return an object which may be utilized for mapping to this component.
getMatch() - Method in class org.apache.tomcat.util.digester.Digester
Return the current rule match path
getMax() - Method in class org.apache.tomcat.util.collections.SimplePool
Return the size of the pool
getMaxActive() - Method in interface org.apache.catalina.Manager
Gets the maximum number of sessions that have been active at the same time.
getMaxActive() - Method in class org.apache.catalina.session.ManagerBase
Max number of concurrent active sessions
getMaxActiveSessions() - Method in class org.apache.catalina.cluster.session.DeltaManager
Return the maximum number of active Sessions allowed, or -1 for no limit.
getMaxActiveSessions() - Method in class org.apache.catalina.session.PersistentManagerBase
Return the maximum number of active Sessions allowed, or -1 for no limit.
getMaxActiveSessions() - Method in class org.apache.catalina.session.StandardManager
Return the maximum number of active Sessions allowed, or -1 for no limit.
getMaxAge() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getMaxAllocateIterations() - Method in class org.apache.naming.resources.ResourceCache
Return the maximum amount of iterations during a space allocation.
getMaxHeaderCount() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getMaxHeaderCount() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getMaxHeaderCount() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getMaxHeaderCount() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getMaxHttpHeaderSize() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getMaxHttpHeaderSize() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getMaxIdleBackup() - Method in class org.apache.catalina.session.PersistentManagerBase
Indicates how many seconds old a session can get, after its last use in a request, before it should be backed up to the store. -1 means sessions are not backed up.
getMaxIdleSwap() - Method in class org.apache.catalina.session.PersistentManagerBase
The time in seconds after which a session should be swapped out of memory to disk.
getMaxInactiveInterval() - Method in interface org.apache.catalina.Manager
Return the default maximum inactive interval (in seconds) for Sessions created by this Manager.
getMaxInactiveInterval() - Method in interface org.apache.catalina.Session
Return the maximum time interval, in seconds, between client requests before the servlet container will invalidate the session.
getMaxInactiveInterval() - Method in class org.apache.catalina.cluster.session.DeltaSession
Return the maximum time interval, in seconds, between client requests before the servlet container will invalidate the session.
getMaxInactiveInterval() - Method in class org.apache.catalina.cluster.session.DeltaSessionFacade
 
getMaxInactiveInterval() - Method in class org.apache.catalina.session.ManagerBase
Return the default maximum inactive interval (in seconds) for Sessions created by this Manager.
getMaxInactiveInterval() - Method in class org.apache.catalina.session.StandardSession
Return the maximum time interval, in seconds, between client requests before the servlet container will invalidate the session.
getMaxInactiveInterval() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getMaxInactiveInterval() - Method in class org.apache.tomcat.util.buf.TimeStamp
Inactive interval in millis - the time is computed in millis, convert to secs in the upper layer
getMaxInstances() - Method in class org.apache.catalina.core.StandardWrapper
Return maximum number of instances that will be allocated when a single thread model servlet is used.
getMaxKeepAliveRequests() - Method in class org.apache.coyote.http11.Http11AprProcessor
Return the number of Keep-Alive requests that we will honor.
getMaxKeepAliveRequests() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getMaxKeepAliveRequests() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getMaxKeepAliveRequests() - Method in class org.apache.coyote.http11.Http11Processor
Return the number of Keep-Alive requests that we will honor.
getMaxMemory() - Method in class org.apache.tomcat.util.compat.Jdk14Compat
Return the maximum amount of memory the JVM will attempt to use.
getMaxMemory() - Method in class org.apache.tomcat.util.compat.JdkCompat
Return the maximum amount of memory the JVM will attempt to use.
getMaxParameterCount() - Method in class org.apache.catalina.connector.Connector
Return the maximum number of parameters (GET plus POST) that will be automatically parsed by the container.
getMaxPoolSocketLimit() - Method in class org.apache.catalina.cluster.tcp.PooledSocketSender
 
getMaxPort() - Method in class org.apache.jk.common.ChannelNioSocket
 
getMaxPort() - Method in class org.apache.jk.common.ChannelSocket
 
getMaxPostSize() - Method in class org.apache.catalina.connector.Connector
Return the maximum size of a POST which will be automatically parsed by the container.
getMaxProcessingTime() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getMaxProcessingTime() - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
 
getMaxQueueLength() - Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
 
getMaxQueueLength() - Method in class org.apache.catalina.cluster.util.FastQueue
get Max Queue length
getMaxQueueLength() - Method in interface org.apache.catalina.cluster.util.IQueue
 
getMaxReceivedProcessingTime() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
getMaxRequestUri() - Method in class org.apache.coyote.RequestInfo
 
getMaxSavePostSize() - Method in class org.apache.catalina.connector.Connector
Return the maximum size of a POST which will be saved by the container during authentication.
getMaxSavePostSize() - Method in class org.apache.coyote.http11.Http11AprProcessor
Return the maximum size of a POST which will be buffered in SSL mode.
getMaxSavePostSize() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getMaxSavePostSize() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getMaxSavePostSize() - Method in class org.apache.coyote.http11.Http11Processor
Return the maximum size of a POST which will be buffered in SSL mode.
getMaxSize() - Method in class org.apache.catalina.cluster.util.FastQueue
 
getMaxSizeSample() - Method in class org.apache.catalina.cluster.util.FastQueue
 
getMaxSpareThreads() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getMaxSpareThreads() - Method in class org.apache.jk.common.ChannelNioSocket
 
getMaxSpareThreads() - Method in class org.apache.jk.common.ChannelSocket
 
getMaxSpareThreads() - Method in class org.apache.tomcat.util.net.AprEndpoint
Dummy maxSpareThreads property.
getMaxSpareThreads() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getMaxSpareThreads() - Method in class org.apache.tomcat.util.threads.ThreadPool
 
getMaxThreads() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getMaxThreads() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getMaxThreads() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getMaxThreads() - Method in class org.apache.jk.common.ChannelNioSocket
 
getMaxThreads() - Method in class org.apache.jk.common.ChannelSocket
 
getMaxThreads() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getMaxThreads() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getMaxThreads() - Method in class org.apache.tomcat.util.threads.ThreadPool
 
getMaxTime() - Method in class org.apache.catalina.core.StandardWrapper
 
getMaxTime() - Method in class org.apache.coyote.RequestGroupInfo
 
getMaxTime() - Method in class org.apache.coyote.RequestInfo
 
getMaxWaitAckTime() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getMbeansFile() - Method in class org.apache.catalina.core.StandardEngine
 
getMcastAddr() - Method in class org.apache.catalina.cluster.mcast.McastService
 
getMcastBindAddress() - Method in class org.apache.catalina.cluster.mcast.McastService
 
getMcastClusterDomain() - Method in class org.apache.catalina.cluster.mcast.McastService
 
getMcastDropTime() - Method in class org.apache.catalina.cluster.mcast.McastService
 
getMcastFrequency() - Method in class org.apache.catalina.cluster.mcast.McastService
 
getMcastPort() - Method in class org.apache.catalina.cluster.mcast.McastService
 
getMcastSoTimeout() - Method in class org.apache.catalina.cluster.mcast.McastService
 
getMcastTTL() - Method in class org.apache.catalina.cluster.mcast.McastService
 
getMember(byte[]) - Static method in class org.apache.catalina.cluster.mcast.McastMember
Deserializes a member from data sent over the wire
getMember() - Method in class org.apache.catalina.cluster.mcast.McastMembership.MbrEntry
Return the actual McastMember object
getMemberAliveTime() - Method in interface org.apache.catalina.cluster.Member
Contains information on how long this member has been online.
getMemberAliveTime() - Method in class org.apache.catalina.cluster.mcast.McastMember
Contains information on how long this member has been online.
getMemberEntries() - Method in class org.apache.catalina.cluster.mcast.McastMembership
get a copy from all member entries
getMemberProperties() - Method in interface org.apache.catalina.cluster.Member
Return implementation specific properties about this cluster node.
getMemberProperties() - Method in class org.apache.catalina.cluster.mcast.McastMember
 
getMembers() - Method in interface org.apache.catalina.cluster.CatalinaCluster
Returns all the members currently participating in the cluster.
getMembers() - Method in interface org.apache.catalina.cluster.MembershipService
Returns a list of all the members in the cluster.
getMembers() - Method in class org.apache.catalina.cluster.mcast.McastMembership
Returning a list of all the members in the membership We not need a copy: add and remove generate new arrays.
getMembers() - Method in class org.apache.catalina.cluster.mcast.McastService
Return all the members
getMembers() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
Get all current cluster members
getMembersByName() - Method in interface org.apache.catalina.cluster.MembershipService
Return all members by name
getMembersByName() - Method in class org.apache.catalina.cluster.mcast.McastService
Return all the members by name
getMembershipService() - Method in interface org.apache.catalina.cluster.CatalinaCluster
 
getMembershipService() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
getMessage() - Method in class org.apache.catalina.LifecycleException
Returns the message associated with this exception, if any.
getMessage() - Method in class org.apache.catalina.cluster.tcp.ClusterData
 
getMessage() - Method in class org.apache.catalina.cluster.tcp.SendMessageData
 
getMessage() - Method in class org.apache.catalina.connector.ClientAbortException
Returns the message associated with this exception, if any.
getMessage() - Method in class org.apache.catalina.connector.Response
Return the error message that was set with sendError() for this Response.
getMessage() - Method in class org.apache.catalina.core.DummyResponse
 
getMessage() - Method in class org.apache.coyote.Response
Get the status message.
getMessage(int) - Static method in class org.apache.tomcat.util.http.HttpMessages
Get the status string associated with a status code.
getMessageNumber() - Method in class org.apache.catalina.cluster.deploy.FileMessage
 
getMessageNumber() - Method in class org.apache.catalina.cluster.session.SessionIDMessage
 
getMethod() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getMethod() - Method in class org.apache.catalina.connector.Request
Return the HTTP request method used in this Request.
getMethod() - Method in class org.apache.catalina.connector.RequestFacade
 
getMethod() - Method in class org.apache.catalina.core.DummyRequest
 
getMethod() - Method in class org.apache.coyote.RequestInfo
 
getMimeHeaders() - Method in class org.apache.coyote.Request
 
getMimeHeaders() - Method in class org.apache.coyote.Response
 
getMimeType(String) - Method in class org.apache.catalina.core.ApplicationContext
Return the MIME type of the specified file, or null if the MIME type cannot be determined.
getMimeType(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getMimeType() - Method in class org.apache.naming.resources.ResourceAttributes
 
getMinIdleSwap() - Method in class org.apache.catalina.session.PersistentManagerBase
The minimum time in seconds that a session must be idle before it can be swapped out of memory, or -1 if it can be swapped out at any time.
getMinProcessingTime() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getMinProcessingTime() - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
 
getMinReceivedProcessingTime() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
getMinSpareThreads() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getMinSpareThreads() - Method in class org.apache.jk.common.ChannelNioSocket
 
getMinSpareThreads() - Method in class org.apache.jk.common.ChannelSocket
 
getMinSpareThreads() - Method in class org.apache.tomcat.util.net.AprEndpoint
Dummy minSpareThreads property.
getMinSpareThreads() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getMinSpareThreads() - Method in class org.apache.tomcat.util.threads.ThreadPool
 
getMinTime() - Method in class org.apache.catalina.core.StandardWrapper
 
getMinWaitAckTime() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getMinorVersion() - Method in class org.apache.catalina.core.ApplicationContext
Return the minor version of the Java Servlet API that we implement.
getMinorVersion() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getMissingAckCounter() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getMonitor() - Method in class org.apache.tomcat.util.threads.ThreadPool
 
getMsg(int) - Method in class org.apache.jk.core.MsgContext
The context may store a number of messages ( buffers + marshalling )
getName() - Method in interface org.apache.catalina.Container
Return a name string (suitable for use by humans) that describes this Container.
getName() - Method in interface org.apache.catalina.Host
Return the canonical, fully qualified, name of the virtual host this Container represents.
getName() - Method in interface org.apache.catalina.Service
Return the name of this Service.
getName() - Method in class org.apache.catalina.ant.jmx.Arg
 
getName() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
getName() - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
getName() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
The name used at remote MbeanServer
getName() - Method in interface org.apache.catalina.cluster.ClusterManager
Return the name of the manager, at host /context name and at engine hostname+/context.
getName() - Method in interface org.apache.catalina.cluster.Member
Returns the name of this node, should be unique within the cluster.
getName() - Method in class org.apache.catalina.cluster.mcast.McastMember
Return the name of this object
getName() - Method in class org.apache.catalina.cluster.session.DeltaManager
Return the descriptive short name of this Manager implementation.
getName() - Method in class org.apache.catalina.cluster.session.SerializablePrincipal
 
getName() - Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
getName() - Method in class org.apache.catalina.connector.CoyotePrincipal
 
getName() - Method in class org.apache.catalina.core.ContainerBase
Return a name string (suitable for use by humans) that describes this Container.
getName() - Method in class org.apache.catalina.core.NamingContextListener
Return the "name" property.
getName() - Method in class org.apache.catalina.core.StandardHost
Return the canonical, fully qualified, name of the virtual host this Container represents.
getName() - Method in class org.apache.catalina.core.StandardService
Return the name of this Service.
getName() - Method in class org.apache.catalina.deploy.ApplicationParameter
 
getName() - Method in class org.apache.catalina.deploy.ContextEnvironment
 
getName() - Method in class org.apache.catalina.deploy.MessageDestination
 
getName() - Method in class org.apache.catalina.deploy.MessageDestinationRef
 
getName() - Method in class org.apache.catalina.deploy.ResourceBase
 
getName() - Method in class org.apache.catalina.deploy.SecurityCollection
Return the name of this web resource collection.
getName() - Method in class org.apache.catalina.deploy.SecurityRoleRef
 
getName() - Method in class org.apache.catalina.realm.DataSourceRealm
Return a short name for this Realm implementation.
getName() - Method in class org.apache.catalina.realm.GenericPrincipal
 
getName() - Method in class org.apache.catalina.realm.JAASRealm
Return a short name for this Realm implementation.
getName() - Method in class org.apache.catalina.realm.JDBCRealm
Return a short name for this Realm implementation.
getName() - Method in class org.apache.catalina.realm.JNDIRealm
Return a short name for this Realm implementation.
getName() - Method in class org.apache.catalina.realm.MemoryRealm
Return a short name for this Realm implementation.
getName() - Method in class org.apache.catalina.realm.RealmBase
Return a short name for this Realm implementation, for use in log messages.
getName() - Method in class org.apache.catalina.realm.UserDatabaseRealm
Return a short name for this Realm implementation.
getName() - Method in class org.apache.catalina.session.JDBCStore
Return the name for this instance (built from container name)
getName() - Method in class org.apache.catalina.session.ManagerBase
Return the descriptive short name of this Manager implementation.
getName() - Method in class org.apache.catalina.session.PersistentManager
Return the descriptive short name of this Manager implementation.
getName() - Method in class org.apache.catalina.session.PersistentManagerBase
Return the descriptive short name of this Manager implementation.
getName() - Method in class org.apache.catalina.session.StandardManager
Return the descriptive short name of this Manager implementation.
getName() - Method in class org.apache.catalina.storeconfig.StoreRegistry
 
getName() - Method in class org.apache.catalina.users.AbstractGroup
Make the principal name the same as the group name.
getName() - Method in class org.apache.catalina.users.AbstractRole
Make the principal name the same as the role name.
getName() - Method in class org.apache.catalina.users.AbstractUser
Make the principal name the same as the group name.
getName() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getName() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getName() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getName() - Method in class org.apache.jk.core.JkHandler
 
getName() - Method in class org.apache.naming.NamingService
Retruns the Catalina component name.
getName() - Method in interface org.apache.naming.NamingServiceMBean
Retruns the JNDI component name.
getName() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get name.
getName() - Method in class org.apache.naming.resources.ResourceAttributes
Get name.
getName() - Method in class org.apache.naming.resources.WARDirContext.Entry
 
getName() - Method in class org.apache.tomcat.util.buf.TimeStamp
Return the "name" of the timestamp.
getName(int) - Method in class org.apache.tomcat.util.collections.MultiMap
Returns the Nth header name This may be used to iterate through all header fields.
getName(int) - Method in class org.apache.tomcat.util.http.MimeHeaders
Returns the Nth header name, or null if there is no such header.
getName() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getName() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getName() - Method in class org.apache.tomcat.util.threads.ThreadPool
 
getNameInNamespace() - Method in class org.apache.naming.NamingContext
Retrieves the full name of this context within its own namespace.
getNameInNamespace() - Method in class org.apache.naming.SelectorContext
Retrieves the full name of this context within its own namespace.
getNameInNamespace() - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the full name of this context within its own namespace.
getNameInNamespace() - Method in class org.apache.naming.resources.FileDirContext
Retrieves the full name of this context within its own namespace.
getNameInNamespace() - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the full name of this context within its own namespace.
getNameInNamespace() - Method in class org.apache.naming.resources.WARDirContext
Retrieves the full name of this context within its own namespace.
getNameParser(Name) - Method in class org.apache.naming.NamingContext
Retrieves the parser associated with the named context.
getNameParser(String) - Method in class org.apache.naming.NamingContext
Retrieves the parser associated with the named context.
getNameParser(Name) - Method in class org.apache.naming.SelectorContext
Retrieves the parser associated with the named context.
getNameParser(String) - Method in class org.apache.naming.SelectorContext
Retrieves the parser associated with the named context.
getNameParser(Name) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the parser associated with the named context.
getNameParser(String) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the parser associated with the named context.
getNameParser(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the parser associated with the named context.
getNameParser(String) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the parser associated with the named context.
getNamedDispatcher(String) - Method in class org.apache.catalina.core.ApplicationContext
Return a RequestDispatcher object that acts as a wrapper for the named servlet.
getNamedDispatcher(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getNamespaceAware() - Method in class org.apache.tomcat.util.digester.Digester
Return the "namespace aware" flag for parsers we create.
getNamespaceURI() - Method in class org.apache.tomcat.util.digester.AbstractRulesImpl
Return the namespace URI that will be applied to all subsequently added Rule objects.
getNamespaceURI() - Method in class org.apache.tomcat.util.digester.Rule
Return the namespace URI for which this Rule is relevant, if any.
getNamespaceURI() - Method in interface org.apache.tomcat.util.digester.RuleSet
Return the namespace URI that will be applied to all Rule instances created from this RuleSet.
getNamespaceURI() - Method in class org.apache.tomcat.util.digester.RuleSetBase
Return the namespace URI that will be applied to all Rule instances created from this RuleSet.
getNamespaceURI() - Method in interface org.apache.tomcat.util.digester.Rules
Return the namespace URI that will be applied to all subsequently added Rule objects.
getNamespaceURI() - Method in class org.apache.tomcat.util.digester.RulesBase
Return the namespace URI that will be applied to all subsequently added Rule objects.
getNamespaceURI() - Method in class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
Gets namespace to apply to Rule's added
getNamingContext() - Method in class org.apache.catalina.core.NamingContextListener
Return the associated naming context.
getNamingPort() - Method in class org.apache.catalina.mbeans.JMXAdaptorLifecycleListener
 
getNamingResources() - Method in interface org.apache.catalina.Context
Return the naming resources associated with this web application.
getNamingResources() - Method in class org.apache.catalina.core.StandardContext
Return the naming resources associated with this web application.
getNamingResources() - Method in class org.apache.catalina.deploy.ContextEnvironment
 
getNamingResources() - Method in class org.apache.catalina.deploy.ContextTransaction
 
getNamingResources() - Method in class org.apache.catalina.deploy.MessageDestinationRef
 
getNamingResources() - Method in class org.apache.catalina.deploy.ResourceBase
 
getNewDeltaSession() - Method in class org.apache.catalina.cluster.session.DeltaManager
Get new session class to be used in the doLoad() method.
getNewSession() - Method in class org.apache.catalina.session.ManagerBase
Get new session class to be used in the doLoad() method.
getNext() - Method in interface org.apache.catalina.Valve
Return the next Valve in the pipeline containing this Valve, if any.
getNext() - Method in class org.apache.catalina.valves.ValveBase
Return the next Valve in this pipeline, or null if this is the last Valve in the pipeline.
getNext(Node) - Static method in class org.apache.jk.config.WebXml2Jk
Get the node in the list of siblings
getNext() - Method in class org.apache.jk.core.JkHandler
 
getNext() - Method in class org.apache.jk.core.MsgContext
 
getNioIsBroken() - Method in class org.apache.jk.common.ChannelNioSocket
 
getNoCompressionUserAgents() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getNoCompressionUserAgents() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getNonceCacheSize() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
getNonceValidity() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
getNote(String) - Method in interface org.apache.catalina.Session
Return the object bound with the specified name to the internal notes for this session, or null if no such binding exists.
getNote(String) - Method in class org.apache.catalina.cluster.session.DeltaSession
Return the object bound with the specified name to the internal notes for this session, or null if no such binding exists.
getNote(String) - Method in class org.apache.catalina.connector.Request
Return the object bound with the specified name to the internal notes for this request, or null if no such binding exists.
getNote(String) - Method in class org.apache.catalina.core.DummyRequest
 
getNote(String) - Method in class org.apache.catalina.session.StandardSession
Return the object bound with the specified name to the internal notes for this session, or null if no such binding exists.
getNote(int) - Method in class org.apache.coyote.Request
 
getNote(int) - Method in class org.apache.coyote.Response
 
getNote(int) - Method in class org.apache.jk.core.MsgContext
 
getNote(int) - Method in class org.apache.jk.core.WorkerEnv
 
getNote(int) - Method in class org.apache.tomcat.util.http.BaseRequest
 
getNote(Object, int) - Method in class org.apache.tomcat.util.threads.ThreadWithAttributes
 
getNoteId(int, String) - Method in class org.apache.jk.core.WorkerEnv
 
getNoteNames() - Method in interface org.apache.catalina.Session
Return an Iterator containing the String names of all notes bindings that exist for this session.
getNoteNames() - Method in class org.apache.catalina.cluster.session.DeltaSession
Return an Iterator containing the String names of all notes bindings that exist for this session.
getNoteNames() - Method in class org.apache.catalina.connector.Request
Return an Iterator containing the String names of all notes bindings that exist for this request.
getNoteNames() - Method in class org.apache.catalina.core.DummyRequest
 
getNoteNames() - Method in class org.apache.catalina.session.StandardSession
Return an Iterator containing the String names of all notes bindings that exist for this session.
getNotificationInfo() - Method in class org.apache.catalina.core.StandardContext
 
getNotificationInfo() - Method in class org.apache.catalina.core.StandardWrapper
 
getNotificationInfo() - Method in class org.apache.jk.common.ChannelNioSocket
 
getNotificationInfo() - Method in class org.apache.jk.common.ChannelSocket
 
getNrOfCrossContextSendRequests() - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
 
getNrOfFilterRequests() - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
 
getNrOfMsgsReceived() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
getNrOfRequests() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getNrOfRequests() - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
 
getNrOfRequests() - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
 
getNrOfSendRequests() - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
 
getNumberOfSessions() - Method in class org.apache.catalina.cluster.session.JvmRouteBinderValve
 
getNumberOfSessions() - Method in class org.apache.catalina.cluster.session.JvmRouteSessionIDBinderListener
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.catalina.users.MemoryUserDatabaseFactory
Create and return a new MemoryUserDatabase instance that has been configured according to the properties of the specified Reference.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.BeanFactory
Create a new Bean instance.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.EjbFactory
Crete a new EJB instance.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.MailSessionFactory
Create and return an object instance based on the specified characteristics.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.OpenEjbFactory
Crete a new EJB instance using OpenEJB.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.ResourceEnvFactory
Crete a new Resource env instance.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.ResourceFactory
Crete a new DataSource instance.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.ResourceLinkFactory
Create a new DataSource instance.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.SendMailFactory
 
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.factory.TransactionFactory
Crete a new User transaction instance.
getObjectInstance(Object, Name, Context, Hashtable) - Method in class org.apache.naming.java.javaURLContextFactory
Crete a new Context's instance.
getObjectName() - Method in interface org.apache.catalina.Container
Return the JMX name associated with this container.
getObjectName() - Method in class org.apache.catalina.cluster.mcast.McastService
 
getObjectName(StandardHost) - Method in class org.apache.catalina.cluster.session.JvmRouteSessionIDBinderLifecycleListener
Deprecated.  
getObjectName() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
Receiver ObjectName
getObjectName() - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
 
getObjectName() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
getObjectName() - Method in class org.apache.catalina.connector.Connector
 
getObjectName() - Method in class org.apache.catalina.core.ContainerBase
 
getObjectName() - Method in class org.apache.catalina.core.StandardServer
 
getObjectName() - Method in class org.apache.catalina.core.StandardService
 
getObjectName() - Method in class org.apache.catalina.realm.RealmBase
 
getObjectName() - Method in class org.apache.catalina.session.ManagerBase
 
getObjectName() - Method in class org.apache.catalina.valves.ValveBase
 
getObjectName() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getObjectName() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getObjectName() - Method in class org.apache.coyote.http11.Http11Protocol
 
getObjectName() - Method in class org.apache.jk.core.JkHandler
 
getObjectName() - Method in class org.apache.jk.server.JkMain
 
getOffset() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
getOffset() - Method in class org.apache.tomcat.util.buf.CharChunk
 
getOpaque() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
getOperation() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
getOperation() - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
 
getOriginalDocBase() - Method in class org.apache.catalina.core.StandardContext
Return the original document root for this Context.
getOrignalSessionID() - Method in class org.apache.catalina.cluster.session.SessionIDMessage
 
getOut() - Method in class org.apache.jk.server.JkMain
 
getOutQueueCounter() - Method in class org.apache.catalina.cluster.tcp.AsyncSocketSender
 
getOutQueueCounter() - Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
 
getOutputBuffer() - Method in class org.apache.coyote.Response
 
getOutputStream() - Method in class org.apache.catalina.connector.Response
Return the servlet output stream associated with this Response.
getOutputStream() - Method in class org.apache.catalina.connector.ResponseFacade
 
getOutputStream() - Method in class org.apache.catalina.core.DummyResponse
 
getOutputStream() - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
Return a OutputStream, throws and exception if a printwriter already been returned.
getOutputStream() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Get the underlying socket output stream.
getOverride() - Method in interface org.apache.catalina.Context
Return the override flag for this web application.
getOverride() - Method in class org.apache.catalina.core.StandardContext
Return the DefaultContext override flag for this web application.
getOverride() - Method in class org.apache.catalina.deploy.ApplicationParameter
 
getOverride() - Method in class org.apache.catalina.deploy.ContextEnvironment
 
getOverride() - Method in class org.apache.catalina.deploy.ContextResourceEnvRef
 
getPacketSize() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getPacketSize() - Method in class org.apache.jk.common.ChannelNioSocket
 
getPacketSize() - Method in class org.apache.jk.common.ChannelSocket
 
getParam(Object) - Method in class org.apache.tomcat.util.threads.ThreadWithAttributes
Information about the current request ( or the main object we are processing )
getParameter(String) - Method in class org.apache.catalina.connector.Request
Return the value of the specified request parameter, if any; otherwise, return null.
getParameter(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getParameter(String) - Method in class org.apache.catalina.core.DummyRequest
 
getParameter(String) - Method in class org.apache.tomcat.util.http.Parameters
 
getParameterMap() - Method in class org.apache.catalina.connector.Request
Returns a Map of the parameters of this request.
getParameterMap() - Method in class org.apache.catalina.connector.RequestFacade
 
getParameterMap() - Method in class org.apache.catalina.core.DummyRequest
 
getParameterMap() - Method in class org.apache.catalina.deploy.FilterDef
 
getParameterNames() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getParameterNames() - Method in class org.apache.catalina.connector.Request
Return the names of all defined request parameters for this request.
getParameterNames() - Method in class org.apache.catalina.connector.RequestFacade
 
getParameterNames() - Method in class org.apache.catalina.core.DummyRequest
 
getParameterNames() - Method in class org.apache.tomcat.util.http.Parameters
 
getParameterValues(String) - Method in class org.apache.catalina.authenticator.SavedRequest
 
getParameterValues(String) - Method in class org.apache.catalina.connector.Request
Return the defined values for the specified request parameter, if any; otherwise, return null.
getParameterValues(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getParameterValues(String) - Method in class org.apache.catalina.core.DummyRequest
 
getParameterValues(String) - Method in class org.apache.tomcat.util.http.Parameters
 
getParameters() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets derived CGI query parameters
getParameters() - Method in class org.apache.catalina.util.CGIProcessEnvironment
Deprecated. Gets process' derived query parameters
getParameters() - Method in class org.apache.coyote.Request
 
getParent() - Method in interface org.apache.catalina.Container
Return the Container for which this Container is a child, if there is one.
getParent() - Method in class org.apache.catalina.core.ContainerBase
Return the Container for which this Container is a child, if there is one.
getParent() - Method in class org.apache.tomcat.util.buf.TimeStamp
 
getParentClassLoader() - Method in interface org.apache.catalina.Container
Return the parent class loader (if any) for web applications.
getParentClassLoader() - Method in class org.apache.catalina.core.ContainerBase
Return the parent class loader (if any) for this web application.
getParentClassLoader() - Method in class org.apache.catalina.core.StandardContext
Return the parent class loader (if any) for this web application.
getParentName() - Method in class org.apache.catalina.core.ContainerBase
 
getParentName() - Method in class org.apache.catalina.core.StandardContext
 
getParentName() - Method in class org.apache.catalina.core.StandardEngine
 
getParentName(ObjectName) - Method in class org.apache.catalina.valves.ValveBase
From the name, extract the parent object name
getParser() - Method in class org.apache.tomcat.util.digester.Digester
Return the SAXParser we will use to parse the input stream.
getPartialServletStackTrace(Throwable) - Method in class org.apache.tomcat.util.compat.Jdk14Compat
Print out a partial servlet stack trace (truncating at the last occurrence of javax.servlet.).
getPartialServletStackTrace(Throwable) - Method in class org.apache.tomcat.util.compat.JdkCompat
Print out a partial servlet stack trace (truncating at the last occurrence of javax.servlet.).
getPass() - Method in class org.apache.jk.common.ModJkMX
 
getPassword() - Method in interface org.apache.catalina.User
Return the logon password of this user, optionally prefixed with the identifier of an encoding scheme surrounded by curly braces, such as {md5}xxxxx.
getPassword() - Method in class org.apache.catalina.ant.AbstractCatalinaTask
 
getPassword() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
getPassword() - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
getPassword() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
The login password for the Manager application.
getPassword() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Gets the password credential (if any) associated with the SSO.
getPassword() - Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
 
getPassword() - Method in class org.apache.catalina.cluster.session.SerializablePrincipal
 
getPassword(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Return the password associated with the given principal's user name.
getPassword(Connection, String) - Method in class org.apache.catalina.realm.DataSourceRealm
Return the password associated with the given principal's user name.
getPassword() - Method in class org.apache.catalina.realm.GenericPrincipal
 
getPassword(String) - Method in class org.apache.catalina.realm.JAASRealm
Return the password associated with the given principal's user name.
getPassword(String) - Method in class org.apache.catalina.realm.JDBCRealm
Return the password associated with the given principal's user name.
getPassword(String) - Method in class org.apache.catalina.realm.JNDIRealm
Return the password associated with the given principal's user name.
getPassword(String) - Method in class org.apache.catalina.realm.MemoryRealm
Return the password associated with the given principal's user name.
getPassword(String) - Method in class org.apache.catalina.realm.RealmBase
Return the password associated with the given principal's user name.
getPassword(String) - Method in class org.apache.catalina.realm.UserDatabaseRealm
Return the password associated with the given principal's user name.
getPassword() - Method in class org.apache.catalina.users.AbstractUser
Return the logon password of this user, optionally prefixed with the identifier of an encoding scheme surrounded by curly braces, such as {md5}xxxxx.
getPath() - Method in interface org.apache.catalina.Context
Return the context path for this web application.
getPath() - Method in class org.apache.catalina.ant.DeployTask
 
getPath() - Method in class org.apache.catalina.ant.InstallTask
Deprecated.  
getPath() - Method in class org.apache.catalina.ant.ReloadTask
 
getPath() - Method in class org.apache.catalina.ant.RemoveTask
Deprecated.  
getPath() - Method in class org.apache.catalina.ant.SessionsTask
 
getPath() - Method in class org.apache.catalina.ant.StartTask
 
getPath() - Method in class org.apache.catalina.ant.StopTask
 
getPath() - Method in class org.apache.catalina.ant.UndeployTask
 
getPath() - Method in class org.apache.catalina.ant.ValidatorTask
 
getPath() - Method in class org.apache.catalina.core.StandardContext
Return the context path for this Context.
getPath() - Method in class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
 
getPath() - Method in class org.apache.catalina.util.URL
Return the path part of the URL.
getPath() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getPath() - Method in class org.apache.tomcat.util.net.URL
Return the path part of the URL.
getPathInfo() - Method in class org.apache.catalina.connector.Request
Return the path information associated with this Request.
getPathInfo() - Method in class org.apache.catalina.connector.RequestFacade
 
getPathInfo() - Method in class org.apache.catalina.core.DummyRequest
 
getPathInfoMB() - Method in class org.apache.catalina.connector.Request
Get the path info.
getPathInfoMB() - Method in class org.apache.catalina.core.DummyRequest
 
getPathTranslated() - Method in class org.apache.catalina.connector.Request
Return the extra path information for this request, translated to a real path.
getPathTranslated() - Method in class org.apache.catalina.connector.RequestFacade
 
getPathTranslated() - Method in class org.apache.catalina.core.DummyRequest
 
getPathWithoutContext(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getPathWithoutFileName(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getPathname() - Method in class org.apache.catalina.realm.MemoryRealm
Return the pathname of our XML file containing user definitions.
getPathname() - Method in class org.apache.catalina.session.StandardManager
Return the session persistence pathname, if any.
getPathname() - Method in class org.apache.catalina.users.MemoryUserDatabase
Return the relative or absolute pathname to the persistent storage file.
getPattern() - Method in class org.apache.catalina.valves.AccessLogValve
Return the format pattern.
getPattern() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Return the format pattern.
getPattern() - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Return the format pattern.
getPaused() - Method in class org.apache.catalina.core.StandardContext
Return the request processing paused flag for this Context.
getPeerCertificateChain() - Method in interface org.apache.tomcat.util.net.SSLSupport
The client certificate chain (if any).
getPeerCertificateChain(boolean) - Method in interface org.apache.tomcat.util.net.SSLSupport
The client certificate chain (if any).
getPermission() - Method in class org.apache.naming.resources.DirContextURLConnection
Get the Permission for this URL
getPermissions(CodeSource) - Method in class org.apache.catalina.loader.WebappClassLoader
Get the Permissions for a CodeSource.
getPipeline() - Method in interface org.apache.catalina.Container
Return the Pipeline object that manages the Valves associated with this Container.
getPipeline() - Method in class org.apache.catalina.core.ContainerBase
Return the Pipeline object that manages the Valves associated with this Container.
getPollTime() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getPollTime() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getPollTime() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getPoller() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getPollerSize() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getPollerSize() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getPollerSize() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getPollerThreadCount() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getPool() - Method in class org.apache.catalina.cluster.tcp.WorkerThread
 
getPort() - Method in interface org.apache.catalina.Server
Return the port number we listen to for shutdown commands.
getPort() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
getPort() - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
getPort() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
The Port of the JMX JSR 160 MBeanServer to be used.
getPort() - Method in interface org.apache.catalina.cluster.ClusterReceiver
get the listing ip port
getPort() - Method in interface org.apache.catalina.cluster.Member
Returns the TCP listen portfor the TCP implementation
getPort() - Method in class org.apache.catalina.cluster.mcast.McastMember
Return the listen port of this member
getPort() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
getPort() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getPort() - Method in interface org.apache.catalina.cluster.tcp.IDataSender
 
getPort() - Method in class org.apache.catalina.connector.Connector
Return the port number on which we listen for requests.
getPort() - Method in class org.apache.catalina.core.StandardServer
Return the port number we listen to for shutdown commands.
getPort() - Method in class org.apache.catalina.mbeans.JMXAdaptorLifecycleListener
 
getPort() - Method in class org.apache.catalina.util.URL
Return the port number part of the URL.
getPort() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getPort() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getPort() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getPort() - Method in class org.apache.jk.common.ChannelNioSocket
 
getPort() - Method in class org.apache.jk.common.ChannelSocket
 
getPort() - Method in class org.apache.jk.common.JkMX
 
getPort() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getPort() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getPort() - Method in class org.apache.tomcat.util.net.URL
Return the port number part of the URL.
getPostInput(Hashtable) - Method in class org.apache.catalina.util.ProcessHelper
Deprecated. Gets a string for input to a POST cgi script
getPrefix() - Method in class org.apache.catalina.cluster.ClusterRuleSet
 
getPrefix() - Method in class org.apache.catalina.valves.AccessLogValve
Return the log file prefix.
getPrefix() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Return the log file prefix.
getPrefix() - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Return the log file prefix.
getPrimaryIndicatorName() - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
 
getPrincipal() - Method in interface org.apache.catalina.Session
Return the authenticated Principal that is associated with this Session.
getPrincipal() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Gets the Principal that has been authenticated by the SSO.
getPrincipal() - Method in class org.apache.catalina.cluster.session.DeltaSession
Return the authenticated Principal that is associated with this Session.
getPrincipal(Realm) - Method in class org.apache.catalina.cluster.session.SerializablePrincipal
 
getPrincipal() - Method in class org.apache.catalina.connector.Request
Return the principal that has been authenticated for this Request.
getPrincipal(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Return the Principal associated with the given user name.
getPrincipal(String) - Method in class org.apache.catalina.realm.JAASRealm
Return the Principal associated with the given user name.
getPrincipal(String) - Method in class org.apache.catalina.realm.JDBCRealm
Return the Principal associated with the given user name.
getPrincipal(String) - Method in class org.apache.catalina.realm.JNDIRealm
Return the Principal associated with the given user name.
getPrincipal(DirContext, String) - Method in class org.apache.catalina.realm.JNDIRealm
Return the Principal associated with the given user name.
getPrincipal(String) - Method in class org.apache.catalina.realm.MemoryRealm
Return the Principal associated with the given user name.
getPrincipal(X509Certificate) - Method in class org.apache.catalina.realm.RealmBase
Return the Principal associated with the given certificate.
getPrincipal(String) - Method in class org.apache.catalina.realm.RealmBase
Return the Principal associated with the given user name.
getPrincipal(String) - Method in class org.apache.catalina.realm.UserDatabaseRealm
Return the Principal associated with the given user name.
getPrincipal() - Method in class org.apache.catalina.session.StandardSession
Return the authenticated Principal that is associated with this Session.
getPrincipals() - Method in class org.apache.catalina.realm.MemoryRealm
Returns the principals for this realm.
getPrivateKey(String) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Returns the key associated with the given alias.
getPrivileged() - Method in interface org.apache.catalina.Context
Return the privileged flag for this web application.
getPrivileged() - Method in class org.apache.catalina.core.StandardContext
Return the privileged flag for this web application.
getProcessDeployFrequency() - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
Return the frequency of watcher checks.
getProcessExpiresFrequency() - Method in class org.apache.catalina.session.ManagerBase
Return the frequency of manager checks.
getProcessSenderFrequency() - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
 
getProcessTlds() - Method in class org.apache.catalina.core.StandardContext
Returns the processTlds attribute value.
getProcessingTime() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
getProcessingTime() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getProcessingTime() - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
 
getProcessingTime() - Method in class org.apache.catalina.core.StandardContext
Gets the cumulative processing times of all servlets in this StandardContext.
getProcessingTime() - Method in class org.apache.catalina.core.StandardWrapper
 
getProcessingTime() - Method in class org.apache.catalina.session.ManagerBase
 
getProcessingTime() - Method in class org.apache.coyote.RequestGroupInfo
 
getProcessingTime() - Method in class org.apache.coyote.RequestInfo
 
getProperties() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
get all properties, when project is there got all project Properties
getProperties() - Method in interface org.apache.catalina.cluster.MembershipService
Returns the properties for the configuration used.
getProperties() - Method in class org.apache.catalina.cluster.mcast.McastService
Return the properties, see setProperties
getPropertiesFile() - Method in class org.apache.jk.server.JkMain
 
getProperty(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
get all Properties
getProperty(String) - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
get current config
getProperty(String) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
get current config
getProperty(String) - Method in interface org.apache.catalina.cluster.util.IDynamicProperty
get current config
getProperty(String) - Method in class org.apache.catalina.connector.Connector
Return a configured property.
getProperty(String) - Method in class org.apache.catalina.deploy.ContextTransaction
Return a configured property.
getProperty(String) - Method in class org.apache.catalina.deploy.ResourceBase
Return a configured property.
getProperty(String) - Static method in class org.apache.catalina.startup.CatalinaProperties
Return specified property value.
getProperty(String, String) - Static method in class org.apache.catalina.startup.CatalinaProperties
Return specified property value.
getProperty(String) - Method in class org.apache.coyote.ajp.AjpAprProtocol
Get a property
getProperty(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
Get a property
getProperty(String) - Method in class org.apache.coyote.http11.Http11BaseProtocol
Get a property
getProperty(String) - Method in class org.apache.jk.core.JkHandler
 
getProperty(String) - Method in class org.apache.jk.server.JkCoyoteHandler
 
getProperty(String) - Method in class org.apache.jk.server.JkMain
Retrieve a property.
getProperty(String) - Method in interface org.apache.tomcat.util.IntrospectionUtils.PropertySource
 
getProperty(Object, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
getProperty(String) - Method in class org.apache.tomcat.util.digester.Digester
Return the current value of the specified property for the underlying XMLReader implementation.
getPropertyKeys(Connector) - Method in class org.apache.catalina.storeconfig.ConnectorStoreAppender
Get all properties from Connector and current ProtocolHandler
getPropertyKeys(IDynamicProperty) - Method in class org.apache.catalina.storeconfig.IDynamicPropertyStoreAppender
Get all properties from ReplicationTransmitter (also dynamic properties)
getPropertyNames() - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
Get all properties keys
getPropertyNames() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
Get all properties keys
getPropertyNames() - Method in interface org.apache.catalina.cluster.util.IDynamicProperty
Get all properties keys
getProtocol() - Method in interface org.apache.catalina.Cluster
Deprecated.  
getProtocol() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
getProtocol() - Method in class org.apache.catalina.connector.Connector
Return the Coyote protocol handler in use.
getProtocol() - Method in class org.apache.catalina.connector.Request
Return the protocol and version used to make this Request.
getProtocol() - Method in class org.apache.catalina.connector.RequestFacade
 
getProtocol() - Method in class org.apache.catalina.core.DummyRequest
 
getProtocol() - Method in class org.apache.catalina.realm.JNDIRealm
Return the protocol to be used.
getProtocol() - Method in class org.apache.catalina.util.URL
Return the protocol name part of the URL.
getProtocol() - Method in class org.apache.coyote.RequestInfo
 
getProtocol() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getProtocol() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getProtocol() - Method in class org.apache.tomcat.util.net.URL
Return the protocol name part of the URL.
getProtocolHandler() - Method in class org.apache.catalina.connector.Connector
Return the protocol handler associated with the connector.
getProtocolHandlerClassName() - Method in class org.apache.catalina.connector.Connector
Return the class name of the Coyote protocol handler in use.
getProtocols() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getProxyName() - Method in class org.apache.catalina.connector.Connector
Return the proxy server name for this Connector.
getProxyPort() - Method in class org.apache.catalina.connector.Connector
Return the proxy server port for this Connector.
getPublicId() - Method in interface org.apache.catalina.Context
Return the public identifier of the deployment descriptor DTD that is currently being parsed.
getPublicId() - Method in class org.apache.catalina.core.StandardContext
Return the public identifier of the deployment descriptor DTD that is currently being parsed.
getPublicId() - Method in class org.apache.tomcat.util.digester.Digester
Return the public identifier of the DTD we are currently parsing under, if any.
getQualifiedNames() - Method in class org.apache.catalina.util.DOMWriter
 
getQuery() - Method in class org.apache.catalina.ant.JMXQueryTask
Get method for the JMX query string
getQuery() - Method in class org.apache.catalina.util.URL
Return the query part of the URL.
getQuery() - Method in class org.apache.tomcat.util.net.URL
Return the query part of the URL.
getQueryString() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getQueryString() - Method in class org.apache.catalina.connector.Request
Return the query string associated with this request.
getQueryString() - Method in class org.apache.catalina.connector.RequestFacade
 
getQueryString() - Method in class org.apache.catalina.core.DummyRequest
 
getQueueAddWaitTime() - Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
 
getQueueAddWaitTimeout() - Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
get current add wait timeout
getQueueRemoveWaitTime() - Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
 
getQueueRemoveWaitTimeout() - Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
get current remove wait timeout
getQueueSize() - Method in class org.apache.catalina.cluster.tcp.AsyncSocketSender
 
getQueueSize() - Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
 
getQueuedNrOfBytes() - Method in class org.apache.catalina.cluster.tcp.AsyncSocketSender
 
getQueuedNrOfBytes() - Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
 
getQuotedValueEndPosition(byte[], int, int) - Static method in class org.apache.tomcat.util.http.Cookies
Given a starting position after an initial quote chracter, this gets the position of the end quote.
getRandom() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the random number generator instance we should use for generating session identifiers.
getRandom() - Method in class org.apache.catalina.session.ManagerBase
Return the random number generator instance we should use for generating session identifiers.
getRandomBytes(byte[]) - Method in class org.apache.catalina.session.ManagerBase
 
getRandomClass() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the random number generator class name.
getRandomClass() - Method in class org.apache.catalina.session.ManagerBase
Return the random number generator class name.
getRandomFile() - Method in class org.apache.catalina.session.ManagerBase
 
getReader() - Method in class org.apache.catalina.connector.Request
Read the Reader wrapping the input stream for this Request.
getReader() - Method in class org.apache.catalina.connector.RequestFacade
 
getReader() - Method in class org.apache.catalina.core.DummyRequest
 
getReader() - Method in class org.apache.tomcat.util.digester.Digester
Deprecated. Use getXMLReader() instead, which can throw a SAXException if the reader cannot be instantiated
getReadme(DirContext) - Method in class org.apache.catalina.servlets.DefaultServlet
Get the readme file as a string.
getReadonly() - Method in class org.apache.catalina.users.MemoryUserDatabase
Returning the readonly status of the user database
getRealPath(String) - Method in class org.apache.catalina.connector.Request
Deprecated. As of version 2.1 of the Java Servlet API, use ServletContext.getRealPath().
getRealPath(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getRealPath(String) - Method in class org.apache.catalina.core.ApplicationContext
Return the real path for a given virtual path, if possible; otherwise return null.
getRealPath(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getRealPath(String) - Method in class org.apache.catalina.core.DummyRequest
 
getRealm() - Method in interface org.apache.catalina.Container
Return the Realm with which this Container is associated.
getRealm() - Method in class org.apache.catalina.cluster.session.SerializablePrincipal
 
getRealm() - Method in class org.apache.catalina.core.ContainerBase
Return the Realm with which this Container is associated.
getRealm() - Method in class org.apache.catalina.core.StandardEngine
Provide a default in case no explicit configuration is set
getRealm() - Method in class org.apache.catalina.realm.GenericPrincipal
 
getRealm() - Method in class org.apache.catalina.startup.Embedded
Return the default Realm for our Containers.
getRealmName() - Method in class org.apache.catalina.deploy.LoginConfig
 
getReceivedProcessingTime() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
getReceivedQueueSize() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
getReceivedTime() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
getRecoverCounter() - Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
get current push message recover counter
getRecoverTimeout() - Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
get current push message recover timeout
getRecoveryCounter() - Method in class org.apache.catalina.cluster.mcast.McastService
 
getRecoveryCounter() - Method in class org.apache.catalina.cluster.mcast.McastServiceImpl
 
getRecoverySleepTime() - Method in class org.apache.catalina.cluster.mcast.McastService
 
getRecoverySleepTime() - Method in class org.apache.catalina.cluster.mcast.McastServiceImpl
 
getRedirectPort() - Method in class org.apache.catalina.connector.Connector
Return the port number to which a request should be redirected if it comes in on a non-SSL port and is subject to a security constraint with a transport guarantee that requires SSL.
getRef() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
getRef() - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
getRef() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
getRef() - Method in class org.apache.catalina.util.URL
Return the reference part of the URL.
getRef() - Method in class org.apache.tomcat.util.net.URL
Return the reference part of the URL.
getReferrals() - Method in class org.apache.catalina.realm.JNDIRealm
Returns the current settings for handling JNDI referrals.
getRegisterRequests() - Method in class org.apache.jk.common.HandlerRequest
Get the flag to tell if we JMX register requests.
getRegistry() - Method in interface org.apache.catalina.storeconfig.IStoreConfig
Get Configuration Registry
getRegistry() - Method in interface org.apache.catalina.storeconfig.IStoreFactory
 
getRegistry() - Method in class org.apache.catalina.storeconfig.StoreConfig
 
getRegistry() - Method in class org.apache.catalina.storeconfig.StoreFactoryBase
 
getRegistry() - Method in class org.apache.catalina.storeconfig.StoreLoader
 
getRegistryResource() - Method in class org.apache.catalina.storeconfig.StoreLoader
 
getRejectedSessions() - Method in interface org.apache.catalina.Manager
Gets the number of sessions that were not created because the maximum number of active sessions was reached.
getRejectedSessions() - Method in class org.apache.catalina.cluster.session.DeltaManager
Number of session creations that failed due to maxActiveSessions
getRejectedSessions() - Method in class org.apache.catalina.session.PersistentManagerBase
Number of session creations that failed due to maxActiveSessions.
getRejectedSessions() - Method in class org.apache.catalina.session.StandardManager
Number of session creations that failed due to maxActiveSessions
getRelativePath(HttpServletRequest) - Method in class org.apache.catalina.servlets.DefaultServlet
Return the relative path associated with this servlet.
getRelativePath(HttpServletRequest) - Method in class org.apache.catalina.servlets.WebdavServlet
Override the DefaultServlet implementation and only use the PathInfo.
getRelativePath(HttpServletRequest) - Static method in class org.apache.catalina.ssi.SSIServletRequestUtil
Return the relative path associated with this servlet.
getReloadable() - Method in interface org.apache.catalina.Context
Return the reloadable flag for this web application.
getReloadable() - Method in interface org.apache.catalina.Loader
Return the reloadable flag for this Loader.
getReloadable() - Method in class org.apache.catalina.core.StandardContext
Return the reloadable flag for this web application.
getReloadable() - Method in class org.apache.catalina.loader.WebappLoader
Return the reloadable flag for this Loader.
getRemaining() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
Get remaining bytes.
getRemaining() - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
Get remaining bytes.
getRemote() - Method in class org.apache.catalina.deploy.ContextEjb
 
getRemoteAddr() - Method in class org.apache.catalina.connector.Request
Return the remote IP address making this Request.
getRemoteAddr() - Method in class org.apache.catalina.connector.RequestFacade
 
getRemoteAddr() - Method in class org.apache.catalina.core.DummyRequest
 
getRemoteAddr() - Method in class org.apache.coyote.RequestInfo
 
getRemoteHost() - Method in class org.apache.catalina.connector.Request
Return the remote host name making this Request.
getRemoteHost() - Method in class org.apache.catalina.connector.RequestFacade
 
getRemoteHost() - Method in class org.apache.catalina.core.DummyRequest
 
getRemotePort() - Method in class org.apache.catalina.connector.Request
Returns the Internet Protocol (IP) source port of the client or last proxy that sent the request.
getRemotePort() - Method in class org.apache.catalina.connector.RequestFacade
 
getRemotePort() - Method in class org.apache.catalina.core.DummyRequest
 
getRemotePort() - Method in class org.apache.coyote.Request
 
getRemoteUser() - Method in class org.apache.catalina.connector.Request
Return the name of the remote user that has been authenticated for this Request.
getRemoteUser() - Method in class org.apache.catalina.connector.RequestFacade
 
getRemoteUser() - Method in class org.apache.catalina.core.DummyRequest
 
getRemoteUser() - Method in class org.apache.coyote.Request
 
getRemoveCounter() - Method in class org.apache.catalina.cluster.util.FastQueue
 
getRemoveErrorCounter() - Method in class org.apache.catalina.cluster.util.FastQueue
 
getRemoveWait() - Method in class org.apache.catalina.cluster.util.FastQueue
 
getRemoveWaitTimeout() - Method in class org.apache.catalina.cluster.util.FastQueue
get current remove wait timeout
getRemoveWaitTimeout() - Method in class org.apache.catalina.cluster.util.SingleRemoveSynchronizedAddLock
 
getReplicationMode() - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
current replication mode
getReportedname() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getReporter() - Method in class org.apache.catalina.connector.Response
Return a PrintWriter that can be used to render error messages, regardless of whether a stream or writer has already been acquired.
getReporter() - Method in class org.apache.catalina.core.DummyResponse
 
getRepositories() - Method in class org.apache.catalina.loader.WebappLoader
 
getRepositoriesString() - Method in class org.apache.catalina.loader.WebappLoader
Extra repositories for this loader
getReqAttributeIgnoreCase(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getReqFilters() - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
 
getRequest() - Method in class org.apache.catalina.InstanceEvent
Return the servlet request for which this event occurred.
getRequest() - Method in class org.apache.catalina.connector.InputBuffer
Get associated Coyote request.
getRequest() - Method in class org.apache.catalina.connector.Request
Return the ServletRequest for which this object is the facade.
getRequest() - Method in class org.apache.catalina.connector.Response
Return the Request with which this Response is associated.
getRequest() - Method in class org.apache.catalina.core.DummyRequest
 
getRequest() - Method in class org.apache.catalina.core.DummyResponse
 
getRequest() - Method in class org.apache.coyote.Response
 
getRequest() - Method in class org.apache.coyote.ajp.AjpAprProcessor
Get the request associated with this processor.
getRequest() - Method in class org.apache.coyote.http11.Http11AprProcessor
Get the request associated with this processor.
getRequest() - Method in class org.apache.coyote.http11.Http11Processor
Get the request associated with this processor.
getRequest() - Method in class org.apache.jk.core.MsgContext
 
getRequestBytesReceived() - Method in class org.apache.coyote.RequestInfo
 
getRequestBytesSent() - Method in class org.apache.coyote.RequestInfo
 
getRequestCount() - Method in class org.apache.catalina.core.StandardWrapper
 
getRequestCount() - Method in class org.apache.coyote.RequestGroupInfo
 
getRequestCount() - Method in class org.apache.coyote.RequestInfo
 
getRequestCount() - Method in class org.apache.jk.common.ChannelNioSocket
 
getRequestCount() - Method in class org.apache.jk.common.ChannelSocket
 
getRequestDispatcher(String) - Method in class org.apache.catalina.connector.Request
Return a RequestDispatcher that wraps the resource at the specified path, which may be interpreted as relative to the current request path.
getRequestDispatcher(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getRequestDispatcher(String) - Method in class org.apache.catalina.core.ApplicationContext
Return a RequestDispatcher instance that acts as a wrapper for the resource at the given path.
getRequestDispatcher(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getRequestDispatcher(String) - Method in class org.apache.catalina.core.DummyRequest
 
getRequestPathMB() - Method in class org.apache.catalina.connector.Request
Get the request path.
getRequestPathMB() - Method in class org.apache.catalina.core.DummyRequest
 
getRequestProcessingTime() - Method in class org.apache.coyote.RequestInfo
 
getRequestProcessor() - Method in class org.apache.coyote.Request
 
getRequestURI() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getRequestURI() - Method in class org.apache.catalina.connector.Request
Return the request URI for this request.
getRequestURI() - Method in class org.apache.catalina.connector.RequestFacade
 
getRequestURI() - Method in class org.apache.catalina.core.DummyRequest
 
getRequestURL() - Method in class org.apache.catalina.connector.Request
Reconstructs the URL the client used to make the request.
getRequestURL() - Method in class org.apache.catalina.connector.RequestFacade
 
getRequestURL() - Method in class org.apache.catalina.core.DummyRequest
 
getRequestedSessionId() - Method in class org.apache.catalina.connector.Request
Return the session identifier included in this request, if any.
getRequestedSessionId() - Method in class org.apache.catalina.connector.RequestFacade
 
getRequestedSessionId() - Method in class org.apache.catalina.core.DummyRequest
 
getRequireReauthentication() - Method in class org.apache.catalina.authenticator.SingleSignOn
Gets whether each request needs to be reauthenticated (by an Authenticator downstream in the pipeline) to the security Realm, or if this Valve can itself bind security info to the request based on the presence of a valid SSO entry without rechecking with the RealmgetRequiredExtensionCount() - Method in class org.apache.catalina.util.ManifestResource
Gets the number of required extensions
getRequiredExtensions() - Method in class org.apache.catalina.util.ManifestResource
Gets the list of required extensions
getResend() - Method in interface org.apache.catalina.cluster.ClusterMessage
Each message can made the desicion that resend is allowed or not or handle by default.
getResend() - Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
 
getResend() - Method in class org.apache.catalina.cluster.deploy.FileMessage
 
getResend() - Method in class org.apache.catalina.cluster.deploy.UndeployMessage
 
getResend() - Method in class org.apache.catalina.cluster.session.SessionIDMessage
 
getResend() - Method in class org.apache.catalina.cluster.session.SessionMessageImpl
 
getResend() - Method in class org.apache.catalina.cluster.tcp.ClusterData
 
getResource(String) - Method in class org.apache.catalina.core.ApplicationContext
Return the URL to the resource that is mapped to a specified path.
getResource(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getResource(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Find the resource with the given name.
getResourceAsStream(String) - Method in class org.apache.catalina.core.ApplicationContext
Return the requested resource as an InputStream.
getResourceAsStream(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getResourceAsStream(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Find the resource with the given name, and return an input stream that can be used for reading it.
getResourceLinks() - Method in class org.apache.catalina.mbeans.DefaultContextMBean
Return the MBean Names of all the defined resource links for this application
getResourceLinks() - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Return the MBean Names of all the defined resource link references for this application.
getResourceLinks() - Method in class org.apache.catalina.mbeans.StandardContextMBean
Return the MBean Names of all the defined resource links for this application
getResourceName() - Method in class org.apache.catalina.realm.UserDatabaseRealm
Return the global JNDI name of the UserDatabase resource we will be using.
getResourceName() - Method in class org.apache.catalina.util.ManifestResource
Gets the name of the resource
getResourcePaths(String) - Method in class org.apache.catalina.core.ApplicationContext
Return a Set containing the resource paths of resources member of the specified collection.
getResourcePaths(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getResourceType() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Get resource type.
getResourceType() - Method in class org.apache.naming.resources.ResourceAttributes
Get resource type.
getResources() - Method in interface org.apache.catalina.Container
Return the Resources with which this Container is associated.
getResources() - Method in class org.apache.catalina.core.ApplicationContext
Return the resources object that is mapped to a specified path.
getResources() - Method in class org.apache.catalina.core.ContainerBase
Return the resources DirContext object with which this Container is associated.
getResources() - Method in class org.apache.catalina.loader.WebappClassLoader
Get associated resources.
getResources() - Method in class org.apache.catalina.mbeans.DefaultContextMBean
Return the MBean Names of all the defined resource references for this application.
getResources() - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Return the MBean Names of all the defined resource references for this application.
getResources() - Method in class org.apache.catalina.mbeans.StandardContextMBean
Return the MBean Names of all the defined resource references for this application.
getResponse() - Method in class org.apache.catalina.InstanceEvent
Return the servlet response for which this event occurred.
getResponse() - Method in class org.apache.catalina.connector.OutputBuffer
Get associated Coyote response.
getResponse() - Method in class org.apache.catalina.connector.Request
Return the Response with which this Request is associated.
getResponse() - Method in class org.apache.catalina.connector.Response
Return the ServletResponse for which this object is the facade.
getResponse() - Method in class org.apache.catalina.core.DummyRequest
 
getResponse() - Method in class org.apache.catalina.core.DummyResponse
 
getResponse() - Method in class org.apache.coyote.Request
 
getRestrictedUserAgents() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getRestrictedUserAgents() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getResultproperty() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
getRoleBase() - Method in class org.apache.catalina.realm.JNDIRealm
Return the base element for role searches.
getRoleClassNames() - Method in class org.apache.catalina.realm.JAASRealm
 
getRoleName() - Method in class org.apache.catalina.realm.JNDIRealm
Return the role name attribute name for this Realm.
getRoleNameCol() - Method in class org.apache.catalina.realm.DataSourceRealm
Return the column in the user role table that names a role.
getRoleNameCol() - Method in class org.apache.catalina.realm.JDBCRealm
Return the column in the user role table that names a role.
getRoleSearch() - Method in class org.apache.catalina.realm.JNDIRealm
Return the message format pattern for selecting roles in this Realm.
getRoleSubtree() - Method in class org.apache.catalina.realm.JNDIRealm
Return the "search subtree for roles" flag.
getRolename() - Method in interface org.apache.catalina.Role
Return the role name of this role, which must be unique within the scope of a UserDatabase.
getRolename() - Method in class org.apache.catalina.users.AbstractRole
Return the role name of this role, which must be unique within the scope of a UserDatabase.
getRoles() - Method in interface org.apache.catalina.Group
Return the set of Roles assigned specifically to this group.
getRoles() - Method in interface org.apache.catalina.User
Return the set of Roles assigned specifically to this user.
getRoles() - Method in interface org.apache.catalina.UserDatabase
Return the set of Roles defined in this user database.
getRoles() - Method in class org.apache.catalina.cluster.session.SerializablePrincipal
 
getRoles() - Method in class org.apache.catalina.mbeans.GroupMBean
Return the MBean Names of all authorized roles for this group.
getRoles() - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Return the MBean Names of all roles defined in this database.
getRoles() - Method in class org.apache.catalina.mbeans.UserMBean
Return the MBean Names of all roles assigned to this user.
getRoles(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Return the roles associated with the given user name.
getRoles(Connection, String) - Method in class org.apache.catalina.realm.DataSourceRealm
Return the roles associated with the given user name
getRoles() - Method in class org.apache.catalina.realm.GenericPrincipal
 
getRoles(String) - Method in class org.apache.catalina.realm.JDBCRealm
Return the roles associated with the gven user name.
getRoles(DirContext, User) - Method in class org.apache.catalina.realm.JNDIRealm
Return a List of roles associated with the given User.
getRoles() - Method in class org.apache.catalina.users.AbstractGroup
Return the set of Roles assigned specifically to this group.
getRoles() - Method in class org.apache.catalina.users.AbstractUser
Return the set of Roles assigned specifically to this user.
getRoles() - Method in class org.apache.catalina.users.MemoryGroup
Return the set of Roles assigned specifically to this group.
getRoles() - Method in class org.apache.catalina.users.MemoryUser
Return the set of Roles assigned specifically to this user.
getRoles() - Method in class org.apache.catalina.users.MemoryUserDatabase
Return the set of Roles defined in this user database.
getRoot() - Method in class org.apache.tomcat.util.digester.Digester
When the Digester is being used as a SAXContentHandler, this method allows you to access the root object that has been created after parsing.
getRootCause(ServletException) - Static method in class org.apache.catalina.core.StandardWrapper
Extract the root cause from a servlet exception.
getRuleNamespaceURI() - Method in class org.apache.tomcat.util.digester.Digester
Return the namespace URI that will be applied to all subsequently added Rule objects.
getRules() - Method in class org.apache.tomcat.util.digester.Digester
Return the Rules implementation object containing our rules collection and associated matching policy.
getRunAs() - Method in interface org.apache.catalina.Wrapper
Return the run-as identity for this servlet.
getRunAs() - Method in class org.apache.catalina.core.StandardWrapper
Return the run-as identity for this servlet.
getRxBufSize() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
getRxBufSize() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getSAXLogger() - Method in class org.apache.tomcat.util.digester.Digester
Gets the logger used for logging SAX-related information.
getSSLCACertificateFile() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL CA certificate file.
getSSLCACertificateFile() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLCACertificatePath() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL CA certificate path.
getSSLCACertificatePath() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLCARevocationFile() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL CA revocation file.
getSSLCARevocationFile() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLCARevocationPath() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL CA revocation path.
getSSLCARevocationPath() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLCertificateChainFile() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL certificate chain file.
getSSLCertificateChainFile() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLCertificateFile() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL certificate file.
getSSLCertificateFile() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLCertificateKeyFile() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL certificate key file.
getSSLCertificateKeyFile() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLCipherSuite() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL cipher suite.
getSSLCipherSuite() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLEngine() - Method in class org.apache.catalina.core.AprLifecycleListener
 
getSSLEngine() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL engine.
getSSLEngine() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLImplementation() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getSSLPassword() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL password (if a cert is encrypted, and no password has been provided, a callback will ask for a password).
getSSLPassword() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLProtocol() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL protocol.
getSSLProtocol() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLRandomSeed() - Method in class org.apache.catalina.core.AprLifecycleListener
 
getSSLSupport(Socket) - Method in class org.apache.tomcat.util.net.SSLImplementation
 
getSSLSupport(Socket) - Method in class org.apache.tomcat.util.net.jsse.JSSEImplementation
 
getSSLSupport(Socket) - Method in class org.apache.tomcat.util.net.puretls.PureTLSImplementation
 
getSSLVerifyClient() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL verify client.
getSSLVerifyClient() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSSLVerifyDepth() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL verify depth.
getSSLVerifyDepth() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSample() - Method in class org.apache.catalina.cluster.util.FastQueue
 
getSampleInterval() - Method in class org.apache.catalina.cluster.util.FastQueue
 
getSaveOnRestart() - Method in class org.apache.catalina.session.PersistentManagerBase
Indicates whether sessions are saved when the Manager is shut down properly.
getSchema(Name) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the schema associated with the named object.
getSchema(String) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the schema associated with the named object.
getSchema(String) - Method in class org.apache.naming.resources.FileDirContext
Retrieves the schema associated with the named object.
getSchema(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the schema associated with the named object.
getSchema(String) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the schema associated with the named object.
getSchema(String) - Method in class org.apache.naming.resources.WARDirContext
Retrieves the schema associated with the named object.
getSchema() - Method in class org.apache.tomcat.util.digester.Digester
Return the XML Schema URI used for validating an XML instance.
getSchemaClassDefinition(Name) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(String) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(String) - Method in class org.apache.naming.resources.FileDirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(String) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaClassDefinition(String) - Method in class org.apache.naming.resources.WARDirContext
Retrieves a context containing the schema objects of the named object's class definitions.
getSchemaLanguage() - Method in class org.apache.tomcat.util.digester.Digester
Return the XML Schema language used when parsing.
getScheme() - Method in class org.apache.catalina.connector.Connector
Return the scheme that will be assigned to requests received through this connector.
getScheme() - Method in class org.apache.catalina.connector.Request
Return the scheme used to make this Request.
getScheme() - Method in class org.apache.catalina.connector.RequestFacade
 
getScheme() - Method in class org.apache.catalina.core.DummyRequest
 
getScheme() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the scheme
getScope() - Method in class org.apache.catalina.deploy.ContextResource
 
getSecure() - Method in class org.apache.catalina.connector.Connector
Return the secure connection flag that will be assigned to requests received through this connector.
getSecure() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getSecure() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getSecure() - Method in class org.apache.tomcat.util.http.BaseRequest
Get whether the request is secure or not.
getSecure() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getSecurePagesWithPragma() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the flag that states, if proxy caching is disabled, what headers we add to disable the caching.
getSendAllSessionsSize() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
getSendAllSessionsWaitTime() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
getSenderObjectName(IDataSender) - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
build sender ObjectName ( engine.domain:type=IDataSender,host="host",senderAddress="receiver.address",senderPort="port" )
getSenderObjectNames() - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
get all current senders
getSenderState() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getSenders() - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
get all current senders
getSendfile() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSendfileCount() - Method in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
getSendfileCount() - Method in class org.apache.tomcat.util.net.AprEndpoint
Number of sendfile sockets.
getSendfileSize() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getSendfileSize() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSendfileThreadCount() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSequence() - Method in class org.apache.tomcat.util.net.AprEndpoint
Get a sequence number used for thread naming.
getSequence() - Method in class org.apache.tomcat.util.threads.ThreadPool
 
getServer() - Static method in class org.apache.catalina.ServerFactory
Return the singleton Server instance for this JVM.
getServer() - Method in interface org.apache.catalina.Service
Return the Server with which we are associated (if any).
getServer() - Method in class org.apache.catalina.core.StandardContext
 
getServer() - Method in class org.apache.catalina.core.StandardService
Return the Server with which we are associated (if any).
getServer() - Method in class org.apache.coyote.http11.Http11AprProcessor
Get the server header name.
getServer() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getServer() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getServer() - Method in class org.apache.coyote.http11.Http11Processor
Get the server header name.
getServerAliases(String, Principal[]) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Get the matching aliases for authenticating the server side of a secure socket, given the public key type and the list of certificate issuer authorities recognized by the peer (if any).
getServerBuilt() - Static method in class org.apache.catalina.util.ServerInfo
Return the server built time for this version of Tomcat.
getServerFilename() - Method in class org.apache.catalina.storeconfig.StoreConfig
get server.xml location
getServerInfo() - Method in class org.apache.catalina.core.ApplicationContext
Return the name and version of the servlet container.
getServerInfo() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getServerInfo() - Method in class org.apache.catalina.core.StandardServer
Report the current Tomcat Server Release number
getServerInfo() - Static method in class org.apache.catalina.util.ServerInfo
Return the server identification for this version of Tomcat.
getServerName() - Method in class org.apache.catalina.connector.Request
Return the server name responding to this Request.
getServerName() - Method in class org.apache.catalina.connector.RequestFacade
 
getServerName() - Method in class org.apache.catalina.core.DummyRequest
 
getServerNumber() - Static method in class org.apache.catalina.util.ServerInfo
Return the server's version number.
getServerPort() - Method in class org.apache.catalina.connector.Request
Return the server port responding to this Request.
getServerPort() - Method in class org.apache.catalina.connector.RequestFacade
 
getServerPort() - Method in class org.apache.catalina.core.DummyRequest
 
getServerPort() - Method in class org.apache.coyote.Request
 
getServerPort() - Method in class org.apache.coyote.RequestInfo
 
getServerPort() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the server port
getServerSoTimeout() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getServerSoTimeout() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getServerSocketFactory() - Method in class org.apache.tomcat.util.net.SSLImplementation
 
getServerSocketFactory() - Method in class org.apache.tomcat.util.net.jsse.JSSEImplementation
 
getServerSocketFactory() - Method in class org.apache.tomcat.util.net.puretls.PureTLSImplementation
 
getServerTimeout() - Method in class org.apache.jk.common.ChannelNioSocket
 
getServerTimeout() - Method in class org.apache.jk.common.ChannelSocket
 
getService() - Method in interface org.apache.catalina.Engine
Return the Service with which we are associated (if any).
getService() - Method in class org.apache.catalina.connector.Connector
Return the Service with which we are associated (if any).
getService() - Method in class org.apache.catalina.core.StandardEngine
Return the Service with which we are associated (if any).
getServiceNames() - Method in class org.apache.catalina.core.StandardServer
Return the JMX service names.
getServiceStartTime() - Method in class org.apache.catalina.cluster.mcast.McastServiceImpl
 
getServlet() - Method in class org.apache.catalina.InstanceEvent
Return the servlet instance for which this event occurred.
getServlet(String) - Method in class org.apache.catalina.core.ApplicationContext
Deprecated. As of Java Servlet API 2.1, with no direct replacement.
getServlet(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getServletClass() - Method in interface org.apache.catalina.Wrapper
Return the fully qualified servlet class name for this servlet.
getServletClass() - Method in class org.apache.catalina.core.StandardWrapper
Return the fully qualified servlet class name for this servlet.
getServletContext() - Method in interface org.apache.catalina.Context
Return the servlet context for which this Context is a facade.
getServletContext() - Method in class org.apache.catalina.cluster.session.DeltaSession
Return the ServletContext to which this session belongs.
getServletContext() - Method in class org.apache.catalina.cluster.session.DeltaSessionFacade
 
getServletContext() - Method in class org.apache.catalina.core.StandardContext
Return the servlet context for which this Context is a facade.
getServletContext() - Method in class org.apache.catalina.core.StandardWrapper
Return the servlet context with which this servlet is associated.
getServletContext() - Method in class org.apache.catalina.core.StandardWrapperFacade
 
getServletContext() - Method in class org.apache.catalina.session.StandardSession
Return the ServletContext to which this session belongs.
getServletContext() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getServletContext() - Method in class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
 
getServletContextAndPath(String, boolean) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getServletContextAndPathFromNonVirtualPath(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getServletContextAndPathFromVirtualPath(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getServletContextName() - Method in class org.apache.catalina.core.ApplicationContext
Return the display name of this web application.
getServletContextName() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getServletMethods() - Method in interface org.apache.catalina.Wrapper
Gets the names of the methods supported by the underlying servlet.
getServletMethods() - Method in class org.apache.catalina.core.StandardWrapper
Gets the names of the methods supported by the underlying servlet.
getServletName() - Method in class org.apache.catalina.core.StandardWrapper
Return the name of this servlet.
getServletName() - Method in class org.apache.catalina.core.StandardWrapperFacade
 
getServletName() - Method in class org.apache.catalina.deploy.FilterMap
 
getServletNames() - Method in class org.apache.catalina.core.ApplicationContext
Deprecated. As of Java Servlet API 2.1, with no direct replacement.
getServletNames() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getServletPath() - Method in class org.apache.catalina.connector.Request
Return the portion of the request URI used to select the servlet that will process this request.
getServletPath() - Method in class org.apache.catalina.connector.RequestFacade
 
getServletPath() - Method in class org.apache.catalina.core.DummyRequest
 
getServletPath() - Method in class org.apache.catalina.util.ProcessEnvironment
Deprecated.  
getServletPathMB() - Method in class org.apache.catalina.connector.Request
Get the servlet path.
getServletPathMB() - Method in class org.apache.catalina.core.DummyRequest
 
getServlets() - Method in class org.apache.catalina.core.ApplicationContext
Deprecated. As of Java Servlet API 2.1, with no direct replacement.
getServlets() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getServlets() - Method in class org.apache.catalina.core.StandardContext
JSR77 servlets attribute
getSession() - Method in interface org.apache.catalina.Session
Return the HttpSession for which this object is the facade.
getSession() - Method in class org.apache.catalina.SessionEvent
Return the Session on which this event occurred.
getSession() - Method in class org.apache.catalina.cluster.session.DeltaSession
Return the HttpSession for which this object is the facade.
getSession() - Method in interface org.apache.catalina.cluster.session.SessionMessage
 
getSession() - Method in class org.apache.catalina.cluster.session.SessionMessageImpl
 
getSession() - Method in class org.apache.catalina.connector.Request
Return the session associated with this Request, creating one if necessary.
getSession(boolean) - Method in class org.apache.catalina.connector.Request
Return the session associated with this Request, creating one if necessary and requested.
getSession(boolean) - Method in class org.apache.catalina.connector.RequestFacade
 
getSession() - Method in class org.apache.catalina.connector.RequestFacade
 
getSession() - Method in class org.apache.catalina.core.DummyRequest
 
getSession(boolean) - Method in class org.apache.catalina.core.DummyRequest
 
getSession(String) - Method in class org.apache.catalina.session.ManagerBase
Returns information about the session with the given session id.
getSession() - Method in class org.apache.catalina.session.StandardSession
Return the HttpSession for which this object is the facade.
getSessionAppCol() - Method in class org.apache.catalina.session.JDBCStore
Return the web application name column for the table.
getSessionAttribute(String, String) - Method in class org.apache.catalina.session.ManagerBase
For debugging: get a session attribute
getSessionAverageAliveTime() - Method in interface org.apache.catalina.Manager
Gets the average time (in seconds) that expired sessions had been alive.
getSessionAverageAliveTime() - Method in class org.apache.catalina.session.ManagerBase
Gets the average time (in seconds) that expired sessions had been alive.
getSessionContext() - Method in class org.apache.catalina.cluster.session.DeltaSession
Deprecated. As of Version 2.1, this method is deprecated and has no replacement. It will be removed in a future version of the Java Servlet API.
getSessionContext() - Method in class org.apache.catalina.cluster.session.DeltaSessionFacade
 
getSessionContext() - Method in class org.apache.catalina.session.StandardSession
Deprecated. As of Version 2.1, this method is deprecated and has no replacement. It will be removed in a future version of the Java Servlet API.
getSessionContext() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getSessionCounter() - Method in interface org.apache.catalina.Manager
Returns the total number of sessions created by this manager.
getSessionCounter() - Method in class org.apache.catalina.session.ManagerBase
Total sessions created by this manager.
getSessionDataCol() - Method in class org.apache.catalina.session.JDBCStore
Return the data column for the table
getSessionID() - Method in interface org.apache.catalina.cluster.session.SessionMessage
 
getSessionID() - Method in class org.apache.catalina.cluster.session.SessionMessageImpl
 
getSessionId() - Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
 
getSessionId() - Method in class org.apache.catalina.cluster.session.DeltaRequest
 
getSessionId() - Method in interface org.apache.tomcat.util.net.SSLSupport
The current session Id.
getSessionIdAttribute() - Method in class org.apache.catalina.cluster.session.JvmRouteBinderValve
set session id attribute to failed node for request.
getSessionIdCol() - Method in class org.apache.catalina.session.JDBCStore
Return the Id column for the table.
getSessionIdLength() - Method in interface org.apache.catalina.Manager
Gets the session id length (in bytes) of Sessions created by this Manager.
getSessionIdLength() - Method in class org.apache.catalina.session.ManagerBase
Gets the session id length (in bytes) of Sessions created by this Manager.
getSessionInternal() - Method in class org.apache.catalina.connector.Request
Return the session associated with this Request, creating one if necessary.
getSessionInternal(boolean) - Method in class org.apache.catalina.connector.Request
Return the session associated with this Request, creating one if necessary and requested.
getSessionLastAccessedCol() - Method in class org.apache.catalina.session.JDBCStore
Return the Last Accessed column
getSessionMaxAliveTime() - Method in interface org.apache.catalina.Manager
Gets the longest time (in seconds) that an expired session had been alive.
getSessionMaxAliveTime() - Method in class org.apache.catalina.session.ManagerBase
Gets the longest time (in seconds) that an expired session had been alive.
getSessionMaxInactiveCol() - Method in class org.apache.catalina.session.JDBCStore
Return the Max Inactive column
getSessionReplaceCounter() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
getSessionTable() - Method in class org.apache.catalina.session.JDBCStore
Return the table for this Store.
getSessionTimeout() - Method in interface org.apache.catalina.Context
Return the default session timeout (in minutes) for this web application.
getSessionTimeout() - Method in class org.apache.catalina.core.StandardContext
Return the default session timeout (in minutes) for this web application.
getSessionValidCol() - Method in class org.apache.catalina.session.JDBCStore
Return the Is Valid column
getShutdown() - Method in interface org.apache.catalina.Server
Return the shutdown command string we are waiting for.
getShutdown() - Method in class org.apache.catalina.core.StandardServer
Return the shutdown command string we are waiting for.
getShutdownEnabled() - Method in class org.apache.jk.common.HandlerRequest
 
getSize() - Method in interface org.apache.catalina.Store
Return the number of Sessions present in this Store.
getSize() - Method in class org.apache.catalina.cluster.session.DeltaRequest
 
getSize() - Method in class org.apache.catalina.cluster.util.FastQueue
 
getSize() - Method in class org.apache.catalina.session.FileStore
Return the number of Sessions present in this Store.
getSize() - Method in class org.apache.catalina.session.JDBCStore
Return an integer containing a count of all Sessions currently saved in this Store.
getSmallIcon() - Method in class org.apache.catalina.deploy.FilterDef
 
getSmallIcon() - Method in class org.apache.catalina.deploy.MessageDestination
 
getSoLinger() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getSoLinger() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getSoLinger() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getSoLinger() - Method in class org.apache.jk.common.ChannelNioSocket
 
getSoLinger() - Method in class org.apache.jk.common.ChannelSocket
 
getSoLinger() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSoLinger() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getSoLingerTime() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
getSoLingerTime() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getSoTimeout() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getSoTimeout() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getSoTimeout() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getSoTimeout() - Method in class org.apache.jk.common.ChannelNioSocket
 
getSoTimeout() - Method in class org.apache.jk.common.ChannelSocket
 
getSoTimeout() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSoTimeout() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getSoTrafficClass() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
getSoTrafficClass() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getSocket() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getSocket() - Method in class org.apache.catalina.core.DummyRequest
 
getSocket() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Get the underlying socket input stream.
getSocket() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Get the underlying socket input stream.
getSocket() - Method in class org.apache.tomcat.util.net.TcpConnection
 
getSocketBuffer() - Method in class org.apache.coyote.http11.Http11AprProcessor
Get the socket buffer flag.
getSocketBuffer() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getSocketBuffer() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getSocketBuffer() - Method in class org.apache.coyote.http11.Http11Processor
Get the socket buffer flag.
getSocketCloseCounter() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getSocketCloseDelay() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getSocketCloseDelay() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getSocketFactory() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getSocketOpenCounter() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getSocketOpenFailureCounter() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getSource() - Method in class org.apache.jk.core.MsgContext
 
getSpareNotFoundEntries() - Method in class org.apache.naming.resources.ResourceCache
Return the amount of spare not found entries.
getSpecificationVendor() - Method in class org.apache.catalina.util.Extension
 
getSpecificationVersion() - Method in class org.apache.catalina.util.Extension
 
getSsoId() - Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
 
getStage() - Method in class org.apache.coyote.RequestInfo
 
getStart() - Method in class org.apache.tomcat.util.buf.ByteChunk
Returns the start offset of the bytes.
getStart() - Method in class org.apache.tomcat.util.buf.CharChunk
Returns the start offset of the bytes.
getStartTime() - Method in class org.apache.catalina.core.StandardContext
Gets the time this context was started.
getStartTime() - Method in class org.apache.coyote.Request
 
getStartTime() - Method in class org.apache.jk.server.JkMain
The time it took to start jk ( ms )
getStartupTime() - Method in class org.apache.catalina.core.StandardContext
Gets the time (in milliseconds) it took to start this context.
getState() - Method in class org.apache.catalina.core.StandardContext
 
getState() - Method in class org.apache.naming.NamingService
Returns the state.
getState() - Method in interface org.apache.naming.NamingServiceMBean
Returns the state.
getStateString() - Method in class org.apache.naming.NamingService
Returns a String representation of the state.
getStateString() - Method in interface org.apache.naming.NamingServiceMBean
Returns a String representation of the state.
getStateTransferTimeout() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
getStateTransfered() - Method in class org.apache.catalina.cluster.session.DeltaManager
is session state transfered complete?
getStaticResources() - Method in class org.apache.catalina.core.StandardContext
Return the naming resources associated with this web application.
getStaticResources() - Method in class org.apache.catalina.mbeans.StandardContextMBean
Return the naming resources associated with this web application.
getStatus() - Method in class org.apache.catalina.connector.Response
Return the HTTP status code associated with this Response.
getStatus() - Method in class org.apache.catalina.core.DummyResponse
 
getStatus() - Method in class org.apache.coyote.Response
 
getStatus() - Method in class org.apache.jk.core.MsgContext
 
getStatusPath() - Method in class org.apache.jk.common.ModJkMX
 
getStore() - Method in class org.apache.catalina.session.PersistentManagerBase
Return the Store object which manages persistent Session storage for this Manager.
getStoreAppender() - Method in interface org.apache.catalina.storeconfig.IStoreFactory
 
getStoreAppender() - Method in class org.apache.catalina.storeconfig.StoreFactoryBase
 
getStoreConfig() - Method in class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
 
getStoreConfigClass() - Method in class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
 
getStoreFactory() - Method in class org.apache.catalina.storeconfig.StoreDescription
 
getStoreFactoryClass() - Method in class org.apache.catalina.storeconfig.StoreDescription
 
getStoreName() - Method in class org.apache.catalina.session.FileStore
Return the name for this Store, used for logging.
getStoreName() - Method in class org.apache.catalina.session.JDBCStore
Return the name for this Store, used for logging.
getStoreName() - Method in class org.apache.catalina.session.StoreBase
Return the name for this Store, used for logging.
getStoreRegistry() - Method in class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
 
getStoreWriterClass() - Method in class org.apache.catalina.storeconfig.StoreDescription
 
getStrategy() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getStrategy() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getStream() - Method in class org.apache.catalina.connector.Request
Return the input stream associated with this Request.
getStream() - Method in class org.apache.catalina.connector.Response
Return the output stream associated with this Response.
getStream() - Method in class org.apache.catalina.core.DummyRequest
 
getStream() - Method in class org.apache.catalina.core.DummyResponse
 
getString(String) - Method in class org.apache.catalina.util.StringManager
Get a string from the underlying resource bundle.
getString(String, Object[]) - Method in class org.apache.catalina.util.StringManager
Get a string from the underlying resource bundle and format it with the given set of arguments.
getString(String, Object) - Method in class org.apache.catalina.util.StringManager
Get a string from the underlying resource bundle and format it with the given object argument.
getString(String, Object, Object) - Method in class org.apache.catalina.util.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString(String, Object, Object, Object) - Method in class org.apache.catalina.util.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString(String, Object, Object, Object, Object) - Method in class org.apache.catalina.util.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString() - Method in class org.apache.catalina.util.StringParser
Return the String we are currently parsing.
getString(String) - Method in class org.apache.naming.StringManager
Get a string from the underlying resource bundle.
getString(String, Object[]) - Method in class org.apache.naming.StringManager
Get a string from the underlying resource bundle and format it with the given set of arguments.
getString(String, Object) - Method in class org.apache.naming.StringManager
Get a string from the underlying resource bundle and format it with the given object argument.
getString(String, Object, Object) - Method in class org.apache.naming.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString(String, Object, Object, Object) - Method in class org.apache.naming.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString(String, Object, Object, Object, Object) - Method in class org.apache.naming.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString() - Method in class org.apache.tomcat.util.buf.MessageBytes
Returns the string value.
getString(String) - Method in class org.apache.tomcat.util.res.StringManager
Get a string from the underlying resource bundle or return null if the String is not found.
getString(String, Object[]) - Method in class org.apache.tomcat.util.res.StringManager
Get a string from the underlying resource bundle and format it with the given set of arguments.
getString(String, Object) - Method in class org.apache.tomcat.util.res.StringManager
Get a string from the underlying resource bundle and format it with the given object argument.
getString(String, Object, Object) - Method in class org.apache.tomcat.util.res.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString(String, Object, Object, Object) - Method in class org.apache.tomcat.util.res.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getString(String, Object, Object, Object, Object) - Method in class org.apache.tomcat.util.res.StringManager
Get a string from the underlying resource bundle and format it with the given object arguments.
getStringInternal(String) - Method in class org.apache.catalina.util.StringManager
 
getSuffix() - Method in class org.apache.catalina.valves.AccessLogValve
Return the log file suffix.
getSuffix() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Return the log file suffix.
getSuffix() - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Return the log file suffix.
getSuspect() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getSuspect() - Method in interface org.apache.catalina.cluster.tcp.IDataSender
 
getSwallowOutput() - Method in interface org.apache.catalina.Context
Return the value of the swallowOutput flag.
getSwallowOutput() - Method in class org.apache.catalina.core.StandardContext
Return the value of the swallowOutput flag.
getTag() - Method in class org.apache.catalina.ant.DeployTask
 
getTag() - Method in class org.apache.catalina.storeconfig.StoreDescription
 
getTagClass() - Method in class org.apache.catalina.storeconfig.StoreDescription
 
getTcpListenAddress() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
get tcp listen recevier ip address
getTcpListenMaxPort() - Method in class org.apache.catalina.cluster.tcp.SocketReplicationListener
 
getTcpListenPort() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
getTcpListenTimeout() - Method in class org.apache.catalina.cluster.tcp.SocketReplicationListener
 
getTcpNoDelay() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getTcpNoDelay() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getTcpNoDelay() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getTcpNoDelay() - Method in class org.apache.jk.common.ChannelNioSocket
 
getTcpNoDelay() - Method in class org.apache.jk.common.ChannelSocket
 
getTcpNoDelay() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getTcpNoDelay() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getTcpSelectorTimeout() - Method in class org.apache.catalina.cluster.tcp.ReplicationListener
 
getTcpThreadCount() - Method in class org.apache.catalina.cluster.tcp.ReplicationListener
 
getTempDir() - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
 
getThisAccessedTime() - Method in class org.apache.catalina.cluster.session.ReplicatedSession
 
getThisAccessedTime() - Method in class org.apache.tomcat.util.buf.TimeStamp
 
getThread() - Static method in class org.apache.naming.ContextBindings
Retrieves the naming context bound to a thread.
getThreadData(Object) - Method in class org.apache.tomcat.util.threads.ThreadWithAttributes
 
getThreadName() - Method in class org.apache.catalina.session.FileStore
Return the thread name for this Store.
getThreadName() - Method in class org.apache.catalina.session.JDBCStore
Return the thread name for this Store.
getThreadParam() - Method in class org.apache.tomcat.util.threads.ThreadPool
Return an array with the current "param" ( XXX better name ?
getThreadPool() - Method in class org.apache.jk.common.ChannelNioSocket
 
getThreadPool() - Method in class org.apache.jk.common.ChannelSocket
 
getThreadPool() - Method in class org.apache.jk.common.ChannelUn
 
getThreadPriority() - Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
Get the current threadPriority
getThreadPriority() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getThreadPriority() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getThreadPriority() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getThreadPriority() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getThreadPriority() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getThreadPriority() - Method in class org.apache.tomcat.util.threads.ThreadPool
Returns the priority level of current and future threads in this pool.
getThreadStatus() - Method in class org.apache.tomcat.util.threads.ThreadPool
Return an array with the status of each thread.
getThreads() - Method in class org.apache.tomcat.util.threads.ThreadPool
 
getThrowable() - Method in class org.apache.catalina.LifecycleException
Returns the throwable that caused this exception, if any.
getTime() - Method in class org.apache.tomcat.util.buf.MessageBytes
Deprecated. The buffer are general purpose, caching for headers should be done in headers
getTimeTag() - Method in class org.apache.catalina.storeconfig.StoreFileMover
Time value for backup yyyy-mm-dd.hh-mm-ss
getTimeZone() - Method in class org.apache.catalina.util.Strftime
Get the timezone used for formatting conversions
getTimeout() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
getTimeout() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getTimeout() - Method in class org.apache.coyote.http11.Http11AprProcessor
Get the upload timeout.
getTimeout() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getTimeout() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
getTimeout() - Method in class org.apache.coyote.http11.Http11Processor
Get the upload timeout.
getTimestamp() - Method in interface org.apache.catalina.cluster.ClusterMessage
Timestamp message.
getTimestamp() - Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
Timestamp message.
getTimestamp() - Method in class org.apache.catalina.cluster.deploy.FileMessage
 
getTimestamp() - Method in class org.apache.catalina.cluster.deploy.UndeployMessage
 
getTimestamp() - Method in class org.apache.catalina.cluster.session.SessionIDMessage
 
getTimestamp() - Method in class org.apache.catalina.cluster.session.SessionMessageImpl
 
getTimestamp() - Method in class org.apache.catalina.cluster.tcp.ClusterData
 
getTldListeners() - Method in class org.apache.catalina.startup.TldConfig
 
getTldNamespaceAware() - Method in interface org.apache.catalina.Context
Get the server.xml <host> attribute's xmlNamespaceAware.
getTldNamespaceAware() - Method in class org.apache.catalina.core.StandardContext
Get the server.xml <host> attribute's xmlNamespaceAware.
getTldNamespaceAware() - Method in class org.apache.catalina.startup.TldConfig
Get the server.xml <host> attribute's xmlNamespaceAware.
getTldScanTime() - Method in class org.apache.catalina.core.StandardContext
 
getTldValidation() - Method in interface org.apache.catalina.Context
Get the server.xml attribute's webXmlValidation.
getTldValidation() - Method in class org.apache.catalina.core.StandardContext
Get the server.xml attribute's webXmlValidation.
getTldValidation() - Method in class org.apache.catalina.startup.TldConfig
Get the server.xml <host> attribute's xmlValidation.
getTokenEndPosition(byte[], int, int) - Static method in class org.apache.tomcat.util.http.Cookies
Deprecated. - Use private method #getTokenEndPosition(byte[], int, int, boolean) instead
getTokenValue() - Method in class org.apache.catalina.ssi.ExpressionTokenizer
Returns the String value of the token if it was type TOKEN_STRING.
getTomcatAuthentication() - Method in class org.apache.coyote.ajp.AjpAprProcessor
 
getTomcatAuthentication() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getTotalBytes() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getTotalBytes() - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
 
getTotalLength() - Method in class org.apache.catalina.cluster.deploy.FileMessage
 
getTotalNrOfMsgs() - Method in class org.apache.catalina.cluster.deploy.FileMessage
 
getTotalReceivedBytes() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
getTotalRequestTime() - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
 
getTotalSendTime() - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
 
getTrainThreshold() - Method in class org.apache.tomcat.util.buf.StringCache
 
getTransaction() - Method in class org.apache.catalina.deploy.NamingResources
Get the transaction object.
getTransientAttributes() - Method in class org.apache.catalina.storeconfig.StoreDescription
 
getTransientChilds() - Method in class org.apache.catalina.storeconfig.StoreDescription
 
getTrustManagers(String, String) - Method in class org.apache.tomcat.util.net.jsse.JSSE14SocketFactory
Gets the intialized trust managers.
getTrustStore(String) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
getTxBufSize() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
getTxBufSize() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getType() - Method in class org.apache.catalina.ContainerEvent
Return the event type of this event.
getType() - Method in class org.apache.catalina.InstanceEvent
Return the event type of this event.
getType() - Method in class org.apache.catalina.LifecycleEvent
Return the event type of this event.
getType() - Method in class org.apache.catalina.SessionEvent
Return the event type of this event.
getType() - Method in class org.apache.catalina.ant.ResourcesTask
 
getType() - Method in class org.apache.catalina.ant.jmx.Arg
 
getType() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
getType() - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
 
getType() - Method in class org.apache.catalina.cluster.tcp.ClusterData
 
getType() - Method in class org.apache.catalina.core.ContainerBase
 
getType() - Method in class org.apache.catalina.deploy.ContextEnvironment
 
getType() - Method in class org.apache.catalina.deploy.MessageDestinationRef
 
getType() - Method in class org.apache.catalina.deploy.ResourceBase
 
getType() - Method in class org.apache.catalina.realm.RealmBase
 
getType() - Method in class org.apache.jk.core.MsgContext
The id of the chain
getType() - Method in class org.apache.tomcat.util.buf.MessageBytes
Return the type of the original content.
getURI(File) - Method in class org.apache.catalina.loader.WebappClassLoader
Get URL.
getURI(File) - Method in class org.apache.tomcat.util.compat.Jdk14Compat
Return the URI for the given file.
getURI(File) - Method in class org.apache.tomcat.util.compat.JdkCompat
Return the URI for the given file.
getURIConverter() - Method in class org.apache.catalina.connector.Request
Return the URI converter.
getURIEncoding() - Method in class org.apache.catalina.connector.Connector
Return the character encoding to be used for the URI.
getURL(File, boolean) - Method in class org.apache.catalina.loader.WebappClassLoader
Get URL.
getURL(String, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Construct a file url from a file, using a base dir
getURLClassLoader(URL[], ClassLoader) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Construct a URLClassLoader.
getURLConnection(String, boolean) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getURLDecoder() - Method in class org.apache.coyote.Request
 
getURLPattern() - Method in class org.apache.catalina.deploy.FilterMap
 
getURLs() - Method in class org.apache.catalina.loader.WebappClassLoader
Returns the search path of URLs for loading classes and resources.
getUnboundSocket(ServerSocketFactory) - Method in class org.apache.tomcat.util.compat.Jdk14Compat
Obtain an unbound socket from the ServerSocketFactory.
getUnboundSocket(ServerSocketFactory) - Method in class org.apache.tomcat.util.compat.JdkCompat
Obtain an unbound socket from the ServerSocketFactory.
getUndeploy() - Method in class org.apache.catalina.cluster.deploy.UndeployMessage
 
getUniqueId() - Method in interface org.apache.catalina.cluster.ClusterMessage
Each message must have a unique ID, in case of using async replication, and a smart queue, this id is used to replace messages not yet sent.
getUniqueId() - Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
Each message must have a unique ID, in case of using async replication, and a smart queue, this id is used to replace messages not yet sent.
getUniqueId() - Method in class org.apache.catalina.cluster.deploy.FileMessage
 
getUniqueId() - Method in class org.apache.catalina.cluster.deploy.UndeployMessage
 
getUniqueId() - Method in class org.apache.catalina.cluster.session.SessionIDMessage
 
getUniqueId() - Method in class org.apache.catalina.cluster.session.SessionMessageImpl
 
getUniqueId() - Method in class org.apache.catalina.cluster.tcp.ClusterData
 
getUniqueValue(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
Finds and returns a unique header field with the given name.
getUnless() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
getUnless() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
getUnloadDelay() - Method in class org.apache.catalina.core.StandardContext
Return the value of the unloadDelay flag.
getUnpackWAR() - Method in class org.apache.catalina.core.StandardContext
Unpack WAR flag accessor.
getUpdate() - Method in class org.apache.catalina.ant.DeployTask
 
getUpdateActiveInterval() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
getUpdateInterval() - Method in class org.apache.jk.common.ModJkMX
 
getUrl() - Method in class org.apache.catalina.ant.AbstractCatalinaTask
 
getUrl() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
getUrl() - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
getUrl() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
The URL of the JMX JSR 160 MBeanServer to be used.
getUsage() - Method in class org.apache.catalina.deploy.MessageDestinationRef
 
getUseBodyEncodingForURI() - Method in class org.apache.catalina.connector.Connector
Return the true if the entity body encoding should be used for the URI.
getUseContextClassLoader() - Method in class org.apache.tomcat.util.digester.Digester
Return the boolean as to whether the context classloader should be used.
getUseExactMatch() - Method in class org.apache.tomcat.util.digester.CallMethodRule
Should MethodUtils.invokeExactMethod be used for the reflection.
getUseHttpOnly() - Method in interface org.apache.catalina.Context
Gets the value of the use HttpOnly cookies for session cookies flag.
getUseHttpOnly() - Method in class org.apache.catalina.core.StandardContext
Gets the value of the use HttpOnly cookies for session cookies flag.
getUseIPVHosts() - Method in class org.apache.catalina.connector.Connector
Test if IP-based virtual hosting is enabled.
getUseSendfile() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getUseSendfile() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getUseSendfile() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getUseShutdownHook() - Method in class org.apache.catalina.startup.Catalina
 
getUseSystemClassLoaderAsParent() - Method in class org.apache.catalina.loader.WebappLoader
Return the useSystemClassLoaderAsParent flag for this Loader.
getUseXSLTProcessor() - Method in class org.apache.jk.common.JkMX
 
getUser(DirContext, String) - Method in class org.apache.catalina.realm.JNDIRealm
Return a User object containing information about the user with the specified username, if found in the directory; otherwise return null.
getUser() - Method in class org.apache.jk.common.ModJkMX
 
getUserBase() - Method in class org.apache.catalina.realm.JNDIRealm
Return the base element for user searches.
getUserByPattern(DirContext, String, String[]) - Method in class org.apache.catalina.realm.JNDIRealm
Use the UserPattern configuration attribute to locate the directory entry for the user with the specified username and return a User object; otherwise return null.
getUserBySearch(DirContext, String, String[]) - Method in class org.apache.catalina.realm.JNDIRealm
Search the directory to return a User object containing information about the user with the specified username, if found in the directory; otherwise return null.
getUserClass() - Method in class org.apache.catalina.startup.UserConfig
Return the user database class name for this component.
getUserClassNames() - Method in class org.apache.catalina.realm.JAASRealm
 
getUserConfig() - Method in class org.apache.catalina.startup.HomesUserDatabase
Return the UserConfig listener with which we are associated.
getUserConfig() - Method in class org.apache.catalina.startup.PasswdUserDatabase
Return the UserConfig listener with which we are associated.
getUserConfig() - Method in interface org.apache.catalina.startup.UserDatabase
Return the UserConfig listener with which we are associated.
getUserConstraint() - Method in class org.apache.catalina.deploy.SecurityConstraint
Return the user data constraint for this security constraint.
getUserCredCol() - Method in class org.apache.catalina.realm.DataSourceRealm
Return the column in the user table that holds the user's credentials.
getUserCredCol() - Method in class org.apache.catalina.realm.JDBCRealm
Return the column in the user table that holds the user's credentials.
getUserDatabase() - Method in interface org.apache.catalina.Group
Return the UserDatabase within which this Group is defined.
getUserDatabase() - Method in interface org.apache.catalina.Role
Return the UserDatabase within which this Role is defined.
getUserDatabase() - Method in interface org.apache.catalina.User
Return the UserDatabase within which this User is defined.
getUserDatabase() - Method in class org.apache.catalina.users.AbstractGroup
Return the UserDatabase within which this Group is defined.
getUserDatabase() - Method in class org.apache.catalina.users.AbstractRole
Return the UserDatabase within which this Role is defined.
getUserDatabase() - Method in class org.apache.catalina.users.MemoryGroup
Return the UserDatabase within which this Group is defined.
getUserDatabase() - Method in class org.apache.catalina.users.MemoryRole
Return the UserDatabase within which this role is defined.
getUserDatabase() - Method in class org.apache.catalina.users.MemoryUser
Return the UserDatabase within which this User is defined.
getUserInfo() - Method in class org.apache.catalina.util.URL
Return the user info part of the URL.
getUserInfo() - Method in class org.apache.tomcat.util.net.URL
Return the user info part of the URL.
getUserNameCol() - Method in class org.apache.catalina.realm.DataSourceRealm
Return the column in the user table that holds the user's name.
getUserNameCol() - Method in class org.apache.catalina.realm.JDBCRealm
Return the column in the user table that holds the user's name.
getUserPassword() - Method in class org.apache.catalina.realm.JNDIRealm
Return the password attribute used to retrieve the user password.
getUserPattern() - Method in class org.apache.catalina.realm.JNDIRealm
Return the message format pattern for selecting users in this Realm.
getUserPrincipal() - Method in class org.apache.catalina.connector.Request
Return the principal that has been authenticated for this Request.
getUserPrincipal() - Method in class org.apache.catalina.connector.RequestFacade
 
getUserPrincipal() - Method in class org.apache.catalina.core.DummyRequest
 
getUserPrincipal() - Method in class org.apache.catalina.realm.GenericPrincipal
 
getUserRoleName() - Method in class org.apache.catalina.realm.JNDIRealm
Return the user role name attribute name for this Realm.
getUserRoleTable() - Method in class org.apache.catalina.realm.DataSourceRealm
Return the table that holds the relation between user's and roles.
getUserRoleTable() - Method in class org.apache.catalina.realm.JDBCRealm
Return the table that holds the relation between user's and roles.
getUserSearch() - Method in class org.apache.catalina.realm.JNDIRealm
Return the message format pattern for selecting users in this Realm.
getUserSubtree() - Method in class org.apache.catalina.realm.JNDIRealm
Return the "search subtree for users" flag.
getUserTable() - Method in class org.apache.catalina.realm.DataSourceRealm
Return the table that holds user data..
getUserTable() - Method in class org.apache.catalina.realm.JDBCRealm
Return the table that holds user data..
getUsername() - Method in interface org.apache.catalina.User
Return the logon username of this user, which must be unique within the scope of a UserDatabase.
getUsername() - Method in class org.apache.catalina.ant.AbstractCatalinaTask
 
getUsername() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
getUsername() - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
getUsername() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
The login username for the JMX MBeanServer.
getUsername() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Gets the username provided by the user as part of the authentication process.
getUsername() - Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
 
getUsername() - Method in class org.apache.catalina.users.AbstractUser
Return the logon username of this user, which must be unique within the scope of a UserDatabase.
getUsers() - Method in interface org.apache.catalina.Group
Return the set of Users that are members of this group.
getUsers() - Method in interface org.apache.catalina.UserDatabase
Return the set of Users defined in this user database.
getUsers() - Method in class org.apache.catalina.mbeans.GroupMBean
Return the MBean Names of all users that are members of this group.
getUsers() - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Return the MBean Names of all users defined in this database.
getUsers() - Method in class org.apache.catalina.startup.HomesUserDatabase
Return an enumeration of the usernames defined on this server.
getUsers() - Method in class org.apache.catalina.startup.PasswdUserDatabase
Return an enumeration of the usernames defined on this server.
getUsers() - Method in interface org.apache.catalina.startup.UserDatabase
Return an enumeration of the usernames defined on this server.
getUsers() - Method in class org.apache.catalina.users.AbstractGroup
Return an Iterator over the set of Users that are members of this group.
getUsers() - Method in class org.apache.catalina.users.MemoryGroup
Return the set of Users that are members of this group.
getUsers() - Method in class org.apache.catalina.users.MemoryUserDatabase
Return the set of Users defined in this user database.
getValidate() - Method in class org.apache.catalina.realm.RealmBase
Return the "validate certificate chains" flag.
getValidating() - Method in class org.apache.tomcat.util.digester.Digester
Return the validating parser flag.
getValue() - Method in class org.apache.catalina.ant.JMXSetTask
Get method for the attribute value
getValue() - Method in class org.apache.catalina.ant.jmx.Arg
 
getValue() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
getValue() - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
getValue() - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
 
getValue(String) - Method in class org.apache.catalina.cluster.session.DeltaSession
Deprecated. As of Version 2.2, this method is replaced by getAttribute()
getValue(String) - Method in class org.apache.catalina.cluster.session.DeltaSessionFacade
 
getValue() - Method in class org.apache.catalina.cluster.util.SmartQueue.SmartEntry
 
getValue() - Method in class org.apache.catalina.deploy.ApplicationParameter
 
getValue() - Method in class org.apache.catalina.deploy.ContextEnvironment
 
getValue(String) - Method in class org.apache.catalina.session.StandardSession
Deprecated. As of Version 2.2, this method is replaced by getAttribute()
getValue(String) - Method in class org.apache.catalina.session.StandardSessionFacade
 
getValue(int) - Method in class org.apache.tomcat.util.collections.MultiMap
Returns the Nth header value This may be used to iterate through all header fields.
getValue(int) - Method in class org.apache.tomcat.util.http.MimeHeaders
Returns the Nth header value, or null if there is no such header.
getValue(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
Finds and returns a header field with the given name.
getValue() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getValueNames() - Method in class org.apache.catalina.cluster.session.DeltaSession
Deprecated. As of Version 2.2, this method is replaced by getAttributeNames()
getValueNames() - Method in class org.apache.catalina.cluster.session.DeltaSessionFacade
 
getValueNames() - Method in class org.apache.catalina.session.StandardSession
Deprecated. As of Version 2.2, this method is replaced by getAttributeNames()
getValueNames() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getValveNames() - Method in class org.apache.catalina.core.StandardHost
Return the MBean Names of the Valves assoicated with this Host
getValveObjectNames() - Method in class org.apache.catalina.core.ContainerBase
 
getValveObjectNames() - Method in class org.apache.catalina.core.StandardPipeline
 
getValves() - Method in interface org.apache.catalina.Pipeline
Return the set of Valves in the pipeline associated with this Container, including the basic Valve (if any).
getValves() - Method in interface org.apache.catalina.cluster.CatalinaCluster
 
getValves() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
get all cluster valves
getValves() - Method in class org.apache.catalina.core.ContainerBase
Return the set of Valves in the pipeline associated with this Container, including the basic Valve (if any).
getValves() - Method in class org.apache.catalina.core.StandardPipeline
Return the set of Valves in the pipeline associated with this Container, including the basic Valve (if any).
getValves() - Method in class org.apache.catalina.mbeans.StandardHostMBean
Return the MBean Names of the Valves assoicated with this Host
getVariableNames() - Method in class org.apache.catalina.ssi.SSIMediator
 
getVariableValue(String) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
 
getVariableValue(String) - Method in class org.apache.catalina.ssi.SSIMediator
 
getVariableValue(String, String) - Method in class org.apache.catalina.ssi.SSIMediator
 
getVariableValue(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getVersion() - Method in class org.apache.catalina.storeconfig.StoreRegistry
 
getVersion() - Method in class org.apache.tomcat.util.http.ServerCookie
 
getVirtualHost() - Method in class org.apache.coyote.RequestInfo
 
getWaitAckTime() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
getWar() - Method in class org.apache.catalina.ant.DeployTask
 
getWar() - Method in class org.apache.catalina.ant.InstallTask
Deprecated.  
getWar() - Method in class org.apache.catalina.cluster.deploy.WarWatcher.WarInfo
 
getWatchDir() - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
 
getWatchDir() - Method in class org.apache.catalina.cluster.deploy.WarWatcher
 
getWatchEnabled() - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
 
getWebAppRootDir() - Method in class org.apache.catalina.util.ProcessEnvironment
Deprecated. Gets the root directory of the web application to which this process\ belongs
getWebServerHost() - Method in class org.apache.jk.common.ModJkMX
 
getWebServerPort() - Method in class org.apache.jk.common.ModJkMX
 
getWebXmlNode() - Method in class org.apache.jk.config.WebXml2Jk
Return the top level node
getWelcomeFiles() - Method in class org.apache.catalina.core.StandardContext
Return the naming resources associated with this web application.
getWelcomeFiles() - Method in class org.apache.catalina.mbeans.StandardContextMBean
Return the naming resources associated with this web application.
getWellcomeFiles() - Method in class org.apache.jk.config.WebXml2Jk
Extract the wellcome files from the web.xml
getWorkDir() - Method in class org.apache.catalina.core.StandardContext
Return the work directory for this Context.
getWorkDir() - Method in class org.apache.catalina.core.StandardHost
Host work directory base.
getWorkPath() - Method in class org.apache.catalina.core.StandardContext
Get the absolute path to the work dir.
getWorker() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getWorkerClassName() - Method in class org.apache.jk.server.JkMain
 
getWorkerClusterDomain() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getWorkerDisabled() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getWorkerEnv() - Method in class org.apache.jk.core.MsgContext
 
getWorkerEnv() - Method in class org.apache.jk.server.JkMain
 
getWorkerLb() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getWorkerLoadFactor() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getWorkerRedirect() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getWorkerStopped() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getWorkerThread() - Method in class org.apache.tomcat.util.net.AprEndpoint
Return a new worker thread, and block while to worker is available.
getWorkerThreadName() - Method in class org.apache.coyote.RequestInfo
 
getWorkerType() - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
getWorkingDirectory() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets derived CGI working directory
getWorkingDirectory() - Method in class org.apache.catalina.util.ProcessEnvironment
Deprecated. Gets this process' derived working directory
getWrapper() - Method in interface org.apache.catalina.ContainerServlet
Return the Wrapper with which this Servlet is associated.
getWrapper() - Method in class org.apache.catalina.InstanceEvent
Return the Wrapper managing the servlet instance for which this event occurred.
getWrapper() - Method in class org.apache.catalina.connector.Request
Return the Wrapper within which this Request is being processed.
getWrapper() - Method in class org.apache.catalina.core.DummyRequest
 
getWrapper() - Method in class org.apache.catalina.servlets.InvokerServlet
Return the Wrapper with which we are associated.
getWrapper() - Method in class org.apache.catalina.util.InstanceSupport
Return the Wrapper with which we are associated.
getWrapperClass() - Method in interface org.apache.catalina.Context
Return the Java class name of the Wrapper implementation used for servlets registered in this Context.
getWrapperClass() - Method in class org.apache.catalina.core.StandardContext
Return the Java class name of the Wrapper implementation used for servlets registered in this Context.
getWrapperNames(String, String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
 
getWrappersString(String, String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
 
getWriter() - Method in class org.apache.catalina.connector.Response
Return the writer associated with this Response.
getWriter() - Method in class org.apache.catalina.connector.ResponseFacade
 
getWriter() - Method in class org.apache.catalina.core.DummyResponse
 
getWriter() - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
Return a printwriter, throws and exception if a OutputStream already been returned.
getWriter() - Method in class org.apache.catalina.storeconfig.StoreFileMover
Open an output writer for the new configuration file
getWriter() - Method in class org.apache.jk.config.ApacheConfig
 
getWriter() - Method in class org.apache.jk.config.BaseJkConfig
Get the output Writer.
getWriter() - Method in class org.apache.jk.config.IISConfig
 
getWriter() - Method in class org.apache.jk.config.NSConfig
 
getWriterEncoding() - Static method in class org.apache.catalina.util.DOMWriter
 
getXMLReader() - Method in class org.apache.tomcat.util.digester.Digester
Return the XMLReader to be used for parsing the input document.
getXmlNamespaceAware() - Method in interface org.apache.catalina.Context
Get the server.xml attribute's xmlNamespaceAware.
getXmlNamespaceAware() - Method in interface org.apache.catalina.Host
Get the server.xml <host> attribute's xmlNamespaceAware.
getXmlNamespaceAware() - Method in class org.apache.catalina.core.StandardContext
Get the server.xml attribute's xmlNamespaceAware.
getXmlNamespaceAware() - Method in class org.apache.catalina.core.StandardHost
Get the server.xml <host> attribute's xmlNamespaceAware.
getXmlNamespaceAware() - Method in class org.apache.catalina.startup.HostConfig
Get the server.xml <host> attribute's xmlNamespaceAware.
getXmlValidation() - Method in interface org.apache.catalina.Context
Get the server.xml attribute's xmlValidation.
getXmlValidation() - Method in interface org.apache.catalina.Host
Get the server.xml <host> attribute's xmlValidation.
getXmlValidation() - Method in class org.apache.catalina.core.StandardContext
Get the server.xml attribute's xmlValidation.
getXmlValidation() - Method in class org.apache.catalina.core.StandardHost
Get the server.xml <host> attribute's xmlValidation.
getXmlValidation() - Method in class org.apache.catalina.startup.HostConfig
Get the server.xml <host> attribute's xmlValidation.
getXpoweredBy() - Method in class org.apache.catalina.connector.Connector
Indicates whether the generation of an X-Powered-By response header for servlet-generated responses is enabled or disabled for this Connector.
global - Variable in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
 
globalXsltFile - Variable in class org.apache.catalina.servlets.DefaultServlet
Allow customized directory listing per instance.
gmtZone - Static variable in class org.apache.naming.resources.ResourceAttributes
 
gmtZone - Static variable in class org.apache.tomcat.util.http.FastHttpDateFormat
 
groupname - Variable in class org.apache.catalina.users.AbstractGroup
The group name of this group.
groups - Variable in class org.apache.catalina.users.MemoryUser
The set of Groups that this user is a member of.
groups - Variable in class org.apache.catalina.users.MemoryUserDatabase
The set of Groups defined in this database, keyed by group name.
guessInstall(String, String, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
guessInstall(String, String, String, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Guess a product install/home by analyzing the class path.

H

HANDLE_FLUSH - Static variable in class org.apache.jk.core.JkHandler
 
HANDLE_RECEIVE_PACKET - Static variable in class org.apache.jk.core.JkHandler
 
HANDLE_SEND_PACKET - Static variable in class org.apache.jk.core.JkHandler
 
HANDLE_THREAD_END - Static variable in class org.apache.jk.core.JkHandler
 
HEAD - Static variable in class org.apache.coyote.ajp.Constants
HEAD.
HEAD - Static variable in class org.apache.coyote.http11.Constants
HEAD.
HEX - Static variable in class org.apache.tomcat.util.buf.HexUtils
Table for DEC to HEX byte translation.
HOST - Static variable in class org.apache.naming.resources.ProxyDirContext
 
HOSTBUFFER - Static variable in class org.apache.jk.common.HandlerRequest
 
HT - Static variable in class org.apache.coyote.ajp.Constants
HT.
HT - Static variable in class org.apache.coyote.http11.Constants
HT.
HTTP_10 - Static variable in class org.apache.coyote.ajp.Constants
HTTP/1.0.
HTTP_10 - Static variable in class org.apache.coyote.http11.Constants
HTTP/1.0.
HTTP_11 - Static variable in class org.apache.coyote.ajp.Constants
HTTP/1.1.
HTTP_11 - Static variable in class org.apache.coyote.http11.Constants
HTTP/1.1.
HTTP_11_BYTES - Static variable in class org.apache.coyote.ajp.Constants
 
HTTP_11_BYTES - Static variable in class org.apache.coyote.http11.Constants
 
HTTP_RESPONSE_DATE_HEADER - Static variable in class org.apache.catalina.util.DateTool
Format for http response header date field
H_SIZE - Static variable in class org.apache.coyote.ajp.Constants
Size of basic packet header
H_SIZE - Static variable in class org.apache.jk.common.AjpConstants
Size of basic packet header
Handler - class org.apache.naming.resources.jndi.Handler.
Stream handler to a JNDI directory context.
Handler() - Constructor for class org.apache.naming.resources.jndi.Handler
 
HandlerDispatch - class org.apache.jk.common.HandlerDispatch.
Dispatch based on the message type. ( XXX make it more generic, now it's specific to ajp13 ).
HandlerDispatch() - Constructor for class org.apache.jk.common.HandlerDispatch
 
HandlerRequest - class org.apache.jk.common.HandlerRequest.
Handle messages related with basic request information.
HandlerRequest() - Constructor for class org.apache.jk.common.HandlerRequest
 
HexUtils - class org.apache.catalina.util.HexUtils.
Library of utility methods useful in dealing with converting byte arrays to and from strings of hexadecimal digits.
HexUtils() - Constructor for class org.apache.catalina.util.HexUtils
 
HexUtils - class org.apache.tomcat.util.buf.HexUtils.
Library of utility methods useful in dealing with converting byte arrays to and from strings of hexadecimal digits.
HexUtils() - Constructor for class org.apache.tomcat.util.buf.HexUtils
 
HomesUserDatabase - class org.apache.catalina.startup.HomesUserDatabase.
Concrete implementation of the UserDatabase interface considers all directories in a directory whose pathname is specified to our constructor to be "home" directories for those users.
HomesUserDatabase() - Constructor for class org.apache.catalina.startup.HomesUserDatabase
Initialize a new instance of this user database component.
Host - interface org.apache.catalina.Host.
A Host is a Container that represents a virtual host in the Catalina servlet engine.
HostConfig - class org.apache.catalina.startup.HostConfig.
Startup event listener for a Host that configures the properties of that Host, and the associated defined contexts.
HostConfig() - Constructor for class org.apache.catalina.startup.HostConfig
 
HostConfig.DeployedApplication - class org.apache.catalina.startup.HostConfig.DeployedApplication.
This class represents the state of a deployed application, as well as the monitored resources.
HostConfig.DeployedApplication(String) - Constructor for class org.apache.catalina.startup.HostConfig.DeployedApplication
 
HostContextXml - Static variable in class org.apache.catalina.startup.Constants
 
HostRuleSet - class org.apache.catalina.startup.HostRuleSet.
RuleSet for processing the contents of a Host definition element.
HostRuleSet() - Constructor for class org.apache.catalina.startup.HostRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
HostRuleSet(String) - Constructor for class org.apache.catalina.startup.HostRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
HostWebXml - Static variable in class org.apache.catalina.startup.Constants
 
Http11AprProcessor - class org.apache.coyote.http11.Http11AprProcessor.
Processes HTTP requests.
Http11AprProcessor(int, AprEndpoint) - Constructor for class org.apache.coyote.http11.Http11AprProcessor
 
Http11AprProtocol - class org.apache.coyote.http11.Http11AprProtocol.
Abstract the protocol implementation, including threading, etc.
Http11AprProtocol() - Constructor for class org.apache.coyote.http11.Http11AprProtocol
 
Http11BaseProtocol - class org.apache.coyote.http11.Http11BaseProtocol.
Abstract the protocol implementation, including threading, etc.
Http11BaseProtocol() - Constructor for class org.apache.coyote.http11.Http11BaseProtocol
 
Http11Processor - class org.apache.coyote.http11.Http11Processor.
Processes HTTP requests.
Http11Processor() - Constructor for class org.apache.coyote.http11.Http11Processor
Default constructor.
Http11Processor(int) - Constructor for class org.apache.coyote.http11.Http11Processor
 
Http11Protocol - class org.apache.coyote.http11.Http11Protocol.
Abstract the protocol implementation, including threading, etc.
Http11Protocol() - Constructor for class org.apache.coyote.http11.Http11Protocol
 
HttpMessages - class org.apache.tomcat.util.http.HttpMessages.
Handle (internationalized) HTTP messages.
HttpMessages() - Constructor for class org.apache.tomcat.util.http.HttpMessages
 
handle(Callback[]) - Method in class org.apache.catalina.realm.JAASCallbackHandler
Retrieve the information requested in the provided Callbacks.
handleALL_SESSION_DATA(SessionMessage, Member) - Method in class org.apache.catalina.cluster.session.DeltaManager
handle receive sessions from other not ( restart )
handleALL_SESSION_TRANSFERCOMPLETE(SessionMessage, Member) - Method in class org.apache.catalina.cluster.session.DeltaManager
handle receive session state is complete transfered
handleCHANGE_SESSION_ID(SessionMessage, Member) - Method in class org.apache.catalina.cluster.session.DeltaManager
handle receive change sessionID at other node
handleErrorFlush(String) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Handles error output with the ERR priority and flushes the stream.
handleErrorOutput(String) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Handles error output with the ERR priority.
handleFlush(String) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Handles output with the INFO priority and flushes the stream.
handleFlush(String, int) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Handles output with ERR priority to error stream and all other pritorities to output stream, then flushes the stream.
handleGET_ALL_SESSIONS(SessionMessage, Member) - Method in class org.apache.catalina.cluster.session.DeltaManager
handle receive that other node want all sessions ( restart ) a) send all sessions with one message b) send session at blocks After sending send state is complete transfered
handleJvmRoute(Request, Response, String, String) - Method in class org.apache.catalina.cluster.session.JvmRouteBinderValve
Handle jvmRoute stickyness after tomcat instance failed.
handleNotification(Notification, Object) - Method in class org.apache.catalina.connector.MapperListener
 
handleNotification(Notification, Object) - Method in class org.apache.jk.core.JkHandler
 
handleOutput(String) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Handles output with the INFO priority.
handleOutput(String, int) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Handles output with ERR priority to error stream and all other pritorities to output stream.
handlePossibleTurnover(Request, Response) - Method in class org.apache.catalina.cluster.session.JvmRouteBinderValve
handle possible session turn over.
handleQueryParameters() - Method in class org.apache.tomcat.util.http.Parameters
Process the query string into parameters
handleSESSION_ACCESSED(SessionMessage, Member) - Method in class org.apache.catalina.cluster.session.DeltaManager
handle receive session is access at other node ( primary session is now false)
handleSESSION_CREATED(SessionMessage, Member) - Method in class org.apache.catalina.cluster.session.DeltaManager
handle receive new session is created at other node (create backup - primary false)
handleSESSION_DELTA(SessionMessage, Member) - Method in class org.apache.catalina.cluster.session.DeltaManager
handle receive session delta
handleSESSION_EXPIRED(SessionMessage, Member) - Method in class org.apache.catalina.cluster.session.DeltaManager
handle receive session is expire at other node ( expire session also here)
handleThrowable(Throwable) - Static method in class org.apache.tomcat.util.ExceptionUtils
Checks whether the supplied Throwable is one that needs to be rethrown and swallows all others.
handler - Variable in class org.apache.tomcat.util.net.AprEndpoint
Handling of accepted sockets.
handshake(Socket) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
Extra function to initiate the handshake.
handshake(Socket) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
handshake(Socket) - Method in class org.apache.tomcat.util.net.puretls.PureTLSSocketFactory
 
hasCharset(String) - Static method in class org.apache.tomcat.util.http.ContentType
Returns true if the given content type contains a charset component, false otherwise.
hasExpired(long) - Method in class org.apache.catalina.cluster.mcast.McastMembership.MbrEntry
Check if this dude has expired
hasExternalRepositories - Variable in class org.apache.catalina.loader.WebappClassLoader
Has external repositories.
hasHook(Object, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Test if the object implements a particular method
hasMembers() - Method in interface org.apache.catalina.cluster.CatalinaCluster
Returns that cluster has members.
hasMembers() - Method in interface org.apache.catalina.cluster.MembershipService
Returns that cluster has members.
hasMembers() - Method in class org.apache.catalina.cluster.mcast.McastMembership
Returning that service has members or not
hasMembers() - Method in class org.apache.catalina.cluster.mcast.McastService
has members?
hasMembers() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
has members
hasMessageDigest() - Method in class org.apache.catalina.realm.RealmBase
 
hasMore() - Method in class org.apache.naming.NamingContextBindingsEnumeration
Determines whether there are any more elements in the enumeration.
hasMore() - Method in class org.apache.naming.NamingContextEnumeration
Determines whether there are any more elements in the enumeration.
hasMore() - Method in class org.apache.naming.resources.RecyclableNamingEnumeration
Determines whether there are any more elements in the enumeration.
hasMoreElements() - Method in class org.apache.catalina.util.Enumerator
Tests if this enumeration contains more elements.
hasMoreElements() - Method in class org.apache.naming.NamingContextBindingsEnumeration
 
hasMoreElements() - Method in class org.apache.naming.NamingContextEnumeration
 
hasMoreElements() - Method in class org.apache.naming.resources.RecyclableNamingEnumeration
 
hasMoreElements() - Method in class org.apache.tomcat.util.collections.EmptyEnumeration
 
hasMoreElements() - Method in class org.apache.tomcat.util.collections.MultiMapNamesEnumeration
 
hasMoreElements() - Method in class org.apache.tomcat.util.collections.SimpleHashtable
Used to view this as an enumeration; returns true if there are more keys to be enumerated.
hasMoreTokens() - Method in class org.apache.catalina.ssi.ExpressionTokenizer
Returns true if there are more tokens.
hasProperty(Properties, String) - Method in class org.apache.catalina.cluster.mcast.McastService
Check if a required property is available.
hasResourcePermission(Request, Response, SecurityConstraint[], Context) - Method in interface org.apache.catalina.Realm
Perform access control based on the specified authorization constraint.
hasResourcePermission(Request, Response, SecurityConstraint[], Context) - Method in class org.apache.catalina.realm.RealmBase
Perform access control based on the specified authorization constraint.
hasRole(Principal, String) - Method in interface org.apache.catalina.Realm
Return true if the specified Principal has the specified security role, within the context of this Realm; otherwise return false.
hasRole(String) - Method in class org.apache.catalina.realm.GenericPrincipal
Does the user represented by this Principal possess the specified role?
hasRole(Principal, String) - Method in class org.apache.catalina.realm.RealmBase
Return true if the specified Principal has the specified security role, within the context of this Realm; otherwise return false.
hasRole(Principal, String) - Method in class org.apache.catalina.realm.UserDatabaseRealm
Return true if the specified Principal has the specified security role, within the context of this Realm; otherwise return false.
hasUserDataPermission(Request, Response, SecurityConstraint[]) - Method in interface org.apache.catalina.Realm
Enforce any user data constraint required by the security constraint guarding this request URI.
hasUserDataPermission(Request, Response, SecurityConstraint[]) - Method in class org.apache.catalina.realm.RealmBase
Enforce any user data constraint required by the security constraint guarding this request URI.
hash() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
hash() - Method in class org.apache.tomcat.util.buf.CharChunk
 
hashCode() - Method in interface org.apache.catalina.cluster.MessageListener
 
hashCode() - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
 
hashCode() - Method in class org.apache.catalina.cluster.deploy.WarWatcher.WarInfo
 
hashCode() - Method in class org.apache.catalina.cluster.mcast.McastMember
 
hashCode() - Method in class org.apache.catalina.cluster.session.ClusterListener
 
hashCode() - Method in class org.apache.catalina.cluster.util.SmartQueue.SmartEntry
 
hashCode() - Method in class org.apache.catalina.realm.RealmBase.AllRolesMode
 
hashCode() - Method in class org.apache.naming.NamingEntry
 
hashCode() - Method in class org.apache.tomcat.util.buf.MessageBytes
 
hashCode() - Method in class org.apache.tomcat.util.buf.StringCache.ByteEntry
 
hashCode() - Method in class org.apache.tomcat.util.buf.StringCache.CharEntry
 
hashIgnoreCase() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
hashIgnoreCase() - Method in class org.apache.tomcat.util.buf.CharChunk
 
hashToStringArray(Hashtable) - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Converts a Hashtable to a String array by converting each key/value pair in the Hashtable to a String in the form "key=value" (hashkey + "=" + hash.get(hashkey).toString())
headerBuffer - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
US-ASCII header buffer.
headerBuffer - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
HTTP header buffer.
headerBuffer - Variable in class org.apache.coyote.http11.InternalInputBuffer
US-ASCII header buffer.
headerBuffer - Variable in class org.apache.coyote.http11.InternalOutputBuffer
HTTP header buffer.
headerBuffer1 - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
HTTP header buffer no 1.
headerBuffer1 - Variable in class org.apache.coyote.http11.InternalInputBuffer
HTTP header buffer no 1.
headerBuffer2 - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
HTTP header buffer no 2.
headerBuffer2 - Variable in class org.apache.coyote.http11.InternalInputBuffer
HTTP header buffer no 2.
headerTransArray - Static variable in class org.apache.coyote.ajp.Constants
 
headerTransArray - Static variable in class org.apache.jk.common.AjpConstants
Translates integer codes to request header names
headers - Variable in class org.apache.coyote.Response
Response headers.
headers - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Headers of the associated request.
headers - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Headers of the associated request.
headers - Variable in class org.apache.coyote.http11.InternalInputBuffer
Headers of the associated request.
headers - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Headers of the associated request.
headers() - Method in class org.apache.tomcat.util.http.BaseRequest
Get this request's headers
hex(int) - Static method in class org.apache.coyote.ajp.AjpMessage
 
hexLine(byte[], int, int) - Static method in class org.apache.coyote.ajp.AjpMessage
 
hexLine(byte[], int, int) - Static method in class org.apache.jk.common.MsgAjp
 
hexLine(byte[], int, int) - Static method in class org.apache.jk.core.Msg
 
hexadecimal - Static variable in class org.apache.catalina.util.URLEncoder
 
hitCount - Static variable in class org.apache.tomcat.util.buf.StringCache
Hit count.
hitsCount - Variable in class org.apache.naming.resources.ResourceCache
Number of cache hits.
hook - Variable in class org.apache.coyote.Response
Action hook.
host - Variable in class org.apache.catalina.cluster.deploy.FarmWarDeployer
The associated host.
host - Variable in class org.apache.catalina.cluster.mcast.McastMember
The listen host for this member
host - Variable in class org.apache.catalina.realm.RealmBase
 
host - Variable in class org.apache.catalina.startup.HostConfig
The Host we are associated with.
host - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
hostName - Variable in class org.apache.naming.resources.ProxyDirContext
Host name.
hostNameC - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Host name (used to avoid useless B2C conversion on the host name).
hostNameC - Variable in class org.apache.coyote.http11.Http11AprProcessor
Host name (used to avoid useless B2C conversion on the host name).
hostNameC - Variable in class org.apache.coyote.http11.Http11Processor
Host name (used to avoid useless B2C conversion on the host name).
hosts - Variable in class org.apache.tomcat.util.http.mapper.Mapper
Array containing the virtual hosts definitions.
http09 - Variable in class org.apache.coyote.http11.Http11AprProcessor
HTTP/0.9 flag.
http09 - Variable in class org.apache.coyote.http11.Http11Processor
HTTP/0.9 flag.
http11 - Variable in class org.apache.coyote.http11.Http11AprProcessor
HTTP/1.1 flag.
http11 - Variable in class org.apache.coyote.http11.Http11Processor
HTTP/1.1 flag.

I

IC_PREFIX - Static variable in class org.apache.naming.SelectorContext
Initial context prefix.
IDENTITY_FILTER - Static variable in class org.apache.coyote.ajp.Constants
Identity filters (input and output).
IDENTITY_FILTER - Static variable in class org.apache.coyote.http11.Constants
Identity filters (input and output).
IDataSender - interface org.apache.catalina.cluster.tcp.IDataSender.
 
IDataSenderFactory - class org.apache.catalina.cluster.tcp.IDataSenderFactory.
Create DataSender for different modes.
IDynamicProperty - interface org.apache.catalina.cluster.util.IDynamicProperty.
 
IDynamicPropertyStoreAppender - class org.apache.catalina.storeconfig.IDynamicPropertyStoreAppender.
Store the IDynamicProperty attributes.
IDynamicPropertyStoreAppender() - Constructor for class org.apache.catalina.storeconfig.IDynamicPropertyStoreAppender
 
IISConfig - class org.apache.jk.config.IISConfig.
Generates automatic IIS isapi_redirect configurations based on the Tomcat server.xml settings and the war contexts initialized during startup.
IISConfig() - Constructor for class org.apache.jk.config.IISConfig
 
INCLUDE - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
 
INCLUDE - Static variable in class org.apache.catalina.deploy.FilterMap
 
INCLUDE_CONTEXT_PATH_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which the context path of the included servlet is stored on an included dispatcher request.
INCLUDE_ERROR - Static variable in class org.apache.catalina.deploy.FilterMap
 
INCLUDE_ERROR_FORWARD - Static variable in class org.apache.catalina.deploy.FilterMap
 
INCLUDE_FORWARD - Static variable in class org.apache.catalina.deploy.FilterMap
 
INCLUDE_INTEGER - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
 
INCLUDE_PATH_INFO_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which the path info of the included servlet is stored on an included dispatcher request.
INCLUDE_QUERY_STRING_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which the query string of the included servlet is stored on an included dispatcher request.
INCLUDE_REQUEST_URI_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which the request URI of the included servlet is stored on an included dispatcher request.
INCLUDE_SERVLET_PATH_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which the servlet path of the included servlet is stored on an included dispatcher request.
INITIAL_SIZE - Static variable in class org.apache.tomcat.util.http.Cookies
 
INITIAL_STATE - Variable in class org.apache.catalina.connector.InputBuffer
 
INITIAL_STATE - Variable in class org.apache.catalina.connector.OutputBuffer
 
INIT_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component init" event.
INTEGRAL_TRANSPORT - Static variable in class org.apache.catalina.authenticator.Constants
 
INTEGRAL_TRANSPORT - Static variable in class org.apache.catalina.realm.Constants
 
INVOKED_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which the Invoker servlet will store the invoking servlet path, if it was used to execute a servlet indirectly instead of through a servlet mapping.
IOTools - class org.apache.catalina.util.IOTools.
Contains commonly needed I/O-related methods
IQueue - interface org.apache.catalina.cluster.util.IQueue.
A queue interface
ISAPI_LOG_LOCATION - Static variable in class org.apache.jk.config.IISConfig
 
ISAPI_REG_FILE - Static variable in class org.apache.jk.config.IISConfig
 
IS_DIR - Static variable in class org.apache.catalina.startup.ClassLoaderFactory
 
IS_GLOB - Static variable in class org.apache.catalina.startup.ClassLoaderFactory
 
IS_JAR - Static variable in class org.apache.catalina.startup.ClassLoaderFactory
 
IS_URL - Static variable in class org.apache.catalina.startup.ClassLoaderFactory
 
IStoreConfig - interface org.apache.catalina.storeconfig.IStoreConfig.
 
IStoreFactory - interface org.apache.catalina.storeconfig.IStoreFactory.
 
IdentityInputFilter - class org.apache.coyote.http11.filters.IdentityInputFilter.
Identity input filter.
IdentityInputFilter() - Constructor for class org.apache.coyote.http11.filters.IdentityInputFilter
 
IdentityOutputFilter - class org.apache.coyote.http11.filters.IdentityOutputFilter.
Identity output filter.
IdentityOutputFilter() - Constructor for class org.apache.coyote.http11.filters.IdentityOutputFilter
 
ImmutableNameNotFoundException - exception org.apache.naming.resources.ImmutableNameNotFoundException.
Immutable exception to avoid useless object creation by the proxy context.
ImmutableNameNotFoundException() - Constructor for class org.apache.naming.resources.ImmutableNameNotFoundException
 
InputBuffer - class org.apache.catalina.connector.InputBuffer.
The buffer used by Tomcat request.
InputBuffer() - Constructor for class org.apache.catalina.connector.InputBuffer
Default constructor.
InputBuffer(int) - Constructor for class org.apache.catalina.connector.InputBuffer
Alternate constructor which allows specifying the initial buffer size.
InputBuffer - interface org.apache.coyote.InputBuffer.
Input buffer.
InputFilter - interface org.apache.coyote.http11.InputFilter.
Input filter interface.
InstallTask - class org.apache.catalina.ant.InstallTask.
Deprecated. Replaced by DeployTask
InstallTask() - Constructor for class org.apache.catalina.ant.InstallTask
Deprecated.  
InstanceEvent - class org.apache.catalina.InstanceEvent.
General event for notifying listeners of significant events related to a specific instance of a Servlet, or a specific instance of a Filter, as opposed to the Wrapper component that manages it.
InstanceEvent(Wrapper, Filter, String) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Filter, String, Throwable) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Filter, String, ServletRequest, ServletResponse) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Filter, String, ServletRequest, ServletResponse, Throwable) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Servlet, String) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Servlet, String, Throwable) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Servlet, String, ServletRequest, ServletResponse) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceEvent(Wrapper, Servlet, String, ServletRequest, ServletResponse, Throwable) - Constructor for class org.apache.catalina.InstanceEvent
Construct a new InstanceEvent with the specified parameters.
InstanceListener - interface org.apache.catalina.InstanceListener.
Interface defining a listener for significant events related to a specific servlet instance, rather than to the Wrapper component that is managing that instance.
InstanceListenerSF - class org.apache.catalina.storeconfig.InstanceListenerSF.
Store Context InstanceListener
InstanceListenerSF() - Constructor for class org.apache.catalina.storeconfig.InstanceListenerSF
 
InstanceSupport - class org.apache.catalina.util.InstanceSupport.
Support class to assist in firing InstanceEvent notifications to registered InstanceListeners.
InstanceSupport(Wrapper) - Constructor for class org.apache.catalina.util.InstanceSupport
Construct a new InstanceSupport object associated with the specified Instance component.
InternalAprInputBuffer - class org.apache.coyote.http11.InternalAprInputBuffer.
Implementation of InputBuffer which provides HTTP request header parsing as well as transfer decoding.
InternalAprInputBuffer(Request, int, long) - Constructor for class org.apache.coyote.http11.InternalAprInputBuffer
Alternate constructor.
InternalAprInputBuffer.SocketInputBuffer - class org.apache.coyote.http11.InternalAprInputBuffer.SocketInputBuffer.
This class is an input buffer which will read its data from an input stream.
InternalAprInputBuffer.SocketInputBuffer() - Constructor for class org.apache.coyote.http11.InternalAprInputBuffer.SocketInputBuffer
 
InternalAprOutputBuffer - class org.apache.coyote.http11.InternalAprOutputBuffer.
Output buffer.
InternalAprOutputBuffer(Response) - Constructor for class org.apache.coyote.http11.InternalAprOutputBuffer
Default constructor.
InternalAprOutputBuffer(Response, int) - Constructor for class org.apache.coyote.http11.InternalAprOutputBuffer
Alternate constructor.
InternalAprOutputBuffer.SocketOutputBuffer - class org.apache.coyote.http11.InternalAprOutputBuffer.SocketOutputBuffer.
This class is an output buffer which will write data to an output stream.
InternalAprOutputBuffer.SocketOutputBuffer() - Constructor for class org.apache.coyote.http11.InternalAprOutputBuffer.SocketOutputBuffer
 
InternalInputBuffer - class org.apache.coyote.http11.InternalInputBuffer.
Implementation of InputBuffer which provides HTTP request header parsing as well as transfer decoding.
InternalInputBuffer(Request) - Constructor for class org.apache.coyote.http11.InternalInputBuffer
Default constructor.
InternalInputBuffer(Request, int) - Constructor for class org.apache.coyote.http11.InternalInputBuffer
Alternate constructor.
InternalInputBuffer.InputStreamInputBuffer - class org.apache.coyote.http11.InternalInputBuffer.InputStreamInputBuffer.
This class is an input buffer which will read its data from an input stream.
InternalInputBuffer.InputStreamInputBuffer() - Constructor for class org.apache.coyote.http11.InternalInputBuffer.InputStreamInputBuffer
 
InternalOutputBuffer - class org.apache.coyote.http11.InternalOutputBuffer.
Output buffer.
InternalOutputBuffer(Response) - Constructor for class org.apache.coyote.http11.InternalOutputBuffer
Default constructor.
InternalOutputBuffer(Response, int) - Constructor for class org.apache.coyote.http11.InternalOutputBuffer
Alternate constructor.
InternalOutputBuffer.OutputStreamOutputBuffer - class org.apache.coyote.http11.InternalOutputBuffer.OutputStreamOutputBuffer.
This class is an output buffer which will write data to an output stream.
InternalOutputBuffer.OutputStreamOutputBuffer() - Constructor for class org.apache.coyote.http11.InternalOutputBuffer.OutputStreamOutputBuffer
 
IntrospectionUtils - class org.apache.tomcat.util.IntrospectionUtils.
Utils for introspection and reflection
IntrospectionUtils() - Constructor for class org.apache.tomcat.util.IntrospectionUtils
 
IntrospectionUtils.AttributeHolder - interface org.apache.tomcat.util.IntrospectionUtils.AttributeHolder.
 
IntrospectionUtils.PropertySource - interface org.apache.tomcat.util.IntrospectionUtils.PropertySource.
 
InvokerServlet - class org.apache.catalina.servlets.InvokerServlet.
The default servlet-invoking servlet for most web applications, used to serve requests to servlets that have not been registered in the web application deployment descriptor.
InvokerServlet() - Constructor for class org.apache.catalina.servlets.InvokerServlet
 
ib - Variable in class org.apache.catalina.connector.CoyoteInputStream
 
ib - Variable in class org.apache.catalina.connector.CoyoteReader
 
id - Variable in class org.apache.catalina.session.StandardSession
The session identifier of this Session.
id - Variable in class org.apache.catalina.users.MemoryUserDatabase
The unique global identifier of this user database.
id - Variable in class org.apache.jk.core.JkHandler
 
ignorableWhitespace(char[], int, int) - Method in class org.apache.tomcat.util.digester.Digester
Process notification of ignorable whitespace received from the body of an XML element.
impl - Variable in class org.apache.catalina.cluster.mcast.McastService
A handle to the actual low level implementation
in - Variable in class org.apache.catalina.cluster.deploy.FileMessageFactory
When openForWrite=false, the input stream is held by this variable
inc() - Method in class org.apache.catalina.cluster.mcast.McastMember
Increment the message count.
incSequence() - Method in class org.apache.tomcat.util.threads.ThreadPool
 
included - Variable in class org.apache.catalina.connector.Response
The included flag.
included(String, String) - Method in class org.apache.catalina.deploy.SecurityConstraint
Return true if the specified context-relative URI (and associated HTTP method) are protected by this security constraint.
incrementErrorCount() - Method in interface org.apache.catalina.Wrapper
Increment the error count value used when monitoring.
incrementErrorCount() - Method in class org.apache.catalina.core.StandardWrapper
Increment the error count used for monitoring.
indexOf(String, int, int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
indexOf(char, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
Returns true if the message bytes starts with the specified string.
indexOf(byte[], int, int, char) - Static method in class org.apache.tomcat.util.buf.ByteChunk
 
indexOf(char) - Method in class org.apache.tomcat.util.buf.CharChunk
 
indexOf(char, int) - Method in class org.apache.tomcat.util.buf.CharChunk
Returns true if the message bytes starts with the specified string.
indexOf(char[], int, int, char) - Static method in class org.apache.tomcat.util.buf.CharChunk
 
indexOf(String, int, int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
indexOf(char) - Method in class org.apache.tomcat.util.buf.MessageBytes
 
indexOf(String, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
 
indexOf(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
 
indexOf(char, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
Returns true if the message bytes starts with the specified string.
indexOfIgnoreCase(String, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
 
info - Static variable in class org.apache.catalina.authenticator.AuthenticatorBase
Descriptive information about this implementation.
info - Static variable in class org.apache.catalina.authenticator.BasicAuthenticator
Descriptive information about this implementation.
info - Static variable in class org.apache.catalina.authenticator.DigestAuthenticator
Descriptive information about this implementation.
info - Static variable in class org.apache.catalina.authenticator.FormAuthenticator
Descriptive information about this implementation.
info - Static variable in class org.apache.catalina.authenticator.SSLAuthenticator
Descriptive information about this implementation.
info - Static variable in class org.apache.catalina.authenticator.SingleSignOn
Descriptive information about this Valve implementation.
info - Static variable in interface org.apache.catalina.cluster.CatalinaCluster
Descriptive information about this component implementation.
info - Static variable in interface org.apache.catalina.cluster.ClusterDeployer
Descriptive information about this component implementation.
info - Static variable in class org.apache.catalina.cluster.authenticator.ClusterSingleSignOn
Descriptive information about this Valve implementation.
info - Static variable in class org.apache.catalina.cluster.authenticator.ClusterSingleSignOnListener
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.cluster.session.ClusterSessionListener
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.cluster.session.JvmRouteBinderValve
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.cluster.session.JvmRouteSessionIDBinderListener
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
Descriptive information about this component implementation.
info - Static variable in class org.apache.catalina.connector.Connector
Descriptive information about this Connector implementation.
info - Static variable in class org.apache.catalina.connector.Request
Descriptive information about this Request implementation.
info - Static variable in class org.apache.catalina.connector.Response
Descriptive information about this Response implementation.
info - Variable in class org.apache.catalina.core.StandardPipeline
Descriptive information about this implementation.
info - Static variable in class org.apache.catalina.realm.DataSourceRealm
Descriptive information about this Realm implementation.
info - Static variable in class org.apache.catalina.realm.JAASRealm
Descriptive information about this Realm implementation.
info - Static variable in class org.apache.catalina.realm.JDBCRealm
Descriptive information about this Realm implementation.
info - Static variable in class org.apache.catalina.realm.JNDIRealm
Descriptive information about this Realm implementation.
info - Variable in class org.apache.catalina.realm.MemoryRealm
Descriptive information about this Realm implementation.
info - Static variable in class org.apache.catalina.realm.RealmBase
Descriptive information about this Realm implementation.
info - Variable in class org.apache.catalina.realm.UserDatabaseRealm
Descriptive information about this Realm implementation.
info - Static variable in class org.apache.catalina.session.JDBCStore
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.session.StandardManager
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.session.StandardSession
Descriptive information describing this Session implementation.
info - Static variable in class org.apache.catalina.session.StoreBase
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.startup.Embedded
Descriptive information about this server implementation.
info - Static variable in class org.apache.catalina.valves.AccessLogValve
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.valves.ExtendedAccessLogValve
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.valves.FastCommonAccessLogValve
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.valves.JDBCAccessLogValve
The descriptive information about this implementation.
info - Static variable in class org.apache.catalina.valves.ValveBase
Descriptive information about this Valve implementation.
init(McastServiceImpl.RecoveryThread) - Static method in class org.apache.catalina.cluster.mcast.McastServiceImpl.RecoveryThread
 
init() - Method in class org.apache.catalina.cluster.mcast.McastServiceImpl
 
init() - Method in class org.apache.catalina.connector.Connector
 
init() - Method in class org.apache.catalina.connector.MapperListener
Initialize associated mapper.
init() - Method in class org.apache.catalina.core.ContainerBase
Init method, part of the MBean lifecycle.
init() - Method in class org.apache.catalina.core.StandardContext
 
init() - Method in class org.apache.catalina.core.StandardEngine
 
init() - Method in class org.apache.catalina.core.StandardHost
 
init() - Method in class org.apache.catalina.core.StandardServer
 
init() - Method in class org.apache.catalina.core.StandardService
 
init(FilterConfig) - Method in class org.apache.catalina.filters.FailedRequestFilter
 
init(FilterConfig) - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
 
init() - Method in class org.apache.catalina.loader.WebappLoader
 
init() - Method in class org.apache.catalina.realm.RealmBase
Initialize this Realm.
init(ServletConfig) - Method in class org.apache.catalina.servlets.CGIServlet
Sets instance variables.
init() - Method in class org.apache.catalina.servlets.DefaultServlet
Initialize this servlet.
init() - Method in class org.apache.catalina.servlets.InvokerServlet
Initialize this servlet.
init() - Method in class org.apache.catalina.servlets.WebdavServlet
Initialize this servlet.
init() - Method in class org.apache.catalina.session.ManagerBase
 
init(FilterConfig) - Method in class org.apache.catalina.ssi.SSIFilter
Initialize this servlet.
init() - Method in class org.apache.catalina.ssi.SSIServlet
Initialize this servlet.
init() - Method in class org.apache.catalina.startup.Bootstrap
Initialize daemon.
init(String[]) - Method in class org.apache.catalina.startup.Bootstrap
Load the Catalina daemon.
init() - Method in class org.apache.catalina.startup.ContextConfig
Process a "init" event for this Context.
init() - Method in class org.apache.catalina.storeconfig.StoreFileMover
generate the Filename to new with TimeStamp
init() - Method in interface org.apache.coyote.ProtocolHandler
Init the protocol.
init() - Method in class org.apache.coyote.ajp.AjpAprProtocol
Start the protocol
init() - Method in class org.apache.coyote.http11.Http11AprProtocol
Start the protocol
init() - Method in class org.apache.coyote.http11.Http11BaseProtocol
Start the protocol
init() - Method in class org.apache.coyote.memory.MemoryProtocolHandler
Init the protocol.
init() - Method in class org.apache.jk.common.ChannelJni
 
init() - Method in class org.apache.jk.common.ChannelNioSocket
jmx:managed-operation
init() - Method in class org.apache.jk.common.ChannelSocket
jmx:managed-operation
init() - Method in class org.apache.jk.common.ChannelUn
 
init() - Method in class org.apache.jk.common.HandlerDispatch
 
init() - Method in class org.apache.jk.common.HandlerRequest
 
init() - Method in class org.apache.jk.common.JkMX
 
init() - Method in class org.apache.jk.common.JniHandler
You must call initNative() inside the component init()
init() - Method in class org.apache.jk.common.ModJkMX
 
init() - Method in class org.apache.jk.common.Shm
 
init() - Method in class org.apache.jk.common.Shm14
 
init() - Method in class org.apache.jk.common.WorkerDummy
Initialize the worker.
init() - Method in class org.apache.jk.core.JkHandler
Should register the request types it can handle, same style as apache2.
init() - Method in class org.apache.jk.server.JkCoyoteHandler
Start the protocol
init() - Method in class org.apache.jk.server.JkMain
 
init() - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
Create the poller.
init() - Method in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
Create the sendfile poller.
init() - Method in class org.apache.tomcat.util.net.AprEndpoint
Initialize the endpoint.
init() - Method in interface org.apache.tomcat.util.net.TcpConnectionHandler
Called before the call to processConnection.
initCli() - Method in class org.apache.jk.common.Shm
Local initialization - for standalone use
initCli() - Method in class org.apache.jk.common.Shm14
 
initDirs() - Method in class org.apache.catalina.startup.Embedded
 
initEndpoint() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
initJkComponent() - Method in class org.apache.jk.common.JniHandler
 
initMBeans() - Method in class org.apache.catalina.cluster.mcast.McastService
register mbean descriptor for package mcast
initNaming() - Method in class org.apache.catalina.startup.Embedded
Initialize naming - this should only enable java:env and root naming.
initNative(String) - Method in class org.apache.jk.common.JniHandler
 
initProperties() - Method in class org.apache.jk.config.ApacheConfig
Initialize defaults for properties that are not set explicitely
initProperties() - Method in class org.apache.jk.config.BaseJkConfig
Initialize defaults for properties that are not set explicitely
initProperties() - Method in class org.apache.jk.config.IISConfig
Initialize defaults for properties that are not set explicitely
initProperties() - Method in class org.apache.jk.config.NSConfig
Initialize defaults for properties that are not set explicitely
initSocket(Socket) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
 
initStreams() - Method in class org.apache.catalina.startup.Embedded
 
initialContext - Variable in class org.apache.naming.SelectorContext
Request for an initial context.
initialContext - Static variable in class org.apache.naming.java.javaURLContextFactory
Initial context.
initialize() - Method in interface org.apache.catalina.Server
Invoke a pre-startup initialization.
initialize() - Method in interface org.apache.catalina.Service
Invoke a pre-startup initialization.
initialize() - Method in class org.apache.catalina.connector.Connector
Initialize this connector (create ServerSocket here!)
initialize() - Method in class org.apache.catalina.core.StandardServer
Invoke a pre-startup initialization.
initialize() - Method in class org.apache.catalina.core.StandardService
Invoke a pre-startup initialization.
initialize(Subject, CallbackHandler, Map, Map) - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
Initialize this LoginModule with the specified configuration information.
initialize() - Method in class org.apache.tomcat.util.digester.Digester
Provides a hook for lazy initialization of this Digester instance.
initializeFilters() - Method in class org.apache.coyote.http11.Http11AprProcessor
Initialize standard input and output filters.
initializeFilters() - Method in class org.apache.coyote.http11.Http11Processor
Initialize standard input and output filters.
initialized - Variable in class org.apache.catalina.connector.Connector
Has this component been initialized yet?
initialized - Variable in class org.apache.catalina.core.ContainerBase
 
initialized - Variable in class org.apache.catalina.core.NamingContextListener
Initialized flag.
initialized - Variable in class org.apache.catalina.core.StandardService
Has this component been initialized?
initialized - Variable in class org.apache.catalina.realm.RealmBase
 
initialized - Variable in class org.apache.catalina.session.ManagerBase
 
initialized - Variable in class org.apache.tomcat.util.net.AprEndpoint
Track the initialization state of the endpoint.
initialized - Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
input - Variable in class org.apache.catalina.servlets.DefaultServlet
The input buffer size to use when serving resources.
input - Variable in class org.apache.coyote.http11.filters.SavedRequestInputFilter
The original request body.
input - Variable in class org.apache.coyote.memory.MemoryProtocolHandler.ByteChunkInputBuffer
 
inputBuffer - Variable in class org.apache.catalina.connector.Request
The associated input buffer.
inputBuffer - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Direct buffer used for input.
inputBuffer - Variable in class org.apache.coyote.http11.Http11AprProcessor
Input.
inputBuffer - Variable in class org.apache.coyote.http11.Http11Processor
Input.
inputEncoding - Variable in class org.apache.catalina.ssi.SSIServlet
Input encoding.
inputEncoding - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
 
inputStream - Variable in class org.apache.catalina.connector.Request
ServletInputStream.
inputStream - Variable in class org.apache.coyote.http11.InternalInputBuffer
Underlying input stream.
inputStream - Variable in class org.apache.naming.resources.Resource
Input stream.
inputStreamInputBuffer - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Underlying input buffer.
inputStreamInputBuffer - Variable in class org.apache.coyote.http11.InternalInputBuffer
Underlying input buffer.
install(String, URL) - Method in interface org.apache.catalina.cluster.ClusterDeployer
Install a new web application, whose web application archive is at the specified URL, into this container and all the other members of the cluster with the specified context path.
install(String, URL) - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
Install a new web application, whose web application archive is at the specified URL, into this container and all the other members of the cluster with the specified context path.
installContext(String, URL) - Method in interface org.apache.catalina.Cluster
Deprecated.  
installContext(String, URL) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
instanceEvent(InstanceEvent) - Method in interface org.apache.catalina.InstanceListener
Acknowledge the occurrence of the specified event.
instanceId() - Method in class org.apache.coyote.Request
Get the instance id (or JVM route).
instanceId() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the host id ( or jvmRoute )
interruptible - Variable in class org.apache.catalina.valves.SemaphoreValve
Block interruptibly until a permit is available.
invalidWars - Variable in class org.apache.catalina.startup.HostConfig
The list of Wars in the appBase to be ignored because they are invalid (e.g. contain /../ sequences).
invalidate() - Method in class org.apache.catalina.cluster.session.DeltaSession
Invalidates this session and unbinds any objects bound to it.
invalidate() - Method in class org.apache.catalina.cluster.session.DeltaSessionFacade
 
invalidate() - Method in class org.apache.catalina.cluster.session.ReplicatedSession
 
invalidate() - Method in class org.apache.catalina.session.StandardSession
Invalidates this session and unbinds any objects bound to it.
invalidate() - Method in class org.apache.catalina.session.StandardSessionFacade
 
invalidatedSessions - Variable in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
invoke(Request, Response) - Method in interface org.apache.catalina.Container
Process the specified Request, and generate the corresponding Response, according to the design of this particular Container.
invoke(Request, Response) - Method in interface org.apache.catalina.Valve
Perform request processing as required by this Valve.
invoke(Request, Response) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Enforce the security restrictions in the web application deployment descriptor of our associated Context.
invoke(Request, Response) - Method in class org.apache.catalina.authenticator.SingleSignOn
Perform single-sign-on support processing for this request.
invoke(Request, Response) - Method in class org.apache.catalina.cluster.session.JvmRouteBinderValve
Detect possible the JVMRoute change at cluster backup node..
invoke(Request, Response) - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
Log the interesting request parameters, invoke the next Valve in the sequence, and log the interesting response parameters.
invoke(Request, Response) - Method in class org.apache.catalina.core.ContainerBase
Process the specified Request, to produce the corresponding Response, by invoking the first Valve in our pipeline (if any), or the basic Valve otherwise.
invoke(Request, Response) - Method in class org.apache.catalina.valves.AccessLogValve
Log a message summarizing the specified request and response, according to the format specified by the pattern property.
invoke(Request, Response) - Method in class org.apache.catalina.valves.ErrorReportValve
Invoke the next Valve in the sequence.
invoke(Request, Response) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Log a message summarizing the specified request and response, according to the format specified by the pattern property.
invoke(Request, Response) - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Log a message summarizing the specified request and response, according to the format specified by the pattern property.
invoke(Request, Response) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
This method is invoked by Tomcat on each query.
invoke(Request, Response) - Method in class org.apache.catalina.valves.PersistentValve
Select the appropriate child Context to process this request, based on the specified request URI.
invoke(Request, Response) - Method in class org.apache.catalina.valves.RemoteAddrValve
Extract the desired request property, and pass it (along with the specified request and response objects) to the protected process() method to perform the actual filtering.
invoke(Request, Response) - Method in class org.apache.catalina.valves.RemoteHostValve
Extract the desired request property, and pass it (along with the specified request and response objects) to the protected process() method to perform the actual filtering.
invoke(Request, Response) - Method in class org.apache.catalina.valves.RequestDumperValve
Log the interesting request parameters, invoke the next Valve in the sequence, and log the interesting response parameters.
invoke(Request, Response) - Method in class org.apache.catalina.valves.RequestFilterValve
Extract the desired request property, and pass it (along with the specified request and response objects) to the protected process() method to perform the actual filtering.
invoke(Request, Response) - Method in class org.apache.catalina.valves.SemaphoreValve
Do concurrency control on the request using the semaphore.
invoke(Request, Response) - Method in class org.apache.catalina.valves.ValveBase
The implementation-specific logic represented by this Valve.
invoke(Msg, MsgContext) - Method in class org.apache.jk.common.ChannelJni
Receive a packet from the C side.
invoke(Msg, MsgContext) - Method in class org.apache.jk.common.ChannelNioSocket
 
invoke(Msg, MsgContext) - Method in class org.apache.jk.common.ChannelSocket
 
invoke(Msg, MsgContext) - Method in class org.apache.jk.common.ChannelUn
 
invoke(Msg, MsgContext) - Method in class org.apache.jk.common.HandlerDispatch
 
invoke(Msg, MsgContext) - Method in class org.apache.jk.common.HandlerRequest
 
invoke(Msg, MsgContext) - Method in class org.apache.jk.common.JniHandler
Base implementation for invoke.
invoke(Msg, MsgContext) - Method in class org.apache.jk.common.Shm
 
invoke(Msg, MsgContext) - Method in class org.apache.jk.common.Shm14
 
invoke(Msg, MsgContext) - Method in class org.apache.jk.common.WorkerDummy
 
invoke(Msg, MsgContext) - Method in interface org.apache.jk.core.JkChannel
Invoke the request chain.
invoke(Msg, MsgContext) - Method in class org.apache.jk.core.JkHandler
 
invoke(Msg, MsgContext) - Method in class org.apache.jk.server.JkCoyoteHandler
 
isAbsolute(String) - Static method in class org.apache.jk.config.BaseJkConfig
 
isAddLocked() - Method in class org.apache.catalina.cluster.util.SingleRemoveSynchronizedAddLock
Check if an add thread owns the lock.
isAllowLinking() - Method in class org.apache.catalina.core.StandardContext
Is linking allowed.
isAllowValid() - Method in class org.apache.catalina.valves.RequestFilterValve
Returns false if the last change to the allow pattern did not apply successfully.
isAllowed(String) - Method in class org.apache.catalina.valves.RequestFilterValve
Perform the test implemented by this Valve, matching against the specified request property value.
isAlpha(String) - Static method in class org.apache.catalina.connector.Request
 
isAlpha(int) - Static method in class org.apache.tomcat.util.buf.Ascii
Returns true if the specified ASCII character is upper or lower case.
isAppCommitted() - Method in class org.apache.catalina.connector.Response
Application commit flag accessor.
isAppCommitted() - Method in class org.apache.catalina.core.DummyResponse
 
isAprAvailable() - Static method in class org.apache.catalina.core.AprLifecycleListener
 
isArrayByteBase64(byte[]) - Static method in class org.apache.catalina.util.Base64
 
isAttributebinding() - Method in class org.apache.catalina.ant.jmx.JMXAccessorQueryTask
 
isAttributes() - Method in class org.apache.catalina.storeconfig.StoreDescription
 
isAutoConnect() - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
 
isAvailable() - Method in class org.apache.catalina.connector.Connector
Is this connector available for processing requests?
isAwait() - Method in class org.apache.catalina.startup.Embedded
 
isBackup() - Method in class org.apache.catalina.storeconfig.StoreDescription
 
isBase64(String) - Static method in class org.apache.catalina.util.Base64
 
isBase64(byte) - Static method in class org.apache.catalina.util.Base64
 
isBound() - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Returns true if the thread or the context class loader of the current thread is bound.
isCached() - Method in class org.apache.naming.resources.BaseDirContext
Is cached ?
isCachingAllowed() - Method in class org.apache.catalina.core.StandardContext
Is caching allowed ?
isCaseIgnored() - Method in class org.apache.naming.resources.ResourceAttributes
Case sensitivity.
isCaseSensitive() - Method in class org.apache.catalina.core.StandardContext
Is case sensitive ?
isCaseSensitive() - Method in class org.apache.naming.resources.FileDirContext
Is case sensitive ?
isCheckExists() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Check for file existence before logging.
isCheckLock() - Method in class org.apache.catalina.cluster.util.FastQueue
 
isChilds() - Method in class org.apache.catalina.storeconfig.StoreDescription
 
isClassLoaderBound() - Static method in class org.apache.naming.ContextBindings
Tests if current class loader is bound to a context.
isCollection() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Is collection.
isCollection() - Method in class org.apache.naming.resources.ResourceAttributes
Is collection.
isCommitted() - Method in class org.apache.catalina.connector.Response
Has the output of this response already been committed?
isCommitted() - Method in class org.apache.catalina.connector.ResponseFacade
 
isCommitted() - Method in class org.apache.catalina.core.DummyResponse
 
isCommitted() - Method in class org.apache.coyote.Response
 
isCompatibleWith(Extension) - Method in class org.apache.catalina.util.Extension
Return true if the specified Extension (which represents an optional package required by this application) is satisfied by this Extension (which represents an optional package that is already installed.
isCompress() - Method in interface org.apache.catalina.cluster.ClusterReceiver
 
isCompress() - Method in interface org.apache.catalina.cluster.ClusterSender
 
isCompress() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
isCompress() - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
 
isConnected() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
isConnected() - Method in interface org.apache.catalina.cluster.tcp.IDataSender
 
isConvert() - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
 
isDaemon - Variable in class org.apache.tomcat.util.threads.ThreadPool
 
isDaemon() - Method in class org.apache.tomcat.util.threads.ThreadPool
 
isDataAvailable() - Method in class org.apache.catalina.cluster.util.SingleRemoveSynchronizedAddLock
Check if the locked object has data available i.e. the remover can stop poling and get the lock.
isDefault() - Method in class org.apache.catalina.storeconfig.StoreDescription
 
isDefaultLoader(Loader) - Method in class org.apache.catalina.storeconfig.LoaderSF
Is this an instance of the default Loader configuration, with all-default properties?
isDefaultManager(StandardManager) - Method in class org.apache.catalina.storeconfig.ManagerSF
Is this an instance of the default Manager configuration, with all-default properties?
isDefaultMode() - Method in interface org.apache.catalina.cluster.ClusterManager
 
isDefaultMode() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
isDefaultMode() - Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
isDefaultMode() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
isDenyValid() - Method in class org.apache.catalina.valves.RequestFilterValve
Returns false if the last change to the deny pattern did not apply successfully.
isDeployXML() - Method in class org.apache.catalina.core.StandardHost
Deploy XML Context config files flag accessor.
isDeployXML() - Method in class org.apache.catalina.startup.HostConfig
Return the deploy XML config file flag for this component.
isDeployed(String) - Method in class org.apache.catalina.startup.HostConfig
Has the specified application been deployed?
isDigit(int) - Static method in class org.apache.tomcat.util.buf.Ascii
Returns true if the specified ASCII character is a digit.
isDirty - Variable in class org.apache.catalina.cluster.session.ReplicatedSession
 
isDirty() - Method in class org.apache.catalina.cluster.session.ReplicatedSession
 
isDoClusterLog() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
isDoListen() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
isDoProcessingStats() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
isDoProcessingStats() - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
Calc processing stats
isDoReceivedProcessingStats() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
isDoStats() - Method in class org.apache.catalina.cluster.util.FastQueue
 
isDoTransmitterProcessingStats() - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
 
isDoWaitAckStats() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
isEcho() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
isEmpty() - Method in class org.apache.catalina.util.Queue
Is the queue empty?
isEmpty() - Method in class org.apache.tomcat.util.collections.Queue
Is the queue empty?
isEmpty(String) - Method in class org.apache.tomcat.util.digester.Digester
Is the stack with the given name empty?
isEmpty() - Method in class org.apache.tomcat.util.net.AprEndpoint.WorkerStack
Is the queue empty?
isEnabled() - Method in class org.apache.catalina.cluster.session.JvmRouteSessionIDBinderLifecycleListener
Deprecated.  
isEnabled() - Method in class org.apache.catalina.cluster.util.FastQueue
 
isEnabled() - Method in class org.apache.catalina.mbeans.JMXAdaptorLifecycleListener
 
isEncodeable(String) - Method in class org.apache.catalina.connector.Response
Return true if the specified URL should be encoded with a session identifier.
isError() - Method in class org.apache.catalina.connector.Response
Error flag accessor.
isError() - Method in class org.apache.catalina.core.DummyResponse
 
isEventProvider() - Method in class org.apache.catalina.core.StandardContext
 
isEventProvider() - Method in class org.apache.catalina.core.StandardWrapper
 
isExactMatch() - Method in class org.apache.tomcat.util.digester.SetNextRule
Is exact matching being used.
isExactMatch() - Method in class org.apache.tomcat.util.digester.SetRootRule
Is exact matching being used.
isExactMatch() - Method in class org.apache.tomcat.util.digester.SetTopRule
Is exact matching being used.
isExceptionPresent() - Method in class org.apache.coyote.Response
 
isExpireSessionsOnShutdown() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
isExternalAllowed() - Method in class org.apache.catalina.storeconfig.StoreDescription
 
isFailOnError() - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Returns the value of the failOnError property.
isFailing() - Method in class org.apache.catalina.cluster.tcp.SenderState
 
isFilesystemBased() - Method in class org.apache.catalina.core.StandardContext
Returns true if the resources associated with this context are filesystem based.
isFinished() - Method in class org.apache.catalina.connector.ResponseFacade
 
isFulfilled() - Method in class org.apache.catalina.util.Extension
 
isFulfilled() - Method in class org.apache.catalina.util.ManifestResource
Returns true if all required extension dependencies have been meet for this ManifestResource object.
isIgnore() - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
 
isInGroup(Group) - Method in interface org.apache.catalina.User
Is this user in the specified Group?
isInGroup(Group) - Method in class org.apache.catalina.users.AbstractUser
Is this user in the specified Group?
isInGroup(Group) - Method in class org.apache.catalina.users.MemoryUser
Is this user in the specified group?
isInRole(Role) - Method in interface org.apache.catalina.Group
Is this group specifically assigned the specified Role?
isInRole(Role) - Method in interface org.apache.catalina.User
Is this user specifically assigned the specified Role?
isInRole(Role) - Method in class org.apache.catalina.users.AbstractGroup
Is this group specifically assigned the specified Role?
isInRole(Role) - Method in class org.apache.catalina.users.AbstractUser
Is this user specifically assigned the specified Role?
isInRole(Role) - Method in class org.apache.catalina.users.MemoryGroup
Is this group specifically assigned the specified Role?
isInRole(Role) - Method in class org.apache.catalina.users.MemoryUser
Is this user specifically assigned the specified Role?
isJava14() - Static method in class org.apache.tomcat.util.compat.JdkCompat
 
isJava15() - Static method in class org.apache.tomcat.util.compat.JdkCompat
 
isJava2() - Static method in class org.apache.tomcat.util.compat.JdkCompat
 
isLazy() - Method in class org.apache.catalina.core.StandardContext
 
isLoaded(String) - Method in class org.apache.catalina.session.PersistentManagerBase
Return true, if the session id is loaded in memory otherwise false is returned
isLocked() - Method in class org.apache.catalina.util.ParameterMap
Return the locked state of this parameter map.
isLocked() - Method in class org.apache.catalina.util.ResourceSet
Return the locked state of this parameter map.
isLogTimeEnabled() - Method in class org.apache.jk.core.MsgContext
 
isLower(int) - Static method in class org.apache.tomcat.util.buf.Ascii
Returns true if the specified ASCII character is lower case.
isManagerRunning() - Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
isMessageTransferStarted() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
isMetaChar(char) - Method in class org.apache.catalina.ssi.ExpressionTokenizer
 
isNameReserved(String) - Method in class org.apache.catalina.ssi.SSIMediator
 
isNameReserved(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
isNew() - Method in class org.apache.catalina.cluster.session.DeltaSession
Return true if the client does not yet know about the session, or if the client chooses not to join the session.
isNew() - Method in class org.apache.catalina.cluster.session.DeltaSessionFacade
 
isNew() - Method in class org.apache.catalina.connector.OutputBuffer
True if this buffer hasn't been used ( since recycle() ) - i.e. no chars or bytes have been added to the buffer.
isNew - Variable in class org.apache.catalina.session.StandardSession
Flag indicating whether this session is new or not.
isNew() - Method in class org.apache.catalina.session.StandardSession
Return true if the client does not yet know about the session, or if the client chooses not to join the session.
isNew() - Method in class org.apache.catalina.session.StandardSessionFacade
 
isNew() - Method in class org.apache.tomcat.util.buf.TimeStamp
 
isNotifyLifecycleListenerOnFailure() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
isNotifyListenersOnReplication() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
isNotifyListenersOnReplication() - Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
isNotifySessionListenersOnReplication() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
isNull() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
isNull() - Method in class org.apache.tomcat.util.buf.CharChunk
 
isNull() - Method in class org.apache.tomcat.util.buf.MessageBytes
 
isOoBInline() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
isOoBInline() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
isPackageProtectionEnabled() - Static method in class org.apache.catalina.security.SecurityUtil
Return the SecurityManager only if Security is enabled AND package protection mechanism is enabled.
isPackageSealed(String, Manifest) - Method in class org.apache.catalina.loader.WebappClassLoader
Returns true if the specified package name is sealed according to the given manifest.
isParseFailed() - Method in class org.apache.tomcat.util.http.Parameters
 
isPaused() - Method in class org.apache.tomcat.util.net.AprEndpoint
Return the state of the endpoint.
isPaused() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
isPersistable(Class) - Method in class org.apache.catalina.storeconfig.StoreAppender
Is the specified property type one for which we should generate a persistence attribute?
isPrimaryIndicator() - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
 
isPrimarySession() - Method in interface org.apache.catalina.cluster.ClusterSession
returns true if this session is the primary session, if that is the case, the manager can expire it upon timeout.
isPrimarySession() - Method in class org.apache.catalina.cluster.session.DeltaSession
returns true if this session is the primary session, if that is the case, the manager can expire it upon timeout.
isPrimarySession() - Method in class org.apache.catalina.cluster.session.ReplicatedSession
returns true if this session is the primary session, if that is the case, the manager can expire it upon timeout.
isPrintValue(Object, Object, String, StoreDescription) - Method in class org.apache.catalina.storeconfig.ConnectorStoreAppender
 
isPrintValue(Object, Object, String, StoreDescription) - Method in class org.apache.catalina.storeconfig.StoreAppender
print this Attribute value or not
isPrintValue(Object, Object, String, StoreDescription) - Method in class org.apache.catalina.storeconfig.StoreContextAppender
 
isQueueCheckLock() - Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
 
isQueueDoStats() - Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
 
isQueueTimeWait() - Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
 
isQuote(char) - Method in class org.apache.catalina.ssi.SSIProcessor
 
isReadRequired() - Method in class org.apache.jk.common.JkInputStream
Return the flag saying that the server is sending a body
isReady() - Method in class org.apache.catalina.cluster.tcp.SenderState
 
isReady() - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Gets ready status
isReady() - Method in class org.apache.catalina.util.ProcessHelper
Deprecated. Gets ready status
isRecoveryEnabled() - Method in class org.apache.catalina.cluster.mcast.McastService
 
isRecoveryEnabled() - Method in class org.apache.catalina.cluster.mcast.McastServiceImpl
 
isRedirectStreams() - Method in class org.apache.catalina.startup.Embedded
Return true if redirection of standard streams is enabled.
isRemoveLocked() - Method in class org.apache.catalina.cluster.util.SingleRemoveSynchronizedAddLock
Check if the remove thread owns the lock.
isRemovePolling() - Method in class org.apache.catalina.cluster.util.SingleRemoveSynchronizedAddLock
Check if the remove thread is polling.
isReplaceWelcomeFiles() - Method in class org.apache.catalina.core.StandardContext
Return the "replace welcome files" property.
isRequestWithoutSessionChange(String) - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
is request without possible session change
isRequestedSessionIdFromCookie() - Method in class org.apache.catalina.connector.Request
Return true if the session identifier included in this request came from a cookie.
isRequestedSessionIdFromCookie() - Method in class org.apache.catalina.connector.RequestFacade
 
isRequestedSessionIdFromCookie() - Method in class org.apache.catalina.core.DummyRequest
 
isRequestedSessionIdFromURL() - Method in class org.apache.catalina.connector.Request
Return true if the session identifier included in this request came from the request URI.
isRequestedSessionIdFromURL() - Method in class org.apache.catalina.connector.RequestFacade
 
isRequestedSessionIdFromURL() - Method in class org.apache.catalina.core.DummyRequest
 
isRequestedSessionIdFromUrl() - Method in class org.apache.catalina.connector.Request
Deprecated. As of Version 2.1 of the Java Servlet API, use isRequestedSessionIdFromURL() instead.
isRequestedSessionIdFromUrl() - Method in class org.apache.catalina.connector.RequestFacade
 
isRequestedSessionIdFromUrl() - Method in class org.apache.catalina.core.DummyRequest
 
isRequestedSessionIdValid() - Method in class org.apache.catalina.connector.Request
Return true if the session identifier included in this request identifies a valid session.
isRequestedSessionIdValid() - Method in class org.apache.catalina.connector.RequestFacade
 
isRequestedSessionIdValid() - Method in class org.apache.catalina.core.DummyRequest
 
isRescan() - Method in class org.apache.catalina.startup.TldConfig
 
isResend() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
isResolveHosts() - Method in class org.apache.catalina.valves.AccessLogValve
Get the value of the resolve hosts flag.
isResolveHosts() - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Get the value of the resolve hosts flag.
isRootContext(ServletContext) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
isRotatable() - Method in class org.apache.catalina.valves.AccessLogValve
Should we rotate the logs
isRotatable() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Return true if logs are automatically rotated.
isRotatable() - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Should we rotate the logs
isRunning() - Method in class org.apache.jk.common.ChannelNioSocket.SocketConnection
 
isRunning() - Method in class org.apache.tomcat.util.net.AprEndpoint
Return the state of the endpoint.
isRunning() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
isSafeInHttpHeader(String) - Static method in class org.apache.tomcat.util.http.HttpMessages
Is the provided message safe to use in an HTTP header.
isSameAddress(MsgContext) - Method in class org.apache.jk.common.ChannelJni
 
isSameAddress(MsgContext) - Method in class org.apache.jk.common.ChannelNioSocket
 
isSameAddress(InetAddress, InetAddress) - Static method in class org.apache.jk.common.ChannelNioSocket
Return true if the specified client and server addresses are the same.
isSameAddress(MsgContext) - Method in class org.apache.jk.common.ChannelSocket
 
isSameAddress(InetAddress, InetAddress) - Static method in class org.apache.jk.common.ChannelSocket
Return true if the specified client and server addresses are the same.
isSameAddress(MsgContext) - Method in class org.apache.jk.common.ChannelUn
 
isSameAddress(MsgContext) - Method in interface org.apache.jk.core.JkChannel
Confirm that a shutdown request was recieved form us.
isSaveConfig() - Method in class org.apache.catalina.core.StandardContext
Save config ?
isSchemeChar(char) - Static method in class org.apache.tomcat.util.net.URL
Determine if the character is allowed in the scheme of a URI.
isSecure() - Method in class org.apache.catalina.connector.Request
Was this request received on a secure connection?
isSecure() - Method in class org.apache.catalina.connector.RequestFacade
 
isSecure() - Method in class org.apache.catalina.core.DummyRequest
 
isSendAck() - Method in interface org.apache.catalina.cluster.ClusterReceiver
Send Ack to sender or not.
isSendAck() - Method in interface org.apache.catalina.cluster.io.ListenCallback
receiver must be send ack
isSendAck() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
Send ACK to sender
isSendAck() - Method in class org.apache.catalina.cluster.tcp.SocketReplicationThread
 
isSendAllSessions() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
isSendClusterDomainOnly() - Method in interface org.apache.catalina.cluster.ClusterManager
 
isSendClusterDomainOnly() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
isSendClusterDomainOnly() - Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
isSeparatearrayresults() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
isSeparator(byte) - Static method in class org.apache.tomcat.util.http.Cookies
Returns true if the byte is a separator character as defined in RFC2619.
isServiced(String) - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
Invoke the check method on the deployer.
isServiced(String) - Method in class org.apache.catalina.startup.HostConfig
Is application serviced ?
isServlet22() - Method in class org.apache.catalina.core.StandardContext
Are we processing a version 2.2 deployment descriptor?
isSessionStale(Session, long) - Method in class org.apache.catalina.valves.PersistentValve
Indicate whether the session has been idle for longer than its expiration date as of the supplied time.
isSingleThreadModel() - Method in class org.apache.catalina.core.StandardWrapper
Return true if the servlet class represented by this component implements the SingleThreadModel interface.
isSoKeepAlive() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
isSoKeepAlive() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
isSoLingerOn() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
isSoLingerOn() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
isSoReuseAddress() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
isSoReuseAddress() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
isSpace(char) - Method in class org.apache.catalina.ssi.SSIProcessor
 
isStandard() - Method in class org.apache.catalina.storeconfig.StoreDescription
 
isStarted() - Method in class org.apache.catalina.session.PersistentManagerBase
Get the started status.
isStateManageable() - Method in class org.apache.catalina.core.StandardContext
Support for "stateManageable" JSR77
isStateManageable() - Method in class org.apache.catalina.core.StandardWrapper
 
isStateTimestampDrop() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
isStateTransferred() - Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
isStatisticsProvider() - Method in class org.apache.catalina.core.StandardContext
 
isStatisticsProvider() - Method in class org.apache.catalina.core.StandardWrapper
 
isStoreSeparate() - Method in class org.apache.catalina.storeconfig.StoreDescription
 
isSuspect() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
isSuspect() - Method in class org.apache.catalina.cluster.tcp.SenderState
 
isSuspended() - Method in class org.apache.catalina.connector.OutputBuffer
Is the response output suspended ?
isSuspended() - Method in class org.apache.catalina.connector.Response
Suspended flag accessor.
isSuspended() - Method in class org.apache.catalina.core.DummyResponse
 
isTcpNoDelay() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
isTcpNoDelay() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
isThreadBound() - Static method in class org.apache.naming.ContextBindings
Tests if current thread is bound to a context.
isTimeWait() - Method in class org.apache.catalina.cluster.util.FastQueue
 
isToken(String) - Static method in class org.apache.tomcat.util.http.ServerCookie
 
isToken(String, String) - Static method in class org.apache.tomcat.util.http.ServerCookie
 
isToken2(String) - Static method in class org.apache.tomcat.util.http.ServerCookie
 
isToken2(String, String) - Static method in class org.apache.tomcat.util.http.ServerCookie
 
isTomcatAuthentication() - Method in class org.apache.jk.common.HandlerRequest
 
isTransientAttribute(String) - Method in class org.apache.catalina.storeconfig.StoreDescription
is attribute transient, please don't save this.
isTransientChild(String) - Method in class org.apache.catalina.storeconfig.StoreDescription
is child transient, please don't save this.
isUnavailable() - Method in interface org.apache.catalina.Wrapper
Is this servlet currently unavailable?
isUnavailable() - Method in class org.apache.catalina.core.StandardWrapper
Is this servlet currently unavailable?
isUnpackWARs() - Method in class org.apache.catalina.core.StandardHost
Unpack WARs flag accessor.
isUnpackWARs() - Method in class org.apache.catalina.startup.HostConfig
Return the unpack WARs flag.
isUpper(int) - Static method in class org.apache.tomcat.util.buf.Ascii
Returns true if the specified ASCII character is upper case.
isUseContextClassLoader() - Method in class org.apache.catalina.realm.JAASRealm
Returns whether to use the context or default ClassLoader.
isUseNaming() - Method in class org.apache.catalina.core.StandardContext
Returns true if the internal naming support is used.
isUseNaming() - Method in class org.apache.catalina.startup.Embedded
Return true if naming is enabled.
isUseRef() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
isUserInRole(String) - Method in class org.apache.catalina.connector.Request
Return true if the authenticated user principal possesses the specified role name.
isUserInRole(String) - Method in class org.apache.catalina.connector.RequestFacade
 
isUserInRole(String) - Method in class org.apache.catalina.core.DummyRequest
 
isValid() - Method in interface org.apache.catalina.Session
Return the isValid flag for this session.
isValid - Variable in class org.apache.catalina.cluster.session.DeltaSession
Flag indicating whether this session is valid or not.
isValid() - Method in class org.apache.catalina.cluster.session.DeltaSession
Return the isValid flag for this session.
isValid() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets validity status
isValid - Variable in class org.apache.catalina.session.StandardSession
Flag indicating whether this session is valid or not.
isValid() - Method in class org.apache.catalina.session.StandardSession
Return the isValid flag for this session.
isValid() - Method in class org.apache.catalina.util.ProcessEnvironment
Deprecated. Gets validity status
isValid() - Method in class org.apache.tomcat.util.buf.TimeStamp
 
isValidEncoding(String) - Method in class org.apache.catalina.ssi.SSIEcho
 
isValidJavaEncoding(String) - Static method in class org.apache.catalina.util.DOMWriter
 
isValidateUri() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
isVirtualWebappRelative - Variable in class org.apache.catalina.ssi.SSIFilter
virtual path can be webapp-relative
isVirtualWebappRelative - Variable in class org.apache.catalina.ssi.SSIServlet
virtual path can be webapp-relative
isVirtualWebappRelative - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
 
isWaitForAck() - Method in interface org.apache.catalina.cluster.ClusterSender
 
isWaitForAck() - Method in class org.apache.catalina.cluster.tcp.DataSender
 
isWaitForAck() - Method in interface org.apache.catalina.cluster.tcp.IDataSender
 
isWaitForAck() - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
 
isWatchEnabled() - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
 
isWhite(char) - Method in class org.apache.catalina.util.StringParser
Is the specified character considered to be whitespace?
isWhite(int) - Static method in class org.apache.tomcat.util.buf.Ascii
Returns true if the specified ASCII character is white space.
isWhiteSpace(byte) - Static method in class org.apache.tomcat.util.http.Cookies
Returns true if the byte is a whitespace character as defined in RFC2619.
isWritable(Object) - Static method in class org.apache.naming.ContextAccessController
Returns if a context is writable.
isWritable() - Method in class org.apache.naming.NamingContext
Returns true if writing is allowed on this context.
isWriteable() - Method in class org.apache.catalina.users.MemoryUserDatabase
Check for permissions to save this user database to persistent storage location
iterator - Variable in class org.apache.naming.NamingContextBindingsEnumeration
Underlying enumeration.
iterator - Variable in class org.apache.naming.NamingContextEnumeration
Underlying enumeration.

J

J2eeSchemaPublicId_14 - Static variable in class org.apache.catalina.startup.Constants
 
J2eeSchemaResourcePath_14 - Static variable in class org.apache.catalina.startup.Constants
 
J2eeWebServiceClientSchemaPublicId_11 - Static variable in class org.apache.catalina.startup.Constants
 
J2eeWebServiceClientSchemaResourcePath_11 - Static variable in class org.apache.catalina.startup.Constants
 
J2eeWebServiceSchemaPublicId_11 - Static variable in class org.apache.catalina.startup.Constants
 
J2eeWebServiceSchemaResourcePath_11 - Static variable in class org.apache.catalina.startup.Constants
 
JAASCallbackHandler - class org.apache.catalina.realm.JAASCallbackHandler.
Implementation of the JAAS CallbackHandler interface, used to negotiate delivery of the username and credentials that were specified to our constructor.
JAASCallbackHandler(JAASRealm, String, String) - Constructor for class org.apache.catalina.realm.JAASCallbackHandler
Construct a callback handler configured with the specified values.
JAASCallbackHandler(JAASRealm, String, String, String, String, String, String, String, String, String) - Constructor for class org.apache.catalina.realm.JAASCallbackHandler
Construct a callback handler for DIGEST authentication.
JAASMemoryLoginModule - class org.apache.catalina.realm.JAASMemoryLoginModule.
Implementation of the JAAS LoginModule interface, primarily for use in testing JAASRealm.
JAASMemoryLoginModule() - Constructor for class org.apache.catalina.realm.JAASMemoryLoginModule
 
JAASRealm - class org.apache.catalina.realm.JAASRealm.
Implmentation of Realm that authenticates users via the Java Authentication and Authorization Service (JAAS).
JAASRealm() - Constructor for class org.apache.catalina.realm.JAASRealm
 
JAVA_1_0 - Static variable in class org.apache.tomcat.util.compat.JdkCompat
 
JAVA_1_1 - Static variable in class org.apache.tomcat.util.compat.JdkCompat
 
JAVA_1_2 - Static variable in class org.apache.tomcat.util.compat.JdkCompat
 
JAVA_1_3 - Static variable in class org.apache.tomcat.util.compat.JdkCompat
 
JAVA_1_4 - Static variable in class org.apache.tomcat.util.compat.JdkCompat
 
JAVA_1_5 - Static variable in class org.apache.tomcat.util.compat.JdkCompat
 
JAXP_SCHEMA_LANGUAGE - Variable in class org.apache.tomcat.util.digester.Digester
Deprecated. This is now managed by ParserFeatureSetterFactory
JAXP_SCHEMA_LANGUAGE - Static variable in class org.apache.tomcat.util.digester.GenericParser
The JAXP 1.2 property to set up the schemaLanguage used.
JAXP_SCHEMA_LANGUAGE - Static variable in class org.apache.tomcat.util.digester.XercesParser
The JAXP 1.2 property to set up the schemaLanguage used.
JDBCAccessLogValve - class org.apache.catalina.valves.JDBCAccessLogValve.
This Tomcat extension logs server access directly to a database, and can be used instead of the regular file-based access log implemented in AccessLogValve.
JDBCAccessLogValve() - Constructor for class org.apache.catalina.valves.JDBCAccessLogValve
Class constructor.
JDBCRealm - class org.apache.catalina.realm.JDBCRealm.
Implmentation of Realm that works with any JDBC supported database.
JDBCRealm() - Constructor for class org.apache.catalina.realm.JDBCRealm
 
JDBCStore - class org.apache.catalina.session.JDBCStore.
Implementation of the Store interface that stores serialized session objects in a database.
JDBCStore() - Constructor for class org.apache.catalina.session.JDBCStore
 
JKStatusUpdateTask - class org.apache.catalina.ant.JKStatusUpdateTask.
Ant task that implements the /status command, supported by the mod_jk status (1.2.9) application.
JKStatusUpdateTask() - Constructor for class org.apache.catalina.ant.JKStatusUpdateTask
 
JK_AJP13_CPING_REQUEST - Static variable in class org.apache.coyote.ajp.Constants
 
JK_AJP13_CPING_REQUEST - Static variable in class org.apache.jk.common.AjpConstants
Message code for a CPing request
JK_AJP13_CPONG_REPLY - Static variable in class org.apache.coyote.ajp.Constants
 
JK_AJP13_CPONG_REPLY - Static variable in class org.apache.jk.common.AjpConstants
Response code to reply to a CPing
JK_AJP13_END_RESPONSE - Static variable in class org.apache.coyote.ajp.Constants
 
JK_AJP13_END_RESPONSE - Static variable in class org.apache.jk.common.AjpConstants
Response code for EOT
JK_AJP13_FORWARD_REQUEST - Static variable in class org.apache.coyote.ajp.Constants
 
JK_AJP13_FORWARD_REQUEST - Static variable in class org.apache.jk.common.AjpConstants
Message code for initial Request packet
JK_AJP13_GET_BODY_CHUNK - Static variable in class org.apache.coyote.ajp.Constants
 
JK_AJP13_GET_BODY_CHUNK - Static variable in class org.apache.jk.common.AjpConstants
Response code to request the next Request body chunk
JK_AJP13_PING_REQUEST - Static variable in class org.apache.coyote.ajp.Constants
 
JK_AJP13_PING_REQUEST - Static variable in class org.apache.jk.common.AjpConstants
Message code for a Ping request (obsolete)
JK_AJP13_SEND_BODY_CHUNK - Static variable in class org.apache.coyote.ajp.Constants
 
JK_AJP13_SEND_BODY_CHUNK - Static variable in class org.apache.jk.common.AjpConstants
Response code that the package is part of the Response body
JK_AJP13_SEND_HEADERS - Static variable in class org.apache.coyote.ajp.Constants
 
JK_AJP13_SEND_HEADERS - Static variable in class org.apache.jk.common.AjpConstants
Response code that the package is the HTTP headers
JK_AJP13_SHUTDOWN - Static variable in class org.apache.coyote.ajp.Constants
 
JK_AJP13_SHUTDOWN - Static variable in class org.apache.jk.common.AjpConstants
Message code for a request to shutdown Tomcat
JK_HANDLE_JNI_DISPATCH - Static variable in class org.apache.jk.common.JniHandler
 
JK_HANDLE_SHM_DISPATCH - Static variable in class org.apache.jk.common.JniHandler
 
JK_LOG_LOCATION - Static variable in class org.apache.jk.config.ApacheConfig
default mod_jk log file location
JK_STATUS_CLOSED - Static variable in class org.apache.jk.core.MsgContext
 
JK_STATUS_ERROR - Static variable in class org.apache.jk.core.MsgContext
 
JK_STATUS_HEAD - Static variable in class org.apache.jk.core.MsgContext
 
JK_STATUS_NEW - Static variable in class org.apache.jk.core.MsgContext
 
JMXAccessorCondition - class org.apache.catalina.ant.jmx.JMXAccessorCondition.
Definition: <path id="catalina_ant"> <fileset dir="${catalina.home}/server/lib"> <include name="catalina-ant.jar"/> <include name="catalina-ant-jmx.jar"/> </fileset> </path> <typedef name="jmxCondition" classname="org.apache.catalina.ant.jmx.JMXAccessorCondition" classpathref="catalina_ant"/> <taskdef name="jmxOpen" classname="org.apache.catalina.ant.jmx.JMXAccessorTask" classpathref="catalina_ant"/> Usage: Wait for start backup node <target name="wait"> <jmxOpen host="${jmx.host}" port="${jmx.port}" username="${jmx.username}" password="${jmx.password}" /> <waitfor maxwait="${maxwait}" maxwaitunit="second" timeoutproperty="server.timeout" > <and> <socket server="${server.name}" port="${server.port}"/> <http url="${url}"/> <jmxCondition name="Catalina:type=IDataSender,host=localhost,senderAddress=192.168.111.1,senderPort=9025" operation="==" attribute="connected" value="true" /> <jmxCondition operation="&lt;" name="Catalina:j2eeType=WebModule,name=//${tomcat.application.host}${tomcat.application.path},J2EEApplication=none,J2EEServer=none" attribute="startupTime" value="250" /> </and> </waitfor> <fail if="server.timeout" message="Server ${url} don't answer inside ${maxwait} sec" /> <echo message="Server ${url} alive" /> </target> Allowed operation between jmx attribute and reference value: == equals !
JMXAccessorCondition() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
JMXAccessorCreateTask - class org.apache.catalina.ant.jmx.JMXAccessorCreateTask.
Create new MBean at JMX JSR 160 MBeans Server.
JMXAccessorCreateTask() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
 
JMXAccessorEqualsCondition - class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition.
Definition <path id="catalina_ant"> <fileset dir="${catalina.home}/server/lib"> <include name="catalina-ant.jar"/> <include name="catalina-ant-jmx.jar"/> </fileset> </path> <typedef name="jmxEquals" classname="org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition" classpathref="catalina_ant"/> usage: Wait for start backup node <target name="wait"> <waitfor maxwait="${maxwait}" maxwaitunit="second" timeoutproperty="server.timeout" > <and> <socket server="${server.name}" port="${server.port}"/> <http url="${url}"/> <jmxEquals host="localhost" port="9014" username="controlRole" password="tomcat" name="Catalina:type=IDataSender,host=localhost,senderAddress=192.168.111.1,senderPort=9025" attribute="connected" value="true" /> </and> </waitfor> <fail if="server.timeout" message="Server ${url} don't answer inside ${maxwait} sec" /> <echo message="Server ${url} alive" /> </target>
JMXAccessorEqualsCondition() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
JMXAccessorGetTask - class org.apache.catalina.ant.jmx.JMXAccessorGetTask.
Access JMX JSR 160 MBeans Server.
JMXAccessorGetTask() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorGetTask
 
JMXAccessorInvokeTask - class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask.
Access JMX JSR 160 MBeans Server.
JMXAccessorInvokeTask() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
 
JMXAccessorQueryTask - class org.apache.catalina.ant.jmx.JMXAccessorQueryTask.
Query for Mbeans.
JMXAccessorQueryTask() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorQueryTask
 
JMXAccessorSetTask - class org.apache.catalina.ant.jmx.JMXAccessorSetTask.
Access JMX JSR 160 MBeans Server.
JMXAccessorSetTask() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorSetTask
 
JMXAccessorTask - class org.apache.catalina.ant.jmx.JMXAccessorTask.
Access JMX JSR 160 MBeans Server.
JMXAccessorTask() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorTask
 
JMXAccessorUnregisterTask - class org.apache.catalina.ant.jmx.JMXAccessorUnregisterTask.
unregister a MBean at JMX JSR 160 MBeans Server.
JMXAccessorUnregisterTask() - Constructor for class org.apache.catalina.ant.jmx.JMXAccessorUnregisterTask
 
JMXAdaptorLifecycleListener - class org.apache.catalina.mbeans.JMXAdaptorLifecycleListener.
Start JSR160 JMX Adapter with naming and jmx port!
JMXAdaptorLifecycleListener() - Constructor for class org.apache.catalina.mbeans.JMXAdaptorLifecycleListener
create new jmx adaptor and read properties from file.
JMXGetTask - class org.apache.catalina.ant.JMXGetTask.
Ant task that implements the JMX Get command (/jmxproxy/?
JMXGetTask() - Constructor for class org.apache.catalina.ant.JMXGetTask
 
JMXQueryTask - class org.apache.catalina.ant.JMXQueryTask.
Ant task that implements the JMX Query command (/jmxproxy/?
JMXQueryTask() - Constructor for class org.apache.catalina.ant.JMXQueryTask
 
JMXSetTask - class org.apache.catalina.ant.JMXSetTask.
Ant task that implements the JMX Set command (/jmxproxy/?
JMXSetTask() - Constructor for class org.apache.catalina.ant.JMXSetTask
 
JMX_SERVICE_PREFIX - Static variable in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
JMX_SERVICE_SUFFIX - Static variable in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
JNDIRealm - class org.apache.catalina.realm.JNDIRealm.
Implementation of Realm that works with a directory server accessed via the Java Naming and Directory Interface (JNDI) APIs.
JNDIRealm() - Constructor for class org.apache.catalina.realm.JNDIRealm
 
JSP_FILE_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we expose the value of the <jsp-file> value associated with this servlet, if any.
JSP_SERVLET_CLASS - Static variable in class org.apache.catalina.core.Constants
 
JSP_SERVLET_NAME - Static variable in class org.apache.catalina.core.Constants
 
JSSE14SocketFactory - class org.apache.tomcat.util.net.jsse.JSSE14SocketFactory.
SSL server socket factory.
JSSE14SocketFactory() - Constructor for class org.apache.tomcat.util.net.jsse.JSSE14SocketFactory
 
JSSEImplementation - class org.apache.tomcat.util.net.jsse.JSSEImplementation.
 
JSSEImplementation() - Constructor for class org.apache.tomcat.util.net.jsse.JSSEImplementation
 
JSSEKeyManager - class org.apache.tomcat.util.net.jsse.JSSEKeyManager.
X509KeyManager which allows selection of a specific keypair and certificate chain (identified by their keystore alias name) to be used by the server to authenticate itself to SSL clients.
JSSEKeyManager(X509KeyManager, String) - Constructor for class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Constructor.
JSSESocketFactory - class org.apache.tomcat.util.net.jsse.JSSESocketFactory.
SSL server socket factory.
JSSESocketFactory() - Constructor for class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
Jdk14Compat - class org.apache.tomcat.util.compat.Jdk14Compat.
See JdkCompat.
Jdk14Compat() - Constructor for class org.apache.tomcat.util.compat.Jdk14Compat
Default no-arg constructor
JdkCompat - class org.apache.tomcat.util.compat.JdkCompat.
General-purpose utility to provide backward-compatibility and JDK independence.
JdkCompat() - Constructor for class org.apache.tomcat.util.compat.JdkCompat
Default no-arg constructor
JkChannel - interface org.apache.jk.core.JkChannel.
A Channel represents a connection point to the outside world.
JkCoyoteHandler - class org.apache.jk.server.JkCoyoteHandler.
Plugs Jk into Coyote.
JkCoyoteHandler() - Constructor for class org.apache.jk.server.JkCoyoteHandler
 
JkHandler - class org.apache.jk.core.JkHandler.
 
JkHandler() - Constructor for class org.apache.jk.core.JkHandler
 
JkInputStream - class org.apache.jk.common.JkInputStream.
Generic input stream impl on top of ajp
JkInputStream(MsgContext, int) - Constructor for class org.apache.jk.common.JkInputStream
 
JkInputStream(MsgContext) - Constructor for class org.apache.jk.common.JkInputStream
Deprecated.  
JkMX - class org.apache.jk.common.JkMX.
Load the HTTP or RMI adapters for MX4J and JMXRI.
JkMX() - Constructor for class org.apache.jk.common.JkMX
 
JkMain - class org.apache.jk.server.JkMain.
Main class used to startup and configure jk.
JkMain() - Constructor for class org.apache.jk.server.JkMain
 
JndiPermission - class org.apache.naming.JndiPermission.
Java SecurityManager Permission class for JNDI name based file resources The JndiPermission extends the BasicPermission.
JndiPermission(String) - Constructor for class org.apache.naming.JndiPermission
Creates a new JndiPermission with no actions
JndiPermission(String, String) - Constructor for class org.apache.naming.JndiPermission
Creates a new JndiPermission with actions
JniHandler - class org.apache.jk.common.JniHandler.
Base class for components using native code ( libjkjni.so ).
JniHandler() - Constructor for class org.apache.jk.common.JniHandler
 
JspSchemaPublicId_20 - Static variable in class org.apache.catalina.startup.Constants
 
JspSchemaResourcePath_20 - Static variable in class org.apache.catalina.startup.Constants
 
JvmRouteBinderValve - class org.apache.catalina.cluster.session.JvmRouteBinderValve.
Valve to handle Tomcat jvmRoute takeover using mod_jk module after node failure.
JvmRouteBinderValve() - Constructor for class org.apache.catalina.cluster.session.JvmRouteBinderValve
 
JvmRouteSessionIDBinderLifecycleListener - class org.apache.catalina.cluster.session.JvmRouteSessionIDBinderLifecycleListener.
Deprecated.  
JvmRouteSessionIDBinderLifecycleListener() - Constructor for class org.apache.catalina.cluster.session.JvmRouteSessionIDBinderLifecycleListener
Deprecated.  
JvmRouteSessionIDBinderListener - class org.apache.catalina.cluster.session.JvmRouteSessionIDBinderListener.
Receive SessionID cluster change from other backup node after primary session node is failed.
JvmRouteSessionIDBinderListener() - Constructor for class org.apache.catalina.cluster.session.JvmRouteSessionIDBinderListener
 
jarFiles - Variable in class org.apache.catalina.loader.WebappClassLoader
The list of JARs, in the order they should be searched for locally loaded classes or resources.
jarNames - Variable in class org.apache.catalina.loader.WebappClassLoader
The list of JARs, in the order they should be searched for locally loaded classes or resources.
jarPath - Variable in class org.apache.catalina.loader.WebappClassLoader
The path which will be monitored for added Jar files.
jarRealFiles - Variable in class org.apache.catalina.loader.WebappClassLoader
The list of JARs, in the order they should be searched for locally loaded classes or resources.
javaURLContextFactory - class org.apache.naming.java.javaURLContextFactory.
Context factory for the "java:" namespace.
javaURLContextFactory() - Constructor for class org.apache.naming.java.javaURLContextFactory
 
jkDebug - Variable in class org.apache.jk.config.BaseJkConfig
 
jkHome - Variable in class org.apache.jk.common.JniHandler
 
jkLog - Variable in class org.apache.jk.config.BaseJkConfig
 
jkMain - Variable in class org.apache.jk.server.JkCoyoteHandler
 
jkWorker - Variable in class org.apache.jk.config.BaseJkConfig
 
jmxCreate(MBeanServerConnection, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
create new Mbean and when set from ClassLoader Objectname
jmxExecute(MBeanServerConnection) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
Execute the specified command, based on the configured properties.
jmxExecute(MBeanServerConnection) - Method in class org.apache.catalina.ant.jmx.JMXAccessorGetTask
Execute the specified command, based on the configured properties.
jmxExecute(MBeanServerConnection) - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
Execute the specified command, based on the configured properties.
jmxExecute(MBeanServerConnection) - Method in class org.apache.catalina.ant.jmx.JMXAccessorQueryTask
Execute the specified command, based on the configured properties.
jmxExecute(MBeanServerConnection) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
Execute the specified command, based on the configured properties.
jmxExecute(MBeanServerConnection) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Execute the specified command, based on the configured properties.
jmxExecute(MBeanServerConnection) - Method in class org.apache.catalina.ant.jmx.JMXAccessorUnregisterTask
Execute the specified command, based on the configured properties.
jmxGet(MBeanServerConnection, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorGetTask
 
jmxInvoke(MBeanServerConnection, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
 
jmxQuery(MBeanServerConnection, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorQueryTask
Call Mbean server for some mbeans with same domain, attributes.
jmxSet(MBeanServerConnection, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
 
jmxSetWithAttributList(MBeanServerConnection, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
set several attributes in one invocation to the server
jmxUuregister(MBeanServerConnection, String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorUnregisterTask
Unregister Mbean
jspConfig - Variable in class org.apache.catalina.startup.WebRuleSet
The SetJspConfig rule used to parse the web.xml
jspWildCard - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Wrapper
 
jspWildCard - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
jvmRoute() - Method in class org.apache.tomcat.util.http.BaseRequest
 

K

KEEPALIVE - Static variable in class org.apache.coyote.ajp.Constants
 
KEEPALIVE - Static variable in class org.apache.coyote.http11.Constants
 
KEEPALIVE_BYTES - Static variable in class org.apache.coyote.ajp.Constants
 
KEEPALIVE_BYTES - Static variable in class org.apache.coyote.http11.Constants
 
KEY_SIZE_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we store the key size being used for this SSL connection (as an object of type java.lang.Integer).
KEY_SIZE_KEY - Static variable in class org.apache.tomcat.util.net.AprEndpoint
The Request attribute key for the key size.
KEY_SIZE_KEY - Static variable in interface org.apache.tomcat.util.net.SSLSupport
The Request attribute key for the key size.
keepAlive - Variable in class org.apache.coyote.http11.Http11AprProcessor
Keep-alive.
keepAlive - Variable in class org.apache.coyote.http11.Http11Processor
Keep-alive.
keepAlive - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
keepAliveConnectTime - Variable in class org.apache.catalina.cluster.tcp.DataSender
Last connect timestamp
keepAliveCount - Variable in class org.apache.catalina.cluster.tcp.DataSender
keepalive counter
keepAliveCount - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
 
key - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
Private key.
key - Variable in class org.apache.catalina.cluster.util.SmartQueue.SmartEntry
 
keySize - Variable in class org.apache.tomcat.util.net.SSLSupport.CipherData
 
keys() - Method in interface org.apache.catalina.Store
Return an array containing the session identifiers of all Sessions currently saved in this Store.
keys() - Method in class org.apache.catalina.cluster.session.DeltaSession
Return the names of all currently defined session attributes as an array of Strings.
keys() - Method in class org.apache.catalina.session.FileStore
Return an array containing the session identifiers of all Sessions currently saved in this Store.
keys() - Method in class org.apache.catalina.session.JDBCStore
Return an array containing the session identifiers of all Sessions currently saved in this Store.
keys() - Method in class org.apache.catalina.session.StandardSession
Return the names of all currently defined session attributes as an array of Strings.
keys() - Method in class org.apache.tomcat.util.collections.SimpleHashtable
Returns an enumeration of the keys in this hashtable.
kill() - Method in class org.apache.tomcat.util.threads.ThreadPool.ControlRunnable
 

L

LAST - Static variable in class org.apache.jk.core.JkHandler
 
LAST_MODIFIED - Static variable in class org.apache.naming.resources.ResourceAttributes
Last modification date.
LC_OFFSET - Static variable in class org.apache.coyote.ajp.Constants
Lower case offset.
LC_OFFSET - Static variable in class org.apache.coyote.http11.Constants
Lower case offset.
LF - Static variable in class org.apache.coyote.ajp.Constants
LF.
LF - Static variable in class org.apache.coyote.http11.Constants
LF.
LINK - Static variable in class org.apache.naming.EjbRef
Link address type.
LINK_REF - Static variable in class org.apache.naming.NamingEntry
 
LOCALE_DEFAULT - Static variable in class org.apache.coyote.Constants
 
LOCALE_US - Static variable in class org.apache.catalina.util.DateTool
US locale - all HTTP dates are in english
LOGOUT_SESSION - Static variable in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
 
LRUCache - class org.apache.tomcat.util.collections.LRUCache.
This class implements a Generic LRU Cache
LRUCache(int) - Constructor for class org.apache.tomcat.util.collections.LRUCache
 
Lifecycle - interface org.apache.catalina.Lifecycle.
Common interface for component life cycle methods.
LifecycleEvent - class org.apache.catalina.LifecycleEvent.
General event for notifying listeners of significant changes on a component that implements the Lifecycle interface.
LifecycleEvent(Lifecycle, String) - Constructor for class org.apache.catalina.LifecycleEvent
Construct a new LifecycleEvent with the specified parameters.
LifecycleEvent(Lifecycle, String, Object) - Constructor for class org.apache.catalina.LifecycleEvent
Construct a new LifecycleEvent with the specified parameters.
LifecycleException - exception org.apache.catalina.LifecycleException.
General purpose exception that is thrown to indicate a lifecycle related problem.
LifecycleException() - Constructor for class org.apache.catalina.LifecycleException
Construct a new LifecycleException with no other information.
LifecycleException(String) - Constructor for class org.apache.catalina.LifecycleException
Construct a new LifecycleException for the specified message.
LifecycleException(Throwable) - Constructor for class org.apache.catalina.LifecycleException
Construct a new LifecycleException for the specified throwable.
LifecycleException(String, Throwable) - Constructor for class org.apache.catalina.LifecycleException
Construct a new LifecycleException for the specified message and throwable.
LifecycleListener - interface org.apache.catalina.LifecycleListener.
Interface defining a listener for significant events (including "component start" and "component stop" generated by a component that implements the Lifecycle interface.
LifecycleListenerRule - class org.apache.catalina.startup.LifecycleListenerRule.
Rule that creates a new LifecycleListener instance, and associates it with the top object on the stack (which must implement LifecycleListener).
LifecycleListenerRule(String, String) - Constructor for class org.apache.catalina.startup.LifecycleListenerRule
Construct a new instance of this Rule.
LifecycleSupport - class org.apache.catalina.util.LifecycleSupport.
Support class to assist in firing LifecycleEvent notifications to registered LifecycleListeners.
LifecycleSupport(Lifecycle) - Constructor for class org.apache.catalina.util.LifecycleSupport
Construct a new LifecycleSupport object associated with the specified Lifecycle component.
LinkObject - class org.apache.catalina.cluster.util.LinkObject.
The class LinkObject implements an element for a linked list, consisting of a general data object and a pointer to the next element.
LinkObject(String, Object) - Constructor for class org.apache.catalina.cluster.util.LinkObject
Construct a new element from the data object.
ListTask - class org.apache.catalina.ant.ListTask.
Ant task that implements the /list command, supported by the Tomcat manager application.
ListTask() - Constructor for class org.apache.catalina.ant.ListTask
 
ListenCallback - interface org.apache.catalina.cluster.io.ListenCallback.
The listen callback interface is used by the replication system when data has been received.
Loader - interface org.apache.catalina.Loader.
A Loader represents a Java ClassLoader implementation that can be used by a Container to load class files (within a repository associated with the Loader) that are designed to be reloaded upon request, as well as a mechanism to detect whether changes have occurred in the underlying repository.
LoaderSF - class org.apache.catalina.storeconfig.LoaderSF.
Store Loader Element.
LoaderSF() - Constructor for class org.apache.catalina.storeconfig.LoaderSF
 
LoginConfig - class org.apache.catalina.deploy.LoginConfig.
Representation of a login configuration element for a web application, as represented in a <login-config> element in the deployment descriptor.
LoginConfig() - Constructor for class org.apache.catalina.deploy.LoginConfig
Construct a new LoginConfig with default properties.
LoginConfig(String, String, String, String) - Constructor for class org.apache.catalina.deploy.LoginConfig
Construct a new LoginConfig with the specified properties.
lastAccessedTime - Variable in class org.apache.catalina.session.StandardSession
The last accessed time for this Session.
lastActiveFilter - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Index of the last active filter.
lastActiveFilter - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Index of the last active filter.
lastActiveFilter - Variable in class org.apache.coyote.http11.InternalInputBuffer
Index of the last active filter.
lastActiveFilter - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Index of the last active filter.
lastChecked - Variable in class org.apache.catalina.cluster.deploy.WarWatcher.WarInfo
 
lastHeardFrom - Variable in class org.apache.catalina.cluster.mcast.McastMembership.MbrEntry
 
lastJarAccessed - Variable in class org.apache.catalina.loader.WebappClassLoader
Last time a JAR was accessed.
lastModified - Variable in class org.apache.catalina.loader.ResourceEntry
The "last modified" time of the origin file at the time this class was loaded, in milliseconds since the epoch.
lastModified - Variable in class org.apache.catalina.ssi.ResponseIncludeWrapper
 
lastModified - Variable in class org.apache.naming.resources.ResourceAttributes
Last modified time.
lastModifiedDate - Variable in class org.apache.catalina.ssi.SSIMediator
 
lastModifiedDate - Variable in class org.apache.naming.resources.ResourceAttributes
Last modified date.
lastModifiedDates - Variable in class org.apache.catalina.loader.WebappClassLoader
The list of JARs last modified dates, in the order they should be searched for locally loaded classes or resources.
lastModifiedHttp - Variable in class org.apache.naming.resources.ResourceAttributes
Last modified date in HTTP format.
lastSendTime - Variable in class org.apache.catalina.cluster.tcp.ReplicationValve
 
lastState - Variable in class org.apache.catalina.cluster.deploy.WarWatcher.WarInfo
 
lastValid - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Last valid byte.
lastValid - Variable in class org.apache.coyote.http11.InternalInputBuffer
Last valid byte.
lastValid - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Last valid byte in the buffer.
legacy - Variable in class org.apache.jk.config.BaseJkConfig
 
len - Variable in class org.apache.coyote.ajp.AjpMessage
This actually means different things depending on whether the packet is read or write.
length - Variable in class org.apache.catalina.servlets.DefaultServlet.Range
 
length - Variable in class org.apache.naming.resources.FileDirContext.FileResource
File length.
length() - Method in class org.apache.tomcat.util.buf.CharChunk
 
lifecycle - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.authenticator.SingleSignOn
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.cluster.session.DeltaManager
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.cluster.session.JvmRouteBinderValve
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.connector.Connector
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.core.ContainerBase
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.core.StandardPipeline
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.loader.WebappLoader
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.realm.RealmBase
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.session.PersistentManagerBase
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.session.StandardManager
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.session.StoreBase
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.startup.Embedded
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.valves.AccessLogValve
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.valves.ExtendedAccessLogValve
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.valves.FastCommonAccessLogValve
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.valves.RequestFilterValve
The lifecycle event support for this component.
lifecycle - Variable in class org.apache.catalina.valves.SemaphoreValve
The lifecycle event support for this component.
lifecycleEvent(LifecycleEvent) - Method in interface org.apache.catalina.LifecycleListener
Acknowledge the occurrence of the specified event.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.cluster.session.JvmRouteSessionIDBinderLifecycleListener
Deprecated.  
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
Use as base to handle start/stop/periodic Events from host.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.core.AprLifecycleListener
Primary entry point for startup and shutdown events.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.core.NamingContextListener
Acknowledge the occurrence of the specified event.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
Primary entry point for startup and shutdown events.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.mbeans.JMXAdaptorLifecycleListener
 
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Primary entry point for startup and shutdown events.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.startup.ContextConfig
Process events for an associated Context.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.startup.EngineConfig
Process the START event for an associated Engine.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.startup.HostConfig
Process the START event for an associated Host.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.startup.TldConfig
 
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.startup.UserConfig
Process the START event for an associated Host.
lifecycleEvent(LifecycleEvent) - Method in class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
 
lifecycleEvent(LifecycleEvent) - Method in class org.apache.jk.config.BaseJkConfig
Generate the configuration - only when the server is completely initialized ( before starting )
lineBuffer - Variable in class org.apache.catalina.connector.CoyoteReader
 
linger - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
list(Name) - Method in class org.apache.naming.NamingContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(String) - Method in class org.apache.naming.NamingContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(Name) - Method in class org.apache.naming.SelectorContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(String) - Method in class org.apache.naming.SelectorContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(Name) - Method in class org.apache.naming.resources.BaseDirContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(String) - Method in class org.apache.naming.resources.BaseDirContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list() - Method in class org.apache.naming.resources.DirContextURLConnection
List children of this collection.
list(String) - Method in class org.apache.naming.resources.FileDirContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(File) - Method in class org.apache.naming.resources.FileDirContext
List the resources which are members of a collection.
list(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(String) - Method in class org.apache.naming.resources.ProxyDirContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(String) - Method in class org.apache.naming.resources.WARDirContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(Name) - Method in class org.apache.naming.resources.WARDirContext
Enumerates the names bound in the named context, along with the class names of objects bound to them.
list(WARDirContext.Entry) - Method in class org.apache.naming.resources.WARDirContext
List children as objects.
listBindings(Name) - Method in class org.apache.naming.NamingContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - Method in class org.apache.naming.NamingContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(Name) - Method in class org.apache.naming.SelectorContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - Method in class org.apache.naming.SelectorContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(Name) - Method in class org.apache.naming.resources.BaseDirContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - Method in class org.apache.naming.resources.BaseDirContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - Method in class org.apache.naming.resources.FileDirContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - Method in class org.apache.naming.resources.ProxyDirContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(String) - Method in class org.apache.naming.resources.WARDirContext
Enumerates the names bound in the named context, along with the objects bound to them.
listBindings(Name) - Method in class org.apache.naming.resources.WARDirContext
Enumerates the names bound in the named context, along with the objects bound to them.
listProperties() - Method in class org.apache.catalina.deploy.ContextTransaction
List properties.
listProperties() - Method in class org.apache.catalina.deploy.ResourceBase
List properties.
listSessionIds() - Method in class org.apache.catalina.session.ManagerBase
For debugging: return a list of all session ids currently active
listen() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
Start Listener
listen() - Method in class org.apache.catalina.cluster.tcp.ReplicationListener
get data from channel and store in byte array send it to cluster
listen() - Method in class org.apache.catalina.cluster.tcp.SocketReplicationListener
Master/Slave sender handling bind server socket to address and port
listener - Variable in class org.apache.catalina.cluster.deploy.WarWatcher
Parent to be notified of changes
listener - Variable in class org.apache.catalina.cluster.mcast.McastService
A membership listener delegate (should be the cluster :)
listenerStart() - Method in class org.apache.catalina.core.StandardContext
Configure the set of instantiated application event listeners for this Context.
listenerStop() - Method in class org.apache.catalina.core.StandardContext
Send an application stop event to all interested listeners.
listeners - Variable in class org.apache.catalina.core.ContainerBase
The container event listeners for this Container.
listeners - Variable in class org.apache.catalina.session.StandardSession
The session event listeners for this Session.
listeners - Variable in class org.apache.tomcat.util.threads.ThreadPool
 
listings - Variable in class org.apache.catalina.servlets.DefaultServlet
Should we generate directory listings?
load() - Method in interface org.apache.catalina.Manager
Load any currently active sessions that were previously unloaded to the appropriate persistence mechanism, if any.
load(String) - Method in interface org.apache.catalina.Store
Load and return the Session associated with the specified session identifier from this Store, without removing it.
load() - Method in interface org.apache.catalina.Wrapper
Load and initialize an instance of this servlet, if there is not already at least one initialized instance.
load() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
load() - Method in class org.apache.catalina.core.StandardWrapper
Load and initialize an instance of this servlet, if there is not already at least one initialized instance.
load() - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
Load the contents of our configuration file.
load(String) - Method in class org.apache.catalina.session.FileStore
Load and return the Session associated with the specified session identifier from this Store, without removing it.
load(String) - Method in class org.apache.catalina.session.JDBCStore
Load the Session associated with the id id.
load() - Method in class org.apache.catalina.session.PersistentManagerBase
Load all sessions found in the persistence mechanism, assuming they are marked as valid and have not passed their expiration limit.
load() - Method in class org.apache.catalina.session.StandardManager
Load any currently active sessions that were previously unloaded to the appropriate persistence mechanism, if any.
load() - Method in class org.apache.catalina.startup.Catalina
Start a new server instance.
load(String[]) - Method in class org.apache.catalina.startup.Catalina
 
load(String) - Method in class org.apache.catalina.storeconfig.StoreLoader
Load Description from external source
load() - Method in class org.apache.catalina.storeconfig.StoreLoader
Load from defaults System Property URL catalina.storeregistry File $catalina.base/conf/server-registry.xml class resource org/apache/catalina/storeconfig/server-registry.xml
load(CacheEntry) - Method in class org.apache.naming.resources.ResourceCache
 
loadAdapter() - Method in class org.apache.jk.common.JkMX
Initialize the worker.
loadClass(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Load the class with the specified name.
loadClass(String, boolean) - Method in class org.apache.catalina.loader.WebappClassLoader
Load the class with the specified name, searching using the following algorithm until it finds and returns the class.
loadDeltaRequest(DeltaSession, byte[]) - Method in class org.apache.catalina.cluster.session.DeltaManager
Load Deltarequest from external node Load the Class at container classloader
loadEntries() - Method in class org.apache.naming.resources.WARDirContext
Constructs a tree of the entries contained in a WAR file.
loadOnStartup(Container[]) - Method in class org.apache.catalina.core.StandardContext
Load and initialize all servlets marked "load on startup" in the web application deployment descriptor.
loadRuleSet(String, String, ClassLoader) - Static method in class org.apache.catalina.startup.ClusterRuleSetFactory
 
loadServlet() - Method in class org.apache.catalina.core.StandardWrapper
Load and initialize an instance of this servlet, if there is not already at least one initialized instance.
loadedByThisOrChild(Class) - Method in class org.apache.catalina.loader.WebappClassLoader
Determine whether a class was loaded by this class loader or one of its child class loaders.
loadedClass - Variable in class org.apache.catalina.loader.ResourceEntry
Loaded class.
loader - Variable in class org.apache.catalina.core.ContainerBase
The Loader implementation with which this Container is associated.
loaderDir - Variable in class org.apache.catalina.loader.WebappClassLoader
Path where resources loaded from JARs will be extracted.
loaderPC - Variable in class org.apache.catalina.loader.WebappClassLoader
The PermissionCollection for each CodeSource for a web application context.
localAddr - Variable in class org.apache.catalina.connector.Request
Local address
localAddr() - Method in class org.apache.coyote.Request
 
localAddr - Variable in class org.apache.coyote.http11.Http11AprProcessor
The local Host address.
localAddr - Variable in class org.apache.coyote.http11.Http11Processor
The local Host address.
localDataSource - Variable in class org.apache.catalina.realm.DataSourceRealm
Context local datasource.
localMember - Variable in class org.apache.catalina.cluster.mcast.McastService
The local member
localName - Variable in class org.apache.catalina.connector.Request
Local address
localName() - Method in class org.apache.coyote.Request
 
localName - Variable in class org.apache.coyote.http11.Http11AprProcessor
Local Host associated with the current connection.
localName - Variable in class org.apache.coyote.http11.Http11Processor
Local Host associated with the current connection.
localPort - Variable in class org.apache.catalina.connector.Request
Local port
localPort - Variable in class org.apache.coyote.http11.Http11AprProcessor
Local port to which the socket is connected
localPort - Variable in class org.apache.coyote.http11.Http11Processor
Local port to which the socket is connected
localProcessor - Variable in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
 
localWar - Variable in class org.apache.catalina.ant.DeployTask
URL of the server local web application archive (WAR) file to be deployed.
localXsltFile - Variable in class org.apache.catalina.servlets.DefaultServlet
Allow customized directory listing per directory.
localeRegex - Static variable in class org.apache.catalina.connector.Request
The pattern to match locale language and country components against
locales - Variable in class org.apache.catalina.connector.Request
The preferred Locales assocaited with this Request.
localesParsed - Variable in class org.apache.catalina.connector.Request
Parse locales.
locator - Variable in class org.apache.tomcat.util.digester.Digester
The Locator associated with our parser.
lockAdd() - Method in class org.apache.catalina.cluster.util.SingleRemoveSynchronizedAddLock
Acquires the lock by an add thread and sets the add flag.
lockRemove() - Method in class org.apache.catalina.cluster.util.SingleRemoveSynchronizedAddLock
Acquires the lock by the remove thread and sets the remove flag.
log - Static variable in class org.apache.catalina.cluster.deploy.FarmWarDeployer
 
log - Static variable in class org.apache.catalina.cluster.deploy.FileMessageFactory
 
log - Static variable in class org.apache.catalina.cluster.deploy.WarWatcher
 
log - Static variable in class org.apache.catalina.cluster.io.XByteBuffer
 
log - Static variable in class org.apache.catalina.cluster.session.ClusterListener
 
log - Static variable in class org.apache.catalina.cluster.session.DeltaManager
 
log - Static variable in class org.apache.catalina.cluster.session.DeltaRequest
 
log - Static variable in class org.apache.catalina.cluster.session.DeltaSession
 
log - Static variable in class org.apache.catalina.cluster.session.JvmRouteBinderValve
 
log(String) - Method in class org.apache.catalina.cluster.session.ReplicatedSession
Implements a log method to log through the manager
log(String, Throwable) - Method in class org.apache.catalina.cluster.session.ReplicatedSession
 
log - Static variable in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
log - Static variable in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
log - Static variable in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
log - Static variable in class org.apache.catalina.cluster.util.SmartQueue
 
log(String) - Method in class org.apache.catalina.core.ApplicationContext
Writes the specified message to a servlet log file.
log(Exception, String) - Method in class org.apache.catalina.core.ApplicationContext
Deprecated. As of Java Servlet API 2.1, use log(String, Throwable) instead
log(String, Throwable) - Method in class org.apache.catalina.core.ApplicationContext
Writes the specified message and exception to a servlet log file.
log(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
log(Exception, String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
log(String, Throwable) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
log - Static variable in class org.apache.catalina.loader.WebappClassLoader
 
log - Variable in class org.apache.catalina.session.ManagerBase
 
log(String, Throwable) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
 
log(String) - Method in class org.apache.catalina.ssi.SSIMediator
 
log(String, Throwable) - Method in class org.apache.catalina.ssi.SSIMediator
 
log(String, Throwable) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
log - Static variable in class org.apache.catalina.startup.ClusterRuleSetFactory
 
log - Static variable in class org.apache.catalina.startup.ContextConfig
 
log - Static variable in class org.apache.catalina.startup.DigesterFactory
The log.
log - Static variable in class org.apache.catalina.startup.EngineConfig
 
log - Static variable in class org.apache.catalina.startup.HostConfig
 
log(String, Date) - Method in class org.apache.catalina.valves.AccessLogValve
Log the specified message to the log file, switching files if the date has changed since the previous log call.
log(String) - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Log the specified message to the log file, switching files if the date has changed since the previous log call.
log - Static variable in class org.apache.coyote.ajp.AjpAprProcessor
Logger.
log - Static variable in class org.apache.coyote.ajp.AjpAprProtocol
 
log - Static variable in class org.apache.coyote.ajp.AjpMessage
 
log - Static variable in class org.apache.coyote.http11.Http11AprProcessor
Logger.
log - Static variable in class org.apache.coyote.http11.Http11AprProtocol
 
log - Static variable in class org.apache.coyote.http11.Http11BaseProtocol
 
log - Static variable in class org.apache.coyote.http11.Http11Processor
Logger.
log - Static variable in class org.apache.jk.server.JkCoyoteHandler
 
log - Variable in class org.apache.tomcat.util.digester.Digester
The Log to which most logging calls will be made.
log(String) - Method in class org.apache.tomcat.util.digester.Digester
Deprecated. Call getLogger() and use it's logging methods
log(String, Throwable) - Method in class org.apache.tomcat.util.digester.Digester
Deprecated. Call getLogger() and use it's logging methods
log - Static variable in class org.apache.tomcat.util.digester.GenericParser
The Log to which all SAX event related logging calls will be made.
log - Static variable in class org.apache.tomcat.util.digester.XercesParser
The Log to which all SAX event related logging calls will be made.
log(String) - Method in class org.apache.tomcat.util.http.Cookies
 
log - Static variable in class org.apache.tomcat.util.net.AprEndpoint
 
logName - Variable in class org.apache.catalina.core.ContainerBase
Associated logger name.
logName() - Method in class org.apache.catalina.core.ContainerBase
Return the abbreviated name of this container for logging messsages
logReceiveMessage(ClusterMessage, long, boolean) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
log received message to cluster transfer log
logSendMessage(ClusterMessage, long, Member) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
log sended message to cluster transfer log
logger - Variable in class org.apache.catalina.core.ContainerBase
The Logger implementation with which this Container is associated.
logger - Variable in class org.apache.catalina.core.NamingContextListener
 
login() - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
Phase 1 of authenticating a Subject.
loginConfig - Variable in class org.apache.catalina.startup.WebRuleSet
The SetLoginConfig rule used to parse the web.xml
loginContext - Variable in class org.apache.catalina.realm.GenericPrincipal
The JAAS LoginContext, if any, used to authenticate this Principal.
logout() - Method in class org.apache.catalina.realm.GenericPrincipal
Calls logout, if necessary, on any associated JAASLoginContext.
logout() - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
Log out this user.
logs - Static variable in class org.apache.tomcat.util.log.SystemLogHandler
Thread <-> CaptureLog associations.
lookup(String) - Method in class org.apache.catalina.authenticator.SingleSignOn
Look up and return the cached SingleSignOn entry associated with this sso id value, if there is one; otherwise return null.
lookup(Name) - Method in class org.apache.naming.NamingContext
Retrieves the named object.
lookup(String) - Method in class org.apache.naming.NamingContext
Retrieves the named object.
lookup(Name, boolean) - Method in class org.apache.naming.NamingContext
Retrieves the named object.
lookup(Name) - Method in class org.apache.naming.SelectorContext
Retrieves the named object.
lookup(String) - Method in class org.apache.naming.SelectorContext
Retrieves the named object.
lookup(Name) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the named object.
lookup(String) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the named object.
lookup(String) - Method in class org.apache.naming.resources.FileDirContext
Retrieves the named object.
lookup(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the named object.
lookup(String) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the named object.
lookup(String) - Method in class org.apache.naming.resources.ResourceCache
 
lookup(String) - Method in class org.apache.naming.resources.WARDirContext
Retrieves the named object.
lookup(Name) - Method in class org.apache.naming.resources.WARDirContext
Retrieves the named object.
lookup(String, String) - Method in class org.apache.tomcat.util.digester.RulesBase
Return a List of Rule instances for the specified pattern that also match the specified namespace URI (if any).
lookupCache(String) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the named object as a cache entry, without any exception.
lookupLink(Name) - Method in class org.apache.naming.NamingContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - Method in class org.apache.naming.NamingContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(Name) - Method in class org.apache.naming.SelectorContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - Method in class org.apache.naming.SelectorContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(Name) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - Method in class org.apache.naming.resources.BaseDirContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - Method in class org.apache.naming.resources.FileDirContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the named object, following links except for the terminal atomic component of the name.
lookupLink(String) - Method in class org.apache.naming.resources.WARDirContext
Retrieves the named object, following links except for the terminal atomic component of the name.

M

MAIN - Static variable in class org.apache.naming.java.javaURLContextFactory
 
MAJOR_VERSION - Static variable in class org.apache.catalina.core.Constants
 
MAX_NOTES - Static variable in class org.apache.coyote.Constants
 
MAX_NOTES - Static variable in class org.apache.tomcat.util.threads.ThreadWithAttributes
 
MAX_PACKET_SIZE - Static variable in class org.apache.coyote.ajp.Constants
Maximum Total byte size for a AJP packet
MAX_PACKET_SIZE - Static variable in class org.apache.jk.common.AjpConstants
Maximum Total byte size for a AJP packet
MAX_READ_SIZE - Static variable in class org.apache.coyote.ajp.Constants
Maximum size of data that can be sent in one packet
MAX_READ_SIZE - Static variable in class org.apache.jk.common.AjpConstants
Maximum size of data that can be sent in one packet
MAX_SEND_SIZE - Static variable in class org.apache.coyote.ajp.Constants
 
MAX_SPARE_THREADS - Static variable in class org.apache.tomcat.util.threads.ThreadPool
 
MAX_THREADS - Static variable in class org.apache.tomcat.util.threads.ThreadPool
 
MAX_THREADS_MIN - Static variable in class org.apache.tomcat.util.threads.ThreadPool
 
MBEAN_REGISTRY_ATTR - Static variable in class org.apache.catalina.Globals
The servlet context attribute under which the managed bean Registry will be stored for privileged contexts (if enabled).
MBEAN_SERVER_ATTR - Static variable in class org.apache.catalina.Globals
The servlet context attribute under which the MBeanServer will be stored for privileged contexts (if enabled).
MB_NOTE - Static variable in class org.apache.jk.common.JniHandler
 
MBeanFactory - class org.apache.catalina.mbeans.MBeanFactory.
A ModelMBean implementation for the org.apache.catalina.core.StandardServer component.
MBeanFactory() - Constructor for class org.apache.catalina.mbeans.MBeanFactory
Construct a ModelMBean with default ModelMBeanInfo information.
MBeanUtils - class org.apache.catalina.mbeans.MBeanUtils.
Public utility methods in support of the server side MBeans implementation.
MBeanUtils() - Constructor for class org.apache.catalina.mbeans.MBeanUtils
 
MD5Encoder - class org.apache.catalina.util.MD5Encoder.
Encode an MD5 digest into a String.
MD5Encoder() - Constructor for class org.apache.catalina.util.MD5Encoder
 
MEMBER_DOMAIN - Static variable in class org.apache.catalina.cluster.mcast.McastMember
 
MEMBER_NAME - Static variable in class org.apache.catalina.cluster.mcast.McastMember
 
MIME2Java - class org.apache.catalina.util.MIME2Java.
MIME2Java is a convenience class which handles conversions between MIME charset names and Java encoding names.
MINOR_VERSION - Static variable in class org.apache.catalina.core.Constants
 
MIN_SPARE_THREADS - Static variable in class org.apache.tomcat.util.threads.ThreadPool
 
MISSING_VARIABLE_VALUE - Static variable in class org.apache.catalina.ssi.SSIEcho
 
MOD_JK - Static variable in class org.apache.jk.config.ApacheConfig
default location of mod_jk Apache plug-in.
MOD_JK_CONFIG - Static variable in class org.apache.jk.config.ApacheConfig
default path to mod_jk .conf location
MSG_NOTE - Static variable in class org.apache.jk.common.JniHandler
 
MailSessionFactory - class org.apache.naming.factory.MailSessionFactory.
Factory class that creates a JNDI named JavaMail Session factory, which can be used for managing inbound and outbound electronic mail messages via JavaMail APIs.
MailSessionFactory() - Constructor for class org.apache.naming.factory.MailSessionFactory
 
Manager - interface org.apache.catalina.Manager.
A Manager manages the pool of Sessions that are associated with a particular Container.
ManagerBase - class org.apache.catalina.session.ManagerBase.
Minimal implementation of the Manager interface that supports no session persistence or distributable capabilities.
ManagerBase() - Constructor for class org.apache.catalina.session.ManagerBase
 
ManagerSF - class org.apache.catalina.storeconfig.ManagerSF.
Store server.xml Manager element
ManagerSF() - Constructor for class org.apache.catalina.storeconfig.ManagerSF
 
ManifestResource - class org.apache.catalina.util.ManifestResource.
Representation of a Manifest file and its available extensions and required extensions
ManifestResource(String, Manifest, int) - Constructor for class org.apache.catalina.util.ManifestResource
 
Mapper - class org.apache.tomcat.util.http.mapper.Mapper.
Mapper, which implements the servlet API mapping rules (which are derived from the HTTP rules).
Mapper() - Constructor for class org.apache.tomcat.util.http.mapper.Mapper
 
Mapper.Context - class org.apache.tomcat.util.http.mapper.Mapper.Context.
 
Mapper.Context() - Constructor for class org.apache.tomcat.util.http.mapper.Mapper.Context
 
Mapper.ContextList - class org.apache.tomcat.util.http.mapper.Mapper.ContextList.
 
Mapper.ContextList() - Constructor for class org.apache.tomcat.util.http.mapper.Mapper.ContextList
 
Mapper.Host - class org.apache.tomcat.util.http.mapper.Mapper.Host.
 
Mapper.Host() - Constructor for class org.apache.tomcat.util.http.mapper.Mapper.Host
 
Mapper.MapElement - class org.apache.tomcat.util.http.mapper.Mapper.MapElement.
 
Mapper.MapElement() - Constructor for class org.apache.tomcat.util.http.mapper.Mapper.MapElement
 
Mapper.Wrapper - class org.apache.tomcat.util.http.mapper.Mapper.Wrapper.
 
Mapper.Wrapper() - Constructor for class org.apache.tomcat.util.http.mapper.Mapper.Wrapper
 
MapperListener - class org.apache.catalina.connector.MapperListener.
Mapper listener.
MapperListener(Mapper, Connector) - Constructor for class org.apache.catalina.connector.MapperListener
Create mapper listener.
MappingData - class org.apache.tomcat.util.http.mapper.MappingData.
Mapping data.
MappingData() - Constructor for class org.apache.tomcat.util.http.mapper.MappingData
 
McastMember - class org.apache.catalina.cluster.mcast.McastMember.
A membership implementation using simple multicast.
McastMember(String, String, String, int, long) - Constructor for class org.apache.catalina.cluster.mcast.McastMember
Construct a new member object
McastMembership - class org.apache.catalina.cluster.mcast.McastMembership.
A membership implementation using simple multicast.
McastMembership(String) - Constructor for class org.apache.catalina.cluster.mcast.McastMembership
Constructs a new membership
McastMembership.MbrEntry - class org.apache.catalina.cluster.mcast.McastMembership.MbrEntry.
Inner class that represents a member entry
McastMembership.MbrEntry(McastMember) - Constructor for class org.apache.catalina.cluster.mcast.McastMembership.MbrEntry
 
McastService - class org.apache.catalina.cluster.mcast.McastService.
A membership implementation using simple multicast.
McastService() - Constructor for class org.apache.catalina.cluster.mcast.McastService
Create a membership service.
McastServiceImpl - class org.apache.catalina.cluster.mcast.McastServiceImpl.
A membership implementation using simple multicast.
McastServiceImpl(McastMember, long, long, int, InetAddress, InetAddress, int, int, MembershipListener) - Constructor for class org.apache.catalina.cluster.mcast.McastServiceImpl
Create a new mcast service impl
McastServiceImpl.ReceiverThread - class org.apache.catalina.cluster.mcast.McastServiceImpl.ReceiverThread.
 
McastServiceImpl.ReceiverThread() - Constructor for class org.apache.catalina.cluster.mcast.McastServiceImpl.ReceiverThread
 
McastServiceImpl.RecoveryThread - class org.apache.catalina.cluster.mcast.McastServiceImpl.RecoveryThread.
 
McastServiceImpl.RecoveryThread(McastServiceImpl) - Constructor for class org.apache.catalina.cluster.mcast.McastServiceImpl.RecoveryThread
 
McastServiceImpl.SenderThread - class org.apache.catalina.cluster.mcast.McastServiceImpl.SenderThread.
 
McastServiceImpl.SenderThread(long) - Constructor for class org.apache.catalina.cluster.mcast.McastServiceImpl.SenderThread
 
Member - interface org.apache.catalina.cluster.Member.
The Member interface, defines a member in the Cluster.
MembershipListener - interface org.apache.catalina.cluster.MembershipListener.
The MembershipListener interface is used as a callback to the membership service.
MembershipService - interface org.apache.catalina.cluster.MembershipService.
The membership service helps the cluster determine the membership logic in the cluster.
MemoryGroup - class org.apache.catalina.users.MemoryGroup.
Concrete implementation of Group for the MemoryUserDatabase implementation of UserDatabase.
MemoryProtocolHandler - class org.apache.coyote.memory.MemoryProtocolHandler.
Abstract the protocol implementation, including threading, etc.
MemoryProtocolHandler() - Constructor for class org.apache.coyote.memory.MemoryProtocolHandler
 
MemoryProtocolHandler.ByteChunkInputBuffer - class org.apache.coyote.memory.MemoryProtocolHandler.ByteChunkInputBuffer.
 
MemoryProtocolHandler.ByteChunkInputBuffer(ByteChunk) - Constructor for class org.apache.coyote.memory.MemoryProtocolHandler.ByteChunkInputBuffer
 
MemoryProtocolHandler.ByteChunkOutputBuffer - class org.apache.coyote.memory.MemoryProtocolHandler.ByteChunkOutputBuffer.
 
MemoryProtocolHandler.ByteChunkOutputBuffer(ByteChunk) - Constructor for class org.apache.coyote.memory.MemoryProtocolHandler.ByteChunkOutputBuffer
 
MemoryRealm - class org.apache.catalina.realm.MemoryRealm.
Simple implementation of Realm that reads an XML file to configure the valid users, passwords, and roles.
MemoryRealm() - Constructor for class org.apache.catalina.realm.MemoryRealm
 
MemoryRole - class org.apache.catalina.users.MemoryRole.
Concrete implementation of Role for the MemoryUserDatabase implementation of UserDatabase.
MemoryRuleSet - class org.apache.catalina.realm.MemoryRuleSet.
RuleSet for recognizing the users defined in the XML file processed by MemoryRealm.
MemoryRuleSet() - Constructor for class org.apache.catalina.realm.MemoryRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
MemoryRuleSet(String) - Constructor for class org.apache.catalina.realm.MemoryRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
MemoryUser - class org.apache.catalina.users.MemoryUser.
Concrete implementation of User for the MemoryUserDatabase implementation of UserDatabase.
MemoryUserDatabase - class org.apache.catalina.users.MemoryUserDatabase.
Concrete implementation of UserDatabase that loads all defined users, groups, and roles into an in-memory data structure, and uses a specified XML file for its persistent storage.
MemoryUserDatabase() - Constructor for class org.apache.catalina.users.MemoryUserDatabase
Create a new instance with default values.
MemoryUserDatabase(String) - Constructor for class org.apache.catalina.users.MemoryUserDatabase
Create a new instance with the specified values.
MemoryUserDatabaseFactory - class org.apache.catalina.users.MemoryUserDatabaseFactory.
JNDI object creation factory for MemoryUserDatabase instances.
MemoryUserDatabaseFactory() - Constructor for class org.apache.catalina.users.MemoryUserDatabaseFactory
 
MemoryUserDatabaseMBean - class org.apache.catalina.mbeans.MemoryUserDatabaseMBean.
A ModelMBean implementation for the org.apache.catalina.users.MemoryUserDatabase component.
MemoryUserDatabaseMBean() - Constructor for class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Construct a ModelMBean with default ModelMBeanInfo information.
MessageBytes - class org.apache.tomcat.util.buf.MessageBytes.
This class is used to represent a subarray of bytes in an HTTP message.
MessageBytes() - Constructor for class org.apache.tomcat.util.buf.MessageBytes
Deprecated. Use static newInstance() in order to allow future hooks.
MessageBytes.MessageBytesFactory - class org.apache.tomcat.util.buf.MessageBytes.MessageBytesFactory.
 
MessageBytes.MessageBytesFactory() - Constructor for class org.apache.tomcat.util.buf.MessageBytes.MessageBytesFactory
 
MessageDestination - class org.apache.catalina.deploy.MessageDestination.
Representation of a message destination for a web application, as represented in a <message-destination> element in the deployment descriptor.
MessageDestination() - Constructor for class org.apache.catalina.deploy.MessageDestination
 
MessageDestinationRef - class org.apache.catalina.deploy.MessageDestinationRef.
Representation of a message destination reference for a web application, as represented in a <message-destination-ref> element in the deployment descriptor.
MessageDestinationRef() - Constructor for class org.apache.catalina.deploy.MessageDestinationRef
 
MessageListener - interface org.apache.catalina.cluster.MessageListener.
 
MimeHeaders - class org.apache.tomcat.util.http.MimeHeaders.
Memory-efficient repository for Mime Headers.
MimeHeaders() - Constructor for class org.apache.tomcat.util.http.MimeHeaders
Creates a new MimeHeaders object using a default buffer size.
MimeMap - class org.apache.tomcat.util.http.MimeMap.
A mime type map that implements the java.net.FileNameMap interface.
MimeMap() - Constructor for class org.apache.tomcat.util.http.MimeMap
 
ModJkMX - class org.apache.jk.common.ModJkMX.
A small mbean that will act as a proxy for mod_jk2.
ModJkMX() - Constructor for class org.apache.jk.common.ModJkMX
 
Msg - class org.apache.jk.core.Msg.
A single packet for communication between the web server and the container.
Msg() - Constructor for class org.apache.jk.core.Msg
 
MsgAjp - class org.apache.jk.common.MsgAjp.
A single packet for communication between the web server and the container.
MsgAjp(int) - Constructor for class org.apache.jk.common.MsgAjp
Constructor that takes a buffer size
MsgAjp() - Constructor for class org.apache.jk.common.MsgAjp
Deprecated. Use the buffer size constructor.
MsgContext - class org.apache.jk.core.MsgContext.
 
MsgContext(int) - Constructor for class org.apache.jk.core.MsgContext
 
MsgContext() - Constructor for class org.apache.jk.core.MsgContext
Deprecated.  
MultiMap - class org.apache.tomcat.util.collections.MultiMap.
An efficient representation for certain type of map.
MultiMap(int) - Constructor for class org.apache.tomcat.util.collections.MultiMap
 
MultiMapNamesEnumeration - class org.apache.tomcat.util.collections.MultiMapNamesEnumeration.
Enumerate the distinct header names.
mBeanServer - Variable in class org.apache.catalina.cluster.deploy.FarmWarDeployer
MBean server.
mBeanServer - Variable in class org.apache.catalina.connector.MapperListener
MBean server.
mChannelConfig - Variable in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
mChannelStarted - Variable in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
mExpireSessionsOnShutdown - Variable in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
Set to true if we don't want the sessions to expire on shutdown
mGroupName - Variable in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
mManagerRunning - Variable in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
mPrintToScreen - Variable in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
main(String[]) - Static method in class org.apache.catalina.cluster.deploy.FileMessageFactory
Example usage.
main(String[]) - Static method in class org.apache.catalina.cluster.mcast.McastService
Simple test program
main(String[]) - Static method in class org.apache.catalina.realm.RealmBase
Digest password using the algorithm especificied and convert the result to a corresponding hex string.
main(String[]) - Static method in class org.apache.catalina.servlets.CGIServlet
For future testing use only; does nothing right now
main(String[]) - Static method in class org.apache.catalina.startup.Bootstrap
Main method, used for testing only.
main(String[]) - Static method in class org.apache.catalina.startup.Catalina
The application main program.
main(String[]) - Static method in class org.apache.catalina.startup.Tool
The main program for the bootstrap.
main(String[]) - Static method in class org.apache.catalina.util.FastDateFormat
 
main(String[]) - Static method in class org.apache.catalina.util.ServerInfo
 
main(String[]) - Static method in class org.apache.jk.common.Shm
 
main(String[]) - Static method in class org.apache.jk.common.Shm14
 
main(String[]) - Static method in class org.apache.jk.config.WebXml2Jk
 
main(String[]) - Static method in class org.apache.jk.server.JkMain
 
makeLegalForJAAS(String) - Method in class org.apache.catalina.realm.JAASRealm
Ensure the given name is legal for JAAS configuration.
manageApp(Context) - Method in class org.apache.catalina.startup.HostConfig
Add a new Context to be managed by us.
managed - Variable in class org.apache.catalina.mbeans.DefaultContextMBean
The ManagedBean information describing this MBean.
managed - Variable in class org.apache.catalina.mbeans.GroupMBean
The ManagedBean information describing this MBean.
managed - Variable in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
The ManagedBean information describing this MBean.
managed - Variable in class org.apache.catalina.mbeans.NamingResourcesMBean
The ManagedBean information describing this MBean.
managed - Variable in class org.apache.catalina.mbeans.RoleMBean
The ManagedBean information describing this MBean.
managed - Variable in class org.apache.catalina.mbeans.StandardContextMBean
The ManagedBean information describing this MBean.
managed - Variable in class org.apache.catalina.mbeans.UserMBean
The ManagedBean information describing this MBean.
managedGroup - Variable in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
The ManagedBean information describing Group MBeans.
managedRole - Variable in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
The ManagedBean information describing Group MBeans.
managedUser - Variable in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
The ManagedBean information describing User MBeans.
manager - Variable in class org.apache.catalina.core.ContainerBase
The Manager implementation with which this Container is associated.
manager - Variable in class org.apache.catalina.session.StandardSession
The Manager with which this Session is associated.
manager - Variable in class org.apache.catalina.session.StoreBase
The Manager with which this JDBCStore is associated.
managerName - Static variable in class org.apache.catalina.cluster.session.DeltaManager
The descriptive name of this Manager implementation (for logging).
managers - Variable in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
The context name <->manager association for distributed contexts.
manifest - Variable in class org.apache.catalina.loader.ResourceEntry
Manifest (if the resource was loaded from a JAR).
map(String) - Method in interface org.apache.catalina.Host
Return the Context that would be used to process the specified host-relative request URI, if any; otherwise return null.
map - Variable in class org.apache.catalina.cluster.mcast.McastMembership
A map of all the members in the cluster.
map(String) - Method in class org.apache.catalina.core.StandardHost
Return the Context that would be used to process the specified host-relative request URI, if any; otherwise return null.
map(MessageBytes, MessageBytes, MappingData) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Map the specified host name and URI, mutating the given mapping data.
map(MessageBytes, MappingData) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Map the specified URI relative to the context, mutating the given mapping data.
mapper - Variable in class org.apache.catalina.connector.Connector
Mapper.
mapper - Variable in class org.apache.catalina.connector.MapperListener
Associated mapper.
mapperListener - Variable in class org.apache.catalina.connector.Connector
Mapper listener.
mappingData - Variable in class org.apache.catalina.connector.Request
Mapping data.
mark(int) - Method in class org.apache.catalina.connector.CoyoteReader
 
mark(int) - Method in class org.apache.catalina.connector.InputBuffer
 
mark(int) - Method in class org.apache.jk.common.ChannelNioSocket.SocketInputStream
 
markSupported() - Method in class org.apache.catalina.connector.CoyoteReader
 
markSupported() - Method in class org.apache.catalina.connector.InputBuffer
 
markSupported() - Method in class org.apache.jk.common.ChannelNioSocket.SocketInputStream
 
match(String) - Method in class org.apache.tomcat.util.digester.AbstractRulesImpl
Deprecated. Call match(namespaceURI,pattern) instead.
match(String, String) - Method in class org.apache.tomcat.util.digester.AbstractRulesImpl
Return a List of all registered Rule instances that match the specified nesting pattern, or a zero-length List if there are no matches.
match - Variable in class org.apache.tomcat.util.digester.Digester
The current match pattern for nested element processing.
match(String) - Method in interface org.apache.tomcat.util.digester.Rules
Deprecated. Call match(namespaceURI,pattern) instead.
match(String, String) - Method in interface org.apache.tomcat.util.digester.Rules
Return a List of all registered Rule instances that match the specified nesting pattern, or a zero-length List if there are no matches.
match(String) - Method in class org.apache.tomcat.util.digester.RulesBase
Deprecated. Call match(namespaceURI,pattern) instead.
match(String, String) - Method in class org.apache.tomcat.util.digester.RulesBase
Return a List of all registered Rule instances that match the specified nesting pattern, or a zero-length List if there are no matches.
match(String) - Method in class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
 
match(String, String) - Method in class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
Return list of rules matching given pattern.
matchRequest(Request) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Does this request match the saved one (so that it must be the redirect we signalled after successful authentication?
matches - Variable in class org.apache.tomcat.util.digester.Digester
Stack whose elements are List objects, each containing a list of Rule objects as returned from Rules.getMatch().
maxActive - Variable in class org.apache.catalina.session.ManagerBase
 
maxActiveSessions - Variable in class org.apache.catalina.session.PersistentManagerBase
The maximum number of active Sessions allowed, or -1 for no limit.
maxActiveSessions - Variable in class org.apache.catalina.session.StandardManager
The maximum number of active Sessions allowed, or -1 for no limit.
maxAllocateIterations - Variable in class org.apache.naming.resources.ResourceCache
Max amount of removals during a make space.
maxIdleBackup - Variable in class org.apache.catalina.session.PersistentManagerBase
How long a session must be idle before it should be backed up
maxIdleSwap - Variable in class org.apache.catalina.session.PersistentManagerBase
The maximum time a session may be idle before it should be swapped to file just on general principle.
maxInactiveInterval - Variable in class org.apache.catalina.session.ManagerBase
The default maximum inactive interval for Sessions created by this Manager.
maxInactiveInterval - Variable in class org.apache.catalina.session.StandardSession
The maximum time interval, in seconds, between client requests before the servlet container may invalidate this session.
maxKeepAliveRequests - Variable in class org.apache.coyote.http11.Http11AprProcessor
Maximum number of Keep-Alive requests to honor.
maxKeepAliveRequests - Variable in class org.apache.coyote.http11.Http11Processor
Maximum number of Keep-Alive requests to honor.
maxParameterCount - Variable in class org.apache.catalina.connector.Connector
The maximum number of parameters (GET plus POST) which will be automatically parsed by the container. 10000 by default.
maxPostSize - Variable in class org.apache.catalina.connector.Connector
Maximum size of a POST which will be automatically parsed by the container. 2MB by default.
maxProcessingTime - Variable in class org.apache.catalina.cluster.tcp.DataSender
max proessingTime
maxProcessingTime - Variable in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
max proessingTime
maxReceivedProcessingTime - Variable in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
max proessingTime
maxSavePostSize - Variable in class org.apache.catalina.connector.Connector
Maximum size of a POST which will be saved by the container during authentication. 4kB by default
maxSavePostSize - Variable in class org.apache.coyote.http11.Http11AprProcessor
Max save post size.
maxSavePostSize - Variable in class org.apache.coyote.http11.Http11Processor
Max saved post size.
maxSpareThreads - Variable in class org.apache.tomcat.util.threads.ThreadPool
 
maxStringSize - Static variable in class org.apache.tomcat.util.buf.StringCache
 
maxThreads - Variable in class org.apache.tomcat.util.net.AprEndpoint
Maximum amount of worker threads.
maxThreads - Variable in class org.apache.tomcat.util.threads.ThreadPool
 
maxWaitAckTime - Variable in class org.apache.catalina.cluster.tcp.DataSender
max waitAckTime
maybeQuote(int, StringBuffer, String) - Static method in class org.apache.tomcat.util.http.ServerCookie
Deprecated. - Not used
maybeQuote2(int, StringBuffer, String) - Static method in class org.apache.tomcat.util.http.ServerCookie
Quotes values using rules that vary depending on Cookie version.
maybeQuote2(int, StringBuffer, String, boolean) - Static method in class org.apache.tomcat.util.http.ServerCookie
 
maybeQuote2(int, StringBuffer, String, String, boolean) - Static method in class org.apache.tomcat.util.http.ServerCookie
 
mbr - Variable in class org.apache.catalina.cluster.mcast.McastMembership.MbrEntry
 
mcastBindAddress - Variable in class org.apache.catalina.cluster.mcast.McastServiceImpl
 
mcastSoTimeout - Variable in class org.apache.catalina.cluster.mcast.McastServiceImpl
 
mcastTTL - Variable in class org.apache.catalina.cluster.mcast.McastServiceImpl
 
md - Variable in class org.apache.catalina.realm.RealmBase
The MessageDigest object for digesting user credentials (passwords).
md5Encoder - Static variable in class org.apache.catalina.authenticator.DigestAuthenticator
The MD5 helper object for this class.
md5Encoder - Static variable in class org.apache.catalina.realm.RealmBase
The MD5 helper object for this class.
md5Encoder - Static variable in class org.apache.catalina.servlets.WebdavServlet
The MD5 helper object for this class.
md5Helper - Static variable in class org.apache.catalina.authenticator.DigestAuthenticator
MD5 message digest provider.
md5Helper - Static variable in class org.apache.catalina.realm.RealmBase
MD5 message digest provider.
md5Helper - Static variable in class org.apache.catalina.servlets.WebdavServlet
MD5 message digest provider.
md5a2 - Variable in class org.apache.catalina.realm.JAASCallbackHandler
Second MD5 digest.
member - Variable in class org.apache.catalina.cluster.mcast.McastServiceImpl
The local member that we intend to broad cast over and over again
memberAdded(Member) - Method in interface org.apache.catalina.cluster.MembershipListener
 
memberAdded(Member) - Method in class org.apache.catalina.cluster.mcast.McastService
 
memberAdded(Member) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
New cluster member is registered
memberAlive(McastMember) - Method in class org.apache.catalina.cluster.mcast.McastMembership
Notify the membership that this member has announced itself.
memberAliveTime - Variable in class org.apache.catalina.cluster.mcast.McastMember
The number of milliseconds since this members was created, is kept track of using the start time
memberComparator - Variable in class org.apache.catalina.cluster.mcast.McastMembership
sort members by alive time
memberDisappeared(Member) - Method in interface org.apache.catalina.cluster.MembershipListener
 
memberDisappeared(Member) - Method in class org.apache.catalina.cluster.mcast.McastService
Callback from the impl when a new member has been received
memberDisappeared(Member) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
Cluster member is gone
members - Variable in class org.apache.catalina.cluster.mcast.McastMembership
A list of all the members in the cluster.
membership - Variable in class org.apache.catalina.cluster.mcast.McastServiceImpl
The membership, used so that we calculate memberships when they arrive or don't arrive
membershipMutex - Variable in class org.apache.catalina.cluster.mcast.McastServiceImpl
 
membershipService - Variable in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
the service that provides the membership
message - Variable in class org.apache.catalina.LifecycleException
The error message passed to our constructor (if any)
message - Variable in class org.apache.catalina.connector.ClientAbortException
The error message passed to our constructor (if any)
message - Variable in class org.apache.coyote.Response
Status message.
messageDataReceived(ClusterMessage) - Method in interface org.apache.catalina.cluster.ClusterManager
A message was received from another node, this is the callback method to implement if you are interested in receiving replication messages.
messageDataReceived(ClusterData) - Method in interface org.apache.catalina.cluster.io.ListenCallback
This method is invoked on the callback object to notify it that new data has been received from one of the cluster nodes.
messageDataReceived(ClusterMessage) - Method in class org.apache.catalina.cluster.session.DeltaManager
A message was received from another node, this is the callback method to implement if you are interested in receiving replication messages.
messageDataReceived(ClusterMessage) - Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
messageDataReceived(ClusterData) - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
receiver Message from other node.
messageDataReceived(ClusterData) - Method in class org.apache.catalina.cluster.tcp.SocketReplicationThread
 
messageNumber - Variable in class org.apache.catalina.cluster.authenticator.ClusterSingleSignOn
 
messageReceived(ClusterMessage) - Method in interface org.apache.catalina.cluster.MessageListener
 
messageReceived(ClusterMessage) - Method in class org.apache.catalina.cluster.authenticator.ClusterSingleSignOnListener
Callback from the cluster, when a message is received, The cluster will broadcast it invoking the messageReceived on the receiver.
messageReceived(ClusterMessage) - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
Callback from the cluster, when a message is received, The cluster will broadcast it invoking the messageReceived on the receiver.
messageReceived(ClusterMessage) - Method in class org.apache.catalina.cluster.session.ClusterListener
Callback from the cluster, when a message is received, The cluster will broadcast it invoking the messageReceived on the receiver.
messageReceived(ClusterMessage) - Method in class org.apache.catalina.cluster.session.ClusterSessionListener
Callback from the cluster, when a message is received, The cluster will broadcast it invoking the messageReceived on the receiver.
messageReceived(SessionMessage, Member) - Method in class org.apache.catalina.cluster.session.DeltaManager
This method is called by the received thread when a SessionMessage has been received from one of the other nodes in the cluster.
messageReceived(ClusterMessage) - Method in class org.apache.catalina.cluster.session.JvmRouteSessionIDBinderListener
Callback from the cluster, when a message is received, The cluster will broadcast it invoking the messageReceived on the receiver.
messageReceived(SessionMessage, Member) - Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
This method is called by the received thread when a SessionMessage has been received from one of the other nodes in the cluster.
method() - Method in class org.apache.coyote.Request
 
method() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the method.
methodName - Variable in class org.apache.catalina.startup.SetNextNamingRule
The method name to call on the parent object.
methodName - Variable in class org.apache.tomcat.util.digester.CallMethodRule
The method name to call on the parent object.
methodName - Variable in class org.apache.tomcat.util.digester.SetNextRule
The method name to call on the parent object.
methodName - Variable in class org.apache.tomcat.util.digester.SetRootRule
The method name to call on the parent object.
methodName - Variable in class org.apache.tomcat.util.digester.SetTopRule
The method name to call on the child object.
methodTransArray - Static variable in class org.apache.coyote.ajp.Constants
 
methodTransArray - Static variable in class org.apache.jk.common.AjpConstants
Translates integer codes to names of HTTP methods
mimeSeparation - Static variable in class org.apache.catalina.servlets.DefaultServlet
MIME multipart separation string
mimeType - Variable in class org.apache.naming.resources.ResourceAttributes
MIME type.
minIdleSwap - Variable in class org.apache.catalina.session.PersistentManagerBase
Minimum time a session must be idle before it is swapped to disk.
minProcessingTime - Variable in class org.apache.catalina.cluster.tcp.DataSender
min proessingTime
minProcessingTime - Variable in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
min proessingTime
minReceivedProcessingTime - Variable in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
min proessingTime
minSpareThreads - Variable in class org.apache.tomcat.util.threads.ThreadPool
 
minWaitAckTime - Variable in class org.apache.catalina.cluster.tcp.DataSender
min waitAckTime
missingAckCounter - Variable in class org.apache.catalina.cluster.tcp.DataSender
number of failing acks
modified() - Method in interface org.apache.catalina.Loader
Has the internal repository associated with this Loader been modified, such that the loaded classes should be reloaded?
modified() - Method in class org.apache.catalina.cluster.deploy.WarWatcher.WarInfo
 
modified() - Method in interface org.apache.catalina.loader.Reloader
Have one or more classes or resources been modified so that a reload is appropriate?
modified() - Method in class org.apache.catalina.loader.WebappClassLoader
Have one or more classes or resources been modified so that a reload is appropriate?
modified() - Method in class org.apache.catalina.loader.WebappLoader
Has the internal repository associated with this Loader been modified, such that the loaded classes should be reloaded?
modifyAttributes(Name, int, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Modifies the attributes associated with a named object.
modifyAttributes(String, int, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Modifies the attributes associated with a named object.
modifyAttributes(Name, ModificationItem[]) - Method in class org.apache.naming.resources.BaseDirContext
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(String, ModificationItem[]) - Method in class org.apache.naming.resources.BaseDirContext
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(String, int, Attributes) - Method in class org.apache.naming.resources.FileDirContext
Modifies the attributes associated with a named object.
modifyAttributes(String, ModificationItem[]) - Method in class org.apache.naming.resources.FileDirContext
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(Name, int, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Modifies the attributes associated with a named object.
modifyAttributes(String, int, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Modifies the attributes associated with a named object.
modifyAttributes(Name, ModificationItem[]) - Method in class org.apache.naming.resources.ProxyDirContext
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(String, ModificationItem[]) - Method in class org.apache.naming.resources.ProxyDirContext
Modifies the attributes associated with a named object using an an ordered list of modifications.
modifyAttributes(String, int, Attributes) - Method in class org.apache.naming.resources.WARDirContext
Modifies the attributes associated with a named object.
modifyAttributes(String, ModificationItem[]) - Method in class org.apache.naming.resources.WARDirContext
Modifies the attributes associated with a named object using an an ordered list of modifications.
monitor - Variable in class org.apache.tomcat.util.threads.ThreadPool
 
months - Static variable in class org.apache.catalina.valves.AccessLogValve
The set of month abbreviations for log messages.
months - Static variable in class org.apache.catalina.valves.FastCommonAccessLogValve
The set of month abbreviations for log messages.
move() - Method in class org.apache.catalina.storeconfig.StoreFileMover
Shuffle old->save and new->old
mserver - Variable in class org.apache.catalina.connector.Connector
 
mserver - Variable in class org.apache.catalina.core.ContainerBase
 
mserver - Variable in class org.apache.catalina.core.StandardServer
 
mserver - Variable in class org.apache.catalina.core.StandardService
 
mserver - Variable in class org.apache.catalina.mbeans.GroupMBean
The MBeanServer in which we are registered.
mserver - Variable in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
The MBeanServer in which we are registered.
mserver - Variable in class org.apache.catalina.mbeans.RoleMBean
The MBeanServer in which we are registered.
mserver - Variable in class org.apache.catalina.mbeans.UserMBean
The MBeanServer in which we are registered.
mserver - Variable in class org.apache.catalina.realm.RealmBase
 
mserver - Variable in class org.apache.catalina.session.ManagerBase
 
mserver - Variable in class org.apache.catalina.valves.ValveBase
 
mserver - Variable in class org.apache.coyote.ajp.AjpAprProtocol
 
mserver - Variable in class org.apache.coyote.http11.Http11AprProtocol
 
mserver - Variable in class org.apache.coyote.http11.Http11Protocol
 
mserver - Variable in class org.apache.jk.core.JkHandler
 
mserver - Variable in class org.apache.jk.server.JkMain
 
msgCount - Variable in class org.apache.catalina.cluster.mcast.McastMember
Counter for how many messages have been sent from this member

N

NAME - Static variable in interface org.apache.naming.NamingServiceMBean
Component name.
NAME - Static variable in class org.apache.naming.resources.ResourceAttributes
Name.
NAMED_DISPATCHER_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we store the servlet name on a named dispatcher request.
NAME_AUTHTYPE - Static variable in class org.apache.catalina.cluster.session.DeltaRequest
 
NAME_ISNEW - Static variable in class org.apache.catalina.cluster.session.DeltaRequest
 
NAME_MAXINTERVAL - Static variable in class org.apache.catalina.cluster.session.DeltaRequest
 
NAME_PRINCIPAL - Static variable in class org.apache.catalina.cluster.session.DeltaRequest
 
NONE_TRANSPORT - Static variable in class org.apache.catalina.authenticator.Constants
 
NONE_TRANSPORT - Static variable in class org.apache.catalina.realm.Constants
 
NOT_SERIALIZED - Static variable in class org.apache.catalina.session.StandardSession
The dummy attribute value serialized when a NotSerializableException is encountered in writeObject().
NO_CONTENT - Static variable in class org.apache.catalina.util.XMLWriter
Element with no content.
NSAPI_LOG_LOCATION - Static variable in class org.apache.jk.config.NSConfig
 
NSAPI_REDIRECTOR - Static variable in class org.apache.jk.config.NSConfig
default location of nsapi plug-in.
NSConfig - class org.apache.jk.config.NSConfig.
Generates automatic Netscape nsapi_redirect configurations based on the Tomcat server.xml settings and the war contexts initialized during startup.
NSConfig() - Constructor for class org.apache.jk.config.NSConfig
 
NS_CONFIG - Static variable in class org.apache.jk.config.NSConfig
 
NameParserImpl - class org.apache.naming.NameParserImpl.
Parses names.
NameParserImpl() - Constructor for class org.apache.naming.NameParserImpl
 
NamingContext - class org.apache.naming.NamingContext.
Catalina JNDI Context implementation.
NamingContext(Hashtable, String) - Constructor for class org.apache.naming.NamingContext
Builds a naming context using the given environment.
NamingContext(Hashtable, String, HashMap) - Constructor for class org.apache.naming.NamingContext
Builds a naming context using the given environment.
NamingContextBindingsEnumeration - class org.apache.naming.NamingContextBindingsEnumeration.
Naming enumeration implementation.
NamingContextBindingsEnumeration(Iterator, Context) - Constructor for class org.apache.naming.NamingContextBindingsEnumeration
 
NamingContextEnumeration - class org.apache.naming.NamingContextEnumeration.
Naming enumeration implementation.
NamingContextEnumeration(Iterator) - Constructor for class org.apache.naming.NamingContextEnumeration
 
NamingContextListener - class org.apache.catalina.core.NamingContextListener.
Helper class used to initialize and populate the JNDI context associated with each context and server.
NamingContextListener() - Constructor for class org.apache.catalina.core.NamingContextListener
 
NamingEntry - class org.apache.naming.NamingEntry.
Represents a binding in a NamingContext.
NamingEntry(String, Object, int) - Constructor for class org.apache.naming.NamingEntry
 
NamingResources - class org.apache.catalina.deploy.NamingResources.
Holds and manages the naming resources defined in the J2EE Enterprise Naming Context and their associated JNDI context.
NamingResources() - Constructor for class org.apache.catalina.deploy.NamingResources
Create a new NamingResources instance.
NamingResourcesMBean - class org.apache.catalina.mbeans.NamingResourcesMBean.
A ModelMBean implementation for the org.apache.catalina.deploy.NamingResources component.
NamingResourcesMBean() - Constructor for class org.apache.catalina.mbeans.NamingResourcesMBean
Construct a ModelMBean with default ModelMBeanInfo information.
NamingResourcesSF - class org.apache.catalina.storeconfig.NamingResourcesSF.
Store server.xml elements Resources at context and GlobalNamingResources
NamingResourcesSF() - Constructor for class org.apache.catalina.storeconfig.NamingResourcesSF
 
NamingRuleSet - class org.apache.catalina.startup.NamingRuleSet.
RuleSet for processing the JNDI Enterprise Naming Context resource declaration elements.
NamingRuleSet() - Constructor for class org.apache.catalina.startup.NamingRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
NamingRuleSet(String) - Constructor for class org.apache.catalina.startup.NamingRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
NamingService - class org.apache.naming.NamingService.
Implementation of the NamingService JMX MBean.
NamingService() - Constructor for class org.apache.naming.NamingService
 
NamingServiceMBean - interface org.apache.naming.NamingServiceMBean.
Naming MBean interface.
NodeCreateRule - class org.apache.tomcat.util.digester.NodeCreateRule.
A rule implementation that creates a DOM Node containing the XML at the element that matched the rule.
NodeCreateRule() - Constructor for class org.apache.tomcat.util.digester.NodeCreateRule
Default constructor.
NodeCreateRule(DocumentBuilder) - Constructor for class org.apache.tomcat.util.digester.NodeCreateRule
Constructor.
NodeCreateRule(int) - Constructor for class org.apache.tomcat.util.digester.NodeCreateRule
Constructor.
NodeCreateRule(int, DocumentBuilder) - Constructor for class org.apache.tomcat.util.digester.NodeCreateRule
Constructor.
NonLoginAuthenticator - class org.apache.catalina.authenticator.NonLoginAuthenticator.
An Authenticator and Valve implementation that checks only security constraints not involving user authentication.
NonLoginAuthenticator() - Constructor for class org.apache.catalina.authenticator.NonLoginAuthenticator
 
name - Variable in class org.apache.catalina.cluster.mcast.McastMembership
The name of this membership, has to be the same as the name for the local member
name - Variable in class org.apache.catalina.cluster.session.DeltaManager
 
name - Variable in class org.apache.catalina.cluster.session.SerializablePrincipal
The username of the user represented by this Principal.
name - Variable in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
name - Variable in class org.apache.catalina.connector.CoyotePrincipal
The username of the user represented by this Principal.
name - Variable in class org.apache.catalina.core.ContainerBase
The human-readable name of this Container.
name - Variable in class org.apache.catalina.core.NamingContextListener
Name of the associated naming context.
name - Variable in class org.apache.catalina.loader.WebappClassLoader.PrivilegedFindResourceByName
 
name - Static variable in class org.apache.catalina.realm.DataSourceRealm
Descriptive information about this Realm implementation.
name - Variable in class org.apache.catalina.realm.GenericPrincipal
The username of the user represented by this Principal.
name - Static variable in class org.apache.catalina.realm.JAASRealm
Descriptive information about this Realm implementation.
name - Static variable in class org.apache.catalina.realm.JDBCRealm
Descriptive information about this Realm implementation.
name - Static variable in class org.apache.catalina.realm.JNDIRealm
Descriptive information about this Realm implementation.
name - Static variable in class org.apache.catalina.realm.MemoryRealm
Descriptive information about this Realm implementation.
name - Static variable in class org.apache.catalina.realm.UserDatabaseRealm
Descriptive information about this Realm implementation.
name - Static variable in class org.apache.catalina.session.ManagerBase
The descriptive name of this Manager implementation (for logging).
name - Static variable in class org.apache.catalina.session.PersistentManager
The descriptive name of this Manager implementation (for logging).
name - Static variable in class org.apache.catalina.session.StandardManager
The descriptive name of this Manager implementation (for logging).
name - Variable in class org.apache.catalina.startup.HostConfig.DeployedApplication
Application context path.
name - Variable in class org.apache.jk.core.JkHandler
 
name - Variable in class org.apache.naming.NamingContext
Name of the associated Catalina Context.
name - Variable in class org.apache.naming.NamingEntry
 
name - Variable in class org.apache.naming.resources.CacheEntry
 
name - Variable in class org.apache.naming.resources.ResourceAttributes
Name.
name - Variable in class org.apache.naming.resources.WARDirContext.Entry
 
name - Variable in class org.apache.tomcat.util.buf.StringCache.ByteEntry
 
name - Variable in class org.apache.tomcat.util.buf.StringCache.CharEntry
 
name - Variable in class org.apache.tomcat.util.digester.SetPropertyRule
The attribute that will contain the property name.
name - Variable in class org.apache.tomcat.util.http.mapper.Mapper.MapElement
 
name - Variable in class org.apache.tomcat.util.net.AprEndpoint
Name of the thread pool, which will be used for naming child threads.
name - Variable in class org.apache.tomcat.util.threads.ThreadPool
Name of the threadpool
nameParser - Static variable in class org.apache.naming.NamingContext
Name parser for this context.
nameParser - Variable in class org.apache.naming.resources.BaseDirContext
Name parser for this context.
names() - Method in class org.apache.tomcat.util.http.MimeHeaders
Returns an enumeration of strings representing the header field names.
namespaceAware - Variable in class org.apache.tomcat.util.digester.Digester
Do we want a "namespace aware" parser.
namespaceURI - Variable in class org.apache.tomcat.util.digester.Rule
The namespace URI for which this Rule is relevant, if any.
namespaceURI - Variable in class org.apache.tomcat.util.digester.RuleSetBase
The namespace URI that all Rule instances created by this RuleSet will be associated with.
namespaceURI - Variable in class org.apache.tomcat.util.digester.RulesBase
The namespace URI for which subsequently added Rule objects are relevant, or null for matching independent of namespaces.
namespaces - Variable in class org.apache.tomcat.util.digester.Digester
Registered namespaces we are currently processing.
namingContext - Variable in class org.apache.catalina.core.NamingContextListener
Associated JNDI context.
namingResources - Variable in class org.apache.catalina.core.NamingContextListener
Associated naming resources.
nativeDispatch(Msg, MsgContext, int, int) - Method in class org.apache.jk.common.JniHandler
send and get the response in the same buffer.
nativeJkHandlerP - Variable in class org.apache.jk.common.JniHandler
 
nc - Variable in class org.apache.catalina.realm.JAASCallbackHandler
Nonce count.
needCRLFParse - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Flag set to true if the next call to doRead() must parse a CRLF pair before doing anything else.
needConvert - Variable in class org.apache.catalina.loader.WebappClassLoader
need conversion for properties files
nesting - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
 
nesting - Variable in class org.apache.tomcat.util.http.mapper.Mapper.ContextList
 
newDigester() - Static method in class org.apache.catalina.startup.DigesterFactory
Create a Digester parser with no Rule associated and XML validation turned off.
newDigester(RuleSet) - Static method in class org.apache.catalina.startup.DigesterFactory
Create a Digester parser with XML validation turned off.
newDigester(boolean, boolean, RuleSet) - Static method in class org.apache.catalina.startup.DigesterFactory
Create a Digester parser.
newInstance() - Static method in class org.apache.catalina.security.SecurityConfig
Returns the singleton instance of that class.
newInstance(String, String, Attributes) - Method in class org.apache.catalina.storeconfig.StoreFactoryRule
create new instance from attribte className!
newInstance() - Method in class org.apache.tomcat.util.buf.MessageBytes.MessageBytesFactory
 
newInstance() - Static method in class org.apache.tomcat.util.buf.MessageBytes
Construct a new MessageBytes instance
newSAXParser(Properties) - Static method in class org.apache.tomcat.util.digester.GenericParser
Create a SAXParser configured to support XML Scheman and DTD
newSAXParser(Properties) - Static method in class org.apache.tomcat.util.digester.ParserFeatureSetterFactory
Create a new SAXParser
newSAXParser(Properties) - Static method in class org.apache.tomcat.util.digester.XercesParser
Create a SAXParser based on the underlying Xerces version.
newWorkerThread() - Method in class org.apache.tomcat.util.net.AprEndpoint
Create and return a new processor suitable for processing HTTP requests and returning the corresponding responses.
next() - Method in class org.apache.catalina.cluster.util.LinkObject
Get the next element.
next - Variable in class org.apache.catalina.valves.ValveBase
The next Valve in the pipeline this Valve is a component of.
next - Variable in class org.apache.jk.core.JkHandler
 
next() - Method in class org.apache.naming.NamingContextBindingsEnumeration
Retrieves the next element in the enumeration.
next() - Method in class org.apache.naming.NamingContextEnumeration
Retrieves the next element in the enumeration.
next() - Method in class org.apache.naming.resources.RecyclableNamingEnumeration
Retrieves the next element in the enumeration.
nextElement() - Method in class org.apache.catalina.util.Enumerator
Returns the next element of this enumeration if this enumeration has at least one more element to provide.
nextElement() - Method in class org.apache.naming.NamingContextBindingsEnumeration
 
nextElement() - Method in class org.apache.naming.NamingContextEnumeration
 
nextElement() - Method in class org.apache.naming.resources.RecyclableNamingEnumeration
 
nextElement() - Method in class org.apache.tomcat.util.collections.EmptyEnumeration
 
nextElement() - Method in class org.apache.tomcat.util.collections.MultiMapNamesEnumeration
 
nextElement() - Method in class org.apache.tomcat.util.collections.SimpleHashtable
Used to view this as an enumeration; returns the next key in the enumeration.
nextName - Variable in class org.apache.jk.core.JkHandler
 
nextRequest() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
End processing of current HTTP request.
nextRequest() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
End processing of current HTTP request.
nextRequest() - Method in class org.apache.coyote.http11.InternalInputBuffer
End processing of current HTTP request.
nextRequest() - Method in class org.apache.coyote.http11.InternalOutputBuffer
End processing of current HTTP request.
nextToken() - Method in class org.apache.catalina.ssi.ExpressionTokenizer
Returns the next token type and initializes any state variables accordingly.
noCompressionUserAgents - Variable in class org.apache.coyote.http11.Http11AprProcessor
List of user agents to not use gzip with
noCompressionUserAgents - Variable in class org.apache.coyote.http11.Http11Processor
List of user agents to not use gzip with
noRoot - Variable in class org.apache.jk.config.BaseJkConfig
 
nonCacheable - Variable in class org.apache.naming.resources.ProxyDirContext
Non cacheable resources.
nonce - Variable in class org.apache.catalina.realm.JAASCallbackHandler
Server generated nonce.
nonceCacheSize - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
Maximum number of server nonces to keep in the cache.
nonceValidity - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
How long server nonces are valid for in milliseconds.
nonces - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
List of server nonce values currently being tracked
normalize(MessageBytes) - Static method in class org.apache.catalina.connector.CoyoteAdapter
Normalize URI.
normalize(String) - Static method in class org.apache.catalina.ssi.SSIServletRequestUtil
Deprecated.  
normalize(String) - Method in class org.apache.catalina.util.DOMWriter
Normalizes the given string.
normalize(String) - Static method in class org.apache.catalina.util.RequestUtil
Normalize a relative URI path that may have relative values ("/./", "/../", and so on ) it it.
normalize(String, boolean) - Static method in class org.apache.catalina.util.RequestUtil
Normalize a relative URI path that may have relative values ("/./", "/../", and so on ) it it.
normalize() - Method in class org.apache.catalina.util.URL
Normalize the path (and therefore file) portions of this URL.
normalize(String) - Method in class org.apache.naming.resources.FileDirContext
Return a context-relative path, beginning with a "/", that represents the canonical version of the specified path after ".." and "." elements are resolved out.
normalize(ZipEntry) - Method in class org.apache.naming.resources.WARDirContext
Normalize the name of an entry read from the Zip.
normalize() - Method in class org.apache.tomcat.util.net.URL
Normalize the path (and therefore file) portions of this URL.
notFoundCache - Variable in class org.apache.naming.resources.ResourceCache
Not found cache.
notFoundException - Variable in class org.apache.naming.resources.ProxyDirContext
Immutable name not found exception.
notFoundResources - Variable in class org.apache.catalina.loader.WebappClassLoader
The list of not found resources.
notationDecl(String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
Receive notification of a notation declaration event.
notes - Variable in class org.apache.catalina.session.StandardSession
Internal notes associated with this session by Catalina components and event listeners.
notes - Variable in class org.apache.coyote.Response
Notes.
notifyThreadEnd(ThreadPool.ControlRunnable) - Method in class org.apache.tomcat.util.threads.ThreadPool
Inform the pool that the specific thread finish.
nrOfCrossContextSendRequests - Variable in class org.apache.catalina.cluster.tcp.ReplicationValve
 
nrOfFilterRequests - Variable in class org.apache.catalina.cluster.tcp.ReplicationValve
 
nrOfMessagesProcessed - Variable in class org.apache.catalina.cluster.deploy.FileMessageFactory
The number of messages we have read or written
nrOfRequests - Variable in class org.apache.catalina.cluster.tcp.DataSender
number of requests
nrOfRequests - Variable in class org.apache.catalina.cluster.tcp.ReplicationValve
 
nrOfSendRequests - Variable in class org.apache.catalina.cluster.tcp.ReplicationValve
 
nullInstance(Object) - Method in class org.apache.catalina.loader.WebappClassLoader
 
nullToEmptyString(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
nullsToBlanks(String) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Converts null strings to blank strings ("")
nullsToBlanks(String) - Method in class org.apache.catalina.util.ProcessEnvironment
Deprecated. Converts null strings to blank strings ("")
nullsToString(String, String) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Converts null strings to another string
nullsToString(String, String) - Method in class org.apache.catalina.util.ProcessEnvironment
Deprecated. Converts null strings to another string
numberOfSessions - Variable in class org.apache.catalina.cluster.session.JvmRouteBinderValve
number of session that no at this tomcat instanz hosted

O

OBJECT_FACTORIES - Static variable in class org.apache.naming.factory.Constants
 
OBJECT_NAME - Static variable in interface org.apache.naming.NamingServiceMBean
Object name.
OK - Static variable in class org.apache.jk.core.JkHandler
 
OLD_COOKIE_PATTERN - Static variable in class org.apache.catalina.util.DateTool
Pattern used for old cookies
ONE_KILOBYTE - Static variable in class org.apache.catalina.ssi.SSIFsize
 
ONE_MEGABYTE - Static variable in class org.apache.catalina.ssi.SSIFsize
 
OPENEJB_EJB_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
OPENING - Static variable in class org.apache.catalina.util.XMLWriter
Opening tag.
ObjectCreateRule - class org.apache.tomcat.util.digester.ObjectCreateRule.
Rule implementation that creates a new object and pushes it onto the object stack.
ObjectCreateRule(Digester, String) - Constructor for class org.apache.tomcat.util.digester.ObjectCreateRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use ObjectCreateRule.ObjectCreateRule(String className) instead.
ObjectCreateRule(Digester, Class) - Constructor for class org.apache.tomcat.util.digester.ObjectCreateRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use ObjectCreateRule.ObjectCreateRule(Class clazz) instead.
ObjectCreateRule(Digester, String, String) - Constructor for class org.apache.tomcat.util.digester.ObjectCreateRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use ObjectCreateRule.ObjectCreateRule(String className, String attributeName) instead.
ObjectCreateRule(Digester, String, Class) - Constructor for class org.apache.tomcat.util.digester.ObjectCreateRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use ObjectCreateRule.ObjectCreateRule(String attributeName, Class clazz) instead.
ObjectCreateRule(String) - Constructor for class org.apache.tomcat.util.digester.ObjectCreateRule
Construct an object create rule with the specified class name.
ObjectCreateRule(Class) - Constructor for class org.apache.tomcat.util.digester.ObjectCreateRule
Construct an object create rule with the specified class.
ObjectCreateRule(String, String) - Constructor for class org.apache.tomcat.util.digester.ObjectCreateRule
Construct an object create rule with the specified class name and an optional attribute name containing an override.
ObjectCreateRule(String, Class) - Constructor for class org.apache.tomcat.util.digester.ObjectCreateRule
Construct an object create rule with the specified class and an optional attribute name containing an override.
ObjectCreationFactory - interface org.apache.tomcat.util.digester.ObjectCreationFactory.
Interface for use with FactoryCreateRule.
ObjectParamRule - class org.apache.tomcat.util.digester.ObjectParamRule.
Rule implementation that saves a parameter for use by a surrounding CallMethodRule.
ObjectParamRule(int, Object) - Constructor for class org.apache.tomcat.util.digester.ObjectParamRule
Construct a "call parameter" rule that will save the given Object as the parameter value.
ObjectParamRule(int, String, Object) - Constructor for class org.apache.tomcat.util.digester.ObjectParamRule
Construct a "call parameter" rule that will save the given Object as the parameter value, provided that the specified attribute exists.
ObjectReader - class org.apache.catalina.cluster.io.ObjectReader.
The object reader object is an object used in conjunction with java.nio TCP messages.
ObjectReader(SocketChannel, Selector, ListenCallback) - Constructor for class org.apache.catalina.cluster.io.ObjectReader
Create XByteBuffer and store parameter
OpenEjbFactory - class org.apache.naming.factory.OpenEjbFactory.
Object factory for EJBs.
OpenEjbFactory() - Constructor for class org.apache.naming.factory.OpenEjbFactory
 
OutputBuffer - class org.apache.catalina.connector.OutputBuffer.
The buffer used by Tomcat response.
OutputBuffer() - Constructor for class org.apache.catalina.connector.OutputBuffer
Default constructor.
OutputBuffer(int) - Constructor for class org.apache.catalina.connector.OutputBuffer
Alternate constructor which allows specifying the initial buffer size.
OutputBuffer - interface org.apache.coyote.OutputBuffer.
Output buffer.
OutputFilter - interface org.apache.coyote.http11.OutputFilter.
Output filter.
ob - Variable in class org.apache.catalina.connector.CoyoteOutputStream
 
ob - Variable in class org.apache.catalina.connector.CoyoteWriter
 
object - Variable in class org.apache.naming.resources.DirContextURLConnection
Other unknown object.
object - Variable in class org.apache.tomcat.util.http.mapper.Mapper.MapElement
 
objectNames - Variable in class org.apache.catalina.core.NamingContextListener
Objectnames hashtable.
ok - Variable in class org.apache.catalina.startup.ContextConfig
Track any fatal errors during startup configuration processing.
oldCookieFormat - Static variable in class org.apache.catalina.util.DateTool
DateFormat to be used to format old netscape cookies
oname - Variable in class org.apache.catalina.cluster.deploy.FarmWarDeployer
The associated deployer ObjectName.
oname - Variable in class org.apache.catalina.connector.Connector
 
oname - Variable in class org.apache.catalina.core.ContainerBase
 
oname - Variable in class org.apache.catalina.core.StandardServer
 
oname - Variable in class org.apache.catalina.core.StandardService
 
oname - Variable in class org.apache.catalina.realm.RealmBase
 
oname - Variable in class org.apache.catalina.session.ManagerBase
 
oname - Variable in class org.apache.catalina.startup.HostConfig
The JMX ObjectName of this component.
oname - Variable in class org.apache.catalina.valves.ValveBase
 
oname - Variable in class org.apache.coyote.ajp.AjpAprProtocol
 
oname - Variable in class org.apache.coyote.http11.Http11AprProtocol
 
oname - Variable in class org.apache.coyote.http11.Http11Protocol
 
oname - Variable in class org.apache.jk.core.JkHandler
 
oname - Variable in class org.apache.jk.server.JkMain
 
opaque - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
Opaque string.
open() - Method in interface org.apache.catalina.UserDatabase
Initialize access to this user database.
open() - Method in class org.apache.catalina.realm.DataSourceRealm
Open the specified database connection.
open() - Method in class org.apache.catalina.realm.JDBCRealm
Open (if necessary) and return a database connection for use by this Realm.
open() - Method in class org.apache.catalina.realm.JNDIRealm
Open (if necessary) and return a connection to the configured directory server for this Realm.
open() - Method in class org.apache.catalina.session.JDBCStore
Open (if necessary) and return a database connection for use by this Realm.
open() - Method in class org.apache.catalina.users.MemoryUserDatabase
Initialize access to this user database.
open() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Open (if necessary) and return a database connection for use by this AccessLogValve.
open(MsgContext) - Method in class org.apache.jk.common.ChannelNioSocket
 
open(MsgContext) - Method in class org.apache.jk.common.ChannelSocket
 
open(MsgContext) - Method in class org.apache.jk.common.ChannelUn
Open a connection - since we're listening that will block in accept
openConnection(URL) - Method in class org.apache.naming.resources.DirContextURLStreamHandler
Opens a connection to the object referenced by the URL argument.
openDeserializeObjectStream(byte[]) - Method in class org.apache.catalina.cluster.session.DeltaManager
Open Stream and use correct ClassLoader (Container) Switch ThreadClassLoader
openForWrite - Variable in class org.apache.catalina.cluster.deploy.FileMessageFactory
True means that we are writing with this factory.
openJARs() - Method in class org.apache.catalina.loader.WebappClassLoader
Used to periodically signal to the classloader to release JAR resources.
openRedirector() - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Set up properties on the Redirector and create output streams.
openSocket() - Method in class org.apache.catalina.cluster.tcp.DataSender
open real socket and set time out when waitForAck is enabled is socket open return directly
openThreads(int) - Method in class org.apache.tomcat.util.threads.ThreadPool
Create missing threads.
options - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The configuration information for this LoginModule.
options - Variable in class org.apache.tomcat.util.net.AprEndpoint.Worker
 
org.apache.catalina - package org.apache.catalina
 
org.apache.catalina.ant - package org.apache.catalina.ant
This package contains a set of Task implementations for Ant (version 1.6.x or later) that can be used to interact with the Manager application to deploy, undeploy, list, reload, start and stop web applications from a running instance of Tomcat.
org.apache.catalina.ant.jmx - package org.apache.catalina.ant.jmx
This package contains a set of JMX Task implementations for Ant (version 1.6 or later) that can be used to interact with the Remote JMX JSR 160 RMI Adaptor to get/set attributes, invoke MBean operations and query for Mbeans inside a running instance of Tomcat.
org.apache.catalina.authenticator - package org.apache.catalina.authenticator
This package contains Authenticator implementations for the various supported authentication methods (BASIC, DIGEST, and FORM).
org.apache.catalina.cluster - package org.apache.catalina.cluster
This package contains code for Clustering, the base class of a Cluster is org.apache.catalina.Cluster implementations of this class is done when implementing a new Cluster protocol The only Cluster protocol currently implemented is a JavaGroups based
    JGCluster.java
org.apache.catalina.cluster.authenticator - package org.apache.catalina.cluster.authenticator
 
org.apache.catalina.cluster.deploy - package org.apache.catalina.cluster.deploy
 
org.apache.catalina.cluster.io - package org.apache.catalina.cluster.io
 
org.apache.catalina.cluster.mcast - package org.apache.catalina.cluster.mcast
 
org.apache.catalina.cluster.session - package org.apache.catalina.cluster.session
 
org.apache.catalina.cluster.tcp - package org.apache.catalina.cluster.tcp
 
org.apache.catalina.cluster.util - package org.apache.catalina.cluster.util
 
org.apache.catalina.connector - package org.apache.catalina.connector
 
org.apache.catalina.core - package org.apache.catalina.core
 
org.apache.catalina.deploy - package org.apache.catalina.deploy
This package contains Java objects that represent complex data structures from the web application deployment descriptor file (web.xml).
org.apache.catalina.filters - package org.apache.catalina.filters
 
org.apache.catalina.launcher - package org.apache.catalina.launcher
 
org.apache.catalina.loader - package org.apache.catalina.loader
 
org.apache.catalina.mbeans - package org.apache.catalina.mbeans
 
org.apache.catalina.realm - package org.apache.catalina.realm
This package contains Realm implementations for the various supported realm technologies for authenticating users and identifying their associated roles.
org.apache.catalina.security - package org.apache.catalina.security
 
org.apache.catalina.servlets - package org.apache.catalina.servlets
This package contains Servlets that implement some of the standard functionality provided by the Catalina servlet container.
org.apache.catalina.session - package org.apache.catalina.session
This package contains the standard Manager and Session implementations that represent the collection of active sessions and the individual sessions themselves, respectively, that are associated with a Context.
org.apache.catalina.ssi - package org.apache.catalina.ssi
This package contains code that is used by the SsiInvoker.
org.apache.catalina.startup - package org.apache.catalina.startup
 
org.apache.catalina.storeconfig - package org.apache.catalina.storeconfig
 
org.apache.catalina.users - package org.apache.catalina.users
 
org.apache.catalina.util - package org.apache.catalina.util
 
org.apache.catalina.valves - package org.apache.catalina.valves
This package contains a variety of small Valve implementations that do not warrant being packaged separately.
org.apache.coyote - package org.apache.coyote
 
org.apache.coyote.ajp - package org.apache.coyote.ajp
 
org.apache.coyote.http11 - package org.apache.coyote.http11
 
org.apache.coyote.http11.filters - package org.apache.coyote.http11.filters
 
org.apache.coyote.memory - package org.apache.coyote.memory
 
org.apache.jk.common - package org.apache.jk.common
 
org.apache.jk.config - package org.apache.jk.config
 
org.apache.jk.core - package org.apache.jk.core
Jk2 interfaces Core interfaces for jk2, similar with the interfaces defined in the C side ( jk2/include ).
org.apache.jk.server - package org.apache.jk.server
 
org.apache.naming - package org.apache.naming
This package contains a memory based naming service provider.
org.apache.naming.factory - package org.apache.naming.factory
This package contains object factories used by the naming service.
org.apache.naming.java - package org.apache.naming.java
This package contains the URL context factory for the "java" namespace.
org.apache.naming.resources - package org.apache.naming.resources
This package contains the resources directory context implemetation.
org.apache.naming.resources.jndi - package org.apache.naming.resources.jndi
 
org.apache.tomcat.util - package org.apache.tomcat.util
 
org.apache.tomcat.util.buf - package org.apache.tomcat.util.buf
Buffers and Encodings This package contains buffers and utils to perform encoding/decoding of buffers.
org.apache.tomcat.util.collections - package org.apache.tomcat.util.collections
Specialized collections This package includes a number of special collections, tunned for server-side applications.
org.apache.tomcat.util.compat - package org.apache.tomcat.util.compat
 
org.apache.tomcat.util.digester - package org.apache.tomcat.util.digester
The Digester package provides for rules-based processing of arbitrary XML documents.
org.apache.tomcat.util.http - package org.apache.tomcat.util.http
Special utils for handling HTTP-specific entities - headers, parameters, cookies, etc.
org.apache.tomcat.util.http.mapper - package org.apache.tomcat.util.http.mapper
 
org.apache.tomcat.util.log - package org.apache.tomcat.util.log
 
org.apache.tomcat.util.net - package org.apache.tomcat.util.net
 
org.apache.tomcat.util.net.jsse - package org.apache.tomcat.util.net.jsse
 
org.apache.tomcat.util.net.puretls - package org.apache.tomcat.util.net.puretls
 
org.apache.tomcat.util.res - package org.apache.tomcat.util.res
 
org.apache.tomcat.util.threads - package org.apache.tomcat.util.threads
 
originalDocBase - Variable in class org.apache.catalina.startup.ContextConfig
Original docBase.
out - Variable in class org.apache.catalina.cluster.deploy.FileMessageFactory
When openForWrite=true, the output stream is held by this variable
out - Variable in class org.apache.catalina.util.DOMWriter
Print writer.
out - Variable in class org.apache.tomcat.util.log.SystemLogHandler
Wrapped PrintStream.
output - Variable in class org.apache.catalina.servlets.DefaultServlet
The output buffer size to use when serving resources.
output - Variable in class org.apache.coyote.memory.MemoryProtocolHandler.ByteChunkOutputBuffer
 
outputBuffer - Variable in class org.apache.catalina.connector.Response
The associated output buffer.
outputBuffer - Variable in class org.apache.coyote.Response
Associated output buffer.
outputBuffer - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Direct buffer used for output.
outputBuffer - Variable in class org.apache.coyote.http11.Http11AprProcessor
Output.
outputBuffer - Variable in class org.apache.coyote.http11.Http11Processor
Output.
outputChunk - Variable in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
outputEncoding - Variable in class org.apache.catalina.ssi.SSIServlet
Output encoding.
outputStream - Variable in class org.apache.catalina.connector.Response
The associated output stream.
outputStream - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Underlying output stream.
outputStreamOutputBuffer - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Underlying output buffer.
outputStreamOutputBuffer - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Underlying output buffer.

P

PARAMETER_PARSE_FAILED_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute that is set to Boolean.TRUE if some request parameters have been ignored during request parameters parsing.
PATH_SEPARATOR - Static variable in class org.apache.tomcat.util.IntrospectionUtils
 
PERIODIC_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "periodic" event.
POOLED_SYNC_MODE - Static variable in class org.apache.catalina.cluster.tcp.IDataSenderFactory
 
POST - Static variable in class org.apache.coyote.ajp.Constants
POST.
POST - Static variable in class org.apache.coyote.http11.Constants
POST.
PROCESSOR_ACTIVE - Static variable in class org.apache.catalina.connector.Constants
 
PROCESSOR_IDLE - Static variable in class org.apache.catalina.connector.Constants
 
PROTOCOL_HANDLER_VARIABLE - Static variable in class org.apache.naming.resources.Constants
 
Package - Static variable in class org.apache.catalina.authenticator.Constants
 
Package - Static variable in class org.apache.catalina.cluster.Constants
 
Package - Static variable in class org.apache.catalina.cluster.mcast.Constants
 
Package - Static variable in class org.apache.catalina.cluster.session.Constants
 
Package - Static variable in class org.apache.catalina.cluster.tcp.Constants
 
Package - Static variable in class org.apache.catalina.connector.Constants
 
Package - Static variable in class org.apache.catalina.core.Constants
 
Package - Static variable in class org.apache.catalina.filters.Constants
 
Package - Static variable in class org.apache.catalina.loader.Constants
 
Package - Static variable in class org.apache.catalina.realm.Constants
 
Package - Static variable in class org.apache.catalina.servlets.Constants
 
Package - Static variable in class org.apache.catalina.session.Constants
 
Package - Static variable in class org.apache.catalina.startup.Constants
 
Package - Static variable in class org.apache.catalina.storeconfig.Constants
 
Package - Static variable in class org.apache.catalina.users.Constants
 
Package - Static variable in class org.apache.catalina.valves.Constants
 
Package - Static variable in class org.apache.coyote.ajp.Constants
Package name.
Package - Static variable in class org.apache.coyote.http11.Constants
Package name.
Package - Static variable in class org.apache.naming.Constants
 
Package - Static variable in class org.apache.naming.factory.Constants
 
Package - Static variable in class org.apache.naming.resources.Constants
 
ParameterMap - class org.apache.catalina.util.ParameterMap.
Extended implementation of HashMap that includes a locked property.
ParameterMap() - Constructor for class org.apache.catalina.util.ParameterMap
Construct a new, empty map with the default initial capacity and load factor.
ParameterMap(int) - Constructor for class org.apache.catalina.util.ParameterMap
Construct a new, empty map with the specified initial capacity and default load factor.
ParameterMap(int, float) - Constructor for class org.apache.catalina.util.ParameterMap
Construct a new, empty map with the specified initial capacity and load factor.
ParameterMap(Map) - Constructor for class org.apache.catalina.util.ParameterMap
Construct a new map with the same mappings as the given map.
Parameters - class org.apache.tomcat.util.http.Parameters.
 
Parameters() - Constructor for class org.apache.tomcat.util.http.Parameters
 
ParserFeatureSetterFactory - class org.apache.tomcat.util.digester.ParserFeatureSetterFactory.
Creates a SAXParser based on the underlying parser.
ParserFeatureSetterFactory() - Constructor for class org.apache.tomcat.util.digester.ParserFeatureSetterFactory
 
PasswdUserDatabase - class org.apache.catalina.startup.PasswdUserDatabase.
Concrete implementation of the UserDatabase interface that processes the /etc/passwd file on a Unix system.
PasswdUserDatabase() - Constructor for class org.apache.catalina.startup.PasswdUserDatabase
Initialize a new instance of this user database component.
PathCallParamRule - class org.apache.tomcat.util.digester.PathCallParamRule.
Rule implementation that saves a parameter containing the Digester matching path for use by a surrounding CallMethodRule.
PathCallParamRule(int) - Constructor for class org.apache.tomcat.util.digester.PathCallParamRule
Construct a "call parameter" rule that will save the body text of this element as the parameter value.
PersistentManager - class org.apache.catalina.session.PersistentManager.
Implementation of the Manager interface that makes use of a Store to swap active Sessions to disk.
PersistentManager() - Constructor for class org.apache.catalina.session.PersistentManager
 
PersistentManagerBase - class org.apache.catalina.session.PersistentManagerBase.
Extends the ManagerBase class to implement most of the functionality required by a Manager which supports any kind of persistence, even if onlyfor restarts.
PersistentManagerBase() - Constructor for class org.apache.catalina.session.PersistentManagerBase
 
PersistentManagerSF - class org.apache.catalina.storeconfig.PersistentManagerSF.
store server.xml PersistentManager element with nested "Store"
PersistentManagerSF() - Constructor for class org.apache.catalina.storeconfig.PersistentManagerSF
 
PersistentValve - class org.apache.catalina.valves.PersistentValve.
Valve that implements per-request session persistence.
PersistentValve() - Constructor for class org.apache.catalina.valves.PersistentValve
 
Pipeline - interface org.apache.catalina.Pipeline.
Interface describing a collection of Valves that should be executed in sequence when the invoke() method is invoked.
PoolTcpEndpoint - class org.apache.tomcat.util.net.PoolTcpEndpoint.
Handle incoming TCP connections.
PoolTcpEndpoint() - Constructor for class org.apache.tomcat.util.net.PoolTcpEndpoint
 
PoolTcpEndpoint(ThreadPool) - Constructor for class org.apache.tomcat.util.net.PoolTcpEndpoint
 
PooledSocketSender - class org.apache.catalina.cluster.tcp.PooledSocketSender.
Send cluster messages with a pool of sockets (25).
PooledSocketSender(String, InetAddress, int) - Constructor for class org.apache.catalina.cluster.tcp.PooledSocketSender
 
ProcessEnvironment - class org.apache.catalina.util.ProcessEnvironment.
Deprecated.  
ProcessEnvironment(HttpServletRequest, ServletContext) - Constructor for class org.apache.catalina.util.ProcessEnvironment
Deprecated. Creates a ProcessEnvironment and derives the necessary environment, working directory, command, etc.
ProcessEnvironment(HttpServletRequest, ServletContext, int) - Constructor for class org.apache.catalina.util.ProcessEnvironment
Deprecated. Creates a ProcessEnvironment and derives the necessary environment, working directory, command, etc.
ProcessHelper - class org.apache.catalina.util.ProcessHelper.
Deprecated.  
ProcessHelper(String, Hashtable, File, Hashtable) - Constructor for class org.apache.catalina.util.ProcessHelper
Deprecated. Creates a ProcessHelper and initializes its environment, working directory, and query parameters.
Processor - interface org.apache.coyote.Processor.
Processor.
ProtocolHandler - interface org.apache.coyote.ProtocolHandler.
Abstract the protocol implementation, including threading, etc.
ProxyDirContext - class org.apache.naming.resources.ProxyDirContext.
Proxy Directory Context implementation.
ProxyDirContext(Hashtable, DirContext) - Constructor for class org.apache.naming.resources.ProxyDirContext
Builds a proxy directory context using the given environment.
PureTLSImplementation - class org.apache.tomcat.util.net.puretls.PureTLSImplementation.
 
PureTLSImplementation() - Constructor for class org.apache.tomcat.util.net.puretls.PureTLSImplementation
 
PureTLSSocket - class org.apache.tomcat.util.net.puretls.PureTLSSocket.
 
PureTLSSocket() - Constructor for class org.apache.tomcat.util.net.puretls.PureTLSSocket
 
PureTLSSocketFactory - class org.apache.tomcat.util.net.puretls.PureTLSSocketFactory.
SSL server socket factory--wraps PureTLS
PureTLSSocketFactory() - Constructor for class org.apache.tomcat.util.net.puretls.PureTLSSocketFactory
 
packageTriggers - Static variable in class org.apache.catalina.loader.WebappClassLoader
Set of package names which are not allowed to be loaded from a webapp class loader without delegating first.
packetSize - Variable in class org.apache.coyote.ajp.AjpAprProtocol
AJP packet size.
padLeft(String, int) - Method in class org.apache.catalina.ssi.SSIFsize
 
param - Variable in class org.apache.tomcat.util.digester.ObjectParamRule
The parameter we wish to pass to the method call
paramCount - Variable in class org.apache.tomcat.util.digester.CallMethodRule
The number of parameters to collect from MethodParam rules.
paramIndex - Variable in class org.apache.tomcat.util.digester.CallParamRule
The zero-relative index of the parameter we are saving.
paramIndex - Variable in class org.apache.tomcat.util.digester.ObjectParamRule
The zero-relative index of the parameter we are saving.
paramIndex - Variable in class org.apache.tomcat.util.digester.PathCallParamRule
The zero-relative index of the parameter we are saving.
paramType - Variable in class org.apache.catalina.startup.SetNextNamingRule
The Java class name of the parameter type expected by the method.
paramType - Variable in class org.apache.tomcat.util.digester.SetNextRule
The Java class name of the parameter type expected by the method.
paramType - Variable in class org.apache.tomcat.util.digester.SetRootRule
The Java class name of the parameter type expected by the method.
paramType - Variable in class org.apache.tomcat.util.digester.SetTopRule
The Java class name of the parameter type expected by the method.
paramTypes - Variable in class org.apache.tomcat.util.digester.CallMethodRule
The parameter types of the parameters to be collected.
parameterMap - Variable in class org.apache.catalina.connector.Request
Hash map used in the getParametersMap method.
parametersParsed - Variable in class org.apache.catalina.connector.Request
Request parameters parsed flag.
params - Variable in class org.apache.tomcat.util.digester.Digester
The parameters stack being utilized by CallMethodRule and CallParamRule rules.
paramsAsString() - Method in class org.apache.tomcat.util.http.Parameters
Debug purpose
parent - Variable in class org.apache.catalina.core.ContainerBase
The parent Container to which this Container is a child.
parent - Variable in class org.apache.catalina.loader.WebappClassLoader
The parent class loader.
parentClassLoader - Variable in class org.apache.catalina.core.ContainerBase
The parent class loader to be configured when we install a Loader.
parentClassLoader - Variable in class org.apache.catalina.startup.Catalina
The shared extensions class loader for this server.
parse(String, ParsePosition) - Method in class org.apache.catalina.util.FastDateFormat
 
parse(String) - Method in class org.apache.naming.NameParserImpl
Parses a name into its components.
parse(File) - Method in class org.apache.tomcat.util.digester.Digester
Parse the content of the specified file using this Digester.
parse(InputSource) - Method in class org.apache.tomcat.util.digester.Digester
Parse the content of the specified input source using this Digester.
parse(InputStream) - Method in class org.apache.tomcat.util.digester.Digester
Parse the content of the specified input stream using this Digester.
parse(Reader) - Method in class org.apache.tomcat.util.digester.Digester
Parse the content of the specified reader using this Digester.
parse(String) - Method in class org.apache.tomcat.util.digester.Digester
Parse the content of the specified URI using this Digester.
parseCRLF() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Parse CRLF at end of chunk.
parseCache - Static variable in class org.apache.tomcat.util.http.FastHttpDateFormat
Parser cache.
parseCharacterEncoding(String) - Static method in class org.apache.catalina.util.RequestUtil
Parse the character encoding from the specified content type header.
parseChunkHeader() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Parse the header of a chunk.
parseClassNames(String, List) - Method in class org.apache.catalina.realm.JAASRealm
Parses a comma-delimited list of class names, and store the class names in the provided List.
parseContentRange(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.DefaultServlet
Parse the content-range header.
parseCookieHeader(String) - Static method in class org.apache.catalina.util.RequestUtil
Parse a cookie header into an array of cookies according to RFC 2109.
parseCookies() - Method in class org.apache.catalina.connector.Request
Parse cookies.
parseDate(String) - Static method in class org.apache.tomcat.util.buf.DateTool
Deprecated. Called from HttpServletRequest.getDateHeader().
parseDate(String, DateFormat[]) - Static method in class org.apache.tomcat.util.buf.DateTool
Deprecated.  
parseDate(String, DateFormat[]) - Static method in class org.apache.tomcat.util.http.FastHttpDateFormat
Try to parse the given date as a HTTP date.
parseEndChunk() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Parse end chunk data.
parseException - Variable in class org.apache.catalina.startup.ContextConfig
Any parse error which occurred while parsing XML descriptors.
parseHeader() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Parse an HTTP header.
parseHeader() - Method in class org.apache.coyote.http11.InternalInputBuffer
Parse an HTTP header.
parseHeaders() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Parse the HTTP headers.
parseHeaders() - Method in class org.apache.coyote.http11.InternalInputBuffer
Parse the HTTP headers.
parseHost(MessageBytes) - Method in class org.apache.coyote.ajp.AjpAprProcessor
Parse host.
parseHost(MessageBytes) - Method in class org.apache.coyote.http11.Http11AprProcessor
Parse host.
parseHost(MessageBytes) - Method in class org.apache.coyote.http11.Http11Processor
Parse host.
parseInt(byte[], int, int) - Static method in class org.apache.tomcat.util.buf.Ascii
Parses an unsigned integer from the specified subarray of bytes.
parseInt(char[], int, int) - Static method in class org.apache.tomcat.util.buf.Ascii
 
parseLocales() - Method in class org.apache.catalina.connector.Request
Parse request locales.
parseLocalesHeader(String) - Method in class org.apache.catalina.connector.Request
Parse accept-language header value.
parseLong(byte[], int, int) - Static method in class org.apache.tomcat.util.buf.Ascii
Parses an unsigned long from the specified subarray of bytes.
parseLong(char[], int, int) - Static method in class org.apache.tomcat.util.buf.Ascii
 
parseName(String) - Method in class org.apache.naming.SelectorContext
Strips the URL header.
parseName(Name) - Method in class org.apache.naming.SelectorContext
Strips the URL header.
parseName(String) - Method in class org.apache.naming.resources.ProxyDirContext
Parses a name.
parseName(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Parses a name.
parseParamNames(StringBuffer, int) - Method in class org.apache.catalina.ssi.SSIProcessor
Parse a StringBuffer and take out the param type token.
parseParamValues(StringBuffer, int, int) - Method in class org.apache.catalina.ssi.SSIProcessor
Parse a StringBuffer and take out the param token.
parseParameters() - Method in class org.apache.catalina.connector.Request
Parse request parameters.
parseParameters(Map, String, String) - Static method in class org.apache.catalina.util.RequestUtil
Append request parameters from the specified String to the specified Map.
parseParameters(Map, byte[], String) - Static method in class org.apache.catalina.util.RequestUtil
Append request parameters from the specified String to the specified Map.
parseRange(HttpServletRequest, HttpServletResponse, ResourceAttributes) - Method in class org.apache.catalina.servlets.DefaultServlet
Parse the range header.
parseRequestLine(boolean) - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Read the request line.
parseRequestLine() - Method in class org.apache.coyote.http11.InternalInputBuffer
Read the request line.
parseSessionCookiesId(Request, Request) - Method in class org.apache.catalina.connector.CoyoteAdapter
Parse session id in URL.
parseSessionId(Request, Request) - Method in class org.apache.catalina.connector.CoyoteAdapter
Parse session id in URL.
parseUserPatternString(String) - Method in class org.apache.catalina.realm.JNDIRealm
Given a string containing LDAP patterns for user locations (separated by parentheses in a pseudo-LDAP search string format - "(location1)(location2)", returns an array of those paths.
parseUsername(String) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Deprecated. Unused. Will be removed in Tomcat 8.0.x
parser - Variable in class org.apache.tomcat.util.digester.Digester
The SAXParser we will use to parse the input stream.
parsingHeader - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
State.
parsingHeader - Variable in class org.apache.coyote.http11.InternalInputBuffer
State.
passivate() - Method in class org.apache.catalina.session.StandardSession
Perform the internal processing required to passivate this session.
password - Variable in class org.apache.catalina.ant.AbstractCatalinaTask
The login password for the Manager application.
password - Variable in class org.apache.catalina.authenticator.SingleSignOnEntry
 
password - Variable in class org.apache.catalina.cluster.session.SerializablePrincipal
The authentication credentials for the user represented by this Principal.
password - Variable in class org.apache.catalina.realm.GenericPrincipal
The authentication credentials for the user represented by this Principal.
password - Variable in class org.apache.catalina.realm.JAASCallbackHandler
The password to be authenticated with.
password - Variable in class org.apache.catalina.users.AbstractUser
The logon password of this user.
patch(String) - Static method in class org.apache.jk.config.BaseJkConfig
 
path - Variable in class org.apache.catalina.ant.DeployTask
The context path of the web application we are managing.
path - Variable in class org.apache.catalina.ant.InstallTask
Deprecated. The context path of the web application we are managing.
path - Variable in class org.apache.catalina.ant.ReloadTask
The context path of the web application we are managing.
path - Variable in class org.apache.catalina.ant.RemoveTask
Deprecated. The context path of the web application we are managing.
path - Variable in class org.apache.catalina.ant.SessionsTask
The context path of the web application we are managing.
path - Variable in class org.apache.catalina.ant.StartTask
The context path of the web application we are managing.
path - Variable in class org.apache.catalina.ant.StopTask
The context path of the web application we are managing.
path - Variable in class org.apache.catalina.ant.UndeployTask
The context path of the web application we are managing.
path - Variable in class org.apache.catalina.ant.ValidatorTask
The path to the webapp directory.
path - Variable in class org.apache.catalina.loader.WebappClassLoader.PrivilegedFindResource
Deprecated.  
path - Variable in class org.apache.catalina.loader.WebappClassLoader.PrivilegedFindResourceByName
 
path - Variable in class org.apache.catalina.realm.RealmBase
 
path - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
 
path - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
 
path - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Wrapper
 
pathInfo - Variable in class org.apache.catalina.core.DummyRequest
 
pathInfo - Variable in class org.apache.catalina.util.ProcessEnvironment
Deprecated. pathInfo for the current request
pathInfo - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
pathname - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The absolute or relative pathname to the XML configuration file.
pathname - Variable in class org.apache.catalina.session.StandardManager
Path name of the disk file in which active sessions are saved when we stop, and from which these sessions are loaded when we start.
pathname - Variable in class org.apache.catalina.users.MemoryUserDatabase
The relative (to catalina.base) or absolute pathname to the XML file in which we will save our persistent information.
pathnameNew - Variable in class org.apache.catalina.users.MemoryUserDatabase
The relative or absolute pathname ot the file in which we write our new information prior to renaming.
pathnameOld - Variable in class org.apache.catalina.users.MemoryUserDatabase
The relative or absolute pathname to the file in which our old information is stored while renaming is in progress.
paths - Variable in class org.apache.catalina.loader.WebappClassLoader
The list of resources which should be checked when checking for modifications.
pause() - Method in class org.apache.catalina.connector.Connector
Pause the connector.
pause() - Method in interface org.apache.coyote.ProtocolHandler
Pause the protocol (optional).
pause() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
pause() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
pause() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
pause() - Method in class org.apache.coyote.memory.MemoryProtocolHandler
 
pause() - Method in class org.apache.jk.common.ChannelNioSocket
 
pause() - Method in class org.apache.jk.common.ChannelSocket
 
pause() - Method in class org.apache.jk.common.JniHandler
 
pause() - Method in class org.apache.jk.core.JkHandler
 
pause() - Method in class org.apache.jk.server.JkCoyoteHandler
 
pause() - Method in class org.apache.jk.server.JkMain
 
pause() - Method in class org.apache.tomcat.util.net.AprEndpoint
Pause the endpoint, which will make it stop accepting new sockets.
pauseEndpoint() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
paused - Variable in class org.apache.tomcat.util.net.AprEndpoint
Will be set to true whenever the endpoint is paused.
peek() - Method in class org.apache.catalina.util.Queue
Peek to see if something is available.
peek() - Method in class org.apache.tomcat.util.collections.Queue
Peek to see if something is available.
peek() - Method in class org.apache.tomcat.util.digester.ArrayStack
Returns the top item off of this stack without removing it.
peek(int) - Method in class org.apache.tomcat.util.digester.ArrayStack
Returns the n'th item down (zero-relative) from the top of this stack without removing it.
peek() - Method in class org.apache.tomcat.util.digester.Digester
Return the top object on the stack without removing it.
peek(int) - Method in class org.apache.tomcat.util.digester.Digester
Return the n'th object down the stack, where 0 is the top element and [getCount()-1] is the bottom element.
peek(String) - Method in class org.apache.tomcat.util.digester.Digester
Gets the top object from the stack with the given name.
peek() - Method in class org.apache.tomcat.util.net.AprEndpoint.WorkerStack
Get the first object out of the queue, Return null if the queue is empty.
peekByte() - Method in class org.apache.coyote.ajp.AjpMessage
 
peekByte() - Method in class org.apache.jk.common.MsgAjp
 
peekByte() - Method in class org.apache.jk.core.Msg
 
peekInt() - Method in class org.apache.coyote.ajp.AjpMessage
 
peekInt() - Method in class org.apache.jk.common.MsgAjp
 
peekInt() - Method in class org.apache.jk.core.Msg
 
peekParams() - Method in class org.apache.tomcat.util.digester.Digester
Return the top object on the parameters stack without removing it.
peekParams(int) - Method in class org.apache.tomcat.util.digester.Digester
Return the n'th object down the parameters stack, where 0 is the top element and [getCount()-1] is the bottom element.
permission - Variable in class org.apache.naming.resources.DirContextURLConnection
Permission
permissionList - Variable in class org.apache.catalina.loader.WebappClassLoader
A list of read File and Jndi Permission's required if this loader is for a web application context.
permitDenied(Request, Response) - Method in class org.apache.catalina.valves.SemaphoreValve
Subclass friendly method to add error handling when a permit isn't granted.
phrase - Variable in class org.apache.tomcat.util.net.SSLSupport.CipherData
 
pipeline - Variable in class org.apache.catalina.core.ContainerBase
The Pipeline object with which this Container is associated.
pollTime - Variable in class org.apache.tomcat.util.net.AprEndpoint
Poll interval, in microseconds.
pollerRoundRobin - Variable in class org.apache.tomcat.util.net.AprEndpoint
 
pollerSize - Variable in class org.apache.tomcat.util.net.AprEndpoint
Size of the socket poller.
pollerThreadCount - Variable in class org.apache.tomcat.util.net.AprEndpoint
Poller thread count.
pollers - Variable in class org.apache.tomcat.util.net.AprEndpoint
The socket poller.
pongMessageBuffer - Static variable in class org.apache.coyote.ajp.AjpAprProcessor
Direct buffer used for sending right away a pong message.
pool - Variable in class org.apache.catalina.cluster.tcp.WorkerThread
 
pool - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
 
pool - Variable in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
pool - Variable in class org.apache.tomcat.util.threads.ThreadPool
 
pop() - Method in class org.apache.tomcat.util.digester.ArrayStack
Pops the top item off of this stack and return it.
pop() - Method in class org.apache.tomcat.util.digester.Digester
Pop the top object off of the stack, and return it.
pop(String) - Method in class org.apache.tomcat.util.digester.Digester
Pops (gets and removes) the top object from the stack with the given name.
pop() - Method in class org.apache.tomcat.util.net.AprEndpoint.WorkerStack
Get the first object out of the queue.
popParams() - Method in class org.apache.tomcat.util.digester.Digester
Pop the top object off of the parameters stack, and return it.
port - Variable in class org.apache.catalina.cluster.mcast.McastMember
The tcp listen port for this member
port - Variable in class org.apache.catalina.cluster.mcast.McastServiceImpl
The multicast port
port - Variable in class org.apache.catalina.connector.Connector
The port number on which we listen for requests.
port - Variable in class org.apache.tomcat.util.net.AprEndpoint
Server socket port.
pos - Variable in class org.apache.coyote.ajp.AjpMessage
The current read or write position in the buffer.
pos - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Position in the buffer.
pos - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Position in the buffer.
pos - Variable in class org.apache.coyote.http11.InternalInputBuffer
Position in the buffer.
pos - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Position in the buffer.
pos - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Position in the buffer.
pos - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
postData - Variable in class org.apache.catalina.connector.Request
 
postDeregister() - Method in class org.apache.catalina.connector.Connector
 
postDeregister() - Method in class org.apache.catalina.core.ContainerBase
 
postDeregister() - Method in class org.apache.catalina.core.StandardServer
 
postDeregister() - Method in class org.apache.catalina.core.StandardService
 
postDeregister() - Method in class org.apache.catalina.loader.WebappLoader
 
postDeregister() - Method in class org.apache.catalina.realm.RealmBase
 
postDeregister() - Method in class org.apache.catalina.session.ManagerBase
 
postDeregister() - Method in class org.apache.catalina.valves.ValveBase
 
postDeregister() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
postDeregister() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
postDeregister() - Method in class org.apache.coyote.http11.Http11Protocol
 
postDeregister() - Method in class org.apache.jk.core.JkHandler
 
postDeregister() - Method in class org.apache.jk.server.JkMain
 
postDeregister() - Method in class org.apache.naming.NamingService
 
postParseRequest(Request, Request, Response, Response) - Method in class org.apache.catalina.connector.CoyoteAdapter
Parse additional request parameters.
postRegister(Boolean) - Method in class org.apache.catalina.connector.Connector
 
postRegister(Boolean) - Method in class org.apache.catalina.core.ContainerBase
 
postRegister(Boolean) - Method in class org.apache.catalina.core.StandardServer
 
postRegister(Boolean) - Method in class org.apache.catalina.core.StandardService
 
postRegister(Boolean) - Method in class org.apache.catalina.loader.WebappLoader
 
postRegister(Boolean) - Method in class org.apache.catalina.realm.RealmBase
 
postRegister(Boolean) - Method in class org.apache.catalina.session.ManagerBase
 
postRegister(Boolean) - Method in class org.apache.catalina.valves.ValveBase
 
postRegister(Boolean) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
postRegister(Boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
postRegister(Boolean) - Method in class org.apache.coyote.http11.Http11Protocol
 
postRegister(Boolean) - Method in class org.apache.jk.core.JkHandler
 
postRegister(Boolean) - Method in class org.apache.jk.server.JkMain
 
postRegister(Boolean) - Method in class org.apache.naming.NamingService
 
preDeregister() - Method in class org.apache.catalina.connector.Connector
 
preDeregister() - Method in class org.apache.catalina.core.ContainerBase
 
preDeregister() - Method in class org.apache.catalina.core.StandardContext
 
preDeregister() - Method in class org.apache.catalina.core.StandardServer
 
preDeregister() - Method in class org.apache.catalina.core.StandardService
 
preDeregister() - Method in class org.apache.catalina.loader.WebappLoader
 
preDeregister() - Method in class org.apache.catalina.realm.RealmBase
 
preDeregister() - Method in class org.apache.catalina.session.ManagerBase
 
preDeregister() - Method in class org.apache.catalina.valves.ValveBase
 
preDeregister() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
preDeregister() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
preDeregister() - Method in class org.apache.coyote.http11.Http11Protocol
 
preDeregister() - Method in class org.apache.jk.core.JkHandler
 
preDeregister() - Method in class org.apache.jk.server.JkMain
 
preDeregister() - Method in class org.apache.naming.NamingService
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.catalina.connector.Connector
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.catalina.core.ContainerBase
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.catalina.core.StandardContext
There are 2 cases: 1.The context is created and registered by internal APIS 2.
preRegister(MBeanServer, ObjectName) - Method in class org.apache.catalina.core.StandardEngine
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.catalina.core.StandardHost
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.catalina.core.StandardServer
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.catalina.core.StandardService
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.catalina.loader.WebappLoader
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.catalina.realm.RealmBase
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.catalina.session.ManagerBase
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.catalina.valves.ValveBase
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.coyote.http11.Http11Protocol
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.jk.core.JkHandler
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.jk.server.JkCoyoteHandler
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.jk.server.JkMain
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.naming.NamingService
 
precalculate(String) - Method in class org.apache.catalina.valves.RequestFilterValve
Return an array of regular expression objects initialized from the specified argument, which must be null or a comma-delimited list of regular expression patterns.
prefix - Variable in class org.apache.catalina.cluster.ClusterRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.realm.MemoryRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.startup.ClusterRuleSetFactory.DefaultClusterRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.startup.ContextRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.startup.EngineRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.startup.HostRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.startup.NamingRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.startup.TldRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Variable in class org.apache.catalina.startup.WebRuleSet
The matching pattern prefix to use for recognizing our elements.
prefix - Static variable in class org.apache.naming.SelectorContext
Namespace URL.
prefixLength - Static variable in class org.apache.naming.SelectorContext
Namespace URL length.
prepareRequest() - Method in class org.apache.coyote.ajp.AjpAprProcessor
After reading the request headers, we have to setup the request filters.
prepareRequest() - Method in class org.apache.coyote.http11.Http11AprProcessor
After reading the request headers, we have to setup the request filters.
prepareRequest() - Method in class org.apache.coyote.http11.Http11Processor
After reading the request headers, we have to setup the request filters.
prepareResponse() - Method in class org.apache.coyote.ajp.AjpAprProcessor
When committing the response, we have to validate the set of headers, as well as setup the response filters.
prepareResponse() - Method in class org.apache.coyote.http11.Http11AprProcessor
When committing the response, we have to validate the set of headers, as well as setup the response filters.
prepareResponse() - Method in class org.apache.coyote.http11.Http11Processor
When committing the response, we have to validate the set of headers, as well as setup the response filters.
preparedClearSql - Variable in class org.apache.catalina.session.JDBCStore
Variable to hold the clear() prepared statement.
preparedCredentials - Variable in class org.apache.catalina.realm.JDBCRealm
The PreparedStatement to use for authenticating users.
preparedKeysSql - Variable in class org.apache.catalina.session.JDBCStore
Variable to hold the keys() prepared statement.
preparedLoadSql - Variable in class org.apache.catalina.session.JDBCStore
Variable to hold the load() prepared statement.
preparedRemoveSql - Variable in class org.apache.catalina.session.JDBCStore
Variable to hold the remove() prepared statement.
preparedRoles - Variable in class org.apache.catalina.realm.JDBCRealm
The PreparedStatement to use for identifying the roles for a specified user.
preparedSaveSql - Variable in class org.apache.catalina.session.JDBCStore
Variable to hold the save() prepared statement.
preparedSizeSql - Variable in class org.apache.catalina.session.JDBCStore
Variable to hold the getSize() prepared statement.
primaryIndicator - Variable in class org.apache.catalina.cluster.tcp.ReplicationValve
must primary change indicator set
primaryIndicatorName - Variable in class org.apache.catalina.cluster.tcp.ReplicationValve
Name of primary change indicator as request attribute
principal - Variable in class org.apache.catalina.authenticator.SingleSignOnEntry
 
principal - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The Principal identified by our validation, or null if validation falied.
principal - Variable in class org.apache.catalina.session.StandardSession
The authenticated Principal associated with this session, if any.
principals - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The set of Principals loaded from our configuration file.
print(String) - Method in class org.apache.catalina.connector.CoyoteOutputStream
 
print(boolean) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(char) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(int) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(long) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(float) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(double) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(char[]) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(String) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(Object) - Method in class org.apache.catalina.connector.CoyoteWriter
 
print(Node) - Method in class org.apache.catalina.util.DOMWriter
Prints the specified node, recursively.
print(boolean) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(char) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(int) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(long) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(float) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(double) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(char[]) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(String) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
print(Object) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
printAttribute(PrintWriter, int, Object, StoreDescription, String, Object, Object) - Method in class org.apache.catalina.storeconfig.StoreAppender
 
printAttribute(PrintWriter, int, Object, StoreDescription, String, Object, Object) - Method in class org.apache.catalina.storeconfig.StoreContextAppender
 
printAttributes(PrintWriter, int, boolean, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.ConnectorStoreAppender
Store the relevant attributes of the specified JavaBean.
printAttributes(PrintWriter, int, boolean, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.IDynamicPropertyStoreAppender
Store the relevant attributes of the specified JavaBean.
printAttributes(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.StoreAppender
Store the relevant attributes of the specified JavaBean, plus a className attribute defining the fully qualified Java class name of the bean.
printAttributes(PrintWriter, int, boolean, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.StoreAppender
Store the relevant attributes of the specified JavaBean.
printCloseTag(PrintWriter, StoreDescription) - Method in class org.apache.catalina.storeconfig.StoreAppender
print the closing tag
printIndent(PrintWriter, int) - Method in class org.apache.catalina.storeconfig.StoreAppender
Print some spaces
printOpenTag(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.ConnectorSF
 
printOpenTag(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.ConnectorStoreAppender
 
printOpenTag(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.StoreAppender
print only the open tag with all attributes
printServletEnvironment(ServletOutputStream, HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.CGIServlet
Prints out important Servlet API and container information Copied from SnoopAllServlet by Craig R.
printTag(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.ConnectorSF
 
printTag(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.ConnectorStoreAppender
print a tag for connector attributes (override)
printTag(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.StoreAppender
Print tag with all attributes
printTagArray(PrintWriter, String, int, String[]) - Method in class org.apache.catalina.storeconfig.StoreAppender
print a array of elements
printTagContent(PrintWriter, String, String) - Method in class org.apache.catalina.storeconfig.StoreAppender
print the value from tag as content
printTagValueArray(PrintWriter, String, int, String[]) - Method in class org.apache.catalina.storeconfig.StoreAppender
print an array of values
printValue(PrintWriter, int, String, Object) - Method in class org.apache.catalina.storeconfig.ConnectorStoreAppender
print a value but replace attribute name
printValue(PrintWriter, int, String, Object) - Method in class org.apache.catalina.storeconfig.StoreAppender
print an attribute value
printWriter - Variable in class org.apache.catalina.ssi.ResponseIncludeWrapper
 
println() - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(boolean) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(char) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(int) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(long) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(float) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(double) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(char[]) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(String) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println(Object) - Method in class org.apache.catalina.connector.CoyoteWriter
 
println() - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(boolean) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(char) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(int) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(long) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(float) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(double) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(char[]) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(String) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
println(Object) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
process(SSIMediator, String, String[], String[], PrintWriter) - Method in interface org.apache.catalina.ssi.SSICommand
Write the output of the command to the writer.
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIConditional
 
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIConfig
 
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIEcho
 
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIExec
 
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIFlastmod
 
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIFsize
 
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIInclude
 
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSIPrintenv
 
process(Reader, long, PrintWriter) - Method in class org.apache.catalina.ssi.SSIProcessor
Process a file with server-side commands, reading from reader and writing the processed version to writer.
process(SSIMediator, String, String[], String[], PrintWriter) - Method in class org.apache.catalina.ssi.SSISet
 
process(String[]) - Method in class org.apache.catalina.startup.Catalina
The instance main program.
process(String, Request, Response) - Method in class org.apache.catalina.valves.RequestFilterValve
Perform the filtering that has been configured for this Valve, matching against the specified request property.
process(InputStream, OutputStream) - Method in interface org.apache.coyote.Processor
 
process(long) - Method in class org.apache.coyote.ajp.AjpAprProcessor
Process pipelined HTTP requests using the specified input and output streams.
process(long) - Method in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
 
process(long) - Method in class org.apache.coyote.http11.Http11AprProcessor
Process pipelined HTTP requests using the specified input and output streams.
process(InputStream, OutputStream) - Method in class org.apache.coyote.http11.Http11Processor
Process pipelined HTTP requests using the specified input and output streams.
process(Request, ByteChunk, Response, ByteChunk) - Method in class org.apache.coyote.memory.MemoryProtocolHandler
Process specified request.
process(long) - Method in interface org.apache.tomcat.util.net.AprEndpoint.Handler
 
processArgs(Object, String[]) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
processArgs(Object, String[], String[], String[], Hashtable) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
processChildren(Container, ClassLoader) - Method in class org.apache.catalina.core.ContainerBase.ContainerBackgroundProcessor
 
processConnection(TcpConnection, Object[]) - Method in interface org.apache.tomcat.util.net.TcpConnectionHandler
Assert: connection!
processContainerAddChild(Container, Container) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Process the addition of a new child Container to a parent Container.
processContainerPropertyChange(Container, String, Object, Object) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Process a property change event on a Container.
processContainerRemoveChild(Container, Container) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Process the removal of a child Container from a parent Container.
processContextConfig(File, String) - Method in class org.apache.catalina.startup.ContextConfig
Process a context.xml.
processCookieHeader(byte[], int, int) - Method in class org.apache.tomcat.util.http.Cookies
Parses a cookie header after the initial "Cookie:" [WS][$]token[WS]=[WS](token|QV)[;|,] RFC 2965 JVK
processCookies(MimeHeaders) - Method in class org.apache.tomcat.util.http.Cookies
Add all Cookie found in the headers of a request.
processDefaultWebConfig(Digester, InputStream, InputSource) - Method in class org.apache.catalina.startup.ContextConfig
Process a default web.xml.
processDeployFrequency - Variable in class org.apache.catalina.cluster.deploy.FarmWarDeployer
Frequency of the Farm watchDir check.
processExpires() - Method in class org.apache.catalina.session.ManagerBase
Invalidate all sessions that have expired.
processExpires() - Method in class org.apache.catalina.session.PersistentManagerBase
Implements the Manager interface, direct call to processExpires and processPersistenceChecks
processExpires() - Method in class org.apache.catalina.session.StoreBase
Called by our background reaper thread to check if Sessions saved in our store are subject of being expired.
processExpiresFrequency - Variable in class org.apache.catalina.session.ManagerBase
Frequency of the session expiration, and related manager operations.
processHeader() - Method in class org.apache.coyote.ajp.AjpMessage
 
processHeader() - Method in class org.apache.jk.common.MsgAjp
 
processHeader() - Method in class org.apache.jk.core.Msg
 
processMaxActiveSwaps() - Method in class org.apache.catalina.session.PersistentManagerBase
Swap idle sessions out to Store if too many are active
processMaxIdleBackups() - Method in class org.apache.catalina.session.PersistentManagerBase
Back up idle sessions.
processMaxIdleSwaps() - Method in class org.apache.catalina.session.PersistentManagerBase
Swap idle sessions out to Store if they are idle too long.
processMethodCallResult(Object) - Method in class org.apache.tomcat.util.digester.CallMethodRule
Subclasses may override this method to perform additional processing of the invoked method's result.
processNamingResourcesPropertyChange(NamingResources, String, Object, Object) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Process a property change event on a NamingResources.
processParameters(byte[], int, int) - Method in class org.apache.tomcat.util.http.Parameters
 
processParameters(MessageBytes, String) - Method in class org.apache.tomcat.util.http.Parameters
 
processPersistenceChecks() - Method in class org.apache.catalina.session.PersistentManagerBase
Called by the background thread after active sessions have been checked for expiration, to allow sessions to be swapped out, backed up, etc.
processSSI(HttpServletRequest, HttpServletResponse, URL) - Method in class org.apache.catalina.ssi.SSIServlet
 
processSenderFrequency - Variable in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
Frequency of the check sender keepAlive Socket Status.
processServerPropertyChange(Server, String, Object, Object) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Process a property change event on a Server.
processServicePropertyChange(Service, String, Object, Object) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Process a property change event on a Service.
processingInstruction(String, String) - Method in class org.apache.tomcat.util.digester.Digester
Process notification of a processing instruction that was encountered.
processingTime - Variable in class org.apache.catalina.cluster.tcp.DataSender
proessingTime
processingTime - Variable in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
proessingTime
processingTime - Variable in class org.apache.catalina.session.ManagerBase
Processing time during session expiration.
processingTime - Variable in class org.apache.catalina.session.PersistentManagerBase
Processing time during session expiration and passivation.
processingTime - Variable in class org.apache.catalina.session.StandardManager
Processing time during session expiration.
properties - Variable in class org.apache.catalina.cluster.mcast.McastService
The implementation specific properties
properties - Variable in class org.apache.jk.core.JkHandler
 
propertyChange(PropertyChangeEvent) - Method in class org.apache.catalina.cluster.session.DeltaManager
Process property change events from our associated Context.
propertyChange(PropertyChangeEvent) - Method in class org.apache.catalina.core.NamingContextListener
Process property change events.
propertyChange(PropertyChangeEvent) - Method in class org.apache.catalina.loader.WebappLoader
Process property change events from our associated Context.
propertyChange(PropertyChangeEvent) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Handle a PropertyChangeEvent from one of the Containers we are interested in.
propertyChange(PropertyChangeEvent) - Method in class org.apache.catalina.session.PersistentManagerBase
Process property change events from our associated Context.
propertyChange(PropertyChangeEvent) - Method in class org.apache.catalina.session.StandardManager
Process property change events from our associated Context.
proto - Variable in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
 
protocol - Variable in class org.apache.catalina.realm.JNDIRealm
The protocol that will be used in the communication with the directory server.
protocol() - Method in class org.apache.coyote.Request
 
protocol() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the protocol
protocolHandler - Variable in class org.apache.catalina.connector.Connector
Coyote protocol handler.
protocolHandlerClassName - Variable in class org.apache.catalina.connector.Connector
Coyote Protocol handler class name.
proxy - Variable in class org.apache.naming.resources.ProxyDirContext
Proxy DirContext (either this or the real proxy).
proxyName - Variable in class org.apache.catalina.connector.Connector
The server name to which we should pretend requests to this Connector were directed.
proxyPort - Variable in class org.apache.catalina.connector.Connector
The server port to which we should pretent requests to this Connector were directed.
publicId - Variable in class org.apache.catalina.util.SchemaResolver
The public identifier of the DTD we are currently parsing under (if any).
publicId - Variable in class org.apache.tomcat.util.digester.Digester
The public identifier of the DTD we are currently parsing under (if any).
pull() - Method in class org.apache.catalina.util.Queue
Pull the first object out of the queue.
pull() - Method in class org.apache.tomcat.util.collections.Queue
Pull the first object out of the queue.
push(Object) - Method in class org.apache.tomcat.util.digester.ArrayStack
Pushes a new item onto the top of this stack.
push(Object) - Method in class org.apache.tomcat.util.digester.Digester
Push a new object onto the top of the object stack.
push(String, Object) - Method in class org.apache.tomcat.util.digester.Digester
Pushes the given object onto the stack with the given name.
push(AprEndpoint.Worker) - Method in class org.apache.tomcat.util.net.AprEndpoint.WorkerStack
Put the object into the queue.
pushMessage(ClusterData) - Method in class org.apache.catalina.cluster.tcp.DataSender
Push messages with only one socket at a time Wait for ack is needed and make auto retry when write message is failed.
pushParams(Object) - Method in class org.apache.tomcat.util.digester.Digester
Push a new object onto the top of the parameters stack.
put(Object, Object) - Method in class org.apache.catalina.util.ParameterMap
Associate the specified value with the specified key in this map.
put(Object) - Method in class org.apache.catalina.util.Queue
Put the object into the queue.
put(Attribute) - Method in class org.apache.naming.resources.ResourceAttributes
Put attribute.
put(String, Object) - Method in class org.apache.naming.resources.ResourceAttributes
Put attribute.
put(Object, Object) - Method in class org.apache.tomcat.util.collections.LRUCache
 
put(Object) - Method in class org.apache.tomcat.util.collections.Queue
Put the object into the queue.
put(Object, Object) - Method in class org.apache.tomcat.util.collections.SimpleHashtable
Maps the specified key to the specified value in this hashtable.
put(Object) - Method in class org.apache.tomcat.util.collections.SimplePool
Add the object to the pool, silent nothing if the pool is full
putAll(Map) - Method in class org.apache.catalina.util.ParameterMap
Copy all of the mappings from the specified map to this one.
putValue(String, Object) - Method in class org.apache.catalina.cluster.session.DeltaSession
Deprecated. As of Version 2.2, this method is replaced by setAttribute()
putValue(String, Object) - Method in class org.apache.catalina.cluster.session.DeltaSessionFacade
 
putValue(String, Object) - Method in class org.apache.catalina.session.StandardSession
Deprecated. As of Version 2.2, this method is replaced by setAttribute()
putValue(String, Object) - Method in class org.apache.catalina.session.StandardSessionFacade
 

Q

QOP - Static variable in class org.apache.catalina.authenticator.DigestAuthenticator
Tomcat's DIGEST implementation only supports auth quality of protection.
QUESTION - Static variable in class org.apache.coyote.ajp.Constants
'?'.
QUESTION - Static variable in class org.apache.coyote.http11.Constants
'?'.
Queue - class org.apache.catalina.util.Queue.
A simple FIFO queue class which causes the calling thread to wait if the queue is empty and notifies threads that are waiting when it is not empty.
Queue() - Constructor for class org.apache.catalina.util.Queue
 
Queue - class org.apache.tomcat.util.collections.Queue.
A simple FIFO queue class which causes the calling thread to wait if the queue is empty and notifies threads that are waiting when it is not empty.
Queue() - Constructor for class org.apache.tomcat.util.collections.Queue
 
qop - Variable in class org.apache.catalina.realm.JAASCallbackHandler
Quality of protection aplied to the message.
query - Variable in class org.apache.catalina.ant.JMXQueryTask
The JMX query string
query() - Method in class org.apache.coyote.Request
 
queryString - Variable in class org.apache.catalina.core.DummyRequest
 
queryString() - Method in class org.apache.coyote.Request
 
queryString() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the query string
quote(String, boolean) - Method in class org.apache.catalina.util.Strftime
 

R

READY - Static variable in class org.apache.catalina.cluster.tcp.SenderState
 
READ_SIZE - Static variable in class org.apache.catalina.cluster.deploy.FileMessageFactory
The number of bytes that we read from file
REALM_NAME - Static variable in class org.apache.catalina.authenticator.AuthenticatorBase
Default authentication realm name.
RECEIVE_MESSAGE_FAILURE_EVENT - Static variable in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
RECOMMENDED_PV - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
REFERENCE - Static variable in class org.apache.naming.NamingEntry
 
REGISTER_SESSION - Static variable in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
 
RELOAD_EVENT - Static variable in interface org.apache.catalina.Context
The LifecycleEvent type sent when a context is reloaded.
REMOTE - Static variable in class org.apache.naming.EjbRef
Remote interface classname address type.
REMOVE_ALIAS_EVENT - Static variable in interface org.apache.catalina.Host
The ContainerEvent event type sent when an old alias is removed by removeAlias().
REMOVE_CHILD_EVENT - Static variable in interface org.apache.catalina.Container
The ContainerEvent event type sent when a child container is removed by removeChild().
REMOVE_MAPPER_EVENT - Static variable in interface org.apache.catalina.Container
The ContainerEvent event type sent when a Mapper is removed by removeMapper().
REMOVE_SESSION - Static variable in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
 
REMOVE_VALVE_EVENT - Static variable in interface org.apache.catalina.Container
The ContainerEvent event type sent when a valve is removed by removeValve(), if this Container supports pipelines.
REQUEST - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
 
REQUEST - Static variable in class org.apache.catalina.deploy.FilterMap
 
REQUEST_ERROR - Static variable in class org.apache.catalina.deploy.FilterMap
 
REQUEST_ERROR_FORWARD - Static variable in class org.apache.catalina.deploy.FilterMap
 
REQUEST_ERROR_FORWARD_INCLUDE - Static variable in class org.apache.catalina.deploy.FilterMap
 
REQUEST_ERROR_INCLUDE - Static variable in class org.apache.catalina.deploy.FilterMap
 
REQUEST_FORWARD - Static variable in class org.apache.catalina.deploy.FilterMap
 
REQUEST_FORWARD_INCLUDE - Static variable in class org.apache.catalina.deploy.FilterMap
 
REQUEST_INCLUDE - Static variable in class org.apache.catalina.deploy.FilterMap
 
REQUEST_INTEGER - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
 
REQUEST_NOTE - Static variable in class org.apache.jk.core.WorkerEnv
 
REQUIRED_MAJOR - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
REQUIRED_MINOR - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
REQUIRED_PATCH - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
REQ_PASSWORD_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The notes key for the password used to authenticate this user.
REQ_SSOID_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The notes key to track the single-sign-on identity with which this request is associated.
REQ_USERNAME_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The notes key for the username used to authenticate this user.
RESOURCES_ATTR - Static variable in class org.apache.catalina.Globals
The JNDI directory context which is associated with the context.
RESOURCES_JNDI_NAME - Static variable in class org.apache.catalina.servlets.DefaultServlet
JNDI resources name.
RFC1123_PATTERN - Static variable in class org.apache.catalina.util.DateTool
format for RFC 1123 date string -- "Sun, 06 Nov 1994 08:49:37 GMT"
RFC1123_PATTERN - Static variable in class org.apache.tomcat.util.buf.DateTool
Deprecated. format for RFC 1123 date string -- "Sun, 06 Nov 1994 08:49:37 GMT"
RFC_5746_SUPPORTED - Static variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
Realm - interface org.apache.catalina.Realm.
A Realm is a read-only facade for an underlying security realm used to authenticate individual users, and identify the security roles associated with those users.
RealmBase - class org.apache.catalina.realm.RealmBase.
Simple implementation of Realm that reads an XML file to configure the valid users, passwords, and roles.
RealmBase() - Constructor for class org.apache.catalina.realm.RealmBase
 
RealmBase.AllRolesMode - class org.apache.catalina.realm.RealmBase.AllRolesMode.
 
Reaper - class org.apache.tomcat.util.threads.Reaper.
The reaper is a background thread with which ticks every minute and calls registered objects to allow reaping of old session data.
Reaper() - Constructor for class org.apache.tomcat.util.threads.Reaper
 
Reaper(String) - Constructor for class org.apache.tomcat.util.threads.Reaper
 
RecyclableNamingEnumeration - class org.apache.naming.resources.RecyclableNamingEnumeration.
Naming enumeration implementation.
RecyclableNamingEnumeration(Vector) - Constructor for class org.apache.naming.resources.RecyclableNamingEnumeration
 
ReloadTask - class org.apache.catalina.ant.ReloadTask.
Ant task that implements the /reload command, supported by the Tomcat manager application.
ReloadTask() - Constructor for class org.apache.catalina.ant.ReloadTask
 
Reloader - interface org.apache.catalina.loader.Reloader.
Internal interface that ClassLoader implementations may optionally implement to support the auto-reload functionality of the classloader associated with the context.
RemoteAddrValve - class org.apache.catalina.valves.RemoteAddrValve.
Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's IP address.
RemoteAddrValve() - Constructor for class org.apache.catalina.valves.RemoteAddrValve
 
RemoteHostValve - class org.apache.catalina.valves.RemoteHostValve.
Concrete implementation of RequestFilterValve that filters based on the remote client's host name.
RemoteHostValve() - Constructor for class org.apache.catalina.valves.RemoteHostValve
 
RemoveTask - class org.apache.catalina.ant.RemoveTask.
Deprecated. Replaced by UndeployTask
RemoveTask() - Constructor for class org.apache.catalina.ant.RemoveTask
Deprecated.  
ReplicatedSession - class org.apache.catalina.cluster.session.ReplicatedSession.
 
ReplicatedSession(Manager) - Constructor for class org.apache.catalina.cluster.session.ReplicatedSession
 
ReplicationListener - class org.apache.catalina.cluster.tcp.ReplicationListener.
FIXME i18n log messages FIXME jmx support
ReplicationListener() - Constructor for class org.apache.catalina.cluster.tcp.ReplicationListener
 
ReplicationStream - class org.apache.catalina.cluster.session.ReplicationStream.
Custom subclass of ObjectInputStream that loads from the class loader for this web application.
ReplicationStream(InputStream, ClassLoader) - Constructor for class org.apache.catalina.cluster.session.ReplicationStream
Construct a new instance of CustomObjectInputStream
ReplicationTransmitter - class org.apache.catalina.cluster.tcp.ReplicationTransmitter.
Transmit message to ohter cluster members create sender from replicationMode type FIXME i18n log messages FIXME compress data depends on message type and size FIXME send very big messages at some block see FarmWarDeployer!
ReplicationTransmitter() - Constructor for class org.apache.catalina.cluster.tcp.ReplicationTransmitter
 
ReplicationValve - class org.apache.catalina.cluster.tcp.ReplicationValve.
Implementation of a Valve that logs interesting contents from the specified Request (before processing) and the corresponding Response (after processing).
ReplicationValve() - Constructor for class org.apache.catalina.cluster.tcp.ReplicationValve
 
Request - class org.apache.catalina.connector.Request.
Wrapper object for the Coyote request.
Request() - Constructor for class org.apache.catalina.connector.Request
 
Request - class org.apache.coyote.Request.
This is a low-level, efficient representation of a server request.
Request() - Constructor for class org.apache.coyote.Request
 
RequestDumperValve - class org.apache.catalina.valves.RequestDumperValve.
Implementation of a Valve that logs interesting contents from the specified Request (before processing) and the corresponding Response (after processing).
RequestDumperValve() - Constructor for class org.apache.catalina.valves.RequestDumperValve
 
RequestFacade - class org.apache.catalina.connector.RequestFacade.
Facade class that wraps a Coyote request object.
RequestFacade(Request) - Constructor for class org.apache.catalina.connector.RequestFacade
Construct a wrapper for the specified request.
RequestFilterValve - class org.apache.catalina.valves.RequestFilterValve.
Implementation of a Valve that performs filtering based on comparing the appropriate request property (selected based on which subclass you choose to configure into your Container's pipeline) against a set of regular expressions configured for this Valve.
RequestFilterValve() - Constructor for class org.apache.catalina.valves.RequestFilterValve
 
RequestGroupInfo - class org.apache.coyote.RequestGroupInfo.
This can be moved to top level ( eventually with a better name ).
RequestGroupInfo() - Constructor for class org.apache.coyote.RequestGroupInfo
 
RequestInfo - class org.apache.coyote.RequestInfo.
Structure holding the Request and Response objects.
RequestInfo(Request) - Constructor for class org.apache.coyote.RequestInfo
 
RequestUtil - class org.apache.catalina.util.RequestUtil.
General purpose request parsing and encoding utility methods.
RequestUtil() - Constructor for class org.apache.catalina.util.RequestUtil
 
Resource - class org.apache.naming.resources.Resource.
Encapsultes the contents of a resource.
Resource() - Constructor for class org.apache.naming.resources.Resource
 
Resource(InputStream) - Constructor for class org.apache.naming.resources.Resource
 
Resource(byte[]) - Constructor for class org.apache.naming.resources.Resource
 
ResourceAttributes - class org.apache.naming.resources.ResourceAttributes.
Attributes implementation.
ResourceAttributes() - Constructor for class org.apache.naming.resources.ResourceAttributes
Default constructor.
ResourceAttributes(Attributes) - Constructor for class org.apache.naming.resources.ResourceAttributes
Merges with another attribute set.
ResourceBase - class org.apache.catalina.deploy.ResourceBase.
Representation of an Context element
ResourceBase() - Constructor for class org.apache.catalina.deploy.ResourceBase
 
ResourceCache - class org.apache.naming.resources.ResourceCache.
Implements a special purpose cache.
ResourceCache() - Constructor for class org.apache.naming.resources.ResourceCache
 
ResourceEntry - class org.apache.catalina.loader.ResourceEntry.
Resource entry.
ResourceEntry() - Constructor for class org.apache.catalina.loader.ResourceEntry
 
ResourceEnvFactory - class org.apache.naming.factory.ResourceEnvFactory.
Object factory for Resources env.
ResourceEnvFactory() - Constructor for class org.apache.naming.factory.ResourceEnvFactory
 
ResourceEnvRef - class org.apache.naming.ResourceEnvRef.
Represents a reference address to a resource environment.
ResourceEnvRef(String) - Constructor for class org.apache.naming.ResourceEnvRef
Resource env reference.
ResourceEnvRef(String, String, String) - Constructor for class org.apache.naming.ResourceEnvRef
Resource env reference.
ResourceFactory - class org.apache.naming.factory.ResourceFactory.
Object factory for Resources.
ResourceFactory() - Constructor for class org.apache.naming.factory.ResourceFactory
 
ResourceLinkFactory - class org.apache.naming.factory.ResourceLinkFactory.
Object factory for resource links.
ResourceLinkFactory() - Constructor for class org.apache.naming.factory.ResourceLinkFactory
 
ResourceLinkRef - class org.apache.naming.ResourceLinkRef.
Represents a reference address to a resource.
ResourceLinkRef(String, String) - Constructor for class org.apache.naming.ResourceLinkRef
ResourceLink Reference.
ResourceLinkRef(String, String, String, String) - Constructor for class org.apache.naming.ResourceLinkRef
ResourceLink Reference.
ResourceRef - class org.apache.naming.ResourceRef.
Represents a reference address to a resource.
ResourceRef(String, String, String, String) - Constructor for class org.apache.naming.ResourceRef
Resource Reference.
ResourceRef(String, String, String, String, String, String) - Constructor for class org.apache.naming.ResourceRef
Resource Reference.
ResourceSet - class org.apache.catalina.util.ResourceSet.
Extended implementation of HashSet that includes a locked property.
ResourceSet() - Constructor for class org.apache.catalina.util.ResourceSet
Construct a new, empty set with the default initial capacity and load factor.
ResourceSet(int) - Constructor for class org.apache.catalina.util.ResourceSet
Construct a new, empty set with the specified initial capacity and default load factor.
ResourceSet(int, float) - Constructor for class org.apache.catalina.util.ResourceSet
Construct a new, empty set with the specified initial capacity and load factor.
ResourceSet(Collection) - Constructor for class org.apache.catalina.util.ResourceSet
Construct a new set with the same contents as the existing collection.
ResourcesTask - class org.apache.catalina.ant.ResourcesTask.
Ant task that implements the /resources command, supported by the Tomcat manager application.
ResourcesTask() - Constructor for class org.apache.catalina.ant.ResourcesTask
 
Response - class org.apache.catalina.connector.Response.
Wrapper object for the Coyote response.
Response() - Constructor for class org.apache.catalina.connector.Response
 
Response - class org.apache.coyote.Response.
Response object.
Response() - Constructor for class org.apache.coyote.Response
 
ResponseFacade - class org.apache.catalina.connector.ResponseFacade.
Facade class that wraps a Coyote response object.
ResponseFacade(Response) - Constructor for class org.apache.catalina.connector.ResponseFacade
Construct a wrapper for the specified response.
ResponseIncludeWrapper - class org.apache.catalina.ssi.ResponseIncludeWrapper.
A HttpServletResponseWrapper, used from SSIServletExternalResolver
ResponseIncludeWrapper(ServletContext, HttpServletRequest, HttpServletResponse, ServletOutputStream) - Constructor for class org.apache.catalina.ssi.ResponseIncludeWrapper
Initialize our wrapper with the current HttpServletResponse and ServletOutputStream.
Role - interface org.apache.catalina.Role.
Abstract representation of a security role, suitable for use in environments like JAAS that want to deal with Principals.
RoleMBean - class org.apache.catalina.mbeans.RoleMBean.
A ModelMBean implementation for the org.apache.catalina.Role component.
RoleMBean() - Constructor for class org.apache.catalina.mbeans.RoleMBean
Construct a ModelMBean with default ModelMBeanInfo information.
RolesTask - class org.apache.catalina.ant.RolesTask.
Ant task that implements the /roles command, supported by the Tomcat manager application.
RolesTask() - Constructor for class org.apache.catalina.ant.RolesTask
 
Rule - class org.apache.tomcat.util.digester.Rule.
Concrete implementations of this class implement actions to be taken when a corresponding nested pattern of XML elements has been matched.
Rule(Digester) - Constructor for class org.apache.tomcat.util.digester.Rule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use Rule.Rule() instead.
Rule() - Constructor for class org.apache.tomcat.util.digester.Rule
Base constructor.
RuleSet - interface org.apache.tomcat.util.digester.RuleSet.
Public interface defining a shorthand means of configuring a complete set of related Rule definitions, possibly associated with a particular namespace URI, in one operation.
RuleSetBase - class org.apache.tomcat.util.digester.RuleSetBase.
Convenience base class that implements the RuleSet interface.
RuleSetBase() - Constructor for class org.apache.tomcat.util.digester.RuleSetBase
 
Rules - interface org.apache.tomcat.util.digester.Rules.
Public interface defining a collection of Rule instances (and corresponding matching patterns) plus an implementation of a matching policy that selects the rules that match a particular pattern of nested elements discovered during parsing.
RulesBase - class org.apache.tomcat.util.digester.RulesBase.
Default implementation of the Rules interface that supports the standard rule matching behavior.
RulesBase() - Constructor for class org.apache.tomcat.util.digester.RulesBase
 
random - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
A random number generator to use when generating session identifiers.
random - Variable in class org.apache.catalina.session.ManagerBase
A random number generator to use when generating session identifiers.
random - Variable in class org.apache.naming.resources.ResourceCache
Random generator used to determine elements to free.
randomClass - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
The Java class name of the random number generator class to be used when generating session identifiers.
randomClass - Variable in class org.apache.catalina.session.ManagerBase
The Java class name of the random number generator class to be used when generating session identifiers.
randomIS - Variable in class org.apache.catalina.session.ManagerBase
 
read() - Method in class org.apache.catalina.connector.CoyoteInputStream
 
read(byte[]) - Method in class org.apache.catalina.connector.CoyoteInputStream
 
read(byte[], int, int) - Method in class org.apache.catalina.connector.CoyoteInputStream
 
read() - Method in class org.apache.catalina.connector.CoyoteReader
 
read(char[]) - Method in class org.apache.catalina.connector.CoyoteReader
 
read(char[], int, int) - Method in class org.apache.catalina.connector.CoyoteReader
 
read(byte[], int, int) - Method in class org.apache.catalina.connector.InputBuffer
 
read() - Method in class org.apache.catalina.connector.InputBuffer
 
read(char[]) - Method in class org.apache.catalina.connector.InputBuffer
 
read(char[], int, int) - Method in class org.apache.catalina.connector.InputBuffer
 
read() - Method in class org.apache.catalina.servlets.CGIServlet.HTTPHeaderInputStream
 
read(int) - Method in class org.apache.coyote.ajp.AjpAprProcessor
Read at least the specified amount of bytes, and place them in the input buffer.
read() - Method in class org.apache.jk.common.ChannelNioSocket.SocketInputStream
 
read(byte[]) - Method in class org.apache.jk.common.ChannelNioSocket.SocketInputStream
 
read(byte[], int, int) - Method in class org.apache.jk.common.ChannelNioSocket.SocketInputStream
 
read(MsgContext, byte[], int, int) - Method in class org.apache.jk.common.ChannelNioSocket
Read N bytes from the InputStream, and ensure we got them all Under heavy load we could experience many fragmented packets just read Unix Network Programming to recall that a call to read didn't ensure you got all the data you want from read() Linux manual On success, the number of bytes read is returned (zero indicates end of file),and the file position is advanced by this number.
read(MsgContext, byte[], int, int) - Method in class org.apache.jk.common.ChannelSocket
Read N bytes from the InputStream, and ensure we got them all Under heavy load we could experience many fragmented packets just read Unix Network Programming to recall that a call to read didn't ensure you got all the data you want from read() Linux manual On success, the number of bytes read is returned (zero indicates end of file),and the file position is advanced by this number.
readByte() - Method in class org.apache.catalina.connector.InputBuffer
 
readBytes() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Read bytes from the previous buffer.
readChunk - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Byte chunk used to read bytes.
readChunkedPostBody() - Method in class org.apache.catalina.connector.Request
Read chunked post body.
readDataFromSocket(SelectionKey) - Method in class org.apache.catalina.cluster.tcp.ReplicationListener
Sample data handler method for a channel with data ready to read.
readExternal(ObjectInput) - Method in class org.apache.catalina.cluster.session.DeltaRequest
 
readLine(byte[], int, int) - Method in class org.apache.catalina.connector.CoyoteInputStream
 
readLine() - Method in class org.apache.catalina.connector.CoyoteReader
 
readLine(InputStream, byte[], int, int) - Static method in class org.apache.tomcat.util.net.TcpConnection
 
readMessage(FileMessage) - Method in class org.apache.catalina.cluster.deploy.FileMessageFactory
Reads file data into the file message and sets the size, totalLength, totalNrOfMsgs and the message number
If EOF is reached, the factory returns null, and closes itself, otherwise the same message is returned as was passed in.
readMessage(AjpMessage, boolean, boolean) - Method in class org.apache.coyote.ajp.AjpAprProcessor
Read an AJP message.
readObjectData(ObjectInputStream) - Method in class org.apache.catalina.cluster.session.DeltaSession
Read a serialized version of the contents of this session object from the specified object input stream, without requiring that the StandardSession itself have been serialized.
readObjectData(ObjectInputStream) - Method in class org.apache.catalina.cluster.session.ReplicatedSession
Read a serialized version of the contents of this session object from the specified object input stream, without requiring that the StandardSession itself have been serialized.
readObjectData(ObjectInputStream) - Method in class org.apache.catalina.session.StandardSession
Read a serialized version of the contents of this session object from the specified object input stream, without requiring that the StandardSession itself have been serialized.
readOnly - Variable in class org.apache.catalina.servlets.DefaultServlet
Read only flag.
readPostBody(byte[], int) - Method in class org.apache.catalina.connector.Request
Read post body in an array.
readPrincipal(ObjectInputStream, Realm) - Static method in class org.apache.catalina.cluster.session.SerializablePrincipal
 
readSession(byte[], String) - Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
Reinstantiates a serialized session from the data passed in.
readTimeout - Variable in class org.apache.coyote.ajp.AjpAprProcessor
The socket timeout used when reading the first block of the request header.
readTimeout - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
The socket timeout used when reading the first block of the request header.
readXml(File) - Static method in class org.apache.jk.config.WebXml2Jk
 
reader - Variable in class org.apache.catalina.connector.Request
Reader.
reader - Variable in class org.apache.tomcat.util.digester.Digester
The XMLReader used to parse digester rules.
readmeFile - Variable in class org.apache.catalina.servlets.DefaultServlet
Allow a readme file to be included.
readonly - Variable in class org.apache.catalina.users.MemoryUserDatabase
A flag, indicating if the user database is read only.
readt(int, boolean) - Method in class org.apache.coyote.ajp.AjpAprProcessor
Read at least the specified amount of bytes, and place them in the input buffer.
ready() - Method in class org.apache.catalina.connector.CoyoteReader
 
ready() - Method in class org.apache.catalina.connector.InputBuffer
 
realReadBytes(byte[], int, int) - Method in class org.apache.catalina.connector.InputBuffer
Reads new bytes in the byte chunk.
realReadBytes(byte[], int, int) - Method in interface org.apache.tomcat.util.buf.ByteChunk.ByteInputChannel
Read new bytes ( usually the internal conversion buffer ).
realReadChars(char[], int, int) - Method in class org.apache.catalina.connector.InputBuffer
 
realReadChars(char[], int, int) - Method in interface org.apache.tomcat.util.buf.CharChunk.CharInputChannel
Read new bytes ( usually the internal conversion buffer ).
realWriteBytes(byte[], int, int) - Method in class org.apache.catalina.connector.OutputBuffer
Sends the buffer data to the client output, checking the state of Response and calling the right interceptors.
realWriteBytes(byte[], int, int) - Method in class org.apache.coyote.http11.InternalOutputBuffer
Callback to write data from the buffer.
realWriteBytes(byte[], int, int) - Method in interface org.apache.tomcat.util.buf.ByteChunk.ByteOutputChannel
Send the bytes ( usually the internal conversion buffer ).
realWriteChars(char[], int, int) - Method in class org.apache.catalina.connector.InputBuffer
Since the converter will use append, it is possible to get chars to be removed from the buffer for "writing".
realWriteChars(char[], int, int) - Method in class org.apache.catalina.connector.OutputBuffer
 
realWriteChars(char[], int, int) - Method in interface org.apache.tomcat.util.buf.CharChunk.CharOutputChannel
Send the bytes ( usually the internal conversion buffer ).
realm - Variable in class org.apache.catalina.cluster.session.SerializablePrincipal
The Realm with which this Principal is associated.
realm - Variable in class org.apache.catalina.core.ContainerBase
The Realm with which this Container is associated.
realm - Variable in class org.apache.catalina.realm.GenericPrincipal
The Realm with which this Principal is associated.
realm - Variable in class org.apache.catalina.realm.JAASCallbackHandler
The associated JAASRealm instance.
realm - Variable in class org.apache.catalina.startup.Embedded
The default realm to be used by all containers associated with this compoennt.
realmName - Variable in class org.apache.catalina.realm.JAASCallbackHandler
Realm name.
reauthenticate(String, Realm, Request) - Method in class org.apache.catalina.authenticator.SingleSignOn
Attempts reauthentication to the given Realm using the credentials associated with the single sign-on session identified by argument ssoId.
reauthenticateFromSSO(String, Request) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Attempts reauthentication to the Realm using the credentials included in argument entry.
rebind(Name, Object) - Method in class org.apache.naming.NamingContext
Binds a name to an object, overwriting any existing binding.
rebind(String, Object) - Method in class org.apache.naming.NamingContext
Binds a name to an object, overwriting any existing binding.
rebind(Name, Object) - Method in class org.apache.naming.SelectorContext
Binds a name to an object, overwriting any existing binding.
rebind(String, Object) - Method in class org.apache.naming.SelectorContext
Binds a name to an object, overwriting any existing binding.
rebind(Name, Object) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object, overwriting any existing binding.
rebind(String, Object) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object, overwriting any existing binding.
rebind(Name, Object, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(String, Object, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(String, Object, Attributes) - Method in class org.apache.naming.resources.FileDirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(Name, Object) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object, overwriting any existing binding.
rebind(String, Object) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object, overwriting any existing binding.
rebind(Name, Object, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(String, Object, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
rebind(String, Object, Attributes) - Method in class org.apache.naming.resources.WARDirContext
Binds a name to an object, along with associated attributes, overwriting any existing binding.
receive(ClusterMessage) - Method in interface org.apache.catalina.cluster.CatalinaCluster
receive a message to all the members in the cluster.
receive() - Method in class org.apache.catalina.cluster.mcast.McastServiceImpl
Receive a datagram packet, locking wait
receive(ClusterMessage) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
notify all listeners from receiving a new message is not ClusterMessage emitt Failure Event to LifecylceListener
receive() - Method in class org.apache.coyote.ajp.AjpAprProcessor
Receive a chunk of data.
receive(Msg, MsgContext) - Method in class org.apache.jk.common.ChannelJni
Receives does nothing - send will put the response in the same buffer
receive(Msg, MsgContext) - Method in class org.apache.jk.common.ChannelNioSocket
 
receive(Msg, MsgContext) - Method in class org.apache.jk.common.ChannelSocket
 
receive(Msg, MsgContext) - Method in class org.apache.jk.common.ChannelUn
 
receive() - Method in class org.apache.jk.common.JkInputStream
Receive a chunk of data.
receive(Msg, MsgContext) - Method in interface org.apache.jk.core.JkChannel
Recieve a message from the client.
receivePacket - Variable in class org.apache.catalina.cluster.mcast.McastServiceImpl
Reuse the receivePacket, no need to create a new one everytime
receivedProcessingTime - Variable in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
proessingTime
receiver - Variable in class org.apache.catalina.cluster.mcast.McastServiceImpl
Thread to listen for pings
recoveryCounter - Variable in class org.apache.catalina.cluster.mcast.McastServiceImpl
nr of times the system has to fail before a recovery is initiated
recoveryEnabled - Variable in class org.apache.catalina.cluster.mcast.McastServiceImpl
Add the ability to turn on/off recovery
recoverySleepTime - Variable in class org.apache.catalina.cluster.mcast.McastServiceImpl
The time the recovery thread sleeps between recovery attempts
recycle() - Method in interface org.apache.catalina.Session
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.catalina.cluster.session.DeltaSession
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.catalina.connector.InputBuffer
Recycle the output buffer.
recycle() - Method in class org.apache.catalina.connector.OutputBuffer
Recycle the output buffer.
recycle() - Method in class org.apache.catalina.connector.Request
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.catalina.connector.Response
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.catalina.core.DummyRequest
 
recycle() - Method in class org.apache.catalina.core.DummyResponse
 
recycle() - Method in class org.apache.catalina.servlets.DefaultServlet.Range
 
recycle() - Method in class org.apache.catalina.session.StandardSession
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.catalina.startup.WebRuleSet
Reset counter used for validating the web.xml file.
recycle() - Method in class org.apache.coyote.Request
 
recycle() - Method in class org.apache.coyote.Response
 
recycle() - Method in class org.apache.coyote.ajp.AjpAprProcessor
Recycle the processor.
recycle() - Method in interface org.apache.coyote.http11.InputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Recycle the input buffer.
recycle() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Recycle the output buffer.
recycle() - Method in class org.apache.coyote.http11.InternalInputBuffer
Recycle the input buffer.
recycle() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Recycle the output buffer.
recycle() - Method in interface org.apache.coyote.http11.OutputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
 
recycle() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.filters.VoidInputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.jk.common.JkInputStream
Must be called before or after each request
recycle() - Method in class org.apache.jk.core.MsgContext
 
recycle() - Method in class org.apache.naming.resources.CacheEntry
 
recycle() - Method in class org.apache.tomcat.util.buf.B2CConverter
Reset the internal state, empty the buffers.
recycle() - Method in class org.apache.tomcat.util.buf.ByteChunk
Resets the message buff to an uninitialized state.
recycle() - Method in class org.apache.tomcat.util.buf.C2BConverter
Reset the internal state, empty the buffers.
recycle() - Method in class org.apache.tomcat.util.buf.CharChunk
Resets the message bytes to an uninitialized state.
recycle() - Method in class org.apache.tomcat.util.buf.MessageBytes
Resets the message bytes to an uninitialized (NULL) state.
recycle() - Method in class org.apache.tomcat.util.buf.TimeStamp
 
recycle() - Method in class org.apache.tomcat.util.buf.UTF8Decoder
 
recycle() - Method in class org.apache.tomcat.util.collections.MultiMap
Clears all header fields.
recycle() - Method in class org.apache.tomcat.util.http.BaseRequest
Recycles this object and readies it further use.
recycle() - Method in class org.apache.tomcat.util.http.Cookies
Recycle.
recycle() - Method in class org.apache.tomcat.util.http.MimeHeaders
Clears all header fields.
recycle() - Method in class org.apache.tomcat.util.http.Parameters
 
recycle() - Method in class org.apache.tomcat.util.http.ServerCookie
 
recycle() - Method in class org.apache.tomcat.util.http.mapper.MappingData
 
recycle() - Method in class org.apache.tomcat.util.net.TcpConnection
 
recycleNative(MsgContext) - Method in class org.apache.jk.common.JniHandler
 
recycleWorkerThread(AprEndpoint.Worker) - Method in class org.apache.tomcat.util.net.AprEndpoint
Recycle the specified Processor so that it can be used again.
redeployResources - Variable in class org.apache.catalina.startup.HostConfig.DeployedApplication
Any modification of the specified (static) resources will cause a redeployment of the application.
redirectErrStream - Variable in class org.apache.catalina.ant.BaseRedirectorHelperTask
The stream for error output
redirectOutStream - Variable in class org.apache.catalina.ant.BaseRedirectorHelperTask
The stream for info output
redirectOutput - Variable in class org.apache.catalina.ant.BaseRedirectorHelperTask
true true when output redirection is requested for this task .
redirectPath - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
redirectPort - Variable in class org.apache.catalina.connector.Connector
The redirect port for non-SSL to SSL redirects.
redirectStreams - Variable in class org.apache.catalina.startup.Embedded
Is standard streams redirection enabled ?
redirectURLCC - Variable in class org.apache.catalina.connector.Response
Recyclable buffer to hold the redirect URL.
redirector - Variable in class org.apache.catalina.ant.BaseRedirectorHelperTask
Redirector helper
redirectorConfigured - Variable in class org.apache.catalina.ant.BaseRedirectorHelperTask
will be set to true when the configuration of the Redirector is complete.
redirectorElement - Variable in class org.apache.catalina.ant.BaseRedirectorHelperTask
Redirector element for this task
referrals - Variable in class org.apache.catalina.realm.JNDIRealm
How should we handle referrals?
refresh() - Method in class org.apache.jk.common.ModJkMX
Refresh the proxies, if updateInterval passed
refreshAttributes() - Method in class org.apache.jk.common.ModJkMX
 
refreshMetadata() - Method in class org.apache.jk.common.ModJkMX
 
refreshPolicy() - Method in class org.apache.catalina.loader.WebappClassLoader
Refresh the system policy file, to pick up eventual changes.
regenerate - Variable in class org.apache.jk.config.BaseJkConfig
 
register(Request, Response, Principal, String, String, String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Register an authenticated Principal and authentication type in our request, in the current session (if there is one), and with our SingleSignOn valve, if there is one.
register(String, Principal, String, String, String) - Method in class org.apache.catalina.authenticator.SingleSignOn
Register the specified Principal as being associated with the specified value for the single sign on identifier.
register(String, Principal, String, String, String) - Method in class org.apache.catalina.cluster.authenticator.ClusterSingleSignOn
Notifies the cluster of the creation of a new SSO entry and register the specified Principal as being associated with the specified value for the single sign on identifier.
register(String, String) - Static method in class org.apache.catalina.startup.DigesterFactory
Load the resource and add it to the resolver.
register(String, String) - Method in class org.apache.catalina.util.SchemaResolver
Register the specified DTD/Schema URL for the specified public identifier.
register(String, String) - Method in class org.apache.tomcat.util.digester.Digester
Register the specified DTD URL for the specified public identifier.
registerChannel(Selector, SelectableChannel, int, Object) - Method in class org.apache.catalina.cluster.tcp.ReplicationListener
Register the given channel with the given selector for the given operations of interest
registerClusterValve() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
register all cluster valve to host or engine
registerDescription(StoreDescription) - Method in class org.apache.catalina.storeconfig.StoreRegistry
Register a new description
registerJMX(StandardContext) - Method in class org.apache.catalina.core.StandardWrapper
 
registerLocal(String, Principal, String, String, String) - Method in class org.apache.catalina.cluster.authenticator.ClusterSingleSignOn
 
registerLocalSchema() - Static method in class org.apache.catalina.startup.DigesterFactory
Utilities used to force the parser to use local schema, when available, instead of the schemaLocation XML element.
registerMBean() - Method in class org.apache.catalina.cluster.mcast.McastService
register MBeans for Membership
registerMBeans() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
register Means at cluster.
registerMessageType(int, String, JkHandler, String[]) - Method in class org.apache.jk.common.HandlerDispatch
 
registerReceiverMBean() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
Register Receiver MBean <domain>:type=ClusterReceiver,host=<host>
registerReplicationSession(DeltaSession) - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
Register all cross context sessions inside endAccess.
registerRequest(Request, MsgContext, int) - Method in class org.apache.jk.common.ChannelJni
 
registerRequest(Request, MsgContext, int) - Method in class org.apache.jk.common.ChannelNioSocket
 
registerRequest(Request, MsgContext, int) - Method in class org.apache.jk.common.ChannelSocket
 
registerRequest(Request, MsgContext, int) - Method in class org.apache.jk.common.ChannelUn
 
registerRequest(Request, MsgContext, int) - Method in interface org.apache.jk.core.JkChannel
Register a new Request in the Request pool.
registerRule(String, Rule) - Method in class org.apache.tomcat.util.digester.AbstractRulesImpl
Register rule at given pattern.
registerSenderMBean(Member, IDataSender) - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
register MBean and check it exist (big problem!)
registerSessionAtReplicationValve(DeltaSession) - Method in class org.apache.catalina.cluster.session.DeltaManager
Register cross context session at replication valve thread local
registerTomcat(String, int, String) - Method in class org.apache.jk.common.Shm
Register a tomcat instance XXX make it more flexible
registry - Variable in class org.apache.catalina.mbeans.DefaultContextMBean
The configuration information registry for our managed beans.
registry - Static variable in class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
The configuration information registry for our managed beans.
registry - Variable in class org.apache.catalina.mbeans.GroupMBean
The configuration information registry for our managed beans.
registry - Variable in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
The configuration information registry for our managed beans.
registry - Variable in class org.apache.catalina.mbeans.NamingResourcesMBean
The configuration information registry for our managed beans.
registry - Variable in class org.apache.catalina.mbeans.RoleMBean
The configuration information registry for our managed beans.
registry - Variable in class org.apache.catalina.mbeans.StandardContextMBean
The configuration information registry for our managed beans.
registry - Variable in class org.apache.catalina.mbeans.UserMBean
The configuration information registry for our managed beans.
reinit() - Method in class org.apache.jk.common.ChannelNioSocket
Called after you change some fields at runtime using jmx.
reinit() - Method in class org.apache.jk.common.ChannelSocket
Called after you change some fields at runtime using jmx.
rejectedSessions - Variable in class org.apache.catalina.session.PersistentManagerBase
Number of session creations that failed due to maxActiveSessions.
rejectedSessions - Variable in class org.apache.catalina.session.StandardManager
Number of session creations that failed due to maxActiveSessions.
release(Connection) - Method in class org.apache.catalina.realm.JDBCRealm
Release our use of this connection so that it can be recycled.
release(DirContext) - Method in class org.apache.catalina.realm.JNDIRealm
Release our use of this connection so that it can be recycled.
release(Connection) - Method in class org.apache.catalina.session.JDBCStore
Release the connection, not needed here since the connection is not associated with a connection pool.
release() - Method in class org.apache.naming.resources.BaseDirContext
Release any resources allocated for this directory context.
release() - Method in class org.apache.naming.resources.FileDirContext
Release any resources allocated for this directory context.
release() - Method in class org.apache.naming.resources.WARDirContext
Release any resources allocated for this directory context.
reload() - Method in interface org.apache.catalina.Context
Reload this web application, if reloading is supported.
reload() - Method in class org.apache.catalina.core.StandardContext
Reload this web application, if reloading is supported.
reload() - Method in class org.apache.catalina.mbeans.StandardContextMBean
Return the naming resources associated with this web application.
reloadResources - Variable in class org.apache.catalina.startup.HostConfig.DeployedApplication
Any modification of the specified (static) resources will cause a reload of the application.
remaining - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Number of bytes remaining in the current chunk.
remaining - Variable in class org.apache.coyote.http11.filters.IdentityInputFilter
Remaining bytes.
remaining - Variable in class org.apache.coyote.http11.filters.IdentityOutputFilter
Remaining bytes.
remoteAddr - Variable in class org.apache.catalina.connector.Request
Remote address.
remoteAddr() - Method in class org.apache.coyote.Request
 
remoteAddr - Variable in class org.apache.coyote.http11.Http11AprProcessor
Remote Address associated with the current connection.
remoteAddr - Variable in class org.apache.coyote.http11.Http11Processor
Remote Address associated with the current connection.
remoteAddr() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the remote address
remoteHost - Variable in class org.apache.catalina.connector.Request
Remote host.
remoteHost() - Method in class org.apache.coyote.Request
 
remoteHost - Variable in class org.apache.coyote.http11.Http11AprProcessor
Remote Host associated with the current connection.
remoteHost - Variable in class org.apache.coyote.http11.Http11Processor
Remote Host associated with the current connection.
remoteHost() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the remote host
remotePort - Variable in class org.apache.catalina.connector.Request
Remote port
remotePort - Variable in class org.apache.coyote.http11.Http11AprProcessor
Remote port to which the socket is connected
remotePort - Variable in class org.apache.coyote.http11.Http11Processor
Remote port to which the socket is connected
remoteUser() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the remote user
remove(Session) - Method in interface org.apache.catalina.Manager
Remove this Session from the active Sessions for this Manager.
remove(String) - Method in interface org.apache.catalina.Store
Remove the Session with the specified session identifier from this Store, if present.
remove(String, boolean) - Method in interface org.apache.catalina.cluster.ClusterDeployer
Remove an existing web application, attached to the specified context path.
remove(Member) - Method in interface org.apache.catalina.cluster.ClusterSender
 
remove(String, boolean) - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
Remove an existing web application, attached to the specified context path.
remove(String) - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
Invoke the remove method on the deployer.
remove(Member) - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
remove sender from transmitter. ( deregister mbean and disconnect sender )
remove() - Method in class org.apache.catalina.cluster.util.FastQueue
remove the complete queued object list
remove() - Method in interface org.apache.catalina.cluster.util.IQueue
 
remove() - Method in class org.apache.catalina.cluster.util.SmartQueue
Blocks forever until an element has been added to the queue
remove(long) - Method in class org.apache.catalina.cluster.util.SmartQueue
 
remove(Object) - Static method in class org.apache.catalina.security.SecurityUtil
Remove the object from the cache.
remove(String) - Method in class org.apache.catalina.session.FileStore
Remove the Session with the specified session identifier from this Store, if present.
remove(String) - Method in class org.apache.catalina.session.JDBCStore
Remove the Session with the specified session identifier from this Store, if present.
remove(Session) - Method in class org.apache.catalina.session.ManagerBase
Remove this Session from the active Sessions for this Manager.
remove(Session) - Method in class org.apache.catalina.session.PersistentManagerBase
Remove this Session from the active Sessions for this Manager, and from the Store.
remove(Object) - Method in class org.apache.catalina.util.ParameterMap
Remove the mapping for this key from the map if present.
remove(Object) - Method in class org.apache.catalina.util.ResourceSet
Remove the given element from this set if it is present.
remove(String) - Method in class org.apache.naming.resources.ResourceAttributes
Remove attribute.
remove(Object) - Method in class org.apache.tomcat.util.collections.LRUCache
 
remove(int) - Method in class org.apache.tomcat.util.collections.MultiMap
Removes the field at the specified position.
remove(Object) - Method in class org.apache.tomcat.util.collections.SimpleHashtable
 
remove(AprEndpoint.SendfileData) - Method in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
Remove socket from the poller.
removeAlias(String) - Method in interface org.apache.catalina.Host
Remove the specified alias name from the aliases for this Host.
removeAlias(String) - Method in class org.apache.catalina.core.StandardHost
Remove the specified alias name from the aliases for this Host.
removeAlias(String) - Method in class org.apache.catalina.mbeans.StandardHostMBean
Return the specified alias name from the aliases for this Host
removeApplicationListener(String) - Method in interface org.apache.catalina.Context
Remove the specified application listener class from the set of listeners for this application.
removeApplicationListener(String) - Method in class org.apache.catalina.core.StandardContext
Remove the specified application listener class from the set of listeners for this application.
removeApplicationParameter(String) - Method in interface org.apache.catalina.Context
Remove the application parameter with the specified name from the set for this application.
removeApplicationParameter(String) - Method in class org.apache.catalina.core.StandardContext
Remove the application parameter with the specified name from the set for this application.
removeAttribute(String) - Method in class org.apache.catalina.cluster.session.DeltaRequest
 
removeAttribute(String) - Method in class org.apache.catalina.cluster.session.DeltaSession
Remove the object bound with the specified name from this session.
removeAttribute(String, boolean) - Method in class org.apache.catalina.cluster.session.DeltaSession
Remove the object bound with the specified name from this session.
removeAttribute(String, boolean, boolean) - Method in class org.apache.catalina.cluster.session.DeltaSession
 
removeAttribute(String) - Method in class org.apache.catalina.cluster.session.DeltaSessionFacade
 
removeAttribute(String) - Method in class org.apache.catalina.cluster.session.ReplicatedSession
 
removeAttribute(String, boolean) - Method in class org.apache.catalina.cluster.session.ReplicatedSession
see parent description, plus we also notify other nodes in the cluster
removeAttribute(String) - Method in class org.apache.catalina.connector.Request
Remove the specified request attribute if it exists.
removeAttribute(String) - Method in class org.apache.catalina.connector.RequestFacade
 
removeAttribute(String) - Method in class org.apache.catalina.core.ApplicationContext
Remove the context attribute with the specified name, if any.
removeAttribute(String) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
removeAttribute(String) - Method in class org.apache.catalina.core.DummyRequest
 
removeAttribute(String) - Method in class org.apache.catalina.session.StandardSession
Remove the object bound with the specified name from this session.
removeAttribute(String, boolean) - Method in class org.apache.catalina.session.StandardSession
Remove the object bound with the specified name from this session.
removeAttribute(String) - Method in class org.apache.catalina.session.StandardSessionFacade
 
removeAttributeInternal(String, boolean, boolean) - Method in class org.apache.catalina.cluster.session.DeltaSession
 
removeAttributeInternal(String, boolean) - Method in class org.apache.catalina.session.StandardSession
Remove the object bound with the specified name from this session.
removeAuthRole(String) - Method in class org.apache.catalina.deploy.SecurityConstraint
Remove the specified role from the set of roles permitted to access the resources protected by this security constraint.
removeCallback(int) - Method in class org.apache.tomcat.util.threads.Reaper
 
removeChild(Container) - Method in interface org.apache.catalina.Container
Remove an existing child Container from association with this parent Container.
removeChild(Container) - Method in class org.apache.catalina.core.ContainerBase
Remove an existing child Container from association with this parent Container.
removeChild(Container) - Method in class org.apache.catalina.core.StandardContext
Add a child Container, only if the proposed child is an implementation of Wrapper.
removeClusterListener(MessageListener) - Method in interface org.apache.catalina.cluster.CatalinaCluster
 
removeClusterListener(MessageListener) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
remove message listener and deregister Cluster from listener
removeCollection(SecurityCollection) - Method in class org.apache.catalina.deploy.SecurityConstraint
Remove the specified web resource collection from those protected by this security constraint.
removeConnector(Connector) - Method in interface org.apache.catalina.Service
Remove the specified Connector from the set associated from this Service.
removeConnector(Connector) - Method in class org.apache.catalina.core.StandardService
Remove the specified Connector from the set associated from this Service.
removeConnector(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Connector.
removeConstraint(SecurityConstraint) - Method in interface org.apache.catalina.Context
Remove the specified security constraint from this web application.
removeConstraint(SecurityConstraint) - Method in class org.apache.catalina.core.StandardContext
Remove the specified security constraint from this web application.
removeContainerListener(ContainerListener) - Method in interface org.apache.catalina.Container
Remove a container event listener from this component.
removeContainerListener(ContainerListener) - Method in class org.apache.catalina.core.ContainerBase
Remove a container event listener from this component.
removeContentType(String) - Method in class org.apache.tomcat.util.http.MimeMap
 
removeContext(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Context.
removeContext(Context) - Method in class org.apache.catalina.startup.Embedded
Remove the specified Context from the set of defined Contexts for its associated Host.
removeContext(String, String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Remove a context from an existing host.
removeEjb(String) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified EJBs in the naming context.
removeEjb(String) - Method in class org.apache.catalina.deploy.NamingResources
Remove any EJB resource reference with the specified name.
removeEngine(Engine) - Method in class org.apache.catalina.startup.Embedded
Remove the specified Engine from the set of defined Engines, along with all of its related Hosts and Contexts.
removeEnvironment(String) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified environment entries in the naming context.
removeEnvironment(String) - Method in class org.apache.catalina.deploy.NamingResources
Remove any environment entry with the specified name.
removeEnvironment(String) - Method in class org.apache.catalina.mbeans.DefaultContextMBean
Remove any environment entry with the specified name.
removeEnvironment(String) - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Remove any environment entry with the specified name.
removeEnvironment(String) - Method in class org.apache.catalina.mbeans.StandardContextMBean
Remove any environment entry with the specified name.
removeErrorPage(ErrorPage) - Method in interface org.apache.catalina.Context
Remove the error page for the specified error code or Java language exception, if it exists; otherwise, no action is taken.
removeErrorPage(ErrorPage) - Method in class org.apache.catalina.core.StandardContext
Remove the error page for the specified error code or Java language exception, if it exists; otherwise, no action is taken.
removeFactory(FileMessage) - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
Remove file (war) from messages)
removeFilterDef(FilterDef) - Method in interface org.apache.catalina.Context
Remove the specified filter definition from this Context, if it exists; otherwise, no action is taken.
removeFilterDef(FilterDef) - Method in class org.apache.catalina.core.StandardContext
Remove the specified filter definition from this Context, if it exists; otherwise, no action is taken.
removeFilterMap(FilterMap) - Method in interface org.apache.catalina.Context
Remove a filter mapping from this Context.
removeFilterMap(FilterMap) - Method in class org.apache.catalina.core.StandardContext
Remove a filter mapping from this Context.
removeFromEnvironment(String) - Method in class org.apache.naming.NamingContext
Removes an environment property from the environment of this context.
removeFromEnvironment(String) - Method in class org.apache.naming.SelectorContext
Removes an environment property from the environment of this context.
removeFromEnvironment(String) - Method in class org.apache.naming.resources.BaseDirContext
Removes an environment property from the environment of this context.
removeFromEnvironment(String) - Method in class org.apache.naming.resources.ProxyDirContext
Removes an environment property from the environment of this context.
removeGroup(Group) - Method in interface org.apache.catalina.User
Remove a Group from those this user belongs to.
removeGroup(Group) - Method in interface org.apache.catalina.UserDatabase
Remove the specified Group from this user database.
removeGroup(String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Remove an existing group and destroy the corresponding MBean.
removeGroup(String) - Method in class org.apache.catalina.mbeans.UserMBean
Remove a Group from those this user belongs to.
removeGroup(Group) - Method in class org.apache.catalina.users.AbstractUser
Remove a Group from those this user belongs to.
removeGroup(Group) - Method in class org.apache.catalina.users.MemoryUser
Remove a Group from those this user belongs to.
removeGroup(Group) - Method in class org.apache.catalina.users.MemoryUserDatabase
Remove the specified Group from this user database.
removeGroups() - Method in interface org.apache.catalina.User
Remove all Groups from those this user belongs to.
removeGroups() - Method in class org.apache.catalina.users.AbstractUser
Remove all Groups from those this user belongs to.
removeGroups() - Method in class org.apache.catalina.users.MemoryUser
Remove all Groups from those this user belongs to.
removeHeader(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
Removes a header field with the specified name.
removeHost(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Host.
removeHost(Host) - Method in class org.apache.catalina.startup.Embedded
Remove the specified Host, along with all of its related Contexts, from the set of defined Hosts for its associated Engine.
removeHost(String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Remove a host from the mapper.
removeHostAlias(String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Remove a host alias
removeInitParameter(String) - Method in interface org.apache.catalina.Wrapper
Remove the specified initialization parameter from this servlet.
removeInitParameter(String) - Method in class org.apache.catalina.core.StandardWrapper
Remove the specified initialization parameter from this servlet.
removeInstanceListener(String) - Method in interface org.apache.catalina.Context
Remove a class name from the set of InstanceListener classes that will be added to newly created Wrappers.
removeInstanceListener(InstanceListener) - Method in interface org.apache.catalina.Wrapper
Remove a listener no longer interested in InstanceEvents.
removeInstanceListener(String) - Method in class org.apache.catalina.core.StandardContext
Remove a class name from the set of InstanceListener classes that will be added to newly created Wrappers.
removeInstanceListener(InstanceListener) - Method in class org.apache.catalina.core.StandardWrapper
Remove a listener no longer interested in InstanceEvents.
removeInstanceListener(InstanceListener) - Method in class org.apache.catalina.util.InstanceSupport
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in interface org.apache.catalina.Lifecycle
Remove a LifecycleEvent listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.authenticator.SingleSignOn
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.cluster.session.DeltaManager
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.cluster.session.JvmRouteBinderValve
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.connector.Connector
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.ContainerBase
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.StandardPipeline
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.StandardServer
Remove a LifecycleEvent listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.core.StandardService
Remove a LifecycleEvent listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.loader.WebappClassLoader
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.loader.WebappLoader
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.realm.RealmBase
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.session.PersistentManagerBase
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.session.StandardManager
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.session.StoreBase
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.startup.Embedded
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.util.LifecycleSupport
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.AccessLogValve
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Removes a Lifecycle listener.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.RequestFilterValve
Remove a lifecycle event listener from this component.
removeLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.valves.SemaphoreValve
Remove a lifecycle event listener from this component.
removeLoader(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Loader.
removeLocalEjb(String) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified local EJBs in the naming context.
removeLocalEjb(String) - Method in class org.apache.catalina.deploy.NamingResources
Remove any local EJB resource reference with the specified name.
removeManagedObject(TimeStamp) - Method in class org.apache.tomcat.util.threads.Expirer
 
removeManager(String, Manager) - Method in interface org.apache.catalina.cluster.CatalinaCluster
 
removeManager(String, Manager) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
remove an application form cluster replication bus
removeManager(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Manager.
removeMapping(String) - Method in interface org.apache.catalina.Wrapper
Remove a mapping associated with the wrapper.
removeMapping(String) - Method in class org.apache.catalina.core.StandardWrapper
Remove a mapping associated with the wrapper.
removeMcastMember(McastMember) - Method in class org.apache.catalina.cluster.mcast.McastMembership
Remove a member from this component.
removeMembershipListener() - Method in interface org.apache.catalina.cluster.MembershipService
removes the membership listener.
removeMembershipListener() - Method in class org.apache.catalina.cluster.mcast.McastService
Remove the membership listener
removeMessageDestination(String) - Method in class org.apache.catalina.core.StandardContext
Remove any message destination with the specified name.
removeMessageDestinationRef(String) - Method in class org.apache.catalina.core.StandardContext
Remove any message destination ref with the specified name.
removeMessageDestinationRef(String) - Method in class org.apache.catalina.deploy.NamingResources
Remove any message destination reference with the specified name.
removeMethod(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Remove the specified HTTP request method from those that are part of this web resource collection.
removeMimeMapping(String) - Method in interface org.apache.catalina.Context
Remove the MIME mapping for the specified extension, if it exists; otherwise, no action is taken.
removeMimeMapping(String) - Method in class org.apache.catalina.core.StandardContext
Remove the MIME mapping for the specified extension, if it exists; otherwise, no action is taken.
removeNote(String) - Method in interface org.apache.catalina.Session
Remove any object bound to the specified name in the internal notes for this session.
removeNote(String) - Method in class org.apache.catalina.cluster.session.DeltaSession
Remove any object bound to the specified name in the internal notes for this session.
removeNote(String) - Method in class org.apache.catalina.connector.Request
Remove any object bound to the specified name in the internal notes for this request.
removeNote(String) - Method in class org.apache.catalina.core.DummyRequest
 
removeNote(String) - Method in class org.apache.catalina.session.StandardSession
Remove any object bound to the specified name in the internal notes for this session.
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.catalina.core.StandardContext
 
removeNotificationListener(NotificationListener) - Method in class org.apache.catalina.core.StandardContext
Remove a JMX-NotificationListener
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.catalina.core.StandardWrapper
 
removeNotificationListener(NotificationListener) - Method in class org.apache.catalina.core.StandardWrapper
Remove a JMX-NotificationListener
removeNotificationListener(NotificationListener) - Method in class org.apache.jk.common.ChannelNioSocket
 
removeNotificationListener(NotificationListener) - Method in class org.apache.jk.common.ChannelSocket
 
removeParameter(String) - Method in interface org.apache.catalina.Context
Remove the context initialization parameter with the specified name, if it exists; otherwise, no action is taken.
removeParameter(String) - Method in class org.apache.catalina.core.StandardContext
Remove the context initialization parameter with the specified name, if it exists; otherwise, no action is taken.
removePattern(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Remove the specified URL pattern from those that are part of this web resource collection.
removeProperty(String) - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
remove a configured property.
removeProperty(String) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
remove a configured property.
removeProperty(String) - Method in interface org.apache.catalina.cluster.util.IDynamicProperty
remove a configured property.
removeProperty(String) - Method in class org.apache.catalina.connector.Connector
remove a configured property.
removeProperty(String) - Method in class org.apache.catalina.deploy.ContextTransaction
remove a configured property.
removeProperty(String) - Method in class org.apache.catalina.deploy.ResourceBase
remove a configured property.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Container
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Loader
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Manager
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Realm
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Store
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.ContainerBase
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.StandardServer
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.StandardService
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.deploy.NamingResources
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.loader.WebappLoader
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.realm.RealmBase
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.session.ManagerBase
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.session.StoreBase
Remove a property change listener from this component.
removeQuotes(String, boolean) - Static method in class org.apache.catalina.authenticator.DigestAuthenticator
Removes the quotes on a string.
removeQuotes(String) - Static method in class org.apache.catalina.authenticator.DigestAuthenticator
Removes the quotes on a string.
removeRealm(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Realm.
removeRequestProcessor(RequestInfo) - Method in class org.apache.coyote.RequestGroupInfo
 
removeResource(String) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified resources in the naming context.
removeResource(String) - Method in class org.apache.catalina.deploy.NamingResources
Remove any resource reference with the specified name.
removeResource(String) - Method in class org.apache.catalina.mbeans.DefaultContextMBean
Remove any resource reference with the specified name.
removeResource(String) - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Remove any resource reference with the specified name.
removeResource(String) - Method in class org.apache.catalina.mbeans.StandardContextMBean
Remove any resource reference with the specified name.
removeResourceEnvRef(String) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified resources in the naming context.
removeResourceEnvRef(String) - Method in class org.apache.catalina.deploy.NamingResources
Remove any resource environment reference with the specified name.
removeResourceLink(String) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified resources in the naming context.
removeResourceLink(String) - Method in class org.apache.catalina.deploy.NamingResources
Remove any resource link with the specified name.
removeResourceLink(String) - Method in class org.apache.catalina.mbeans.DefaultContextMBean
Remove any resource link with the specified name.
removeResourceLink(String) - Method in class org.apache.catalina.mbeans.NamingResourcesMBean
Remove any resource link reference with the specified name.
removeResourceLink(String) - Method in class org.apache.catalina.mbeans.StandardContextMBean
Remove any resource link with the specified name.
removeRole(Role) - Method in interface org.apache.catalina.Group
Remove a Role from those assigned to this group.
removeRole(Role) - Method in interface org.apache.catalina.User
Remove a Role from those assigned to this user.
removeRole(Role) - Method in interface org.apache.catalina.UserDatabase
Remove the specified Role from this user database.
removeRole(String) - Method in class org.apache.catalina.mbeans.GroupMBean
Remove a Role from those this group belongs to.
removeRole(String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Remove an existing role and destroy the corresponding MBean.
removeRole(String) - Method in class org.apache.catalina.mbeans.UserMBean
Remove a Role from those this user belongs to.
removeRole(Role) - Method in class org.apache.catalina.users.AbstractGroup
Remove a Role from those assigned to this group.
removeRole(Role) - Method in class org.apache.catalina.users.AbstractUser
Remove a Role from those assigned to this user.
removeRole(Role) - Method in class org.apache.catalina.users.MemoryGroup
Remove a Role from those assigned to this group.
removeRole(Role) - Method in class org.apache.catalina.users.MemoryUser
Remove a Role from those assigned to this user.
removeRole(Role) - Method in class org.apache.catalina.users.MemoryUserDatabase
Remove the specified Role from this user database.
removeRoleMapping(String) - Method in interface org.apache.catalina.Context
Remove any security role reference for the specified name
removeRoleMapping(String) - Method in class org.apache.catalina.core.StandardContext
Remove any security role reference for the specified name
removeRoles() - Method in interface org.apache.catalina.Group
Remove all Roles from those assigned to this group.
removeRoles() - Method in interface org.apache.catalina.User
Remove all Roles from those assigned to this user.
removeRoles() - Method in class org.apache.catalina.users.AbstractGroup
Remove all Roles from those assigned to this group.
removeRoles() - Method in class org.apache.catalina.users.AbstractUser
Remove all Roles from those assigned to this user.
removeRoles() - Method in class org.apache.catalina.users.MemoryGroup
Remove all Roles from those assigned to this group.
removeRoles() - Method in class org.apache.catalina.users.MemoryUser
Remove all Roles from those assigned to this user.
removeSecurityReference(String) - Method in interface org.apache.catalina.Wrapper
Remove any security role reference for the specified role name.
removeSecurityReference(String) - Method in class org.apache.catalina.core.StandardWrapper
Remove any security role reference for the specified role name.
removeSecurityRole(String) - Method in interface org.apache.catalina.Context
Remove any security role with the specified name.
removeSecurityRole(String) - Method in class org.apache.catalina.core.StandardContext
Remove any security role with the specified name.
removeService(Service) - Method in interface org.apache.catalina.Server
Remove the specified Service from the set associated from this Server.
removeService(Service) - Method in class org.apache.catalina.core.StandardServer
Remove the specified Service from the set associated from this Server.
removeService(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Service.
removeServiced(String) - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
Invoke the check method on the deployer.
removeServiced(String) - Method in class org.apache.catalina.startup.HostConfig
Removed a serviced application from the list.
removeServletMapping(String) - Method in interface org.apache.catalina.Context
Remove any servlet mapping for the specified pattern, if it exists; otherwise, no action is taken.
removeServletMapping(String) - Method in class org.apache.catalina.core.StandardContext
Remove any servlet mapping for the specified pattern, if it exists; otherwise, no action is taken.
removeSession(String, Session) - Method in class org.apache.catalina.authenticator.SingleSignOn
Remove a single Session from a SingleSignOn.
removeSession(Session) - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Removes the given Session from the list of those associated with this SSO.
removeSession(String, Session) - Method in class org.apache.catalina.cluster.authenticator.ClusterSingleSignOn
Remove a single Session from a SingleSignOn and notify the cluster of the removal.
removeSession(String) - Method in class org.apache.catalina.session.PersistentManagerBase
Remove this Session from the active Sessions for this Manager, and from the Store.
removeSessionListener(SessionListener) - Method in interface org.apache.catalina.Session
Remove a session event listener from this component.
removeSessionListener(SessionListener) - Method in class org.apache.catalina.cluster.session.DeltaSession
Remove a session event listener from this component.
removeSessionListener(SessionListener) - Method in class org.apache.catalina.session.StandardSession
Remove a session event listener from this component.
removeSessionLocal(String, Session) - Method in class org.apache.catalina.cluster.authenticator.ClusterSingleSignOn
 
removeSuper(Session) - Method in class org.apache.catalina.session.PersistentManagerBase
Remove this Session from the active Sessions for this Manager, but not from the Store.
removeTaglib(String) - Method in interface org.apache.catalina.Context
Remove the tag library location forthe specified tag library URI.
removeTaglib(String) - Method in class org.apache.catalina.core.StandardContext
Remove the tag library location forthe specified tag library URI.
removeThread(Thread) - Method in class org.apache.tomcat.util.threads.ThreadPool
 
removeTransientAttribute(String) - Method in class org.apache.catalina.storeconfig.StoreDescription
 
removeTransientChild(String) - Method in class org.apache.catalina.storeconfig.StoreDescription
 
removeUser(User) - Method in interface org.apache.catalina.UserDatabase
Remove the specified User from this user database.
removeUser(String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Remove an existing user and destroy the corresponding MBean.
removeUser(User) - Method in class org.apache.catalina.users.MemoryUserDatabase
Remove the specified User from this user database.
removeValue(String) - Method in class org.apache.catalina.cluster.session.DeltaSession
Deprecated. As of Version 2.2, this method is replaced by removeAttribute()
removeValue(String) - Method in class org.apache.catalina.cluster.session.DeltaSessionFacade
 
removeValue(String) - Method in class org.apache.catalina.session.StandardSession
Deprecated. As of Version 2.2, this method is replaced by removeAttribute()
removeValue(String) - Method in class org.apache.catalina.session.StandardSessionFacade
 
removeValve(Valve) - Method in interface org.apache.catalina.Pipeline
Remove the specified Valve from the pipeline associated with this Container, if it is found; otherwise, do nothing.
removeValve(Valve) - Method in class org.apache.catalina.core.ContainerBase
Remove the specified Valve from the pipeline associated with this Container, if it is found; otherwise, do nothing.
removeValve(Valve) - Method in class org.apache.catalina.core.StandardPipeline
Remove the specified Valve from the pipeline associated with this Container, if it is found; otherwise, do nothing.
removeValve(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Valve.
removeWatchedResource(String) - Method in interface org.apache.catalina.Context
Remove the specified watched resource name from the list associated with this Context.
removeWatchedResource(String) - Method in class org.apache.catalina.core.StandardContext
Remove the specified watched resource name from the list associated with this Context.
removeWelcomeFile(String) - Method in interface org.apache.catalina.Context
Remove the specified welcome file name from the list recognized by this Context.
removeWelcomeFile(String) - Method in class org.apache.catalina.core.StandardContext
Remove the specified welcome file name from the list recognized by this Context.
removeWrapper(String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Remove a wrapper from the context associated with this wrapper.
removeWrapper(String, String, String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Remove a wrapper from an existing context.
removeWrapper(Mapper.Context, String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
 
removeWrapperLifecycle(String) - Method in interface org.apache.catalina.Context
Remove a class name from the set of LifecycleListener classes that will be added to newly created Wrappers.
removeWrapperLifecycle(String) - Method in class org.apache.catalina.core.StandardContext
Remove a class name from the set of LifecycleListener classes that will be added to newly created Wrappers.
removeWrapperListener(String) - Method in interface org.apache.catalina.Context
Remove a class name from the set of ContainerListener classes that will be added to newly created Wrappers.
removeWrapperListener(String) - Method in class org.apache.catalina.core.StandardContext
Remove a class name from the set of ContainerListener classes that will be added to newly created Wrappers.
rename(Name, Name) - Method in class org.apache.naming.NamingContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.apache.naming.NamingContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(Name, Name) - Method in class org.apache.naming.SelectorContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.apache.naming.SelectorContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(Name, Name) - Method in class org.apache.naming.resources.BaseDirContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.apache.naming.resources.BaseDirContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.apache.naming.resources.FileDirContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(Name, Name) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.apache.naming.resources.ProxyDirContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.apache.naming.resources.WARDirContext
Binds a new name to the object bound to an old name, and unbinds the old name.
render(String, CacheEntry) - Method in class org.apache.catalina.servlets.DefaultServlet
Decide which way to render.
renderHtml(String, CacheEntry) - Method in class org.apache.catalina.servlets.DefaultServlet
Return an InputStream to an HTML representation of the contents of this directory.
renderSize(long) - Method in class org.apache.catalina.servlets.DefaultServlet
Render the specified file size (in bytes).
renderXml(String, CacheEntry, InputStream) - Method in class org.apache.catalina.servlets.DefaultServlet
Return an InputStream to an HTML representation of the contents of this directory.
repeat(char, int) - Method in class org.apache.catalina.ssi.SSIFsize
 
replaceProperties(String, Object) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Deprecated. Use the explicit method
replaceProperties(String, Hashtable, IntrospectionUtils.PropertySource[]) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Replace ${NAME} with the property value
replacements - Static variable in class org.apache.catalina.connector.Connector
 
replacements - Static variable in class org.apache.catalina.storeconfig.ConnectorStoreAppender
 
replay - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Replay read.
report(Request, Response, Throwable) - Method in class org.apache.catalina.valves.ErrorReportValve
Prints out an error report.
repositories - Variable in class org.apache.catalina.loader.WebappClassLoader
The list of local repositories, in the order they should be searched for locally loaded classes or resources.
repositoryURLs - Variable in class org.apache.catalina.loader.WebappClassLoader
Repositories URLs, used to cache the result of getURLs.
req - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
 
req - Variable in class org.apache.coyote.Response
 
reqFilters - Variable in class org.apache.catalina.cluster.tcp.ReplicationValve
holds file endings to not call for like images and others
request - Variable in class org.apache.catalina.connector.RequestFacade
The wrapped request.
request - Variable in class org.apache.catalina.connector.Response
The request with which this response is associated.
request - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Request object.
request - Variable in class org.apache.coyote.http11.Http11AprProcessor
Request object.
request - Variable in class org.apache.coyote.http11.Http11Processor
Request object.
request - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Associated Coyote request.
request - Variable in class org.apache.coyote.http11.InternalInputBuffer
Associated Coyote request.
requestCompleted(String) - Method in interface org.apache.catalina.cluster.ClusterManager
When the request has been completed, the replication valve will notify the manager, and the manager will decide whether any replication is needed or not.
requestCompleted(String) - Method in class org.apache.catalina.cluster.session.DeltaManager
When the request has been completed, the replication valve will notify the manager, and the manager will decide whether any replication is needed or not.
requestCompleted(String, boolean) - Method in class org.apache.catalina.cluster.session.DeltaManager
When the request has been completed, the replication valve will notify the manager, and the manager will decide whether any replication is needed or not.
requestCompleted(String) - Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
requestDispatcherPath - Variable in class org.apache.catalina.connector.Request
The current request dispatcher path.
requestHandler(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.ssi.SSIServlet
Process our request and locate right SSI command.
requestHeaderMessage - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Header message.
requestPath - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
requestURI() - Method in class org.apache.coyote.Request
 
requestURI() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the request uri
requestedSessionCookie - Variable in class org.apache.catalina.connector.Request
Was the requested session ID received in a cookie?
requestedSessionId - Variable in class org.apache.catalina.connector.Request
The requested session ID (if any) for this request.
requestedSessionURL - Variable in class org.apache.catalina.connector.Request
Was the requested session ID received in a URL?
requireClientAuth - Variable in class org.apache.tomcat.util.net.jsse.JSSE14SocketFactory
Flag to state that we require client authentication.
requiredSecret - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Required secret.
requiredSecret - Variable in class org.apache.coyote.ajp.AjpAprProtocol
Required secret.
requiresExtensions() - Method in class org.apache.catalina.util.ManifestResource
Convienience method to check if this ManifestResource has an requires extensions.
res - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
 
reset() - Method in class org.apache.catalina.cluster.mcast.McastMembership
Reset the membership and start over fresh.
reset() - Method in class org.apache.catalina.cluster.session.DeltaRequest
 
reset() - Method in class org.apache.catalina.connector.CoyoteReader
 
reset() - Method in class org.apache.catalina.connector.InputBuffer
 
reset() - Method in class org.apache.catalina.connector.OutputBuffer
 
reset() - Method in class org.apache.catalina.connector.Response
Clear any content written to the buffer.
reset(int, String) - Method in class org.apache.catalina.connector.Response
Reset this response, and specify the values for the HTTP status code and corresponding message.
reset() - Method in class org.apache.catalina.connector.ResponseFacade
 
reset() - Method in class org.apache.catalina.core.DummyResponse
 
reset(int, String) - Method in class org.apache.catalina.core.DummyResponse
 
reset() - Method in class org.apache.catalina.util.StringParser
Reset the current state of the parser to the beginning of the current string being parsed.
reset() - Method in class org.apache.coyote.Response
 
reset() - Method in class org.apache.coyote.ajp.AjpMessage
Prepare this packet for accumulating a message from the container to the web server.
reset() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Reset current response.
reset() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Reset current response.
reset() - Method in class org.apache.jk.common.ChannelNioSocket.SocketInputStream
 
reset() - Method in class org.apache.jk.common.MsgAjp
Prepare this packet for accumulating a message from the container to the web server.
reset() - Method in class org.apache.jk.core.Msg
Prepare this packet for accumulating a message from the container to the web server.
reset() - Method in class org.apache.tomcat.util.buf.B2CConverter
 
reset() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
reset() - Method in class org.apache.tomcat.util.buf.CharChunk
 
reset() - Method in class org.apache.tomcat.util.buf.StringCache
 
reset() - Method in class org.apache.tomcat.util.digester.Digester
 
resetBuffer() - Method in class org.apache.catalina.connector.Response
Reset the data buffer but not any status or header information.
resetBuffer() - Method in class org.apache.catalina.connector.ResponseFacade
 
resetBuffer() - Method in class org.apache.catalina.core.DummyResponse
 
resetCounters() - Method in class org.apache.coyote.RequestGroupInfo
 
resetCounters() - Method in class org.apache.jk.common.ChannelNioSocket
 
resetCounters() - Method in class org.apache.jk.common.ChannelSocket
 
resetDeltaRequest() - Method in class org.apache.catalina.cluster.session.DeltaSession
 
resetDeltaRequest(Session) - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
Reset DeltaRequest from session
resetReplicationRequest(Request, boolean) - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
Fix memory leak for long sessions with many changes, when no backup member exists!
resetScoreboard() - Method in class org.apache.jk.common.Shm
 
resetScoreboard() - Method in class org.apache.jk.common.Shm14
 
resetStatistics() - Method in class org.apache.catalina.cluster.session.DeltaManager
Reset manager statistics
resetStatistics() - Method in class org.apache.catalina.cluster.tcp.AsyncSocketSender
 
resetStatistics() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
Reset sender statistics
resetStatistics() - Method in class org.apache.catalina.cluster.tcp.DataSender
Reset sender statistics
resetStatistics() - Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
Reset sender statistics
resetStatistics() - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
Reset sender statistics
resetStatistics() - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
reset the active statitics
resetStatistics() - Method in class org.apache.catalina.cluster.util.FastQueue
reset all stats data
resetStringValue() - Method in class org.apache.tomcat.util.buf.MessageBytes
Remove the cached string value.
resolveClass(ObjectStreamClass) - Method in class org.apache.catalina.cluster.session.ReplicationStream
Load the local class equivalent of the specified stream class description, by using the class loader assigned to this Context.
resolveClass(ObjectStreamClass) - Method in class org.apache.catalina.util.CustomObjectInputStream
Load the local class equivalent of the specified stream class description, by using the class loader assigned to this Context.
resolveEntity(String, String) - Method in class org.apache.catalina.util.SchemaResolver
Resolve the requested external entity.
resolveEntity(String, String) - Method in class org.apache.jk.config.WebXml2Jk.NullResolver
 
resolveEntity(String, String) - Method in class org.apache.tomcat.util.digester.Digester
Resolve the requested external entity.
resolveProxyClass(String[]) - Method in class org.apache.catalina.cluster.session.ReplicationStream
ObjectInputStream.resolveProxyClass has some funky way of using the incorrect class loader to resolve proxy classes, let's do it our way instead
resolveProxyClass(String[]) - Method in class org.apache.catalina.util.CustomObjectInputStream
Return a proxy class that implements the interfaces named in a proxy class descriptor.
resource - Variable in class org.apache.naming.resources.CacheEntry
 
resource - Variable in class org.apache.naming.resources.DirContextURLConnection
Associated resource.
resourceEntries - Variable in class org.apache.catalina.loader.WebappClassLoader
The cache of ResourceEntry for classes and resources we have loaded, keyed by resource name.
resourceName - Variable in class org.apache.catalina.realm.UserDatabaseRealm
The global JNDI name of the UserDatabase resource we will be utilizing.
resources - Variable in class org.apache.catalina.core.ContainerBase
The resources DirContext object with which this Container is associated.
resources - Variable in class org.apache.catalina.deploy.ContextEnvironment
The NamingResources with which we are associated (if any).
resources - Variable in class org.apache.catalina.deploy.ContextTransaction
The NamingResources with which we are associated (if any).
resources - Variable in class org.apache.catalina.deploy.MessageDestinationRef
The NamingResources with which we are associated (if any).
resources - Variable in class org.apache.catalina.deploy.ResourceBase
The NamingResources with which we are associated (if any).
resources - Variable in class org.apache.catalina.loader.WebappClassLoader
Associated directory context giving access to the resources in this webapp.
resources - Variable in class org.apache.catalina.servlets.DefaultServlet
Proxy directory context.
resources - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
 
resourcesStart() - Method in class org.apache.catalina.core.StandardContext
Allocate resources, including proxy.
resourcesStop() - Method in class org.apache.catalina.core.StandardContext
Deallocate resources and destroy proxy.
response - Variable in class org.apache.catalina.connector.Request
The response with which this request is associated.
response - Variable in class org.apache.catalina.connector.ResponseFacade
The wrapped response.
response - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Response object.
response - Variable in class org.apache.coyote.http11.Http11AprProcessor
Response object.
response - Variable in class org.apache.coyote.http11.Http11Processor
Response object.
response - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Associated Coyote response.
response - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Associated Coyote response.
responseHeader(Request, String) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
write a specific response header - x-O{xxx}
responseHeaderMessage - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Message used for response header composition.
restoreRequest(Request, Session) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Restore the original request from information stored in our session.
restrictedUserAgents - Variable in class org.apache.coyote.http11.Http11AprProcessor
List of restricted user agents.
restrictedUserAgents - Variable in class org.apache.coyote.http11.Http11Processor
List of restricted user agents.
resume() - Method in class org.apache.catalina.connector.Connector
Pause the connector.
resume() - Method in interface org.apache.coyote.ProtocolHandler
Resume the protocol (optional).
resume() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
resume() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
resume() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
resume() - Method in class org.apache.coyote.memory.MemoryProtocolHandler
 
resume() - Method in class org.apache.jk.common.ChannelNioSocket
 
resume() - Method in class org.apache.jk.common.ChannelSocket
 
resume() - Method in class org.apache.jk.common.JniHandler
 
resume() - Method in class org.apache.jk.core.JkHandler
 
resume() - Method in class org.apache.jk.server.JkCoyoteHandler
 
resume() - Method in class org.apache.jk.server.JkMain
 
resume() - Method in class org.apache.tomcat.util.net.AprEndpoint
Resume the endpoint, which will make it start accepting new sockets again.
resumeEndpoint() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
returnController(ThreadPool.ControlRunnable) - Method in class org.apache.tomcat.util.threads.ThreadPool
Returns the thread to the pool.
reuse - Static variable in class org.apache.tomcat.util.log.SystemLogHandler
Spare CaptureLog ready for reuse.
revalidate(CacheEntry) - Method in class org.apache.naming.resources.ProxyDirContext
Revalidate entry.
reverse - Variable in class org.apache.catalina.authenticator.SingleSignOn
The cache of single sign on identifiers, keyed by the Session that is associated with them.
reverse(String) - Static method in class org.apache.catalina.util.MIME2Java
Convert a Java encoding name to MIME charset name.
rewriteUrl(String) - Method in class org.apache.catalina.servlets.DefaultServlet
URL rewriter.
rfc1036Format - Static variable in class org.apache.catalina.util.DateTool
 
rfc1036Pattern - Static variable in class org.apache.tomcat.util.buf.DateTool
Deprecated.  
rfc1123Format - Static variable in class org.apache.catalina.util.DateTool
DateFormat to be used to format dates
rgOname - Variable in class org.apache.coyote.ajp.AjpAprProtocol
 
roleBase - Variable in class org.apache.catalina.realm.JNDIRealm
The base element for role searches.
roleClassNames - Variable in class org.apache.catalina.realm.JAASRealm
Comma-delimited list of java.security.Principal classes that represent security roles.
roleClasses - Variable in class org.apache.catalina.realm.JAASRealm
The list of role class names, split out for easy processing.
roleFormat - Variable in class org.apache.catalina.realm.JNDIRealm
The MessageFormat object associated with the current roleSearch.
roleName - Variable in class org.apache.catalina.realm.JNDIRealm
The name of the attribute containing roles held elsewhere
roleNameCol - Variable in class org.apache.catalina.realm.DataSourceRealm
The column in the user role table that names a role
roleNameCol - Variable in class org.apache.catalina.realm.JDBCRealm
The column in the user role table that names a role
roleSearch - Variable in class org.apache.catalina.realm.JNDIRealm
The message format used to select roles for a user, with "{0}" marking the spot where the distinguished name of the user goes.
roleSubtree - Variable in class org.apache.catalina.realm.JNDIRealm
Should we search the entire subtree for matching memberships?
rolename - Variable in class org.apache.catalina.users.AbstractRole
The role name of this Role.
roles - Variable in class org.apache.catalina.cluster.session.SerializablePrincipal
The set of roles associated with this user.
roles - Variable in class org.apache.catalina.realm.GenericPrincipal
The set of roles associated with this user.
roles(Connection, String) - Method in class org.apache.catalina.realm.JDBCRealm
Return a PreparedStatement configured to perform the SELECT required to retrieve user roles for the specified username.
roles - Variable in class org.apache.catalina.users.MemoryGroup
The set of Roles associated with this group.
roles - Variable in class org.apache.catalina.users.MemoryUser
The set of Roles associated with this user.
roles - Variable in class org.apache.catalina.users.MemoryUserDatabase
The set of Roles defined in this database, keyed by role name.
root - Variable in class org.apache.tomcat.util.digester.Digester
The "root" element of the stack (in other words, the last object that was popped.
rootPool - Variable in class org.apache.tomcat.util.net.AprEndpoint
Root APR memory pool.
rotate(String) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Rename the existing log file to something else.
rules() - Method in class org.apache.tomcat.util.digester.AbstractRulesImpl
Return a List of all registered Rule instances, or a zero-length List if there are no registered Rule instances.
rules - Variable in class org.apache.tomcat.util.digester.Digester
The Rules implementation containing our collection of Rule instances and associated matching policy.
rules() - Method in interface org.apache.tomcat.util.digester.Rules
Return a List of all registered Rule instances, or a zero-length List if there are no registered Rule instances.
rules - Variable in class org.apache.tomcat.util.digester.RulesBase
The set of registered Rule instances, in the order that they were originally registered.
rules() - Method in class org.apache.tomcat.util.digester.RulesBase
Return a List of all registered Rule instances, or a zero-length List if there are no registered Rule instances.
rules() - Method in class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
Gets all rules
run() - Method in class org.apache.catalina.cluster.mcast.McastServiceImpl.ReceiverThread
 
run() - Method in class org.apache.catalina.cluster.mcast.McastServiceImpl.RecoveryThread
 
run() - Method in class org.apache.catalina.cluster.mcast.McastServiceImpl.SenderThread
 
run() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
Start thread and listen
run() - Method in class org.apache.catalina.cluster.tcp.SocketReplicationThread
read sender messages / is message complete send ack and wait for next message!
run() - Method in class org.apache.catalina.cluster.tcp.TcpReplicationThread
 
run() - Method in class org.apache.catalina.core.ContainerBase.ContainerBackgroundProcessor
 
run() - Method in class org.apache.catalina.core.ContainerBase.PrivilegedAddChild
 
run() - Method in class org.apache.catalina.loader.WebappClassLoader.PrivilegedFindResource
Deprecated.  
run() - Method in class org.apache.catalina.loader.WebappClassLoader.PrivilegedFindResourceByName
 
run() - Method in class org.apache.catalina.loader.WebappClassLoader.PrivilegedGetClassLoader
 
run() - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Executes a CGI script with the desired environment, current working directory, and input/output streams This implements the following CGI specification recommedations: Servers SHOULD provide the "query" component of the script-URI as command-line arguments to scripts if it does not contain any unencoded "=" characters and the command-line arguments can be generated in an unambiguous manner.
run() - Method in class org.apache.catalina.startup.Catalina.CatalinaShutdownHook
 
run() - Method in class org.apache.catalina.util.ProcessHelper
Deprecated. Executes a process script with the desired environment, current working directory, and input/output streams This implements the following CGI specification recommedations: Servers SHOULD provide the "query" component of the script-URI as command-line arguments to scripts if it does not contain any unencoded "=" characters and the command-line arguments can be generated in an unambiguous manner.
run() - Method in class org.apache.tomcat.util.net.AprEndpoint.Acceptor
The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.
run() - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.
run() - Method in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.
run() - Method in class org.apache.tomcat.util.net.AprEndpoint.Worker
The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.
run() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.
run() - Method in class org.apache.tomcat.util.threads.Reaper
 
run() - Method in class org.apache.tomcat.util.threads.ThreadPool.ControlRunnable
 
run() - Method in class org.apache.tomcat.util.threads.ThreadPool.MonitorRunnable
 
run(Runnable) - Method in class org.apache.tomcat.util.threads.ThreadPool
 
runIt(Object[]) - Method in class org.apache.jk.common.ChannelNioSocket.Poller
 
runIt(Object[]) - Method in class org.apache.jk.common.ChannelNioSocket.SocketConnection
 
runIt(Object[]) - Method in class org.apache.tomcat.util.threads.Expirer
 
runIt(Runnable) - Method in class org.apache.tomcat.util.threads.ThreadPool.ControlRunnable
Run a task
runIt(ThreadPoolRunnable) - Method in class org.apache.tomcat.util.threads.ThreadPool.ControlRunnable
Run a task
runIt(ThreadPoolRunnable) - Method in class org.apache.tomcat.util.threads.ThreadPool
Executes a given Runnable on a thread in the pool, block if needed.
runIt(Object[]) - Method in interface org.apache.tomcat.util.threads.ThreadPoolRunnable
This method will be executed in one of the pool's threads.
running - Variable in class org.apache.jk.common.ChannelNioSocket
 
running - Variable in class org.apache.jk.common.ChannelSocket
 
running - Variable in class org.apache.tomcat.util.net.AprEndpoint
Running state of the endpoint.

S

SCHEME_HTTP - Static variable in class org.apache.tomcat.util.http.BaseRequest
 
SCHEME_HTTPS - Static variable in class org.apache.tomcat.util.http.BaseRequest
 
SCOPE - Static variable in class org.apache.naming.ResourceRef
Scope address type.
SC_A_ARE_DONE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_ARE_DONE - Static variable in class org.apache.jk.common.AjpConstants
Terminates list of attributes
SC_A_AUTH_TYPE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_AUTH_TYPE - Static variable in class org.apache.jk.common.AjpConstants
 
SC_A_CONTEXT - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_CONTEXT - Static variable in class org.apache.jk.common.AjpConstants
 
SC_A_JVM_ROUTE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_JVM_ROUTE - Static variable in class org.apache.jk.common.AjpConstants
 
SC_A_QUERY_STRING - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_QUERY_STRING - Static variable in class org.apache.jk.common.AjpConstants
 
SC_A_REMOTE_USER - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_REMOTE_USER - Static variable in class org.apache.jk.common.AjpConstants
 
SC_A_REQ_ATTRIBUTE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_REQ_ATTRIBUTE - Static variable in class org.apache.jk.common.AjpConstants
Request Attribute is passed as a String
SC_A_REQ_REMOTE_PORT - Static variable in class org.apache.coyote.ajp.Constants
AJP private request attributes
SC_A_REQ_REMOTE_PORT - Static variable in class org.apache.jk.common.AjpConstants
AJP private request attributes
SC_A_SECRET - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_SECRET - Static variable in class org.apache.jk.common.AjpConstants
 
SC_A_SERVLET_PATH - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_SERVLET_PATH - Static variable in class org.apache.jk.common.AjpConstants
 
SC_A_SSL_CERT - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_SSL_CERT - Static variable in class org.apache.jk.common.AjpConstants
 
SC_A_SSL_CIPHER - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_SSL_CIPHER - Static variable in class org.apache.jk.common.AjpConstants
 
SC_A_SSL_KEYSIZE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_SSL_KEYSIZE - Static variable in class org.apache.jk.common.AjpConstants
 
SC_A_SSL_KEY_SIZE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_SSL_KEY_SIZE - Static variable in class org.apache.jk.common.AjpConstants
 
SC_A_SSL_SESSION - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_SSL_SESSION - Static variable in class org.apache.jk.common.AjpConstants
 
SC_A_STORED_METHOD - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_STORED_METHOD - Static variable in class org.apache.jk.common.AjpConstants
 
SC_M_JK_STORED - Static variable in class org.apache.coyote.ajp.Constants
 
SC_M_JK_STORED - Static variable in class org.apache.jk.common.AjpConstants
Request Method is passed as a String
SC_REQ_ACCEPT - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_ACCEPT - Static variable in class org.apache.jk.common.AjpConstants
 
SC_REQ_ACCEPT_CHARSET - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_ACCEPT_CHARSET - Static variable in class org.apache.jk.common.AjpConstants
 
SC_REQ_ACCEPT_ENCODING - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_ACCEPT_ENCODING - Static variable in class org.apache.jk.common.AjpConstants
 
SC_REQ_ACCEPT_LANGUAGE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_ACCEPT_LANGUAGE - Static variable in class org.apache.jk.common.AjpConstants
 
SC_REQ_AUTHORIZATION - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_AUTHORIZATION - Static variable in class org.apache.jk.common.AjpConstants
 
SC_REQ_CONNECTION - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_CONNECTION - Static variable in class org.apache.jk.common.AjpConstants
 
SC_REQ_CONTENT_LENGTH - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_CONTENT_LENGTH - Static variable in class org.apache.jk.common.AjpConstants
 
SC_REQ_CONTENT_TYPE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_CONTENT_TYPE - Static variable in class org.apache.jk.common.AjpConstants
 
SC_REQ_COOKIE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_COOKIE - Static variable in class org.apache.jk.common.AjpConstants
 
SC_REQ_COOKIE2 - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_COOKIE2 - Static variable in class org.apache.jk.common.AjpConstants
 
SC_REQ_HOST - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_HOST - Static variable in class org.apache.jk.common.AjpConstants
 
SC_REQ_PRAGMA - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_PRAGMA - Static variable in class org.apache.jk.common.AjpConstants
 
SC_REQ_REFERER - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_REFERER - Static variable in class org.apache.jk.common.AjpConstants
 
SC_REQ_USER_AGENT - Static variable in class org.apache.coyote.ajp.Constants
 
SC_REQ_USER_AGENT - Static variable in class org.apache.jk.common.AjpConstants
 
SC_RESP_CONTENT_LANGUAGE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_CONTENT_LANGUAGE - Static variable in class org.apache.jk.common.AjpConstants
 
SC_RESP_CONTENT_LENGTH - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_CONTENT_LENGTH - Static variable in class org.apache.jk.common.AjpConstants
 
SC_RESP_CONTENT_TYPE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_CONTENT_TYPE - Static variable in class org.apache.jk.common.AjpConstants
 
SC_RESP_DATE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_DATE - Static variable in class org.apache.jk.common.AjpConstants
 
SC_RESP_LAST_MODIFIED - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_LAST_MODIFIED - Static variable in class org.apache.jk.common.AjpConstants
 
SC_RESP_LOCATION - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_LOCATION - Static variable in class org.apache.jk.common.AjpConstants
 
SC_RESP_SERVLET_ENGINE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_SERVLET_ENGINE - Static variable in class org.apache.jk.common.AjpConstants
 
SC_RESP_SET_COOKIE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_SET_COOKIE - Static variable in class org.apache.jk.common.AjpConstants
 
SC_RESP_SET_COOKIE2 - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_SET_COOKIE2 - Static variable in class org.apache.jk.common.AjpConstants
 
SC_RESP_STATUS - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_STATUS - Static variable in class org.apache.jk.common.AjpConstants
 
SC_RESP_WWW_AUTHENTICATE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_WWW_AUTHENTICATE - Static variable in class org.apache.jk.common.AjpConstants
 
SECURITY - Static variable in class org.apache.catalina.connector.Constants
Security flag.
SEMI_COLON - Static variable in class org.apache.coyote.http11.Constants
SEMI_COLON.
SEND_MESSAGE_FAILURE_EVENT - Static variable in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
SEPARATORS - Static variable in class org.apache.tomcat.util.http.Cookies
 
SERVER_BYTES - Static variable in class org.apache.coyote.ajp.Constants
Server string.
SERVER_BYTES - Static variable in class org.apache.coyote.http11.Constants
Server string.
SERVLET_NAME_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we forward a servlet name to an error page.
SESSION_ACTIVATED_EVENT - Static variable in interface org.apache.catalina.Session
The SessionEvent event type when a session is activated.
SESSION_COOKIE_NAME - Static variable in class org.apache.catalina.Globals
The name of the cookie used to pass the session identifier back and forth with the client.
SESSION_CREATED_EVENT - Static variable in interface org.apache.catalina.Session
The SessionEvent event type when a session is created.
SESSION_DESTROYED_EVENT - Static variable in interface org.apache.catalina.Session
The SessionEvent event type when a session is destroyed.
SESSION_ID_BYTES - Static variable in class org.apache.catalina.authenticator.AuthenticatorBase
The number of random bytes to include when generating a session identifier.
SESSION_ID_KEY - Static variable in class org.apache.tomcat.util.net.AprEndpoint
The Request attribute key for the session id.
SESSION_ID_KEY - Static variable in interface org.apache.tomcat.util.net.SSLSupport
The Request attribute key for the session id.
SESSION_PARAMETER_NAME - Static variable in class org.apache.catalina.Globals
The name of the path parameter used to pass the session identifier back and forth with the client.
SESSION_PASSIVATED_EVENT - Static variable in interface org.apache.catalina.Session
The SessionEvent event type when a session is passivated.
SESS_PASSWORD_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The notes key for the password used to authenticate this user.
SESS_USERNAME_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The notes key for the username used to authenticate this user.
SINGLE_SIGN_ON_COOKIE - Static variable in class org.apache.catalina.authenticator.Constants
 
SOURCE - Static variable in class org.apache.naming.resources.ResourceAttributes
Source.
SP - Static variable in class org.apache.coyote.ajp.Constants
SP.
SP - Static variable in class org.apache.coyote.http11.Constants
SP.
SSICommand - interface org.apache.catalina.ssi.SSICommand.
The interface that all SSI commands ( SSIEcho, SSIInclude, ...) must implement.
SSIConditional - class org.apache.catalina.ssi.SSIConditional.
SSI command that handles all conditional directives.
SSIConditional() - Constructor for class org.apache.catalina.ssi.SSIConditional
 
SSIConfig - class org.apache.catalina.ssi.SSIConfig.
Implements the Server-side #exec command
SSIConfig() - Constructor for class org.apache.catalina.ssi.SSIConfig
 
SSIEcho - class org.apache.catalina.ssi.SSIEcho.
Return the result associated with the supplied Server Variable.
SSIEcho() - Constructor for class org.apache.catalina.ssi.SSIEcho
 
SSIExec - class org.apache.catalina.ssi.SSIExec.
Implements the Server-side #exec command
SSIExec() - Constructor for class org.apache.catalina.ssi.SSIExec
 
SSIExternalResolver - interface org.apache.catalina.ssi.SSIExternalResolver.
Interface used by SSIMediator to talk to the 'outside world' ( usually a servlet )
SSIFilter - class org.apache.catalina.ssi.SSIFilter.
Filter to process SSI requests within a webpage.
SSIFilter() - Constructor for class org.apache.catalina.ssi.SSIFilter
 
SSIFlastmod - class org.apache.catalina.ssi.SSIFlastmod.
Implements the Server-side #flastmod command
SSIFlastmod() - Constructor for class org.apache.catalina.ssi.SSIFlastmod
 
SSIFsize - class org.apache.catalina.ssi.SSIFsize.
Implements the Server-side #fsize command
SSIFsize() - Constructor for class org.apache.catalina.ssi.SSIFsize
 
SSIInclude - class org.apache.catalina.ssi.SSIInclude.
Implements the Server-side #include command
SSIInclude() - Constructor for class org.apache.catalina.ssi.SSIInclude
 
SSIMediator - class org.apache.catalina.ssi.SSIMediator.
Allows the different SSICommand implementations to share data/talk to each other
SSIMediator(SSIExternalResolver, long, int) - Constructor for class org.apache.catalina.ssi.SSIMediator
 
SSIPrintenv - class org.apache.catalina.ssi.SSIPrintenv.
Implements the Server-side #printenv command
SSIPrintenv() - Constructor for class org.apache.catalina.ssi.SSIPrintenv
 
SSIProcessor - class org.apache.catalina.ssi.SSIProcessor.
The entry point to SSI processing.
SSIProcessor(SSIExternalResolver, int) - Constructor for class org.apache.catalina.ssi.SSIProcessor
 
SSIServlet - class org.apache.catalina.ssi.SSIServlet.
Servlet to process SSI requests within a webpage.
SSIServlet() - Constructor for class org.apache.catalina.ssi.SSIServlet
 
SSIServletExternalResolver - class org.apache.catalina.ssi.SSIServletExternalResolver.
An implementation of SSIExternalResolver that is used with servlets.
SSIServletExternalResolver(ServletContext, HttpServletRequest, HttpServletResponse, boolean, int, String) - Constructor for class org.apache.catalina.ssi.SSIServletExternalResolver
 
SSIServletExternalResolver.ServletContextAndPath - class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath.
 
SSIServletExternalResolver.ServletContextAndPath(ServletContext, String) - Constructor for class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
 
SSIServletRequestUtil - class org.apache.catalina.ssi.SSIServletRequestUtil.
 
SSIServletRequestUtil() - Constructor for class org.apache.catalina.ssi.SSIServletRequestUtil
 
SSISet - class org.apache.catalina.ssi.SSISet.
Implements the Server-side #set command
SSISet() - Constructor for class org.apache.catalina.ssi.SSISet
 
SSIStopProcessingException - exception org.apache.catalina.ssi.SSIStopProcessingException.
Exception used to tell SSIProcessor that it should stop processing SSI commands.
SSIStopProcessingException() - Constructor for class org.apache.catalina.ssi.SSIStopProcessingException
 
SSI_FLAG_ATTR - Static variable in class org.apache.catalina.Globals
The servlet context attribute under which we store a flag used to mark this request as having been processed by the SSIServlet.
SSLAuthenticator - class org.apache.catalina.authenticator.SSLAuthenticator.
An Authenticator and Valve implementation of authentication that utilizes SSL certificates to identify client users.
SSLAuthenticator() - Constructor for class org.apache.catalina.authenticator.SSLAuthenticator
 
SSLCACertificateFile - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL CA certificate file.
SSLCACertificatePath - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL CA certificate path.
SSLCARevocationFile - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL CA revocation file.
SSLCARevocationPath - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL CA revocation path.
SSLCertificateChainFile - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL certificate chain file.
SSLCertificateFile - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL certificate file.
SSLCertificateKeyFile - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL certificate key file.
SSLCipherSuite - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL cipher suite.
SSLEngine - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
SSLEngine - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL engine.
SSLImplementation - class org.apache.tomcat.util.net.SSLImplementation.
 
SSLImplementation() - Constructor for class org.apache.tomcat.util.net.SSLImplementation
 
SSLPassword - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL password (if a cert is encrypted, and no password has been provided, a callback will ask for a password).
SSLProtocol - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL protocols.
SSLRandomSeed - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
SSLSupport - interface org.apache.tomcat.util.net.SSLSupport.
 
SSLSupport.CipherData - class org.apache.tomcat.util.net.SSLSupport.CipherData.
Simple data class that represents the cipher being used, along with the corresponding effective key size.
SSLSupport.CipherData(String, int) - Constructor for class org.apache.tomcat.util.net.SSLSupport.CipherData
 
SSLVerifyClient - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL verify client.
SSLVerifyDepth - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL verify depth.
SSL_CERT_NOTE - Static variable in class org.apache.jk.core.WorkerEnv
 
SSL_SESSION_ID_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we store the session id being used for this SSL connection (as an object of type java.lang.String).
STAGE_ENDED - Static variable in class org.apache.coyote.Constants
 
STAGE_ENDINPUT - Static variable in class org.apache.coyote.Constants
 
STAGE_ENDOUTPUT - Static variable in class org.apache.coyote.Constants
 
STAGE_KEEPALIVE - Static variable in class org.apache.coyote.Constants
 
STAGE_NEW - Static variable in class org.apache.coyote.Constants
 
STAGE_PARSE - Static variable in class org.apache.coyote.Constants
 
STAGE_PREPARE - Static variable in class org.apache.coyote.Constants
 
STAGE_SERVICE - Static variable in class org.apache.coyote.Constants
 
STARTED - Static variable in interface org.apache.naming.NamingServiceMBean
 
STARTING - Static variable in interface org.apache.naming.NamingServiceMBean
 
START_DATA - Static variable in class org.apache.catalina.cluster.io.XByteBuffer
This is a package header, 7 bytes (FLT2002)
START_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component start" event.
STATUS_CODE_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we forward an HTTP status code (as an object of type Integer) to an error page.
STOPPED - Static variable in interface org.apache.naming.NamingServiceMBean
 
STOPPING - Static variable in interface org.apache.naming.NamingServiceMBean
 
STOP_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component stop" event.
STRICT_AUTH_ONLY_MODE - Static variable in class org.apache.catalina.realm.RealmBase.AllRolesMode
Allow any authenticated user only if there are no web-app/security-roles
STRICT_MODE - Static variable in class org.apache.catalina.realm.RealmBase.AllRolesMode
Use the strict servlet spec interpretation which requires that the user have one of the web-app/security-role/role-name
STRICT_SERVLET_COMPLIANCE - Static variable in class org.apache.catalina.Globals
The master flag which controls strict servlet specification compliance.
STRICT_SERVLET_COMPLIANCE - Static variable in class org.apache.tomcat.util.http.ServerCookie
If set to true, we parse cookies according to the servlet spec,
SUBJECT_ATTR - Static variable in class org.apache.catalina.Globals
The subject under which the AccessControlContext is running.
SUSPECT - Static variable in class org.apache.catalina.cluster.tcp.SenderState
 
SYNC_MODE - Static variable in class org.apache.catalina.cluster.tcp.IDataSenderFactory
 
SYSTEM - Static variable in class org.apache.catalina.util.ManifestResource
 
SavedRequest - class org.apache.catalina.authenticator.SavedRequest.
Object that saves the critical information from a request so that form-based authentication can reproduce it once the user has been authenticated.
SavedRequest() - Constructor for class org.apache.catalina.authenticator.SavedRequest
 
SavedRequestInputFilter - class org.apache.coyote.http11.filters.SavedRequestInputFilter.
Input filter responsible for replaying the request body when restoring the saved request after FORM authentication.
SavedRequestInputFilter(ByteChunk) - Constructor for class org.apache.coyote.http11.filters.SavedRequestInputFilter
Create a new SavedRequestInputFilter.
SchemaResolver - class org.apache.catalina.util.SchemaResolver.
This class implements a local SAX's EntityResolver.
SchemaResolver(Digester) - Constructor for class org.apache.catalina.util.SchemaResolver
Create a new EntityResolver that will redirect all remote dtds and schema to a locat destination.
SecurityClassLoad - class org.apache.catalina.security.SecurityClassLoad.
Static class used to preload java classes when using the Java SecurityManager so that the defineClassInPackage RuntimePermission does not trigger an AccessControlException.
SecurityClassLoad() - Constructor for class org.apache.catalina.security.SecurityClassLoad
 
SecurityCollection - class org.apache.catalina.deploy.SecurityCollection.
Representation of a web resource collection for a web application's security constraint, as represented in a <web-resource-collection> element in the deployment descriptor.
SecurityCollection() - Constructor for class org.apache.catalina.deploy.SecurityCollection
Construct a new security collection instance with default values.
SecurityCollection(String) - Constructor for class org.apache.catalina.deploy.SecurityCollection
Construct a new security collection instance with specified values.
SecurityCollection(String, String) - Constructor for class org.apache.catalina.deploy.SecurityCollection
Construct a new security collection instance with specified values.
SecurityConfig - class org.apache.catalina.security.SecurityConfig.
Util class to protect Catalina against package access and insertion.
SecurityConstraint - class org.apache.catalina.deploy.SecurityConstraint.
Representation of a security constraint element for a web application, as represented in a <security-constraint> element in the deployment descriptor.
SecurityConstraint() - Constructor for class org.apache.catalina.deploy.SecurityConstraint
Construct a new security constraint instance with default values.
SecurityRoleRef - class org.apache.catalina.deploy.SecurityRoleRef.
Representation of a security role reference for a web application, as represented in a <security-role-ref> element in the deployment descriptor.
SecurityRoleRef() - Constructor for class org.apache.catalina.deploy.SecurityRoleRef
 
SecurityUtil - class org.apache.catalina.security.SecurityUtil.
This utility class associates a Subject to the current AccessControlContext.
SecurityUtil() - Constructor for class org.apache.catalina.security.SecurityUtil
 
SelectorContext - class org.apache.naming.SelectorContext.
Catalina JNDI Context implementation.
SelectorContext(Hashtable) - Constructor for class org.apache.naming.SelectorContext
Builds a Catalina selector context using the given environment.
SelectorContext(Hashtable, boolean) - Constructor for class org.apache.naming.SelectorContext
Builds a Catalina selector context using the given environment.
SemaphoreValve - class org.apache.catalina.valves.SemaphoreValve.
Implementation of a Valve that limits concurrency.
SemaphoreValve() - Constructor for class org.apache.catalina.valves.SemaphoreValve
 
SendMailFactory - class org.apache.naming.factory.SendMailFactory.
Factory class that creates a JNDI named javamail MimePartDataSource object which can be used for sending email using SMTP.
SendMailFactory() - Constructor for class org.apache.naming.factory.SendMailFactory
 
SendMessageData - class org.apache.catalina.cluster.tcp.SendMessageData.
 
SendMessageData(Object, Member, Exception) - Constructor for class org.apache.catalina.cluster.tcp.SendMessageData
 
SenderState - class org.apache.catalina.cluster.tcp.SenderState.
Send cluster messages with a pool of sockets (25).
SenderState() - Constructor for class org.apache.catalina.cluster.tcp.SenderState
 
SenderState(int) - Constructor for class org.apache.catalina.cluster.tcp.SenderState
 
SerializablePrincipal - class org.apache.catalina.cluster.session.SerializablePrincipal.
 
SerializablePrincipal() - Constructor for class org.apache.catalina.cluster.session.SerializablePrincipal
 
SerializablePrincipal(Realm, String, String) - Constructor for class org.apache.catalina.cluster.session.SerializablePrincipal
Construct a new Principal, associated with the specified Realm, for the specified username and password.
SerializablePrincipal(Realm, String, String, List) - Constructor for class org.apache.catalina.cluster.session.SerializablePrincipal
Construct a new Principal, associated with the specified Realm, for the specified username and password, with the specified role names (as Strings).
Server - interface org.apache.catalina.Server.
A Server element represents the entire Catalina servlet container.
ServerCookie - class org.apache.tomcat.util.http.ServerCookie.
Server-side cookie representation.
ServerCookie() - Constructor for class org.apache.tomcat.util.http.ServerCookie
 
ServerFactory - class org.apache.catalina.ServerFactory.
ServerFactory allows the registration of the (singleton) Server instance for this JVM, so that it can be accessed independently of any existing reference to the component hierarchy.
ServerFactory() - Constructor for class org.apache.catalina.ServerFactory
 
ServerInfo - class org.apache.catalina.util.ServerInfo.
Simple utility module to make it easy to plug in the server identifier when integrating Tomcat.
ServerInfo() - Constructor for class org.apache.catalina.util.ServerInfo
 
ServerLifecycleListener - class org.apache.catalina.mbeans.ServerLifecycleListener.
Implementation of LifecycleListener that instantiates the set of MBeans associated with the components of a running instance of Catalina.
ServerLifecycleListener() - Constructor for class org.apache.catalina.mbeans.ServerLifecycleListener
 
ServerSocketFactory - class org.apache.tomcat.util.net.ServerSocketFactory.
This class creates server sockets.
ServerSocketFactory() - Constructor for class org.apache.tomcat.util.net.ServerSocketFactory
Constructor is used only by subclasses.
ServerinfoTask - class org.apache.catalina.ant.ServerinfoTask.
Ant task that implements the /serverinfo command supported by the Tomcat manager application.
ServerinfoTask() - Constructor for class org.apache.catalina.ant.ServerinfoTask
 
Service - interface org.apache.catalina.Service.
A Service is a group of one or more Connectors that share a single Container to process their incoming requests.
Session - interface org.apache.catalina.Session.
A Session is the Catalina-internal facade for an HttpSession that is used to maintain state information between requests for a particular user of a web application.
SessionEvent - class org.apache.catalina.SessionEvent.
General event for notifying listeners of significant changes on a Session.
SessionEvent(Session, String, Object) - Constructor for class org.apache.catalina.SessionEvent
Construct a new SessionEvent with the specified parameters.
SessionIDMessage - class org.apache.catalina.cluster.session.SessionIDMessage.
Session id change cluster message
SessionIDMessage() - Constructor for class org.apache.catalina.cluster.session.SessionIDMessage
 
SessionListener - interface org.apache.catalina.SessionListener.
Interface defining a listener for significant Session generated events.
SessionMessage - interface org.apache.catalina.cluster.session.SessionMessage.
Class Description:
The SessionMessage class is a class that is used when a session has been created, modified, expired in a Tomcat cluster node.
SessionMessageImpl - class org.apache.catalina.cluster.session.SessionMessageImpl.
Session cluster message
SessionMessageImpl() - Constructor for class org.apache.catalina.cluster.session.SessionMessageImpl
 
SessionMessageImpl(String, int, byte[], String, String) - Constructor for class org.apache.catalina.cluster.session.SessionMessageImpl
Creates a session message.
SessionsTask - class org.apache.catalina.ant.SessionsTask.
Ant task that implements the /sessions command supported by the Tomcat manager application.
SessionsTask() - Constructor for class org.apache.catalina.ant.SessionsTask
 
SetAllPropertiesRule - class org.apache.catalina.startup.SetAllPropertiesRule.
Rule that uses the introspection utils to set properties.
SetAllPropertiesRule() - Constructor for class org.apache.catalina.startup.SetAllPropertiesRule
 
SetCharacterEncodingFilter - class org.apache.catalina.filters.SetCharacterEncodingFilter.
Example filter that sets the character encoding to be used in parsing the incoming request, either unconditionally or only if the client did not specify a character encoding.
SetCharacterEncodingFilter() - Constructor for class org.apache.catalina.filters.SetCharacterEncodingFilter
 
SetContextPropertiesRule - class org.apache.catalina.startup.SetContextPropertiesRule.
Rule that uses the introspection utils to set properties of a context (everything except "path").
SetContextPropertiesRule() - Constructor for class org.apache.catalina.startup.SetContextPropertiesRule
 
SetNextNamingRule - class org.apache.catalina.startup.SetNextNamingRule.
Rule implementation that calls a method on the (top-1) (parent) object, passing the top object (child) as an argument.
SetNextNamingRule(String, String) - Constructor for class org.apache.catalina.startup.SetNextNamingRule
Construct a "set next" rule with the specified method name.
SetNextRule - class org.apache.tomcat.util.digester.SetNextRule.
Rule implementation that calls a method on the (top-1) (parent) object, passing the top object (child) as an argument.
SetNextRule(Digester, String) - Constructor for class org.apache.tomcat.util.digester.SetNextRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use SetNextRule.SetNextRule(String methodName) instead.
SetNextRule(Digester, String, String) - Constructor for class org.apache.tomcat.util.digester.SetNextRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use SetNextRule.SetNextRule(String methodName,String paramType) instead.
SetNextRule(String) - Constructor for class org.apache.tomcat.util.digester.SetNextRule
Construct a "set next" rule with the specified method name.
SetNextRule(String, String) - Constructor for class org.apache.tomcat.util.digester.SetNextRule
Construct a "set next" rule with the specified method name.
SetPropertiesRule - class org.apache.tomcat.util.digester.SetPropertiesRule.
Rule implementation that sets properties on the object at the top of the stack, based on attributes with corresponding names.
SetPropertiesRule(Digester) - Constructor for class org.apache.tomcat.util.digester.SetPropertiesRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use SetPropertiesRule.SetPropertiesRule() instead.
SetPropertiesRule() - Constructor for class org.apache.tomcat.util.digester.SetPropertiesRule
Base constructor.
SetPropertiesRule(String, String) - Constructor for class org.apache.tomcat.util.digester.SetPropertiesRule
Convenience constructor overrides the mapping for just one property.
SetPropertiesRule(String[], String[]) - Constructor for class org.apache.tomcat.util.digester.SetPropertiesRule
Constructor allows attribute->property mapping to be overriden.
SetPropertyRule - class org.apache.tomcat.util.digester.SetPropertyRule.
Rule implementation that sets an individual property on the object at the top of the stack, based on attributes with specified names.
SetPropertyRule(Digester, String, String) - Constructor for class org.apache.tomcat.util.digester.SetPropertyRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use SetPropertyRule.SetPropertyRule(String name, String value) instead.
SetPropertyRule(String, String) - Constructor for class org.apache.tomcat.util.digester.SetPropertyRule
Construct a "set property" rule with the specified name and value attributes.
SetRootRule - class org.apache.tomcat.util.digester.SetRootRule.
Rule implementation that calls a method on the root object on the stack, passing the top object (child) as an argument.
SetRootRule(Digester, String) - Constructor for class org.apache.tomcat.util.digester.SetRootRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use SetRootRule.SetRootRule(String methodName) instead.
SetRootRule(Digester, String, String) - Constructor for class org.apache.tomcat.util.digester.SetRootRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use SetRootRule.SetRootRule(String methodName,String paramType) instead.
SetRootRule(String) - Constructor for class org.apache.tomcat.util.digester.SetRootRule
Construct a "set root" rule with the specified method name.
SetRootRule(String, String) - Constructor for class org.apache.tomcat.util.digester.SetRootRule
Construct a "set root" rule with the specified method name.
SetTopRule - class org.apache.tomcat.util.digester.SetTopRule.
Rule implementation that calls a "set parent" method on the top (child) object, passing the (top-1) (parent) object as an argument.
SetTopRule(Digester, String) - Constructor for class org.apache.tomcat.util.digester.SetTopRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use SetTopRule.SetTopRule(String methodName) instead.
SetTopRule(Digester, String, String) - Constructor for class org.apache.tomcat.util.digester.SetTopRule
Deprecated. The digester instance is now set in the Digester.addRule(java.lang.String, org.apache.tomcat.util.digester.Rule) method. Use SetTopRule.SetTopRule(String methodName, String paramType) instead.
SetTopRule(String) - Constructor for class org.apache.tomcat.util.digester.SetTopRule
Construct a "set parent" rule with the specified method name.
SetTopRule(String, String) - Constructor for class org.apache.tomcat.util.digester.SetTopRule
Construct a "set parent" rule with the specified method name.
Shm - class org.apache.jk.common.Shm.
Handle the shared memory objects.
Shm() - Constructor for class org.apache.jk.common.Shm
 
Shm14 - class org.apache.jk.common.Shm14.
Shm implementation using JDK1.4 nio.
Shm14() - Constructor for class org.apache.jk.common.Shm14
 
SimpleHashtable - class org.apache.tomcat.util.collections.SimpleHashtable.
This class implements a special purpose hashtable.
SimpleHashtable(int) - Constructor for class org.apache.tomcat.util.collections.SimpleHashtable
Constructs a new, empty hashtable with the specified initial capacity.
SimpleHashtable() - Constructor for class org.apache.tomcat.util.collections.SimpleHashtable
Constructs a new, empty hashtable with a default capacity.
SimplePool - class org.apache.tomcat.util.collections.SimplePool.
Simple object pool.
SimplePool() - Constructor for class org.apache.tomcat.util.collections.SimplePool
 
SimplePool(int) - Constructor for class org.apache.tomcat.util.collections.SimplePool
 
SimplePool(int, int) - Constructor for class org.apache.tomcat.util.collections.SimplePool
 
SimpleTcpCluster - class org.apache.catalina.cluster.tcp.SimpleTcpCluster.
A Cluster implementation using simple multicast.
SimpleTcpCluster() - Constructor for class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
SimpleTcpReplicationManager - class org.apache.catalina.cluster.session.SimpleTcpReplicationManager.
Title: Tomcat Session Replication for Tomcat 4.0
Description: A very simple straight forward implementation of session replication of servers in a cluster.
SimpleTcpReplicationManager() - Constructor for class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
Constructor, just calls super()
SingleRemoveSynchronizedAddLock - class org.apache.catalina.cluster.util.SingleRemoveSynchronizedAddLock.
The class SingleRemoveSynchronizedAddLock implement locking for accessing the queue by a single remove thread and multiple add threads.
SingleRemoveSynchronizedAddLock() - Constructor for class org.apache.catalina.cluster.util.SingleRemoveSynchronizedAddLock
 
SingleRemoveSynchronizedAddLock(boolean) - Constructor for class org.apache.catalina.cluster.util.SingleRemoveSynchronizedAddLock
 
SingleSignOn - class org.apache.catalina.authenticator.SingleSignOn.
A Valve that supports a "single sign on" user experience, where the security identity of a user who successfully authenticates to one web application is propogated to other web applications in the same security domain.
SingleSignOn() - Constructor for class org.apache.catalina.authenticator.SingleSignOn
 
SingleSignOnEntry - class org.apache.catalina.authenticator.SingleSignOnEntry.
A class that represents entries in the cache of authenticated users.
SingleSignOnEntry(Principal, String, String, String) - Constructor for class org.apache.catalina.authenticator.SingleSignOnEntry
Creates a new SingleSignOnEntry
SingleSignOnEntry() - Constructor for class org.apache.catalina.authenticator.SingleSignOnEntry
 
SingleSignOnMessage - class org.apache.catalina.cluster.authenticator.SingleSignOnMessage.
Contains the SingleSignOn data, read and written by the ClusterSingleSignOn
SingleSignOnMessage(Member, String, String) - Constructor for class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
 
SmartQueue - class org.apache.catalina.cluster.util.SmartQueue.
 
SmartQueue() - Constructor for class org.apache.catalina.cluster.util.SmartQueue
 
SmartQueue.SmartEntry - class org.apache.catalina.cluster.util.SmartQueue.SmartEntry.
 
SmartQueue.SmartEntry(Object, Object) - Constructor for class org.apache.catalina.cluster.util.SmartQueue.SmartEntry
 
SocketObjectReader - class org.apache.catalina.cluster.io.SocketObjectReader.
The object reader object is an object used in conjunction with java.nio TCP messages.
SocketObjectReader(Socket, ListenCallback) - Constructor for class org.apache.catalina.cluster.io.SocketObjectReader
use this socket and callback to receive messages
SocketReplicationListener - class org.apache.catalina.cluster.tcp.SocketReplicationListener.
 
SocketReplicationListener() - Constructor for class org.apache.catalina.cluster.tcp.SocketReplicationListener
 
SocketReplicationThread - class org.apache.catalina.cluster.tcp.SocketReplicationThread.
 
SocketSender - class org.apache.catalina.cluster.tcp.SocketSender.
Send cluster messages sync to request with only one socket.
SocketSender(String, InetAddress, int) - Constructor for class org.apache.catalina.cluster.tcp.SocketSender
 
SocketSender(String, InetAddress, int, SenderState) - Constructor for class org.apache.catalina.cluster.tcp.SocketSender
 
StandardClassLoader - class org.apache.catalina.loader.StandardClassLoader.
Subclass implementation of java.net.URLClassLoader.
StandardClassLoader(URL[]) - Constructor for class org.apache.catalina.loader.StandardClassLoader
 
StandardClassLoader(URL[], ClassLoader) - Constructor for class org.apache.catalina.loader.StandardClassLoader
 
StandardClassLoaderMBean - interface org.apache.catalina.loader.StandardClassLoaderMBean.
MBean interface for StandardClassLoader, to allow JMX remote management.
StandardContext - class org.apache.catalina.core.StandardContext.
Standard implementation of the Context interface.
StandardContext() - Constructor for class org.apache.catalina.core.StandardContext
Create a new StandardContext component with the default basic Valve.
StandardContextMBean - class org.apache.catalina.mbeans.StandardContextMBean.
A ModelMBean implementation for the org.apache.catalina.core.StandardContext component.
StandardContextMBean() - Constructor for class org.apache.catalina.mbeans.StandardContextMBean
Construct a ModelMBean with default ModelMBeanInfo information.
StandardContextSF - class org.apache.catalina.storeconfig.StandardContextSF.
Store server.xml Context element with all childs Store all context at server.xml Store existing app.xml context a conf/enginename/hostname/app.xml Store with backup
StandardContextSF() - Constructor for class org.apache.catalina.storeconfig.StandardContextSF
 
StandardEngine - class org.apache.catalina.core.StandardEngine.
Standard implementation of the Engine interface.
StandardEngine() - Constructor for class org.apache.catalina.core.StandardEngine
Create a new StandardEngine component with the default basic Valve.
StandardEngineMBean - class org.apache.catalina.mbeans.StandardEngineMBean.
A ModelMBean implementation for the org.apache.catalina.core.StandardEngine component.
StandardEngineMBean() - Constructor for class org.apache.catalina.mbeans.StandardEngineMBean
Construct a ModelMBean with default ModelMBeanInfo information.
StandardEngineSF - class org.apache.catalina.storeconfig.StandardEngineSF.
Store server.xml Element Engine
StandardEngineSF() - Constructor for class org.apache.catalina.storeconfig.StandardEngineSF
 
StandardHost - class org.apache.catalina.core.StandardHost.
Standard implementation of the Host interface.
StandardHost() - Constructor for class org.apache.catalina.core.StandardHost
Create a new StandardHost component with the default basic Valve.
StandardHostMBean - class org.apache.catalina.mbeans.StandardHostMBean.
A ModelMBean implementation for the org.apache.catalina.core.StandardHost component.
StandardHostMBean() - Constructor for class org.apache.catalina.mbeans.StandardHostMBean
Construct a ModelMBean with default ModelMBeanInfo information.
StandardHostSF - class org.apache.catalina.storeconfig.StandardHostSF.
Store server.xml Element Host
StandardHostSF() - Constructor for class org.apache.catalina.storeconfig.StandardHostSF
 
StandardManager - class org.apache.catalina.session.StandardManager.
Standard implementation of the Manager interface that provides simple session persistence across restarts of this component (such as when the entire server is shut down and restarted, or when a particular web application is reloaded.
StandardManager() - Constructor for class org.apache.catalina.session.StandardManager
 
StandardPipeline - class org.apache.catalina.core.StandardPipeline.
Standard implementation of a processing Pipeline that will invoke a series of Valves that have been configured to be called in order.
StandardPipeline() - Constructor for class org.apache.catalina.core.StandardPipeline
Construct a new StandardPipeline instance with no associated Container.
StandardPipeline(Container) - Constructor for class org.apache.catalina.core.StandardPipeline
Construct a new StandardPipeline instance that is associated with the specified Container.
StandardServer - class org.apache.catalina.core.StandardServer.
Standard implementation of the Server interface, available for use (but not required) when deploying and starting Catalina.
StandardServer() - Constructor for class org.apache.catalina.core.StandardServer
Construct a default instance of this class.
StandardServerMBean - class org.apache.catalina.mbeans.StandardServerMBean.
A ModelMBean implementation for the org.apache.catalina.core.StandardServer component.
StandardServerMBean() - Constructor for class org.apache.catalina.mbeans.StandardServerMBean
Construct a ModelMBean with default ModelMBeanInfo information.
StandardServerSF - class org.apache.catalina.storeconfig.StandardServerSF.
Store server.xml Server element and childs ( Listener,GlobalNamingResource,Service)
StandardServerSF() - Constructor for class org.apache.catalina.storeconfig.StandardServerSF
 
StandardService - class org.apache.catalina.core.StandardService.
Standard implementation of the Service interface.
StandardService() - Constructor for class org.apache.catalina.core.StandardService
 
StandardServiceMBean - class org.apache.catalina.mbeans.StandardServiceMBean.
A ModelMBean implementation for the org.apache.catalina.core.StandardService component.
StandardServiceMBean() - Constructor for class org.apache.catalina.mbeans.StandardServiceMBean
Construct a ModelMBean with default ModelMBeanInfo information.
StandardServiceSF - class org.apache.catalina.storeconfig.StandardServiceSF.
Store server.xml Element Service and all childs
StandardServiceSF() - Constructor for class org.apache.catalina.storeconfig.StandardServiceSF
 
StandardSession - class org.apache.catalina.session.StandardSession.
Standard implementation of the Session interface.
StandardSession(Manager) - Constructor for class org.apache.catalina.session.StandardSession
Construct a new Session associated with the specified Manager.
StandardSessionFacade - class org.apache.catalina.session.StandardSessionFacade.
Facade for the StandardSession object.
StandardSessionFacade(StandardSession) - Constructor for class org.apache.catalina.session.StandardSessionFacade
Construct a new session facade.
StandardSessionFacade(HttpSession) - Constructor for class org.apache.catalina.session.StandardSessionFacade
Construct a new session facade.
StandardWrapper - class org.apache.catalina.core.StandardWrapper.
Standard implementation of the Wrapper interface that represents an individual servlet definition.
StandardWrapper() - Constructor for class org.apache.catalina.core.StandardWrapper
Create a new StandardWrapper component with the default basic Valve.
StandardWrapperFacade - class org.apache.catalina.core.StandardWrapperFacade.
Facade for the StandardWrapper object.
StandardWrapperFacade(StandardWrapper) - Constructor for class org.apache.catalina.core.StandardWrapperFacade
Create a new facede around a StandardWrapper.
StartTask - class org.apache.catalina.ant.StartTask.
Ant task that implements the /start command, supported by the Tomcat manager application.
StartTask() - Constructor for class org.apache.catalina.ant.StartTask
 
StopTask - class org.apache.catalina.ant.StopTask.
Ant task that implements the /stop command, supported by the Tomcat manager application.
StopTask() - Constructor for class org.apache.catalina.ant.StopTask
 
Store - interface org.apache.catalina.Store.
A Store is the abstraction of a Catalina component that provides persistent storage and loading of Sessions and their associated user data.
StoreAppender - class org.apache.catalina.storeconfig.StoreAppender.
StoreAppends generate really the xml tag elements
StoreAppender() - Constructor for class org.apache.catalina.storeconfig.StoreAppender
 
StoreBase - class org.apache.catalina.session.StoreBase.
Abstract implementation of the Store interface to support most of the functionality required by a Store.
StoreBase() - Constructor for class org.apache.catalina.session.StoreBase
 
StoreConfig - class org.apache.catalina.storeconfig.StoreConfig.
Store Server/Service/Host/Context at file or PrintWriter.
StoreConfig() - Constructor for class org.apache.catalina.storeconfig.StoreConfig
 
StoreConfigLifecycleListener - class org.apache.catalina.storeconfig.StoreConfigLifecycleListener.
Load and Register StoreConfig MBean Catalina:type=StoreConfig,resource="url"
StoreConfigLifecycleListener() - Constructor for class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
 
StoreContextAppender - class org.apache.catalina.storeconfig.StoreContextAppender.
store StandardContext Attributes ...
StoreContextAppender() - Constructor for class org.apache.catalina.storeconfig.StoreContextAppender
 
StoreDescription - class org.apache.catalina.storeconfig.StoreDescription.
Bean of a StoreDescription
StoreDescription() - Constructor for class org.apache.catalina.storeconfig.StoreDescription
 
StoreFactoryBase - class org.apache.catalina.storeconfig.StoreFactoryBase.
StoreFactory saves spezial elements.
StoreFactoryBase() - Constructor for class org.apache.catalina.storeconfig.StoreFactoryBase
 
StoreFactoryRule - class org.apache.catalina.storeconfig.StoreFactoryRule.
Rule that creates a new IStoreFactory instance, and associates it with the top object on the stack (which must implement IStoreFactory).
StoreFactoryRule(String, String, String, String) - Constructor for class org.apache.catalina.storeconfig.StoreFactoryRule
Construct a new instance of this Rule.
StoreFileMover - class org.apache.catalina.storeconfig.StoreFileMover.
Move server.xml or context.xml as backup
StoreFileMover(String, String, String) - Constructor for class org.apache.catalina.storeconfig.StoreFileMover
Calculate file objects for the old and new configuration files.
StoreFileMover() - Constructor for class org.apache.catalina.storeconfig.StoreFileMover
Calculate file objects for the old and new configuration files.
StoreLoader - class org.apache.catalina.storeconfig.StoreLoader.
 
StoreLoader() - Constructor for class org.apache.catalina.storeconfig.StoreLoader
 
StoreRegistry - class org.apache.catalina.storeconfig.StoreRegistry.
Central StoreRegistry for all server.xml elements
StoreRegistry() - Constructor for class org.apache.catalina.storeconfig.StoreRegistry
 
Strftime - class org.apache.catalina.util.Strftime.
Converts dates to strings using the same format specifiers as strftime Note: This does not mimic strftime perfectly.
Strftime(String) - Constructor for class org.apache.catalina.util.Strftime
Create an instance of this date formatting class
Strftime(String, Locale) - Constructor for class org.apache.catalina.util.Strftime
Create an instance of this date formatting class
StringCache - class org.apache.tomcat.util.buf.StringCache.
This class implements a String cache for ByteChunk and CharChunk.
StringCache() - Constructor for class org.apache.tomcat.util.buf.StringCache
 
StringCache.ByteEntry - class org.apache.tomcat.util.buf.StringCache.ByteEntry.
 
StringCache.ByteEntry() - Constructor for class org.apache.tomcat.util.buf.StringCache.ByteEntry
 
StringCache.CharEntry - class org.apache.tomcat.util.buf.StringCache.CharEntry.
 
StringCache.CharEntry() - Constructor for class org.apache.tomcat.util.buf.StringCache.CharEntry
 
StringManager - class org.apache.catalina.util.StringManager.
An internationalization / localization helper class which reduces the bother of handling ResourceBundles and takes care of the common cases of message formating which otherwise require the creation of Object arrays and such.
StringManager - class org.apache.naming.StringManager.
An internationalization / localization helper class which reduces the bother of handling ResourceBundles and takes care of the common cases of message formating which otherwise require the creation of Object arrays and such.
StringManager - class org.apache.tomcat.util.res.StringManager.
An internationalization / localization helper class which reduces the bother of handling ResourceBundles and takes care of the common cases of message formating which otherwise require the creation of Object arrays and such.
StringParser - class org.apache.catalina.util.StringParser.
Utility class for string parsing that is higher performance than StringParser for simple delimited text cases.
StringParser() - Constructor for class org.apache.catalina.util.StringParser
Construct a string parser with no preset string to be parsed.
StringParser(String) - Constructor for class org.apache.catalina.util.StringParser
Construct a string parser that is initialized to parse the specified string.
SystemLogHandler - class org.apache.tomcat.util.log.SystemLogHandler.
This helper class may be used to do sophisticated redirection of System.out and System.err on a per Thread basis.
SystemLogHandler(PrintStream) - Constructor for class org.apache.tomcat.util.log.SystemLogHandler
Construct the handler to capture the output of the given steam.
safeCharacters - Variable in class org.apache.catalina.util.URLEncoder
 
sameFile(URL) - Method in class org.apache.catalina.util.URL
Compare two URLs, excluding the "ref" fields.
sameFile(URL) - Method in class org.apache.tomcat.util.net.URL
Compare two URLs, excluding the "ref" fields.
save(Session) - Method in interface org.apache.catalina.Store
Save the specified Session into this Store.
save() - Method in interface org.apache.catalina.UserDatabase
Save any updated information to the persistent storage location for this user database.
save(Session) - Method in class org.apache.catalina.session.FileStore
Save the specified Session into this Store.
save(Session) - Method in class org.apache.catalina.session.JDBCStore
Save a session to the Store.
save() - Method in class org.apache.catalina.users.MemoryUserDatabase
Save any updated information to the persistent storage location for this user database.
saveOnRestart - Variable in class org.apache.catalina.session.PersistentManagerBase
Whether to save and reload sessions when the Manager unload and load methods are called.
saveProperties() - Method in class org.apache.jk.server.JkMain
 
saveRequest(Request, Session) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Save the original request information into our session.
savedRequestURL(Session) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Return the request URI (with the corresponding query string, if any) from the saved request so that we can redirect to it.
saxLog - Variable in class org.apache.tomcat.util.digester.Digester
The Log to which all SAX event related logging calls will be made.
schemaExtension - Variable in class org.apache.catalina.util.SchemaResolver
Extension to make the difference between DTD and Schema.
schemaLanguage - Variable in class org.apache.tomcat.util.digester.Digester
The XML schema language to use for validating an XML instance.
schemaLocation - Variable in class org.apache.tomcat.util.digester.Digester
The XML schema to use for validating an XML instance.
scheme - Variable in class org.apache.catalina.connector.Connector
The request scheme that will be set on all requests received through this connector.
scheme() - Method in class org.apache.coyote.Request
 
search(Name, Attributes, String[]) - Method in class org.apache.naming.resources.BaseDirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(String, Attributes, String[]) - Method in class org.apache.naming.resources.BaseDirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(Name, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Searches in a single context for objects that contain a specified set of attributes.
search(String, Attributes) - Method in class org.apache.naming.resources.BaseDirContext
Searches in a single context for objects that contain a specified set of attributes.
search(Name, String, SearchControls) - Method in class org.apache.naming.resources.BaseDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, SearchControls) - Method in class org.apache.naming.resources.BaseDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(Name, String, Object[], SearchControls) - Method in class org.apache.naming.resources.BaseDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, Object[], SearchControls) - Method in class org.apache.naming.resources.BaseDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, Attributes, String[]) - Method in class org.apache.naming.resources.FileDirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(String, Attributes) - Method in class org.apache.naming.resources.FileDirContext
Searches in a single context for objects that contain a specified set of attributes.
search(String, String, SearchControls) - Method in class org.apache.naming.resources.FileDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, Object[], SearchControls) - Method in class org.apache.naming.resources.FileDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(Name, Attributes, String[]) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(String, Attributes, String[]) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(Name, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in a single context for objects that contain a specified set of attributes.
search(String, Attributes) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in a single context for objects that contain a specified set of attributes.
search(Name, String, SearchControls) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, SearchControls) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(Name, String, Object[], SearchControls) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, Object[], SearchControls) - Method in class org.apache.naming.resources.ProxyDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, Attributes, String[]) - Method in class org.apache.naming.resources.WARDirContext
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes.
search(String, Attributes) - Method in class org.apache.naming.resources.WARDirContext
Searches in a single context for objects that contain a specified set of attributes.
search(String, String, SearchControls) - Method in class org.apache.naming.resources.WARDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(String, String, Object[], SearchControls) - Method in class org.apache.naming.resources.WARDirContext
Searches in the named context or object for entries that satisfy the given search filter.
search(Object) - Method in class org.apache.tomcat.util.digester.ArrayStack
Returns the one-based position of the distance from the top that the specified object exists on this stack, where the top-most element is considered to be at distance 1.
secure - Variable in class org.apache.catalina.connector.Connector
The secure connection flag that will be set on all requests received through this connector.
secure - Variable in class org.apache.catalina.connector.Request
Secure flag.
secure - Variable in class org.apache.coyote.http11.Http11AprProtocol
 
secure - Variable in class org.apache.coyote.http11.Http11BaseProtocol
 
securePagesWithPragma - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
Flag to determine if we disable proxy caching with headers incompatible with IE
securityClassLoad(ClassLoader) - Static method in class org.apache.catalina.security.SecurityClassLoad
 
securityManager - Variable in class org.apache.catalina.loader.WebappClassLoader
Instance of the SecurityManager installed.
selectEncoding(ServletRequest) - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
Select an appropriate character encoding to be used, based on the characteristics of the current request and/or filter initialization parameters.
semaphore - Variable in class org.apache.catalina.valves.SemaphoreValve
Semaphore.
send(ClusterMessage) - Method in interface org.apache.catalina.cluster.CatalinaCluster
Sends a message to all the members in the cluster
send(ClusterMessage, Member) - Method in interface org.apache.catalina.cluster.CatalinaCluster
Sends a message to a specific member in the cluster.
send(SingleSignOnMessage, int) - Method in class org.apache.catalina.cluster.authenticator.ClusterSingleSignOn
Send SingleSignOnMessage to other domain members.
send() - Method in class org.apache.catalina.cluster.mcast.McastServiceImpl
Send a ping
send(SessionMessage) - Method in class org.apache.catalina.cluster.session.DeltaManager
Send messages to other backup member (domain or all)
send(ClusterManager, CatalinaCluster, String) - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
send manager requestCompleted message to cluster
send(ClusterMessage) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
send message to all cluster members
send(ClusterMessage, Member) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
send a cluster message to one member
send(Msg, MsgContext) - Method in class org.apache.jk.common.ChannelJni
Send the packet.
send(Msg, MsgContext) - Method in class org.apache.jk.common.ChannelNioSocket
 
send(Msg, MsgContext) - Method in class org.apache.jk.common.ChannelSocket
 
send(Msg, MsgContext) - Method in class org.apache.jk.common.ChannelUn
 
send(Msg, MsgContext) - Method in interface org.apache.jk.core.JkChannel
Send a message back to the client.
sendAck() - Method in interface org.apache.catalina.cluster.io.ListenCallback
send ack
sendAck() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
sendAck() - Method in class org.apache.catalina.cluster.tcp.SocketReplicationThread
send a reply-acknowledgement
sendAck(SelectionKey, SocketChannel) - Method in class org.apache.catalina.cluster.tcp.TcpReplicationThread
send a reply-acknowledgement (6,2,3)
sendAck() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Send an acknoledgement.
sendAck() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Send an acknoledgement.
sendAcknowledgement() - Method in class org.apache.catalina.connector.Response
Send an acknowledgment of a request.
sendAcknowledgement() - Method in class org.apache.catalina.core.DummyResponse
 
sendClusterDomain(ClusterMessage) - Method in interface org.apache.catalina.cluster.CatalinaCluster
Sends a message to a all members at local cluster domain
sendClusterDomain(ClusterMessage) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
send message to all cluster members same cluster domain
sendCreateSession(String, DeltaSession) - Method in class org.apache.catalina.cluster.session.DeltaManager
Send create session evt to all backup node
sendCrossContextSession(CatalinaCluster) - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
Send all changed cross context sessions to backups
sendData() - Method in class org.apache.catalina.util.XMLWriter
Send data and reinitializes buffer.
sendError(int) - Method in class org.apache.catalina.connector.Response
Send an error response with the specified status and a default message.
sendError(int, String) - Method in class org.apache.catalina.connector.Response
Send an error response with the specified status and message.
sendError(int, String) - Method in class org.apache.catalina.connector.ResponseFacade
 
sendError(int) - Method in class org.apache.catalina.connector.ResponseFacade
 
sendError(int) - Method in class org.apache.catalina.core.DummyResponse
 
sendError(int, String) - Method in class org.apache.catalina.core.DummyResponse
 
sendFrequency - Variable in class org.apache.catalina.cluster.mcast.McastServiceImpl
How often to we send out a broadcast saying we are alive, must be smaller than timeToExpiration
sendHeader(MessageBytes, MessageBytes) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Send a header.
sendHeader(ByteChunk, ByteChunk) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Send a header.
sendHeader(String, String) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Send a header.
sendHeader(MessageBytes, MessageBytes) - Method in class org.apache.coyote.http11.InternalOutputBuffer
Send a header.
sendHeader(ByteChunk, ByteChunk) - Method in class org.apache.coyote.http11.InternalOutputBuffer
Send a header.
sendHeader(String, String) - Method in class org.apache.coyote.http11.InternalOutputBuffer
Send a header.
sendHeaders() - Method in class org.apache.coyote.Response
Signal that we're done with the headers, and body will follow.
sendInvalidSessions(ClusterManager, CatalinaCluster) - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
check for session invalidations
sendMessage(ClusterMessage, Member) - Method in interface org.apache.catalina.cluster.ClusterSender
 
sendMessage(ClusterMessage) - Method in interface org.apache.catalina.cluster.ClusterSender
 
sendMessage(ClusterData) - Method in class org.apache.catalina.cluster.tcp.AsyncSocketSender
Send message to queue for later sending
sendMessage(ClusterData) - Method in class org.apache.catalina.cluster.tcp.DataSender
Send message
sendMessage(ClusterData) - Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
Send message to queue for later sending.
sendMessage(ClusterData) - Method in interface org.apache.catalina.cluster.tcp.IDataSender
 
sendMessage(ClusterData) - Method in class org.apache.catalina.cluster.tcp.PooledSocketSender
send message and use a pool of SocketSenders
sendMessage(ClusterMessage, Member) - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
Send data to one member FIXME set filtering messages
sendMessage(ClusterMessage) - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
send message to all senders (broadcast)
sendMessage(Session, ClusterManager, CatalinaCluster) - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
Send message delta message from request session
sendMessageClusterDomain(ClusterMessage) - Method in interface org.apache.catalina.cluster.ClusterSender
 
sendMessageClusterDomain(ClusterMessage) - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
Send to all senders at same cluster domain as message from address
sendMessageData(ClusterData, IDataSender) - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
Send message to concrete sender.
sendNewMessageNotification(Notification) - Method in class org.apache.jk.common.ChannelNioSocket
 
sendNewMessageNotification(Notification) - Method in class org.apache.jk.common.ChannelSocket
 
sendPacket - Variable in class org.apache.catalina.cluster.mcast.McastServiceImpl
Reuse the sendPacket, no need to create a new one everytime
sendRedirect(String) - Method in class org.apache.catalina.connector.Response
Send a temporary redirect to the specified redirect location URL.
sendRedirect(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
sendRedirect(String) - Method in class org.apache.catalina.core.DummyResponse
 
sendReplicationMessage(Request, long, boolean, ClusterManager, CatalinaCluster) - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
 
sendSSOId(String, Session, int) - Method in class org.apache.catalina.cluster.authenticator.ClusterSingleSignOn
Create SingleSignOnMessage with session informations and send to other domain members.
sendSSOIdWithAuth(String, String, String, String, int) - Method in class org.apache.catalina.cluster.authenticator.ClusterSingleSignOn
Create SingleSignOnMessage with auth informations and send to other domain members.
sendSessionIDClusterBackup(ClusterManager, Request, String, String) - Method in class org.apache.catalina.cluster.session.JvmRouteBinderValve
Send the changed Sessionid to all clusternodes.
sendSessionReplicationMessage(Request, ClusterManager, CatalinaCluster) - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
Send Cluster Replication Request
sendSessions(Member, Session[], long) - Method in class org.apache.catalina.cluster.session.DeltaManager
send a block of session to sender
sendStatus() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Send the response status line.
sendStatus() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Send the response status line.
sendToMember(ClusterMessage, String) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
send a cluster message to one member (very usefull JMX method for remote scripting)
sender - Variable in class org.apache.catalina.cluster.mcast.McastServiceImpl
Thread to send pings
sendfileCount - Variable in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
sendfileData - Variable in class org.apache.coyote.http11.Http11AprProcessor
Sendfile data.
sendfileData - Variable in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
sendfilePollset - Variable in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
sendfileRoundRobin - Variable in class org.apache.tomcat.util.net.AprEndpoint
 
sendfileSize - Variable in class org.apache.catalina.servlets.DefaultServlet
Minimum size for sendfile usage in bytes.
sendfileSize - Variable in class org.apache.tomcat.util.net.AprEndpoint
Size of the sendfile (= concurrent files which can be served).
sendfileThreadCount - Variable in class org.apache.tomcat.util.net.AprEndpoint
Sendfile thread count.
sendfiles - Variable in class org.apache.tomcat.util.net.AprEndpoint
The static file sender.
separators - Static variable in class org.apache.tomcat.util.http.Cookies
 
sequence - Variable in class org.apache.tomcat.util.net.AprEndpoint
Sequence number used to generate thread names.
sequence - Variable in class org.apache.tomcat.util.threads.ThreadPool
Sequence.
serialize(ClusterMessage) - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
serialize message and add timestamp from message handle compression
serializeSessionId(String) - Method in class org.apache.catalina.cluster.session.DeltaManager
serialize sessionID
serializeSessions(Session[]) - Method in class org.apache.catalina.cluster.session.DeltaManager
Save any currently active sessions in the appropriate persistence mechanism, if any.
serveRequest(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.InvokerServlet
Serve the specified request, creating the corresponding response.
serveResource(HttpServletRequest, HttpServletResponse, boolean) - Method in class org.apache.catalina.servlets.DefaultServlet
Serve the specified resource, optionally including the data content.
server - Variable in class org.apache.catalina.startup.Catalina
The server component we are starting or stopping
server - Variable in class org.apache.coyote.http11.Http11AprProcessor
Allow a customized the server header for the tin-foil hat folks.
server - Variable in class org.apache.coyote.http11.Http11Processor
Allow a customized the server header for the tin-foil hat folks.
serverFile(String) - Method in class org.apache.catalina.storeconfig.StoreLoader
 
serverName() - Method in class org.apache.coyote.Request
Return the buffer holding the server name, if any.
serverName() - Method in class org.apache.tomcat.util.http.BaseRequest
Get the server name
serverPollset - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
 
serverSock - Variable in class org.apache.tomcat.util.net.AprEndpoint
Server socket "pointer".
serverSockPool - Variable in class org.apache.tomcat.util.net.AprEndpoint
APR memory pool for the server socket.
service - Variable in class org.apache.catalina.cluster.mcast.McastServiceImpl
The actual listener, for callback when shits goes down
service - Variable in class org.apache.catalina.connector.Connector
The Service we are associated with (if any).
service(Request, Response) - Method in class org.apache.catalina.connector.CoyoteAdapter
Service method.
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
Handles the special WebDAV methods.
service(Request, Response) - Method in interface org.apache.coyote.Adapter
Call the service method, and notify all listeners
serviceStartTime - Variable in class org.apache.catalina.cluster.mcast.McastServiceImpl
When was the service started
serviced - Variable in class org.apache.catalina.startup.HostConfig
List of applications which are being serviced, and shouldn't be deployed/undeployed/redeployed at the moment.
servletContext - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
 
servletOutputStream - Variable in class org.apache.catalina.ssi.ResponseIncludeWrapper
 
servletPath - Variable in class org.apache.catalina.core.DummyRequest
 
session - Variable in class org.apache.catalina.connector.Request
The currently active session for this request.
sessionAppCol - Variable in class org.apache.catalina.session.JDBCStore
Column to use for /Engine/Host/Context name
sessionAverageAliveTime - Variable in class org.apache.catalina.session.ManagerBase
Average time (in seconds) that expired sessions had been alive.
sessionConfig - Variable in class org.apache.catalina.startup.WebRuleSet
The SetSessionConfig rule used to parse the web.xml
sessionContext - Static variable in class org.apache.catalina.session.StandardSession
The HTTP session context associated with this session.
sessionCounter - Variable in class org.apache.catalina.session.ManagerBase
 
sessionDataCol - Variable in class org.apache.catalina.session.JDBCStore
Data column to use.
sessionEvent(SessionEvent) - Method in interface org.apache.catalina.SessionListener
Acknowledge the occurrence of the specified event.
sessionEvent(SessionEvent) - Method in class org.apache.catalina.authenticator.SingleSignOn
Acknowledge the occurrence of the specified event.
sessionExists(Session) - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Is Session associated with this SSO?
sessionExpired(String) - Method in class org.apache.catalina.cluster.session.DeltaManager
send session expired to other cluster nodes
sessionIdAttribute - Variable in class org.apache.catalina.cluster.session.JvmRouteBinderValve
 
sessionIdCol - Variable in class org.apache.catalina.session.JDBCStore
Id column to use.
sessionIdLength - Variable in class org.apache.catalina.session.ManagerBase
The session id length of Sessions created by this Manager.
sessionInvalidated(String) - Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
sessionLastAccessedCol - Variable in class org.apache.catalina.session.JDBCStore
Last Accessed column to use.
sessionMaxAliveTime - Variable in class org.apache.catalina.session.ManagerBase
The longest time (in seconds) that an expired session had been alive.
sessionMaxInactiveCol - Variable in class org.apache.catalina.session.JDBCStore
Max Inactive column to use.
sessionParsed - Variable in class org.apache.catalina.connector.Request
Session parsed flag.
sessionTable - Variable in class org.apache.catalina.session.JDBCStore
Table to use.
sessionValidCol - Variable in class org.apache.catalina.session.JDBCStore
Is Valid column to use.
sessions - Variable in class org.apache.catalina.authenticator.SingleSignOnEntry
 
sessions - Variable in class org.apache.catalina.session.ManagerBase
The set of currently active Sessions for this Manager, keyed by session identifier.
set(Object) - Method in class org.apache.tomcat.util.collections.SimplePool
 
setAcceptorThreadCount(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setAccessCount(int) - Method in class org.apache.catalina.cluster.session.DeltaSession
 
setAccessCount(int) - Method in class org.apache.catalina.cluster.session.ReplicatedSession
 
setAckTimeout(long) - Method in class org.apache.catalina.cluster.tcp.DataSender
Deprecated. since 5.5.25 use timeout instead
setAckTimeout(long) - Method in interface org.apache.catalina.cluster.tcp.IDataSender
 
setAckTimeout(long) - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
 
setAction(int) - Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
 
setAdapter(Adapter) - Method in interface org.apache.coyote.Processor
 
setAdapter(Adapter) - Method in interface org.apache.coyote.ProtocolHandler
The adapter, used to call the connector.
setAdapter(Adapter) - Method in class org.apache.coyote.ajp.AjpAprProcessor
Set the associated adapter.
setAdapter(Adapter) - Method in class org.apache.coyote.ajp.AjpAprProtocol
The adapter, used to call the connector
setAdapter(Adapter) - Method in class org.apache.coyote.http11.Http11AprProcessor
Set the associated adapter.
setAdapter(Adapter) - Method in class org.apache.coyote.http11.Http11AprProtocol
The adapter, used to call the connector
setAdapter(Adapter) - Method in class org.apache.coyote.http11.Http11BaseProtocol
The adapter, used to call the connector
setAdapter(Adapter) - Method in class org.apache.coyote.http11.Http11Processor
Set the associated adapter.
setAdapter(Adapter) - Method in class org.apache.coyote.memory.MemoryProtocolHandler
The adapter, used to call the connector.
setAdapter(Adapter) - Method in class org.apache.jk.server.JkCoyoteHandler
The adapter, used to call the connector
setAddCounter(long) - Method in class org.apache.catalina.cluster.util.FastQueue
 
setAddErrorCounter(long) - Method in class org.apache.catalina.cluster.util.FastQueue
 
setAddWait(long) - Method in class org.apache.catalina.cluster.util.FastQueue
 
setAddWaitTimeout(long) - Method in class org.apache.catalina.cluster.util.FastQueue
Set add wait timeout (default 10000 msec)
setAddWaitTimeout(long) - Method in class org.apache.catalina.cluster.util.SingleRemoveSynchronizedAddLock
Set value of addWaitTimeout
setAddress(Member) - Method in interface org.apache.catalina.cluster.ClusterMessage
Called by the cluster before sending it to the other nodes.
setAddress(Member) - Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
Called by the cluster before sending it to the other nodes.
setAddress(Member) - Method in class org.apache.catalina.cluster.deploy.FileMessage
 
setAddress(Member) - Method in class org.apache.catalina.cluster.deploy.UndeployMessage
 
setAddress(Member) - Method in class org.apache.catalina.cluster.session.SessionIDMessage
 
setAddress(Member) - Method in class org.apache.catalina.cluster.session.SessionMessageImpl
Use this method to set the address that this message originated from.
setAddress(InetAddress) - Method in class org.apache.catalina.cluster.tcp.DataSender
 
setAddress(InetAddress) - Method in interface org.apache.catalina.cluster.tcp.IDataSender
 
setAddress(InetAddress) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setAddress(InetAddress) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setAddress(InetAddress) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setAddress(InetAddress) - Method in class org.apache.jk.common.ChannelNioSocket
 
setAddress(String) - Method in class org.apache.jk.common.ChannelNioSocket
jmx:managed-attribute description="Bind on a specified address" access="READ_WRITE"
setAddress(InetAddress) - Method in class org.apache.jk.common.ChannelSocket
 
setAddress(String) - Method in class org.apache.jk.common.ChannelSocket
jmx:managed-attribute description="Bind on a specified address" access="READ_WRITE"
setAddress(InetAddress) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setAddress(InetAddress) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setAjpidDir(String) - Method in class org.apache.jk.common.HandlerRequest
 
setAlgorithm(String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the message digest algorithm for this Manager.
setAlgorithm(String) - Method in class org.apache.catalina.session.ManagerBase
Set the message digest algorithm for this Manager.
setAlgorithm(String) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setAllRolesMode(String) - Method in class org.apache.catalina.realm.RealmBase
Set the all roles mode.
setAllow(String) - Method in class org.apache.catalina.valves.RequestFilterValve
Set the comma-delimited set of the allow expressions configured for this Valve, if any.
setAllowLinking(boolean) - Method in class org.apache.catalina.core.StandardContext
Set allow linking.
setAllowLinking(boolean) - Method in class org.apache.naming.resources.FileDirContext
Set allow linking.
setAllowTrace(boolean) - Method in class org.apache.catalina.connector.Connector
Set the allowTrace flag, to disable or enable the TRACE HTTP method.
setAltDDName(String) - Method in interface org.apache.catalina.Context
Set an alternate Deployment Descriptor name.
setAltDDName(String) - Method in class org.apache.catalina.core.StandardContext
Set an alternate Deployment Descriptor name.
setAlternateURL(String) - Method in class org.apache.catalina.realm.JNDIRealm
Setter for property alternateURL.
setAlwaysLog(boolean) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
If true, (error and non-error) output will be redirected as specified while being sent to Ant's logging mechanism as if no redirection had taken place.
setAntiJARLocking(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the antiJARLocking feature for this Context.
setAntiJARLocking(boolean) - Method in class org.apache.catalina.loader.WebappClassLoader
 
setAntiResourceLocking(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the antiResourceLocking feature for this Context.
setAppBase(String) - Method in interface org.apache.catalina.Host
Set the application root for this Host.
setAppBase(String) - Method in class org.apache.catalina.core.StandardHost
Set the application root for this Host.
setAppCommitted(boolean) - Method in class org.apache.catalina.connector.Response
Set the application commit flag.
setAppCommitted(boolean) - Method in class org.apache.catalina.core.DummyResponse
 
setAppName(String) - Method in class org.apache.catalina.realm.JAASRealm
Deprecated. JAAS should use the Engine (domain) name and webpp/host overrides
setAppend(boolean) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
If true, append output to existing file.
setAppend(boolean) - Method in class org.apache.jk.config.BaseJkConfig
Append to config file.
setApplicationEventListeners(Object[]) - Method in interface org.apache.catalina.Context
Store the set of initialized application event listener objects, in the order they were specified in the web application deployment descriptor, for this application.
setApplicationEventListeners(Object[]) - Method in class org.apache.catalina.core.StandardContext
Store the set of initialized application event listener objects, in the order they were specified in the web application deployment descriptor, for this application.
setApplicationLifecycleListeners(Object[]) - Method in interface org.apache.catalina.Context
Store the set of initialized application lifecycle listener objects, in the order they were specified in the web application deployment descriptor, for this application.
setApplicationLifecycleListeners(Object[]) - Method in class org.apache.catalina.core.StandardContext
Store the set of initialized application lifecycle listener objects, in the order they were specified in the web application deployment descriptor, for this application.
setArgs(List) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
 
setArgs(List) - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
 
setAttribute(String) - Method in class org.apache.catalina.ant.JMXGetTask
Set method for the attribute name
setAttribute(String) - Method in class org.apache.catalina.ant.JMXSetTask
Set method for the attribute name
setAttribute(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
setAttribute(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
setAttribute(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorGetTask
 
setAttribute(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
 
setAttribute(String, Object) - Method in class org.apache.catalina.cluster.session.DeltaRequest
 
setAttribute(String, Object) - Method in class org.apache.catalina.cluster.session.DeltaSession
Bind an object to this session, using the specified name.
setAttribute(String, Object, boolean, boolean) - Method in class org.apache.catalina.cluster.session.DeltaSession
 
setAttribute(String, Object) - Method in class org.apache.catalina.cluster.session.DeltaSessionFacade
 
setAttribute(String, Object) - Method in class org.apache.catalina.cluster.session.ReplicatedSession
Sets an attribute and notifies the other nodes in the cluster
setAttribute(String, Object) - Method in class org.apache.catalina.connector.Connector
Set a configured property.
setAttribute(String, Object) - Method in class org.apache.catalina.connector.Request
Set the specified request attribute to the specified value.
setAttribute(String, Object) - Method in class org.apache.catalina.connector.RequestFacade
 
setAttribute(String, Object) - Method in class org.apache.catalina.core.ApplicationContext
Bind the specified value with the specified context attribute name, replacing any existing value for that name.
setAttribute(String, Object) - Method in class org.apache.catalina.core.ApplicationContextFacade
 
setAttribute(String, Object) - Method in class org.apache.catalina.core.DummyRequest
 
setAttribute(Attribute) - Method in class org.apache.catalina.mbeans.ConnectorMBean
Set the value of a specific attribute of this MBean.
setAttribute(Attribute) - Method in class org.apache.catalina.mbeans.ContextEnvironmentMBean
Set the value of a specific attribute of this MBean.
setAttribute(Attribute) - Method in class org.apache.catalina.mbeans.ContextResourceLinkMBean
Set the value of a specific attribute of this MBean.
setAttribute(Attribute) - Method in class org.apache.catalina.mbeans.ContextResourceMBean
Set the value of a specific attribute of this MBean.
setAttribute(String, Object) - Method in class org.apache.catalina.session.StandardSession
Bind an object to this session, using the specified name.
setAttribute(String, Object, boolean) - Method in class org.apache.catalina.session.StandardSession
 
setAttribute(String, Object) - Method in class org.apache.catalina.session.StandardSessionFacade
 
setAttribute(String, Object) - Method in interface org.apache.coyote.ProtocolHandler
Pass config info.
setAttribute(String, Object) - Method in class org.apache.coyote.Request
 
setAttribute(String, Object) - Method in class org.apache.coyote.ajp.AjpAprProtocol
Pass config info
setAttribute(String, Object) - Method in class org.apache.coyote.http11.Http11AprProtocol
Pass config info
setAttribute(String, Object) - Method in class org.apache.coyote.http11.Http11BaseProtocol
Pass config info
setAttribute(String, Object) - Method in class org.apache.coyote.memory.MemoryProtocolHandler
Pass config info.
setAttribute(String, Object) - Method in class org.apache.jk.server.JkCoyoteHandler
Pass config info
setAttribute(String, Object) - Method in interface org.apache.tomcat.util.IntrospectionUtils.AttributeHolder
 
setAttribute(Object, String, Object) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Call void setAttribute( String ,Object )
setAttribute(String, Object) - Method in class org.apache.tomcat.util.http.BaseRequest
Set an attribute on the request
setAttribute(String, Object) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
General mechanism to pass attributes from the ServerConnector to the socket factory.
setAttribute(String, Object) - Method in interface org.apache.tomcat.util.net.TcpConnectionHandler
Deprecated. This has nothing to do with Tcp, was used as a workaround.
setAttributebinding(boolean) - Method in class org.apache.catalina.ant.jmx.JMXAccessorQueryTask
 
setAttributes(boolean) - Method in class org.apache.catalina.storeconfig.StoreDescription
 
setAuth(String) - Method in class org.apache.catalina.deploy.ContextResource
 
setAuthConstraint(boolean) - Method in class org.apache.catalina.deploy.SecurityConstraint
Set the authorization constraint present flag for this security constraint.
setAuthMethod(String) - Method in class org.apache.catalina.deploy.LoginConfig
 
setAuthMode(String) - Method in class org.apache.jk.common.JkMX
 
setAuthPassword(String) - Method in class org.apache.jk.common.JkMX
 
setAuthType(String) - Method in interface org.apache.catalina.Session
Set the authentication type used to authenticate our cached Principal, if any.
setAuthType(String) - Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
 
setAuthType(String) - Method in class org.apache.catalina.cluster.session.DeltaRequest
 
setAuthType(String) - Method in class org.apache.catalina.cluster.session.DeltaSession
Set the authentication type used to authenticate our cached Principal, if any.
setAuthType(String, boolean) - Method in class org.apache.catalina.cluster.session.DeltaSession
 
setAuthType(String) - Method in class org.apache.catalina.connector.Request
Set the authentication type used for this request, if any; otherwise set the type to null.
setAuthType(String) - Method in class org.apache.catalina.core.DummyRequest
 
setAuthType(String) - Method in class org.apache.catalina.session.StandardSession
Set the authentication type used to authenticate our cached Principal, if any.
setAuthUser(String) - Method in class org.apache.jk.common.JkMX
 
setAuthenticateHeader(Request, Response, LoginConfig, String, boolean) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Generates the WWW-Authenticate header.
setAuthentication(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the type of authentication to use.
setAuthorization(String) - Method in class org.apache.catalina.core.DummyRequest
 
setAutoConnect(boolean) - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
 
setAutoDeploy(boolean) - Method in interface org.apache.catalina.Host
Set the auto deploy flag value for this host.
setAutoDeploy(boolean) - Method in class org.apache.catalina.core.StandardHost
Set the auto deploy flag value for this host.
setAvailable(boolean) - Method in interface org.apache.catalina.Context
Set the application available flag for this Context.
setAvailable(long) - Method in interface org.apache.catalina.Wrapper
Set the available date/time for this servlet, in milliseconds since the epoch.
setAvailable(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the application available flag for this Context.
setAvailable(long) - Method in class org.apache.catalina.core.StandardWrapper
Set the available date/time for this servlet, in milliseconds since the epoch.
setAwait(boolean) - Method in class org.apache.catalina.startup.Bootstrap
Set flag.
setAwait(boolean) - Method in class org.apache.catalina.startup.Embedded
 
setBackgroundProcessorDelay(int) - Method in interface org.apache.catalina.Container
Set the delay between the invocation of the execute method on this container and its children.
setBackgroundProcessorDelay(int) - Method in class org.apache.catalina.core.ContainerBase
Set the delay between the invocation of the execute method on this container and its children.
setBacklog(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setBacklog(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setBacklog(int) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setBacklog(int) - Method in class org.apache.jk.common.ChannelNioSocket
 
setBacklog(int) - Method in class org.apache.jk.common.ChannelSocket
 
setBacklog(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setBacklog(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
Allows the server developer to specify the backlog that should be used for server sockets.
setBackup(boolean) - Method in class org.apache.catalina.storeconfig.StoreDescription
 
setBackupSessionID(String) - Method in class org.apache.catalina.cluster.session.SessionIDMessage
 
setBaseDir(String) - Method in class org.apache.catalina.core.StandardEngine
 
setBasename(String) - Method in class org.apache.catalina.storeconfig.StoreFileMover
 
setBasic(Valve) - Method in interface org.apache.catalina.Pipeline
Set the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).
setBasic(Valve) - Method in class org.apache.catalina.core.ContainerBase
Set the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).
setBasic(Valve) - Method in class org.apache.catalina.core.StandardPipeline
Set the Valve instance that has been distinguished as the basic Valve for this Pipeline (if any).
setBean(String) - Method in class org.apache.catalina.ant.JMXGetTask
Set method for the bean name
setBean(String) - Method in class org.apache.catalina.ant.JMXSetTask
Set method for the bean name
setBeanProperty(Object, String, String) - Method in class org.apache.jk.server.JkMain
 
setBind(InetAddress) - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
setBlock(boolean) - Method in class org.apache.catalina.valves.SemaphoreValve
 
setBody(ByteChunk) - Method in class org.apache.catalina.authenticator.SavedRequest
 
setBuffer(InputBuffer) - Method in interface org.apache.coyote.http11.InputFilter
Set the next buffer in the filter pipeline.
setBuffer(OutputBuffer) - Method in interface org.apache.coyote.http11.OutputFilter
Set the next buffer in the filter pipeline.
setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
 
setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Set the next buffer in the filter pipeline.
setBuffer(OutputBuffer) - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
Set the next buffer in the filter pipeline.
setBuffer(OutputBuffer) - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
Set the next buffer in the filter pipeline.
setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
Set the next buffer in the filter pipeline.
setBuffer(OutputBuffer) - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
Set the next buffer in the filter pipeline.
setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
Set the next buffer in the filter pipeline (has no effect).
setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.VoidInputFilter
Set the next buffer in the filter pipeline.
setBuffer(OutputBuffer) - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
Set the next buffer in the filter pipeline.
setBufferSize(int) - Method in class org.apache.catalina.connector.Connector
Deprecated.  
setBufferSize(int) - Method in class org.apache.catalina.connector.OutputBuffer
 
setBufferSize(int) - Method in class org.apache.catalina.connector.Response
Set the buffer size to be used for this Response.
setBufferSize(int) - Method in class org.apache.catalina.connector.ResponseFacade
 
setBufferSize(int) - Method in class org.apache.catalina.core.DummyResponse
 
setBufferSize(int) - Method in class org.apache.jk.common.ChannelNioSocket
 
setBufferSize(int) - Method in class org.apache.jk.common.ChannelSocket
 
setByteChunk(ByteChunk) - Method in class org.apache.tomcat.util.buf.C2BConverter
 
setByteEnabled(boolean) - Method in class org.apache.tomcat.util.buf.StringCache
 
setByteInputChannel(ByteChunk.ByteInputChannel) - Method in class org.apache.tomcat.util.buf.ByteChunk
When the buffer is empty, read the data from the input channel.
setByteOutputChannel(ByteChunk.ByteOutputChannel) - Method in class org.apache.tomcat.util.buf.ByteChunk
When the buffer is full, write the data to the output channel.
setBytes(byte[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
Sets the message bytes to the specified subarray of bytes.
setBytes(byte[], int, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
Sets the content to the specified subarray of bytes.
setBytesField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the number of bytes returned.
setBytesRead(int) - Method in class org.apache.coyote.Request
 
setBytesReceived(long) - Method in class org.apache.coyote.RequestGroupInfo
 
setBytesReceived(long) - Method in class org.apache.coyote.RequestInfo
 
setBytesSent(long) - Method in class org.apache.coyote.RequestGroupInfo
 
setBytesSent(long) - Method in class org.apache.coyote.RequestInfo
 
setBytesWritten(long) - Method in class org.apache.coyote.Response
 
setCGIEnvironment(HttpServletRequest) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Constructs the CGI environment to be supplied to the invoked CGI script; relies heavliy on Servlet API methods and findCGI
setCache(boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the cache authenticated Principals flag.
setCacheMaxSize(int) - Method in class org.apache.catalina.core.StandardContext
Set the maximum size of the cache in KB.
setCacheMaxSize(int) - Method in class org.apache.naming.resources.BaseDirContext
Set the maximum size of the cache in KB.
setCacheMaxSize(int) - Method in class org.apache.naming.resources.ResourceCache
Set the maximum size of the cache in KB.
setCacheSize(int) - Method in class org.apache.tomcat.util.buf.StringCache
 
setCacheTTL(int) - Method in class org.apache.catalina.core.StandardContext
Set cache TTL.
setCacheTTL(int) - Method in class org.apache.naming.resources.BaseDirContext
Set cache TTL.
setCached(boolean) - Method in class org.apache.naming.resources.BaseDirContext
Set cached.
setCachingAllowed(boolean) - Method in class org.apache.catalina.core.StandardContext
Set caching allowed flag.
setCaseSenitive(boolean) - Method in class org.apache.tomcat.util.buf.MessageBytes
Configure the case sensitivity
setCaseSensitive(boolean) - Method in class org.apache.catalina.core.StandardContext
Set case sensitivity.
setCaseSensitive(boolean) - Method in class org.apache.naming.resources.FileDirContext
Set case sensitivity.
setCatalinaBase(String) - Method in class org.apache.catalina.startup.Bootstrap
 
setCatalinaBase() - Method in class org.apache.catalina.startup.Catalina
Deprecated. Use initDirs()
setCatalinaBase(String) - Method in class org.apache.catalina.startup.Embedded
 
setCatalinaCluster(CatalinaCluster) - Method in interface org.apache.catalina.cluster.ClusterReceiver
set callback.
setCatalinaCluster(SimpleTcpCluster) - Method in interface org.apache.catalina.cluster.ClusterSender
 
setCatalinaCluster(SimpleTcpCluster) - Method in interface org.apache.catalina.cluster.MembershipService
 
setCatalinaCluster(SimpleTcpCluster) - Method in class org.apache.catalina.cluster.mcast.McastService
 
setCatalinaCluster(CatalinaCluster) - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
setCatalinaCluster(SimpleTcpCluster) - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
 
setCatalinaHome(String) - Method in class org.apache.catalina.startup.Bootstrap
 
setCatalinaHome() - Method in class org.apache.catalina.startup.Catalina
Deprecated. Use initDirs()
setCatalinaHome(String) - Method in class org.apache.catalina.startup.Embedded
 
setCertsIndicator(String) - Method in class org.apache.jk.config.ApacheConfig
What is the indicator for the client SSL certificated(default is SSL_CLIENT_CERT
setChangeSessionIdOnAuthentication(boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the value of the flag that states if we should change the session ID of an existing session upon successful authentication.
setChannelClassName(String) - Method in class org.apache.jk.server.JkMain
Set the channelClassName that will used to connect to httpd.
setCharEnabled(boolean) - Method in class org.apache.tomcat.util.buf.StringCache
 
setCharInputChannel(CharChunk.CharInputChannel) - Method in class org.apache.tomcat.util.buf.CharChunk
When the buffer is empty, read the data from the input channel.
setCharOutputChannel(CharChunk.CharOutputChannel) - Method in class org.apache.tomcat.util.buf.CharChunk
When the buffer is full, write the data to the output channel.
setCharacterEncoding(String) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Set the character encoding to be used to read the username and password.
setCharacterEncoding(String) - Method in class org.apache.catalina.connector.Request
Overrides the name of the character encoding used in the body of this request.
setCharacterEncoding(String) - Method in class org.apache.catalina.connector.RequestFacade
 
setCharacterEncoding(String) - Method in class org.apache.catalina.connector.Response
 
setCharacterEncoding(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
setCharacterEncoding(String) - Method in class org.apache.catalina.core.DummyRequest
 
setCharacterEncoding(String) - Method in class org.apache.catalina.core.DummyResponse
 
setCharacterEncoding(String) - Method in class org.apache.coyote.Request
 
setCharacterEncoding(String) - Method in class org.apache.coyote.Response
 
setChars(char[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
setChars(char[], int, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
Sets the content to be a char[]
setCharset(String) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
 
setCharset(Charset) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
setCharset(Charset) - Method in class org.apache.tomcat.util.buf.MessageBytes
Set the encoding.
setCharsetMapper(CharsetMapper) - Method in interface org.apache.catalina.Context
Set the Locale to character set mapper for this Context.
setCharsetMapper(CharsetMapper) - Method in class org.apache.catalina.core.StandardContext
Set the Locale to character set mapper for this Context.
setCharsetMapperClass(String) - Method in class org.apache.catalina.core.StandardContext
Set the Locale to character set mapper class for this Context.
setCheckExists(boolean) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Set whether to check for log file existence before logging.
setCheckInterval(int) - Method in class org.apache.tomcat.util.threads.Expirer
 
setCheckLock(boolean) - Method in class org.apache.catalina.cluster.util.FastQueue
 
setChilds(boolean) - Method in class org.apache.catalina.storeconfig.StoreDescription
 
setCipherIndicator(String) - Method in class org.apache.jk.config.ApacheConfig
What is the indicator for client SSL cipher suit (default is SSL_CIPHER)
setCiphers(String) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setClassLoader(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
 
setClassLoader(ClassLoader) - Method in class org.apache.tomcat.util.digester.Digester
Set the class loader to be used for instantiating application objects when required.
setClassName(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCreateTask
 
setClientauth(String) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setCluster(Cluster) - Method in interface org.apache.catalina.Container
Set the Cluster with which this Container is associated.
setCluster(CatalinaCluster) - Method in interface org.apache.catalina.cluster.ClusterManager
 
setCluster(CatalinaCluster) - Method in interface org.apache.catalina.cluster.ClusterValve
Associates the cluster deployer with a cluster
setCluster(CatalinaCluster) - Method in interface org.apache.catalina.cluster.MessageListener
Associates the cluster deployer with a cluster
setCluster(CatalinaCluster) - Method in class org.apache.catalina.cluster.authenticator.ClusterSingleSignOn
 
setCluster(CatalinaCluster) - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
 
setCluster(CatalinaCluster) - Method in class org.apache.catalina.cluster.session.ClusterListener
 
setCluster(CatalinaCluster) - Method in class org.apache.catalina.cluster.session.DeltaManager
 
setCluster(CatalinaCluster) - Method in class org.apache.catalina.cluster.session.JvmRouteBinderValve
 
setCluster(CatalinaCluster) - Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
setCluster(CatalinaCluster) - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
 
setCluster(Cluster) - Method in class org.apache.catalina.core.ContainerBase
Set the Cluster with which this Container is associated.
setClusterDeployer(ClusterDeployer) - Method in interface org.apache.catalina.cluster.CatalinaCluster
 
setClusterDeployer(ClusterDeployer) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
set a new Deployer, must be set before cluster started!
setClusterLogName(String) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
setClusterName(String) - Method in interface org.apache.catalina.Cluster
Set the name of the cluster to join, if no cluster with this name is present create one.
setClusterName(String) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
Set the name of the cluster to join, if no cluster with this name is present create one.
setClusterReceiver(ClusterReceiver) - Method in interface org.apache.catalina.cluster.CatalinaCluster
 
setClusterReceiver(ClusterReceiver) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
setClusterSSO(ClusterSingleSignOn) - Method in class org.apache.catalina.cluster.authenticator.ClusterSingleSignOnListener
 
setClusterSender(ClusterSender) - Method in interface org.apache.catalina.cluster.CatalinaCluster
 
setClusterSender(ClusterSender) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
setCollection(boolean) - Method in class org.apache.naming.resources.ResourceAttributes
Set collection flag.
setCommand(String) - Method in class org.apache.catalina.util.ProcessEnvironment
Deprecated. Sets the desired command string
setCommitted(boolean) - Method in class org.apache.coyote.Response
 
setCompilerClasspath(String) - Method in class org.apache.catalina.core.StandardContext
Set the compiler classpath.
setCompress(int) - Method in interface org.apache.catalina.cluster.ClusterMessage
set desicion that compress is allowed or not or handle by default.
setCompress(boolean) - Method in interface org.apache.catalina.cluster.ClusterReceiver
 
setCompress(boolean) - Method in interface org.apache.catalina.cluster.ClusterSender
 
setCompress(int) - Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
 
setCompress(int) - Method in class org.apache.catalina.cluster.deploy.FileMessage
 
setCompress(int) - Method in class org.apache.catalina.cluster.deploy.UndeployMessage
 
setCompress(int) - Method in class org.apache.catalina.cluster.session.SessionIDMessage
 
setCompress(int) - Method in class org.apache.catalina.cluster.session.SessionMessageImpl
 
setCompress(int) - Method in class org.apache.catalina.cluster.tcp.ClusterData
 
setCompress(boolean) - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
setCompress(boolean) - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
 
setCompressableMimeType(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setCompressableMimeType(String) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setCompressableMimeTypes(String[]) - Method in class org.apache.coyote.http11.Http11AprProcessor
Set compressable mime-type list (this method is best when used with a large number of connectors, where it would be better to have all of them referenced a single array).
setCompressableMimeTypes(String) - Method in class org.apache.coyote.http11.Http11AprProcessor
Set compressable mime-type list List contains users agents separated by ',' : ie: "text/html,text/xml,text/plain"
setCompressableMimeTypes(String[]) - Method in class org.apache.coyote.http11.Http11Processor
Set compressable mime-type list (this method is best when used with a large number of connectors, where it would be better to have all of them referenced a single array).
setCompressableMimeTypes(String) - Method in class org.apache.coyote.http11.Http11Processor
Set compressable mime-type list List contains users agents separated by ',' : ie: "text/html,text/xml,text/plain"
setCompression(String) - Method in class org.apache.coyote.http11.Http11AprProcessor
Set compression level.
setCompression(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setCompression(String) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setCompression(String) - Method in class org.apache.coyote.http11.Http11Processor
Set compression level.
setCompressionMinSize(int) - Method in class org.apache.coyote.http11.Http11AprProcessor
Set Minimum size to trigger compression.
setCompressionMinSize(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setCompressionMinSize(int) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setCompressionMinSize(int) - Method in class org.apache.coyote.http11.Http11Processor
Set Minimum size to trigger compression.
setConcurrency(int) - Method in class org.apache.catalina.valves.SemaphoreValve
 
setCondition(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the ServletRequest.attribute to look for to perform conditional logging.
setCondition(String) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Set the ServletRequest.attribute to look for to perform conditional logging.
setCondition(String) - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Set the ServletRequest.attribute to look for to perform conditional logging.
setConfig(String) - Method in class org.apache.catalina.ant.DeployTask
 
setConfig(String) - Method in class org.apache.catalina.ant.InstallTask
Deprecated.  
setConfig(String) - Method in class org.apache.catalina.startup.Catalina
 
setConfigClass(String) - Method in interface org.apache.catalina.Host
Set the Java class name of the context configuration class for new web applications.
setConfigClass(String) - Method in class org.apache.catalina.core.StandardHost
Set the Java class name of the context configuration class for new web applications.
setConfigClass(String) - Method in class org.apache.catalina.startup.HostConfig
Set the Context configuration class name.
setConfigClass(String) - Method in class org.apache.catalina.startup.UserConfig
Set the Context configuration class name.
setConfigErrMsg(String) - Method in class org.apache.catalina.ssi.SSIMediator
 
setConfigFile(String) - Method in interface org.apache.catalina.Context
Set the path to a file to save this Context information.
setConfigFile(String) - Method in class org.apache.catalina.core.StandardContext
Set the path to a file to save this Context information.
setConfigFile(String) - Method in class org.apache.catalina.startup.Catalina
 
setConfigHome(String) - Method in class org.apache.jk.config.BaseJkConfig
set a path to the parent directory of the conf folder.
setConfigSizeFmt(String) - Method in class org.apache.catalina.ssi.SSIMediator
 
setConfigTimeFmt(String) - Method in class org.apache.catalina.ssi.SSIMediator
 
setConfigTimeFmt(String, boolean) - Method in class org.apache.catalina.ssi.SSIMediator
 
setConfigured(boolean) - Method in interface org.apache.catalina.Context
Set the "correctly configured" flag for this Context.
setConfigured(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the "correctly configured" flag for this Context.
setConnectionHandler(TcpConnectionHandler) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setConnectionName(String) - Method in class org.apache.catalina.realm.JDBCRealm
Set the username to use to connect to the database.
setConnectionName(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the connection username for this Realm.
setConnectionName(String) - Method in class org.apache.catalina.session.JDBCStore
Set the username to use to connect to the database.
setConnectionName(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Set the username to use to connect to the database.
setConnectionPassword(String) - Method in class org.apache.catalina.realm.JDBCRealm
Set the password to use to connect to the database.
setConnectionPassword(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the connection password for this Realm.
setConnectionPassword(String) - Method in class org.apache.catalina.session.JDBCStore
Set the password to use to connect to the database.
setConnectionPassword(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Set the password to use to connect to the database.
setConnectionURL(String) - Method in class org.apache.catalina.realm.JDBCRealm
Set the URL to use to connect to the database.
setConnectionURL(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the connection URL for this Realm.
setConnectionURL(String) - Method in class org.apache.catalina.session.JDBCStore
Set the Connection URL for this Store.
setConnectionURL(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the JDBC URL for the database where the log is stored.
setConnector(Connector) - Method in class org.apache.catalina.connector.Request
Set the Connector through which this Request was received.
setConnector(Connector) - Method in class org.apache.catalina.connector.Response
Set the Connector through which this Request was received.
setConnector(Connector) - Method in class org.apache.catalina.core.DummyRequest
 
setConnector(Connector) - Method in class org.apache.catalina.core.DummyResponse
 
setContainer(Container) - Method in interface org.apache.catalina.Cluster
Set the Container associated with our Cluster
setContainer(Container) - Method in interface org.apache.catalina.Contained
Set the Container with which this instance is associated.
setContainer(Container) - Method in interface org.apache.catalina.Loader
Set the Container with which this Loader has been associated.
setContainer(Container) - Method in interface org.apache.catalina.Manager
Set the Container with which this Manager is associated.
setContainer(Container) - Method in interface org.apache.catalina.Realm
Set the Container with which this Realm has been associated.
setContainer(Container) - Method in interface org.apache.catalina.Service
Set the Container that handles requests for all Connectors associated with this Service.
setContainer(Container) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the Container to which this Valve is attached.
setContainer(Container) - Method in class org.apache.catalina.cluster.session.DeltaManager
Set the Container with which this Manager has been associated.
setContainer(Container) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
Set the Container associated with our Cluster
setContainer(Container) - Method in class org.apache.catalina.connector.Connector
Set the Container used for processing requests received by this Connector.
setContainer(Container) - Method in class org.apache.catalina.core.StandardPipeline
Set the Container with which this Pipeline is associated.
setContainer(Container) - Method in class org.apache.catalina.core.StandardService
Set the Container that handles requests for all Connectors associated with this Service.
setContainer(Object) - Method in class org.apache.catalina.deploy.NamingResources
Set the container with which the naming resources are associated.
setContainer(Container) - Method in class org.apache.catalina.loader.WebappLoader
Set the Container with which this Logger has been associated.
setContainer(Container) - Method in class org.apache.catalina.realm.JAASRealm
 
setContainer(Container) - Method in class org.apache.catalina.realm.RealmBase
Set the Container with which this Realm has been associated.
setContainer(Container) - Method in class org.apache.catalina.session.ManagerBase
Set the Container with which this Manager is associated.
setContainer(Container) - Method in class org.apache.catalina.session.PersistentManagerBase
Set the Container with which this Manager has been associated.
setContainer(Container) - Method in class org.apache.catalina.session.StandardManager
Set the Container with which this Manager has been associated.
setContainer(Container) - Method in class org.apache.catalina.valves.ValveBase
Set the Container with which this Valve is associated, if any.
setContent(InputStream) - Method in class org.apache.naming.resources.Resource
Content mutator.
setContent(byte[]) - Method in class org.apache.naming.resources.Resource
Content mutator.
setContentLength(int) - Method in class org.apache.catalina.connector.Request
Set the content length associated with this Request.
setContentLength(int) - Method in class org.apache.catalina.connector.Response
Set the content length (in bytes) for this Response.
setContentLength(int) - Method in class org.apache.catalina.connector.ResponseFacade
 
setContentLength(int) - Method in class org.apache.catalina.core.DummyRequest
 
setContentLength(int) - Method in class org.apache.catalina.core.DummyResponse
 
setContentLength(int) - Method in class org.apache.coyote.Request
 
setContentLength(int) - Method in class org.apache.coyote.Response
 
setContentLength(long) - Method in class org.apache.coyote.Response
 
setContentLength(long) - Method in class org.apache.naming.resources.ResourceAttributes
Set content length.
setContentLength(int) - Method in class org.apache.tomcat.util.http.BaseRequest
Set the content length
setContentType(String) - Method in class org.apache.catalina.authenticator.SavedRequest
 
setContentType(String) - Method in class org.apache.catalina.connector.Request
Set the content type (and optionally the character encoding) associated with this Request.
setContentType(String) - Method in class org.apache.catalina.connector.Response
Set the content type for this Response.
setContentType(String) - Method in class org.apache.catalina.connector.ResponseFacade
 
setContentType(String) - Method in class org.apache.catalina.core.DummyRequest
 
setContentType(String) - Method in class org.apache.catalina.core.DummyResponse
 
setContentType(String) - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
Sets the value of the content-type header field.
setContentType(String) - Method in class org.apache.coyote.Request
 
setContentType(MessageBytes) - Method in class org.apache.coyote.Request
 
setContentType(String) - Method in class org.apache.coyote.Response
Sets the content type.
setContext(Context) - Method in class org.apache.catalina.connector.Request
Set the Context within which this Request is being processed.
setContext(Context) - Method in class org.apache.catalina.connector.Response
Set the Context within which this Request is being processed.
setContext(Context) - Method in class org.apache.catalina.core.DummyRequest
 
setContext(Context) - Method in class org.apache.catalina.core.DummyResponse
 
setContext(Context) - Method in class org.apache.catalina.startup.TldConfig
 
setContext(String) - Method in class org.apache.jk.config.WebXml2Jk
Set the canonical name of the virtual host.
setContext(String, String[], Context) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Set context, used for wrapper mapping (request dispatcher).
setContextClass(String) - Method in class org.apache.catalina.core.StandardHost
Set the Java class name of the Context implementation class for new web applications.
setContextClass(String) - Method in class org.apache.catalina.startup.HostConfig
Set the Context implementation class name.
setContextClass(String) - Method in class org.apache.catalina.startup.UserConfig
Set the Context implementation class name.
setContextFactory(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the JNDI context factory for this Realm.
setContextName(String) - Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
 
setContextPath(String) - Method in class org.apache.catalina.cluster.deploy.UndeployMessage
 
setContextPath(String) - Method in class org.apache.catalina.cluster.session.SessionIDMessage
 
setContextPath(String) - Method in class org.apache.catalina.connector.Request
Set the context path for this Request.
setContextPath(String) - Method in class org.apache.catalina.core.DummyRequest
 
setControl(Object) - Method in class org.apache.jk.core.MsgContext
 
setController(ObjectName) - Method in class org.apache.catalina.connector.Connector
 
setController(ObjectName) - Method in class org.apache.catalina.loader.WebappLoader
 
setController(ObjectName) - Method in class org.apache.catalina.realm.RealmBase
 
setController(ObjectName) - Method in class org.apache.catalina.valves.ValveBase
 
setConvert(boolean) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
 
setConverter() - Method in class org.apache.catalina.connector.InputBuffer
 
setConverter() - Method in class org.apache.catalina.connector.OutputBuffer
 
setConverter(C2BConverter) - Method in class org.apache.jk.core.MsgContext
 
setCookieDomain(String) - Method in class org.apache.catalina.authenticator.SingleSignOn
Sets the domain to be used for sso cookies.
setCookies(boolean) - Method in interface org.apache.catalina.Context
Set the "use cookies for session ids" flag.
setCookies(Cookie[]) - Method in class org.apache.catalina.connector.Request
Set the set of cookies recieved with this Request.
setCookies(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the "use cookies for session ids" flag.
setCoyoteRequest(Request) - Method in class org.apache.catalina.connector.Request
Set the Coyote request.
setCoyoteResponse(Response) - Method in class org.apache.catalina.connector.Response
Set the Coyote response.
setCreateEmptyFiles(boolean) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Whether output and error files should be created even when empty.
setCreation(long) - Method in class org.apache.naming.resources.ResourceAttributes
Set creation.
setCreationDate(Date) - Method in class org.apache.naming.resources.ResourceAttributes
Creation date mutator.
setCreationTime(long) - Method in interface org.apache.catalina.Session
Set the creation time for this session.
setCreationTime(long) - Method in class org.apache.catalina.cluster.session.DeltaSession
Set the creation time for this session.
setCreationTime(long) - Method in class org.apache.catalina.session.StandardSession
Set the creation time for this session.
setCreationTime(long) - Method in class org.apache.tomcat.util.buf.TimeStamp
 
setCrossContext(boolean) - Method in interface org.apache.catalina.Context
Set the "allow crossing servlet contexts" flag.
setCrossContext(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the "allow crossing servlet contexts" flag.
setCurrentStage(Object, String) - Method in class org.apache.tomcat.util.threads.ThreadWithAttributes
 
setCustomAuthenticators(Map) - Method in class org.apache.catalina.startup.ContextConfig
Sets custom mappings of login methods to authenticators.
setDaemon(boolean) - Method in class org.apache.jk.common.ChannelNioSocket
If set to false, the thread pool will be created in non-daemon mode, and will prevent main from exiting
setDaemon(boolean) - Method in class org.apache.jk.common.ChannelSocket
If set to false, the thread pool will be created in non-daemon mode, and will prevent main from exiting
setDaemon(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setDaemon(boolean) - Method in class org.apache.tomcat.util.threads.ThreadPool
The default is true - the created threads will be in daemon mode.
setData(byte[], int) - Method in class org.apache.catalina.cluster.deploy.FileMessage
 
setDataLength(int) - Method in class org.apache.catalina.cluster.deploy.FileMessage
 
setDataSourceName(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Set the name of the JNDI JDBC DataSource.
setDateHeader(String, long) - Method in class org.apache.catalina.connector.Response
Set the specified date header to the specified value.
setDateHeader(String, long) - Method in class org.apache.catalina.connector.ResponseFacade
 
setDateHeader(String, long) - Method in class org.apache.catalina.core.DummyResponse
 
setDateHeader(String, long) - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
 
setDateVariables(boolean) - Method in class org.apache.catalina.ssi.SSIMediator
 
setDebug(int) - Method in class org.apache.tomcat.util.digester.Digester
Deprecated. This method now has no effect at all. Digester uses the apache jakarta comons-logging library; see the documentation for that library for more information.
setDecodedRequestURI(String) - Method in class org.apache.catalina.connector.Request
Set the decoded request URI.
setDecodedRequestURI(String) - Method in class org.apache.catalina.core.DummyRequest
 
setDecodedUri(boolean) - Method in class org.apache.jk.common.HandlerRequest
 
setDefault(boolean) - Method in class org.apache.catalina.storeconfig.StoreDescription
 
setDefaultContextXml(String) - Method in class org.apache.catalina.core.StandardContext
Set the location of the default context xml that will be used.
setDefaultContextXml(String) - Method in class org.apache.catalina.startup.ContextConfig
Set the location of the default context file
setDefaultHost(String) - Method in interface org.apache.catalina.Engine
Set the default hostname for this Engine.
setDefaultHost(String) - Method in class org.apache.catalina.core.StandardEngine
Set the default host.
setDefaultHostName(String) - Method in class org.apache.tomcat.util.http.mapper.Mapper
Set default host.
setDefaultInterval(long) - Method in class org.apache.tomcat.util.threads.Reaper
 
setDefaultMode(boolean) - Method in interface org.apache.catalina.cluster.ClusterManager
 
setDefaultMode(boolean) - Method in class org.apache.catalina.cluster.session.DeltaManager
 
setDefaultMode(boolean) - Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
setDefaultMode(boolean) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
setDefaultWebXml(String) - Method in class org.apache.catalina.core.StandardContext
Set the location of the default web xml that will be used.
setDefaultWebXml(String) - Method in class org.apache.catalina.startup.ContextConfig
Set the location of the default deployment descriptor
setDelayInitialRead(boolean) - Method in class org.apache.jk.common.HandlerRequest
Set the flag to delay the initial body read
setDelegate(boolean) - Method in interface org.apache.catalina.Loader
Set the "follow standard delegation model" flag used to configure our ClassLoader.
setDelegate(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the "follow standard delegation model" flag used to configure our ClassLoader.
setDelegate(boolean) - Method in class org.apache.catalina.loader.WebappClassLoader
Set the "delegate first" flag for this class loader.
setDelegate(boolean) - Method in class org.apache.catalina.loader.WebappLoader
Set the "follow standard delegation model" flag used to configure our ClassLoader.
setDelimiter(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
setDeny(String) - Method in class org.apache.catalina.valves.RequestFilterValve
Set the comma-delimited set of the deny expressions configured for this Valve, if any.
setDeployDir(String) - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
 
setDeployOnStartup(boolean) - Method in interface org.apache.catalina.Host
Set the deploy on startup flag value for this host.
setDeployOnStartup(boolean) - Method in class org.apache.catalina.core.StandardHost
Set the deploy on startup flag value for this host.
setDeployXML(boolean) - Method in class org.apache.catalina.core.StandardHost
Deploy XML Context config files flag mutator.
setDeployXML(boolean) - Method in class org.apache.catalina.startup.HostConfig
Set the deploy XML config file flag for this component.
setDerefAliases(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the value for derefAliases to be used when searching the directory.
setDescription(String) - Method in interface org.apache.catalina.Group
Set the description of this group.
setDescription(String) - Method in interface org.apache.catalina.Role
Set the description of this role.
setDescription(String) - Method in class org.apache.catalina.deploy.ApplicationParameter
 
setDescription(String) - Method in class org.apache.catalina.deploy.ContextEnvironment
 
setDescription(String) - Method in class org.apache.catalina.deploy.FilterDef
 
setDescription(String) - Method in class org.apache.catalina.deploy.MessageDestination
 
setDescription(String) - Method in class org.apache.catalina.deploy.MessageDestinationRef
 
setDescription(String) - Method in class org.apache.catalina.deploy.ResourceBase
 
setDescription(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Set the description of this web resource collection.
setDescription(String) - Method in class org.apache.catalina.users.AbstractGroup
Set the description of this group.
setDescription(String) - Method in class org.apache.catalina.users.AbstractRole
Set the description of this role.
setDescriptors(String) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
 
setDesiredEntryAccessRatio(long) - Method in class org.apache.naming.resources.ResourceCache
Set the desired entry access ratio.
setDestination(Member) - Method in class org.apache.catalina.cluster.tcp.SendMessageData
 
setDigest(String) - Method in class org.apache.catalina.realm.RealmBase
Set the digest algorithm used for storing credentials.
setDigestEncoding(String) - Method in class org.apache.catalina.realm.RealmBase
Sets the digest encoding charset.
setDigester(Digester) - Method in class org.apache.tomcat.util.digester.AbstractObjectCreationFactory
Set the Digester to allow the implementation to do logging, classloading based on the digester's classloader, etc.
setDigester(Digester) - Method in class org.apache.tomcat.util.digester.AbstractRulesImpl
Set the Digester instance with which this Rules instance is associated.
setDigester(Digester) - Method in class org.apache.tomcat.util.digester.CallMethodRule
Set the associated digester.
setDigester(Digester) - Method in interface org.apache.tomcat.util.digester.ObjectCreationFactory
Set the Digester to allow the implementation to do logging, classloading based on the digester's classloader, etc.
setDigester(Digester) - Method in class org.apache.tomcat.util.digester.Rule
Set the Digester with which this Rule is associated.
setDigester(Digester) - Method in interface org.apache.tomcat.util.digester.Rules
Set the Digester instance with which this Rules instance is associated.
setDigester(Digester) - Method in class org.apache.tomcat.util.digester.RulesBase
Set the Digester instance with which this Rules instance is associated.
setDigester(Digester) - Method in class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
Sets digeseter using these Rules
setDirectory(String) - Method in class org.apache.catalina.session.FileStore
Set the directory path for this Store.
setDirectory(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the directory in which we create log files.
setDirectory(String) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Set the directory in which we create log files.
setDirectory(String) - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Set the directory in which we create log files.
setDirectoryName(String) - Method in class org.apache.catalina.startup.UserConfig
Set the directory name for user web applications.
setDisableProxyCaching(boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the value of the flag that states if we add headers to disable caching by proxies.
setDisableUploadTimeout(boolean) - Method in class org.apache.coyote.http11.Http11AprProcessor
Set the flag to control upload time-outs.
setDisableUploadTimeout(boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setDisableUploadTimeout(boolean) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setDisableUploadTimeout(boolean) - Method in class org.apache.coyote.http11.Http11Processor
Set the flag to control upload time-outs.
setDispatcher(String) - Method in class org.apache.catalina.deploy.FilterMap
This method will be used to set the current state of the FilterMap representing the state of when filters should be applied: ERROR FORWARD FORWARD_ERROR INCLUDE INCLUDE_ERROR INCLUDE_ERROR_FORWARD REQUEST REQUEST_ERROR REQUEST_ERROR_INCLUDE REQUEST_ERROR_FORWARD_INCLUDE REQUEST_INCLUDE REQUEST_FORWARD, REQUEST_FORWARD_INCLUDE
setDisplayName(String) - Method in interface org.apache.catalina.Context
Set the display name of this web application.
setDisplayName(String) - Method in class org.apache.catalina.core.StandardContext
Set the display name of this web application.
setDisplayName(String) - Method in class org.apache.catalina.deploy.FilterDef
 
setDisplayName(String) - Method in class org.apache.catalina.deploy.MessageDestination
 
setDisplayName(String) - Method in class org.apache.catalina.deploy.SecurityConstraint
Set the display name of this security constraint.
setDistributable(boolean) - Method in interface org.apache.catalina.Context
Set the distributable flag for this web application.
setDistributable(boolean) - Method in interface org.apache.catalina.Manager
Set the distributable flag for the sessions supported by this Manager.
setDistributable(boolean) - Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
setDistributable(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the distributable flag for this web application.
setDistributable(boolean) - Method in class org.apache.catalina.session.ManagerBase
Set the distributable flag for the sessions supported by this Manager.
setDoClusterLog(boolean) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
setDoProcessingStats(boolean) - Method in class org.apache.catalina.cluster.tcp.DataSender
 
setDoProcessingStats(boolean) - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
Set Calc processing stats
setDoReceivedProcessingStats(boolean) - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
setDoStats(boolean) - Method in class org.apache.catalina.cluster.util.FastQueue
 
setDoTransmitterProcessingStats(boolean) - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
 
setDoWaitAckStats(boolean) - Method in class org.apache.catalina.cluster.tcp.DataSender
 
setDocBase(String) - Method in interface org.apache.catalina.Context
Set the document root for this Context.
setDocBase(String) - Method in class org.apache.catalina.core.StandardContext
Set the document root for this Context.
setDocBase(String) - Method in class org.apache.jk.config.WebXml2Jk
Set the base directory where the application is deployed ( on the web server ).
setDocBase(String) - Method in class org.apache.naming.resources.BaseDirContext
Set the document root for this component.
setDocBase(String) - Method in class org.apache.naming.resources.FileDirContext
Set the document root.
setDocBase(String) - Method in class org.apache.naming.resources.WARDirContext
Set the document root.
setDocumentLocator(Locator) - Method in class org.apache.tomcat.util.digester.Digester
Sets the document locator associated with our parser.
setDomain(String) - Method in class org.apache.catalina.cluster.mcast.McastMember
 
setDomain(String) - Method in class org.apache.catalina.cluster.tcp.DataSender
 
setDomain(String) - Method in interface org.apache.catalina.cluster.tcp.IDataSender
 
setDomain(String) - Method in class org.apache.catalina.connector.MapperListener
 
setDomain(String) - Method in class org.apache.catalina.core.ContainerBase
 
setDomain(String) - Method in class org.apache.catalina.core.StandardEngine
 
setDriverName(String) - Method in class org.apache.catalina.realm.JDBCRealm
Set the JDBC driver that will be used.
setDriverName(String) - Method in class org.apache.catalina.session.JDBCStore
Set the driver for this Store.
setDriverName(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the database driver name.
setDump(String) - Method in class org.apache.jk.common.Shm
Copy the scoreboard in a file for debugging Will also log a lot of information about what's in the scoreboard.
setDuplicates(int) - Method in class org.apache.catalina.session.ManagerBase
 
setETag(String) - Method in class org.apache.naming.resources.ResourceAttributes
Set strong ETag.
setEcho(boolean) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
setEmptySessionPath(boolean) - Method in class org.apache.catalina.connector.Connector
Set the "empty session path" flag.
setEnableLookups(boolean) - Method in class org.apache.catalina.connector.Connector
Set the "enable DNS lookups" flag.
setEnabled(boolean) - Method in class org.apache.catalina.cluster.session.JvmRouteBinderValve
 
setEnabled(boolean) - Method in class org.apache.catalina.cluster.session.JvmRouteSessionIDBinderLifecycleListener
Deprecated.  
setEnabled(boolean) - Method in class org.apache.catalina.cluster.util.FastQueue
 
setEnabled(boolean) - Method in class org.apache.catalina.mbeans.JMXAdaptorLifecycleListener
 
setEnabled(boolean) - Method in class org.apache.jk.common.JkMX
Enable the MX4J adapters (new way)
setEnabledProtocols(SSLServerSocket, String[]) - Method in class org.apache.tomcat.util.net.jsse.JSSE14SocketFactory
 
setEnabledProtocols(SSLServerSocket, String[]) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Set the SSL protocol variants to be enabled.
setEncoding(String) - Method in class org.apache.catalina.connector.InputBuffer
 
setEncoding(String) - Method in class org.apache.catalina.connector.OutputBuffer
 
setEncoding(String) - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
 
setEncoding(String) - Method in class org.apache.catalina.storeconfig.StoreFileMover
 
setEncoding(String) - Method in class org.apache.catalina.storeconfig.StoreRegistry
 
setEncoding(String) - Method in class org.apache.tomcat.util.buf.UEncoder
 
setEncoding(String) - Method in class org.apache.tomcat.util.http.Parameters
 
setEnd(int) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
setEnd(int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
setEndpoint(PoolTcpEndpoint) - Method in class org.apache.coyote.http11.Http11Processor
 
setEndpoint(PoolTcpEndpoint) - Method in class org.apache.tomcat.util.net.TcpConnection
 
setEngine(String) - Method in class org.apache.catalina.connector.MapperListener
 
setEngineName(String) - Method in class org.apache.catalina.core.StandardContext
 
setEntityResolver(EntityResolver) - Method in class org.apache.tomcat.util.digester.Digester
Set the EntityResolver used by SAX when resolving public id and system id.
setEntropy(String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the entropy increaser value.
setEntropy(String) - Method in class org.apache.catalina.session.ManagerBase
Set the entropy increaser value.
setEnvironment(Hashtable) - Method in class org.apache.catalina.util.ProcessEnvironment
Deprecated. Sets process' environment
setErr(String) - Method in class org.apache.jk.server.JkMain
 
setError(File) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
File the error output of the task is redirected to.
setError() - Method in class org.apache.catalina.connector.Response
Set the error flag.
setError() - Method in class org.apache.catalina.core.DummyResponse
 
setError() - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
setErrorCode(int) - Method in class org.apache.catalina.deploy.ErrorPage
Set the error code.
setErrorCode(String) - Method in class org.apache.catalina.deploy.ErrorPage
Set the error code (hack for default XmlMapper data type).
setErrorCount(int) - Method in class org.apache.catalina.core.StandardWrapper
 
setErrorCount(int) - Method in class org.apache.coyote.RequestGroupInfo
 
setErrorCount(int) - Method in class org.apache.coyote.RequestInfo
 
setErrorException(Exception) - Method in class org.apache.coyote.Response
Set the error Exception that occurred during request processing.
setErrorHandler(ErrorHandler) - Method in class org.apache.tomcat.util.digester.Digester
Set the error handler for this Digester.
setErrorPage(String) - Method in class org.apache.catalina.deploy.LoginConfig
 
setErrorProperty(String) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Property name whose value should be set to the error of the task..
setErrorReportValveClass(String) - Method in class org.apache.catalina.core.StandardHost
Set the Java class name of the error report valve class for new web applications.
setErrorURI(String) - Method in class org.apache.coyote.Response
Set request URI that caused an error during request processing.
setExactMatch(boolean) - Method in class org.apache.tomcat.util.digester.SetNextRule
Set whether exact matching is enabled.
setExactMatch(boolean) - Method in class org.apache.tomcat.util.digester.SetRootRule
Set whether exact matching is enabled.
setExactMatch(boolean) - Method in class org.apache.tomcat.util.digester.SetTopRule
Set whether exact matching is enabled.
setException(Exception) - Method in class org.apache.catalina.cluster.tcp.SendMessageData
 
setExceptionType(String) - Method in class org.apache.catalina.deploy.ErrorPage
Set the exception type.
setExpireCallback(Expirer.ExpireCallback) - Method in class org.apache.tomcat.util.threads.Expirer
 
setExpireSessionsOnShutdown(boolean) - Method in class org.apache.catalina.cluster.session.DeltaManager
 
setExpireSessionsOnShutdown(boolean) - Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
setExpireTolerance(int) - Method in class org.apache.catalina.cluster.session.DeltaManager
 
setExpireTolerance(int) - Method in class org.apache.catalina.cluster.session.DeltaSession
 
setExpiredSessions(int) - Method in interface org.apache.catalina.Manager
Sets the number of sessions that have expired.
setExpiredSessions(int) - Method in class org.apache.catalina.session.ManagerBase
Sets the number of sessions that have expired.
setExtensionName(String) - Method in class org.apache.catalina.util.Extension
 
setExternalAllowed(boolean) - Method in class org.apache.catalina.storeconfig.StoreDescription
 
setExtractSSL(boolean) - Method in class org.apache.jk.config.ApacheConfig
By default mod_jk is configured to collect SSL information from the apache environment and send it to the Tomcat workers.
setFactory(MessageBytes.MessageBytesFactory) - Static method in class org.apache.tomcat.util.buf.MessageBytes
 
setFailing() - Method in class org.apache.catalina.cluster.tcp.SenderState
 
setFailonerror(boolean) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Whether to fail (with a BuildException) if ManagerServlet returns an error.
setFairness(boolean) - Method in class org.apache.catalina.valves.SemaphoreValve
 
setFeature(String, boolean) - Method in class org.apache.tomcat.util.digester.Digester
Sets a flag indicating whether the requested feature is supported by the underlying implementation of org.xml.sax.XMLReader.
setFile(String) - Method in class org.apache.jk.common.ChannelUn
 
setFile(String) - Method in class org.apache.jk.common.Shm
Scoreboard location
setFileDateFormat(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the date format date based log rotation.
setFileDateFormat(String) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Set the date format date based log rotation.
setFileDateFormat(String) - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Set the date format date based log rotation.
setFileName(String) - Method in class org.apache.catalina.cluster.deploy.FileMessage
 
setFilename(String) - Method in class org.apache.catalina.storeconfig.StoreFileMover
 
setFilter(String) - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
compile filter string to regular expressions
setFilterChain(FilterChain) - Method in class org.apache.catalina.connector.Request
Set filter chain associated with the request.
setFilterChain(FilterChain) - Method in class org.apache.catalina.core.DummyRequest
 
setFilterClass(String) - Method in class org.apache.catalina.deploy.FilterDef
 
setFilterName(String) - Method in class org.apache.catalina.deploy.FilterDef
 
setFilterName(String) - Method in class org.apache.catalina.deploy.FilterMap
 
setFinished() - Method in class org.apache.jk.common.ChannelNioSocket.SocketConnection
 
setFirstReadTimeout(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setFirstReadTimeout(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setFirstReadTimeout(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setForwardAll(boolean) - Method in class org.apache.jk.config.BaseJkConfig
If false, we'll try to generate a config that will let apache serve static files.
setFulfilled(boolean) - Method in class org.apache.catalina.util.Extension
 
setFullName(String) - Method in interface org.apache.catalina.User
Set the full name of this user.
setFullName(String) - Method in class org.apache.catalina.users.AbstractUser
Set the full name of this user.
setGlobal(String) - Method in class org.apache.catalina.deploy.ContextResourceLink
 
setGlobalContext(Context) - Static method in class org.apache.naming.factory.ResourceLinkFactory
Set the global context (note: can only be used once).
setGlobalNamingContext(Context) - Method in class org.apache.catalina.core.StandardServer
Set the global naming resources context.
setGlobalNamingResources(NamingResources) - Method in interface org.apache.catalina.Server
Set the global naming resources.
setGlobalNamingResources(NamingResources) - Method in class org.apache.catalina.core.StandardServer
Set the global naming resources.
setGlobalProcessor(RequestGroupInfo) - Method in class org.apache.coyote.RequestInfo
 
setGroup(String) - Method in class org.apache.jk.common.Shm
Mark this instance as belonging to a group
setGroup(String) - Method in class org.apache.jk.config.WebXml2Jk
 
setGroupname(String) - Method in interface org.apache.catalina.Group
Set the group name of this group, which must be unique within the scope of a UserDatabase.
setGroupname(String) - Method in class org.apache.catalina.users.AbstractGroup
Set the group name of this group, which must be unique within the scope of a UserDatabase.
setHandler(AprEndpoint.Handler) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setHeader(String, String) - Method in class org.apache.catalina.connector.Response
Set the specified header to the specified value.
setHeader(String, String) - Method in class org.apache.catalina.connector.ResponseFacade
 
setHeader(String, String) - Method in class org.apache.catalina.core.DummyResponse
 
setHeader(String, String) - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
 
setHeader(String, String) - Method in class org.apache.coyote.Response
 
setHeaders(MimeHeaders) - Method in class org.apache.tomcat.util.http.Cookies
Set the headers from which cookies will be pulled.
setHelp(boolean) - Method in class org.apache.jk.common.Shm
 
setHome(String) - Method in class org.apache.catalina.deploy.ContextEjb
 
setHome(String) - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
setHomeBase(String) - Method in class org.apache.catalina.startup.UserConfig
Set the base directory containing user home directories.
setHook(ActionHook) - Method in class org.apache.coyote.Response
 
setHost(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
setHost(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
setHost(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
setHost(String) - Method in class org.apache.catalina.cluster.mcast.McastMember
 
setHost(String) - Method in class org.apache.catalina.cluster.session.SessionIDMessage
 
setHost(Host) - Method in class org.apache.catalina.connector.Request
Set the Host within which this Request is being processed.
setHost(Host) - Method in class org.apache.catalina.core.DummyRequest
 
setHost(String) - Method in class org.apache.catalina.mbeans.JMXAdaptorLifecycleListener
 
setHost(String) - Method in class org.apache.jk.common.Shm
Ajp13 host
setHost(String) - Method in class org.apache.jk.config.WebXml2Jk
Set the canonycal name of the virtual host.
setHostConfigClass(String) - Method in class org.apache.catalina.core.StandardHost
Set the Java class name of the host config configuration class (deployer)
setHttpHost(String) - Method in class org.apache.jk.common.JkMX
 
setHttpPort(int) - Method in class org.apache.jk.common.JkMX
Enable the MX4J HTTP internal adapter
setHttpsIndicator(String) - Method in class org.apache.jk.config.ApacheConfig
What is the indicator for SSL (default is HTTPS)
setIClientInputTimeout(int) - Method in class org.apache.catalina.util.ProcessHelper
Deprecated.  
setId(String) - Method in interface org.apache.catalina.Session
Set the session identifier for this session and notifies any associated listeners that a new session has been created.
setId(String, boolean) - Method in interface org.apache.catalina.Session
Set the session identifier for this session and optionally notifies any associated listeners that a new session has been created.
setId(String) - Method in class org.apache.catalina.cluster.session.DeltaSession
Set the session identifier for this session.
setId(String, boolean) - Method in class org.apache.catalina.cluster.session.DeltaSession
 
setId(String, boolean) - Method in class org.apache.catalina.cluster.session.ReplicatedSession
 
setId(String) - Method in class org.apache.catalina.session.StandardSession
Set the session identifier for this session.
setId(String, boolean) - Method in class org.apache.catalina.session.StandardSession
 
setId(String) - Method in class org.apache.catalina.storeconfig.StoreDescription
 
setId(int) - Method in class org.apache.jk.core.JkHandler
Set the id of the worker.
setId(int) - Method in class org.apache.tomcat.util.buf.TimeStamp
 
setIdInternal(String) - Method in class org.apache.catalina.cluster.session.DeltaSession
Set the session identifier for this session without notify listeners.
setIf(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
Only execute if a property of the given name exists in the current project.
setIf(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Only execute if a property of the given name exists in the current project.
setIgnore(boolean) - Method in class org.apache.catalina.filters.SetCharacterEncodingFilter
 
setImplementationURL(String) - Method in class org.apache.catalina.util.Extension
 
setImplementationVendor(String) - Method in class org.apache.catalina.util.Extension
 
setImplementationVendorId(String) - Method in class org.apache.catalina.util.Extension
 
setImplementationVersion(String) - Method in class org.apache.catalina.util.Extension
 
setIncluded(boolean) - Method in class org.apache.catalina.connector.Response
Set the "processing inside an include" flag.
setIncluded(boolean) - Method in class org.apache.catalina.core.DummyResponse
 
setInput(InputStream) - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Sets standard input to be passed on to the invoked cgi script
setInput(InputStream) - Method in class org.apache.catalina.util.ProcessHelper
Deprecated. Sets standard input to be passed on to the invoked cgi script
setInputBuffer(InputBuffer) - Method in class org.apache.coyote.Request
 
setInputStream(InputStream) - Method in class org.apache.coyote.http11.InternalInputBuffer
Set the underlying socket input stream.
setInt(int) - Method in class org.apache.tomcat.util.buf.MessageBytes
Set the buffer to the representation of an int
setIntHeader(String, int) - Method in class org.apache.catalina.connector.Response
Set the specified integer header to the specified value.
setIntHeader(String, int) - Method in class org.apache.catalina.connector.ResponseFacade
 
setIntHeader(String, int) - Method in class org.apache.catalina.core.DummyResponse
 
setInternalid(int) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setInterruptible(boolean) - Method in class org.apache.catalina.valves.SemaphoreValve
 
setInterval(int) - Method in class org.apache.tomcat.util.threads.ThreadPool.MonitorRunnable
 
setIsDirty(boolean) - Method in class org.apache.catalina.cluster.session.ReplicatedSession
 
setIsReadRequired(boolean) - Method in class org.apache.jk.common.JkInputStream
Set the flag saying that the server is sending a body
setJ2EEApplication(String) - Method in class org.apache.catalina.core.StandardContext
 
setJ2EEServer(String) - Method in class org.apache.catalina.core.StandardContext
 
setJarPath(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Change the Jar path.
setJavaVMs(String[]) - Method in class org.apache.catalina.core.StandardContext
 
setJkConfig(String) - Method in class org.apache.jk.config.ApacheConfig
set the path to the output file for the auto-generated mod_jk configuration file.
setJkDebug(String) - Method in class org.apache.jk.config.BaseJkConfig
Set the verbosity level ( use debug, error, etc. ) If not set, no log is written.
setJkHome(String) - Method in class org.apache.jk.common.JniHandler
 
setJkHome(String) - Method in class org.apache.jk.core.WorkerEnv
 
setJkHome(String) - Method in class org.apache.jk.server.JkMain
Set the base dir of jk2. ( including WEB-INF if in a webapp ).
setJkLog(String) - Method in class org.apache.jk.config.BaseJkConfig
set the path to the log file
setJkWorker(String) - Method in class org.apache.jk.config.BaseJkConfig
Sets the JK worker.
setJniContext(long) - Method in class org.apache.jk.core.MsgContext
The long-lived JNI context associated with this java context.
setJniEnv(long) - Method in class org.apache.jk.core.MsgContext
Store native execution context data when this handler is called from JNI.
setJrmpHost(String) - Method in class org.apache.jk.common.JkMX
 
setJrmpPort(int) - Method in class org.apache.jk.common.JkMX
Enable the MX4J JRMP internal adapter
setJspFile(String) - Method in interface org.apache.catalina.Wrapper
Set the context-relative URI of the JSP file for this servlet.
setJspFile(String) - Method in class org.apache.catalina.core.StandardWrapper
Set the context-relative URI of the JSP file for this servlet.
setJvmRoute(String) - Method in interface org.apache.catalina.Engine
Set the JvmRouteId for this engine.
setJvmRoute(String) - Method in class org.apache.catalina.core.StandardEngine
Set the cluster-wide unique identifier for this Engine.
setKeepAlive(boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol
Set the keep-alive policy for this connection.
setKeepAlive(boolean) - Method in class org.apache.coyote.http11.Http11BaseProtocol
Set the keep-alive policy for this connection.
setKeepAliveMaxRequestCount(int) - Method in class org.apache.catalina.cluster.tcp.DataSender
 
setKeepAliveTimeout(long) - Method in class org.apache.catalina.cluster.tcp.DataSender
 
setKey(String) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
setKeyAlias(String) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setKeypass(String) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setKeystore(String) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setKeytype(String) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setLargeIcon(String) - Method in class org.apache.catalina.deploy.FilterDef
 
setLargeIcon(String) - Method in class org.apache.catalina.deploy.MessageDestination
 
setLastAccessWasDistributed(long) - Method in class org.apache.catalina.cluster.session.ReplicatedSession
 
setLastAccessedTime(long) - Method in class org.apache.catalina.cluster.session.ReplicatedSession
 
setLastModified(long) - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
Sets the value of the last-modified header field.
setLastModified(long) - Method in class org.apache.naming.resources.ResourceAttributes
Set last modified.
setLastModified(Date) - Method in class org.apache.naming.resources.ResourceAttributes
Deprecated.  
setLastModifiedDate(Date) - Method in class org.apache.naming.resources.ResourceAttributes
Last modified date mutator.
setLastModifiedHttp(String) - Method in class org.apache.naming.resources.ResourceAttributes
 
setLastState(int) - Method in class org.apache.catalina.cluster.deploy.WarWatcher.WarInfo
 
setLastTimeReplicated(long) - Method in class org.apache.catalina.cluster.session.DeltaSession
 
setLazy(boolean) - Method in class org.apache.catalina.core.StandardContext
 
setLbForceSession(Boolean) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setLbRecovertime(Integer) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setLbRetries(Integer) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setLbStickySession(Boolean) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setLegacy(boolean) - Method in class org.apache.jk.config.BaseJkConfig
 
setLimit(int) - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
Set the buffering limit.
setLimit(int) - Method in class org.apache.tomcat.util.buf.ByteChunk
Maximum amount of data in this buffer.
setLimit(int) - Method in class org.apache.tomcat.util.buf.CharChunk
Maximum amount of data in this buffer.
setLimit(int) - Method in class org.apache.tomcat.util.http.MimeHeaders
Set limit on the number of header fields.
setLimit(int) - Method in class org.apache.tomcat.util.http.Parameters
 
setLink(String) - Method in class org.apache.catalina.deploy.ContextEjb
 
setLink(String) - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
setLink(String) - Method in class org.apache.catalina.deploy.MessageDestinationRef
 
setLink(String) - Method in class org.apache.catalina.deploy.SecurityRoleRef
 
setListener(FileChangeListener) - Method in class org.apache.catalina.cluster.deploy.WarWatcher
 
setLiveDeploy(boolean) - Method in class org.apache.catalina.core.StandardHost
Set the live deploy flag value for this host.
setLoadOnStartup(int) - Method in interface org.apache.catalina.Wrapper
Set the load-on-startup order value (negative value means load on first call).
setLoadOnStartup(int) - Method in class org.apache.catalina.core.StandardWrapper
Set the load-on-startup order value (negative value means load on first call).
setLoadOnStartupString(String) - Method in class org.apache.catalina.core.StandardWrapper
Set the load-on-startup order value from a (possibly null) string.
setLoadTime(long) - Method in class org.apache.catalina.core.StandardWrapper
 
setLoader(Loader) - Method in interface org.apache.catalina.Container
Set the Loader with which this Container is associated.
setLoader(Loader) - Method in class org.apache.catalina.core.ContainerBase
Set the Loader with which this Container is associated.
setLoader(Loader) - Method in class org.apache.catalina.core.StandardContext
Set the Loader with which this Context is associated.
setLoaderClass(String) - Method in class org.apache.catalina.loader.WebappLoader
Set the ClassLoader class name.
setLocal(String) - Method in class org.apache.catalina.deploy.ContextLocalEjb
 
setLocalDataSource(boolean) - Method in class org.apache.catalina.realm.DataSourceRealm
Set to true to cause the datasource to be looked up in the webapp JNDI Context.
setLocalId(int) - Method in class org.apache.jk.core.WorkerEnv
 
setLocalMemberProperties(String, int) - Method in interface org.apache.catalina.cluster.MembershipService
Sets the local member properties for broadcasting
setLocalMemberProperties(String, int) - Method in class org.apache.catalina.cluster.mcast.McastService
Sets the local member properties for broadcasting
setLocalPort(int) - Method in class org.apache.coyote.Request
 
setLocalWar(String) - Method in class org.apache.catalina.ant.DeployTask
 
setLocale(Locale) - Method in class org.apache.catalina.connector.Response
Set the Locale that is appropriate for this response, including setting the appropriate character encoding.
setLocale(Locale) - Method in class org.apache.catalina.connector.ResponseFacade
 
setLocale(Locale) - Method in class org.apache.catalina.core.DummyResponse
 
setLocale(Locale) - Method in class org.apache.coyote.Response
Called explicitely by user to set the Content-Language and the default encoding
setLocation(String) - Method in class org.apache.catalina.deploy.ErrorPage
Set the location.
setLocked(boolean) - Method in class org.apache.catalina.util.ParameterMap
Set the locked state of this parameter map.
setLocked(boolean) - Method in class org.apache.catalina.util.ResourceSet
Set the locked state of this parameter map.
setLog4jEnabled(boolean) - Method in class org.apache.jk.common.JkMX
Enable the Log4j MBean)
setLogError(boolean) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Controls whether error output is logged.
setLogger(Log) - Method in class org.apache.tomcat.util.digester.Digester
Set the current logger for this Digester.
setLoginConfig(LoginConfig) - Method in interface org.apache.catalina.Context
Set the login configuration descriptor for this web application.
setLoginConfig(LoginConfig) - Method in class org.apache.catalina.core.StandardContext
Set the login configuration descriptor for this web application.
setLoginPage(String) - Method in class org.apache.catalina.deploy.LoginConfig
 
setLong(int, long) - Method in class org.apache.jk.core.MsgContext
 
setLong(long) - Method in class org.apache.tomcat.util.buf.MessageBytes
Set the buffer to the representation of an long
setManager(Manager) - Method in interface org.apache.catalina.Container
Set the Manager with which this Container is associated.
setManager(Manager) - Method in interface org.apache.catalina.Session
Set the Manager within which this Session is valid.
setManager(Manager) - Method in interface org.apache.catalina.Store
Set the Manager associated with this Store.
setManager(Manager) - Method in class org.apache.catalina.cluster.session.DeltaSession
Set the Manager within which this Session is valid.
setManager(SimpleTcpReplicationManager) - Method in class org.apache.catalina.cluster.session.ReplicatedSession
Sets the manager for this session
setManager(Manager) - Method in class org.apache.catalina.core.ContainerBase
Set the Manager with which this Container is associated.
setManager(Manager) - Method in class org.apache.catalina.session.StandardSession
Set the Manager within which this Session is valid.
setManager(Manager) - Method in class org.apache.catalina.session.StoreBase
Set the Manager with which this Store is associated.
setManagerClassName(String) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
setMaxActive(int) - Method in interface org.apache.catalina.Manager
(Re)sets the maximum number of sessions that have been active at the same time.
setMaxActive(int) - Method in class org.apache.catalina.session.ManagerBase
 
setMaxActiveSessions(int) - Method in class org.apache.catalina.cluster.session.DeltaManager
Set the maximum number of actives Sessions allowed, or -1 for no limit.
setMaxActiveSessions(int) - Method in class org.apache.catalina.session.PersistentManagerBase
Set the maximum number of actives Sessions allowed, or -1 for no limit.
setMaxActiveSessions(int) - Method in class org.apache.catalina.session.StandardManager
Set the maximum number of actives Sessions allowed, or -1 for no limit.
setMaxAge(int) - Method in class org.apache.tomcat.util.http.ServerCookie
 
setMaxAllocateIterations(int) - Method in class org.apache.naming.resources.ResourceCache
Set the maximum amount of iterations during a space allocation.
setMaxHeaderCount(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setMaxHeaderCount(int) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setMaxHeaderCount(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setMaxHeaderCount(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setMaxHttpHeaderSize(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setMaxHttpHeaderSize(int) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setMaxIdleBackup(int) - Method in class org.apache.catalina.session.PersistentManagerBase
Sets the option to back sessions up to the Store after they are used in a request.
setMaxIdleSwap(int) - Method in class org.apache.catalina.session.PersistentManagerBase
Sets the time in seconds after which a session should be swapped out of memory to disk.
setMaxInactiveInterval(int) - Method in interface org.apache.catalina.Manager
Set the default maximum inactive interval (in seconds) for Sessions created by this Manager.
setMaxInactiveInterval(int) - Method in interface org.apache.catalina.Session
Set the maximum time interval, in seconds, between client requests before the servlet container will invalidate the session.
setMaxInactiveInterval(int) - Method in class org.apache.catalina.cluster.session.DeltaRequest
 
setMaxInactiveInterval(int) - Method in class org.apache.catalina.cluster.session.DeltaSession
Set the maximum time interval, in seconds, between client requests before the servlet container will invalidate the session.
setMaxInactiveInterval(int, boolean) - Method in class org.apache.catalina.cluster.session.DeltaSession
 
setMaxInactiveInterval(int) - Method in class org.apache.catalina.cluster.session.DeltaSessionFacade
 
setMaxInactiveInterval(int) - Method in class org.apache.catalina.cluster.session.ReplicatedSession
 
setMaxInactiveInterval(int) - Method in class org.apache.catalina.session.ManagerBase
Set the default maximum inactive interval (in seconds) for Sessions created by this Manager.
setMaxInactiveInterval(int) - Method in class org.apache.catalina.session.StandardSession
Set the maximum time interval, in seconds, between client requests before the servlet container will invalidate the session.
setMaxInactiveInterval(int) - Method in class org.apache.catalina.session.StandardSessionFacade
 
setMaxInactiveInterval(long) - Method in class org.apache.tomcat.util.buf.TimeStamp
 
setMaxInstances(int) - Method in class org.apache.catalina.core.StandardWrapper
Set the maximum number of instances that will be allocated when a single thread model servlet is used.
setMaxKeepAliveRequests(int) - Method in class org.apache.coyote.http11.Http11AprProcessor
Set the maximum number of Keep-Alive requests to honor.
setMaxKeepAliveRequests(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
Set the maximum number of Keep-Alive requests that we will honor.
setMaxKeepAliveRequests(int) - Method in class org.apache.coyote.http11.Http11BaseProtocol
Set the maximum number of Keep-Alive requests that we will honor.
setMaxKeepAliveRequests(int) - Method in class org.apache.coyote.http11.Http11Processor
Set the maximum number of Keep-Alive requests to honor.
setMaxParameterCount(int) - Method in class org.apache.catalina.connector.Connector
Set the maximum number of parameters (GET plus POST) that will be automatically parsed by the container.
setMaxPoolSocketLimit(int) - Method in class org.apache.catalina.cluster.tcp.PooledSocketSender
 
setMaxPort(int) - Method in class org.apache.jk.common.ChannelNioSocket
 
setMaxPort(int) - Method in class org.apache.jk.common.ChannelSocket
 
setMaxPostSize(int) - Method in class org.apache.catalina.connector.Connector
Set the maximum size of a POST which will be automatically parsed by the container.
setMaxQueueLength(int) - Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
 
setMaxQueueLength(int) - Method in class org.apache.catalina.cluster.util.FastQueue
 
setMaxQueueLength(int) - Method in interface org.apache.catalina.cluster.util.IQueue
 
setMaxRequestUri(String) - Method in class org.apache.coyote.RequestInfo
 
setMaxSavePostSize(int) - Method in class org.apache.catalina.connector.Connector
Set the maximum size of a POST which will be saved by the container during authentication.
setMaxSavePostSize(int) - Method in class org.apache.coyote.http11.Http11AprProcessor
Set the maximum size of a POST which will be buffered in SSL mode.
setMaxSavePostSize(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setMaxSavePostSize(int) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setMaxSavePostSize(int) - Method in class org.apache.coyote.http11.Http11Processor
Set the maximum size of a POST which will be buffered in SSL mode.
setMaxShutdownTries(int) - Static method in class org.apache.tomcat.util.net.TcpConnection
 
setMaxSize(int) - Method in class org.apache.catalina.cluster.util.FastQueue
 
setMaxSizeSample(int) - Method in class org.apache.catalina.cluster.util.FastQueue
 
setMaxSpareThreads(int) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setMaxSpareThreads(int) - Method in class org.apache.jk.common.ChannelNioSocket
 
setMaxSpareThreads(int) - Method in class org.apache.jk.common.ChannelSocket
 
setMaxSpareThreads(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setMaxSpareThreads(int) - Method in class org.apache.tomcat.util.threads.ThreadPool
 
setMaxThreads(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setMaxThreads(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setMaxThreads(int) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setMaxThreads(int) - Method in class org.apache.jk.common.ChannelNioSocket
 
setMaxThreads(int) - Method in class org.apache.jk.common.ChannelSocket
 
setMaxThreads(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setMaxThreads(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setMaxThreads(int) - Method in class org.apache.tomcat.util.threads.ThreadPool
 
setMaxTime(long) - Method in class org.apache.catalina.core.StandardWrapper
 
setMaxTime(long) - Method in class org.apache.coyote.RequestGroupInfo
 
setMaxTime(long) - Method in class org.apache.coyote.RequestInfo
 
setMbeansFile(String) - Method in class org.apache.catalina.core.StandardEngine
 
setMcastAddr(String) - Method in class org.apache.catalina.cluster.mcast.McastService
 
setMcastBindAddress(String) - Method in class org.apache.catalina.cluster.mcast.McastService
 
setMcastClusterDomain(String) - Method in class org.apache.catalina.cluster.mcast.McastService
 
setMcastDropTime(long) - Method in class org.apache.catalina.cluster.mcast.McastService
 
setMcastFrequency(long) - Method in class org.apache.catalina.cluster.mcast.McastService
 
setMcastPort(int) - Method in class org.apache.catalina.cluster.mcast.McastService
 
setMcastSoTimeout(int) - Method in class org.apache.catalina.cluster.mcast.McastService
 
setMcastTTL(int) - Method in class org.apache.catalina.cluster.mcast.McastService
 
setMemberAliveTime(long) - Method in class org.apache.catalina.cluster.mcast.McastMember
 
setMembershipService(MembershipService) - Method in interface org.apache.catalina.cluster.CatalinaCluster
 
setMembershipService(MembershipService) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
setMessage(byte[]) - Method in class org.apache.catalina.cluster.tcp.ClusterData
 
setMessage(Object) - Method in class org.apache.catalina.cluster.tcp.SendMessageData
 
setMessage(String) - Method in class org.apache.coyote.Response
Set the status message.
setMessageNumber(int) - Method in class org.apache.catalina.cluster.deploy.FileMessage
 
setMessageNumber(int) - Method in class org.apache.catalina.cluster.session.SessionIDMessage
 
setMethod(String) - Method in class org.apache.catalina.authenticator.SavedRequest
 
setMethod(String) - Method in class org.apache.catalina.connector.Request
Set the HTTP request method used for this Request.
setMethod(String) - Method in class org.apache.catalina.core.DummyRequest
 
setMethodField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the HTTP request method.
setMimeType(String) - Method in class org.apache.naming.resources.ResourceAttributes
 
setMinIdleSwap(int) - Method in class org.apache.catalina.session.PersistentManagerBase
Sets the minimum time in seconds that a session must be idle before it can be swapped out of memory due to maxActiveSession.
setMinSpareThreads(int) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setMinSpareThreads(int) - Method in class org.apache.jk.common.ChannelNioSocket
 
setMinSpareThreads(int) - Method in class org.apache.jk.common.ChannelSocket
 
setMinSpareThreads(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setMinSpareThreads(int) - Method in class org.apache.tomcat.util.threads.ThreadPool
 
setMinTime(long) - Method in class org.apache.catalina.core.StandardWrapper
 
setModJk(String) - Method in class org.apache.jk.config.ApacheConfig
set the path to the mod_jk Apache Module
setMsg(int, Msg) - Method in class org.apache.jk.core.MsgContext
 
setMsgCount(int) - Method in class org.apache.catalina.cluster.mcast.McastMember
 
setName(String) - Method in interface org.apache.catalina.Container
Set a name string (suitable for use by humans) that describes this Container.
setName(String) - Method in interface org.apache.catalina.Host
Set the canonical, fully qualified, name of the virtual host this Container represents.
setName(String) - Method in interface org.apache.catalina.Service
Set the name of this Service.
setName(String) - Method in class org.apache.catalina.ant.jmx.Arg
 
setName(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
setName(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
setName(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
setName(String) - Method in interface org.apache.catalina.cluster.ClusterManager
Set the name of the manager, at host /context name and at engine hostname+/context
setName(String) - Method in class org.apache.catalina.cluster.mcast.McastMember
 
setName(String) - Method in class org.apache.catalina.cluster.session.DeltaManager
 
setName(String) - Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
setName(String) - Method in class org.apache.catalina.core.ContainerBase
Set a name string (suitable for use by humans) that describes this Container.
setName(String) - Method in class org.apache.catalina.core.NamingContextListener
Set the "name" property.
setName(String) - Method in class org.apache.catalina.core.StandardContext
 
setName(String) - Method in class org.apache.catalina.core.StandardEngine
 
setName(String) - Method in class org.apache.catalina.core.StandardHost
Set the canonical, fully qualified, name of the virtual host this Container represents.
setName(String) - Method in class org.apache.catalina.core.StandardService
Set the name of this Service.
setName(String) - Method in class org.apache.catalina.deploy.ApplicationParameter
 
setName(String) - Method in class org.apache.catalina.deploy.ContextEnvironment
 
setName(String) - Method in class org.apache.catalina.deploy.MessageDestination
 
setName(String) - Method in class org.apache.catalina.deploy.MessageDestinationRef
 
setName(String) - Method in class org.apache.catalina.deploy.ResourceBase
 
setName(String) - Method in class org.apache.catalina.deploy.SecurityCollection
Set the name of this web resource collection
setName(String) - Method in class org.apache.catalina.deploy.SecurityRoleRef
 
setName(String) - Method in class org.apache.catalina.storeconfig.StoreRegistry
 
setName(String) - Method in class org.apache.jk.core.JkHandler
Set the name of the handler.
setName(String) - Method in class org.apache.naming.resources.ResourceAttributes
Set name.
setName(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setName(String) - Method in class org.apache.tomcat.util.threads.ThreadPool
 
setNamespaceAware(boolean) - Method in class org.apache.tomcat.util.digester.Digester
Set the "namespace aware" flag for parsers we create.
setNamespaceURI(String) - Method in class org.apache.tomcat.util.digester.AbstractRulesImpl
Set the namespace URI that will be applied to all subsequently added Rule objects.
setNamespaceURI(String) - Method in class org.apache.tomcat.util.digester.Rule
Set the namespace URI for which this Rule is relevant, if any.
setNamespaceURI(String) - Method in interface org.apache.tomcat.util.digester.Rules
Set the namespace URI that will be applied to all subsequently added Rule objects.
setNamespaceURI(String) - Method in class org.apache.tomcat.util.digester.RulesBase
Set the namespace URI that will be applied to all subsequently added Rule objects.
setNamespaceURI(String) - Method in class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
Sets namespace to apply to Rule's added subsequently
setNamingPort(int) - Method in class org.apache.catalina.mbeans.JMXAdaptorLifecycleListener
 
setNamingResources(NamingResources) - Method in interface org.apache.catalina.Context
Set the naming resources for this web application.
setNamingResources(NamingResources) - Method in class org.apache.catalina.core.StandardContext
Set the naming resources for this web application.
setNativeAttribute(String, String) - Method in class org.apache.jk.common.JniHandler
 
setNativeEndpoint(MsgContext) - Method in class org.apache.jk.common.JniHandler
 
setNew(boolean) - Method in interface org.apache.catalina.Session
Set the isNew flag for this session.
setNew(boolean) - Method in class org.apache.catalina.cluster.session.DeltaRequest
 
setNew(boolean) - Method in class org.apache.catalina.cluster.session.DeltaSession
Set the isNew flag for this session.
setNew(boolean, boolean) - Method in class org.apache.catalina.cluster.session.DeltaSession
 
setNew(boolean) - Method in class org.apache.catalina.session.StandardSession
Set the isNew flag for this session.
setNew(boolean) - Method in class org.apache.tomcat.util.buf.TimeStamp
 
setNewSessionCookie(Request, Response, String) - Method in class org.apache.catalina.cluster.session.JvmRouteBinderValve
Deprecated. Use Request.changeSessionId(String)
setNext(Valve) - Method in interface org.apache.catalina.Valve
Set the next Valve in the pipeline containing this Valve.
setNext(Valve) - Method in class org.apache.catalina.valves.ValveBase
Set the Valve that follows this one in the pipeline it is part of.
setNext(JkHandler) - Method in class org.apache.jk.core.JkHandler
Catalina-style "recursive" invocation.
setNext(String) - Method in class org.apache.jk.core.JkHandler
 
setNext(JkHandler) - Method in class org.apache.jk.core.MsgContext
 
setNioIsBroken(boolean) - Method in class org.apache.jk.common.ChannelNioSocket
 
setNoCompressionUserAgents(Pattern[]) - Method in class org.apache.coyote.http11.Http11AprProcessor
Set no compression user agent list (this method is best when used with a large number of connectors, where it would be better to have all of them referenced a single array).
setNoCompressionUserAgents(String) - Method in class org.apache.coyote.http11.Http11AprProcessor
Set no compression user agent list.
setNoCompressionUserAgents(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setNoCompressionUserAgents(String) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setNoCompressionUserAgents(Pattern[]) - Method in class org.apache.coyote.http11.Http11Processor
Set no compression user agent list (this method is best when used with a large number of connectors, where it would be better to have all of them referenced a single array).
setNoCompressionUserAgents(String) - Method in class org.apache.coyote.http11.Http11Processor
Set no compression user agent list.
setNoRoot(boolean) - Method in class org.apache.jk.config.BaseJkConfig
Special option - do not generate mappings for the ROOT context.
setNoTldJars(String) - Static method in class org.apache.catalina.startup.TldConfig
Sets the list of JARs that are known not to contain any TLDs.
setNonceCacheSize(int) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
setNonceValidity(long) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
setNote(String, Object) - Method in interface org.apache.catalina.Session
Bind an object to a specified name in the internal notes associated with this session, replacing any existing binding for this name.
setNote(String, Object) - Method in class org.apache.catalina.cluster.session.DeltaSession
Bind an object to a specified name in the internal notes associated with this session, replacing any existing binding for this name.
setNote(String, Object) - Method in class org.apache.catalina.connector.Request
Bind an object to a specified name in the internal notes associated with this request, replacing any existing binding for this name.
setNote(String, Object) - Method in class org.apache.catalina.core.DummyRequest
 
setNote(String, Object) - Method in class org.apache.catalina.session.StandardSession
Bind an object to a specified name in the internal notes associated with this session, replacing any existing binding for this name.
setNote(int, Object) - Method in class org.apache.coyote.Request
 
setNote(int, Object) - Method in class org.apache.coyote.Response
 
setNote(int, Object) - Method in class org.apache.jk.core.MsgContext
 
setNote(int, Object) - Method in class org.apache.jk.core.WorkerEnv
 
setNote(int, Object) - Method in class org.apache.tomcat.util.http.BaseRequest
 
setNote(Object, int, Object) - Method in class org.apache.tomcat.util.threads.ThreadWithAttributes
Notes - for attributes that need fast access ( array ) The application is responsible for id management
setNotificationInfo(MBeanNotificationInfo[]) - Method in class org.apache.jk.common.ChannelNioSocket
 
setNotificationInfo(MBeanNotificationInfo[]) - Method in class org.apache.jk.common.ChannelSocket
 
setNotifyLifecycleListenerOnFailure(boolean) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
setNotifyListenersOnReplication(boolean) - Method in class org.apache.catalina.cluster.session.DeltaManager
 
setNotifyListenersOnReplication(boolean) - Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
setNotifySessionListenersOnReplication(boolean) - Method in class org.apache.catalina.cluster.session.DeltaManager
 
setNsapiJk(String) - Method in class org.apache.jk.config.NSConfig
set the path to the nsapi plugin module
setObjConfig(String) - Method in class org.apache.jk.config.NSConfig
set the path to the output file for the auto-generated isapi_redirect registry file.
setObjectName(ObjectName) - Method in class org.apache.catalina.cluster.mcast.McastService
Transmitter ObjectName
setObjectName(ObjectName) - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
set Receiver ObjectName
setObjectName(ObjectName) - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
Transmitter ObjectName
setObjectName(ObjectName) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
setObjectName(ObjectName) - Method in class org.apache.catalina.valves.ValveBase
 
setObjectName(String) - Method in class org.apache.jk.config.NSConfig
Set the name for the Object that implements the jk_service call.
setOffset(int) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
setOffset(int) - Method in class org.apache.tomcat.util.buf.CharChunk
Returns the start offset of the bytes.
setOoBInline(boolean) - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
setOoBInline(boolean) - Method in class org.apache.catalina.cluster.tcp.DataSender
 
setOpaque(String) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
setOperation(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
setOperation(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorInvokeTask
 
setOptimizedWrite(boolean) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
setOptimizedWrite(boolean) - Method in class org.apache.tomcat.util.buf.CharChunk
 
setOriginalDocBase(String) - Method in class org.apache.catalina.core.StandardContext
Set the original document root for this Context.
setOrignalSessionID(String) - Method in class org.apache.catalina.cluster.session.SessionIDMessage
 
setOut(String) - Method in class org.apache.jk.server.JkMain
 
setOutput(File) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
File the output of the task is redirected to.
setOutputBuffer(OutputBuffer) - Method in class org.apache.coyote.Response
 
setOutputStream(OutputStream) - Method in class org.apache.coyote.http11.InternalOutputBuffer
Set the underlying socket output stream.
setOutputproperty(String) - Method in class org.apache.catalina.ant.BaseRedirectorHelperTask
Property name whose value should be set to the output of the task.
setOverride(boolean) - Method in interface org.apache.catalina.Context
Set the override flag for this web application.
setOverride(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the DefaultContext override flag for this web application.
setOverride(boolean) - Method in class org.apache.catalina.deploy.ApplicationParameter
 
setOverride(boolean) - Method in class org.apache.catalina.deploy.ContextEnvironment
 
setOverride(boolean) - Method in class org.apache.catalina.deploy.ContextResourceEnvRef
 
setPackageAccess() - Method in class org.apache.catalina.security.SecurityConfig
Set the security package.access value.
setPackageDefinition() - Method in class org.apache.catalina.security.SecurityConfig
Set the security package.definition value.
setPacketSize(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setPacketSize(int) - Method in class org.apache.jk.common.ChannelNioSocket
 
setPacketSize(int) - Method in class org.apache.jk.common.ChannelSocket
 
setParam(Object, Object) - Method in class org.apache.tomcat.util.threads.ThreadWithAttributes
 
setParent(Container) - Method in interface org.apache.catalina.Container
Set the parent Container to which this Container is being added as a child.
setParent(Container) - Method in class org.apache.catalina.core.ContainerBase
Set the parent Container to which this Container is being added as a child.
setParent(Container) - Method in class org.apache.catalina.core.StandardEngine
Disallow any attempt to set a parent for this Container, since an Engine is supposed to be at the top of the Container hierarchy.
setParent(Container) - Method in class org.apache.catalina.core.StandardWrapper
Set the parent Container of this Wrapper, but only if it is a Context.
setParent(Object) - Method in class org.apache.tomcat.util.buf.TimeStamp
Returns the owner of this stamp ( the object that is time-stamped ).
setParentClassLoader(ClassLoader) - Method in interface org.apache.catalina.Container
Set the parent class loader (if any) for web applications.
setParentClassLoader(ClassLoader) - Method in class org.apache.catalina.core.ContainerBase
Set the parent class loader (if any) for this web application.
setParentClassLoader(ClassLoader) - Method in class org.apache.catalina.loader.WebappClassLoader
Utility method for use in subclasses.
setParentClassLoader(ClassLoader) - Method in class org.apache.catalina.startup.Catalina
Set the shared extensions class loader.
setParseFailed(boolean) - Method in class org.apache.tomcat.util.http.Parameters
 
setPass(String) - Method in class org.apache.jk.common.ModJkMX
 
setPassword(String) - Method in interface org.apache.catalina.User
Set the logon password of this user, optionally prefixed with the identifier of an encoding scheme surrounded by curly braces, such as {md5}xxxxx.
setPassword(String) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
 
setPassword(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
setPassword(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
setPassword(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
setPassword(String) - Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
 
setPassword(String) - Method in class org.apache.catalina.users.AbstractUser
Set the logon password of this user, optionally prefixed with the identifier of an encoding scheme surrounded by curly braces, such as {md5}xxxxx.
setPath(String) - Method in interface org.apache.catalina.Context
Set the context path for this web application.
setPath(String) - Method in class org.apache.catalina.ant.DeployTask
 
setPath(String) - Method in class org.apache.catalina.ant.InstallTask
Deprecated.  
setPath(String) - Method in class org.apache.catalina.ant.ReloadTask
 
setPath(String) - Method in class org.apache.catalina.ant.RemoveTask
Deprecated.  
setPath(String) - Method in class org.apache.catalina.ant.SessionsTask
 
setPath(String) - Method in class org.apache.catalina.ant.StartTask
 
setPath(String) - Method in class org.apache.catalina.ant.StopTask
 
setPath(String) - Method in class org.apache.catalina.ant.UndeployTask
 
setPath(String) - Method in class org.apache.catalina.ant.ValidatorTask
 
setPath(String) - Method in class org.apache.catalina.core.StandardContext
Set the context path for this Context.
setPathInfo(String) - Method in class org.apache.catalina.connector.Request
Set the path information for this Request.
setPathInfo(String) - Method in class org.apache.catalina.core.DummyRequest
 
setPathname(String) - Method in class org.apache.catalina.realm.MemoryRealm
Set the pathname of our XML file containing user definitions.
setPathname(String) - Method in class org.apache.catalina.session.StandardManager
Set the session persistence pathname to the specified value.
setPathname(String) - Method in class org.apache.catalina.users.MemoryUserDatabase
Set the relative or absolute pathname to the persistent storage file.
setPattern(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the format pattern, first translating any recognized alias.
setPattern(String) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Set the format pattern, first translating any recognized alias.
setPattern(String) - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Set the format pattern, first translating any recognized alias.
setPattern(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the logging pattern.
setPollTime(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setPollTime(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setPollTime(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setPollerSize(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setPollerSize(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setPollerSize(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setPollerThreadCount(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setPool(ThreadPool) - Method in class org.apache.catalina.cluster.tcp.WorkerThread
 
setPort(int) - Method in interface org.apache.catalina.Server
Set the port number we listen to for shutdown commands.
setPort(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
setPort(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
setPort(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
setPort(int) - Method in class org.apache.catalina.cluster.mcast.McastMember
 
setPort(int) - Method in class org.apache.catalina.cluster.tcp.DataSender
 
setPort(int) - Method in interface org.apache.catalina.cluster.tcp.IDataSender
 
setPort(int) - Method in class org.apache.catalina.connector.Connector
Set the port number on which we listen for requests.
setPort(int) - Method in class org.apache.catalina.core.StandardServer
Set the port number we listen to for shutdown commands.
setPort(int) - Method in class org.apache.catalina.mbeans.JMXAdaptorLifecycleListener
 
setPort(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setPort(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setPort(int) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setPort(int) - Method in class org.apache.jk.common.ChannelNioSocket
Set the port for the ajp13 channel.
setPort(int) - Method in class org.apache.jk.common.ChannelSocket
Set the port for the ajp13 channel.
setPort(int) - Method in class org.apache.jk.common.JkMX
Enable the MX4J adapters (old way, compatible)
setPort(int) - Method in class org.apache.jk.common.Shm
Ajp13 port
setPort(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setPort(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setPrefix(String) - Method in class org.apache.catalina.cluster.ClusterRuleSet
 
setPrefix(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the log file prefix.
setPrefix(String) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Set the log file prefix.
setPrefix(String) - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Set the log file prefix.
setPrimaryIndicator(boolean) - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
 
setPrimaryIndicatorName(String) - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
 
setPrimarySession(boolean) - Method in interface org.apache.catalina.cluster.ClusterSession
Sets whether this is the primary session or not.
setPrimarySession(boolean) - Method in class org.apache.catalina.cluster.session.DeltaSession
Sets whether this is the primary session or not.
setPrimarySession(boolean) - Method in class org.apache.catalina.cluster.session.ReplicatedSession
Sets whether this is the primary session or not.
setPrincipal(Principal) - Method in interface org.apache.catalina.Session
Set the authenticated Principal that is associated with this Session.
setPrincipal(Principal) - Method in class org.apache.catalina.cluster.session.DeltaRequest
convert principal at SerializablePrincipal for backup nodes.
setPrincipal(Principal) - Method in class org.apache.catalina.cluster.session.DeltaSession
Set the authenticated Principal that is associated with this Session.
setPrincipal(Principal, boolean) - Method in class org.apache.catalina.cluster.session.DeltaSession
 
setPrincipal(Principal) - Method in class org.apache.catalina.cluster.session.ReplicatedSession
Set the authenticated Principal that is associated with this Session.
setPrincipal(Principal) - Method in class org.apache.catalina.session.StandardSession
Set the authenticated Principal that is associated with this Session.
setPrintToScreen(boolean) - Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
setPrivileged(boolean) - Method in interface org.apache.catalina.Context
Set the privileged flag for this web application.
setPrivileged(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the privileged flag for this web application.
setProcessDeployFrequency(int) - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
Set the watcher checks frequency.
setProcessExpiresFrequency(int) - Method in class org.apache.catalina.session.ManagerBase
Set the manager checks frequency.
setProcessSenderFrequency(int) - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
 
setProcessTlds(boolean) - Method in class org.apache.catalina.core.StandardContext
Sets the process TLDs attribute.
setProcessingTime(long) - Method in class org.apache.catalina.core.StandardWrapper
 
setProcessingTime(long) - Method in class org.apache.catalina.session.ManagerBase
 
setProcessingTime(long) - Method in class org.apache.coyote.RequestGroupInfo
 
setProcessingTime(long) - Method in class org.apache.coyote.RequestInfo
 
setProperties(Properties) - Method in interface org.apache.catalina.cluster.MembershipService
Sets the properties for the membership service.
setProperties(Properties) - Method in class org.apache.catalina.cluster.mcast.McastService
 
setPropertiesFile(String) - Method in class org.apache.jk.server.JkMain
Load a .properties file into and set the values into jk2 configuration.
setProperty(String, Object) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
setProperty(String, Object) - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
set config attributes with reflect
setProperty(String, String) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
JMX hack to direct use at jconsole
setProperty(String, Object) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
set config attributes with reflect and propagate to all managers
setProperty(String, Object) - Method in interface org.apache.catalina.cluster.util.IDynamicProperty
set config attributes with reflect
setProperty(String, String) - Method in class org.apache.catalina.connector.Connector
Set a configured property.
setProperty(String, Object) - Method in class org.apache.catalina.deploy.ContextTransaction
Set a configured property.
setProperty(String, Object) - Method in class org.apache.catalina.deploy.ResourceBase
Set a configured property.
setProperty(String, String) - Method in class org.apache.coyote.ajp.AjpAprProtocol
Set a property.
setProperty(String, String) - Method in class org.apache.coyote.http11.Http11AprProtocol
Set a property.
setProperty(String, String) - Method in class org.apache.coyote.http11.Http11BaseProtocol
Set a property.
setProperty(String, String) - Method in class org.apache.jk.core.JkHandler
 
setProperty(String, String) - Method in class org.apache.jk.server.JkCoyoteHandler
Set a property.
setProperty(String, String) - Method in class org.apache.jk.server.JkMain
Set a name/value as a jk2 property
setProperty(Object, String, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
Find a method with the right name If found, call the method ( if param is int or boolean we'll convert value to the right type before) - that means you can have setDebug(1).
setProperty(Object, String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
setProperty(String, Object) - Method in class org.apache.tomcat.util.digester.Digester
Set the current value of the specified property for the underlying XMLReader implementation.
setPropertyString(String, String, String) - Method in class org.apache.jk.server.JkMain
 
setProtocol(String) - Method in interface org.apache.catalina.Cluster
Deprecated.  
setProtocol(String) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
setProtocol(String) - Method in class org.apache.catalina.connector.Connector
Set the Coyote protocol which will be used by the connector.
setProtocol(String) - Method in class org.apache.catalina.connector.Request
Set the protocol name and version associated with this Request.
setProtocol(String) - Method in class org.apache.catalina.core.DummyRequest
 
setProtocol(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the protocol for this Realm.
setProtocol(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setProtocol(String) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setProtocolHandler() - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Set the java.protocol.handler.pkgs system property.
setProtocolHandlerClassName(String) - Method in class org.apache.catalina.connector.Connector
Set the class name of the Coyote protocol handler which will be used by the connector.
setProtocols(String) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setProxyName(String) - Method in class org.apache.catalina.connector.Connector
Set the proxy server name for this Connector.
setProxyPort(int) - Method in class org.apache.catalina.connector.Connector
Set the proxy server port for this Connector.
setPublicId(String) - Method in interface org.apache.catalina.Context
Set the public identifier of the deployment descriptor DTD that is currently being parsed.
setPublicId(String) - Method in class org.apache.catalina.core.StandardContext
Set the public identifier of the deployment descriptor DTD that is currently being parsed.
setPublicId(String) - Method in class org.apache.tomcat.util.digester.Digester
Set the publid id of the current file being parse.
setQualifiedNames(boolean) - Method in class org.apache.catalina.util.DOMWriter
 
setQuery(String) - Method in class org.apache.catalina.ant.JMXQueryTask
Set method for the JMX query string.
setQuery(MessageBytes) - Method in class org.apache.tomcat.util.http.Parameters
 
setQueryField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the URL part of the HTTP query.
setQueryString(String) - Method in class org.apache.catalina.authenticator.SavedRequest
 
setQueryString(String) - Method in class org.apache.catalina.connector.Request
Set the query string for this Request.
setQueryString(String) - Method in class org.apache.catalina.core.DummyRequest
 
setQueryStringEncoding(String) - Method in class org.apache.tomcat.util.http.Parameters
 
setQueueAddWaitTimeout(long) - Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
Set add wait timeout (default 10000 msec)
setQueueCheckLock(boolean) - Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
 
setQueueDoStats(boolean) - Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
 
setQueueTimeWait(boolean) - Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
 
setRandomClass(String) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the random number generator class name.
setRandomClass(String) - Method in class org.apache.catalina.session.ManagerBase
Set the random number generator class name.
setRandomFile(String) - Method in class org.apache.catalina.session.ManagerBase
Use /dev/random-type special device.
setReadOnly(Object) - Static method in class org.apache.naming.ContextAccessController
Set whether or not a context is writable.
setReadonly(boolean) - Method in class org.apache.catalina.users.MemoryUserDatabase
Setting the readonly status of the user database
setReady() - Method in class org.apache.catalina.cluster.tcp.SenderState
 
setRealm(Realm) - Method in interface org.apache.catalina.Container
Set the Realm with which this Container is associated.
setRealm(Realm) - Method in class org.apache.catalina.cluster.session.SerializablePrincipal
 
setRealm(Realm) - Method in class org.apache.catalina.core.ContainerBase
Set the Realm with which this Container is associated.
setRealm(Realm) - Method in class org.apache.catalina.startup.Embedded
Set the default Realm for our Containers.
setRealmName(String) - Method in class org.apache.catalina.deploy.LoginConfig
 
setRecoverCounter(int) - Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
Set recover couner (default 5 )
setRecoverTimeout(long) - Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
Set recover timeout (default 5000 msec)
setRecoveryCounter(int) - Method in class org.apache.catalina.cluster.mcast.McastService
 
setRecoveryCounter(int) - Method in class org.apache.catalina.cluster.mcast.McastServiceImpl
 
setRecoveryEnabled(boolean) - Method in class org.apache.catalina.cluster.mcast.McastService
 
setRecoveryEnabled(boolean) - Method in class org.apache.catalina.cluster.mcast.McastServiceImpl
 
setRecoverySleepTime(long) - Method in class org.apache.catalina.cluster.mcast.McastService
 
setRecoverySleepTime(long) - Method in class org.apache.catalina.cluster.mcast.McastServiceImpl
 
setRedirectPort(int) - Method in class org.apache.catalina.connector.Connector
Set the redirect port number.
setRedirectStreams(boolean) - Method in class org.apache.catalina.startup.Embedded
Enables or disables redirection of standard streams.
setRef(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
setRef(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
setRef(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
setRefererField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the referer.
setReferrals(String) - Method in class org.apache.catalina.realm.JNDIRealm
How do we handle JNDI referrals?
setRegConfig(String) - Method in class org.apache.jk.config.IISConfig
set the path to the output file for the auto-generated isapi_redirect registry file.
setRegisterRequests(boolean) - Method in class org.apache.jk.common.HandlerRequest
Set the flag to tell if we JMX register requests.
setRegistry(StoreRegistry) - Method in interface org.apache.catalina.storeconfig.IStoreConfig
Set Configuration Registry
setRegistry(StoreRegistry) - Method in interface org.apache.catalina.storeconfig.IStoreFactory
 
setRegistry(StoreRegistry) - Method in class org.apache.catalina.storeconfig.StoreConfig
 
setRegistry(StoreRegistry) - Method in class org.apache.catalina.storeconfig.StoreFactoryBase
 
setRegistry(StoreRegistry) - Method in class org.apache.catalina.storeconfig.StoreLoader
 
setRejectedSessions(int) - Method in interface org.apache.catalina.Manager
Sets the number of sessions that were not created because the maximum number of active sessions was reached.
setRejectedSessions(int) - Method in class org.apache.catalina.cluster.session.DeltaManager
 
setRejectedSessions(int) - Method in class org.apache.catalina.session.PersistentManagerBase
 
setRejectedSessions(int) - Method in class org.apache.catalina.session.StandardManager
 
setReloadable(boolean) - Method in interface org.apache.catalina.Context
Set the reloadable flag for this web application.
setReloadable(boolean) - Method in interface org.apache.catalina.Loader
Set the reloadable flag for this Loader.
setReloadable(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the reloadable flag for this web application.
setReloadable(boolean) - Method in class org.apache.catalina.loader.WebappLoader
Set the reloadable flag for this Loader.
setRemainingName(Name) - Method in class org.apache.naming.resources.ImmutableNameNotFoundException
 
setRemote(String) - Method in class org.apache.catalina.deploy.ContextEjb
 
setRemoteAddr(String) - Method in class org.apache.catalina.connector.Request
Set the IP address of the remote client associated with this Request.
setRemoteAddr(String) - Method in class org.apache.catalina.core.DummyRequest
 
setRemoteHost(String) - Method in class org.apache.catalina.connector.Request
Set the fully qualified name of the remote client associated with this Request.
setRemoteHost(String) - Method in class org.apache.catalina.core.DummyRequest
 
setRemoteHostField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the remote host.
setRemotePort(int) - Method in class org.apache.coyote.Request
 
setRemoveCounter(long) - Method in class org.apache.catalina.cluster.util.FastQueue
 
setRemoveErrorCounter(long) - Method in class org.apache.catalina.cluster.util.FastQueue
 
setRemoveWait(long) - Method in class org.apache.catalina.cluster.util.FastQueue
 
setRemoveWaitTimeout(long) - Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
set remove wait timeout ( default 30000 msec)
setRemoveWaitTimeout(long) - Method in class org.apache.catalina.cluster.util.FastQueue
set remove wait timeout ( default 30000 msec)
setRemoveWaitTimeout(long) - Method in class org.apache.catalina.cluster.util.SingleRemoveSynchronizedAddLock
Set value of removeWaitTimeout
setReplaceWelcomeFiles(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the "replace welcome files" property.
setReplay(ByteChunk) - Method in class org.apache.jk.common.JkInputStream
Set the replay buffer for Form auth
setReplicationMode(String) - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
set replication Mode (pooled, synchonous, asynchonous, fastasyncqueue)
setReportedname(String) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setReqFilters(Pattern[]) - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
 
setRequest(Request) - Method in class org.apache.catalina.connector.InputBuffer
Associated Coyote request.
setRequest(Request) - Method in class org.apache.catalina.connector.Response
Set the Request with which this Response is associated.
setRequest(Request) - Method in class org.apache.catalina.core.DummyResponse
 
setRequest(Request) - Method in class org.apache.coyote.Response
 
setRequest(Request) - Method in interface org.apache.coyote.http11.InputFilter
Some filters need additional parameters from the request.
setRequest(Request) - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
Reads the request body and buffers it.
setRequest(Request) - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Read the content length from the request.
setRequest(Request) - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
Read the content length from the request.
setRequest(Request) - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
Set the content length on the request.
setRequest(Request) - Method in class org.apache.coyote.http11.filters.VoidInputFilter
Set the associated reauest.
setRequest(Request) - Method in class org.apache.jk.core.MsgContext
The high level request object associated with this context
setRequestCount(int) - Method in class org.apache.catalina.core.StandardWrapper
 
setRequestCount(int) - Method in class org.apache.coyote.RequestGroupInfo
 
setRequestCount(int) - Method in class org.apache.coyote.RequestInfo
 
setRequestURI(String) - Method in class org.apache.catalina.authenticator.SavedRequest
 
setRequestURI(String) - Method in class org.apache.catalina.connector.Request
Set the unparsed request URI for this Request.
setRequestURI(String) - Method in class org.apache.catalina.core.DummyRequest
 
setRequestedSessionCookie(boolean) - Method in class org.apache.catalina.connector.Request
Set a flag indicating whether or not the requested session ID for this request came in through a cookie.
setRequestedSessionCookie(boolean) - Method in class org.apache.catalina.core.DummyRequest
 
setRequestedSessionId(String) - Method in class org.apache.catalina.connector.Request
Set the requested session ID for this request.
setRequestedSessionId(String) - Method in class org.apache.catalina.core.DummyRequest
 
setRequestedSessionURL(boolean) - Method in class org.apache.catalina.connector.Request
Set a flag indicating whether or not the requested session ID for this request came in through a URL.
setRequestedSessionURL(boolean) - Method in class org.apache.catalina.core.DummyRequest
 
setRequireReauthentication(boolean) - Method in class org.apache.catalina.authenticator.SingleSignOn
Sets whether each request needs to be reauthenticated (by an Authenticator downstream in the pipeline) to the security Realm, or if this Valve can itself bind security info to the request, based on the presence of a valid SSO entry, without rechecking with the RealmsetRequiredSecret(String) - Method in class org.apache.coyote.ajp.AjpAprProcessor
 
setRequiredSecret(String) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setRescan(boolean) - Method in class org.apache.catalina.startup.TldConfig
 
setResend(int) - Method in interface org.apache.catalina.cluster.ClusterMessage
set desicion that resend is allowed or not or handle by default.
setResend(int) - Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
 
setResend(int) - Method in class org.apache.catalina.cluster.deploy.FileMessage
 
setResend(int) - Method in class org.apache.catalina.cluster.deploy.UndeployMessage
 
setResend(int) - Method in class org.apache.catalina.cluster.session.SessionIDMessage
 
setResend(int) - Method in class org.apache.catalina.cluster.session.SessionMessageImpl
 
setResend(int) - Method in class org.apache.catalina.cluster.tcp.ClusterData
 
setResend(boolean) - Method in class org.apache.catalina.cluster.tcp.DataSender
 
setReset(boolean) - Method in class org.apache.jk.common.Shm
Set this to get the scoreboard reset.
setResolveHosts(boolean) - Method in class org.apache.catalina.valves.AccessLogValve
Set the resolve hosts flag.
setResolveHosts(boolean) - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Set the resolve hosts flag.
setResolveHosts(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Determines whether IP host name resolution is done.
setResolverName(Name) - Method in class org.apache.naming.resources.ImmutableNameNotFoundException
 
setResourceName(String) - Method in class org.apache.catalina.realm.UserDatabaseRealm
Set the global JNDI name of the UserDatabase resource we will be using.
setResourceType(String) - Method in class org.apache.naming.resources.ResourceAttributes
Type mutator.
setResources(DirContext) - Method in interface org.apache.catalina.Container
Set the Resources object with which this Container is associated.
setResources(DirContext) - Method in class org.apache.catalina.core.ContainerBase
Set the resources DirContext object with which this Container is associated.
setResources(DirContext) - Method in class org.apache.catalina.core.StandardContext
Set the resources DirContext object with which this Container is associated.
setResources(DirContext) - Method in class org.apache.catalina.loader.WebappClassLoader
Set associated resources.
setResponse(Response) - Method in class org.apache.catalina.connector.OutputBuffer
Associated Coyote response.
setResponse(Response) - Method in class org.apache.catalina.connector.Request
Set the Response with which this Request is associated.
setResponse(Response) - Method in class org.apache.catalina.core.DummyRequest
 
setResponse(HttpServletResponse) - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Sets HttpServletResponse object used to set headers and send output to
setResponse(HttpServletResponse) - Method in class org.apache.catalina.util.ProcessHelper
Deprecated. Sets HttpServletResponse object used to set headers and send output to
setResponse(Response) - Method in class org.apache.coyote.Request
 
setResponse(Response) - Method in interface org.apache.coyote.http11.OutputFilter
Some filters need additional parameters from the response.
setResponse(Response) - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
Some filters need additional parameters from the response.
setResponse(Response) - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
Some filters need additional parameters from the response.
setResponse(Response) - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
Some filters need additional parameters from the response.
setResponse(Response) - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
Some filters need additional parameters from the response.
setRestrictedUserAgents(Pattern[]) - Method in class org.apache.coyote.http11.Http11AprProcessor
Set restricted user agent list (this method is best when used with a large number of connectors, where it would be better to have all of them referenced a single array).
setRestrictedUserAgents(String) - Method in class org.apache.coyote.http11.Http11AprProcessor
Set restricted user agent list (which will downgrade the connector to HTTP/1.0 mode).
setRestrictedUserAgents(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setRestrictedUserAgents(String) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setRestrictedUserAgents(Pattern[]) - Method in class org.apache.coyote.http11.Http11Processor
Set restricted user agent list (this method is best when used with a large number of connectors, where it would be better to have all of them referenced a single array).
setRestrictedUserAgents(String) - Method in class org.apache.coyote.http11.Http11Processor
Set restricted user agent list (which will downgrade the connector to HTTP/1.0 mode).
setResultproperty(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
setRoleBase(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the base element for role searches.
setRoleClassNames(String) - Method in class org.apache.catalina.realm.JAASRealm
Sets the list of comma-delimited classes that represent roles.
setRoleName(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the role name attribute name for this Realm.
setRoleNameCol(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Set the column in the user role table that names a role.
setRoleNameCol(String) - Method in class org.apache.catalina.realm.JDBCRealm
Set the column in the user role table that names a role.
setRoleSearch(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the message format pattern for selecting roles in this Realm.
setRoleSubtree(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
Set the "search subtree for roles" flag.
setRolename(String) - Method in interface org.apache.catalina.Role
Set the role name of this role, which must be unique within the scope of a UserDatabase.
setRolename(String) - Method in class org.apache.catalina.users.AbstractRole
Set the role name of this role, which must be unique within the scope of a UserDatabase.
setRootCause(Throwable) - Method in class org.apache.naming.resources.ImmutableNameNotFoundException
 
setRotatable(boolean) - Method in class org.apache.catalina.valves.AccessLogValve
Set the value is we should we rotate the logs
setRotatable(boolean) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Set the value is we should we rotate the logs
setRotatable(boolean) - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Set the value is we should we rotate the logs
setRuleNamespaceURI(String) - Method in class org.apache.tomcat.util.digester.Digester
Set the namespace URI that will be applied to all subsequently added Rule objects.
setRules(Rules) - Method in class org.apache.tomcat.util.digester.Digester
Set the Rules implementation object containing our rules collection and associated matching policy.
setRunAs(String) - Method in interface org.apache.catalina.Wrapper
Set the run-as identity for this servlet.
setRunAs(String) - Method in class org.apache.catalina.core.StandardWrapper
Set the run-as identity for this servlet.
setRxBufSize(int) - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
setRxBufSize(int) - Method in class org.apache.catalina.cluster.tcp.DataSender
 
setSAXLogger(Log) - Method in class org.apache.tomcat.util.digester.Digester
Sets the logger used for logging SAX-related information.
setSSLCACertificateFile(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLCACertificateFile(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLCACertificatePath(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLCACertificatePath(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLCARevocationFile(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLCARevocationFile(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLCARevocationPath(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLCARevocationPath(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLCertificateChainFile(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLCertificateChainFile(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLCertificateFile(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLCertificateFile(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLCertificateKeyFile(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLCertificateKeyFile(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLCipherSuite(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLCipherSuite(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLEngine(String) - Method in class org.apache.catalina.core.AprLifecycleListener
 
setSSLEngine(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLEngine(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLImplementation(String) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setSSLPassword(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLPassword(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLProtocol(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLProtocol(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLRandomSeed(String) - Method in class org.apache.catalina.core.AprLifecycleListener
 
setSSLSupport(SSLSupport) - Method in class org.apache.coyote.http11.Http11Processor
Set the SSL information for this HTTP connection.
setSSLVerifyClient(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLVerifyClient(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLVerifyDepth(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLVerifyDepth(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSampleInterval(int) - Method in class org.apache.catalina.cluster.util.FastQueue
 
setSaveConfig(boolean) - Method in class org.apache.catalina.core.StandardContext
Set save config flag.
setSaveOnRestart(boolean) - Method in class org.apache.catalina.session.PersistentManagerBase
Set the option to save sessions to the Store when the Manager is shut down, then loaded when the Manager starts again.
setSaveProperties(boolean) - Method in class org.apache.jk.server.JkMain
 
setSchema(String) - Method in class org.apache.tomcat.util.digester.Digester
Set the XML Schema URI used for validating a XML Instance.
setSchemaLanguage(String) - Method in class org.apache.tomcat.util.digester.Digester
Set the XML Schema language used when parsing.
setScheme(String) - Method in class org.apache.catalina.connector.Connector
Set the scheme that will be assigned to requests received through this connector.
setScheme(String) - Method in class org.apache.catalina.connector.Request
Set the name of the scheme associated with this request.
setScheme(String) - Method in class org.apache.catalina.core.DummyRequest
 
setScheme(String) - Method in class org.apache.tomcat.util.http.BaseRequest
Set the scheme.
setScope(String) - Method in class org.apache.catalina.deploy.ContextResource
 
setSecret(String) - Method in class org.apache.jk.common.HandlerRequest
 
setSecure(boolean) - Method in class org.apache.catalina.connector.Connector
Set the secure connection flag that will be assigned to requests received through this connector.
setSecure(boolean) - Method in class org.apache.catalina.connector.Request
Set the value to be returned by isSecure() for this Request.
setSecure(boolean) - Method in class org.apache.catalina.core.DummyRequest
 
setSecure(boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSecure(boolean) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setSecure(boolean) - Method in class org.apache.tomcat.util.http.BaseRequest
Set whether the request is secure or not.
setSecure(boolean) - Method in class org.apache.tomcat.util.http.ServerCookie
 
setSecurePagesWithPragma(boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the value of the flag that states what headers we add to disable proxy caching.
setSecurityProtection() - Method in class org.apache.catalina.startup.Embedded
Set the security package access/protection.
setSecurityToken(Object, Object) - Static method in class org.apache.naming.ContextAccessController
Set a security token for a context.
setSendAck(boolean) - Method in interface org.apache.catalina.cluster.ClusterReceiver
set ack mode
setSendAck(boolean) - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
set ack mode or not!
setSendAllSessions(boolean) - Method in class org.apache.catalina.cluster.session.DeltaManager
 
setSendAllSessionsSize(int) - Method in class org.apache.catalina.cluster.session.DeltaManager
 
setSendAllSessionsWaitTime(int) - Method in class org.apache.catalina.cluster.session.DeltaManager
 
setSendClusterDomainOnly(boolean) - Method in interface org.apache.catalina.cluster.ClusterManager
 
setSendClusterDomainOnly(boolean) - Method in class org.apache.catalina.cluster.session.DeltaManager
 
setSendClusterDomainOnly(boolean) - Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
setSendfileSize(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSendfileSize(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSendfileThreadCount(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSeparatearrayresults(boolean) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
setServer(Server) - Static method in class org.apache.catalina.ServerFactory
Set the singleton Server instance for this JVM.
setServer(Server) - Method in interface org.apache.catalina.Service
Set the Server with which we are associated (if any).
setServer(String) - Method in class org.apache.catalina.core.StandardContext
 
setServer(Server) - Method in class org.apache.catalina.core.StandardService
Set the Server with which we are associated (if any).
setServer(Server) - Method in class org.apache.catalina.startup.Catalina
Set the server instance we are configuring.
setServer(String) - Method in class org.apache.coyote.http11.Http11AprProcessor
Set the server header name.
setServer(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setServer(String) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setServer(String) - Method in class org.apache.coyote.http11.Http11Processor
Set the server header name.
setServer(Object) - Method in interface org.apache.tomcat.util.net.TcpConnectionHandler
Deprecated. This has nothing to do with TcpHandling, was used as a workaround
setServerFilename(String) - Method in class org.apache.catalina.storeconfig.StoreConfig
set new server.xml location
setServerName(String) - Method in class org.apache.catalina.connector.Request
Set the name of the server (virtual host) to process this request.
setServerName(String) - Method in class org.apache.catalina.core.DummyRequest
 
setServerPort(int) - Method in class org.apache.catalina.connector.Request
Set the port number of the server to process this request.
setServerPort(int) - Method in class org.apache.catalina.core.DummyRequest
 
setServerPort(int) - Method in class org.apache.coyote.Request
 
setServerPort(int) - Method in class org.apache.tomcat.util.http.BaseRequest
Set the server port
setServerSoTimeout(int) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setServerSoTimeout(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setServerSocket(ServerSocket) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setServerSocketFactory(ServerSocketFactory) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setServerTimeout(int) - Method in class org.apache.jk.common.ChannelNioSocket
Sets the timeout in ms of the server sockets created by this server.
setServerTimeout(int) - Method in class org.apache.jk.common.ChannelSocket
Sets the timeout in ms of the server sockets created by this server.
setServerTimeout(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
Sets the timeout in ms of the server sockets created by this server.
setService(Service) - Method in interface org.apache.catalina.Engine
Set the Service with which we are associated (if any).
setService(Service) - Method in class org.apache.catalina.connector.Connector
Set the Service with which we are associated (if any).
setService(Service) - Method in class org.apache.catalina.core.StandardEngine
Set the Service with which we are associated (if any).
setServletClass(String) - Method in interface org.apache.catalina.Wrapper
Set the fully qualified servlet class name for this servlet.
setServletClass(String) - Method in class org.apache.catalina.core.StandardWrapper
Set the fully qualified servlet class name for this servlet.
setServletName(String) - Method in class org.apache.catalina.core.StandardWrapper
Set the name of this servlet.
setServletName(String) - Method in class org.apache.catalina.deploy.FilterMap
 
setServletPath(String) - Method in class org.apache.catalina.connector.Request
Set the servlet path for this Request.
setServletPath(String) - Method in class org.apache.catalina.core.DummyRequest
 
setSessionAppCol(String) - Method in class org.apache.catalina.session.JDBCStore
Set the App column for the table.
setSessionAverageAliveTime(int) - Method in interface org.apache.catalina.Manager
Sets the average time (in seconds) that expired sessions had been alive.
setSessionAverageAliveTime(int) - Method in class org.apache.catalina.session.ManagerBase
Sets the average time (in seconds) that expired sessions had been alive.
setSessionCounter(int) - Method in interface org.apache.catalina.Manager
Sets the total number of sessions created by this manager.
setSessionCounter(int) - Method in class org.apache.catalina.session.ManagerBase
 
setSessionDataCol(String) - Method in class org.apache.catalina.session.JDBCStore
Set the Data column for the table
setSessionId(String) - Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
 
setSessionId(String) - Method in class org.apache.catalina.cluster.session.DeltaRequest
 
setSessionIdAttribute(String) - Method in class org.apache.catalina.cluster.session.JvmRouteBinderValve
get name of failed reqeust session attribute
setSessionIdCol(String) - Method in class org.apache.catalina.session.JDBCStore
Set the Id column for the table.
setSessionIdLength(int) - Method in interface org.apache.catalina.Manager
Sets the session id length (in bytes) for Sessions created by this Manager.
setSessionIdLength(int) - Method in class org.apache.catalina.session.ManagerBase
Sets the session id length (in bytes) for Sessions created by this Manager.
setSessionIndicator(String) - Method in class org.apache.jk.config.ApacheConfig
What is the indicator for SSL session (default is SSL_SESSION_ID)
setSessionLastAccessedCol(String) - Method in class org.apache.catalina.session.JDBCStore
Set the Last Accessed column for the table
setSessionMaxAliveTime(int) - Method in interface org.apache.catalina.Manager
Sets the longest time (in seconds) that an expired session had been alive.
setSessionMaxAliveTime(int) - Method in class org.apache.catalina.session.ManagerBase
Sets the longest time (in seconds) that an expired session had been alive.
setSessionMaxInactiveCol(String) - Method in class org.apache.catalina.session.JDBCStore
Set the Max Inactive column for the table
setSessionTable(String) - Method in class org.apache.catalina.session.JDBCStore
Set the table for this Store.
setSessionTimeout(int) - Method in interface org.apache.catalina.Context
Set the default session timeout (in minutes) for this web application.
setSessionTimeout(int) - Method in class org.apache.catalina.core.StandardContext
Set the default session timeout (in minutes) for this web application.
setSessionValidCol(String) - Method in class org.apache.catalina.session.JDBCStore
Set the Is Valid column for the table
setShutdown(String) - Method in interface org.apache.catalina.Server
Set the shutdown command we are waiting for.
setShutdown(String) - Method in class org.apache.catalina.core.StandardServer
Set the shutdown command we are waiting for.
setShutdownEnabled(boolean) - Method in class org.apache.jk.common.HandlerRequest
 
setSize(int) - Method in class org.apache.jk.common.Shm
Size.
setSmallIcon(String) - Method in class org.apache.catalina.deploy.FilterDef
 
setSmallIcon(String) - Method in class org.apache.catalina.deploy.MessageDestination
 
setSoKeepAlive(boolean) - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
setSoKeepAlive(boolean) - Method in class org.apache.catalina.cluster.tcp.DataSender
 
setSoLinger(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setSoLinger(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSoLinger(int) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setSoLinger(int) - Method in class org.apache.jk.common.ChannelNioSocket
 
setSoLinger(int) - Method in class org.apache.jk.common.ChannelSocket
 
setSoLinger(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSoLinger(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setSoLingerOn(boolean) - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
setSoLingerOn(boolean) - Method in class org.apache.catalina.cluster.tcp.DataSender
 
setSoLingerTime(int) - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
setSoLingerTime(int) - Method in class org.apache.catalina.cluster.tcp.DataSender
 
setSoReuseAddress(boolean) - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
setSoReuseAddress(boolean) - Method in class org.apache.catalina.cluster.tcp.DataSender
 
setSoTimeout(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setSoTimeout(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSoTimeout(int) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setSoTimeout(int) - Method in class org.apache.jk.common.ChannelNioSocket
 
setSoTimeout(int) - Method in class org.apache.jk.common.ChannelSocket
 
setSoTimeout(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSoTimeout(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setSoTrafficClass(int) - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
setSoTrafficClass(int) - Method in class org.apache.catalina.cluster.tcp.DataSender
 
setSocket(Socket) - Method in class org.apache.catalina.cluster.tcp.DataSender
 
setSocket(Socket) - Method in class org.apache.catalina.core.DummyRequest
 
setSocket(Socket) - Method in class org.apache.coyote.http11.Http11Processor
Set the socket associated with this HTTP connection.
setSocket(long) - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Set the underlying socket.
setSocket(long) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Set the underlying socket.
setSocket(Socket) - Method in class org.apache.tomcat.util.net.TcpConnection
 
setSocketBuffer(int) - Method in class org.apache.coyote.http11.Http11AprProcessor
Set the socket buffer flag.
setSocketBuffer(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSocketBuffer(int) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setSocketBuffer(int) - Method in class org.apache.coyote.http11.Http11Processor
Set the socket buffer flag.
setSocketBuffer(int) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Set the socket buffer size.
setSocketBuffer(int) - Method in class org.apache.coyote.http11.InternalOutputBuffer
Set the socket buffer size.
setSocketCloseDelay(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSocketCloseDelay(int) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setSocketConnected(boolean) - Method in class org.apache.catalina.cluster.tcp.DataSender
 
setSocketFactory(String) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setSocketOptions(long) - Method in class org.apache.tomcat.util.net.AprEndpoint
Process the specified connection.
setSource(JkChannel) - Method in class org.apache.jk.core.MsgContext
 
setSpareNotFoundEntries(int) - Method in class org.apache.naming.resources.ResourceCache
Set the amount of spare not found entries.
setSpecificationVendor(String) - Method in class org.apache.catalina.util.Extension
 
setSpecificationVersion(String) - Method in class org.apache.catalina.util.Extension
 
setSsoId(String) - Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
 
setStage(int) - Method in class org.apache.coyote.RequestInfo
 
setStandard(boolean) - Method in class org.apache.catalina.storeconfig.StoreDescription
 
setStartTime(long) - Method in class org.apache.coyote.Request
 
setStarted(boolean) - Method in class org.apache.catalina.session.PersistentManagerBase
Set the started flag
setStartupTime(long) - Method in class org.apache.catalina.core.StandardContext
 
setStateTimestampDrop(boolean) - Method in class org.apache.catalina.cluster.session.DeltaManager
 
setStateTransferTimeout(int) - Method in class org.apache.catalina.cluster.session.DeltaManager
 
setStateTransfered(boolean) - Method in class org.apache.catalina.cluster.session.DeltaManager
set that state ist complete transfered
setStatus(int) - Method in class org.apache.catalina.connector.Response
Set the HTTP status to be returned with this response.
setStatus(int, String) - Method in class org.apache.catalina.connector.Response
Deprecated. As of Version 2.1 of the Java Servlet API, this method has been deprecated due to the ambiguous meaning of the message parameter.
setStatus(int) - Method in class org.apache.catalina.connector.ResponseFacade
 
setStatus(int, String) - Method in class org.apache.catalina.connector.ResponseFacade
 
setStatus(int) - Method in class org.apache.catalina.core.DummyResponse
 
setStatus(int, String) - Method in class org.apache.catalina.core.DummyResponse
 
setStatus(int) - Method in class org.apache.coyote.Response
Set the response status
setStatus(int) - Method in class org.apache.jk.core.MsgContext
 
setStatusField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the HTTP response status code.
setStatusPath(String) - Method in class org.apache.jk.common.ModJkMX
 
setStore(Store) - Method in class org.apache.catalina.session.PersistentManagerBase
Set the Store object which will manage persistent Session storage for this Manager.
setStoreAppender(StoreAppender) - Method in interface org.apache.catalina.storeconfig.IStoreFactory
 
setStoreAppender(StoreAppender) - Method in class org.apache.catalina.storeconfig.StoreFactoryBase
 
setStoreConfig(IStoreConfig) - Method in class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
 
setStoreConfigClass(String) - Method in class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
 
setStoreFactory(IStoreFactory) - Method in class org.apache.catalina.storeconfig.StoreDescription
 
setStoreFactoryClass(String) - Method in class org.apache.catalina.storeconfig.StoreDescription
 
setStoreRegistry(String) - Method in class org.apache.catalina.storeconfig.StoreConfigLifecycleListener
 
setStoreSeparate(boolean) - Method in class org.apache.catalina.storeconfig.StoreDescription
 
setStoreWriterClass(String) - Method in class org.apache.catalina.storeconfig.StoreDescription
 
setStrategy(String) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setStrategy(String) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setStream(InputStream) - Method in class org.apache.catalina.connector.Request
Set the input stream associated with this Request.
setStream(OutputStream) - Method in class org.apache.catalina.connector.Response
Set the output stream associated with this Response.
setStream(InputStream) - Method in class org.apache.catalina.core.DummyRequest
 
setStream(OutputStream) - Method in class org.apache.catalina.core.DummyResponse
 
setString(String) - Method in class org.apache.catalina.util.StringParser
Set the String we are currently parsing.
setString(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
Set the content to be a string
setSuffix(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the log file suffix.
setSuffix(String) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Set the log file suffix.
setSuffix(String) - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Set the log file suffix.
setSuspect(boolean) - Method in class org.apache.catalina.cluster.tcp.DataSender
 
setSuspect(boolean) - Method in interface org.apache.catalina.cluster.tcp.IDataSender
 
setSuspect() - Method in class org.apache.catalina.cluster.tcp.SenderState
 
setSuspended(boolean) - Method in class org.apache.catalina.connector.OutputBuffer
Set the suspended flag.
setSuspended(boolean) - Method in class org.apache.catalina.connector.Response
Set the suspended flag.
setSuspended(boolean) - Method in class org.apache.catalina.core.DummyResponse
 
setSwallowInput(boolean) - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Set the swallow input flag.
setSwallowInput(boolean) - Method in class org.apache.coyote.http11.InternalInputBuffer
Set the swallow input flag.
setSwallowOutput(boolean) - Method in interface org.apache.catalina.Context
Set the value of the swallowOutput flag.
setSwallowOutput(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the value of the swallowOutput flag.
setSynchronousReplication(boolean) - Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
setTableName(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the table where the logs are stored.
setTag(String) - Method in class org.apache.catalina.ant.DeployTask
 
setTag(String) - Method in class org.apache.catalina.storeconfig.StoreDescription
 
setTagClass(String) - Method in class org.apache.catalina.storeconfig.StoreDescription
 
setTcpListenAddress(String) - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
Set TCP listen ip address.
setTcpListenMaxPort(int) - Method in class org.apache.catalina.cluster.tcp.SocketReplicationListener
 
setTcpListenPort(int) - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
setTcpListenTimeout(int) - Method in class org.apache.catalina.cluster.tcp.SocketReplicationListener
 
setTcpNoDelay(boolean) - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
setTcpNoDelay(boolean) - Method in class org.apache.catalina.cluster.tcp.DataSender
 
setTcpNoDelay(boolean) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setTcpNoDelay(boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setTcpNoDelay(boolean) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setTcpNoDelay(boolean) - Method in class org.apache.jk.common.ChannelNioSocket
 
setTcpNoDelay(boolean) - Method in class org.apache.jk.common.ChannelSocket
 
setTcpNoDelay(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setTcpNoDelay(boolean) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setTcpSelectorTimeout(long) - Method in class org.apache.catalina.cluster.tcp.ReplicationListener
 
setTcpThreadCount(int) - Method in class org.apache.catalina.cluster.tcp.ReplicationListener
 
setTempDir(String) - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
 
setThisAccessedTime(long) - Method in class org.apache.catalina.cluster.session.ReplicatedSession
 
setThreadData(Object, Object[]) - Method in class org.apache.tomcat.util.threads.ThreadWithAttributes
 
setThreadPool(ThreadPool) - Method in class org.apache.coyote.http11.Http11Processor
 
setThreadPriority(int) - Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
change active the queue Thread priority
setThreadPriority(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setThreadPriority(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setThreadPriority(int) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setThreadPriority(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setThreadPriority(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setThreadPriority(int) - Method in class org.apache.tomcat.util.threads.ThreadPool
Sets the thread priority for current and future threads in this pool.
setTime(long, DateFormat) - Method in class org.apache.tomcat.util.buf.MessageBytes
Deprecated. The buffer are general purpose, caching for headers should be done in headers. The second parameter allows us to pass a date format instance to avoid synchronization problems.
setTime(long) - Method in class org.apache.tomcat.util.buf.MessageBytes
 
setTimeWait(boolean) - Method in class org.apache.catalina.cluster.util.FastQueue
 
setTimeZone(TimeZone) - Method in class org.apache.catalina.util.Strftime
Change the timezone used to format dates
setTimeout(int) - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
setTimeout(int) - Method in class org.apache.catalina.cluster.tcp.DataSender
 
setTimeout(int) - Method in class org.apache.coyote.http11.Http11AprProcessor
Set the upload timeout.
setTimeout(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setTimeout(int) - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
setTimeout(int) - Method in class org.apache.coyote.http11.Http11Processor
Set the upload timeout.
setTimestamp(long) - Method in interface org.apache.catalina.cluster.ClusterMessage
Called by the cluster before sending out the message.
setTimestamp(long) - Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
Called by the cluster before sending out the message.
setTimestamp(long) - Method in class org.apache.catalina.cluster.deploy.FileMessage
 
setTimestamp(long) - Method in class org.apache.catalina.cluster.deploy.UndeployMessage
 
setTimestamp(long) - Method in class org.apache.catalina.cluster.session.SessionIDMessage
 
setTimestamp(long) - Method in class org.apache.catalina.cluster.session.SessionMessageImpl
set message send time but only the first setting works (one shot)
setTimestamp(long) - Method in class org.apache.catalina.cluster.tcp.ClusterData
 
setTimestampField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the server-determined timestamp.
setTldNamespaceAware(boolean) - Method in interface org.apache.catalina.Context
Set the namespace aware feature of the XML parser used when parsing xml instances.
setTldNamespaceAware(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the namespace aware feature of the XML parser used when parsing xml instances.
setTldNamespaceAware(boolean) - Method in class org.apache.catalina.startup.TldConfig
Set the namespace aware feature of the XML parser used when parsing xml instances.
setTldScanTime(long) - Method in class org.apache.catalina.core.StandardContext
 
setTldValidation(boolean) - Method in interface org.apache.catalina.Context
Set the validation feature of the XML parser used when parsing tlds files.
setTldValidation(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the validation feature of the XML parser used when parsing tlds files.
setTldValidation(boolean) - Method in class org.apache.catalina.startup.TldConfig
Set the validation feature of the XML parser used when parsing xml instances.
setTomcatAuthentication(boolean) - Method in class org.apache.coyote.ajp.AjpAprProcessor
 
setTomcatAuthentication(boolean) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setTomcatAuthentication(boolean) - Method in class org.apache.jk.common.HandlerRequest
 
setTotalLength(long) - Method in class org.apache.catalina.cluster.deploy.FileMessage
 
setTotalNrOfMsgs(long) - Method in class org.apache.catalina.cluster.deploy.FileMessage
 
setTrainThreshold(int) - Method in class org.apache.tomcat.util.buf.StringCache
 
setTransaction(ContextTransaction) - Method in class org.apache.catalina.deploy.NamingResources
Set the transaction object.
setTransientAttributes(List) - Method in class org.apache.catalina.storeconfig.StoreDescription
 
setTransientChilds(List) - Method in class org.apache.catalina.storeconfig.StoreDescription
 
setTxBufSize(int) - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
 
setTxBufSize(int) - Method in class org.apache.catalina.cluster.tcp.DataSender
 
setType(String) - Method in class org.apache.catalina.ant.ResourcesTask
 
setType(String) - Method in class org.apache.catalina.ant.jmx.Arg
 
setType(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
setType(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
 
setType(String) - Method in class org.apache.catalina.cluster.tcp.ClusterData
 
setType(String) - Method in class org.apache.catalina.deploy.ContextEnvironment
 
setType(String) - Method in class org.apache.catalina.deploy.MessageDestinationRef
 
setType(String) - Method in class org.apache.catalina.deploy.ResourceBase
 
setType(int) - Method in class org.apache.jk.core.MsgContext
 
setURIConverter(B2CConverter) - Method in class org.apache.catalina.connector.Request
Set the URI converter.
setURIEncoding(String) - Method in class org.apache.catalina.connector.Connector
Set the URI encoding to be used for the URI.
setURLDecoder(UDecoder) - Method in class org.apache.tomcat.util.http.Parameters
 
setURLPattern(String) - Method in class org.apache.catalina.deploy.FilterMap
 
setUndeploy(boolean) - Method in class org.apache.catalina.cluster.deploy.UndeployMessage
 
setUniqueId(String) - Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
 
setUniqueId(String) - Method in class org.apache.catalina.cluster.deploy.UndeployMessage
 
setUniqueId(String) - Method in class org.apache.catalina.cluster.session.SessionMessageImpl
 
setUniqueId(String) - Method in class org.apache.catalina.cluster.tcp.ClusterData
 
setUnixSocket(String) - Method in class org.apache.jk.common.Shm
Unix socket where tomcat is listening.
setUnless(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
Only execute if a property of the given name does not exist in the current project.
setUnless(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
Only execute if a property of the given name does not exist in the current project.
setUnloadDelay(long) - Method in class org.apache.catalina.core.StandardContext
Set the value of the unloadDelay flag, which represents the amount of ms that the container will wait when unloading servlets.
setUnpackWAR(boolean) - Method in class org.apache.catalina.core.StandardContext
Unpack WAR flag mutator.
setUnpackWARs(boolean) - Method in class org.apache.catalina.core.StandardHost
Unpack WARs flag mutator.
setUnpackWARs(boolean) - Method in class org.apache.catalina.startup.HostConfig
Set the unpack WARs flag.
setUnregister(boolean) - Method in class org.apache.jk.common.Shm
Set this option to mark the tomcat instance as 'down', so apache will no longer forward messages to it.
setUpdate(boolean) - Method in class org.apache.catalina.ant.DeployTask
 
setUpdateActiveInterval(int) - Method in class org.apache.catalina.cluster.session.DeltaManager
 
setUpdateInterval(long) - Method in class org.apache.jk.common.ModJkMX
 
setUriConfig(String) - Method in class org.apache.jk.config.IISConfig
set a path to the uriworkermap.properties file.
setUrl(String) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
 
setUrl(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
setUrl(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
setUrl(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
setUsage(String) - Method in class org.apache.catalina.deploy.MessageDestinationRef
 
setUseBodyEncodingForURI(boolean) - Method in class org.apache.catalina.connector.Connector
Set if the entity body encoding should be used for the URI.
setUseContextClassLoader(boolean) - Method in class org.apache.catalina.realm.JAASRealm
Sets whether to use the context or default ClassLoader.
setUseContextClassLoader(boolean) - Method in class org.apache.tomcat.util.digester.Digester
Determine whether to use the Context ClassLoader (the one found by calling Thread.currentThread().getContextClassLoader()) to resolve/load classes that are defined in various rules.
setUseDirtyFlag(boolean) - Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
setUseExactMatch(boolean) - Method in class org.apache.tomcat.util.digester.CallMethodRule
Set whether MethodUtils.invokeExactMethod should be used for the reflection.
setUseHttpOnly(boolean) - Method in interface org.apache.catalina.Context
Sets the use HttpOnly cookies for session cookies flag.
setUseHttpOnly(boolean) - Method in class org.apache.catalina.core.StandardContext
Sets the use HttpOnly cookies for session cookies flag.
setUseIPVHosts(boolean) - Method in class org.apache.catalina.connector.Connector
Enable the use of IP-based virtual hosting.
setUseLongContentLength(boolean) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
 
setUseNaming(boolean) - Method in class org.apache.catalina.core.StandardContext
Enables or disables naming.
setUseNaming(boolean) - Method in class org.apache.catalina.startup.Embedded
Enables or disables naming support.
setUseSecret(boolean) - Method in class org.apache.jk.common.HandlerRequest
 
setUseSendfile(boolean) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setUseSendfile(boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setUseSendfile(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setUseShutdownHook(boolean) - Method in class org.apache.catalina.startup.Catalina
 
setUseSystemClassLoaderAsParent(boolean) - Method in class org.apache.catalina.loader.WebappLoader
Set the useSystemClassLoaderAsParent flag for this Loader.
setUseXSLTProcessor(boolean) - Method in class org.apache.jk.common.JkMX
 
setUser(String) - Method in class org.apache.jk.common.ModJkMX
 
setUserAgentField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the user agent.
setUserBase(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the base element for user searches.
setUserClass(String) - Method in class org.apache.catalina.startup.UserConfig
Set the user database class name for this component.
setUserClassNames(String) - Method in class org.apache.catalina.realm.JAASRealm
Sets the list of comma-delimited classes that represent individual users.
setUserConfig(UserConfig) - Method in class org.apache.catalina.startup.HomesUserDatabase
Set the UserConfig listener with which we are associated.
setUserConfig(UserConfig) - Method in class org.apache.catalina.startup.PasswdUserDatabase
Set the UserConfig listener with which we are associated.
setUserConfig(UserConfig) - Method in interface org.apache.catalina.startup.UserDatabase
Set the UserConfig listener with which we are associated.
setUserConstraint(String) - Method in class org.apache.catalina.deploy.SecurityConstraint
Set the user data constraint for this security constraint.
setUserCredCol(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Set the column in the user table that holds the user's credentials.
setUserCredCol(String) - Method in class org.apache.catalina.realm.JDBCRealm
Set the column in the user table that holds the user's credentials.
setUserField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the remote user name.
setUserNameCol(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Set the column in the user table that holds the user's name.
setUserNameCol(String) - Method in class org.apache.catalina.realm.JDBCRealm
Set the column in the user table that holds the user's name.
setUserPassword(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the password attribute used to retrieve the user password.
setUserPattern(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the message format pattern for selecting users in this Realm.
setUserPrincipal(Principal) - Method in class org.apache.catalina.connector.Request
Set the Principal who has been authenticated for this Request.
setUserPrincipal(Principal) - Method in class org.apache.catalina.core.DummyRequest
 
setUserRoleName(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the user role name attribute name for this Realm.
setUserRoleTable(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Set the table that holds the relation between user's and roles.
setUserRoleTable(String) - Method in class org.apache.catalina.realm.JDBCRealm
Set the table that holds the relation between user's and roles.
setUserSearch(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the message format pattern for selecting users in this Realm.
setUserSubtree(boolean) - Method in class org.apache.catalina.realm.JNDIRealm
Set the "search subtree for users" flag.
setUserTable(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Set the table that holds user data.
setUserTable(String) - Method in class org.apache.catalina.realm.JDBCRealm
Set the table that holds user data.
setUsername(String) - Method in interface org.apache.catalina.User
Set the logon username of this user, which must be unique within the scope of a UserDatabase.
setUsername(String) - Method in class org.apache.catalina.ant.AbstractCatalinaTask
 
setUsername(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
setUsername(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
setUsername(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
 
setUsername(String) - Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
 
setUsername(String) - Method in class org.apache.catalina.users.AbstractUser
Set the logon username of this user, which must be unique within the scope of a UserDatabase.
setValid(boolean) - Method in interface org.apache.catalina.Session
Set the isValid flag for this session.
setValid(boolean) - Method in class org.apache.catalina.cluster.session.DeltaSession
Set the isValid flag for this session.
setValid(boolean) - Method in class org.apache.catalina.session.StandardSession
Set the isValid flag for this session.
setValid(boolean) - Method in class org.apache.tomcat.util.buf.TimeStamp
 
setValidate(boolean) - Method in class org.apache.catalina.realm.RealmBase
Set the "validate certificate chains" flag.
setValidateUri(boolean) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
setValidating(boolean) - Method in class org.apache.tomcat.util.digester.Digester
Set the validating parser flag.
setValue(String) - Method in class org.apache.catalina.ant.JMXSetTask
Set method for the attribute value.
setValue(String) - Method in class org.apache.catalina.ant.jmx.Arg
 
setValue(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
 
setValue(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorEqualsCondition
 
setValue(String) - Method in class org.apache.catalina.ant.jmx.JMXAccessorSetTask
 
setValue(Object) - Method in class org.apache.catalina.cluster.util.SmartQueue.SmartEntry
 
setValue(String) - Method in class org.apache.catalina.deploy.ApplicationParameter
 
setValue(String) - Method in class org.apache.catalina.deploy.ContextEnvironment
 
setValue(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
Allow "set" operations - return a MessageBytes container for the header value ( existing header or new if this .
setVariableValue(String, String) - Method in interface org.apache.catalina.ssi.SSIExternalResolver
Set the named variable to the specified value.
setVariableValue(String, String) - Method in class org.apache.catalina.ssi.SSIMediator
 
setVariableValue(String, String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
setVersion(String) - Method in class org.apache.catalina.storeconfig.StoreRegistry
 
setVersion(int) - Method in class org.apache.tomcat.util.http.ServerCookie
 
setVirtualHostField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the virtual host information (this is in fact the server name).
setWaitForAck(boolean) - Method in interface org.apache.catalina.cluster.ClusterSender
 
setWaitForAck(boolean) - Method in class org.apache.catalina.cluster.tcp.DataSender
 
setWaitForAck(boolean) - Method in interface org.apache.catalina.cluster.tcp.IDataSender
 
setWaitForAck(boolean) - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
 
setWar(String) - Method in class org.apache.catalina.ant.DeployTask
 
setWar(String) - Method in class org.apache.catalina.ant.InstallTask
Deprecated.  
setWatchDir(String) - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
 
setWatchDir(File) - Method in class org.apache.catalina.cluster.deploy.WarWatcher
 
setWatchEnabled(boolean) - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
 
setWebServerHost(String) - Method in class org.apache.jk.common.ModJkMX
 
setWebServerPort(int) - Method in class org.apache.jk.common.ModJkMX
 
setWebXmlReader(WebXml2Jk) - Method in class org.apache.jk.config.GeneratorApache2
 
setWebXmlReader(WebXml2Jk) - Method in class org.apache.jk.config.GeneratorJk1
 
setWebXmlReader(WebXml2Jk) - Method in class org.apache.jk.config.GeneratorJk2
 
setWebXmlReader(WebXml2Jk) - Method in interface org.apache.jk.config.WebXml2Jk.MappingGenerator
 
setWorkDir(String) - Method in class org.apache.catalina.core.StandardContext
Set the work directory for this Context.
setWorkDir(String) - Method in class org.apache.catalina.core.StandardHost
Host work directory base.
setWorkDir(File) - Method in class org.apache.catalina.loader.WebappClassLoader
Change the work directory.
setWorker(String) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setWorkerClassName(String) - Method in class org.apache.jk.server.JkMain
Set the workerClassName that will handle the request
setWorkerClusterDomain(String) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setWorkerDisabled(Boolean) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setWorkerEnv(WorkerEnv) - Method in class org.apache.jk.core.JkHandler
 
setWorkerEnv(WorkerEnv) - Method in class org.apache.jk.core.MsgContext
 
setWorkerEnv(WorkerEnv) - Method in class org.apache.jk.server.JkMain
 
setWorkerLb(String) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setWorkerLoadFactor(Integer) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setWorkerRedirect(String) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setWorkerStopped(Boolean) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setWorkerThreadName(String) - Method in class org.apache.coyote.RequestInfo
 
setWorkerType(String) - Method in class org.apache.catalina.ant.JKStatusUpdateTask
 
setWorkersConfig(String) - Method in class org.apache.jk.config.BaseJkConfig
set a path to the workers.properties file.
setWrapper(Wrapper) - Method in interface org.apache.catalina.ContainerServlet
Set the Wrapper with which this Servlet is associated.
setWrapper(Wrapper) - Method in class org.apache.catalina.connector.Request
Set the Wrapper within which this Request is being processed.
setWrapper(Wrapper) - Method in class org.apache.catalina.core.DummyRequest
 
setWrapper(Wrapper) - Method in class org.apache.catalina.servlets.InvokerServlet
Set the Wrapper with which we are associated.
setWrapperClass(String) - Method in interface org.apache.catalina.Context
Set the Java class name of the Wrapper implementation used for servlets registered in this Context.
setWrapperClass(String) - Method in class org.apache.catalina.core.StandardContext
Set the Java class name of the Wrapper implementation used for servlets registered in this Context.
setWritable(Object, Object) - Static method in class org.apache.naming.ContextAccessController
Allow writing to a context.
setWriterEncoding(String) - Static method in class org.apache.catalina.util.DOMWriter
 
setXmlNamespaceAware(boolean) - Method in interface org.apache.catalina.Context
Set the namespace aware feature of the XML parser used when parsing xml instances.
setXmlNamespaceAware(boolean) - Method in interface org.apache.catalina.Host
Set the namespace aware feature of the XML parser used when parsing xml instances.
setXmlNamespaceAware(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the namespace aware feature of the XML parser used when parsing xml instances.
setXmlNamespaceAware(boolean) - Method in class org.apache.catalina.core.StandardHost
Set the namespace aware feature of the XML parser used when parsing xml instances.
setXmlNamespaceAware(boolean) - Method in class org.apache.catalina.startup.HostConfig
Set the namespace aware feature of the XML parser used when parsing xml instances.
setXmlValidation(boolean) - Method in interface org.apache.catalina.Context
Set the validation feature of the XML parser used when parsing xml instances.
setXmlValidation(boolean) - Method in interface org.apache.catalina.Host
Set the validation feature of the XML parser used when parsing xml instances.
setXmlValidation(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the validation feature of the XML parser used when parsing xml instances.
setXmlValidation(boolean) - Method in class org.apache.catalina.core.StandardHost
Set the validation feature of the XML parser used when parsing xml instances.
setXmlValidation(boolean) - Method in class org.apache.catalina.startup.HostConfig
Set the validation feature of the XML parser used when parsing xml instances.
setXpoweredBy(boolean) - Method in class org.apache.catalina.connector.Connector
Enables or disables the generation of an X-Powered-By header (with value Servlet/2.4) for all servlet-generated responses returned by this Connector.
setupFromContext(ServletContext) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Uses the ServletContext to set some CGI variables
setupFromContext(ServletContext) - Method in class org.apache.catalina.util.ProcessEnvironment
Deprecated. Uses the ServletContext to set some process variables
setupFromRequest(HttpServletRequest) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Uses the HttpServletRequest to set most CGI variables
setupFromRequest(HttpServletRequest) - Method in class org.apache.catalina.util.ProcessEnvironment
Deprecated. Uses the HttpServletRequest to set most process variables
setupSocket() - Method in class org.apache.catalina.cluster.mcast.McastServiceImpl
 
sharedLoader - Variable in class org.apache.catalina.startup.Bootstrap
 
sharedState - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The state information that is shared with other configured LoginModule instances.
shtmlRegEx - Variable in class org.apache.catalina.ssi.SSIFilter
default pattern for ssi filter content type matching
shutdown() - Method in class org.apache.tomcat.util.collections.SimplePool
 
shutdown() - Method in class org.apache.tomcat.util.threads.ThreadPool
Stop the thread pool
shutdownHook - Variable in class org.apache.catalina.startup.Catalina
Shutdown hook.
shutdownInput(Socket) - Static method in class org.apache.tomcat.util.net.TcpConnection
 
simpleDateFormat - Variable in class org.apache.catalina.util.Strftime
 
singleByteBuffer - Variable in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
size - Variable in class org.apache.catalina.cluster.deploy.FileMessageFactory
The total size of the file
size() - Method in class org.apache.catalina.cluster.util.SmartQueue
 
size() - Method in class org.apache.catalina.util.Queue
How many elements are there in this queue?
size - Variable in class org.apache.naming.resources.CacheEntry
 
size() - Method in class org.apache.naming.resources.ResourceAttributes
Retrieves the number of attributes in the attribute set.
size() - Method in class org.apache.tomcat.util.collections.MultiMap
Returns the current number of header fields.
size() - Method in class org.apache.tomcat.util.collections.Queue
How many elements are there in this queue?
size() - Method in class org.apache.tomcat.util.collections.SimpleHashtable
Returns the number of keys in this hashtable.
size() - Method in class org.apache.tomcat.util.http.MimeHeaders
Returns the current number of header fields.
size() - Method in class org.apache.tomcat.util.net.AprEndpoint.WorkerStack
How many elements are there in this queue?
skip(long) - Method in class org.apache.catalina.connector.CoyoteReader
 
skip(long) - Method in class org.apache.catalina.connector.InputBuffer
 
skipChar(char) - Method in class org.apache.catalina.util.StringParser
Advance the current parsing position while it is pointing at the specified character, or until it moves past the end of the string.
skipText() - Method in class org.apache.catalina.util.StringParser
Advance the current parsing position while it is pointing at a non-whitespace character, or until it moves past the end of the string.
skipWhite() - Method in class org.apache.catalina.util.StringParser
Advance the current parsing position while it is pointing at a whitespace character, or until it moves past the end of the string.
skippedEntity(String) - Method in class org.apache.tomcat.util.digester.Digester
Process notification of a skipped entity.
sm - Static variable in class org.apache.catalina.authenticator.AuthenticatorBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.authenticator.SingleSignOn
The string manager for this package.
sm - Variable in class org.apache.catalina.cluster.mcast.McastService
The string manager for this package.
sm - Variable in class org.apache.catalina.cluster.session.ClusterListener
The string manager for this package.
sm - Static variable in class org.apache.catalina.cluster.session.DeltaManager
The string manager for this package.
sm - Static variable in class org.apache.catalina.cluster.session.DeltaRequest
The string manager for this package.
sm - Variable in class org.apache.catalina.cluster.session.JvmRouteBinderValve
The string manager for this package.
sm - Static variable in class org.apache.catalina.cluster.session.JvmRouteSessionIDBinderLifecycleListener
Deprecated. The string resources for this package.
sm - Variable in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.cluster.tcp.DataSender
The string manager for this package.
sm - Static variable in class org.apache.catalina.cluster.tcp.IDataSenderFactory
The string manager for this package.
sm - Variable in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
The string manager for this package.
sm - Static variable in class org.apache.catalina.cluster.tcp.ReplicationValve
The StringManager for this package.
sm - Variable in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
The string manager for this package.
sm - Static variable in class org.apache.catalina.cluster.tcp.SocketReplicationListener
The string manager for this package.
sm - Variable in class org.apache.catalina.connector.Connector
The string manager for this package.
sm - Variable in class org.apache.catalina.connector.CoyoteAdapter
The string manager for this package.
sm - Static variable in class org.apache.catalina.connector.InputBuffer
The string manager for this package.
sm - Static variable in class org.apache.catalina.connector.Request
The string manager for this package.
sm - Static variable in class org.apache.catalina.connector.RequestFacade
The string manager for this package.
sm - Static variable in class org.apache.catalina.connector.Response
The string manager for this package.
sm - Static variable in class org.apache.catalina.connector.ResponseFacade
The string manager for this package.
sm - Static variable in class org.apache.catalina.core.AprLifecycleListener
The string manager for this package.
sm - Static variable in class org.apache.catalina.core.ContainerBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.core.NamingContextListener
The string manager for this package.
sm - Static variable in class org.apache.catalina.core.StandardPipeline
The string manager for this package.
sm - Static variable in class org.apache.catalina.filters.SetCharacterEncodingFilter
 
sm - Static variable in class org.apache.catalina.loader.WebappClassLoader
The string manager for this package.
sm - Static variable in class org.apache.catalina.loader.WebappLoader
The string manager for this package.
sm - Static variable in class org.apache.catalina.realm.DataSourceRealm
The string manager for this package.
sm - Static variable in class org.apache.catalina.realm.JAASCallbackHandler
The string manager for this package.
sm - Static variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The string manager for this package.
sm - Static variable in class org.apache.catalina.realm.JAASRealm
The string manager for this package.
sm - Static variable in class org.apache.catalina.realm.JDBCRealm
The string manager for this package.
sm - Static variable in class org.apache.catalina.realm.RealmBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.servlets.DefaultServlet
The string manager for this package.
sm - Static variable in class org.apache.catalina.session.ManagerBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.session.StandardSession
The string manager for this package.
sm - Variable in class org.apache.catalina.session.StoreBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.startup.ContextConfig
The string resources for this package.
sm - Static variable in class org.apache.catalina.startup.Embedded
The string manager for this package.
sm - Static variable in class org.apache.catalina.startup.EngineConfig
The string resources for this package.
sm - Static variable in class org.apache.catalina.startup.ExpandWar
The string resources for this package.
sm - Static variable in class org.apache.catalina.startup.HostConfig
The string resources for this package.
sm - Static variable in class org.apache.catalina.storeconfig.StoreFactoryBase
The string manager for this package.
sm - Static variable in class org.apache.catalina.valves.ErrorReportValve
The StringManager for this package.
sm - Static variable in class org.apache.catalina.valves.RequestDumperValve
The StringManager for this package.
sm - Static variable in class org.apache.catalina.valves.RequestFilterValve
The StringManager for this package.
sm - Static variable in class org.apache.catalina.valves.ValveBase
The string manager for this package.
sm - Static variable in class org.apache.coyote.ajp.AjpAprProcessor
The string manager for this package.
sm - Static variable in class org.apache.coyote.ajp.AjpAprProtocol
The string manager for this package.
sm - Static variable in class org.apache.coyote.ajp.AjpMessage
The string manager for this package.
sm - Static variable in class org.apache.coyote.http11.Http11AprProcessor
The string manager for this package.
sm - Static variable in class org.apache.coyote.http11.Http11AprProtocol
The string manager for this package.
sm - Static variable in class org.apache.coyote.http11.Http11BaseProtocol
The string manager for this package.
sm - Static variable in class org.apache.coyote.http11.Http11Processor
The string manager for this package.
sm - Static variable in class org.apache.coyote.http11.InternalAprInputBuffer
The string manager for this package.
sm - Static variable in class org.apache.coyote.http11.InternalAprOutputBuffer
The string manager for this package.
sm - Static variable in class org.apache.coyote.http11.InternalInputBuffer
The string manager for this package.
sm - Static variable in class org.apache.coyote.http11.InternalOutputBuffer
The string manager for this package.
sm - Static variable in class org.apache.naming.ContextBindings
The string manager for this package.
sm - Variable in class org.apache.naming.NamingContext
The string manager for this package.
sm - Variable in class org.apache.naming.SelectorContext
The string manager for this package.
sm - Variable in class org.apache.naming.resources.BaseDirContext
The string manager for this package.
sm - Variable in class org.apache.naming.resources.ProxyDirContext
The string manager for this package.
sm - Static variable in class org.apache.tomcat.util.http.HttpMessages
 
sm - Static variable in class org.apache.tomcat.util.http.Parameters
 
sm - Static variable in class org.apache.tomcat.util.net.AprEndpoint
 
smp - Static variable in class org.apache.catalina.cluster.session.DeltaSession
The string manager for this package.
soLinger - Variable in class org.apache.tomcat.util.net.AprEndpoint
Socket linger.
soTimeout - Variable in class org.apache.tomcat.util.net.AprEndpoint
Socket timeout.
socket - Variable in class org.apache.catalina.cluster.mcast.McastServiceImpl
Socket that we intend to listen to
socket - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Socket associated with the current connection.
socket - Variable in class org.apache.coyote.http11.Http11AprProcessor
Socket associated with the current connection.
socket - Variable in class org.apache.coyote.http11.Http11Processor
Socket associated with the current connection.
socket - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Underlying socket.
socket - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Underlying socket.
socket - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
socket - Variable in class org.apache.tomcat.util.net.AprEndpoint.Worker
 
socketBuffer - Variable in class org.apache.coyote.http11.Http11AprProcessor
Socket buffering.
socketBuffer - Variable in class org.apache.coyote.http11.Http11Processor
Socket buffering.
socketBuffer - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Socket buffer.
socketFactory - Variable in class org.apache.coyote.http11.Http11BaseProtocol
 
socketFactoryName - Variable in class org.apache.coyote.http11.Http11BaseProtocol
 
socketTimeout - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
sortAttributes(NamedNodeMap) - Method in class org.apache.catalina.util.DOMWriter
Returns a sorted list of attributes.
source - Variable in class org.apache.catalina.loader.ResourceEntry
URL source from where the object was loaded.
source - Static variable in class org.apache.tomcat.util.digester.Digester
 
spareNotFoundEntries - Variable in class org.apache.naming.resources.ResourceCache
Spare amount of not found entries.
split(String, String) - Method in class org.apache.tomcat.util.compat.Jdk14Compat
 
split(String, String) - Method in class org.apache.tomcat.util.compat.JdkCompat
Splits a string into it's components.
ssiExternalResolver - Variable in class org.apache.catalina.ssi.SSIMediator
 
ssiExternalResolver - Variable in class org.apache.catalina.ssi.SSIProcessor
 
ssiInclude - Variable in class org.apache.catalina.ssi.SSIExec
 
ssl - Variable in class org.apache.coyote.http11.Http11AprProcessor
SSL enabled ?
sslAvailable - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
sslContext - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL context.
sslImplementation - Variable in class org.apache.coyote.http11.Http11BaseProtocol
 
sslImplementationName - Variable in class org.apache.coyote.http11.Http11BaseProtocol
 
sslInitialized - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
sslProxy - Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
sslSupport - Variable in class org.apache.coyote.http11.Http11Processor
SSL information.
sso - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
The SingleSignOn implementation in our request processing chain, if there is one.
stack - Variable in class org.apache.tomcat.util.digester.Digester
The object stack being constructed.
stackIndex - Variable in class org.apache.tomcat.util.digester.CallParamRule
The position of the object from the top of the stack
start() - Method in interface org.apache.catalina.Lifecycle
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.authenticator.DigestAuthenticator
 
start() - Method in class org.apache.catalina.authenticator.SSLAuthenticator
Initialize the database we will be using for client verification and certificate validation (if any).
start() - Method in class org.apache.catalina.authenticator.SingleSignOn
Prepare for the beginning of active use of the public methods of this component.
start() - Method in interface org.apache.catalina.cluster.CatalinaCluster
Start the cluster, the owning container will invoke this
start() - Method in interface org.apache.catalina.cluster.ClusterDeployer
Start the cluster deployer, the owning container will invoke this
start() - Method in interface org.apache.catalina.cluster.ClusterReceiver
Start message listing
start() - Method in interface org.apache.catalina.cluster.ClusterSender
 
start() - Method in interface org.apache.catalina.cluster.MembershipService
Starts the membership service.
start(int) - Method in interface org.apache.catalina.cluster.MembershipService
Starts the membership service.
start() - Method in class org.apache.catalina.cluster.authenticator.ClusterSingleSignOn
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
 
start() - Method in class org.apache.catalina.cluster.mcast.McastService
Start broadcasting and listening to membership pings
start(int) - Method in class org.apache.catalina.cluster.mcast.McastService
 
start(int) - Method in class org.apache.catalina.cluster.mcast.McastServiceImpl
Start the service
start() - Method in class org.apache.catalina.cluster.session.DeltaManager
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.cluster.session.JvmRouteBinderValve
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.cluster.session.JvmRouteSessionIDBinderListener
Add this Mover as Cluster Listener ( receiver)
start() - Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
start cluster receiver
start() - Method in class org.apache.catalina.cluster.tcp.ReplicationListener
start cluster receiver
start() - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
start the sender and register transmitter mbean
start() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.cluster.tcp.SocketReplicationListener
Wait the createServerSocket find the correct socket port when default config is used.
start() - Method in class org.apache.catalina.cluster.util.FastQueue
start queuing
start() - Method in interface org.apache.catalina.cluster.util.IQueue
 
start() - Method in class org.apache.catalina.connector.Connector
Begin processing requests via this Connector.
start() - Method in class org.apache.catalina.core.ContainerBase
Prepare for active use of the public methods of this Component.
start() - Method in class org.apache.catalina.core.StandardContext
Start this Context component.
start() - Method in class org.apache.catalina.core.StandardEngine
Start this Engine component.
start() - Method in class org.apache.catalina.core.StandardHost
Start this host.
start() - Method in class org.apache.catalina.core.StandardPipeline
Prepare for active use of the public methods of this Component.
start() - Method in class org.apache.catalina.core.StandardServer
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.core.StandardService
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.core.StandardWrapper
Start this component, pre-loading the servlet if the load-on-startup value is set appropriately.
start() - Method in class org.apache.catalina.loader.WebappClassLoader
Start the class loader.
start() - Method in class org.apache.catalina.loader.WebappLoader
Start this component, initializing our associated class loader.
start() - Method in class org.apache.catalina.mbeans.JMXAdaptorLifecycleListener
Start JMX connector and local name registry
start() - Method in class org.apache.catalina.realm.DataSourceRealm
Prepare for active use of the public methods of this Component.
start() - Method in class org.apache.catalina.realm.JAASRealm
Prepare for active use of the public methods of this Component.
start() - Method in class org.apache.catalina.realm.JDBCRealm
Prepare for active use of the public methods of this Component.
start() - Method in class org.apache.catalina.realm.JNDIRealm
Prepare for active use of the public methods of this Component.
start() - Method in class org.apache.catalina.realm.MemoryRealm
Prepare for active use of the public methods of this Component.
start() - Method in class org.apache.catalina.realm.RealmBase
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.realm.UserDatabaseRealm
Prepare for active use of the public methods of this Component.
start - Variable in class org.apache.catalina.servlets.DefaultServlet.Range
 
start() - Method in class org.apache.catalina.session.JDBCStore
Called once when this Store is first started.
start() - Method in class org.apache.catalina.session.PersistentManagerBase
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.session.StandardManager
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.session.StoreBase
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.startup.Bootstrap
Start the Catalina daemon.
start() - Method in class org.apache.catalina.startup.Catalina
Start a new server instance.
start() - Method in class org.apache.catalina.startup.ContextConfig
Process a "start" event for this Context.
start() - Method in class org.apache.catalina.startup.Embedded
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.startup.EngineConfig
Process a "start" event for this Engine.
start() - Method in class org.apache.catalina.startup.HostConfig
Process a "start" event for this Host.
start() - Method in class org.apache.catalina.valves.AccessLogValve
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Invoked by Tomcat on startup.
start() - Method in class org.apache.catalina.valves.RequestFilterValve
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.catalina.valves.SemaphoreValve
Prepare for the beginning of active use of the public methods of this component.
start() - Method in interface org.apache.coyote.ProtocolHandler
Start the protocol.
start() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
start() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
start() - Method in class org.apache.coyote.http11.Http11BaseProtocol
 
start() - Method in class org.apache.coyote.http11.Http11Protocol
 
start() - Method in class org.apache.coyote.memory.MemoryProtocolHandler
Start the protocol.
start() - Method in class org.apache.jk.common.ChannelNioSocket
 
start() - Method in class org.apache.jk.common.ChannelSocket
 
start() - Method in class org.apache.jk.common.ChannelUn
 
start() - Method in class org.apache.jk.common.ModJkMX
 
start() - Method in class org.apache.jk.server.JkCoyoteHandler
 
start() - Method in class org.apache.jk.server.JkMain
 
start() - Method in class org.apache.naming.NamingService
Start the servlet container.
start() - Method in interface org.apache.naming.NamingServiceMBean
Start the servlet container.
start - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
start() - Method in class org.apache.tomcat.util.net.AprEndpoint.Worker
Start the background processing thread.
start() - Method in class org.apache.tomcat.util.net.AprEndpoint
Start the APR endpoint, creating acceptor, poller and sendfile threads.
start() - Method in class org.apache.tomcat.util.threads.Expirer
 
start() - Method in class org.apache.tomcat.util.threads.ThreadPool.MonitorRunnable
 
start() - Method in class org.apache.tomcat.util.threads.ThreadPool
 
startCapture() - Static method in class org.apache.tomcat.util.log.SystemLogHandler
Start capturing thread's output.
startContext(String) - Method in interface org.apache.catalina.Cluster
Deprecated.  
startContext(String) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
startDocument() - Method in class org.apache.tomcat.util.digester.Digester
Process notification of the beginning of the document being reached.
startElement(String, String, String, Attributes) - Method in class org.apache.tomcat.util.digester.Digester
Process notification of the start of an XML element being reached.
startEndpoint() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
startPrefixMapping(String, String) - Method in class org.apache.tomcat.util.digester.Digester
Process notification that a namespace prefix is coming in to scope.
startReaper() - Method in class org.apache.tomcat.util.threads.Reaper
 
startRecursive() - Method in class org.apache.catalina.core.StandardContext
 
startService() - Method in class org.apache.catalina.cluster.mcast.McastServiceImpl.RecoveryThread
 
startSessionIDListener(StandardHost) - Method in class org.apache.catalina.cluster.session.JvmRouteSessionIDBinderLifecycleListener
Deprecated. start sessionID mover at cluster
started - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
Has this component been started?
started - Variable in class org.apache.catalina.authenticator.SingleSignOn
Component started flag.
started - Variable in class org.apache.catalina.cluster.deploy.FarmWarDeployer
 
started - Variable in class org.apache.catalina.cluster.session.JvmRouteBinderValve
Has this component been started yet?
started - Variable in class org.apache.catalina.cluster.session.JvmRouteSessionIDBinderListener
 
started - Variable in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
Has this component been started?
started - Variable in class org.apache.catalina.connector.Connector
Has this component been started yet?
started - Variable in class org.apache.catalina.core.ContainerBase
Has this component been started?
started - Variable in class org.apache.catalina.core.StandardPipeline
Has this component been started yet?
started - Variable in class org.apache.catalina.loader.WebappClassLoader
Has this component been started?
started - Variable in class org.apache.catalina.realm.RealmBase
Has this component been started?
started - Variable in class org.apache.catalina.session.PersistentManagerBase
Has this component been started yet?
started - Variable in class org.apache.catalina.session.StandardManager
Has this component been started yet?
started - Variable in class org.apache.catalina.session.StoreBase
Has this component been started yet?
started - Variable in class org.apache.catalina.startup.Embedded
Has this component been started yet?
started - Variable in class org.apache.catalina.valves.RequestFilterValve
Has this component been started yet?
started - Variable in class org.apache.coyote.ajp.AjpAprProcessor
State flag.
started - Variable in class org.apache.coyote.http11.Http11AprProcessor
State flag.
started - Variable in class org.apache.coyote.http11.Http11Processor
State flag.
starting - Variable in class org.apache.catalina.startup.Catalina
Are we starting a new server?
startsWith(String) - Method in class org.apache.tomcat.util.buf.ByteChunk
Returns true if the message bytes starts with the specified string.
startsWith(byte[]) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
startsWith(String) - Method in class org.apache.tomcat.util.buf.CharChunk
Returns true if the message bytes starts with the specified string.
startsWith(String) - Method in class org.apache.tomcat.util.buf.MessageBytes
Returns true if the message bytes starts with the specified string.
startsWithIgnoreCase(String, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
Returns true if the message bytes starts with the specified string.
startsWithIgnoreCase(String, int) - Method in class org.apache.tomcat.util.buf.CharChunk
Returns true if the message bytes starts with the specified string.
startsWithIgnoreCase(String, int) - Method in class org.apache.tomcat.util.buf.MessageBytes
Returns true if the message bytes starts with the specified string.
stateTransferred - Variable in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
Flag to keep track if the state has been transferred or not Assumes false.
states - Static variable in interface org.apache.naming.NamingServiceMBean
Status constants.
status - Variable in class org.apache.coyote.Response
Status code.
statusDropsConnection(int) - Method in class org.apache.coyote.http11.Http11AprProcessor
Determine if we must drop the connection because of the HTTP status code.
statusDropsConnection(int) - Method in class org.apache.coyote.http11.Http11Processor
Determine if we must drop the connection because of the HTTP status code.
stop(String) - Method in interface org.apache.catalina.Cluster
Deprecated.  
stop() - Method in interface org.apache.catalina.Lifecycle
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.authenticator.SSLAuthenticator
Finalize the database we used for client verification and certificate validation (if any).
stop() - Method in class org.apache.catalina.authenticator.SingleSignOn
Gracefully terminate the active use of the public methods of this component.
stop() - Method in interface org.apache.catalina.cluster.CatalinaCluster
Stops the cluster, the owning container will invoke this
stop() - Method in interface org.apache.catalina.cluster.ClusterDeployer
Stops the cluster deployer, the owning container will invoke this
stop() - Method in interface org.apache.catalina.cluster.ClusterReceiver
Stop message listing
stop() - Method in interface org.apache.catalina.cluster.ClusterSender
 
stop() - Method in interface org.apache.catalina.cluster.MembershipService
Stops the membership service
stop() - Method in class org.apache.catalina.cluster.authenticator.ClusterSingleSignOn
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
 
stop() - Method in class org.apache.catalina.cluster.mcast.McastService
Stop broadcasting and listening to membership pings
stop() - Method in class org.apache.catalina.cluster.mcast.McastServiceImpl
Stops the service
stop() - Method in class org.apache.catalina.cluster.session.DeltaManager
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.cluster.session.JvmRouteBinderValve
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.cluster.session.JvmRouteSessionIDBinderListener
Remove this from Cluster Listener
stop() - Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
Stop accept
stop() - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
 
stop() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
Gracefully terminate the active cluster component.
stop(String) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
stop() - Method in class org.apache.catalina.cluster.util.FastQueue
start queuing
stop() - Method in interface org.apache.catalina.cluster.util.IQueue
 
stop() - Method in class org.apache.catalina.connector.Connector
Terminate processing requests via this Connector.
stop() - Method in class org.apache.catalina.core.ContainerBase
Gracefully shut down active use of the public methods of this Component.
stop() - Method in class org.apache.catalina.core.StandardContext
Stop this Context component.
stop() - Method in class org.apache.catalina.core.StandardEngine
 
stop() - Method in class org.apache.catalina.core.StandardPipeline
Gracefully shut down active use of the public methods of this Component.
stop() - Method in class org.apache.catalina.core.StandardServer
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.core.StandardService
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.core.StandardWrapper
Stop this component, gracefully shutting down the servlet if it has been initialized.
stop() - Method in class org.apache.catalina.loader.WebappClassLoader
Stop the class loader.
stop() - Method in class org.apache.catalina.loader.WebappLoader
Stop this component, finalizing our associated class loader.
stop() - Method in class org.apache.catalina.mbeans.JMXAdaptorLifecycleListener
stop jmx connector at tomcat normale shutdown
stop() - Method in class org.apache.catalina.realm.DataSourceRealm
Gracefully shut down active use of the public methods of this Component.
stop() - Method in class org.apache.catalina.realm.JAASRealm
Gracefully shut down active use of the public methods of this Component.
stop() - Method in class org.apache.catalina.realm.JDBCRealm
Gracefully shut down active use of the public methods of this Component.
stop() - Method in class org.apache.catalina.realm.JNDIRealm
Gracefully shut down active use of the public methods of this Component.
stop() - Method in class org.apache.catalina.realm.MemoryRealm
Gracefully shut down active use of the public methods of this Component.
stop() - Method in class org.apache.catalina.realm.RealmBase
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.realm.UserDatabaseRealm
Gracefully shut down active use of the public methods of this Component.
stop() - Method in class org.apache.catalina.session.JDBCStore
Gracefully terminate everything associated with our db.
stop() - Method in class org.apache.catalina.session.PersistentManagerBase
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.session.StandardManager
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.session.StoreBase
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.startup.Bootstrap
Stop the Catalina Daemon.
stop() - Method in class org.apache.catalina.startup.Catalina
Stop an existing server instance.
stop() - Method in class org.apache.catalina.startup.ContextConfig
Process a "stop" event for this Context.
stop() - Method in class org.apache.catalina.startup.Embedded
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.startup.EngineConfig
Process a "stop" event for this Engine.
stop() - Method in class org.apache.catalina.startup.HostConfig
Process a "stop" event for this Host.
stop() - Method in class org.apache.catalina.valves.AccessLogValve
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.valves.FastCommonAccessLogValve
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Invoked by tomcat on shutdown.
stop() - Method in class org.apache.catalina.valves.RequestFilterValve
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.catalina.valves.SemaphoreValve
Gracefully terminate the active use of the public methods of this component.
stop() - Method in class org.apache.jk.common.ChannelNioSocket
 
stop() - Method in class org.apache.jk.common.ChannelSocket
 
stop() - Method in class org.apache.jk.server.JkMain
 
stop() - Method in class org.apache.naming.NamingService
Stop the servlet container.
stop() - Method in interface org.apache.naming.NamingServiceMBean
Stop the servlet container.
stop() - Method in class org.apache.tomcat.util.collections.Queue
Break the pull(), allowing the calling thread to exit
stop() - Method in class org.apache.tomcat.util.net.AprEndpoint
Stop the endpoint.
stop() - Method in class org.apache.tomcat.util.threads.Expirer
 
stop() - Method in class org.apache.tomcat.util.threads.ThreadPool.ControlRunnable
 
stop() - Method in class org.apache.tomcat.util.threads.ThreadPool.MonitorRunnable
 
stopAwait() - Method in class org.apache.catalina.core.StandardServer
 
stopCapture() - Static method in class org.apache.tomcat.util.log.SystemLogHandler
Stop capturing thread's output and return captured data as a String.
stopEndpoint() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
stopListening() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
stop Listener sockets
stopListening() - Method in class org.apache.catalina.cluster.tcp.ReplicationListener
Close Selector.
stopListening() - Method in class org.apache.catalina.cluster.tcp.SocketReplicationListener
Close serverSockets FIXME the channelSocket to connect own socket to terminate accpet loop!
stopReaper() - Method in class org.apache.tomcat.util.threads.Reaper
 
stopServer() - Method in class org.apache.catalina.startup.Bootstrap
Stop the standlone server.
stopServer(String[]) - Method in class org.apache.catalina.startup.Bootstrap
Stop the standlone server.
stopServer() - Method in class org.apache.catalina.startup.Catalina
 
stopServer(String[]) - Method in class org.apache.catalina.startup.Catalina
 
stopService() - Method in class org.apache.catalina.cluster.mcast.McastServiceImpl.RecoveryThread
 
stopSessionIDListener(StandardHost) - Method in class org.apache.catalina.cluster.session.JvmRouteSessionIDBinderLifecycleListener
Deprecated. stop sessionID binder at cluster
stopThePool - Variable in class org.apache.tomcat.util.threads.ThreadPool
 
stopThread() - Method in class org.apache.catalina.cluster.tcp.AsyncSocketSender
stop queue worker thread
stopThread() - Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
stop queue worker thread
stopped - Variable in class org.apache.catalina.connector.Connector
The shutdown signal to our background thread
stopping - Variable in class org.apache.catalina.startup.Catalina
Are we stopping an existing server?
store() - Method in class org.apache.catalina.mbeans.StandardServerMBean
Write the configuration information for this entire Server out to the server.xml configuration file.
store - Variable in class org.apache.catalina.session.PersistentManagerBase
Store object which will manage the Session store.
store(PrintWriter, int, Object) - Method in class org.apache.catalina.storeconfig.GlobalNamingResourcesSF
 
store(Server) - Method in interface org.apache.catalina.storeconfig.IStoreConfig
Store the specified Server properties.
store(PrintWriter, int, Server) - Method in interface org.apache.catalina.storeconfig.IStoreConfig
Store the specified Server properties.
store(PrintWriter, int, Service) - Method in interface org.apache.catalina.storeconfig.IStoreConfig
Store the specified Service properties.
store(PrintWriter, int, Host) - Method in interface org.apache.catalina.storeconfig.IStoreConfig
Store the specified Host properties.
store(Context) - Method in interface org.apache.catalina.storeconfig.IStoreConfig
Store the specified Context properties.
store(PrintWriter, int, Context) - Method in interface org.apache.catalina.storeconfig.IStoreConfig
Store the specified Context properties.
store(PrintWriter, int, Object) - Method in interface org.apache.catalina.storeconfig.IStoreFactory
 
store(PrintWriter, int, Object) - Method in class org.apache.catalina.storeconfig.InstanceListenerSF
 
store(PrintWriter, int, Object) - Method in class org.apache.catalina.storeconfig.LoaderSF
Store the only the Loader elements, when not default
store(PrintWriter, int, Object) - Method in class org.apache.catalina.storeconfig.ManagerSF
Store the only the Manager elements
store(PrintWriter, int, Object) - Method in class org.apache.catalina.storeconfig.NamingResourcesSF
Store the only the NamingResources elements
store(PrintWriter, int, Object) - Method in class org.apache.catalina.storeconfig.StandardContextSF
 
store(PrintWriter, int, Object) - Method in class org.apache.catalina.storeconfig.StandardServerSF
Store the specified Server properties.
store(Server) - Method in class org.apache.catalina.storeconfig.StoreConfig
Write the configuration information for this entire Server out to the server.xml configuration file.
store(Context) - Method in class org.apache.catalina.storeconfig.StoreConfig
 
store(PrintWriter, int, Context) - Method in class org.apache.catalina.storeconfig.StoreConfig
 
store(PrintWriter, int, Host) - Method in class org.apache.catalina.storeconfig.StoreConfig
 
store(PrintWriter, int, Service) - Method in class org.apache.catalina.storeconfig.StoreConfig
 
store(PrintWriter, int, Server) - Method in class org.apache.catalina.storeconfig.StoreConfig
Store the state of this Server MBean (which will recursively store everything)
store(PrintWriter, int, Object) - Method in class org.apache.catalina.storeconfig.StoreFactoryBase
 
store(PrintWriter, int, Object) - Method in class org.apache.catalina.storeconfig.WatchedResourceSF
 
store(PrintWriter, int, Object) - Method in class org.apache.catalina.storeconfig.WrapperLifecycleSF
 
store(PrintWriter, int, Object) - Method in class org.apache.catalina.storeconfig.WrapperListenerSF
 
storeChilds(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.CatalinaClusterSF
Store the specified Cluster childs.
storeChilds(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.ConnectorSF
Store Connector description
storeChilds(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.NamingResourcesSF
Store the specified NamingResources properties.
storeChilds(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.PersistentManagerSF
Store the specified PersistentManager properties.
storeChilds(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.StandardContextSF
Store the specified Host properties.
storeChilds(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.StandardEngineSF
Store the specified Engine properties.
storeChilds(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.StandardHostSF
Store the specified Host properties and childs (Listener,Alias,Realm,Valve,Cluster, Context)
storeChilds(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.StandardServerSF
Store Childs from this StandardServer descrition
storeChilds(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.StandardServiceSF
Store Childs from this StandardService description
storeChilds(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.StoreFactoryBase
Must Implement at subclass for sepzial store childs handling
storeConfig() - Method in class org.apache.catalina.core.StandardServer
Write the configuration information for this entire Server out to the server.xml configuration file.
storeConfig() - Method in interface org.apache.catalina.storeconfig.IStoreConfig
Store the current StoreFactory Server.
storeConfig() - Method in class org.apache.catalina.storeconfig.StoreConfig
Store current Server
storeConnectorAttribtues(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.ConnectorSF
 
storeConnectorAttribtues(PrintWriter, int, Object, StoreDescription) - Method in class org.apache.catalina.storeconfig.ConnectorStoreAppender
print Attributes
storeContext(Context) - Method in class org.apache.catalina.core.StandardServer
Write the configuration information for Context out to the specified configuration file.
storeContext(String, boolean, boolean) - Method in class org.apache.catalina.storeconfig.StoreConfig
Store a Context from ObjectName
storeContextSeparate(PrintWriter, int, StandardContext) - Method in class org.apache.catalina.storeconfig.StandardContextSF
Store a Context without backup add separate file or when configFile = null a aWriter.
storeElement(PrintWriter, int, Object) - Method in class org.apache.catalina.storeconfig.StoreFactoryBase
Store only elements from storeChilds methods that are not a transient child.
storeElementArray(PrintWriter, int, Object[]) - Method in class org.apache.catalina.storeconfig.StoreFactoryBase
 
storeName - Static variable in class org.apache.catalina.session.JDBCStore
Name to register for this Store, used for logging.
storeName - Static variable in class org.apache.catalina.session.StoreBase
Name to register for this Store, used for logging.
storeServer(String, boolean, boolean) - Method in class org.apache.catalina.storeconfig.StoreConfig
Store Server from Object Name (Catalina:type=Server)
storeWithBackup(StandardContext) - Method in class org.apache.catalina.storeconfig.StandardContextSF
Store the Context with a Backup
storeXMLHead(PrintWriter) - Method in interface org.apache.catalina.storeconfig.IStoreFactory
 
storeXMLHead(PrintWriter) - Method in class org.apache.catalina.storeconfig.StoreFactoryBase
 
streamContent() - Method in class org.apache.naming.resources.FileDirContext.FileResource
Content accessor.
streamContent() - Method in class org.apache.naming.resources.Resource
Content accessor.
streamContent() - Method in class org.apache.naming.resources.WARDirContext.WARResource
Content accessor.
strftime - Variable in class org.apache.catalina.ssi.SSIMediator
 
strongETag - Variable in class org.apache.naming.resources.ResourceAttributes
Strong ETag.
subSequence(int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
subject - Variable in class org.apache.catalina.connector.Request
The Subject associated with the current AccessControllerContext
subject - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The subject for which we are performing authentication.
substituteVariables(String) - Method in class org.apache.catalina.ssi.SSIMediator
Applies variable substitution to the specified String and returns the new resolved string.
substract() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
substract(ByteChunk) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
substract(byte[], int, int) - Method in class org.apache.tomcat.util.buf.ByteChunk
 
substract() - Method in class org.apache.tomcat.util.buf.CharChunk
 
substract(CharChunk) - Method in class org.apache.tomcat.util.buf.CharChunk
 
substract(char[], int, int) - Method in class org.apache.tomcat.util.buf.CharChunk
 
suffix - Variable in class org.apache.catalina.core.ContainerBase
 
suffix - Variable in class org.apache.catalina.core.StandardServer
 
suffix - Variable in class org.apache.catalina.core.StandardService
 
support - Variable in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
The property change support for this component.
support - Variable in class org.apache.catalina.core.ContainerBase
The property change support for this component.
support - Variable in class org.apache.catalina.core.StandardServer
The property change support for this component.
support - Variable in class org.apache.catalina.core.StandardService
The property change support for this component.
support - Variable in class org.apache.catalina.deploy.NamingResources
The property change support for this component.
support - Variable in class org.apache.catalina.loader.WebappLoader
The property change support for this component.
support - Variable in class org.apache.catalina.realm.RealmBase
The property change support for this component.
support - Variable in class org.apache.catalina.session.ManagerBase
The property change support for this component.
support - Variable in class org.apache.catalina.session.StandardSession
The property change support for this component.
support - Variable in class org.apache.catalina.session.StoreBase
The property change support for this component.
swallowInput - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Swallow input ?
swallowInput - Variable in class org.apache.coyote.http11.InternalInputBuffer
Swallow input ?
swapIn(String) - Method in class org.apache.catalina.session.PersistentManagerBase
Look for a session in the Store and, if found, restore it in the Manager's list of active sessions if appropriate.
swapOut(Session) - Method in class org.apache.catalina.session.PersistentManagerBase
Remove the session from the Manager's list of active sessions and write it out to the Store.
synchronousReplication - Variable in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
Use synchronous rather than asynchronous replication.
system - Variable in class org.apache.catalina.loader.WebappClassLoader
The system class loader.

T

TCP_LISTEN_HOST - Static variable in class org.apache.catalina.cluster.mcast.McastMember
 
TCP_LISTEN_PORT - Static variable in class org.apache.catalina.cluster.mcast.McastMember
Public properties specific to this implementation
THREAD_DATA_OBJECT_NAME - Static variable in class org.apache.coyote.http11.Http11BaseProtocol
 
THREAD_DATA_PROCESSOR - Static variable in class org.apache.coyote.http11.Http11BaseProtocol
 
TIMER_POST_REQUEST - Static variable in class org.apache.jk.core.MsgContext
 
TIMER_PRE_REQUEST - Static variable in class org.apache.jk.core.MsgContext
 
TIMER_RECEIVED - Static variable in class org.apache.jk.core.MsgContext
 
TOKEN_AND - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_END - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_EQ - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_GE - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_GT - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_LBRACE - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_LE - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_LT - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_NOT - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_NOT_EQ - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_OR - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_RBRACE - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOKEN_STRING - Static variable in class org.apache.catalina.ssi.ExpressionTokenizer
 
TOMCAT_CSS - Static variable in class org.apache.catalina.util.TomcatCSS
 
TRANSFERENCODING - Static variable in class org.apache.coyote.ajp.Constants
 
TRANSFERENCODING - Static variable in class org.apache.coyote.http11.Constants
 
TYPE - Static variable in class org.apache.naming.EjbRef
EJB type address type.
TYPE - Static variable in class org.apache.naming.resources.ResourceAttributes
Type.
TYPE_ATTRIBUTE - Static variable in class org.apache.catalina.cluster.session.DeltaRequest
 
TYPE_AUTHTYPE - Static variable in class org.apache.catalina.cluster.session.DeltaRequest
 
TYPE_ISNEW - Static variable in class org.apache.catalina.cluster.session.DeltaRequest
 
TYPE_MAXINTERVAL - Static variable in class org.apache.catalina.cluster.session.DeltaRequest
 
TYPE_PRINCIPAL - Static variable in class org.apache.catalina.cluster.session.DeltaRequest
 
T_BYTES - Static variable in class org.apache.tomcat.util.buf.MessageBytes
getType() is T_STR if the the object used to create the MessageBytes was a byte[]
T_CHARS - Static variable in class org.apache.tomcat.util.buf.MessageBytes
getType() is T_STR if the the object used to create the MessageBytes was a char[]
T_NULL - Static variable in class org.apache.tomcat.util.buf.MessageBytes
 
T_STR - Static variable in class org.apache.tomcat.util.buf.MessageBytes
getType() is T_STR if the the object used to create the MessageBytes was a String
TcpConnection - class org.apache.tomcat.util.net.TcpConnection.
 
TcpConnection() - Constructor for class org.apache.tomcat.util.net.TcpConnection
 
TcpConnectionHandler - interface org.apache.tomcat.util.net.TcpConnectionHandler.
This interface will be implemented by any object that uses TcpConnections.
TcpReplicationThread - class org.apache.catalina.cluster.tcp.TcpReplicationThread.
A worker thread class which can drain channels and echo-back the input.
ThreadPool - class org.apache.catalina.cluster.tcp.ThreadPool.
 
ThreadPool - class org.apache.tomcat.util.threads.ThreadPool.
A thread pool that is trying to copy the apache process management.
ThreadPool() - Constructor for class org.apache.tomcat.util.threads.ThreadPool
Constructor.
ThreadPool.ControlRunnable - class org.apache.tomcat.util.threads.ThreadPool.ControlRunnable.
A Thread object that executes various actions ( ThreadPoolRunnable ) under control of ThreadPool
ThreadPool.MonitorRunnable - class org.apache.tomcat.util.threads.ThreadPool.MonitorRunnable.
Periodically execute an action - cleanup in this case
ThreadPool.ThreadPoolListener - interface org.apache.tomcat.util.threads.ThreadPool.ThreadPoolListener.
Interface to allow applications to be notified when a threads are created and stopped.
ThreadPoolRunnable - interface org.apache.tomcat.util.threads.ThreadPoolRunnable.
Implemented if you want to run a piece of code inside a thread pool.
ThreadWithAttributes - class org.apache.tomcat.util.threads.ThreadWithAttributes.
Special thread that allows storing of attributes and notes.
ThreadWithAttributes(Object, Runnable) - Constructor for class org.apache.tomcat.util.threads.ThreadWithAttributes
 
TimeStamp - class org.apache.tomcat.util.buf.TimeStamp.
Main tool for object expiry.
TimeStamp() - Constructor for class org.apache.tomcat.util.buf.TimeStamp
 
TldConfig - class org.apache.catalina.startup.TldConfig.
Startup event listener for a Context that configures application listeners configured in any TLD files.
TldConfig() - Constructor for class org.apache.catalina.startup.TldConfig
 
TldDtdPublicId_11 - Static variable in class org.apache.catalina.startup.Constants
 
TldDtdPublicId_12 - Static variable in class org.apache.catalina.startup.Constants
 
TldDtdResourcePath_11 - Static variable in class org.apache.catalina.startup.Constants
 
TldDtdResourcePath_12 - Static variable in class org.apache.catalina.startup.Constants
 
TldRuleSet - class org.apache.catalina.startup.TldRuleSet.
RuleSet for processing the contents of a tag library descriptor resource.
TldRuleSet() - Constructor for class org.apache.catalina.startup.TldRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
TldRuleSet(String) - Constructor for class org.apache.catalina.startup.TldRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
TldSchemaPublicId_20 - Static variable in class org.apache.catalina.startup.Constants
 
TldSchemaResourcePath_20 - Static variable in class org.apache.catalina.startup.Constants
 
TomcatCSS - class org.apache.catalina.util.TomcatCSS.
 
TomcatCSS() - Constructor for class org.apache.catalina.util.TomcatCSS
 
Tool - class org.apache.catalina.startup.Tool.
General purpose wrapper for command line tools that should execute in an environment with the common class loader environment set up by Catalina.
Tool() - Constructor for class org.apache.catalina.startup.Tool
 
TransactionFactory - class org.apache.naming.factory.TransactionFactory.
Object factory for User trasactions.
TransactionFactory() - Constructor for class org.apache.naming.factory.TransactionFactory
 
TransactionRef - class org.apache.naming.TransactionRef.
Represents a reference address to a transaction.
TransactionRef() - Constructor for class org.apache.naming.TransactionRef
Resource Reference.
TransactionRef(String, String) - Constructor for class org.apache.naming.TransactionRef
Resource Reference.
tag - Variable in class org.apache.catalina.ant.DeployTask
Tag to associate with this to be deployed webapp.
tcpNoDelay - Variable in class org.apache.tomcat.util.net.AprEndpoint
Socket TCP no delay.
tcpNoDelay - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
tellNew() - Method in class org.apache.catalina.cluster.session.DeltaSession
Inform the listeners about the new session.
tellNew() - Method in class org.apache.catalina.session.StandardSession
Inform the listeners about the new session.
tempDir - Variable in class org.apache.catalina.cluster.deploy.FarmWarDeployer
 
terminate() - Method in class org.apache.tomcat.util.threads.ThreadPool.ControlRunnable
 
terminate() - Method in class org.apache.tomcat.util.threads.ThreadPool.MonitorRunnable
Stop the monitor
testIfCondition() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
test the if condition
testIfCondition() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
test the if condition
testUnlessCondition() - Method in class org.apache.catalina.ant.jmx.JMXAccessorCondition
test the unless condition
testUnlessCondition() - Method in class org.apache.catalina.ant.jmx.JMXAccessorTask
test the unless condition
thisAccessedTime - Variable in class org.apache.catalina.session.StandardSession
The current accessed time for this session.
thread - Variable in class org.apache.catalina.connector.Connector
The background thread.
thread - Variable in class org.apache.tomcat.util.net.AprEndpoint.Worker
 
threadEnd(ThreadPool, Thread) - Method in interface org.apache.tomcat.util.threads.ThreadPool.ThreadPoolListener
 
threadName - Variable in class org.apache.catalina.session.JDBCStore
Name to register for the background thread.
threadPool - Variable in class org.apache.coyote.http11.Http11Processor
Associated thread pool.
threadPriority - Variable in class org.apache.tomcat.util.net.AprEndpoint
Priority of the acceptor and poller threads.
threadPriority - Variable in class org.apache.tomcat.util.threads.ThreadPool
Thread priority.
threadStart() - Method in class org.apache.catalina.core.ContainerBase
Start the background thread that will periodically check for session timeouts.
threadStart(ThreadPool, Thread) - Method in interface org.apache.tomcat.util.threads.ThreadPool.ThreadPoolListener
 
threadStatusString() - Method in class org.apache.tomcat.util.threads.ThreadPool
Debug display of the stage of each thread.
threadStop() - Method in class org.apache.catalina.core.ContainerBase
Stop the background thread that is periodically checking for session timeouts.
threads - Variable in class org.apache.tomcat.util.threads.ThreadPool
The threads that are part of the pool.
throwable - Variable in class org.apache.catalina.LifecycleException
The underlying exception or error passed to our constructor (if any)
throwable - Variable in class org.apache.catalina.connector.ClientAbortException
The underlying exception or error passed to our constructor (if any)
timeToExpiration - Variable in class org.apache.catalina.cluster.mcast.McastServiceImpl
The time it takes for a member to expire.
timeout - Variable in class org.apache.coyote.http11.Http11AprProcessor
Maximum timeout on uploads. 5 minutes as in Apache HTTPD server.
timeout - Variable in class org.apache.coyote.http11.Http11Processor
Maximum timeout on uploads. 5 minutes as in Apache HTTPD server.
timestamp - Variable in class org.apache.catalina.startup.HostConfig.DeployedApplication
Instant where the application was last put in service.
timestamp - Variable in class org.apache.naming.resources.CacheEntry
 
tmpMB - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Temp message bytes used for processing.
toByteArray() - Method in class org.apache.catalina.ssi.ByteArrayServletOutputStream
 
toBytes(int) - Static method in class org.apache.catalina.cluster.io.XByteBuffer
Converts an integer to four bytes
toBytes(long) - Static method in class org.apache.catalina.cluster.io.XByteBuffer
Converts an long to eight bytes
toBytes() - Method in class org.apache.tomcat.util.buf.MessageBytes
Unimplemented yet.
toChars() - Method in class org.apache.tomcat.util.buf.MessageBytes
Convert to char[] and fill the CharChunk.
toEncoded(String, String) - Method in class org.apache.catalina.connector.Response
Return the specified URL with the specified session identifier suitably encoded.
toExternalForm() - Method in class org.apache.catalina.util.URL
Return a string representation of this URL.
toExternalForm(URL) - Method in class org.apache.naming.resources.DirContextURLStreamHandler
Override as part of the fix for 36534, to ensure toString is correct.
toExternalForm() - Method in class org.apache.tomcat.util.net.URL
Return a string representation of this URL.
toInt(byte[], int) - Static method in class org.apache.catalina.cluster.io.XByteBuffer
Convert four bytes to an int
toLong(byte[], int) - Static method in class org.apache.catalina.cluster.io.XByteBuffer
Convert eight bytes to a long
toLower(int) - Static method in class org.apache.tomcat.util.buf.Ascii
Returns the lower case equivalent of the specified ASCII character.
toString() - Method in class org.apache.catalina.ContainerEvent
Return a string representation of this event.
toString() - Method in class org.apache.catalina.LifecycleException
Return a formatted string that describes this exception.
toString() - Method in class org.apache.catalina.SessionEvent
Return a string representation of this event.
toString() - Method in class org.apache.catalina.authenticator.SingleSignOn
Return a String rendering of this object.
toString() - Method in class org.apache.catalina.cluster.authenticator.ClusterSingleSignOn
Return a String rendering of this object.
toString() - Method in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
Return a String rendering of this object.
toString() - Method in class org.apache.catalina.cluster.mcast.McastMember
String representation of this object
toString() - Method in class org.apache.catalina.cluster.session.DeltaSession
Return a string representation of this object.
toString() - Method in class org.apache.catalina.cluster.session.ReplicatedSession
 
toString() - Method in class org.apache.catalina.cluster.session.SerializablePrincipal
Return a String representation of this object, which exposes only information that should be public.
toString() - Method in class org.apache.catalina.cluster.tcp.AsyncSocketSender
Name of this SockerSender
toString() - Method in class org.apache.catalina.cluster.tcp.DataSender
Name of this SockerSender
toString() - Method in class org.apache.catalina.cluster.tcp.FastAsyncSocketSender
Name of this SockerSender
toString() - Method in class org.apache.catalina.cluster.tcp.PooledSocketSender
 
toString() - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
Return a String rendering of this object.
toString() - Method in class org.apache.catalina.cluster.tcp.SocketSender
 
toString() - Method in class org.apache.catalina.cluster.util.SmartQueue.SmartEntry
 
toString() - Method in class org.apache.catalina.connector.ClientAbortException
Return a formatted string that describes this exception.
toString() - Method in class org.apache.catalina.connector.CoyotePrincipal
Return a String representation of this object, which exposes only information that should be public.
toString() - Method in class org.apache.catalina.core.StandardContext
Return a String representation of this component.
toString() - Method in class org.apache.catalina.core.StandardEngine
Return a String representation of this component.
toString() - Method in class org.apache.catalina.core.StandardHost
Return a String representation of this component.
toString() - Method in class org.apache.catalina.core.StandardServer
Return a String representation of this component.
toString() - Method in class org.apache.catalina.core.StandardService
Return a String representation of this component.
toString() - Method in class org.apache.catalina.core.StandardWrapper
Return a String representation of this component.
toString() - Method in class org.apache.catalina.deploy.ApplicationParameter
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ContextEjb
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ContextEnvironment
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ContextLocalEjb
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ContextResource
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ContextResourceEnvRef
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ContextResourceLink
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ContextTransaction
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.ErrorPage
Render a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.FilterDef
Render a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.FilterMap
Render a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.LoginConfig
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.MessageDestination
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.MessageDestinationRef
Return a String representation of this object.
toString() - Method in class org.apache.catalina.deploy.SecurityCollection
Return a String representation of this security collection.
toString() - Method in class org.apache.catalina.deploy.SecurityConstraint
Return a String representation of this security constraint.
toString() - Method in class org.apache.catalina.deploy.SecurityRoleRef
Return a String representation of this object.
toString() - Method in class org.apache.catalina.loader.WebappClassLoader
Render a String representation of this object.
toString() - Method in class org.apache.catalina.loader.WebappLoader
Return a String representation of this component.
toString() - Method in class org.apache.catalina.realm.GenericPrincipal
Return a String representation of this object, which exposes only information that should be public.
toString() - Method in class org.apache.catalina.realm.RealmBase.AllRolesMode
 
toString() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Print important CGI environment information in a easy-to-read HTML table
toString() - Method in class org.apache.catalina.session.StandardSession
Return a string representation of this object.
toString() - Method in class org.apache.catalina.startup.SetNextNamingRule
Render a printable version of this Rule.
toString() - Method in class org.apache.catalina.users.MemoryGroup
Return a String representation of this group in XML format.
toString() - Method in class org.apache.catalina.users.MemoryRole
Return a String representation of this role in XML format.
toString() - Method in class org.apache.catalina.users.MemoryUser
Return a String representation of this user.
toString() - Method in class org.apache.catalina.users.MemoryUserDatabase
Return a String representation of this UserDatabase.
toString() - Method in class org.apache.catalina.util.CGIProcessEnvironment
Deprecated. Print important CGI environment information in an easy-to-read HTML table
toString() - Method in class org.apache.catalina.util.Extension
Return a String representation of this object.
toString() - Method in class org.apache.catalina.util.ManifestResource
 
toString() - Method in class org.apache.catalina.util.ProcessEnvironment
Deprecated. Print important process environment information in an easy-to-read HTML table
toString() - Method in class org.apache.catalina.util.URL
Return a string representation of this object.
toString() - Method in class org.apache.catalina.util.XMLWriter
Retrieve generated XML.
toString() - Method in class org.apache.catalina.valves.RequestDumperValve
Return a String rendering of this object.
toString() - Method in class org.apache.catalina.valves.ValveBase
Return a String rendering of this object.
toString() - Method in class org.apache.coyote.Request
 
toString() - Method in class org.apache.naming.ResourceRef
Return a String rendering of this object.
toString() - Method in class org.apache.naming.resources.CacheEntry
 
toString() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
toString() - Method in class org.apache.tomcat.util.buf.CharChunk
 
toString() - Method in class org.apache.tomcat.util.buf.MessageBytes
Compute the string value
toString() - Method in class org.apache.tomcat.util.buf.StringCache.ByteEntry
 
toString() - Method in class org.apache.tomcat.util.buf.StringCache.CharEntry
 
toString(ByteChunk) - Static method in class org.apache.tomcat.util.buf.StringCache
 
toString(CharChunk) - Static method in class org.apache.tomcat.util.buf.StringCache
 
toString() - Method in class org.apache.tomcat.util.digester.CallMethodRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.CallParamRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.FactoryCreateRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.ObjectCreateRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.ObjectParamRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.PathCallParamRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.SetNextRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.SetPropertiesRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.SetPropertyRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.SetRootRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.digester.SetTopRule
Render a printable version of this Rule.
toString() - Method in class org.apache.tomcat.util.http.BaseRequest
** SLOW ** for debugging only!
toString() - Method in class org.apache.tomcat.util.http.Cookies
EXPENSIVE!!!
toString() - Method in class org.apache.tomcat.util.http.MimeHeaders
EXPENSIVE!!!
toString() - Method in class org.apache.tomcat.util.http.ServerCookie
 
toString() - Method in class org.apache.tomcat.util.net.URL
Return a string representation of this object.
toStringInternal() - Method in class org.apache.tomcat.util.buf.ByteChunk
 
toStringInternal() - Method in class org.apache.tomcat.util.buf.CharChunk
 
toUpper(int) - Static method in class org.apache.tomcat.util.buf.Ascii
Returns the upper case equivalent of the specified ASCII character.
toXml() - Method in class org.apache.catalina.users.MemoryUser
Return a String representation of this user in XML format.
tomcatAuthentication - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Use Tomcat authentication ?
tomcatAuthentication - Variable in class org.apache.coyote.ajp.AjpAprProtocol
Should authentication be done in the native webserver layer, or in the Servlet container ?
tomcatHome - Variable in class org.apache.jk.config.BaseJkConfig
 
totalBytes - Variable in class org.apache.catalina.cluster.tcp.DataSender
total bytes to transfer
totalNrOfMessages - Variable in class org.apache.catalina.cluster.deploy.FileMessageFactory
The total number of packets that we split this file into
totalReceivedBytes - Variable in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
total bytes to recevied
totalRequestTime - Variable in class org.apache.catalina.cluster.tcp.ReplicationValve
 
totalSendTime - Variable in class org.apache.catalina.cluster.tcp.ReplicationValve
 
touch(long) - Method in class org.apache.tomcat.util.buf.TimeStamp
Access notification.
tp - Variable in class org.apache.coyote.http11.Http11BaseProtocol
 
tpOname - Variable in class org.apache.coyote.ajp.AjpAprProtocol
 
trainThreshold - Static variable in class org.apache.tomcat.util.buf.StringCache
 
transferProperty(String, Object) - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
transfer properties from cluster configuration to subelement bean.
transferSenderProperty(IDataSender) - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
Transfer all properties from transmitter to concrete sender
translate - Static variable in class org.apache.catalina.util.Strftime
 
translateCommand(StringBuffer, String, int, boolean) - Method in class org.apache.catalina.util.Strftime
Try to get the Java Date/Time formatting associated with the C standard provided.
treeLookup(Name) - Method in class org.apache.naming.resources.WARDirContext
Entry tree lookup.
triggers - Static variable in class org.apache.catalina.loader.WebappClassLoader
The set of trigger classes that will cause a proposed repository not to be added if this class is visible to the class loader that loaded this factory class.
type - Variable in class org.apache.catalina.ant.ResourcesTask
The fully qualified class name of the resource type being requested (if any).
type - Variable in class org.apache.catalina.core.ContainerBase
 
type - Variable in class org.apache.catalina.core.StandardServer
 
type - Variable in class org.apache.catalina.core.StandardService
 
type - Variable in class org.apache.catalina.realm.RealmBase
 
type - Variable in class org.apache.naming.NamingEntry
The type instance variable is used to avoid unsing RTTI when doing lookups.

U

UDecoder - class org.apache.tomcat.util.buf.UDecoder.
All URL decoding happens here.
UDecoder() - Constructor for class org.apache.tomcat.util.buf.UDecoder
 
UEncoder - class org.apache.tomcat.util.buf.UEncoder.
Efficient implementation for encoders.
UEncoder() - Constructor for class org.apache.tomcat.util.buf.UEncoder
 
UPDATE_SESSION - Static variable in class org.apache.catalina.cluster.authenticator.SingleSignOnMessage
 
URIConverter - Variable in class org.apache.catalina.connector.Request
URI byte to char converter (not recycled).
URIEncoding - Variable in class org.apache.catalina.connector.Connector
URI encoding.
URI_WORKERS_MAP_CONFIG - Static variable in class org.apache.jk.config.IISConfig
 
URL - class org.apache.catalina.util.URL.
URL is designed to provide public APIs for parsing and synthesizing Uniform Resource Locators as similar as possible to the APIs of java.net.URL, but without the ability to open a stream or connection.
URL(String) - Constructor for class org.apache.catalina.util.URL
Create a URL object from the specified String representation.
URL(URL, String) - Constructor for class org.apache.catalina.util.URL
Create a URL object by parsing a string representation relative to a specified context.
URL(String, String, String) - Constructor for class org.apache.catalina.util.URL
Create a URL object from the specified components.
URL(String, String, int, String) - Constructor for class org.apache.catalina.util.URL
Create a URL object from the specified components.
URL - class org.apache.tomcat.util.net.URL.
URL is designed to provide public APIs for parsing and synthesizing Uniform Resource Locators as similar as possible to the APIs of java.net.URL, but without the ability to open a stream or connection.
URL(String) - Constructor for class org.apache.tomcat.util.net.URL
Create a URL object from the specified String representation.
URL(URL, String) - Constructor for class org.apache.tomcat.util.net.URL
Create a URL object by parsing a string representation relative to a specified context.
URL(String, String, String) - Constructor for class org.apache.tomcat.util.net.URL
Create a URL object from the specified components.
URL(String, String, int, String) - Constructor for class org.apache.tomcat.util.net.URL
Create a URL object from the specified components.
URLDecode(String) - Static method in class org.apache.catalina.util.RequestUtil
Decode and return the specified URL-encoded String.
URLDecode(String, String) - Static method in class org.apache.catalina.util.RequestUtil
Decode and return the specified URL-encoded String.
URLDecode(String, String, boolean) - Static method in class org.apache.catalina.util.RequestUtil
Decode and return the specified URL-encoded String.
URLDecode(byte[]) - Static method in class org.apache.catalina.util.RequestUtil
Decode and return the specified URL-encoded byte array.
URLDecode(byte[], String) - Static method in class org.apache.catalina.util.RequestUtil
Decode and return the specified URL-encoded byte array.
URLDecode(byte[], String, boolean) - Static method in class org.apache.catalina.util.RequestUtil
Decode and return the specified URL-encoded byte array.
URLEncoder - class org.apache.catalina.util.URLEncoder.
This class is very similar to the java.net.URLEncoder class.
URLEncoder() - Constructor for class org.apache.catalina.util.URLEncoder
 
USE_CUSTOM_STATUS_MSG_IN_HEADER - Static variable in class org.apache.coyote.Constants
If true, custom HTTP status messages will be used in headers.
USE_CUSTOM_STATUS_MSG_IN_HEADER - Static variable in class org.apache.coyote.ajp.Constants
Should custom status messages be allowed in headers?
USE_CUSTOM_STATUS_MSG_IN_HEADER - Static variable in class org.apache.coyote.http11.Constants
Should custom status messages be allowed in headers?
USE_CUSTOM_STATUS_MSG_IN_HEADER - Static variable in class org.apache.jk.common.AjpConstants
Should custom status messages be allowed in headers?
UTF8Decoder - class org.apache.tomcat.util.buf.UTF8Decoder.
Moved from ByteChunk - code to convert from UTF8 bytes to chars.
UTF8Decoder() - Constructor for class org.apache.tomcat.util.buf.UTF8Decoder
 
UndeployMessage - class org.apache.catalina.cluster.deploy.UndeployMessage.
 
UndeployMessage() - Constructor for class org.apache.catalina.cluster.deploy.UndeployMessage
 
UndeployMessage(Member, long, String, String, boolean) - Constructor for class org.apache.catalina.cluster.deploy.UndeployMessage
 
UndeployTask - class org.apache.catalina.ant.UndeployTask.
Ant task that implements the /undeploy command, supported by the Tomcat manager application.
UndeployTask() - Constructor for class org.apache.catalina.ant.UndeployTask
 
User - interface org.apache.catalina.User.
Abstract representation of a user in a UserDatabase.
UserConfig - class org.apache.catalina.startup.UserConfig.
Startup event listener for a Host that configures Contexts (web applications) for all defined "users" who have a web application in a directory with the specified name in their home directories.
UserConfig() - Constructor for class org.apache.catalina.startup.UserConfig
 
UserDatabase - interface org.apache.catalina.UserDatabase.
Abstract representation of a database of Users and Groups that can be maintained by an application, along with definitions of corresponding Roles, and referenced by a Realm for authentication and access control.
UserDatabase - interface org.apache.catalina.startup.UserDatabase.
Abstraction of the set of users defined by the operating system on the current server platform.
UserDatabaseRealm - class org.apache.catalina.realm.UserDatabaseRealm.
Implementation of Realm that is based on an implementation of UserDatabase made available through the global JNDI resources configured for this instance of Catalina.
UserDatabaseRealm() - Constructor for class org.apache.catalina.realm.UserDatabaseRealm
 
UserMBean - class org.apache.catalina.mbeans.UserMBean.
A ModelMBean implementation for the org.apache.catalina.User component.
UserMBean() - Constructor for class org.apache.catalina.mbeans.UserMBean
Construct a ModelMBean with default ModelMBeanInfo information.
unCapitalize(String) - Static method in class org.apache.tomcat.util.IntrospectionUtils
 
unLockSocket() - Method in class org.apache.catalina.cluster.tcp.SocketReplicationListener
Need to create a connection to unlock the ServerSocker#accept().
unRegisterTomcat(String, int) - Method in class org.apache.jk.common.Shm
 
unavailable(UnavailableException) - Method in interface org.apache.catalina.Wrapper
Process an UnavailableException, marking this servlet as unavailable for the specified amount of time.
unavailable(UnavailableException) - Method in class org.apache.catalina.core.StandardWrapper
Process an UnavailableException, marking this servlet as unavailable for the specified amount of time.
unbind(Name) - Method in class org.apache.naming.NamingContext
Unbinds the named object.
unbind(String) - Method in class org.apache.naming.NamingContext
Unbinds the named object.
unbind(Name) - Method in class org.apache.naming.SelectorContext
Unbinds the named object.
unbind(String) - Method in class org.apache.naming.SelectorContext
Unbinds the named object.
unbind(Name) - Method in class org.apache.naming.resources.BaseDirContext
Unbinds the named object.
unbind(String) - Method in class org.apache.naming.resources.BaseDirContext
Unbinds the named object.
unbind() - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Unbinds a directory context to a class loader.
unbind(ClassLoader) - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Unbinds a directory context to a class loader.
unbind(String) - Method in class org.apache.naming.resources.FileDirContext
Unbinds the named object.
unbind(Name) - Method in class org.apache.naming.resources.ProxyDirContext
Unbinds the named object.
unbind(String) - Method in class org.apache.naming.resources.ProxyDirContext
Unbinds the named object.
unbind(String) - Method in class org.apache.naming.resources.WARDirContext
Unbinds the named object.
unbindClassLoader(Object) - Static method in class org.apache.naming.ContextBindings
Unbinds a naming context to a class loader.
unbindClassLoader(Object, Object) - Static method in class org.apache.naming.ContextBindings
Unbinds a naming context to a class loader.
unbindClassLoader(Object, Object, ClassLoader) - Static method in class org.apache.naming.ContextBindings
Unbinds a naming context to a class loader.
unbindContext(Object) - Static method in class org.apache.naming.ContextBindings
Unbind context name.
unbindContext(Object, Object) - Static method in class org.apache.naming.ContextBindings
Unbind context name.
unbindThread(Object) - Static method in class org.apache.naming.ContextBindings
Unbinds a naming context to a thread.
unbindThread(Object, Object) - Static method in class org.apache.naming.ContextBindings
Unbinds a naming context to a thread.
unbindThread() - Static method in class org.apache.naming.resources.DirContextURLStreamHandler
Unbinds a directory context to a thread.
undeployApps() - Method in class org.apache.catalina.startup.HostConfig
Undeploy all deployed applications.
undeployDir(File) - Method in class org.apache.catalina.cluster.deploy.FarmWarDeployer
Delete the specified directory, including all of its contents and subdirectories recursively.
unescape(String) - Method in class org.apache.catalina.connector.Request
 
unescapeDoubleQuotes(ByteChunk) - Static method in class org.apache.tomcat.util.http.ServerCookie
Unescapes any double quotes in the given cookie value.
unload() - Method in interface org.apache.catalina.Manager
Save any currently active sessions in the appropriate persistence mechanism, if any.
unload() - Method in interface org.apache.catalina.Wrapper
Unload all initialized instances of this servlet, after calling the destroy() method for each instance.
unload() - Method in class org.apache.catalina.cluster.session.DeltaManager
 
unload() - Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
Override persistence since they don't go hand in hand with replication for now.
unload() - Method in class org.apache.catalina.core.StandardWrapper
Unload all initialized instances of this servlet, after calling the destroy() method for each instance.
unload() - Method in class org.apache.catalina.session.PersistentManagerBase
Save all currently active sessions in the appropriate persistence mechanism, if any.
unload() - Method in class org.apache.catalina.session.StandardManager
Save any currently active sessions in the appropriate persistence mechanism, if any.
unload(String) - Method in class org.apache.naming.resources.ResourceCache
 
unloadDeltaRequest(DeltaRequest) - Method in class org.apache.catalina.cluster.session.DeltaManager
serialize DeltaRequest
unlockAccept() - Method in class org.apache.tomcat.util.net.AprEndpoint
Unlock the server socket accept using a bugus connection.
unlockAccept() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
unlockAdd() - Method in class org.apache.catalina.cluster.util.FastQueue
unlock queue for next add
unlockAdd(boolean) - Method in class org.apache.catalina.cluster.util.SingleRemoveSynchronizedAddLock
Releases the lock by an add thread and reset the remove flag.
unlockRemove() - Method in class org.apache.catalina.cluster.util.FastQueue
unlock queue for next remove
unlockRemove() - Method in class org.apache.catalina.cluster.util.SingleRemoveSynchronizedAddLock
Releases the lock by the remove thread and reset the add flag.
unmanageApp(String) - Method in class org.apache.catalina.startup.HostConfig
Remove a webapp from our control.
unpackWARs - Variable in class org.apache.catalina.startup.HostConfig
Should we unpack WAR files when auto-deploying applications in the appBase directory?
unparsedEntityDecl(String, String, String, String) - Method in class org.apache.tomcat.util.digester.Digester
Receive notification of an unparsed entity declaration event.
unparsedURI() - Method in class org.apache.coyote.Request
 
unregisterClusterValve() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
unregister all cluster valve to host or engine
unregisterDescription(StoreDescription) - Method in class org.apache.catalina.storeconfig.StoreRegistry
 
unregisterMBean() - Method in class org.apache.catalina.cluster.mcast.McastService
unregister MBeans for Membership
unregisterMBeans() - Method in class org.apache.catalina.cluster.tcp.SimpleTcpCluster
 
unregisterRecevierMBean() - Method in class org.apache.catalina.cluster.tcp.ClusterReceiverBase
UnRegister Recevier MBean <domain>:type=ClusterReceiver,host=<host>
unregisterSenderMBean(IDataSender) - Method in class org.apache.catalina.cluster.tcp.ReplicationTransmitter
unregsister sendern Mbean
unsetSecurityToken(Object, Object) - Static method in class org.apache.naming.ContextAccessController
Remove a security token for a context.
update - Variable in class org.apache.catalina.ant.DeployTask
Update existing webapps.
update(String, Principal, String, String, String) - Method in class org.apache.catalina.authenticator.SingleSignOn
Updates any SingleSignOnEntry found under key ssoId with the given authentication data.
update(String, Principal, String, String, String) - Method in class org.apache.catalina.cluster.authenticator.ClusterSingleSignOn
Notifies the cluster of an update of the security credentials associated with an SSO session.
updateCounters() - Method in class org.apache.coyote.Request
 
updateCredentials(Principal, String, String, String) - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Updates the SingleSignOnEntry to reflect the latest security information associated with the caller.
updateLocal(String, Principal, String, String, String) - Method in class org.apache.catalina.cluster.authenticator.ClusterSingleSignOn
 
updateReadyStatus() - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Checks & sets ready status
updateReadyStatus() - Method in class org.apache.catalina.util.ProcessHelper
Deprecated. Checks & sets ready status
updateStats(long, long) - Method in class org.apache.catalina.cluster.tcp.ReplicationValve
protocol cluster replications stats
url - Variable in class org.apache.catalina.ant.AbstractCatalinaTask
The URL of the Manager application to be used.
urlEncode(Writer, String) - Method in class org.apache.tomcat.util.buf.UEncoder
URL Encode string, using a specified encoding.
urlEncode(Writer, byte[], int, int) - Method in class org.apache.tomcat.util.buf.UEncoder
 
urlEncoder - Static variable in class org.apache.catalina.connector.CoyoteAdapter
Encoder for the Location URL in HTTP redirects.
urlEncoder - Variable in class org.apache.catalina.connector.Response
URL encoder.
urlEncoder - Static variable in class org.apache.catalina.core.StandardContext
Array containing the safe characters set.
urlEncoder - Static variable in class org.apache.catalina.servlets.DefaultServlet
Array containing the safe characters set.
urlEncoder - Static variable in class org.apache.catalina.ssi.SSIMediator
 
usage() - Method in class org.apache.catalina.startup.Catalina
Print usage information for this application.
useAcceptRanges - Variable in class org.apache.catalina.servlets.DefaultServlet
Should the Accept-Ranges: bytes header be send with static resources?
useBodyEncodingForURI - Variable in class org.apache.catalina.connector.Connector
URI encoding as body.
useContextClassLoader - Variable in class org.apache.catalina.realm.JAASRealm
Whether to use context ClassLoader or default ClassLoader.
useContextClassLoader - Variable in class org.apache.tomcat.util.digester.Digester
Do we want to use the Context ClassLoader when loading classes for instantiating new objects.
useDirtyFlag - Variable in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
 
useExactMatch - Variable in class org.apache.tomcat.util.digester.CallMethodRule
Should MethodUtils.invokeExactMethod be used for reflection.
useExactMatch - Variable in class org.apache.tomcat.util.digester.SetNextRule
Should we use exact matching.
useExactMatch - Variable in class org.apache.tomcat.util.digester.SetRootRule
Should we use exact matching.
useExactMatch - Variable in class org.apache.tomcat.util.digester.SetTopRule
Should we use exact matching.
useIPVHosts - Variable in class org.apache.catalina.connector.Connector
Flag to use IP-based virtual hosting.
useLongContentLength - Variable in class org.apache.catalina.valves.JDBCAccessLogValve
Use long contentLength as you have more 4 GB output.
useNaming - Variable in class org.apache.catalina.startup.Embedded
Is naming enabled ?
useSendfile - Variable in class org.apache.tomcat.util.net.AprEndpoint
Use endfile for sending static files.
useShutdownHook - Variable in class org.apache.catalina.startup.Catalina
Use shutdown hook flag.
useSocketBuffer - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Socket buffer (extra buffering to reduce number of packets sent).
userBase - Variable in class org.apache.catalina.realm.JNDIRealm
The base element for user searches.
userClassNames - Variable in class org.apache.catalina.realm.JAASRealm
Comma-delimited list of java.security.Principal classes that represent individual users.
userClasses - Variable in class org.apache.catalina.realm.JAASRealm
The set of user class names, split out for easy processing.
userCredCol - Variable in class org.apache.catalina.realm.DataSourceRealm
The column in the user table that holds the user's credintials
userCredCol - Variable in class org.apache.catalina.realm.JDBCRealm
The column in the user table that holds the user's credintials
userNameCol - Variable in class org.apache.catalina.realm.DataSourceRealm
The column in the user table that holds the user's name
userNameCol - Variable in class org.apache.catalina.realm.JDBCRealm
The column in the user table that holds the user's name
userPassword - Variable in class org.apache.catalina.realm.JNDIRealm
The attribute name used to retrieve the user password.
userPattern - Variable in class org.apache.catalina.realm.JNDIRealm
The message format used to form the distinguished name of a user, with "{0}" marking the spot where the specified username goes.
userPatternArray - Variable in class org.apache.catalina.realm.JNDIRealm
A string of LDAP user patterns or paths, ":"-separated These will be used to form the distinguished name of a user, with "{0}" marking the spot where the specified username goes.
userPatternFormatArray - Variable in class org.apache.catalina.realm.JNDIRealm
An array of MessageFormat objects associated with the current userPatternArray.
userPrincipal - Variable in class org.apache.catalina.connector.Request
User principal.
userPrincipal - Variable in class org.apache.catalina.realm.GenericPrincipal
The authenticated Principal to be exposed to applications.
userRoleName - Variable in class org.apache.catalina.realm.JNDIRealm
The name of an attribute in the user's entry containing roles for that user
userRoleTable - Variable in class org.apache.catalina.realm.DataSourceRealm
The table that holds the relation between user's and roles
userRoleTable - Variable in class org.apache.catalina.realm.JDBCRealm
The table that holds the relation between user's and roles
userSearch - Variable in class org.apache.catalina.realm.JNDIRealm
The message format used to search for a user, with "{0}" marking the spot where the username goes.
userSearchFormat - Variable in class org.apache.catalina.realm.JNDIRealm
The MessageFormat object associated with the current userSearch.
userSubtree - Variable in class org.apache.catalina.realm.JNDIRealm
Should we search the entire subtree for matching users?
userTable - Variable in class org.apache.catalina.realm.DataSourceRealm
The table that holds user data.
userTable - Variable in class org.apache.catalina.realm.JDBCRealm
The table that holds user data.
username - Variable in class org.apache.catalina.ant.AbstractCatalinaTask
The login username for the Manager application.
username - Variable in class org.apache.catalina.authenticator.SingleSignOnEntry
 
username - Variable in class org.apache.catalina.realm.JAASCallbackHandler
The username to be authenticated with.
username - Variable in class org.apache.catalina.users.AbstractUser
The logon username of this user.
users - Variable in class org.apache.catalina.users.MemoryUserDatabase
The set of Users defined in this database, keyed by user name.
usingInputStream - Variable in class org.apache.catalina.connector.Request
Using stream flag.
usingOutputStream - Variable in class org.apache.catalina.connector.Response
Using output stream flag.
usingReader - Variable in class org.apache.catalina.connector.Request
Using writer flag.
usingWriter - Variable in class org.apache.catalina.connector.Response
Using writer flag.

V

VARIABLE_NAMES - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
 
VOID_FILTER - Static variable in class org.apache.coyote.ajp.Constants
Void filters (input and output).
VOID_FILTER - Static variable in class org.apache.coyote.http11.Constants
Void filters (input and output).
ValidatorTask - class org.apache.catalina.ant.ValidatorTask.
Task for validating a web application deployment descriptor, using XML schema validation.
ValidatorTask() - Constructor for class org.apache.catalina.ant.ValidatorTask
 
Valve - interface org.apache.catalina.Valve.
A Valve is a request processing component associated with a particular Container.
ValveBase - class org.apache.catalina.valves.ValveBase.
Convenience base class for implementations of the Valve interface.
ValveBase() - Constructor for class org.apache.catalina.valves.ValveBase
 
VoidInputFilter - class org.apache.coyote.http11.filters.VoidInputFilter.
Void input filter, which returns -1 when attempting a read.
VoidInputFilter() - Constructor for class org.apache.coyote.http11.filters.VoidInputFilter
 
VoidOutputFilter - class org.apache.coyote.http11.filters.VoidOutputFilter.
Void output filter, which silently swallows bytes written.
VoidOutputFilter() - Constructor for class org.apache.coyote.http11.filters.VoidOutputFilter
 
vPath - Variable in class org.apache.naming.resources.ProxyDirContext
Virtual path.
valid - Variable in class org.apache.catalina.util.ProcessEnvironment
Deprecated. whether or not this object is valid or not
validate(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Validate a classname.
validate - Variable in class org.apache.catalina.realm.RealmBase
Should we validate client certificate chains when they are presented?
validate() - Method in class org.apache.catalina.servlets.DefaultServlet.Range
Validate range.
validate(Host, URL, String) - Static method in class org.apache.catalina.startup.ExpandWar
Validate the WAR file found at the specified URL.
validate(CacheEntry) - Method in class org.apache.naming.resources.ProxyDirContext
Validate entry.
validateApplication(DirContext, StandardContext) - Static method in class org.apache.catalina.util.ExtensionValidator
Runtime validation of a Web Applicaiton.
validateJarFile(File) - Method in class org.apache.catalina.loader.WebappClassLoader
Check the specified JAR file, and return true if it does not contain any of the trigger classes.
validateMode(String) - Static method in class org.apache.catalina.cluster.tcp.IDataSenderFactory
Check that mode is valid
validateSecurityRoles() - Method in class org.apache.catalina.startup.ContextConfig
Validate the usage of security role names in the web application deployment descriptor.
validateUri - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
Should the URI be validated as required by RFC2617?
validating - Variable in class org.apache.tomcat.util.digester.Digester
Do we want to use a validating parser.
value - Variable in class org.apache.catalina.ant.JMXSetTask
The new value for the attribute
value - Variable in class org.apache.catalina.cluster.util.SmartQueue.SmartEntry
 
value - Variable in class org.apache.naming.NamingEntry
 
value - Variable in class org.apache.tomcat.util.buf.StringCache.ByteEntry
 
value - Variable in class org.apache.tomcat.util.buf.StringCache.CharEntry
 
value - Variable in class org.apache.tomcat.util.digester.SetPropertyRule
The attribute that will contain the property value.
values(String) - Method in class org.apache.tomcat.util.http.MimeHeaders
 
version - Static variable in class org.apache.tomcat.util.digester.XercesParser
A float representing the underlying Xerces version
versionNumber - Static variable in class org.apache.tomcat.util.digester.XercesParser
The current Xerces version.

W

W3C_XML_SCHEMA - Static variable in class org.apache.tomcat.util.digester.Digester
The schema language supported.
W3cSchemaPublicId_10 - Static variable in class org.apache.catalina.startup.Constants
 
W3cSchemaResourcePath_10 - Static variable in class org.apache.catalina.startup.Constants
 
WAR - Static variable in class org.apache.catalina.util.ManifestResource
 
WARDirContext - class org.apache.naming.resources.WARDirContext.
WAR Directory Context implementation.
WARDirContext() - Constructor for class org.apache.naming.resources.WARDirContext
Builds a WAR directory context using the given environment.
WARDirContext(Hashtable) - Constructor for class org.apache.naming.resources.WARDirContext
Builds a WAR directory context using the given environment.
WARDirContext(ZipFile, WARDirContext.Entry) - Constructor for class org.apache.naming.resources.WARDirContext
Constructor used for returning fake subcontexts.
WARDirContext.Entry - class org.apache.naming.resources.WARDirContext.Entry.
Entries structure.
WARDirContext.Entry(String, ZipEntry) - Constructor for class org.apache.naming.resources.WARDirContext.Entry
 
WARDirContext.WARResource - class org.apache.naming.resources.WARDirContext.WARResource.
This specialized resource implementation avoids opening the IputStream to the WAR right away.
WARDirContext.WARResource(ZipEntry) - Constructor for class org.apache.naming.resources.WARDirContext.WARResource
 
WELCOME_FILES_ATTR - Static variable in class org.apache.catalina.Globals
The servlet context attribute under which we record the set of welcome files (as an object of type String[]) for this application.
WORKERS_CONFIG - Static variable in class org.apache.jk.config.ApacheConfig
default path to workers.properties file This should be also auto-generated from server.xml.
WORKERS_CONFIG - Static variable in class org.apache.jk.config.IISConfig
 
WORKERS_CONFIG - Static variable in class org.apache.jk.config.NSConfig
 
WORK_DIR_ATTR - Static variable in class org.apache.catalina.Globals
The servlet context attribute under which we store a temporary working directory (as an object of type File) for use by servlets within this web application.
WORK_WAIT_TIMEOUT - Static variable in class org.apache.tomcat.util.threads.ThreadPool
 
WarWatcher - class org.apache.catalina.cluster.deploy.WarWatcher.
The WarWatcher watches the deployDir for changes made to the directory (adding new WAR files->deploy or remove WAR files->undeploy) And notifies a listener of the changes made
WarWatcher() - Constructor for class org.apache.catalina.cluster.deploy.WarWatcher
 
WarWatcher(FileChangeListener, File) - Constructor for class org.apache.catalina.cluster.deploy.WarWatcher
 
WarWatcher.WarFilter - class org.apache.catalina.cluster.deploy.WarWatcher.WarFilter.
File name filter for war files
WarWatcher.WarFilter() - Constructor for class org.apache.catalina.cluster.deploy.WarWatcher.WarFilter
 
WarWatcher.WarInfo - class org.apache.catalina.cluster.deploy.WarWatcher.WarInfo.
File information on existing WAR files
WarWatcher.WarInfo(File) - Constructor for class org.apache.catalina.cluster.deploy.WarWatcher.WarInfo
 
WatchedResourceSF - class org.apache.catalina.storeconfig.WatchedResourceSF.
 
WatchedResourceSF() - Constructor for class org.apache.catalina.storeconfig.WatchedResourceSF
 
WebDtdPublicId_22 - Static variable in class org.apache.catalina.startup.Constants
 
WebDtdPublicId_23 - Static variable in class org.apache.catalina.startup.Constants
 
WebDtdResourcePath_22 - Static variable in class org.apache.catalina.startup.Constants
 
WebDtdResourcePath_23 - Static variable in class org.apache.catalina.startup.Constants
 
WebRuleSet - class org.apache.catalina.startup.WebRuleSet.
RuleSet for processing the contents of a web application deployment descriptor (/WEB-INF/web.xml) resource.
WebRuleSet() - Constructor for class org.apache.catalina.startup.WebRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
WebRuleSet(String) - Constructor for class org.apache.catalina.startup.WebRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
WebSchemaPublicId_24 - Static variable in class org.apache.catalina.startup.Constants
 
WebSchemaResourcePath_24 - Static variable in class org.apache.catalina.startup.Constants
 
WebXml2Jk - class org.apache.jk.config.WebXml2Jk.
Read a web.xml file and generate the mappings for jk2.
WebXml2Jk() - Constructor for class org.apache.jk.config.WebXml2Jk
 
WebXml2Jk.MappingGenerator - interface org.apache.jk.config.WebXml2Jk.MappingGenerator.
 
WebXml2Jk.NullResolver - class org.apache.jk.config.WebXml2Jk.NullResolver.
 
WebXml2Jk.NullResolver() - Constructor for class org.apache.jk.config.WebXml2Jk.NullResolver
 
WebappClassLoader - class org.apache.catalina.loader.WebappClassLoader.
Specialized web application class loader.
WebappClassLoader() - Constructor for class org.apache.catalina.loader.WebappClassLoader
Construct a new ClassLoader with no defined repositories and no parent ClassLoader.
WebappClassLoader(ClassLoader) - Constructor for class org.apache.catalina.loader.WebappClassLoader
Construct a new ClassLoader with no defined repositories and the given parent ClassLoader.
WebappClassLoader.PrivilegedFindResource - class org.apache.catalina.loader.WebappClassLoader.PrivilegedFindResource.
Deprecated. Not used
WebappClassLoader.PrivilegedFindResourceByName - class org.apache.catalina.loader.WebappClassLoader.PrivilegedFindResourceByName.
 
WebappClassLoader.PrivilegedGetClassLoader - class org.apache.catalina.loader.WebappClassLoader.PrivilegedGetClassLoader.
 
WebappClassLoader.PrivilegedGetClassLoader(Class) - Constructor for class org.apache.catalina.loader.WebappClassLoader.PrivilegedGetClassLoader
 
WebappLoader - class org.apache.catalina.loader.WebappLoader.
Classloader implementation which is specialized for handling web applications in the most efficient way, while being Catalina aware (all accesses to resources are made through the DirContext interface).
WebappLoader() - Constructor for class org.apache.catalina.loader.WebappLoader
Construct a new WebappLoader with no defined parent class loader (so that the actual parent will be the system class loader).
WebappLoader(ClassLoader) - Constructor for class org.apache.catalina.loader.WebappLoader
Construct a new WebappLoader with the specified class loader to be defined as the parent of the ClassLoader we ultimately create.
WebdavServlet - class org.apache.catalina.servlets.WebdavServlet.
Servlet which adds support for WebDAV level 2.
WebdavServlet() - Constructor for class org.apache.catalina.servlets.WebdavServlet
 
WithDefaultsRulesWrapper - class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper.
Rules Decorator that returns default rules when no matches are returned by the wrapped implementation.
WithDefaultsRulesWrapper(Rules) - Constructor for class org.apache.tomcat.util.digester.WithDefaultsRulesWrapper
Base constructor.
WorkerDummy - class org.apache.jk.common.WorkerDummy.
A dummy worker, will just send back a dummy response.
WorkerDummy() - Constructor for class org.apache.jk.common.WorkerDummy
 
WorkerEnv - class org.apache.jk.core.WorkerEnv.
The controller object.
WorkerEnv() - Constructor for class org.apache.jk.core.WorkerEnv
 
WorkerThread - class org.apache.catalina.cluster.tcp.WorkerThread.
 
WorkerThread() - Constructor for class org.apache.catalina.cluster.tcp.WorkerThread
 
Wrapper - interface org.apache.catalina.Wrapper.
A Wrapper is a Container that represents an individual servlet definition from the deployment descriptor of the web application.
WrapperLifecycleSF - class org.apache.catalina.storeconfig.WrapperLifecycleSF.
 
WrapperLifecycleSF() - Constructor for class org.apache.catalina.storeconfig.WrapperLifecycleSF
 
WrapperListenerSF - class org.apache.catalina.storeconfig.WrapperListenerSF.
 
WrapperListenerSF() - Constructor for class org.apache.catalina.storeconfig.WrapperListenerSF
 
wEnv - Variable in class org.apache.jk.core.JkHandler
 
waitAckTime - Variable in class org.apache.catalina.cluster.tcp.DataSender
waitAckTime
waitForAck(long) - Method in class org.apache.catalina.cluster.tcp.DataSender
Wait for Acknowledgement from other server FIXME Please, not wait only for three charcters, better control that the wait ack message is correct.
waitForSendAllSessions(long) - Method in class org.apache.catalina.cluster.session.DeltaManager
Wait that cluster session state is transfer or timeout after 60 Sec With stateTransferTimeout == -1 wait that backup is transfered (forever mode)
wantClientAuth - Variable in class org.apache.tomcat.util.net.jsse.JSSE14SocketFactory
Flag to state that we would like client authentication.
war - Variable in class org.apache.catalina.ant.DeployTask
URL of the web application archive (WAR) file to be deployed.
war - Variable in class org.apache.catalina.ant.InstallTask
Deprecated. URL of the web application archive (WAR) file, or the unpacked directory containing this application, if any.
war - Variable in class org.apache.catalina.cluster.deploy.WarWatcher.WarInfo
 
warning(SAXParseException) - Method in class org.apache.catalina.startup.ContextConfig.ContextErrorHandler
 
warning(SAXParseException) - Method in class org.apache.tomcat.util.digester.Digester
Forward notification of a parse warning to the application supplied error handler (if any).
watchDir - Variable in class org.apache.catalina.cluster.deploy.FarmWarDeployer
 
watchDir - Variable in class org.apache.catalina.cluster.deploy.WarWatcher
Directory to watch for war files
watchEnabled - Variable in class org.apache.catalina.cluster.deploy.FarmWarDeployer
 
watcher - Variable in class org.apache.catalina.cluster.deploy.FarmWarDeployer
 
weakETag - Variable in class org.apache.naming.resources.ResourceAttributes
Weak ETag.
webDigester - Static variable in class org.apache.catalina.startup.ContextConfig
The Digester we will use to process web application deployment descriptor files.
webRuleSet - Static variable in class org.apache.catalina.startup.ContextConfig
The Rule used to parse the web.xml
welcomeResources - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
 
wildcardWrappers - Variable in class org.apache.tomcat.util.http.mapper.Mapper.Context
 
workers - Variable in class org.apache.tomcat.util.net.AprEndpoint.WorkerStack
 
workers - Variable in class org.apache.tomcat.util.net.AprEndpoint
Available workers.
workersConfig - Variable in class org.apache.jk.config.BaseJkConfig
 
workingDirectory - Variable in class org.apache.catalina.util.ProcessEnvironment
Deprecated. process' desired working directory
wrapper - Variable in class org.apache.catalina.connector.Request
Associated wrapper.
wrapper - Variable in class org.apache.catalina.core.DummyRequest
 
wrapper - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
wrapperPath - Variable in class org.apache.tomcat.util.http.mapper.MappingData
 
write(ByteBuffer) - Method in class org.apache.catalina.cluster.io.ObjectReader
Write Ack to sender
write(byte[]) - Method in class org.apache.catalina.cluster.io.SocketObjectReader
write data to socket (ack)
write(int) - Method in class org.apache.catalina.connector.CoyoteOutputStream
 
write(byte[]) - Method in class org.apache.catalina.connector.CoyoteOutputStream
 
write(byte[], int, int) - Method in class org.apache.catalina.connector.CoyoteOutputStream
 
write(int) - Method in class org.apache.catalina.connector.CoyoteWriter
 
write(char[], int, int) - Method in class org.apache.catalina.connector.CoyoteWriter
 
write(char[]) - Method in class org.apache.catalina.connector.CoyoteWriter
 
write(String, int, int) - Method in class org.apache.catalina.connector.CoyoteWriter
 
write(String) - Method in class org.apache.catalina.connector.CoyoteWriter
 
write(byte[], int, int) - Method in class org.apache.catalina.connector.OutputBuffer
 
write(int) - Method in class org.apache.catalina.connector.OutputBuffer
 
write(char[]) - Method in class org.apache.catalina.connector.OutputBuffer
 
write(char[], int, int) - Method in class org.apache.catalina.connector.OutputBuffer
 
write(StringBuffer) - Method in class org.apache.catalina.connector.OutputBuffer
 
write(String, int, int) - Method in class org.apache.catalina.connector.OutputBuffer
Append a string to the buffer
write(String) - Method in class org.apache.catalina.connector.OutputBuffer
 
write(int) - Method in class org.apache.catalina.core.DummyResponse
 
write(byte[]) - Method in class org.apache.catalina.core.DummyResponse
 
write(byte[], int, int) - Method in class org.apache.catalina.core.DummyResponse
 
write(int) - Method in class org.apache.catalina.ssi.ByteArrayServletOutputStream
Write to our buffer.
write(MessageBytes) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
This method will write the contents of the specyfied message bytes buffer to the output stream, without filtering.
write(ByteChunk) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
This method will write the contents of the specyfied message bytes buffer to the output stream, without filtering.
write(CharChunk) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
This method will write the contents of the specyfied char buffer to the output stream, without filtering.
write(byte[]) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
This method will write the contents of the specyfied byte buffer to the output stream, without filtering.
write(String) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
This method will write the contents of the specyfied String to the output stream, without filtering.
write(int) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
This method will print the specified integer to the output stream, without filtering.
write(MessageBytes) - Method in class org.apache.coyote.http11.InternalOutputBuffer
This method will write the contents of the specyfied message bytes buffer to the output stream, without filtering.
write(ByteChunk) - Method in class org.apache.coyote.http11.InternalOutputBuffer
This method will write the contents of the specyfied message bytes buffer to the output stream, without filtering.
write(CharChunk) - Method in class org.apache.coyote.http11.InternalOutputBuffer
This method will write the contents of the specyfied char buffer to the output stream, without filtering.
write(byte[]) - Method in class org.apache.coyote.http11.InternalOutputBuffer
This method will write the contents of the specyfied byte buffer to the output stream, without filtering.
write(String) - Method in class org.apache.coyote.http11.InternalOutputBuffer
This method will write the contents of the specyfied String to the output stream, without filtering.
write(int) - Method in class org.apache.coyote.http11.InternalOutputBuffer
This method will print the specified integer to the output stream, without filtering.
write(int) - Method in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
write(byte[], int, int) - Method in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
write(int) - Method in class org.apache.jk.common.ChannelNioSocket.SocketOutputStream
 
write(byte[]) - Method in class org.apache.jk.common.ChannelNioSocket.SocketOutputStream
 
write(byte[], int, int) - Method in class org.apache.jk.common.ChannelNioSocket.SocketOutputStream
 
write(int) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
write(byte[]) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
write(byte[], int, int) - Method in class org.apache.tomcat.util.log.SystemLogHandler
 
writeByte(int) - Method in class org.apache.catalina.connector.OutputBuffer
 
writeData(ClusterData) - Method in class org.apache.catalina.cluster.tcp.DataSender
Sent real cluster Message to socket stream FIXME send compress
writeData(String) - Method in class org.apache.catalina.util.XMLWriter
Write data.
writeElement(String, String, int) - Method in class org.apache.catalina.util.XMLWriter
Write an element.
writeElement(String, String, String, int) - Method in class org.apache.catalina.util.XMLWriter
Write an element.
writeExternal(ObjectOutput) - Method in class org.apache.catalina.cluster.session.DeltaRequest
 
writeMessage(FileMessage) - Method in class org.apache.catalina.cluster.deploy.FileMessageFactory
Writes a message to file.
writeObjectData(ObjectOutputStream) - Method in class org.apache.catalina.cluster.session.DeltaSession
Write a serialized version of the contents of this session object to the specified object output stream, without requiring that the StandardSession itself have been serialized.
writeObjectData(ObjectOutputStream) - Method in class org.apache.catalina.cluster.session.ReplicatedSession
Write a serialized version of the contents of this session object to the specified object output stream, without requiring that the StandardSession itself have been serialized.
writeObjectData(ObjectOutputStream) - Method in class org.apache.catalina.session.StandardSession
Write a serialized version of the contents of this session object to the specified object output stream, without requiring that the StandardSession itself have been serialized.
writePrincipal(GenericPrincipal, ObjectOutputStream) - Static method in class org.apache.catalina.cluster.session.SerializablePrincipal
 
writeProperty(String, String, String, String) - Method in class org.apache.catalina.util.XMLWriter
Write property to the XML.
writeProperty(String, String, String) - Method in class org.apache.catalina.util.XMLWriter
Write property to the XML.
writeProperty(String, String) - Method in class org.apache.catalina.util.XMLWriter
Write property to the XML.
writeSession(Session) - Method in class org.apache.catalina.cluster.session.SimpleTcpReplicationManager
Serialize a session into a byte array
This method simple calls the writeObjectData method on the session and returns the byte data from that call
writeSession(Session) - Method in class org.apache.catalina.session.PersistentManagerBase
Write the provided session to the Store without modifying the copy in memory or triggering passivation events.
writeText(String) - Method in class org.apache.catalina.util.XMLWriter
Write text.
writeXMLHeader() - Method in class org.apache.catalina.util.XMLWriter
Write XML Header.
writer - Variable in class org.apache.catalina.connector.Response
The associated writer.
writer - Variable in class org.apache.catalina.util.XMLWriter
Writer.

X

XByteBuffer - class org.apache.catalina.cluster.io.XByteBuffer.
The XByteBuffer provides a dual functionality.
XByteBuffer(int) - Constructor for class org.apache.catalina.cluster.io.XByteBuffer
Constructs a new XByteBuffer
XByteBuffer() - Constructor for class org.apache.catalina.cluster.io.XByteBuffer
Constructs a new XByteBuffer with an initial size of 1024 bytes
XERCES_DYNAMIC - Static variable in class org.apache.tomcat.util.digester.XercesParser
Xerces dynamic validation property
XERCES_SCHEMA - Static variable in class org.apache.tomcat.util.digester.XercesParser
Xerces schema validation property
XMLWriter - class org.apache.catalina.util.XMLWriter.
XMLWriter helper class.
XMLWriter() - Constructor for class org.apache.catalina.util.XMLWriter
Constructor.
XMLWriter(Writer) - Constructor for class org.apache.catalina.util.XMLWriter
Constructor.
XercesParser - class org.apache.tomcat.util.digester.XercesParser.
Create a SAXParser based on the underlying Xerces version.
XercesParser() - Constructor for class org.apache.tomcat.util.digester.XercesParser
 
xmlNamespaceAware - Static variable in class org.apache.catalina.startup.ContextConfig
Attribute value used to turn on/off XML namespace awarenes.
xmlNamespaceAware - Variable in class org.apache.catalina.startup.HostConfig
Attribute value used to turn on/off XML namespace awarenes.
xmlValidation - Static variable in class org.apache.catalina.startup.ContextConfig
Attribute value used to turn on/off XML validation
xmlValidation - Variable in class org.apache.catalina.startup.HostConfig
Attribute value used to turn on/off XML validation
xpoweredBy - Variable in class org.apache.catalina.connector.Connector
 

Z

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

_

_200_BYTES - Static variable in class org.apache.coyote.ajp.Constants
 
_200_BYTES - Static variable in class org.apache.coyote.http11.Constants
 
_400_BYTES - Static variable in class org.apache.coyote.ajp.Constants
 
_400_BYTES - Static variable in class org.apache.coyote.http11.Constants
 
_404_BYTES - Static variable in class org.apache.coyote.ajp.Constants
 
_404_BYTES - Static variable in class org.apache.coyote.http11.Constants
 

A B C D E F G H I J K L M N O P Q R S T U V W X Z _

Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.