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.ajp.Constants
'a'.
A - Static variable in class org.apache.coyote.http11.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.
absoluteBase - Variable in class org.apache.naming.resources.FileDirContext
Absolute normalized filename of the base.
AbstractGroup - Class in org.apache.catalina.users
Convenience base class for Group implementations.
AbstractGroup() - Constructor for class org.apache.catalina.users.AbstractGroup
 
AbstractRole - Class in org.apache.catalina.users
Convenience base class for Role implementations.
AbstractRole() - Constructor for class org.apache.catalina.users.AbstractRole
 
AbstractUser - Class in org.apache.catalina.users
Convenience base class for User implementations.
AbstractUser() - Constructor for class org.apache.catalina.users.AbstractUser
 
accept(MsgContext) - Method in class org.apache.jk.common.ChannelNioSocket
 
accept(MsgContext) - Method in class org.apache.jk.common.ChannelSocket
 
accept(long) - Static method in class org.apache.tomcat.jni.Local
Accept a new connection request
accept(long) - Static method in class org.apache.tomcat.jni.Socket
Accept a new connection request
acceptfilter(long, String, String) - Static method in class org.apache.tomcat.jni.Socket
Set an OS level accept filter.
acceptorThreadCount - Variable in class org.apache.tomcat.util.net.AprEndpoint
Acceptor thread count.
acceptorThreadCount - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Acceptor thread count.
acceptorThreadCount - Variable in class org.apache.tomcat.util.net.NioEndpoint
Acceptor thread count.
acceptorThreadPriority - Variable in class org.apache.tomcat.util.net.NioEndpoint
Priority of the acceptor threads.
acceptSocket(ServerSocket) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
acceptSocket(ServerSocket) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
Wrapper function for accept().
access() - Method in interface org.apache.catalina.Session
Update the accessed time information for this session.
access() - Method in class org.apache.catalina.session.StandardSession
Update the accessed time information for this session.
access() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
access(long) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
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.
accessed - Variable in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
 
AccessLogValve - Class in org.apache.catalina.valves
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
 
AccessLogValve.AccessLogElement - Interface in org.apache.catalina.valves
AccessLogElement writes the partial message into the buffer.
AccessLogValve.ByteSentElement - Class in org.apache.catalina.valves
write bytes sent, excluding HTTP headers - %b, %B
AccessLogValve.ByteSentElement(boolean) - Constructor for class org.apache.catalina.valves.AccessLogValve.ByteSentElement
if conversion is true, write '-' instead of 0 - %b
AccessLogValve.CookieElement - Class in org.apache.catalina.valves
write a specific cookie - %{xxx}c
AccessLogValve.CookieElement(String) - Constructor for class org.apache.catalina.valves.AccessLogValve.CookieElement
 
AccessLogValve.DateAndTimeElement - Class in org.apache.catalina.valves
write date and time, in Common Log Format - %t
AccessLogValve.DateAndTimeElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.DateAndTimeElement
 
AccessLogValve.ElapsedTimeElement - Class in org.apache.catalina.valves
write time taken to process the request - %D, %T
AccessLogValve.ElapsedTimeElement(boolean) - Constructor for class org.apache.catalina.valves.AccessLogValve.ElapsedTimeElement
if millis is true, write time in millis - %D if millis is false, write time in seconds - %T
AccessLogValve.HeaderElement - Class in org.apache.catalina.valves
write incoming headers - %{xxx}i
AccessLogValve.HeaderElement(String) - Constructor for class org.apache.catalina.valves.AccessLogValve.HeaderElement
 
AccessLogValve.HostElement - Class in org.apache.catalina.valves
write remote host name - %h
AccessLogValve.HostElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.HostElement
 
AccessLogValve.HttpStatusCodeElement - Class in org.apache.catalina.valves
write HTTP status code of the response - %s
AccessLogValve.HttpStatusCodeElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.HttpStatusCodeElement
 
AccessLogValve.LocalAddrElement - Class in org.apache.catalina.valves
write local IP address - %A
AccessLogValve.LocalAddrElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.LocalAddrElement
 
AccessLogValve.LocalPortElement - Class in org.apache.catalina.valves
write local port on which this request was received - %p
AccessLogValve.LocalPortElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.LocalPortElement
 
AccessLogValve.LocalServerNameElement - Class in org.apache.catalina.valves
write local server name - %v
AccessLogValve.LocalServerNameElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.LocalServerNameElement
 
AccessLogValve.LogicalUserNameElement - Class in org.apache.catalina.valves
write remote logical username from identd (always returns '-') - %l
AccessLogValve.LogicalUserNameElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.LogicalUserNameElement
 
AccessLogValve.MethodElement - Class in org.apache.catalina.valves
write request method (GET, POST, etc.) - %m
AccessLogValve.MethodElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.MethodElement
 
AccessLogValve.ProtocolElement - Class in org.apache.catalina.valves
write request protocol - %H
AccessLogValve.ProtocolElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.ProtocolElement
 
AccessLogValve.QueryElement - Class in org.apache.catalina.valves
write Query string (prepended with a '?' if it exists) - %q
AccessLogValve.QueryElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.QueryElement
 
AccessLogValve.RemoteAddrElement - Class in org.apache.catalina.valves
write remote IP address - %a
AccessLogValve.RemoteAddrElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.RemoteAddrElement
 
AccessLogValve.RequestAttributeElement - Class in org.apache.catalina.valves
write an attribute in the ServletRequest - %{xxx}r
AccessLogValve.RequestAttributeElement(String) - Constructor for class org.apache.catalina.valves.AccessLogValve.RequestAttributeElement
 
AccessLogValve.RequestElement - Class in org.apache.catalina.valves
write first line of the request (method and request URI) - %r
AccessLogValve.RequestElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.RequestElement
 
AccessLogValve.RequestURIElement - Class in org.apache.catalina.valves
write requested URL path - %U
AccessLogValve.RequestURIElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.RequestURIElement
 
AccessLogValve.ResponseHeaderElement - Class in org.apache.catalina.valves
write a specific response header - %{xxx}o
AccessLogValve.ResponseHeaderElement(String) - Constructor for class org.apache.catalina.valves.AccessLogValve.ResponseHeaderElement
 
AccessLogValve.SessionAttributeElement - Class in org.apache.catalina.valves
write an attribute in the HttpSession - %{xxx}s
AccessLogValve.SessionAttributeElement(String) - Constructor for class org.apache.catalina.valves.AccessLogValve.SessionAttributeElement
 
AccessLogValve.SessionIdElement - Class in org.apache.catalina.valves
write user session ID - %S
AccessLogValve.SessionIdElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.SessionIdElement
 
AccessLogValve.StringElement - Class in org.apache.catalina.valves
write any string
AccessLogValve.StringElement(String) - Constructor for class org.apache.catalina.valves.AccessLogValve.StringElement
 
AccessLogValve.ThreadNameElement - Class in org.apache.catalina.valves
write thread name - %I
AccessLogValve.ThreadNameElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.ThreadNameElement
 
AccessLogValve.UserElement - Class in org.apache.catalina.valves
write remote user that was authenticated (if any), else '-' - %u
AccessLogValve.UserElement() - Constructor for class org.apache.catalina.valves.AccessLogValve.UserElement
 
ACK_BYTES - Static variable in class org.apache.coyote.ajp.Constants
 
ACK_BYTES - Static variable in class org.apache.coyote.http11.Constants
 
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.ajp.AjpAprProcessor
Send an action to the connector.
action(ActionCode, Object) - Method in class org.apache.coyote.ajp.AjpProcessor
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.Http11NioProcessor
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.coyote.Request
 
action(ActionCode, Object) - Method in class org.apache.coyote.Response
 
action(ActionCode, Object) - Method in class org.apache.jk.core.MsgContext
 
ACTION_ACK - Static variable in class org.apache.coyote.ActionCode
 
ACTION_AVAILABLE - Static variable in class org.apache.coyote.ActionCode
Callback for getting the amount of available bytes
ACTION_CLIENT_FLUSH - Static variable in class org.apache.coyote.ActionCode
A flush() operation originated by the client ( i.e.
ACTION_CLOSE - Static variable in class org.apache.coyote.ActionCode
 
ACTION_COMET_BEGIN - Static variable in class org.apache.coyote.ActionCode
Callback for begin Comet processing
ACTION_COMET_CLOSE - Static variable in class org.apache.coyote.ActionCode
Callback for an asynchronous close of the Comet event
ACTION_COMET_END - Static variable in class org.apache.coyote.ActionCode
Callback for end Comet processing
ACTION_COMET_SETTIMEOUT - Static variable in class org.apache.coyote.ActionCode
Callback for setting the timeout asynchronously
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_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_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_LOCALPORT_ATTRIBUTE - Static variable in class org.apache.coyote.ActionCode
Callback for lazy evaluation - socket local port.
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_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
 
ActionCode - Class in org.apache.coyote
Enumerated class containing the adapter event codes.
ActionHook - Interface in org.apache.coyote
Action hook.
activate() - Method in class org.apache.catalina.session.StandardSession
Perform internal processing required to activate this session.
active - Variable in class org.apache.tomcat.util.net.NioSelectorPool
 
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.InternalNioInputBuffer
Active filters (in order).
activeFilters - Variable in class org.apache.coyote.http11.InternalNioOutputBuffer
Active filter (which is actually the top of the pipeline).
activeFilters - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Active filter (which is actually the top of the pipeline).
activeSocketProcessors - Variable in class org.apache.tomcat.util.net.NioEndpoint
Keep track of how many threads are in use
ACTIVITY_CHECK - Static variable in class org.apache.catalina.session.StandardSession
 
adapter - Variable in class org.apache.catalina.connector.Connector
Coyote adapter.
Adapter - Interface in org.apache.coyote
Adapter.
adapter - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Associated adapter.
adapter - Variable in class org.apache.coyote.ajp.AjpProcessor
Associated adapter.
adapter - Variable in class org.apache.coyote.http11.Http11AprProcessor
Associated adapter.
adapter - Variable in class org.apache.coyote.http11.Http11AprProtocol
The adapter, used to call the connector.
adapter - Variable in class org.apache.coyote.http11.Http11NioProcessor
Associated adapter.
adapter - Variable in class org.apache.coyote.http11.Http11Processor
Associated adapter.
adapter - Variable in class org.apache.coyote.http11.Http11Protocol
The adapter, used to call the connector.
adapter - Variable in class org.apache.coyote.memory.MemoryProtocolHandler
Associated adapter.
ADAPTER_NOTES - Static variable in class org.apache.catalina.connector.CoyoteAdapter
 
add(Session) - Method in interface org.apache.catalina.Manager
Add this Session to the set of active Sessions for this Manager.
add(HttpServletRequest, PrintWriter, String, boolean) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Add host with the given parameters.
add(PrintWriter, String, String, String, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Add a host using the specified parameters.
add(HttpServletRequest, String) - Method in class org.apache.catalina.manager.host.HTMLHostManagerServlet
Add a host using the specified parameters.
add(Session) - Method in class org.apache.catalina.session.ManagerBase
Add this Session to the set of active Sessions for this Manager.
add(Object) - Method in class org.apache.catalina.util.ResourceSet
Add the specified element to this set if it is not already present.
add(long, long, int) - Static method in class org.apache.tomcat.jni.Poll
Add a socket or to a pollset If you set client_data in the descriptor, that value will be returned in the client_data field whenever this descriptor is signalled in apr_pollset_poll().
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.
add(NioEndpoint.KeyAttachment, int, NioBlockingSelector.KeyReference) - Method in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
 
add(NioChannel) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
Add specified socket and associated pool to the poller.
add(NioChannel, int) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
ADD_ALIAS_EVENT - Static variable in interface org.apache.catalina.Host
The ContainerEvent event type sent when a new alias is added by addAlias().
ADD_CHILD_EVENT - Static variable in interface org.apache.catalina.Container
The ContainerEvent event type sent when a child container is added by addChild().
ADD_MAPPER_EVENT - Static variable in interface org.apache.catalina.Container
The ContainerEvent event type sent when a Mapper is added by addMapper().
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.
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(InputFilter) - Method in class org.apache.coyote.http11.InternalNioInputBuffer
Add an input filter to the filter library.
addActiveFilter(OutputFilter) - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
Add an output 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 class org.apache.catalina.core.StandardHost
Add an alias name that should be mapped to this same Host.
addAlias(String) - Method in interface org.apache.catalina.Host
Add an alias name that should be mapped to this same Host.
addAlias(String) - Method in class org.apache.catalina.mbeans.StandardHostMBean
Add an alias name that should be mapped to this Host
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.
addAuthenticator(Authenticator, String) - Method in class org.apache.catalina.startup.Embedded
 
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.
addBuiltinCommands() - Method in class org.apache.catalina.ssi.SSIProcessor
 
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
 
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.Http11NioProcessor
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 .
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 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.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.
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
 
addCookieInternal(Cookie) - Method in class org.apache.catalina.connector.Response
Add the specified Cookie to those that will be included with this Response.
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
 
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
 
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.
addElement(StringBuffer, Date, Request, Response, long) - Method in interface org.apache.catalina.valves.AccessLogValve.AccessLogElement
 
addElement(StringBuffer, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.ByteSentElement
 
addElement(StringBuffer, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.CookieElement
 
addElement(StringBuffer, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.DateAndTimeElement
 
addElement(StringBuffer, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.ElapsedTimeElement
 
addElement(StringBuffer, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.HeaderElement
 
addElement(StringBuffer, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.HostElement
 
addElement(StringBuffer, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.HttpStatusCodeElement
 
addElement(StringBuffer, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.LocalAddrElement
 
addElement(StringBuffer, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.LocalPortElement
 
addElement(StringBuffer, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.LocalServerNameElement
 
addElement(StringBuffer, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.LogicalUserNameElement
 
addElement(StringBuffer, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.MethodElement
 
addElement(StringBuffer, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.ProtocolElement
 
addElement(StringBuffer, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.QueryElement
 
addElement(StringBuffer, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.RemoteAddrElement
 
addElement(StringBuffer, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.RequestAttributeElement
 
addElement(StringBuffer, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.RequestElement
 
addElement(StringBuffer, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.RequestURIElement
 
addElement(StringBuffer, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.ResponseHeaderElement
 
addElement(StringBuffer, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.SessionAttributeElement
 
addElement(StringBuffer, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.SessionIdElement
 
addElement(StringBuffer, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.StringElement
 
addElement(StringBuffer, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.ThreadNameElement
 
addElement(StringBuffer, Date, Request, Response, long) - Method in class org.apache.catalina.valves.AccessLogValve.UserElement
 
addElement(StringBuffer, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.CookieElement
 
addElement(StringBuffer, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.DateElement
 
addElement(StringBuffer, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.RequestAttributeElement
 
addElement(StringBuffer, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.RequestHeaderElement
 
addElement(StringBuffer, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.RequestParameterElement
 
addElement(StringBuffer, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.ResponseAllHeaderElement
 
addElement(StringBuffer, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.ResponseHeaderElement
 
addElement(StringBuffer, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.ServletContextElement
 
addElement(StringBuffer, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.SessionAttributeElement
 
addElement(StringBuffer, Date, Request, Response, long) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.TimeElement
 
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.
addEvent(Runnable) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
addExecutor(Executor) - Method in class org.apache.catalina.core.StandardService
Adds a named executor to the service
addExecutor(Executor) - Method in interface org.apache.catalina.Service
Adds a named executor to the service
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.
addFilter(String) - Method in class org.apache.coyote.http11.Http11AprProcessor
Add input or output filter.
addFilter(String) - Method in class org.apache.coyote.http11.Http11NioProcessor
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(InputFilter) - Method in class org.apache.coyote.http11.InternalNioInputBuffer
Add an input filter to the filter library.
addFilter(OutputFilter) - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
Add an output 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(String) - Method in class org.apache.catalina.mbeans.UserMBean
Add a new Group to those this user belongs to.
addGroup(Group) - Method in interface org.apache.catalina.User
Add a new Group to those this user belongs to.
addGroup(Group) - Method in class org.apache.catalina.users.AbstractUser
Add a new Group to those this user belongs to.
addGroup(Group) - Method in class org.apache.catalina.users.MemoryUser
Add a new Group to those this user belongs to.
addHandler(ContextHandler) - Method in class org.apache.catalina.deploy.ContextService
 
addHandler(String, JkHandler) - Method in class org.apache.jk.core.WorkerEnv
 
addHandler(HandlerRef) - Method in class org.apache.naming.ServiceRef
 
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
 
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.
addInitParameter(String, String) - Method in interface org.apache.catalina.Wrapper
Add a new servlet initialization parameter for this servlet.
addInjectionTarget(String, String) - Method in class org.apache.catalina.deploy.ContextEnvironment
 
addInjectionTarget(String, String) - Method in interface org.apache.catalina.deploy.Injectable
 
addInjectionTarget(String, String) - Method in class org.apache.catalina.deploy.MessageDestinationRef
 
addInjectionTarget(String, String) - Method in class org.apache.catalina.deploy.ResourceBase
 
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.Http11NioProcessor
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(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.
addInstanceListener(InstanceListener) - Method in interface org.apache.catalina.Wrapper
Add a new listener interested in InstanceEvents.
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
 
addJkHandler(String, JkHandler) - Method in class org.apache.jk.apr.AprImpl
Add a Handler for jni callbacks.
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 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.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.core.StandardThreadExecutor
Add a LifecycleEvent listener to this component.
addLifecycleListener(LifecycleListener) - Method in interface org.apache.catalina.Lifecycle
Add a LifecycleEvent listener to this component.
addLifecycleListener(LifecycleListener) - Method in class org.apache.catalina.loader.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.CometConnectionManagerValve
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.SemaphoreValve
Add a lifecycle event listener to this component.
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)
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.
addMapping(String) - Method in class org.apache.catalina.core.StandardWrapper
Add a mapping associated with the Wrapper.
addMapping(String) - Method in interface org.apache.catalina.Wrapper
Add a mapping associated with the Wrapper.
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.
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.Http11NioProcessor
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
 
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 interface org.apache.catalina.Context
Add a new context initialization parameter, replacing any existing value for the specified name.
addParameter(String, String[]) - Method in class org.apache.catalina.core.DummyRequest
 
addParameter(String, String) - Method in class org.apache.catalina.core.StandardContext
Add a new context initialization parameter.
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.
addPortcomponent(String, String) - Method in class org.apache.catalina.deploy.ContextService
 
addPortName(String) - Method in class org.apache.catalina.deploy.ContextHandler
 
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Container
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.ContainerBase
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.StandardServer
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.core.StandardService
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.deploy.NamingResources
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Loader
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.loader.WebappLoader
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Manager
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Realm
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.realm.RealmBase
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.session.ManagerBase
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.session.StoreBase
Add a property change listener to this component.
addPropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Store
Add a property change listener to this component.
addRealm(Realm) - Method in class org.apache.catalina.realm.CombinedRealm
Add a realm to the list of realms that will be used to authenticate users.
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.
addResource(Context, Resource) - Static method in class org.apache.catalina.startup.WebAnnotationSet
Process a Resource annotation to set up a Resource.
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.
Address - Class in org.apache.tomcat.jni
Address
Address() - Constructor for class org.apache.tomcat.jni.Address
 
address - Variable in class org.apache.tomcat.util.net.AprEndpoint
Address for the server socket.
address - Variable in class org.apache.tomcat.util.net.BaseEndpoint
Address for the server socket.
address - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Address for the server socket.
address - Variable in class org.apache.tomcat.util.net.NioEndpoint
Address for the server socket.
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.Http11NioProcessor
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(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 interface org.apache.catalina.User
Add a Role to those assigned specifically to this user.
addRole(Role) - Method in class org.apache.catalina.users.AbstractGroup
Add a new Role to those assigned specifically to this group.
addRole(Role) - Method in class org.apache.catalina.users.AbstractUser
Add a new Role to those assigned specifically to this user.
addRole(Role) - Method in class org.apache.catalina.users.MemoryGroup
Add a new Role to those assigned specifically to this group.
addRole(Role) - Method in class org.apache.catalina.users.MemoryUser
Add a new Role to those assigned specifically to this user.
addRoleMapping(String, String) - Method in interface org.apache.catalina.Context
Add a security role reference for this web application.
addRoleMapping(String, String) - Method in class org.apache.catalina.core.StandardContext
Add a security role reference for this web application.
addrspaceSet(long, int) - Static method in class org.apache.tomcat.jni.Procattr
Determine if the child should start in its own address space or using the current one from its parent
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.RealmRuleSet
Add the set of Rule instances defined in this RuleSet to the specified Digester instance, associating them with our namespace URI (if any).
addRuleInstances(Digester) - Method in class org.apache.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).
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
 
addSecurityReference(String, String) - Method in class org.apache.catalina.core.StandardWrapper
Add a new security role reference record to the set of records for this servlet.
addSecurityReference(String, String) - Method in interface org.apache.catalina.Wrapper
Add a new security role reference record to the set of records for this servlet.
addSecurityRole(String) - Method in interface org.apache.catalina.Context
Add a new security role for this web application.
addSecurityRole(String) - Method in class org.apache.catalina.core.StandardContext
Add a new security role for this web application.
addService(ContextService) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified web service in the naming context.
addService(Service) - Method in class org.apache.catalina.core.StandardServer
Add a new Service to the set of defined Services.
addService(ContextService) - Method in class org.apache.catalina.deploy.NamingResources
Add a web service reference for this web application.
addService(Service) - Method in interface org.apache.catalina.Server
Add a new Service to the set of defined Services.
addServiced(String) - Method in class org.apache.catalina.manager.ManagerServlet
Invoke the addServiced method on the deployer.
addServiced(String) - Method in class org.apache.catalina.startup.HostConfig
Add a serviced application to the list.
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.
addServletName(String) - Method in class org.apache.catalina.deploy.FilterMap
 
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.session.StandardSession
Add a session event listener to this component.
addSoapHeaders(String, String) - Method in class org.apache.catalina.deploy.ContextHandler
 
addSoapRole(String) - Method in class org.apache.catalina.deploy.ContextHandler
 
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.
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.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.
addToEnvironment(String, Object) - Method in class org.apache.naming.SelectorContext
Adds a new environment property to the environment of this context.
addURL(URL) - Method in class org.apache.catalina.loader.WebappClassLoader
Add the specified URL to the classloader.
addURLPattern(String) - Method in class org.apache.catalina.deploy.FilterMap
 
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.
addValve(Valve) - Method in interface org.apache.catalina.Pipeline
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
 
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.
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.
adjustRelativePath(String, String) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
adjustURLPattern(String) - Method in class org.apache.catalina.core.StandardContext
Adjust the URL pattern to begin with a leading slash, if appropriate (i.e.
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.
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_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.
AjpAprProcessor - Class in org.apache.coyote.ajp
Processes HTTP requests.
AjpAprProcessor(int, AprEndpoint) - Constructor for class org.apache.coyote.ajp.AjpAprProcessor
 
AjpAprProcessor.SocketInputBuffer - Class in org.apache.coyote.ajp
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 in org.apache.coyote.ajp
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 in org.apache.coyote.ajp
Abstract the protocol implementation, including threading, etc.
AjpAprProtocol() - Constructor for class org.apache.coyote.ajp.AjpAprProtocol
 
AjpAprProtocol.AjpConnectionHandler - Class in org.apache.coyote.ajp
 
AjpAprProtocol.AjpConnectionHandler(AjpAprProtocol) - Constructor for class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
 
AjpConstants - Class in org.apache.jk.common
Common class for the AJP Protocol values
AjpConstants() - Constructor for class org.apache.jk.common.AjpConstants
 
AjpMessage - Class in org.apache.coyote.ajp
A single packet for communication between the web server and the container.
AjpMessage(int) - Constructor for class org.apache.coyote.ajp.AjpMessage
 
AjpProcessor - Class in org.apache.coyote.ajp
Processes HTTP requests.
AjpProcessor(int, JIoEndpoint) - Constructor for class org.apache.coyote.ajp.AjpProcessor
 
AjpProcessor.SocketInputBuffer - Class in org.apache.coyote.ajp
This class is an input buffer which will read its data from an input stream.
AjpProcessor.SocketInputBuffer() - Constructor for class org.apache.coyote.ajp.AjpProcessor.SocketInputBuffer
 
AjpProcessor.SocketOutputBuffer - Class in org.apache.coyote.ajp
This class is an output buffer which will write data to an output stream.
AjpProcessor.SocketOutputBuffer() - Constructor for class org.apache.coyote.ajp.AjpProcessor.SocketOutputBuffer
 
AjpProtocol - Class in org.apache.coyote.ajp
Abstract the protocol implementation, including threading, etc.
AjpProtocol() - Constructor for class org.apache.coyote.ajp.AjpProtocol
 
AjpProtocol.AjpConnectionHandler - Class in org.apache.coyote.ajp
 
AjpProtocol.AjpConnectionHandler(AjpProtocol) - Constructor for class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
 
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.
algorithm - Variable in class org.apache.tomcat.util.net.NioEndpoint
 
alloc(long, int) - Static method in class org.apache.tomcat.jni.Pool
Allocate a block of memory from a pool
alloc(long) - Static method in class org.apache.tomcat.jni.Proc
Allocate apr_proc_t stucture from pool This is not an apr function.
allocate() - Method in class org.apache.catalina.core.StandardWrapper
Allocate an initialized instance of this Servlet that is ready to have its service() method called.
allocate() - Method in interface org.apache.catalina.Wrapper
Allocate an initialized instance of this Servlet that is ready to have its service() method called.
allocate() - Method in class org.apache.naming.resources.BaseDirContext
Allocate resources for this directory context.
allocate(int) - Method in class org.apache.naming.resources.ResourceCache
 
allocate() - Method in class org.apache.naming.resources.VirtualDirContext
Allocate resources for this directory context.
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.
ALLOW_BACKSLASH - Static variable in class org.apache.catalina.connector.CoyoteAdapter
 
allowLinking - Variable in class org.apache.catalina.core.StandardContext
Allow linking.
allowLinking - Variable in class org.apache.naming.resources.FileDirContext
Allow linking.
allows - Variable in class org.apache.catalina.valves.RequestFilterValve
The set of allow regular expressions we will evaluate.
allowTrace - Variable in class org.apache.catalina.connector.Connector
Do we allow TRACE ?
allPermission - Variable in class org.apache.catalina.loader.WebappClassLoader
All permission.
allRolesMode - Variable in class org.apache.catalina.realm.RealmBase
The all role mode.
ALT_DD_ATTR - Static variable in class org.apache.catalina.Globals
The servlet context attribute under which we store the alternate deployment descriptor for this web application
ALTERNATE_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_ETAG - Static variable in class org.apache.naming.resources.ResourceAttributes
ETag.
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.
alternateURL - Variable in class org.apache.catalina.realm.JNDIRealm
An alternate URL, to which, we should connect if connectionURL fails.
antiLocking() - Method in class org.apache.catalina.startup.ContextConfig
 
ApacheConfig - Class in org.apache.jk.config
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
 
appBase - Variable in class org.apache.catalina.manager.ManagerServlet
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.
append - Variable in class org.apache.jk.config.BaseJkConfig
 
append(String, String, int, long) - Static method in class org.apache.tomcat.jni.File
Append the specified file to another file.
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.
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 exception org.apache.naming.resources.ImmutableNameNotFoundException
 
appendRemainingName(Name) - Method in exception 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
 
APPLICATION - Static variable in class org.apache.catalina.util.ManifestResource
 
APPLICATION_ERROR - Static variable in class org.apache.catalina.manager.HTMLManagerServlet
 
APPLICATION_MESSAGE - Static variable in class org.apache.catalina.manager.HTMLManagerServlet
 
applicationAnnotationsConfig() - Method in class org.apache.catalina.startup.ContextConfig
Process the application classes annotations, if it exists.
ApplicationContext - Class in org.apache.catalina.core
Standard implementation of ServletContext that represents a web application's execution environment.
ApplicationContext(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 in org.apache.catalina.core
Facade object which masks the internal ApplicationContext object from the web application.
ApplicationContextFacade(ApplicationContext) - Constructor for class org.apache.catalina.core.ApplicationContextFacade
Construct a new instance of this class, associated with the specified Context instance.
ApplicationContextXml - Static variable in class org.apache.catalina.startup.Constants
 
ApplicationFilterFactory - Class in org.apache.catalina.core
Factory for the creation and caching of Filters and creationg of Filter Chains.
ApplicationParameter - Class in org.apache.catalina.deploy
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
 
applicationWebConfig() - Method in class org.apache.catalina.startup.ContextConfig
Process the application configuration file, if it exists.
ApplicationWebXml - Static variable in class org.apache.catalina.startup.Constants
 
appName - Variable in class org.apache.catalina.realm.JAASRealm
The application name passed to the JAAS LoginContext, which uses it to select the set of relevant LoginModules.
appReadBufSize - Variable in class org.apache.tomcat.util.net.SocketProperties
The application read buffer size in bytes.
appWriteBufSize - Variable in class org.apache.tomcat.util.net.SocketProperties
The application write buffer size in bytes Default value is txBufSize
apr - Variable in class org.apache.jk.common.JniHandler
 
APR_ANONYMOUS - Static variable in class org.apache.tomcat.jni.Status
 
APR_ANYADDR - Static variable in class org.apache.tomcat.jni.Address
 
APR_BADARG - Static variable in class org.apache.tomcat.jni.Status
 
APR_BADCH - Static variable in class org.apache.tomcat.jni.Status
 
APR_BLK - Static variable in class org.apache.tomcat.jni.File
a block device
APR_CHARSET_EBCDIC - Static variable in class org.apache.tomcat.jni.Library
 
APR_CHILD_BLOCK - Static variable in class org.apache.tomcat.jni.Proc
 
APR_CHILD_DONE - Static variable in class org.apache.tomcat.jni.Status
 
APR_CHILD_NOTDONE - Static variable in class org.apache.tomcat.jni.Status
 
APR_CHR - Static variable in class org.apache.tomcat.jni.File
a character device
APR_CUR - Static variable in class org.apache.tomcat.jni.File
Current
APR_DETACH - Static variable in class org.apache.tomcat.jni.Status
 
APR_DIR - Static variable in class org.apache.tomcat.jni.File
a directory
APR_EABOVEROOT - Static variable in class org.apache.tomcat.jni.Status
 
APR_EABSOLUTE - Static variable in class org.apache.tomcat.jni.Status
 
APR_EBADDATE - Static variable in class org.apache.tomcat.jni.Status
 
APR_EBADIP - Static variable in class org.apache.tomcat.jni.Status
 
APR_EBADMASK - Static variable in class org.apache.tomcat.jni.Status
 
APR_EBADPATH - Static variable in class org.apache.tomcat.jni.Status
 
APR_EBUSY - Static variable in class org.apache.tomcat.jni.Status
 
APR_EDSOOPEN - Static variable in class org.apache.tomcat.jni.Status
 
APR_EGENERAL - Static variable in class org.apache.tomcat.jni.Status
 
APR_EINCOMPLETE - Static variable in class org.apache.tomcat.jni.Status
 
APR_EINIT - Static variable in class org.apache.tomcat.jni.Status
 
APR_EINVALSOCK - Static variable in class org.apache.tomcat.jni.Status
 
APR_EMISMATCH - Static variable in class org.apache.tomcat.jni.Status
 
APR_END - Static variable in class org.apache.tomcat.jni.File
Go to end of file
APR_ENODIR - Static variable in class org.apache.tomcat.jni.Status
 
APR_ENOLOCK - Static variable in class org.apache.tomcat.jni.Status
 
APR_ENOPOLL - Static variable in class org.apache.tomcat.jni.Status
 
APR_ENOPOOL - Static variable in class org.apache.tomcat.jni.Status
 
APR_ENOPROC - Static variable in class org.apache.tomcat.jni.Status
 
APR_ENOSHMAVAIL - Static variable in class org.apache.tomcat.jni.Status
 
APR_ENOSOCKET - Static variable in class org.apache.tomcat.jni.Status
 
APR_ENOSTAT - Static variable in class org.apache.tomcat.jni.Status
APR Error Values
APR_ENOTENOUGHENTROPY - Static variable in class org.apache.tomcat.jni.Status
 
APR_ENOTHDKEY - Static variable in class org.apache.tomcat.jni.Status
 
APR_ENOTHREAD - Static variable in class org.apache.tomcat.jni.Status
 
APR_ENOTIME - Static variable in class org.apache.tomcat.jni.Status
 
APR_ENOTIMPL - Static variable in class org.apache.tomcat.jni.Status
 
APR_EOF - Static variable in class org.apache.tomcat.jni.Status
 
APR_EPATHWILD - Static variable in class org.apache.tomcat.jni.Status
 
APR_EPROC_UNKNOWN - Static variable in class org.apache.tomcat.jni.Status
 
APR_ERELATIVE - Static variable in class org.apache.tomcat.jni.Status
 
APR_ESYMNOTFOUND - Static variable in class org.apache.tomcat.jni.Status
 
APR_FILE_ATTR_EXECUTABLE - Static variable in class org.apache.tomcat.jni.File
File is executable
APR_FILE_ATTR_HIDDEN - Static variable in class org.apache.tomcat.jni.File
File is hidden
APR_FILE_ATTR_READONLY - Static variable in class org.apache.tomcat.jni.File
File is read-only
APR_FILEBASED - Static variable in class org.apache.tomcat.jni.Status
 
APR_FILES_AS_SOCKETS - Static variable in class org.apache.tomcat.jni.Library
 
APR_FINFO_ATIME - Static variable in class org.apache.tomcat.jni.File
Creation or inode-changed time
APR_FINFO_CSIZE - Static variable in class org.apache.tomcat.jni.File
Size of the file
APR_FINFO_CTIME - Static variable in class org.apache.tomcat.jni.File
Modification Time
APR_FINFO_DEV - Static variable in class org.apache.tomcat.jni.File
Storage size consumed by the file
APR_FINFO_DIRENT - Static variable in class org.apache.tomcat.jni.File
an atomic unix apr_stat()
APR_FINFO_GPROT - Static variable in class org.apache.tomcat.jni.File
User protection bits
APR_FINFO_GROUP - Static variable in class org.apache.tomcat.jni.File
User
APR_FINFO_ICASE - Static variable in class org.apache.tomcat.jni.File
World protection bits
APR_FINFO_IDENT - Static variable in class org.apache.tomcat.jni.File
type, mtime, ctime, atime, size
APR_FINFO_INODE - Static variable in class org.apache.tomcat.jni.File
Device
APR_FINFO_LINK - Static variable in class org.apache.tomcat.jni.File
use OS's default permissions
APR_FINFO_MIN - Static variable in class org.apache.tomcat.jni.File
->name in proper case
APR_FINFO_MTIME - Static variable in class org.apache.tomcat.jni.File
Stat the link not the file itself if it is a link
APR_FINFO_NAME - Static variable in class org.apache.tomcat.jni.File
if dev is case insensitive
APR_FINFO_NLINK - Static variable in class org.apache.tomcat.jni.File
Inode
APR_FINFO_NORM - Static variable in class org.apache.tomcat.jni.File
all protections
APR_FINFO_OWNER - Static variable in class org.apache.tomcat.jni.File
dev and inode
APR_FINFO_PROT - Static variable in class org.apache.tomcat.jni.File
user and group
APR_FINFO_SIZE - Static variable in class org.apache.tomcat.jni.File
Access Time
APR_FINFO_TYPE - Static variable in class org.apache.tomcat.jni.File
Number of links
APR_FINFO_UPROT - Static variable in class org.apache.tomcat.jni.File
Group
APR_FINFO_USER - Static variable in class org.apache.tomcat.jni.File
Type
APR_FINFO_WPROT - Static variable in class org.apache.tomcat.jni.File
Group protection bits
APR_FLOCK_EXCLUSIVE - Static variable in class org.apache.tomcat.jni.File
Exclusive lock.
APR_FLOCK_NONBLOCK - Static variable in class org.apache.tomcat.jni.File
do not block while acquiring the file lock
APR_FLOCK_SHARED - Static variable in class org.apache.tomcat.jni.File
Shared lock.
APR_FLOCK_TYPEMASK - Static variable in class org.apache.tomcat.jni.File
mask to extract lock type
APR_FOPEN_APPEND - Static variable in class org.apache.tomcat.jni.File
Append to the end of the file
APR_FOPEN_BINARY - Static variable in class org.apache.tomcat.jni.File
Open the file in binary mode
APR_FOPEN_BUFFERED - Static variable in class org.apache.tomcat.jni.File
Open the file for buffered I/O
APR_FOPEN_CREATE - Static variable in class org.apache.tomcat.jni.File
Create the file if not there
APR_FOPEN_DELONCLOSE - Static variable in class org.apache.tomcat.jni.File
Delete the file after close
APR_FOPEN_EXCL - Static variable in class org.apache.tomcat.jni.File
Open should fail if APR_CREATE and file exists.
APR_FOPEN_LARGEFILE - Static variable in class org.apache.tomcat.jni.File
Platform dependent flag to enable large file support;
Warning : The APR_LARGEFILE flag only has effect on some platforms where sizeof(apr_off_t) == 4.
APR_FOPEN_NOCLEANUP - Static variable in class org.apache.tomcat.jni.File
Do not register a cleanup when the file is opened
APR_FOPEN_READ - Static variable in class org.apache.tomcat.jni.File
Open the file for reading
APR_FOPEN_SENDFILE_ENABLED - Static variable in class org.apache.tomcat.jni.File
Advisory flag that this file should support apr_socket_sendfile operation
APR_FOPEN_SHARELOCK - Static variable in class org.apache.tomcat.jni.File
Platform dependent support for higher level locked read/write access to support writes across process/machines
APR_FOPEN_TRUNCATE - Static variable in class org.apache.tomcat.jni.File
Open the file and truncate to 0 length
APR_FOPEN_WRITE - Static variable in class org.apache.tomcat.jni.File
Open the file for writing
APR_FOPEN_XTHREAD - Static variable in class org.apache.tomcat.jni.File
Platform dependent tag to open the file for use across multiple threads
APR_FPROT_GEXECUTE - Static variable in class org.apache.tomcat.jni.File
Write by group
APR_FPROT_GREAD - Static variable in class org.apache.tomcat.jni.File
Set group id
APR_FPROT_GSETID - Static variable in class org.apache.tomcat.jni.File
Execute by user
APR_FPROT_GWRITE - Static variable in class org.apache.tomcat.jni.File
Read by group
APR_FPROT_OS_DEFAULT - Static variable in class org.apache.tomcat.jni.File
Execute by others
APR_FPROT_UEXECUTE - Static variable in class org.apache.tomcat.jni.File
Write by user
APR_FPROT_UREAD - Static variable in class org.apache.tomcat.jni.File
Set user id
APR_FPROT_USETID - Static variable in class org.apache.tomcat.jni.File
 
APR_FPROT_UWRITE - Static variable in class org.apache.tomcat.jni.File
Read by user
APR_FPROT_WEXECUTE - Static variable in class org.apache.tomcat.jni.File
Write by others
APR_FPROT_WREAD - Static variable in class org.apache.tomcat.jni.File
Sticky bit
APR_FPROT_WSTICKY - Static variable in class org.apache.tomcat.jni.File
Execute by group
APR_FPROT_WWRITE - Static variable in class org.apache.tomcat.jni.File
Read by others
APR_FULL_BLOCK - Static variable in class org.apache.tomcat.jni.Proc
 
APR_FULL_NONBLOCK - Static variable in class org.apache.tomcat.jni.Proc
 
APR_HAS_DSO - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_FORK - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_LARGE_FILES - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_MMAP - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_OS_UUID - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_OTHER_CHILD - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_PROC_INVOKED - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_RANDOM - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_SENDFILE - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_SHARED_MEMORY - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_SO_ACCEPTFILTER - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_THREADS - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_UNICODE_FS - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_USER - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAS_XTHREAD_FILES - Static variable in class org.apache.tomcat.jni.Library
 
APR_HAVE_IPV6 - Static variable in class org.apache.tomcat.jni.Library
 
APR_INCHILD - Static variable in class org.apache.tomcat.jni.Status
APR Status Values
APR_INCOMPLETE - Static variable in class org.apache.tomcat.jni.Status
 
APR_INCOMPLETE_READ - Static variable in class org.apache.tomcat.jni.Socket
Set on non-blocking sockets (timeout != 0) on which the previous read() did not fill a buffer completely.
APR_INCOMPLETE_WRITE - Static variable in class org.apache.tomcat.jni.Socket
like APR_INCOMPLETE_READ, but for write
APR_INET - Static variable in class org.apache.tomcat.jni.Socket
 
APR_INET6 - Static variable in class org.apache.tomcat.jni.Socket
 
APR_INPARENT - Static variable in class org.apache.tomcat.jni.Status
 
APR_IPV4_ADDR_OK - Static variable in class org.apache.tomcat.jni.Socket
no longer allow read or write requests
APR_IPV6_ADDR_OK - Static variable in class org.apache.tomcat.jni.Socket
 
APR_IPV6_V6ONLY - Static variable in class org.apache.tomcat.jni.Socket
Don't accept IPv4 connections on an IPv6 listening socket.
APR_IS_BIGENDIAN - Static variable in class org.apache.tomcat.jni.Library
 
APR_IS_DEV_VERSION - Static variable in class org.apache.tomcat.jni.Library
 
APR_JUST_WAIT - Static variable in class org.apache.tomcat.jni.Proc
wait forever for the process to complete
APR_KEYBASED - Static variable in class org.apache.tomcat.jni.Status
 
APR_KILL_AFTER_TIMEOUT - Static variable in class org.apache.tomcat.jni.Proc
SIGTERM, wait 3 seconds, SIGKILL
APR_KILL_ALWAYS - Static variable in class org.apache.tomcat.jni.Proc
process is sent SIGKILL on apr_pool_t cleanup
APR_KILL_NEVER - Static variable in class org.apache.tomcat.jni.Proc
process is never sent any signals
APR_KILL_ONLY_ONCE - Static variable in class org.apache.tomcat.jni.Proc
send SIGTERM and then wait
APR_LIMIT_CPU - Static variable in class org.apache.tomcat.jni.Proc
 
APR_LIMIT_MEM - Static variable in class org.apache.tomcat.jni.Proc
 
APR_LIMIT_NOFILE - Static variable in class org.apache.tomcat.jni.Proc
 
APR_LIMIT_NPROC - Static variable in class org.apache.tomcat.jni.Proc
 
APR_LNK - Static variable in class org.apache.tomcat.jni.File
a symbolic link
APR_LOCAL - Static variable in class org.apache.tomcat.jni.Socket
Enum to tell us if we're interested in remote or local socket apr_interface_e
APR_LOCK_DEFAULT - Static variable in class org.apache.tomcat.jni.Lock
POSIX semaphore process-based locking
APR_LOCK_FCNTL - Static variable in class org.apache.tomcat.jni.Lock
Enumerated potential types for APR process locking methods
Warning : Check APR_HAS_foo_SERIALIZE defines to see if the platform supports APR_LOCK_foo.
APR_LOCK_FLOCK - Static variable in class org.apache.tomcat.jni.Lock
fcntl()
APR_LOCK_POSIXSEM - Static variable in class org.apache.tomcat.jni.Lock
POSIX pthread process-based locking
APR_LOCK_PROC_PTHREAD - Static variable in class org.apache.tomcat.jni.Lock
System V Semaphores
APR_LOCK_SYSVSEM - Static variable in class org.apache.tomcat.jni.Lock
flock()
APR_MAJOR_VERSION - Static variable in class org.apache.tomcat.jni.Library
 
APR_MAX_IOVEC_SIZE - Static variable in class org.apache.tomcat.jni.Library
 
APR_MAX_SECS_TO_LINGER - Static variable in class org.apache.tomcat.jni.Library
 
APR_MINOR_VERSION - Static variable in class org.apache.tomcat.jni.Library
 
APR_MMAP_LIMIT - Static variable in class org.apache.tomcat.jni.Library
 
APR_MMAP_READ - Static variable in class org.apache.tomcat.jni.Mmap
MMap opened for reading
APR_MMAP_THRESHOLD - Static variable in class org.apache.tomcat.jni.Library
 
APR_MMAP_WRITE - Static variable in class org.apache.tomcat.jni.Mmap
MMap opened for writing
APR_MSEC_PER_USEC - Static variable in class org.apache.tomcat.jni.Time
number of miliseconds per microsecond
APR_NO_DESC - Static variable in class org.apache.tomcat.jni.Poll
Used in apr_pollfd_t to determine what the apr_descriptor is apr_datatype_e enum
APR_NO_PIPE - Static variable in class org.apache.tomcat.jni.Proc
process exited and dumped a core file
APR_NOFILE - Static variable in class org.apache.tomcat.jni.File
no file type determined
APR_NOTDETACH - Static variable in class org.apache.tomcat.jni.Status
 
APR_NOTFOUND - Static variable in class org.apache.tomcat.jni.Status
 
APR_NOWAIT - Static variable in class org.apache.tomcat.jni.Proc
wait for the specified process to finish
APR_O_NONBLOCK_INHERITED - Static variable in class org.apache.tomcat.jni.Library
 
APR_OC_REASON_DEATH - Static variable in class org.apache.tomcat.jni.Proc
child has died, caller must call unregister still
APR_OC_REASON_LOST - Static variable in class org.apache.tomcat.jni.Proc
somehow the child exited without us knowing ...
APR_OC_REASON_RESTART - Static variable in class org.apache.tomcat.jni.Proc
a restart is occuring, perform any necessary cleanup (including sending a special signal to child)
APR_OC_REASON_RUNNING - Static variable in class org.apache.tomcat.jni.Proc
a health check is occuring, for most maintainence functions this is a no-op.
APR_OC_REASON_UNREGISTER - Static variable in class org.apache.tomcat.jni.Proc
unregister has been called, do whatever is necessary (including kill the child)
APR_OC_REASON_UNWRITABLE - Static variable in class org.apache.tomcat.jni.Proc
write_fd is unwritable
APR_OS_ERRSPACE_SIZE - Static variable in class org.apache.tomcat.jni.Status
APR_OS_ERRSPACE_SIZE is the maximum number of errors you can fit into one of the error/status ranges below -- except for APR_OS_START_USERERR, which see.
APR_OS_START_CANONERR - Static variable in class org.apache.tomcat.jni.Status
APR_OS_START_CANONERR is where APR versions of errno values are defined on systems which don't have the corresponding errno.
APR_OS_START_EAIERR - Static variable in class org.apache.tomcat.jni.Status
APR_OS_START_EAIERR folds EAI_ error codes from getaddrinfo() into apr_status_t values.
APR_OS_START_ERROR - Static variable in class org.apache.tomcat.jni.Status
APR_OS_START_ERROR is where the APR specific error values start.
APR_OS_START_STATUS - Static variable in class org.apache.tomcat.jni.Status
APR_OS_START_STATUS is where the APR specific status codes start.
APR_OS_START_SYSERR - Static variable in class org.apache.tomcat.jni.Status
APR_OS_START_SYSERR folds platform-specific system error values into apr_status_t values.
APR_OS_START_USEERR - Static variable in class org.apache.tomcat.jni.Status
APR_OS_START_USEERR is obsolete, defined for compatibility only.
APR_OS_START_USERERR - Static variable in class org.apache.tomcat.jni.Status
APR_OS_START_USERERR are reserved for applications that use APR that layer their own error codes along with APR's.
APR_PARENT_BLOCK - Static variable in class org.apache.tomcat.jni.Proc
 
APR_PATCH_VERSION - Static variable in class org.apache.tomcat.jni.Library
 
APR_PATH_MAX - Static variable in class org.apache.tomcat.jni.Library
 
APR_PIPE - Static variable in class org.apache.tomcat.jni.File
a FIFO / pipe
APR_POLL_FILE - Static variable in class org.apache.tomcat.jni.Poll
descriptor refers to a socket
APR_POLL_LASTDESC - Static variable in class org.apache.tomcat.jni.Poll
descriptor refers to a file
APR_POLL_SOCKET - Static variable in class org.apache.tomcat.jni.Poll
nothing here
APR_POLLERR - Static variable in class org.apache.tomcat.jni.Poll
Can write without blocking
APR_POLLHUP - Static variable in class org.apache.tomcat.jni.Poll
Pending error
APR_POLLIN - Static variable in class org.apache.tomcat.jni.Poll
Poll options
APR_POLLNVAL - Static variable in class org.apache.tomcat.jni.Poll
Hangup occurred
APR_POLLOUT - Static variable in class org.apache.tomcat.jni.Poll
Priority data available
APR_POLLPRI - Static variable in class org.apache.tomcat.jni.Poll
Can read without blocking
APR_POLLSET_THREADSAFE - Static variable in class org.apache.tomcat.jni.Poll
Adding or Removing a Descriptor is thread safe
APR_PROC_DETACH_DAEMONIZE - Static variable in class org.apache.tomcat.jni.Proc
Do not detach
APR_PROC_DETACH_FOREGROUND - Static variable in class org.apache.tomcat.jni.Proc
 
APR_PROC_EXIT - Static variable in class org.apache.tomcat.jni.Proc
do not wait -- just see if it has finished
APR_PROC_SIGNAL - Static variable in class org.apache.tomcat.jni.Proc
process exited normally
APR_PROC_SIGNAL_CORE - Static variable in class org.apache.tomcat.jni.Proc
process exited due to a signal
APR_PROGRAM - Static variable in class org.apache.tomcat.jni.Proc
use the shell to invoke the program
APR_PROGRAM_ENV - Static variable in class org.apache.tomcat.jni.Proc
invoke the program directly, no copied env
APR_PROGRAM_PATH - Static variable in class org.apache.tomcat.jni.Proc
invoke the program, replicating our environment
APR_PROTO_SCTP - Static variable in class org.apache.tomcat.jni.Socket
UDP
APR_PROTO_TCP - Static variable in class org.apache.tomcat.jni.Socket
 
APR_PROTO_UDP - Static variable in class org.apache.tomcat.jni.Socket
TCP
APR_REG - Static variable in class org.apache.tomcat.jni.File
a regular file
APR_REMOTE - Static variable in class org.apache.tomcat.jni.Socket
 
APR_RESET_NODELAY - Static variable in class org.apache.tomcat.jni.Socket
This flag is ONLY set internally when we set APR_TCP_NOPUSH with APR_TCP_NODELAY set to tell us that APR_TCP_NODELAY should be turned on again when NOPUSH is turned off
APR_SET - Static variable in class org.apache.tomcat.jni.File
Set the file position
APR_SHELLCM - Static variable in class org.apache.tomcat.jni.Proc
 
APR_SHELLCMD_ENV - Static variable in class org.apache.tomcat.jni.Proc
find program on PATH, use our environment
APR_SHUTDOWN_READ - Static variable in class org.apache.tomcat.jni.Socket
Define what type of socket shutdown should occur.
APR_SHUTDOWN_READWRITE - Static variable in class org.apache.tomcat.jni.Socket
no longer allow write requests
APR_SHUTDOWN_WRITE - Static variable in class org.apache.tomcat.jni.Socket
no longer allow read request
APR_SIZEOF_VOIDP - Static variable in class org.apache.tomcat.jni.Library
 
APR_SO_DEBUG - Static variable in class org.apache.tomcat.jni.Socket
Keepalive
APR_SO_DISCONNECTED - Static variable in class org.apache.tomcat.jni.Socket
Receive buffer
APR_SO_KEEPALIVE - Static variable in class org.apache.tomcat.jni.Socket
Linger
APR_SO_LINGER - Static variable in class org.apache.tomcat.jni.Socket
 
APR_SO_NONBLOCK - Static variable in class org.apache.tomcat.jni.Socket
Debug
APR_SO_RCVBUF - Static variable in class org.apache.tomcat.jni.Socket
Send buffer
APR_SO_REUSEADDR - Static variable in class org.apache.tomcat.jni.Socket
Non-blocking IO
APR_SO_SNDBUF - Static variable in class org.apache.tomcat.jni.Socket
Reuse addresses
APR_SOCK - Static variable in class org.apache.tomcat.jni.File
a [unix domain] socket
APR_STATUS_IS_ANONYMOUS(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_BADARG(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_BADCH(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_CHILD_DONE(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_CHILD_NOTDONE(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_DETACH(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EABOVEROOT(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EABSOLUTE(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EAGAIN(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EBADDATE(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EBADIP(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EBADMASK(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EBADPATH(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EBUSY(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ECONNABORTED(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ECONNRESET(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EDSOPEN(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EGENERAL(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EINCOMPLETE(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EINIT(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EINPROGRESS(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EINTR(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EINVAL(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EINVALSOCK(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EMISMATCH(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENODIR(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOLOCK(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOPOLL(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOPOOL(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOPROC(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOSHMAVAIL(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOSOCKET(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOSTAT(int) - Static method in class org.apache.tomcat.jni.Status
APR_STATUS_IS Status Value Tests
Warning : For any particular error condition, more than one of these tests may match.
APR_STATUS_IS_ENOTENOUGHENTROPY(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOTHDKEY(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOTHREAD(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOTIME(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOTIMPL(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ENOTSOCK(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EOF(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EPATHWILD(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_EPROC_UNKNOWN(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ERELATIVE(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ESYMNOTFOUND(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_ETIMEDOUT(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_FILEBASED(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_INCHILD(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_INCOMPLETE(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_INPARENT(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_KEYBASED(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_NOTDETACH(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_NOTFOUND(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_STATUS_IS_TIMEUP(int) - Static method in class org.apache.tomcat.jni.Status
 
APR_SUCCESS - Static variable in class org.apache.tomcat.jni.Status
no error.
APR_TCP_DEFER_ACCEPT - Static variable in class org.apache.tomcat.jni.Socket
Delay accepting of new connections until data is available.
APR_TCP_NODELAY - Static variable in class org.apache.tomcat.jni.Socket
For SCTP sockets, this is mapped to STCP_NODELAY internally.
APR_TCP_NODELAY_INHERITED - Static variable in class org.apache.tomcat.jni.Library
 
APR_TCP_NOPUSH - Static variable in class org.apache.tomcat.jni.Socket
 
APR_TIMEUP - Static variable in class org.apache.tomcat.jni.Status
 
APR_UNKFILE - Static variable in class org.apache.tomcat.jni.File
a file of some other unknown type
APR_UNSPEC - Static variable in class org.apache.tomcat.jni.Socket
 
APR_USEC_PER_SEC - Static variable in class org.apache.tomcat.jni.Time
number of microseconds per second
APR_WAIT - Static variable in class org.apache.tomcat.jni.Proc
use the shell to invoke the program, replicating our environment
AprEndpoint - Class in org.apache.tomcat.util.net
APR tailored thread pool, providing the following services: Socket acceptor thread Socket poller thread Sendfile thread Worker threads pool When switching to Java 5, there's an opportunity to use the virtual machine's thread pool.
AprEndpoint() - Constructor for class org.apache.tomcat.util.net.AprEndpoint
 
AprEndpoint.Acceptor - Class in org.apache.tomcat.util.net
Server socket acceptor thread.
AprEndpoint.Acceptor() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.Acceptor
 
AprEndpoint.Handler - Interface in org.apache.tomcat.util.net
Bare bones interface used for socket processing.
AprEndpoint.Handler.SocketState - Enum in org.apache.tomcat.util.net
 
AprEndpoint.Poller - Class in org.apache.tomcat.util.net
Poller class.
AprEndpoint.Poller(boolean) - Constructor for class org.apache.tomcat.util.net.AprEndpoint.Poller
 
AprEndpoint.Sendfile - Class in org.apache.tomcat.util.net
Sendfile class.
AprEndpoint.Sendfile() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
AprEndpoint.SendfileData - Class in org.apache.tomcat.util.net
SendfileData class.
AprEndpoint.SendfileData() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
AprEndpoint.SocketEventProcessor - Class in org.apache.tomcat.util.net
This class is the equivalent of the Worker, but will simply use in an external Executor thread pool.
AprEndpoint.SocketEventProcessor(long, SocketStatus) - Constructor for class org.apache.tomcat.util.net.AprEndpoint.SocketEventProcessor
 
AprEndpoint.SocketProcessor - Class in org.apache.tomcat.util.net
This class is the equivalent of the Worker, but will simply use in an external Executor thread pool.
AprEndpoint.SocketProcessor(long) - Constructor for class org.apache.tomcat.util.net.AprEndpoint.SocketProcessor
 
AprEndpoint.SocketWithOptionsProcessor - Class in org.apache.tomcat.util.net
This class is the equivalent of the Worker, but will simply use in an external Executor thread pool.
AprEndpoint.SocketWithOptionsProcessor(long) - Constructor for class org.apache.tomcat.util.net.AprEndpoint.SocketWithOptionsProcessor
 
AprEndpoint.Worker - Class in org.apache.tomcat.util.net
Server processor class.
AprEndpoint.Worker() - Constructor for class org.apache.tomcat.util.net.AprEndpoint.Worker
 
AprEndpoint.WorkerStack - Class in org.apache.tomcat.util.net
 
AprEndpoint.WorkerStack(int) - Constructor for class org.apache.tomcat.util.net.AprEndpoint.WorkerStack
 
AprImpl - Class in org.apache.jk.apr
Implements the interface with the APR library.
AprImpl() - Constructor for class org.apache.jk.apr.AprImpl
 
aprInitialized - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
AprLifecycleListener - Class in org.apache.catalina.core
Implementation of LifecycleListener that will init and and destroy APR.
AprLifecycleListener() - Constructor for class org.apache.catalina.core.AprLifecycleListener
 
APRMAXHOSTLEN - Static variable in class org.apache.tomcat.jni.Library
 
aprVersionString() - Static method in class org.apache.tomcat.jni.Library
 
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.
asctimeFormat - Static variable in class org.apache.catalina.util.DateTool
 
assign(long) - Method in class org.apache.tomcat.util.net.AprEndpoint.Worker
Process an incoming TCP/IP connection on the specified socket.
assign(long, SocketStatus) - Method in class org.apache.tomcat.util.net.AprEndpoint.Worker
 
assign(Object) - Method in class org.apache.tomcat.util.net.NioEndpoint.Worker
Process an incoming TCP/IP connection on the specified socket.
assign(Object, SocketStatus) - Method in class org.apache.tomcat.util.net.NioEndpoint.Worker
 
assignWithOptions(long) - 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.
atime - Variable in class org.apache.tomcat.jni.FileInfo
The time the file was last accessed
atmark(long) - Static method in class org.apache.tomcat.jni.Socket
Query the specified socket if at the OOB/Urgent data mark
attach(String, long) - Static method in class org.apache.tomcat.jni.Shm
Attach to a shared memory segment that was created by another process.
attach(long, long) - Static method in class org.apache.tomcat.jni.SSLSocket
Attach APR socket on a SSL connection.
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.ajp.AjpProtocol
Configuration attributes.
attributes - Variable in class org.apache.coyote.http11.Http11AprProtocol
 
attributes - Variable in class org.apache.coyote.http11.Http11NioProtocol
 
attributes - Variable in class org.apache.coyote.http11.Http11Protocol
 
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
 
attrsSet(String, int, int, long) - Static method in class org.apache.tomcat.jni.File
Set attributes of the specified file.
AUTH - Static variable in class org.apache.naming.ResourceRef
Auth address type.
AUTH_ONLY_MODE - Static variable in class org.apache.catalina.realm.RealmBase.AllRolesMode
Allow any authenticated user
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 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(String, byte[]) - Method in class org.apache.catalina.realm.CombinedRealm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(String, String, String, String, String, String, String, String) - Method in class org.apache.catalina.realm.CombinedRealm
Return the Principal associated with the specified username, which matches the digest calculated using the given parameters using the method described in RFC 2069; otherwise return null.
authenticate(String, String) - Method in class org.apache.catalina.realm.CombinedRealm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(X509Certificate[]) - Method in class org.apache.catalina.realm.CombinedRealm
Return the Principal associated with the specified chain of X509 client certificates.
authenticate(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, byte[]) - Method in class org.apache.catalina.realm.LockOutRealm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(String, String, String, String, String, String, String, String) - Method in class org.apache.catalina.realm.LockOutRealm
Return the Principal associated with the specified username, which matches the digest calculated using the given parameters using the method described in RFC 2069; otherwise return null.
authenticate(String, String) - Method in class org.apache.catalina.realm.LockOutRealm
Return the Principal associated with the specified username and credentials, if there is one; otherwise return null.
authenticate(X509Certificate[]) - Method in class org.apache.catalina.realm.LockOutRealm
Return the Principal associated with the specified chain of X509 client certificates.
authenticate(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.
AUTHENTICATE_BYTES - Static variable in class org.apache.catalina.authenticator.BasicAuthenticator
Authenticate bytes.
authentication - Variable in class org.apache.catalina.realm.JNDIRealm
The type of authentication to use
Authenticator - Interface in org.apache.catalina
An Authenticator is a component (usually a Valve or Container) that provides some sort of authentication service.
AuthenticatorBase - Class in org.apache.catalina.authenticator
Basic implementation of the Valve interface that enforces the <security-constraint> elements in the web application deployment descriptor.
AuthenticatorBase() - Constructor for class org.apache.catalina.authenticator.AuthenticatorBase
 
authenticatorConfig() - Method in class org.apache.catalina.startup.ContextConfig
Set up an Authenticator automatically if required, and one has not already been configured.
authenticators - Static variable in class org.apache.catalina.startup.ContextConfig
The set of Authenticators that we know how to configure.
authenticators - Variable in class org.apache.catalina.startup.Embedded
Custom mappings of login methods to authenticators
authMethod - Variable in class org.apache.catalina.realm.JAASCallbackHandler
The authentication method 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.
available() - Method in class org.apache.catalina.connector.CoyoteInputStream
 
available() - Method in class org.apache.catalina.connector.InputBuffer
 
available - Variable in class org.apache.catalina.core.StandardWrapper
The date and time at which this servlet will become available (in milliseconds since the epoch), or zero if the servlet is available.
available() - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
 
available() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Amount of bytes still available in a buffer.
available() - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
Amount of bytes still available in a buffer.
available() - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
Amount of bytes still available in a buffer.
available() - Method in class org.apache.coyote.http11.filters.VoidInputFilter
Amount of bytes still available in a buffer.
available() - Method in interface org.apache.coyote.http11.InputFilter
Amount of bytes still available in a buffer.
available() - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Available bytes (note that due to encoding, this may not correspond )
available() - Method in class org.apache.coyote.http11.InternalNioInputBuffer
Available bytes (note that due to encoding, this may not correspond )
available() - Method in class org.apache.jk.common.ChannelNioSocket.SocketInputStream
 
available - Variable in class org.apache.tomcat.util.net.AprEndpoint.Worker
 
available - Variable in class org.apache.tomcat.util.net.JIoEndpoint.Worker
 
available - Variable in class org.apache.tomcat.util.net.NioEndpoint.Worker
 
await() - Method in class org.apache.catalina.core.StandardServer
Wait until a proper shutdown command is received, then return.
await() - Method in interface org.apache.catalina.Server
Wait until a proper shutdown command is received, then return.
await() - 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.
await() - Method in class org.apache.tomcat.util.net.NioEndpoint.Worker
Await a newly assigned Socket from our Connector, or null if we are supposed to shut down.
awaitLatch(CountDownLatch, long, TimeUnit) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
awaitReadLatch(long, TimeUnit) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
awaitWriteLatch(long, TimeUnit) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 

B

backgroundProcess() - Method in interface org.apache.catalina.Cluster
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in interface org.apache.catalina.Container
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in class org.apache.catalina.core.ContainerBase
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in class org.apache.catalina.core.StandardWrapper
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in interface org.apache.catalina.Loader
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in class org.apache.catalina.loader.WebappLoader
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in interface org.apache.catalina.Manager
This method will be invoked by the context/container on a periodic basis and allows the manager to implement a method that executes periodic tasks, such as expiring sessions etc.
backgroundProcess() - Method in interface org.apache.catalina.Realm
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in class org.apache.catalina.realm.RealmBase
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in class org.apache.catalina.session.ManagerBase
Implements the Manager interface, direct call to processExpires
backgroundProcess() - Method in interface org.apache.catalina.Valve
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in class org.apache.catalina.valves.AccessLogValve
Execute a periodic task, such as reloading, etc.
backgroundProcess() - Method in class org.apache.catalina.valves.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.
backlog - Variable in class org.apache.tomcat.util.net.BaseEndpoint
Allows the server developer to specify the backlog that should be used for server sockets.
backlog - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Allows the server developer to specify the backlog that should be used for server sockets.
backlog - Variable in class org.apache.tomcat.util.net.NioEndpoint
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.
Base64 - Class in org.apache.catalina.util
This class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N.
Base64() - Constructor for class org.apache.catalina.util.Base64
 
baseaddr(long) - Static method in class org.apache.tomcat.jni.Shm
Retrieve the base address of the shared memory segment.
BaseDirContext - Class in org.apache.naming.resources
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.
BaseEndpoint - Class in org.apache.tomcat.util.net
APR tailored thread pool, providing the following services: Socket acceptor thread Socket poller thread Sendfile thread Worker threads pool When switching to Java 5, there's an opportunity to use the virtual machine's thread pool.
BaseEndpoint() - Constructor for class org.apache.tomcat.util.net.BaseEndpoint
 
BaseJkConfig - Class in org.apache.jk.config
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
 
BaseSessionComparator - Class in org.apache.catalina.manager.util
Comparator which permits to compare on a session's content
BaseSessionComparator() - Constructor for class org.apache.catalina.manager.util.BaseSessionComparator
 
basic - Variable in class org.apache.catalina.core.StandardPipeline
The basic Valve (if any) associated with this Pipeline.
BASIC_METHOD - Static variable in class org.apache.catalina.authenticator.Constants
 
BasicAuthenticator - Class in org.apache.catalina.authenticator
An Authenticator and Valve implementation of HTTP BASIC Authentication, as outlined in RFC 2617: "HTTP Authentication: Basic and Digest Access Authentication."
BasicAuthenticator() - Constructor for class org.apache.catalina.authenticator.BasicAuthenticator
 
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.
BeanFactory - Class in org.apache.naming.factory
Object factory for any Resource conforming to the JavaBean spec.
BeanFactory() - Constructor for class org.apache.naming.factory.BeanFactory
 
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_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.
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.
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.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.
bind(Name, Object) - Method in class org.apache.naming.SelectorContext
Binds a name to an object.
bind(String, Object) - Method in class org.apache.naming.SelectorContext
Binds a name to an object.
bind(long, long) - Static method in class org.apache.tomcat.jni.Local
Bind the socket to its associated port
bind(long, long) - Static method in class org.apache.tomcat.jni.Socket
Bind the socket to its associated port
bindAsUser(DirContext, User, String) - Method in class org.apache.catalina.realm.JNDIRealm
Check credentials by binding to the directory as the user
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.
bindings - Variable in class org.apache.naming.NamingContext
Bindings in this Context.
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.
BIOCallback - Interface in org.apache.tomcat.jni
Open SSL BIO Callback Interface
blanksToString(String, String) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Converts blank strings to another string
block - Variable in class org.apache.catalina.valves.SemaphoreValve
Block until a permit is available.
blockingSelector - Variable in class org.apache.tomcat.util.net.NioSelectorPool
 
BODY_HEADER_SECTION - Static variable in class org.apache.catalina.manager.Constants
 
BODY_HEADER_SECTION - Static variable in class org.apache.catalina.manager.host.Constants
 
bodyBytes - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Body message.
bodyBytes - Variable in class org.apache.coyote.ajp.AjpProcessor
Body message.
bodyMessage - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Body message.
bodyMessage - Variable in class org.apache.coyote.ajp.AjpProcessor
Body message.
booleanParameter(HttpServletRequest, String, boolean, boolean) - Method in class org.apache.catalina.manager.host.HostManagerServlet
extract boolean value from checkbox with default
Bootstrap - Class in org.apache.catalina.startup
Boostrap loader for Catalina.
Bootstrap() - Constructor for class org.apache.catalina.startup.Bootstrap
 
broadcaster - Variable in class org.apache.catalina.core.StandardWrapper
The broadcaster that sends j2ee notifications.
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.filters.ChunkedInputFilter
Read bytes 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 write buffer.
buf - Variable in class org.apache.coyote.http11.InternalInputBuffer
Pointer to the current read buffer.
buf - Variable in class org.apache.coyote.http11.InternalNioInputBuffer
Pointer to the current read buffer.
buf - Variable in class org.apache.coyote.http11.InternalNioOutputBuffer
Pointer to the current write buffer.
buf - Variable in class org.apache.coyote.http11.InternalOutputBuffer
The buffer used for header composition.
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.
buffer(long) - Static method in class org.apache.tomcat.jni.Shm
Retrieve new ByteBuffer base address of the shared memory segment.
BUFFER_SIZE - Static variable in class org.apache.catalina.servlets.DefaultServlet
Size of file transfer buffer in bytes.
BUFFER_SIZE - Static variable in class org.apache.catalina.ssi.SSIExec
 
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.
buffered - Variable in class org.apache.catalina.ssi.SSIServlet
Should the output be buffered.
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)
BufferedInputFilter - Class in org.apache.coyote.http11.filters
Input filter responsible for reading and buffering the request body, so that it does not interfere with client SSL handshake messages.
BufferedInputFilter() - Constructor for class org.apache.coyote.http11.filters.BufferedInputFilter
 
bufferPool - Variable in class org.apache.tomcat.util.net.SocketProperties
NioChannel pool size for the endpoint, this value is how many channels -1 means unlimited cached, 0 means no cache Default value is 500
bufferPoolSize - Variable in class org.apache.tomcat.util.net.SocketProperties
Buffer pool size in bytes to be cached -1 means unlimited, 0 means no cache Default value is 100MB (1024*1024*100 bytes)
bufHandler - Variable in class org.apache.tomcat.util.net.NioChannel
 
BYTE_STATE - Variable in class org.apache.catalina.connector.InputBuffer
 
ByteArrayServletOutputStream - Class in org.apache.catalina.ssi
Class that extends ServletOuputStream, used as a wrapper from within SsiInclude
ByteArrayServletOutputStream() - Constructor for class org.apache.catalina.ssi.ByteArrayServletOutputStream
Construct a new ServletOutputStream.

C

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.
cacheClassName - Variable in class org.apache.naming.resources.ProxyDirContext
Cache class.
cached - Variable in class org.apache.naming.resources.BaseDirContext
Cached.
CACHED_POST_LEN - Static variable in class org.apache.catalina.connector.Request
Post data buffer.
CacheEntry - Class in org.apache.naming.resources
Implements a cache entry.
CacheEntry() - Constructor for class org.apache.naming.resources.CacheEntry
 
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 cache for resources.
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.catalina.core.StandardContext
Cache object max size in KB.
cacheObjectMaxSize - Variable in class org.apache.naming.resources.BaseDirContext
Max size of resources that will be content cached.
cacheObjectMaxSize - Variable in class org.apache.naming.resources.ProxyDirContext
Max size of resources which will have their content cached.
cacheRemovalWarningTime - Variable in class org.apache.catalina.realm.LockOutRealm
If a failed user is removed from the cache because the cache is too big before it has been in the cache for at least this period of time (in seconds) a warning message will be logged.
cacheSize - Variable in class org.apache.catalina.realm.LockOutRealm
Number of users that have failed authentication to keep in cache.
cacheSize - Variable in class org.apache.naming.resources.ResourceCache
Current cache size in KB.
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.
callback(String) - Method in interface org.apache.tomcat.jni.PasswordCallback
Called when the password is required
callback() - Method in interface org.apache.tomcat.jni.PoolCallback
Called when the pool is destroyed or cleared
callback(long, int, String) - Method in interface org.apache.tomcat.jni.ProcErrorCallback
Called in the child process if APR encounters an error in the child prior to running the specified program.
callbackHandler - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The callback handler responsible for answering our requests.
calloc(long, int) - Static method in class org.apache.tomcat.jni.Pool
Allocate a block of memory from a pool and set all of the memory to 0
calloc(long, int) - Static method in class org.apache.tomcat.jni.Stdlib
Allocates an array in memory with elements initialized to 0.
cancel(SelectionKey, NioEndpoint.KeyAttachment, int) - Method in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
 
cancelKey(SelectionKey) - Method in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
 
cancelledKey(SelectionKey, SocketStatus, boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
canonical - Variable in class org.apache.catalina.util.DOMWriter
Canonical output.
canonicalPath - Variable in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
 
canReauthenticate - Variable in class org.apache.catalina.authenticator.SingleSignOnEntry
 
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.
Catalina - Class in org.apache.catalina.startup
Startup/Shutdown shell program for Catalina.
Catalina() - Constructor for class org.apache.catalina.startup.Catalina
 
Catalina.CatalinaShutdownHook - Class in org.apache.catalina.startup
Shutdown hook which will perform a clean shutdown of Catalina if needed.
Catalina.CatalinaShutdownHook() - Constructor for class org.apache.catalina.startup.Catalina.CatalinaShutdownHook
 
CATALINA_BASE_TOKEN - Static variable in class org.apache.catalina.startup.Bootstrap
 
CATALINA_HOME_TOKEN - Static variable in class org.apache.catalina.startup.Bootstrap
 
catalinaLoader - Variable in class org.apache.catalina.startup.Bootstrap
 
CatalinaProperties - Class in org.apache.catalina.startup
Utility class to read the bootstrap Catalina configuration.
CatalinaProperties() - Constructor for class org.apache.catalina.startup.CatalinaProperties
 
CERT_METHOD - Static variable in class org.apache.catalina.authenticator.Constants
 
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 class org.apache.tomcat.util.net.BaseEndpoint
The Request attribute key for the client certificate chain.
CERTIFICATE_KEY - Static variable in class org.apache.tomcat.util.net.JIoEndpoint
The Request attribute key for the client certificate chain.
CERTIFICATE_KEY - Static variable in class org.apache.tomcat.util.net.NioEndpoint
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.
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.
certificates - Variable in class org.apache.coyote.ajp.AjpProcessor
Byte chunk for certs.
CERTIFICATES_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we store the array of X509Certificate objects representing the certificate chain presented by our client, if any.
CGIServlet - Class in org.apache.catalina.servlets
CGI-invoking servlet for web applications, used to execute scripts which comply to the Common Gateway Interface (CGI) specification and are named in the path-info used to invoke this servlet.
CGIServlet() - Constructor for class org.apache.catalina.servlets.CGIServlet
 
CGIServlet.CGIEnvironment - Class in org.apache.catalina.servlets
Encapsulates the CGI environment and rules to derive that environment from the servlet container and request information.
CGIServlet.CGIEnvironment(HttpServletRequest, ServletContext) - Constructor for class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Creates a CGIEnvironment and derives the necessary environment, query parameters, working directory, cgi command, etc.
CGIServlet.CGIRunner - Class in org.apache.catalina.servlets
Encapsulates the knowledge of how to run a CGI script, given the script's desired environment and (optionally) input/output streams
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 in org.apache.catalina.servlets
This is an input stream specifically for reading HTTP headers.
cHandler - Variable in class org.apache.coyote.http11.Http11Protocol
 
channel - Variable in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
ChannelJni - Class in org.apache.jk.common
Pass messages using jni
ChannelJni() - Constructor for class org.apache.jk.common.ChannelJni
 
ChannelNioSocket - Class in org.apache.jk.common
Accept ( and send ) TCP messages.
ChannelNioSocket() - Constructor for class org.apache.jk.common.ChannelNioSocket
jmx:managed-constructor description="default constructor"
ChannelNioSocket.Poller - Class in org.apache.jk.common
 
ChannelNioSocket.SocketConnection - Class in org.apache.jk.common
 
ChannelNioSocket.SocketInputStream - Class in org.apache.jk.common
 
ChannelNioSocket.SocketOutputStream - Class in org.apache.jk.common
 
ChannelShm - Class in org.apache.jk.common
Channel using shm.
ChannelShm() - Constructor for class org.apache.jk.common.ChannelShm
 
ChannelSocket - Class in org.apache.jk.common
Accept ( and send ) TCP messages.
ChannelSocket() - Constructor for class org.apache.jk.common.ChannelSocket
jmx:managed-constructor description="default constructor"
ChannelUn - Class in org.apache.jk.common
Pass messages using unix domain sockets.
ChannelUn() - Constructor for class org.apache.jk.common.ChannelUn
 
CHAR_STATE - Variable in class org.apache.catalina.connector.InputBuffer
 
characterEncoding - Variable in class org.apache.catalina.authenticator.FormAuthenticator
Character encoding to use to read the username and password parameters from the request.
characterEncoding - Variable in class org.apache.coyote.Response
 
charCmp(String, int, String) - Method in class org.apache.catalina.ssi.SSIProcessor
 
CHARSET - Static variable in class org.apache.catalina.manager.Constants
 
CHARSET - Static variable in class org.apache.catalina.manager.host.Constants
 
CharsetMapper - Class in org.apache.catalina.util
Utility class that attempts to map from a Locale to the corresponding character set to be used for interpreting input text (or generating output text) when the Content-Type header does not include one.
CharsetMapper() - Constructor for class org.apache.catalina.util.CharsetMapper
Construct a new CharsetMapper using the default properties resource.
CharsetMapper(String) - Constructor for class org.apache.catalina.util.CharsetMapper
Construct a new CharsetMapper using the specified properties resource.
charsetSet - Variable in class org.apache.coyote.Response
Has the charset been explicitly set.
check(String) - Method in class org.apache.catalina.manager.ManagerServlet
Invoke the check method on the deployer.
check() - Method in class org.apache.catalina.startup.HostConfig
Check status of all webapps.
check(String) - Method in class org.apache.catalina.startup.HostConfig
Check status of a specific webapp, for use with stuff like management webapps.
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
 
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.
checkNormalize(MessageBytes) - Static method in class org.apache.catalina.connector.CoyoteAdapter
Check that the URI is normalized following character decoding.
checkParachute() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
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.
checkSendfile(HttpServletRequest, HttpServletResponse, CacheEntry, long, DefaultServlet.Range) - Method in class org.apache.catalina.servlets.DefaultServlet
Check if sendfile can be used.
checkWritable() - Method in class org.apache.naming.NamingContext
Throws a naming exception is Context is not writable.
childErrSet(long, long, long) - Static method in class org.apache.tomcat.jni.Procattr
Set the child_err and parent_err values to existing apr_file_t values.
childInit(String, long) - Static method in class org.apache.tomcat.jni.Global
Re-open a mutex in a child process.
childInit(String, long) - Static method in class org.apache.tomcat.jni.Lock
Re-open a mutex in a child process.
childInSet(long, long, long) - Static method in class org.apache.tomcat.jni.Procattr
Set the child_in and/or parent_in values to existing apr_file_t values.
childOutSet(long, long, long) - Static method in class org.apache.tomcat.jni.Procattr
Set the child_out and parent_out values to existing apr_file_t values.
children - Variable in class org.apache.catalina.core.ContainerBase
The child Containers belonging to this Container, keyed by name.
children - Variable in class org.apache.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).
chooseClientAlias(String[], Principal[], Socket) - Method in class org.apache.tomcat.util.net.jsse.NioX509KeyManager
 
chooseEngineServerAlias(String, Principal[], SSLEngine) - Method in class org.apache.tomcat.util.net.jsse.NioX509KeyManager
 
chooseServerAlias(String, Principal[], Socket) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Returns this key manager's server key alias that was provided in the constructor.
chooseServerAlias(String, Principal[], Socket) - Method in class org.apache.tomcat.util.net.jsse.NioX509KeyManager
 
CHUNKED - Static variable in class org.apache.coyote.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).
ChunkedInputFilter - Class in org.apache.coyote.http11.filters
Chunked input filter.
ChunkedInputFilter() - Constructor for class org.apache.coyote.http11.filters.ChunkedInputFilter
 
ChunkedOutputFilter - Class in org.apache.coyote.http11.filters
Chunked output filter.
ChunkedOutputFilter() - Constructor for class org.apache.coyote.http11.filters.ChunkedOutputFilter
Default constructor.
chunkHeader - Variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
Chunk header.
chunkLength - Variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
Buffer used for chunk length conversion.
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 class org.apache.tomcat.util.net.BaseEndpoint
The Request attribute key for the cipher suite.
CIPHER_SUITE_KEY - Static variable in class org.apache.tomcat.util.net.JIoEndpoint
The Request attribute key for the cipher suite.
CIPHER_SUITE_KEY - Static variable in class org.apache.tomcat.util.net.NioEndpoint
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.
ciphers - Variable in class org.apache.tomcat.util.net.NioEndpoint
 
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.
ciphersarr - Variable in class org.apache.tomcat.util.net.NioEndpoint
 
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.
classLoader - Variable in class org.apache.catalina.core.DefaultInstanceManager
 
ClassLoaderFactory - Class in org.apache.catalina.startup
Utility class for building class loaders for Catalina.
ClassLoaderFactory() - Constructor for class org.apache.catalina.startup.ClassLoaderFactory
 
classLoadTime - Variable in class org.apache.catalina.core.StandardWrapper
 
className - Variable in class org.apache.catalina.ssi.SSIMediator
 
ClassNameMBean - Class in org.apache.catalina.mbeans
A convenience base class for ModelMBean implementations where the underlying base class (and therefore the set of supported properties) is different for varying implementations of a standard interface.
ClassNameMBean() - Constructor for class org.apache.catalina.mbeans.ClassNameMBean
Construct a ModelMBean with default ModelMBeanInfo information.
classType - Static variable in class org.apache.catalina.core.StandardWrapper
Static class array used when the SecurityManager is turned on and Servlet.init is invoked.
classTypeUsedInService - Static variable in class org.apache.catalina.core.StandardWrapper
Static class array used when the SecurityManager is turned on and Servlet.service is invoked.
clazz - Variable in class org.apache.catalina.loader.WebappClassLoader.PrivilegedGetClassLoader
 
cleanupForExec() - Static method in class org.apache.tomcat.jni.Pool
Run all of the child_cleanups, so that any unnecessary files are closed because we are about to exec a new program
cleanupKill(long, long) - Static method in class org.apache.tomcat.jni.Pool
Remove a previously registered cleanup function
cleanupRegister(long, Object) - Static method in class org.apache.tomcat.jni.Pool
Register a function to be called when a pool is cleared or destroyed
clear() - Method in class org.apache.catalina.connector.CometEventImpl
Clear the event.
clear() - Method in class org.apache.catalina.connector.RequestFacade
Clear facade.
clear() - Method in class org.apache.catalina.connector.ResponseFacade
Clear facade.
clear() - Method in class org.apache.catalina.session.FileStore
Remove all of the Sessions in this Store.
clear() - Method in class org.apache.catalina.session.JDBCStore
Remove all of the Sessions in this Store.
clear() - Method in interface org.apache.catalina.Store
Remove all Sessions from this Store.
clear() - Method in 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(long) - Static method in class org.apache.tomcat.jni.Pool
Clear all memory in the pool and run all the cleanups.
clearAttributes() - Method in class org.apache.catalina.core.ApplicationContext
Clear all application-created attributes.
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
 
clearEncoders() - Method in class org.apache.catalina.connector.InputBuffer
Clear cached encoders (to save memory for Comet requests).
clearEncoders() - Method in class org.apache.catalina.connector.OutputBuffer
Clear cached encoders (to save memory for Comet requests).
clearEncoders() - Method in class org.apache.catalina.connector.Request
Clear cached encoders (to save memory for Comet requests).
clearEncoders() - Method in class org.apache.catalina.connector.Response
Clear cached encoders (to save memory for Comet requests).
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.InternalNioInputBuffer
Clear filters.
clearFilters() - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
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.
ClientAbortException - Exception in org.apache.catalina.connector
Wrap an IOException identifying it as being caused by an abort of a request by a remote client.
ClientAbortException() - Constructor for exception org.apache.catalina.connector.ClientAbortException
Construct a new ClientAbortException with no other information.
ClientAbortException(String) - Constructor for exception org.apache.catalina.connector.ClientAbortException
Construct a new ClientAbortException for the specified message.
ClientAbortException(Throwable) - Constructor for exception org.apache.catalina.connector.ClientAbortException
Construct a new ClientAbortException for the specified throwable.
ClientAbortException(String, Throwable) - Constructor for exception org.apache.catalina.connector.ClientAbortException
Construct a new ClientAbortException for the specified message and throwable.
clientAuth - Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
clientAuth - Variable in class org.apache.tomcat.util.net.NioEndpoint
 
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.CometEvent
Ends the Comet session.
close() - Method in class org.apache.catalina.connector.CometEventImpl
 
close() - Method in class org.apache.catalina.connector.CoyoteInputStream
Close the stream Since we re-cycle, we can't allow the call to super.close() which would 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 interface org.apache.catalina.UserDatabase
Finalize access to this user database.
close() - Method in class org.apache.catalina.users.MemoryUserDatabase
Finalize access to this user database.
close() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Close the specified database connection.
CLOSE - Static variable in class org.apache.coyote.ajp.Constants
 
CLOSE - Static variable in class org.apache.coyote.http11.Constants
 
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.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.naming.SelectorContext
Closes this context.
close(long) - Static method in class org.apache.tomcat.jni.Directory
close the specified directory.
close(long) - Static method in class org.apache.tomcat.jni.File
Close the specified file.
close(long) - Static method in class org.apache.tomcat.jni.Registry
Close the specified Registry key.
close(long) - Static method in class org.apache.tomcat.jni.Socket
Close a socket.
close() - Method in class org.apache.tomcat.util.net.NioBlockingSelector
 
close() - Method in class org.apache.tomcat.util.net.NioChannel
Closes this channel.
close(boolean) - Method in class org.apache.tomcat.util.net.NioChannel
 
close - Variable in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
close() - Method in class org.apache.tomcat.util.net.NioSelectorPool
 
close() - Method in class org.apache.tomcat.util.net.SecureNioChannel
Sends a SSL close message, will not physically close the connection here.
To close the connection, you could do something like
close(boolean) - Method in class org.apache.tomcat.util.net.SecureNioChannel
Force a close, can throw an IOException
CLOSE_BYTES - Static variable in class org.apache.coyote.ajp.Constants
 
CLOSE_BYTES - Static variable in class org.apache.coyote.http11.Constants
 
closeBIO(long) - Static method in class org.apache.tomcat.jni.SSL
Close BIO and derefrence callback object
closed - Variable in class org.apache.tomcat.util.net.SecureNioChannel
 
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.
closeServerSocket() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
CLOSING - Static variable in class org.apache.catalina.util.XMLWriter
Closing tag.
closing - Variable in class org.apache.tomcat.util.net.SecureNioChannel
 
Cluster - Interface in org.apache.catalina
A Cluster works as a Cluster client/server for the local host Different Cluster implementations can be used to support different ways to communicate within the Cluster.
cluster - Variable in class org.apache.catalina.core.ContainerBase
The cluster with which this Container is associated.
ClusterRuleSetFactory - Class in org.apache.catalina.startup
 
ClusterRuleSetFactory() - Constructor for class org.apache.catalina.startup.ClusterRuleSetFactory
 
ClusterRuleSetFactory.DefaultClusterRuleSet - Class in org.apache.catalina.startup
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.
cmdtypeSet(long, int) - Static method in class org.apache.tomcat.jni.Procattr
Set what type of command the child process will call.
cnonce - Variable in class org.apache.catalina.realm.JAASCallbackHandler
Client generated nonce.
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.
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
 
CombinedRealm - Class in org.apache.catalina.realm
Realm implementation that contains one or more realms.
CombinedRealm() - Constructor for class org.apache.catalina.realm.CombinedRealm
 
comet - Variable in class org.apache.catalina.connector.Request
Comet state
comet - Variable in class org.apache.coyote.http11.Http11AprProcessor
Comet used.
comet - Variable in class org.apache.coyote.http11.Http11NioProcessor
Comet used.
comet - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
 
comet - Variable in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
cometClose() - Method in class org.apache.catalina.connector.Request
 
cometClose - Variable in class org.apache.coyote.http11.Http11NioProcessor
Closed flag, a Comet async thread can signal for this Nio processor to be closed and recycled instead of waiting for a timeout.
CometConnectionManagerValve - Class in org.apache.catalina.valves
Implementation of a Valve that tracks Comet connections, and closes them when the associated session expires or the webapp is reloaded.
CometConnectionManagerValve() - Constructor for class org.apache.catalina.valves.CometConnectionManagerValve
 
CometEvent - Interface in org.apache.catalina
The CometEvent interface.
CometEvent.EventSubType - Enum in org.apache.catalina
Event details TIMEOUT - the connection timed out (sub type of ERROR); note that this ERROR type is not fatal, and the connection will not be closed unless the servlet uses the close method of the event CLIENT_DISCONNECT - the client connection was closed (sub type of ERROR) IOEXCEPTION - an IO exception occurred, such as invalid content, for example, an invalid chunk block (sub type of ERROR) WEBAPP_RELOAD - the webapplication is being reloaded (sub type of END) SERVER_SHUTDOWN - the server is shutting down (sub type of END) SESSION_END - the servlet ended the session (sub type of END)
CometEvent.EventType - Enum in org.apache.catalina
Enumeration describing the major events that the container can invoke the CometProcessors event() method with BEGIN - will be called at the beginning of the processing of the connection.
CometEventImpl - Class in org.apache.catalina.connector
 
CometEventImpl(Request, Response) - Constructor for class org.apache.catalina.connector.CometEventImpl
 
CometFilter - Interface in org.apache.catalina
A Comet filter, similar to regular filters, performs filtering tasks on either the request to a resource (a Comet servlet), or on the response from a resource, or both.
CometFilterChain - Interface in org.apache.catalina
A CometFilterChain is an object provided by the servlet container to the developer giving a view into the invocation chain of a filtered event for a resource.
cometInterest(NioChannel) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
cometNotify - Variable in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
cometOps - Variable in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
cometPollerRoundRobin - Variable in class org.apache.tomcat.util.net.AprEndpoint
 
cometPollers - Variable in class org.apache.tomcat.util.net.AprEndpoint
The socket poller used for Comet support.
CometProcessor - Interface in org.apache.catalina
This interface should be implemented by servlets which would like to handle asynchronous IO, recieving events when data is available for reading, and being able to output data without the need for being invoked by the container.
cometRequests - Variable in class org.apache.catalina.valves.CometConnectionManagerValve
List of current Coment connections.
cometRequestsAttribute - Variable in class org.apache.catalina.valves.CometConnectionManagerValve
Name of session attribute used to store list of comet connections.
COMMAND_END - Static variable in class org.apache.catalina.ssi.SSIProcessor
The end pattern
COMMAND_START - Static variable in class org.apache.catalina.ssi.SSIProcessor
The start pattern
commands - Variable in class org.apache.catalina.ssi.SSIProcessor
 
commit() - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
Phase 2 of authenticating a Subject when Phase 1 was successful.
commit() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Commit the response.
commit() - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
Commit the response.
commit() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Commit the response.
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.InternalNioOutputBuffer
Committed flag.
committed - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Committed flag.
COMMON_ALIAS - Static variable in class org.apache.catalina.valves.Constants.AccessLog
 
COMMON_PATTERN - Static variable in class org.apache.catalina.valves.Constants.AccessLog
 
commonLoader - Variable in class org.apache.catalina.startup.Bootstrap
 
comparator - Variable in class org.apache.catalina.manager.util.ReverseComparator
 
compare(Object, Object) - Method in class org.apache.catalina.manager.util.BaseSessionComparator
 
compare(Object, Object) - Method in class org.apache.catalina.manager.util.ReverseComparator
 
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
 
compCtx - Variable in class org.apache.catalina.core.NamingContextListener
Comp context.
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.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.
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.
compressableMimeTypes - Variable in class org.apache.coyote.http11.Http11AprProcessor
List of MIMES which could be gzipped
compressableMimeTypes - Variable in class org.apache.coyote.http11.Http11AprProtocol
 
compressableMimeTypes - Variable in class org.apache.coyote.http11.Http11NioProcessor
List of MIMES which could be gzipped
compressableMimeTypes - Variable in class org.apache.coyote.http11.Http11Processor
List of MIMES which could be gzipped
compressableMimeTypes - Variable in class org.apache.coyote.http11.Http11Protocol
 
compression - Variable in class org.apache.coyote.http11.Http11AprProtocol
Integrated compression support.
compression - Variable in class org.apache.coyote.http11.Http11Protocol
Integrated compression support.
compressionLevel - Variable in class org.apache.coyote.http11.Http11AprProcessor
Allowed compression level.
compressionLevel - Variable in class org.apache.coyote.http11.Http11NioProcessor
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.Http11AprProtocol
 
compressionMinSize - Variable in class org.apache.coyote.http11.Http11NioProcessor
Minimum contentsize to make compression.
compressionMinSize - Variable in class org.apache.coyote.http11.Http11Processor
Minimum contentsize to make compression.
compressionMinSize - Variable in class org.apache.coyote.http11.Http11Protocol
 
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.
condition - Variable in class org.apache.catalina.valves.AccessLogValve
Are we doing conditional logging.
conditionalState - Variable in class org.apache.catalina.ssi.SSIMediator
 
CONFIDENTIAL_TRANSPORT - Static variable in class org.apache.catalina.authenticator.Constants
 
CONFIDENTIAL_TRANSPORT - Static variable in class org.apache.catalina.realm.Constants
 
config - Variable in class org.apache.catalina.ssi.SSIFilter
 
configBase - Variable in class org.apache.catalina.manager.host.HostManagerServlet
Path where context descriptors should be deployed.
configBase - Variable in class org.apache.catalina.manager.ManagerServlet
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.
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
 
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.
configureInjectionRules(Digester, String) - Method in class org.apache.catalina.startup.WebRuleSet
 
configureNamingRules(Digester) - Method in class org.apache.catalina.startup.WebRuleSet
 
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.
connect() - Method in class org.apache.naming.resources.DirContextURLConnection
Connect to the DirContext, and retrive the bound object, as well as its attributes.
connect(long, long) - Static method in class org.apache.tomcat.jni.Local
Issue a connection request to a socket either on the same machine or a different one.
connect(long, long) - Static method in class org.apache.tomcat.jni.Socket
Issue a connection request to a socket either on the same machine or a different one.
CONNECTION - Static variable in class org.apache.coyote.ajp.Constants
 
CONNECTION - Static variable in class org.apache.coyote.http11.Constants
 
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 - Class in org.apache.catalina.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
 
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.
ConnectorCreateRule - Class in org.apache.catalina.startup
Rule implementation that creates a connector.
ConnectorCreateRule() - Constructor for class org.apache.catalina.startup.ConnectorCreateRule
 
ConnectorMBean - Class in org.apache.catalina.mbeans
A ModelMBean implementation for the org.apache.coyote.tomcat5.CoyoteConnector component.
ConnectorMBean() - Constructor for class org.apache.catalina.mbeans.ConnectorMBean
Construct a ModelMBean with default ModelMBeanInfo information.
connectors - Variable in class org.apache.catalina.core.StandardService
The set of Connectors associated with this Service.
Constants - Class in org.apache.catalina.authenticator
 
Constants() - Constructor for class org.apache.catalina.authenticator.Constants
 
Constants - Class in org.apache.catalina.connector
Static constants for this package.
Constants() - Constructor for class org.apache.catalina.connector.Constants
 
Constants - Class in org.apache.catalina.core
 
Constants() - Constructor for class org.apache.catalina.core.Constants
 
Constants - Class in org.apache.catalina.loader
 
Constants() - Constructor for class org.apache.catalina.loader.Constants
 
Constants - Class in org.apache.catalina.manager
 
Constants() - Constructor for class org.apache.catalina.manager.Constants
 
Constants - Class in org.apache.catalina.manager.host
 
Constants() - Constructor for class org.apache.catalina.manager.host.Constants
 
Constants - Class in org.apache.catalina.realm
Manifest constants for this Java package.
Constants() - Constructor for class org.apache.catalina.realm.Constants
 
Constants - Class in org.apache.catalina.servlets
 
Constants() - Constructor for class org.apache.catalina.servlets.Constants
 
Constants - Class in org.apache.catalina.session
Manifest constants for the org.apache.catalina.session package.
Constants() - Constructor for class org.apache.catalina.session.Constants
 
Constants - Class in org.apache.catalina.startup
String constants for the startup package.
Constants() - Constructor for class org.apache.catalina.startup.Constants
 
Constants - Class in org.apache.catalina.users
Manifest constants for this Java package.
Constants() - Constructor for class org.apache.catalina.users.Constants
 
Constants - Class in org.apache.catalina.valves
Manifest constants for the org.apache.catalina.valves package.
Constants() - Constructor for class org.apache.catalina.valves.Constants
 
Constants - Class in org.apache.coyote.ajp
Constants.
Constants() - Constructor for class org.apache.coyote.ajp.Constants
 
Constants - Class in org.apache.coyote
Constants.
Constants() - Constructor for class org.apache.coyote.Constants
 
Constants - Class in org.apache.coyote.http11
Constants.
Constants() - Constructor for class org.apache.coyote.http11.Constants
 
Constants - Class in org.apache.naming
Static constants for this package.
Constants() - Constructor for class org.apache.naming.Constants
 
Constants - Class in org.apache.naming.factory
Static constants for this package.
Constants() - Constructor for class org.apache.naming.factory.Constants
 
Constants - Class in org.apache.naming.resources
Static constants for this package.
Constants() - Constructor for class org.apache.naming.resources.Constants
 
Constants.AccessLog - Class in org.apache.catalina.valves
 
Constants.AccessLog() - Constructor for class org.apache.catalina.valves.Constants.AccessLog
 
Contained - Interface in org.apache.catalina
Decoupling interface which specifies that an implementing class is associated with at most one Container instance.
container - Variable in class org.apache.catalina.connector.Connector
The Container used for processing requests received by this Connector.
Container - Interface in org.apache.catalina
A Container is an object that can execute requests received from a client, and return responses based on those requests.
container - Variable in class org.apache.catalina.core.NamingContextListener
Associated container.
container - Variable in class org.apache.catalina.core.StandardPipeline
The Container with which this Pipeline is associated.
container - Variable in class org.apache.catalina.core.StandardService
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.
ContainerBase - Class in org.apache.catalina.core
Abstract implementation of the Container interface, providing common functionality required by nearly every implementation.
ContainerBase() - Constructor for class org.apache.catalina.core.ContainerBase
 
ContainerBase.ContainerBackgroundProcessor - Class in org.apache.catalina.core
Private thread class to invoke the backgroundProcess method of this container and its children after a fixed delay.
ContainerBase.ContainerBackgroundProcessor() - Constructor for class org.apache.catalina.core.ContainerBase.ContainerBackgroundProcessor
 
ContainerBase.PrivilegedAddChild - Class in org.apache.catalina.core
Perform addChild with the permissions of this class.
containerClassLoader - Variable in class org.apache.catalina.core.DefaultInstanceManager
 
containerEvent(ContainerEvent) - Method in class org.apache.catalina.connector.MapperListener
 
ContainerEvent - Class in org.apache.catalina
General event for notifying listeners of significant changes on a Container.
ContainerEvent(Container, String, Object) - Constructor for class org.apache.catalina.ContainerEvent
Construct a new ContainerEvent with the specified parameters.
containerEvent(ContainerEvent) - Method in interface org.apache.catalina.ContainerListener
Acknowledge the occurrence of the specified event.
containerEvent(ContainerEvent) - Method in class org.apache.catalina.core.NamingContextListener
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.
ContainerListener - Interface in org.apache.catalina
Interface defining a listener for significant Container generated events.
containerLog - Variable in class org.apache.catalina.realm.RealmBase
Container log
containerLog - Variable in class org.apache.catalina.valves.ValveBase
Container log
ContainerServlet - Interface in org.apache.catalina
A ContainerServlet is a servlet that has access to Catalina internal functionality, and is loaded from the Catalina class loader instead of the web application class loader.
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.
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.
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.Http11NioProcessor
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.http11.filters.IdentityInputFilter
Content length.
contentLength - Variable in class org.apache.coyote.http11.filters.IdentityOutputFilter
Content length.
contentLength - Variable in class org.apache.coyote.Response
 
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.
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 - Interface in org.apache.catalina
A Context is a Container that represents a servlet context, and therefore an individual web application, in the Catalina servlet engine.
context - Variable in class org.apache.catalina.core.StandardContext
The ServletContext implementation associated with this Context.
context - Variable in class org.apache.catalina.manager.host.HostManagerServlet
The Context container associated with our web application.
context - Variable in class org.apache.catalina.manager.ManagerServlet
The Context container associated with our web application.
context - Variable in class org.apache.catalina.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 - Static variable in class org.apache.naming.NamingEntry
 
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 - Static variable in class org.apache.naming.resources.ProxyDirContext
 
ContextAccessController - Class in org.apache.naming
Handles the access control on the JNDI contexts.
ContextAccessController() - Constructor for class org.apache.naming.ContextAccessController
 
ContextBindings - Class in org.apache.naming
Handles the associations : Catalina context name with the NamingContext Calling thread with the NamingContext
ContextBindings() - Constructor for class org.apache.naming.ContextBindings
 
contextClass - Variable in class org.apache.catalina.startup.HostConfig
The Java class name of the Context implementation we should use.
ContextConfig - Class in org.apache.catalina.startup
Startup event listener for a Context that configures the properties of that Context, and the associated defined servlets.
ContextConfig() - Constructor for class org.apache.catalina.startup.ContextConfig
 
contextConfig() - Method in class org.apache.catalina.startup.ContextConfig
Process the default configuration file, if it exists.
ContextConfig.ContextErrorHandler - Class in org.apache.catalina.startup
 
ContextConfig.ContextErrorHandler() - Constructor for class org.apache.catalina.startup.ContextConfig.ContextErrorHandler
 
contextDescriptors - Variable in class org.apache.catalina.manager.ManagerServlet
Path used to store context descriptors.
contextDigester - Static variable in class org.apache.catalina.startup.ContextConfig
The Digester we will use to process web application context files.
ContextEjb - Class in org.apache.catalina.deploy
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 in org.apache.catalina.deploy
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 in org.apache.catalina.mbeans
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.
contextFactory - Variable in class org.apache.catalina.realm.JNDIRealm
The JNDI context factory used to acquire our InitialContext.
ContextHandler - Class in org.apache.catalina.deploy
Representation of a handler reference for a web service, as represented in a <handler> element in the deployment descriptor.
ContextHandler() - Constructor for class org.apache.catalina.deploy.ContextHandler
 
ContextLocalEjb - Class in org.apache.catalina.deploy
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
 
contextName - Variable in class org.apache.naming.resources.ProxyDirContext
Context name.
contextPath - Variable in class org.apache.catalina.core.DummyRequest
 
ContextResource - Class in org.apache.catalina.deploy
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 in org.apache.catalina.deploy
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 in org.apache.catalina.deploy
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 in org.apache.catalina.mbeans
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 in org.apache.catalina.mbeans
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 in org.apache.catalina.startup
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.
ContextService - Class in org.apache.catalina.deploy
Representation of a web service reference for a web application, as represented in a <service-ref> element in the deployment descriptor.
ContextService() - Constructor for class org.apache.catalina.deploy.ContextService
 
ContextTransaction - Class in org.apache.catalina.deploy
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
 
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.
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.
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.
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.
cookiesParsed - Variable in class org.apache.catalina.connector.Request
Cookies parsed flag.
copy(File, File) - Static method in class org.apache.catalina.manager.ManagerServlet
Copy the specified file or directory to the destination.
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.
copy(String, String, int, long) - Static method in class org.apache.tomcat.jni.File
Copy the specified file to another file.
copyBytes(byte[], int, int, int) - Static method in class org.apache.catalina.connector.CoyoteAdapter
Copy an array of bytes to a different position.
copyInternal(File, File, byte[]) - Static method in class org.apache.catalina.manager.ManagerServlet
Copy the specified file or directory to the destination.
CopyParentClassLoaderRule - Class in org.apache.catalina.startup
Rule that copies the parentClassLoader property from the next-to-top item on the stack (which must be a Container) to the top item on the stack (which must also be a Container).
CopyParentClassLoaderRule() - Constructor for class org.apache.catalina.startup.CopyParentClassLoaderRule
Construct a new instance of this Rule.
copyRange(InputStream, ServletOutputStream) - Method in class org.apache.catalina.servlets.DefaultServlet
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
copyRange(Reader, PrintWriter) - Method in class org.apache.catalina.servlets.DefaultServlet
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
copyRange(InputStream, ServletOutputStream, long, long) - Method in class org.apache.catalina.servlets.DefaultServlet
Copy the contents of the specified input stream to the specified output stream, and ensure that both streams are closed before returning (even in the face of an exception).
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).
countAllocated - Variable in class org.apache.catalina.core.StandardWrapper
The count of allocations that are currently active (even if they are for the same instance, as will be true on a non-STM servlet).
countDown(CountDownLatch) - Method in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
 
CoyoteAdapter - Class in org.apache.catalina.connector
Implementation of a request processor which delegates the processing to a Coyote processor.
CoyoteAdapter(Connector) - Constructor for class org.apache.catalina.connector.CoyoteAdapter
Construct a new CoyoteProcessor associated with the specified connector.
CoyoteInputStream - Class in org.apache.catalina.connector
This class handles reading bytes.
CoyoteInputStream(InputBuffer) - Constructor for class org.apache.catalina.connector.CoyoteInputStream
 
CoyoteOutputStream - Class in org.apache.catalina.connector
Coyote implementation of the servlet output stream.
CoyoteOutputStream(OutputBuffer) - Constructor for class org.apache.catalina.connector.CoyoteOutputStream
 
CoyotePrincipal - Class in org.apache.catalina.connector
Generic implementation of java.security.Principal that is used to represent principals authenticated at the protocol handler level.
CoyotePrincipal(String) - Constructor for class org.apache.catalina.connector.CoyotePrincipal
 
CoyoteReader - Class in org.apache.catalina.connector
Coyote implementation of the buffred reader.
CoyoteReader(InputBuffer) - Constructor for class org.apache.catalina.connector.CoyoteReader
 
coyoteRequest - Variable in class org.apache.catalina.connector.Request
Coyote request.
coyoteResponse - Variable in class org.apache.catalina.connector.Response
Coyote response.
CoyoteWriter - Class in org.apache.catalina.connector
Coyote implementation of the servlet writer.
CoyoteWriter(OutputBuffer) - Constructor for class org.apache.catalina.connector.CoyoteWriter
 
CR - Static variable in class org.apache.coyote.ajp.Constants
CR.
CR - Static variable in class org.apache.coyote.http11.Constants
CR.
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.
create(String, int, long) - Static method in class org.apache.tomcat.jni.Global
Create and initialize a mutex that can be used to synchronize both processes and threads.
create(String, long) - Static method in class org.apache.tomcat.jni.Local
Create a socket.
create(String, int, long) - Static method in class org.apache.tomcat.jni.Lock
Create and initialize a mutex that can be used to synchronize processes.
create(long, long, long, int, long) - Static method in class org.apache.tomcat.jni.Mmap
Create a new mmap'ed file out of an existing APR file.
create(int, long, int, long) - Static method in class org.apache.tomcat.jni.Poll
Setup a pollset object.
create(long) - Static method in class org.apache.tomcat.jni.Pool
Create a new pool.
create(long, String, String[], String[], long, long) - Static method in class org.apache.tomcat.jni.Proc
Create a new process and execute a new program within that process.
create(long) - Static method in class org.apache.tomcat.jni.Procattr
Create and initialize a new procattr variable
create(int, String, int, long) - Static method in class org.apache.tomcat.jni.Registry
Create or open a Registry Key.
create(long, String, long) - Static method in class org.apache.tomcat.jni.Shm
Create and make accessable a shared memory segment.
create(int, int, int, long) - Static method in class org.apache.tomcat.jni.Socket
Create a socket.
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:
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.
createDataSourceRealm(String, String, String, String, String, String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new DataSource Realm.
createDigester() - Static method in class org.apache.catalina.startup.HostConfig
Create the digester which will be used to parse context config files.
createEmptySession() - Method in interface org.apache.catalina.Manager
Get a session from the recycled ones or create a new empty one.
createEmptySession() - Method in class org.apache.catalina.session.ManagerBase
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 class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Create a new Group and return the corresponding MBean Name.
createGroup(String, String) - Method in interface org.apache.catalina.UserDatabase
Create and return a new Group defined in this user database.
createGroup(String, String) - Method in class org.apache.catalina.users.MemoryUserDatabase
Create and return a new Group defined in this user database.
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
 
createJavaContext(String, long) - Static method in class org.apache.jk.apr.AprImpl
 
createJDBCRealm(String, String, String, String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new JDBC Realm.
createJkHandler(long, String) - Method in class org.apache.jk.apr.AprImpl
 
createJNDIRealm(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.
createLogElements() - Method in class org.apache.catalina.valves.AccessLogValve
parse pattern string and create the array of AccessLogElement
createLogElements() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
 
createManager(String) - Method in interface org.apache.catalina.Cluster
Create a new manager which will use this cluster to replicate its sessions.
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.
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
 
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
 
createPrincipal(String, Subject) - Method in class org.apache.catalina.realm.JAASRealm
Identify and return a java.security.Principal instance representing the authenticated user for the specified Subject.
createProcessor() - Method in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
 
createProcessor() - Method in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
 
createProcessor() - Method in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
 
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 class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Create a new Role and return the corresponding MBean Name.
createRole(String, String) - Method in interface org.apache.catalina.UserDatabase
Create and return a new Role defined in this user database.
createRole(String, String) - Method in class org.apache.catalina.users.MemoryUserDatabase
Create and return a new Role defined in this user database.
createServer() - Static method in class org.apache.catalina.mbeans.MBeanUtils
Create and configure (if necessary) and return the MBeanServer with which we will be registering our DynamicMBean implementations.
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() - 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(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.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.
createSSLEngine() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
createStandardContext(String, String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new StandardContext.
createStandardContext(String, String, String, boolean, boolean, 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.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.
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.
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 class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Create a new User and return the corresponding MBean Name.
createUser(String, String, String) - Method in interface org.apache.catalina.UserDatabase
Create and return a new User defined in this user database.
createUser(String, String, String) - Method in class org.apache.catalina.users.MemoryUserDatabase
Create and return a new User defined in this user database.
createUserDatabaseRealm(String, String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new UserDatabaseRealm.
createWebappLoader(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Create a new Web Application Loader.
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).
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.
createWorkerThread() - Method in class org.apache.tomcat.util.net.JIoEndpoint
Create (or allocate) and return an available processor for use in processing a specific HTTP request, if possible.
createWorkerThread() - Method in class org.apache.tomcat.util.net.NioEndpoint
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.
CREATION_DATE - Static variable in class org.apache.naming.resources.ResourceAttributes
Creation date.
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).
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.
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
 
csize - Variable in class org.apache.tomcat.jni.FileInfo
The storage size consumed by the file
ctime - Variable in class org.apache.tomcat.jni.FileInfo
The time the file was created, or the inode was last changed
ctime(long) - Static method in class org.apache.tomcat.jni.Time
Formats dates in the ctime() format in an efficient manner.
currentAccess - Variable in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
currentLogFile - Variable in class org.apache.catalina.valves.AccessLogValve
The current log file we are writing to.
curThreads - Variable in class org.apache.tomcat.util.net.AprEndpoint
Current worker threads count.
curThreads - Variable in class org.apache.tomcat.util.net.BaseEndpoint
Current worker threads count.
curThreads - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Current worker threads count.
curThreads - Variable in class org.apache.tomcat.util.net.NioEndpoint
Current worker threads count.
curThreadsBusy - Variable in class org.apache.tomcat.util.net.AprEndpoint
Current worker threads busy count.
curThreadsBusy - Variable in class org.apache.tomcat.util.net.BaseEndpoint
Current worker threads busy count.
curThreadsBusy - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Current worker threads busy count.
curThreadsBusy - Variable in class org.apache.tomcat.util.net.NioEndpoint
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.
customAuthenticators - Variable in class org.apache.catalina.startup.ContextConfig
Custom mappings of login methods to authenticators
CustomObjectInputStream - Class in org.apache.catalina.util
Custom subclass of ObjectInputStream that loads from the class loader for this web application.
CustomObjectInputStream(InputStream, ClassLoader) - Constructor for class org.apache.catalina.util.CustomObjectInputStream
Construct a new instance of CustomObjectInputStream

D

daemon - Variable in class org.apache.catalina.core.StandardThreadExecutor
 
daemon - Variable in class org.apache.tomcat.util.net.AprEndpoint
The default is true - the created threads will be in daemon mode.
daemon - Variable in class org.apache.tomcat.util.net.BaseEndpoint
The default is true - the created threads will be in daemon mode.
daemon - Variable in class org.apache.tomcat.util.net.JIoEndpoint
The default is true - the created threads will be in daemon mode.
daemon - Variable in class org.apache.tomcat.util.net.NioEndpoint
The default is true - the created threads will be in daemon mode.
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.
dataGet(long, String) - Static method in class org.apache.tomcat.jni.Pool
Return the data associated with the current pool.
dataSet(long, String, Object) - Static method in class org.apache.tomcat.jni.Pool
Set the data associated with the current pool
DataSourceClassName - Variable in class org.apache.naming.factory.SendMailFactory
 
dataSourceName - Variable in class org.apache.catalina.realm.DataSourceRealm
The name of the JNDI JDBC DataSource
DataSourceRealm - Class in org.apache.catalina.realm
Implmentation of Realm that works with any JDBC JNDI DataSource.
DataSourceRealm() - Constructor for class org.apache.catalina.realm.DataSourceRealm
 
date - Variable in class org.apache.naming.resources.DirContextURLConnection
Date.
DateTool - Class in org.apache.catalina.util
Common place for date utils.
DateTool() - Constructor for class org.apache.catalina.util.DateTool
 
dbConnection - Variable in class org.apache.catalina.realm.JDBCRealm
The connection to the database.
DBCP_DATASOURCE_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
deallocate(Servlet) - Method in class org.apache.catalina.core.StandardWrapper
Return this previously allocated servlet to the pool of available instances.
deallocate(Servlet) - Method in interface org.apache.catalina.Wrapper
Return this previously allocated servlet to the pool of available instances.
debug - Variable in class org.apache.catalina.manager.host.HostManagerServlet
The debugging detail level for this servlet.
debug - Variable in class org.apache.catalina.manager.ManagerServlet
The debugging detail level for this servlet.
debug - Variable in class org.apache.catalina.servlets.DefaultServlet
The debugging detail level for this servlet.
debug - Variable in class org.apache.catalina.ssi.SSIFilter
Debug level for this servlet.
debug - Variable in class org.apache.catalina.ssi.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
 
DEC - Static variable in class org.apache.catalina.util.HexUtils
 
decode(ByteChunk, CharChunk) - Static method in class org.apache.catalina.util.Base64
Decodes Base64 data into octects
decodedURI - Variable in class org.apache.catalina.core.DummyRequest
 
decodedURI() - Method in class org.apache.coyote.Request
 
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_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.HandlerRef
Default factory for this reference.
DEFAULT_FACTORY - Static variable in class org.apache.naming.ResourceEnvRef
Default factory for this reference.
DEFAULT_FACTORY - Static variable in class org.apache.naming.ResourceLinkRef
Default factory for this reference.
DEFAULT_FACTORY - Static variable in class org.apache.naming.ResourceRef
Default factory for this reference.
DEFAULT_FACTORY - Static variable in class org.apache.naming.ServiceRef
Default factory for this reference.
DEFAULT_FACTORY - Static variable in class org.apache.naming.TransactionRef
Default factory for this reference.
DEFAULT_HANDLER_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
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_SERVICE_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
DEFAULT_SERVLET_METHODS - Static variable in class org.apache.catalina.core.StandardWrapper
 
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
 
DefaultContextMBean - Class in org.apache.catalina.mbeans
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
 
defaultContextXml - Variable in class org.apache.catalina.startup.ContextConfig
The default web application's context file location.
defaultEncoding(long) - Static method in class org.apache.tomcat.jni.OS
Get the name of the system default characer set.
defaultIfNull(String, String) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
DefaultInstanceManager - Class in org.apache.catalina.core
 
DefaultInstanceManager(Context, Map<String, Map<String, String>>, Context, ClassLoader) - Constructor for class org.apache.catalina.core.DefaultInstanceManager
 
defaultLocale - Static variable in class org.apache.catalina.connector.Request
The default Locale if none are specified.
DefaultServlet - Class in org.apache.catalina.servlets
The default resource-serving servlet for most web applications, used to serve static resources such as HTML pages and images.
DefaultServlet() - Constructor for class org.apache.catalina.servlets.DefaultServlet
 
DefaultServlet.Range - Class in org.apache.catalina.servlets
 
DefaultServlet.Range() - Constructor for class org.apache.catalina.servlets.DefaultServlet.Range
 
defaultWebConfig() - Method in class org.apache.catalina.startup.ContextConfig
Process the default configuration file, if it exists.
DefaultWebXml - Static variable in class org.apache.catalina.startup.Constants
 
defaultWebXml - Variable in class org.apache.catalina.startup.ContextConfig
The default web application's deployment descriptor location.
deferAccept - Variable in class org.apache.tomcat.util.net.AprEndpoint
Defer accept.
defname() - Static method in class org.apache.tomcat.jni.Lock
Display the name of the default mutex: APR_LOCK_DEFAULT
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.
delete(File) - Static method in class org.apache.catalina.startup.ExpandWar
Delete the specified directory, including all of its contents and subdirectories recursively.
delete(long) - Static method in class org.apache.tomcat.jni.Mmap
Remove a mmap'ed.
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 subdirectories recursively.
deleteKey(int, String, boolean) - Static method in class org.apache.tomcat.jni.Registry
Delete the Registry subkey
deleteValue(long, String) - Static method in class org.apache.tomcat.jni.Registry
Delete the Registry value
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.
deploy(PrintWriter, String, String, boolean, HttpServletRequest) - Method in class org.apache.catalina.manager.ManagerServlet
Deploy a web application archive (included in the current request) at the specified context path.
deploy(PrintWriter, String, String) - Method in class org.apache.catalina.manager.ManagerServlet
Install an application for the specified path from the specified web application archive.
deploy(PrintWriter, String, String, String, boolean) - Method in class org.apache.catalina.manager.ManagerServlet
Install an application for the specified path from the specified web application archive.
deployApps() - Method in class org.apache.catalina.startup.HostConfig
Deploy applications for any directories or WAR files that are found in our "application root" directory.
deployApps(String) - Method in class org.apache.catalina.startup.HostConfig
Deploy applications for any directories or WAR files that are found in our "application root" directory.
deployDescriptor(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.
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
 
deployed - Variable in class org.apache.catalina.manager.ManagerServlet
File object representing the directory into which the deploy() command will store the WAR and context configuration files that have been uploaded.
deployed - Variable in class org.apache.catalina.startup.HostConfig
Map of deployed applications.
deployInternal(String, String, String) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Deploy an application for the specified path from the specified web application archive.
deploymentCount - Static variable in class org.apache.catalina.startup.ContextConfig
Deployment count.
deploymentExists(String) - Method in class org.apache.catalina.startup.HostConfig
Check if a webapp is already deployed in this host.
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?
DEREF_ALIASES - Static variable in class org.apache.catalina.realm.JNDIRealm
Constant that holds the name of the environment property for specifying the manner in which aliases should be dereferenced.
derefAliases - Variable in class org.apache.catalina.realm.JNDIRealm
How aliases should be dereferenced during search operations.
deregister(String, 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.
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.
DESCRIPTION - Static variable in class org.apache.naming.ResourceRef
Description address type.
descriptors - Variable in class org.apache.catalina.mbeans.ServerLifecycleListener
Semicolon separated list of paths containing MBean desciptor resources.
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.loader.WebappLoader
 
destroy() - Method in class org.apache.catalina.manager.host.HostManagerServlet
Finalize this servlet.
destroy() - Method in class org.apache.catalina.manager.ManagerServlet
Finalize this servlet.
destroy() - Method in class org.apache.catalina.manager.StatusManagerServlet
Finalize this servlet.
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
Deprecated. 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 class org.apache.coyote.ajp.AjpAprProtocol
 
destroy() - Method in class org.apache.coyote.ajp.AjpProtocol
 
destroy() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
destroy() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
destroy() - Method in class org.apache.coyote.http11.Http11Protocol
 
destroy() - Method in class org.apache.coyote.memory.MemoryProtocolHandler
 
destroy() - Method in interface org.apache.coyote.ProtocolHandler
 
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.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(long) - Static method in class org.apache.tomcat.jni.Global
Destroy the mutex and free the memory associated with the lock.
destroy(long) - Static method in class org.apache.tomcat.jni.Lock
Destroy the mutex and free the memory associated with the lock.
destroy(long) - Static method in class org.apache.tomcat.jni.Poll
Destroy a pollset object
destroy(long) - Static method in class org.apache.tomcat.jni.Pool
Destroy the pool.
destroy(long) - Static method in class org.apache.tomcat.jni.Shm
Destroy a shared memory segment and associated memory.
destroy(long) - Static method in class org.apache.tomcat.jni.Socket
Destroy a pool associated with socket
destroy() - Method in class org.apache.tomcat.util.net.AprEndpoint
Deallocate APR memory pools, and close server socket.
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.BaseEndpoint
Deallocate APR memory pools, and close server socket.
destroy() - Method in class org.apache.tomcat.util.net.JIoEndpoint
Deallocate APR memory pools, and close server socket.
destroy() - Method in class org.apache.tomcat.util.net.NioEndpoint
Deallocate NIO memory pools, and close server socket.
destroy() - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
Destroy the poller.
DESTROY_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component destroy" event.
destroyInstance(Object) - Method in class org.apache.catalina.core.DefaultInstanceManager
 
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.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.
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.
detach(int) - Static method in class org.apache.tomcat.jni.Proc
Detach the process from the controlling terminal.
detach(long) - Static method in class org.apache.tomcat.jni.Shm
Detach from a shared memory segment without destroying it.
detachSet(long, int) - Static method in class org.apache.tomcat.jni.Procattr
Determine if the child should start in detached state.
device - Variable in class org.apache.tomcat.jni.FileInfo
The id of the device the file is on.
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(String, String, String) - Static method in class org.apache.catalina.realm.RealmBase
Digest password using the algorithm specified and convert the result to a corresponding hex string.
digest - Variable in class org.apache.catalina.session.ManagerBase
Return the MessageDigest implementation to be used when creating session identifiers.
DIGEST_METHOD - Static variable in class org.apache.catalina.authenticator.Constants
 
DigestAuthenticator - Class in org.apache.catalina.authenticator
An Authenticator and Valve implementation of HTTP DIGEST Authentication (see RFC 2069).
DigestAuthenticator() - Constructor for class org.apache.catalina.authenticator.DigestAuthenticator
 
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 - Variable in class org.apache.catalina.util.SchemaResolver
The disgester instance for which this class is the entity resolver.
DigesterFactory - Class in org.apache.catalina.startup
Wrapper class around the Digester that hide Digester's initialization details
DigesterFactory() - Constructor for class org.apache.catalina.startup.DigesterFactory
 
dirContext - Variable in class org.apache.naming.resources.ProxyDirContext
Associated DirContext.
DirContextURLConnection - Class in org.apache.naming.resources
Connection to a JNDI directory context.
DirContextURLConnection(DirContext, URL) - Constructor for class org.apache.naming.resources.DirContextURLConnection
 
DirContextURLStreamHandler - Class in org.apache.naming.resources
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 in org.apache.naming.resources
Factory for Stream handlers to a JNDI directory context.
DirContextURLStreamHandlerFactory() - Constructor for class org.apache.naming.resources.DirContextURLStreamHandlerFactory
 
directBuffer - Variable in class org.apache.tomcat.util.net.SocketProperties
Enable/disable direct buffers for the network buffers Default value is enabled
Directory - Class in org.apache.tomcat.jni
Directory
Directory() - Constructor for class org.apache.tomcat.jni.Directory
 
dirSet(long, String) - Static method in class org.apache.tomcat.jni.Procattr
Set which directory the child process should start executing in.
disable() - Method in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
 
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.Http11AprProtocol
If true, the regular socket timeout will be used for the full duration of the connection.
disableUploadTimeout - Variable in class org.apache.coyote.http11.Http11NioProcessor
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.
disableUploadTimeout - Variable in class org.apache.coyote.http11.Http11Protocol
If true, the regular socket timeout will be used for the full duration of the connection.
DISPATCHER_REQUEST_PATH_ATTR - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
 
DISPATCHER_REQUEST_PATH_ATTR - Static variable in class org.apache.catalina.Globals
Request dispatcher path.
DISPATCHER_TYPE_ATTR - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
 
DISPATCHER_TYPE_ATTR - Static variable in class org.apache.catalina.Globals
Request dispatcher state.
dispatcherType - Variable in class org.apache.catalina.connector.Request
The current dispatcher type.
displaySessionDetailPage(HttpServletRequest, HttpServletResponse, String, String) - Method in class org.apache.catalina.manager.HTMLManagerServlet
 
displaySessionsListPage(String, HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.HTMLManagerServlet
 
displaySize(StringBuffer, int) - Method in class org.apache.catalina.servlets.DefaultServlet
Display the size of a file.
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.
doAsPrivilege(String, Filter, Class[], Object[], Principal) - Static method in class org.apache.catalina.security.SecurityUtil
Perform work as a particular Subject.
docBase - Variable in class org.apache.naming.resources.BaseDirContext
The document base path.
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.ssi.SSIFilter
 
doFilterEvent(CometEvent, CometFilterChain) - Method in interface org.apache.catalina.CometFilter
The doFilterEvent method of the CometFilter is called by the container each time a request/response pair is passed through the chain due to a client event for a resource at the end of the chain.
doFilterEvent(CometEvent) - Method in interface org.apache.catalina.CometFilterChain
Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the resource at the end of the chain to be invoked.
doFlush(boolean) - Method in class org.apache.catalina.connector.OutputBuffer
Flush bytes or chars contained in the buffer.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Process a GET request for the specified resource.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.host.HTMLHostManagerServlet
Process a GET request for the specified resource.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Process a GET request for the specified resource.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.JMXProxyServlet
Process a GET request for the specified resource.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.ManagerServlet
Process a GET request for the specified resource.
doGet(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.StatusManagerServlet
Process a GET request for the specified resource.
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
Deprecated. 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
Deprecated. Process a HEAD request for the specified resource.
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.
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.ajp.AjpProtocol
 
domain - Variable in class org.apache.coyote.http11.Http11AprProtocol
 
domain - Variable in class org.apache.coyote.http11.Http11NioProtocol
 
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
 
doMkcol(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
MKCOL Method.
doMove(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
MOVE Method.
DOMWriter - Class in org.apache.catalina.util
A 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
 
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.manager.HTMLManagerServlet
Process a POST request for the specified resource.
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
Deprecated. 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().
doPropfind(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
PROPFIND Method.
doProppatch(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
PROPPATCH Method.
doPut(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.ManagerServlet
Process a PUT request for the specified resource.
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.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.ajp.AjpAprProcessor.SocketInputBuffer
Read bytes into the specified chunk.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.ajp.AjpProcessor.SocketInputBuffer
Read bytes into the specified chunk.
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 interface org.apache.coyote.http11.InputFilter
Read bytes.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.InternalAprInputBuffer
Read some 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.InternalInputBuffer
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.InternalNioInputBuffer
Read some bytes.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.http11.InternalNioInputBuffer.SocketInputBuffer
Read bytes into the specified chunk.
doRead(ByteChunk, Request) - Method in interface org.apache.coyote.InputBuffer
Return from the input stream.
doRead(ByteChunk, Request) - Method in class org.apache.coyote.memory.MemoryProtocolHandler.ByteChunkInputBuffer
 
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.jk.common.JkInputStream
 
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.
doSessions(String, HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.manager.HTMLManagerServlet
 
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.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.ajp.AjpAprProcessor.SocketOutputBuffer
Write chunk.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.ajp.AjpProcessor.SocketOutputBuffer
Write chunk.
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.http11.InternalAprOutputBuffer
Write the contents of a byte 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.InternalNioOutputBuffer
Write the contents of a byte chunk.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.http11.InternalNioOutputBuffer.SocketOutputBuffer
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 class org.apache.coyote.http11.InternalOutputBuffer.OutputStreamOutputBuffer
Write chunk.
doWrite(ByteChunk, Response) - Method in interface org.apache.coyote.http11.OutputFilter
Write some bytes.
doWrite(ByteChunk, Response) - Method in class org.apache.coyote.memory.MemoryProtocolHandler.ByteChunkOutputBuffer
 
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.jk.common.JkInputStream
 
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.
DUMMY_LOGIN_CONFIG - Static variable in class org.apache.catalina.startup.ContextConfig
 
DummyRequest - Class in org.apache.catalina.core
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 in org.apache.catalina.core
Dummy response object, used for JSP precompilation.
DummyResponse() - Constructor for class org.apache.catalina.core.DummyResponse
 
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
 
dup(long, long, long) - Static method in class org.apache.tomcat.jni.File
Duplicate the specified file descriptor.
dup(long, long) - Static method in class org.apache.tomcat.jni.Mmap
Duplicate the specified MMAP.
dup2(long, long, long) - Static method in class org.apache.tomcat.jni.File
Duplicate the specified file descriptor and close the original.
duplicates - Variable in class org.apache.catalina.session.ManagerBase
 

E

EAGAIN - Static variable in class org.apache.tomcat.jni.Status
 
EINPROGRESS - Static variable in class org.apache.tomcat.jni.Status
 
EINTR - Static variable in class org.apache.tomcat.jni.Status
 
EjbFactory - Class in org.apache.naming.factory
Object factory for EJBs.
EjbFactory() - Constructor for class org.apache.naming.factory.EjbFactory
 
EjbRef - Class in org.apache.naming
Represents a reference address to an EJB.
EjbRef(String, String, String, String) - Constructor for class org.apache.naming.EjbRef
EJB Reference.
EjbRef(String, String, String, String, String, String) - Constructor for class org.apache.naming.EjbRef
EJB Reference.
Embedded - Class in org.apache.catalina.startup
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.
empty - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Body empty flag.
empty - Variable in class org.apache.coyote.ajp.AjpProcessor
Body empty flag.
EMPTY_ARRAY - Static variable in class org.apache.catalina.session.StandardSession
Type array.
emptyBuf - Static variable in class org.apache.tomcat.util.net.NioChannel
 
emptySessionPath - Variable in class org.apache.catalina.connector.Connector
Use "/" as path for session cookies ?
ENABLE_CLEAR_REFERENCES - Static variable in class org.apache.catalina.loader.WebappClassLoader
 
enabled - Variable in class org.apache.catalina.valves.AccessLogValve
enabled this component
enabled - Variable in class org.apache.tomcat.util.net.NioSelectorPool
 
enabledCiphers - Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
enableLookups - Variable in class org.apache.catalina.connector.Connector
The "enable DNS lookups" flag for this Connector.
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
 
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.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.connector.ResponseFacade
 
encodeRedirectURL(String) - Method in class org.apache.catalina.core.DummyResponse
 
encodeRedirectUrl(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.
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.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.connector.ResponseFacade
 
encodeURL(String) - Method in class org.apache.catalina.core.DummyResponse
 
encodeUrl(String) - Method in class org.apache.catalina.core.DummyResponse
 
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
 
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 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 interface org.apache.coyote.http11.InputFilter
End the current request.
end - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
Pos of the end of the header in the buffer, which is also the start of the body.
end - Variable in class org.apache.coyote.http11.InternalInputBuffer
Pos of the end of the header in the buffer, which is also the start of the body.
end - Variable in class org.apache.coyote.http11.InternalNioInputBuffer
Pos of the end of the header in the buffer, which is also the start of the body.
end() - Method in interface org.apache.coyote.http11.OutputFilter
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 - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
end - Variable in class org.apache.tomcat.util.net.AprEndpoint.WorkerStack
 
end - Variable in class org.apache.tomcat.util.net.JIoEndpoint.WorkerStack
 
end - Variable in class org.apache.tomcat.util.net.NioEndpoint.WorkerStack
 
END_CHUNK - Static variable in class org.apache.coyote.http11.filters.ChunkedOutputFilter
End chunk.
endAccess() - Method in interface org.apache.catalina.Session
End access to the session.
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.
endHeaders() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
End the header block.
endHeaders() - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
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.
endMessageArray - Static variable in class org.apache.coyote.ajp.AjpProcessor
End message array.
endOfStream - Variable in class org.apache.coyote.ajp.AjpAprProcessor
End of stream flag.
endOfStream - Variable in class org.apache.coyote.ajp.AjpProcessor
End of stream flag.
endpoint - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Associated endpoint.
endpoint - Variable in class org.apache.coyote.ajp.AjpAprProtocol
Associated APR endpoint.
endpoint - Variable in class org.apache.coyote.ajp.AjpProcessor
Associated endpoint.
endpoint - Variable in class org.apache.coyote.ajp.AjpProtocol
Associated java.io endpoint.
endpoint - Variable in class org.apache.coyote.http11.Http11AprProcessor
Associated endpoint.
endpoint - Variable in class org.apache.coyote.http11.Http11AprProtocol
 
endpoint - Variable in class org.apache.coyote.http11.Http11NioProcessor
Associated endpoint.
endpoint - Variable in class org.apache.coyote.http11.Http11Processor
Associated endpoint.
endpoint - Variable in class org.apache.coyote.http11.Http11Protocol
 
ENDPOINT_NOTE - Static variable in class org.apache.jk.core.WorkerEnv
 
endRequest() - Method in class org.apache.coyote.http11.Http11AprProcessor
 
endRequest() - Method in class org.apache.coyote.http11.Http11NioProcessor
 
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.InternalNioInputBuffer
End request (consumes leftover bytes).
endRequest() - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
End request.
endRequest() - Method in class org.apache.coyote.http11.InternalOutputBuffer
End request.
Engine - Interface in org.apache.catalina
An Engine is a Container that represents the entire Catalina servlet engine.
engine - Variable in class org.apache.catalina.manager.host.HostManagerServlet
The associated engine.
engine - Variable in class org.apache.catalina.startup.EngineConfig
The Engine we are associated with.
engineBase() - Method in class org.apache.catalina.core.StandardContext
Return a File object representing the base directory for the entire servlet container (i.e.
EngineConfig - Class in org.apache.catalina.startup
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 in org.apache.catalina.startup
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.
engines - Variable in class org.apache.catalina.startup.Embedded
The set of Engines that have been deployed in this server.
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.
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 - Static variable in class org.apache.naming.NamingEntry
 
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.
Enumerator - Class in org.apache.catalina.util
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.
enumKeys(long) - Static method in class org.apache.tomcat.jni.Registry
Enumerate the Registry subkeys
enumValues(long) - Static method in class org.apache.tomcat.jni.Registry
Enumerate the Registry values
env - Variable in class org.apache.naming.NamingContext
Environment.
env - Variable in class org.apache.naming.resources.BaseDirContext
Environment.
env - Variable in class org.apache.naming.resources.ProxyDirContext
Environment.
env - Variable in class org.apache.naming.SelectorContext
Environment.
envCtx - Variable in class org.apache.catalina.core.NamingContextListener
Env context.
eof(long) - Static method in class org.apache.tomcat.jni.File
Are we at the end of the file
ep - Variable in class org.apache.coyote.http11.Http11NioProtocol
 
equal(long, long) - Static method in class org.apache.tomcat.jni.Address
See if the IP addresses in two APR socket addresses are equivalent.
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(Object) - Method in class org.apache.tomcat.util.net.URL
Compare two URLs for equality.
errfnSet(long, long, Object) - Static method in class org.apache.tomcat.jni.Procattr
Specify an error function to be called in the child process if APR encounters an error in the child prior to running the specified program.
error - Variable in class org.apache.catalina.connector.CoyoteWriter
 
error - Variable in class org.apache.catalina.connector.Response
The error flag.
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(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.ajp.AjpProcessor
Error flag.
error - Variable in class org.apache.coyote.http11.Http11AprProcessor
Error flag.
error - Variable in class org.apache.coyote.http11.Http11NioProcessor
Error flag.
error - Variable in class org.apache.coyote.http11.Http11Processor
Error flag.
ERROR - Static variable in class org.apache.jk.core.JkHandler
 
Error - Exception in org.apache.tomcat.jni
Error
error - Variable in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
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.
errorCheckSet(long, int) - Static method in class org.apache.tomcat.jni.Procattr
Specify that apr_proc_create() should do whatever it can to report failures to the caller of apr_proc_create(), rather than find out in the child.
errorException - Variable in class org.apache.coyote.Response
Holds request error exception.
ErrorPage - Class in org.apache.catalina.deploy
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 in org.apache.catalina.valves
Implementation of a Valve that outputs HTML error pages.
ErrorReportValve() - Constructor for class org.apache.catalina.valves.ErrorReportValve
 
errorURI - Variable in class org.apache.coyote.Response
Request error URI.
escape(String) - Method in class org.apache.catalina.manager.JMXProxyServlet
 
escapeXml(Object) - Static method in class org.apache.catalina.manager.JspHelper
 
escapeXml(String) - Static method in class org.apache.catalina.manager.JspHelper
Performs the following substring replacements (to facilitate output to XML/HTML pages): & -> & < -> < > -> > " -> " ' -> ' See also OutSupport.writeEscapedXml().
ETAG - Static variable in class org.apache.naming.resources.ResourceAttributes
ETag.
ETIMEDOUT - Static variable in class org.apache.tomcat.jni.Status
 
evaluateTree() - Method in class org.apache.catalina.ssi.ExpressionParseTree
Evaluates the tree and returns true or false.
event(CometEvent) - Method in interface org.apache.catalina.CometProcessor
Process the given Comet event.
event(Request, Response, SocketStatus) - Method in class org.apache.catalina.connector.CoyoteAdapter
Event method.
event - Variable in class org.apache.catalina.connector.Request
Associated event.
event(Request, Response, CometEvent) - Method in interface org.apache.catalina.Valve
Process a Comet event.
event(Request, Response, CometEvent) - Method in class org.apache.catalina.valves.CometConnectionManagerValve
Use events to update the connection state.
event(Request, Response, CometEvent) - Method in class org.apache.catalina.valves.ValveBase
Process a Comet event.
event(Request, Response, SocketStatus) - Method in interface org.apache.coyote.Adapter
 
event(long, SocketStatus) - Method in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
 
event(SocketStatus) - Method in class org.apache.coyote.http11.Http11AprProcessor
Process pipelined HTTP requests using the specified input and output streams.
event(SocketStatus) - Method in class org.apache.coyote.http11.Http11NioProcessor
Process pipelined HTTP requests using the specified input and output streams.
event(long, SocketStatus) - Method in interface org.apache.tomcat.util.net.AprEndpoint.Handler
 
event(NioChannel, SocketStatus) - Method in interface org.apache.tomcat.util.net.NioEndpoint.Handler
 
eventCache - Variable in class org.apache.tomcat.util.net.NioEndpoint
Cache for poller events
eventCache - Variable in class org.apache.tomcat.util.net.SocketProperties
Enable/disable poller event cache, this bounded cache stores PollerEvent objects to reduce GC for the poller Default is 500 -1 is unlimited 0 is disabled >0 the max number of objects to keep in cache.
events - Variable in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
 
events() - Method in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
 
events - Variable in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
events() - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
eventSubType - Variable in class org.apache.catalina.connector.CometEventImpl
Event sub type.
eventType - Variable in class org.apache.catalina.connector.CometEventImpl
Event type.
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.
exclude(String) - Method in class org.apache.catalina.session.StandardSession
Exclude attribute that cannot be serialized.
excludedAttributes - Static variable in class org.apache.catalina.session.StandardSession
Set of attribute names which are not allowed to be persisted.
excludes - Variable in class org.apache.catalina.startup.SetAllPropertiesRule
 
execute(Runnable) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
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.
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.
executor - Variable in class org.apache.catalina.core.StandardThreadExecutor
 
Executor - Interface in org.apache.catalina
 
executor - Variable in class org.apache.tomcat.util.net.AprEndpoint
External Executor based thread pool.
executor - Variable in class org.apache.tomcat.util.net.BaseEndpoint
External Executor based thread pool.
executor - Variable in class org.apache.tomcat.util.net.JIoEndpoint
External Executor based thread pool.
executor - Variable in class org.apache.tomcat.util.net.NioEndpoint
External Executor based thread pool.
executors - Variable in class org.apache.catalina.core.StandardService
 
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
Expand the specified input stream into the specified directory, creating a file named from the specified relative path.
expand(String) - Static method in class org.apache.tomcat.jni.OS
Expand environment variables.
expand(ByteBuffer, int) - Method in class org.apache.tomcat.util.net.NioEndpoint.NioBufferHandler
 
expand(ByteBuffer, int) - Method in interface org.apache.tomcat.util.net.SecureNioChannel.ApplicationBufferHandler
 
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.
ExpandWar - Class in org.apache.catalina.startup
Expand out a WAR in a Host's appBase.
ExpandWar() - Constructor for class org.apache.catalina.startup.ExpandWar
 
expectation - Variable in class org.apache.coyote.http11.Http11AprProcessor
Is there an expectation ?
expectation - Variable in class org.apache.coyote.http11.Http11NioProcessor
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() - 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.
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.
expireSession(String) - Method in class org.apache.catalina.session.ManagerBase
 
expireSessions(String, HttpServletRequest) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Extract the expiration request parameter
expireSessions(PrintWriter, String, HttpServletRequest) - Method in class org.apache.catalina.manager.ManagerServlet
Extract the expiration request parameter
expiring - Variable in class org.apache.catalina.session.StandardSession
We are currently processing a session expiration, so bypass certain IllegalStateException tests.
ExpressionParseTree - Class in org.apache.catalina.ssi
Represents a parsed expression.
ExpressionParseTree(String, SSIMediator) - Constructor for class org.apache.catalina.ssi.ExpressionParseTree
Creates a new parse tree for the specified expression.
ExpressionTokenizer - Class in org.apache.catalina.ssi
Parses an expression string to return the individual tokens.
ExpressionTokenizer(String) - Constructor for class org.apache.catalina.ssi.ExpressionTokenizer
Creates a new parser for the specified expression.
extendedAccessLogInfo - Static variable in class org.apache.catalina.valves.ExtendedAccessLogValve
The descriptive information about this implementation.
ExtendedAccessLogValve - Class in org.apache.catalina.valves
An implementation of the W3c Extended Log File Format.
ExtendedAccessLogValve() - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve
 
ExtendedAccessLogValve.CookieElement - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.CookieElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.CookieElement
 
ExtendedAccessLogValve.DateElement - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.DateElement() - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.DateElement
 
ExtendedAccessLogValve.PatternTokenizer - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.PatternTokenizer(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
 
ExtendedAccessLogValve.RequestAttributeElement - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.RequestAttributeElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.RequestAttributeElement
 
ExtendedAccessLogValve.RequestHeaderElement - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.RequestHeaderElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.RequestHeaderElement
 
ExtendedAccessLogValve.RequestParameterElement - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.RequestParameterElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.RequestParameterElement
 
ExtendedAccessLogValve.ResponseAllHeaderElement - Class in org.apache.catalina.valves
write a specific response header - x-O(xxx)
ExtendedAccessLogValve.ResponseAllHeaderElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.ResponseAllHeaderElement
 
ExtendedAccessLogValve.ResponseHeaderElement - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.ResponseHeaderElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.ResponseHeaderElement
 
ExtendedAccessLogValve.ServletContextElement - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.ServletContextElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.ServletContextElement
 
ExtendedAccessLogValve.SessionAttributeElement - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.SessionAttributeElement(String) - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.SessionAttributeElement
 
ExtendedAccessLogValve.TimeElement - Class in org.apache.catalina.valves
 
ExtendedAccessLogValve.TimeElement() - Constructor for class org.apache.catalina.valves.ExtendedAccessLogValve.TimeElement
 
Extension - Class in org.apache.catalina.util
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 in org.apache.catalina.util
Ensures that all extension dependies are resolved for a WEB application are met.
ExtensionValidator() - Constructor for class org.apache.catalina.util.ExtensionValidator
 
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.

F

facade - Variable in class org.apache.catalina.connector.Request
The facade associated with this request.
facade - Variable in class org.apache.catalina.connector.Response
The facade associated with this response.
facade - Variable in class org.apache.catalina.core.StandardWrapper
The facade associated with this wrapper.
facade - Variable in class org.apache.catalina.session.StandardSession
The facade associated with this session.
FACTORY - Static variable in class org.apache.naming.factory.Constants
 
factoryType - Static variable in class org.apache.naming.factory.MailSessionFactory
The Java type for which this factory knows how to create objects.
failedUsers - Variable in class org.apache.catalina.realm.LockOutRealm
Users whose last authentication attempt failed.
failureCount - Variable in class org.apache.catalina.realm.LockOutRealm
The number of times in a row a user has to fail authentication to be locked out.
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.
family - Variable in class org.apache.tomcat.jni.Sockaddr
The family
FastCommonAccessLogValve - Class in org.apache.catalina.valves
Deprecated.  
FastCommonAccessLogValve() - Constructor for class org.apache.catalina.valves.FastCommonAccessLogValve
Deprecated.  
FastDateFormat - Class in org.apache.catalina.util
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
 
fatalError(SAXParseException) - Method in class org.apache.catalina.startup.ContextConfig.ContextErrorHandler
 
fchannel - Variable in class org.apache.tomcat.util.net.NioEndpoint.SendfileData
 
fd - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
fdpool - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
file - Variable in class org.apache.catalina.loader.WebappClassLoader.PrivilegedFindResource
 
file() - Method in class org.apache.catalina.session.StandardManager
Return a File object representing the pathname to our persistence file, if any.
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.
file - Variable in class org.apache.naming.resources.FileDirContext.FileResource
Associated file object.
file - Variable in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
 
File - Class in org.apache.tomcat.jni
File
File() - Constructor for class org.apache.tomcat.jni.File
 
fileDateFormat - Variable in class org.apache.catalina.valves.AccessLogValve
Date format to place in log file name.
fileDateFormatter - Variable in class org.apache.catalina.valves.AccessLogValve
A date formatter to format a Date into a date in the format "yyyy-MM-dd".
FileDirContext - Class in org.apache.naming.resources
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 in org.apache.naming.resources
This specialized resource implementation avoids opening the IputStream 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 in org.apache.naming.resources
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
 
fileEncoding - Variable in class org.apache.catalina.servlets.DefaultServlet
File encoding to be used when reading static files.
filehand - Variable in class org.apache.tomcat.jni.FileInfo
The file's handle, if accessed (can be submitted to apr_duphandle)
FileInfo - Class in org.apache.tomcat.jni
Fileinfo
FileInfo() - Constructor for class org.apache.tomcat.jni.FileInfo
 
fileName - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
fileName - Variable in class org.apache.tomcat.util.net.NioEndpoint.SendfileData
 
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.
FileStore - Class in org.apache.catalina.session
Concrete implementation of the Store interface that utilizes a file per saved Session in a configured directory.
FileStore() - Constructor for class org.apache.catalina.session.FileStore
 
filetype - Variable in class org.apache.tomcat.jni.FileInfo
The type of file.
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.
fill(boolean, boolean) - Method in class org.apache.coyote.http11.InternalNioInputBuffer
Fill the internal buffer using data from the undelying input stream.
fill(Sockaddr, long) - Static method in class org.apache.tomcat.jni.Address
Fill the Sockaddr class from apr_sockaddr_t
filter(String) - Method in class org.apache.catalina.loader.WebappClassLoader
Filter classes.
filter(Object) - Static method in class org.apache.catalina.manager.StatusTransformer
Filter the specified message string for characters that are sensitive in HTML.
filter(String) - Static method in class org.apache.catalina.util.RequestUtil
Filter the specified message string for characters that are sensitive in HTML.
filterChain - Variable in class org.apache.catalina.connector.Request
Filter chain associated with the request.
filterChain - Variable in class org.apache.catalina.core.DummyRequest
 
FilterDef - Class in org.apache.catalina.deploy
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
 
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.InternalNioInputBuffer
Filter library.
filterLibrary - Variable in class org.apache.coyote.http11.InternalNioOutputBuffer
Filter library.
filterLibrary - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Filter library.
FilterMap - Class in org.apache.catalina.deploy
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
 
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.
finalize() - Method in class org.apache.tomcat.util.net.NioBlockingSelector.KeyReference
 
findAliases() - Method in class org.apache.catalina.core.StandardHost
Return the set of alias names for this Host.
findAliases() - Method in interface org.apache.catalina.Host
Return the set of alias names for this Host.
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.
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.Http11NioProcessor
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.
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.
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.
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.Http11NioProcessor
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 class org.apache.catalina.core.StandardService
Find and return the set of Connectors associated with this Service.
findConnectors() - Method in interface org.apache.catalina.Service
Find and return the set of Connectors associated with this Service.
findConstraints() - Method in interface org.apache.catalina.Context
Return the set of security constraints for this web application.
findConstraints() - Method in class org.apache.catalina.core.StandardContext
Return the security constraints for this web application.
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.
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.
findExecutors() - Method in class org.apache.catalina.core.StandardService
Retrieves all executors
findExecutors() - Method in interface org.apache.catalina.Service
Retrieves all executors
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.
findGroup(String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Return the MBean Name for the specified group name (if any); otherwise return null.
findGroup(String) - Method in interface org.apache.catalina.UserDatabase
Return the Group with the specified group name, if any; otherwise return null.
findGroup(String) - Method in class org.apache.catalina.users.MemoryUserDatabase
Return the Group with the specified group name, if any; otherwise return null.
findInitParameter(String) - Method in class org.apache.catalina.core.StandardWrapper
Return the value for the specified initialization parameter name, if any; otherwise return null.
findInitParameter(String) - Method in interface org.apache.catalina.Wrapper
Return the value for the specified initialization parameter name, if any; otherwise return null.
findInitParameters() - Method in class org.apache.catalina.core.StandardWrapper
Return the names of all defined initialization parameters for this servlet.
findInitParameters() - Method in interface org.apache.catalina.Wrapper
Return the names of all defined initialization parameters for this servlet.
findInstanceListeners() - Method in interface org.apache.catalina.Context
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 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.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.core.StandardThreadExecutor
Get the lifecycle listeners associated with this lifecycle.
findLifecycleListeners() - Method in interface org.apache.catalina.Lifecycle
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.CometConnectionManagerValve
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.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 class org.apache.catalina.core.StandardWrapper
Return the mappings associated with this wrapper.
findMappings() - Method in interface org.apache.catalina.Wrapper
Return the mappings associated with this wrapper.
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.
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.
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.
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.
findPrincipal(Request, String, Realm) - Static method in class org.apache.catalina.authenticator.DigestAuthenticator
Parse the specified authorization credentials, and return the associated Principal that these credentials authenticate (if any) from the specified Realm.
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.Http11NioProcessor
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 class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Return the MBean Name for the specified role name (if any); otherwise return null.
findRole(String) - Method in interface org.apache.catalina.UserDatabase
Return the Role with the specified role name, if any; otherwise return null.
findRole(String) - Method in class org.apache.catalina.users.MemoryUserDatabase
Return the Role with the specified role name, if any; otherwise return null.
findRoleMapping(String) - Method in interface org.apache.catalina.Context
For the given security role (as used by an application), return the corresponding role name (as defined by the underlying Realm) if there is one.
findRoleMapping(String) - Method in class org.apache.catalina.core.StandardContext
For the given security role (as used by an application), return the corresponding role name (as defined by the underlying Realm) if there is one.
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 class org.apache.catalina.core.StandardWrapper
Return the security role link for the specified security role reference name, if any; otherwise return null.
findSecurityReference(String) - Method in interface org.apache.catalina.Wrapper
Return the security role link for the specified security role reference name, if any; otherwise return null.
findSecurityReferences() - Method in class org.apache.catalina.core.StandardWrapper
Return the set of security role reference names associated with this servlet, if any; otherwise return a zero-length array.
findSecurityReferences() - Method in interface org.apache.catalina.Wrapper
Return the set of security role reference names associated with this servlet, if any; otherwise return a zero-length array.
findSecurityRole(String) - Method in interface org.apache.catalina.Context
Return true if the specified security role is defined for this application; otherwise return false.
findSecurityRole(String) - Method in class org.apache.catalina.core.StandardContext
Return true if the specified security role is defined for this application; otherwise return false.
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 class org.apache.catalina.core.StandardServer
Return the specified Service (if it exists); otherwise return null.
findService(String) - Method in class org.apache.catalina.deploy.NamingResources
Return the web service reference for the specified name, if any; otherwise return null.
findService(String) - Method in interface org.apache.catalina.Server
Return the specified Service (if it exists); otherwise return null.
findServices() - Method in class org.apache.catalina.core.StandardServer
Return the set of Services defined within this Server.
findServices() - Method in class org.apache.catalina.deploy.NamingResources
Return the defined web service references for this application.
findServices() - Method in interface org.apache.catalina.Server
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.
findSessions() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Returns the Sessions associated with this SSO.
findSessions() - Method in interface org.apache.catalina.Manager
Return the set of active Sessions associated with this Manager.
findSessions() - Method in class org.apache.catalina.session.ManagerBase
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.
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 class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Return the MBean Name for the specified user name (if any); otherwise return null.
findUser(String) - Method in interface org.apache.catalina.UserDatabase
Return the User with the specified user name, if any; otherwise return null.
findUser(String) - Method in class org.apache.catalina.users.MemoryUserDatabase
Return the User with the specified user name, if any; otherwise return null.
findWatchedResources() - Method in interface org.apache.catalina.Context
Return the set of watched resources for this Context.
findWatchedResources() - Method in class org.apache.catalina.core.StandardContext
Return the set of watched resources for this Context.
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.ajp.AjpAprProcessor
Finish AJP response.
finish() - Method in class org.apache.coyote.ajp.AjpProcessor
Finish AJP response.
finish() - Method in class org.apache.coyote.Response
 
finished - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Finished response.
finished - Variable in class org.apache.coyote.ajp.AjpProcessor
Finished response.
finished - Variable in class org.apache.coyote.http11.InternalAprOutputBuffer
Finished flag.
finished - Variable in class org.apache.coyote.http11.InternalNioOutputBuffer
Finished flag.
finished - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Finished flag.
finishRequest() - Method in class org.apache.catalina.connector.Request
Perform whatever actions are required to flush and close the input stream or reader, in a single operation.
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
 
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.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.
first - Variable in class org.apache.coyote.ajp.AjpProcessor
First read.
fixDocBase() - Method in class org.apache.catalina.startup.ContextConfig
Adjust docBase.
flagsGet(long) - Static method in class org.apache.tomcat.jni.File
Retrieve the flags that were passed into apr_file_open() when the file was opened.
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.ajp.AjpProcessor
Callback to write data from the buffer.
flush() - Method in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
flush() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Flush the response.
flush() - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
Flush the response.
flush() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Flush the response.
flush(Msg, MsgContext) - Method in class org.apache.jk.common.ChannelJni
 
flush(Msg, MsgContext) - Method in class org.apache.jk.common.ChannelNioSocket
 
flush() - Method in class org.apache.jk.common.ChannelNioSocket.SocketOutputStream
 
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(long) - Static method in class org.apache.tomcat.jni.File
Flush the file's buffer.
flush(boolean, Selector, long, MutableInteger) - Method in class org.apache.tomcat.util.net.NioChannel
returns true if the network buffer has been flushed out and is empty
flush(boolean, Selector, long, MutableInteger) - Method in class org.apache.tomcat.util.net.SecureNioChannel
returns true if the network buffer has been flushed out and is empty
flush(ByteBuffer) - Method in class org.apache.tomcat.util.net.SecureNioChannel
Flushes the buffer to the network, non blocking
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.coyote.http11.InternalNioOutputBuffer
Callback to write data from the buffer.
flushBytes() - Method in class org.apache.catalina.connector.OutputBuffer
Real write - this buffer will be sent to the client
flushMessageArray - Static variable in class org.apache.coyote.ajp.AjpProcessor
Flush message array.
flushMessageBuffer - Static variable in class org.apache.coyote.ajp.AjpAprProcessor
Direct buffer used for sending explicit flush message.
flushOutbound() - Method in class org.apache.tomcat.util.net.NioChannel
Return true if the buffer wrote data
flushOutbound() - Method in class org.apache.tomcat.util.net.SecureNioChannel
 
flushOutputStreamOrWriter() - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
Flush the servletOutputStream or printWriter ( only one will be non-null ) This must be called after a requestDispatcher.include, since we can't assume that the included servlet flushed its stream.
fname - Variable in class org.apache.tomcat.jni.FileInfo
The pathname of the file (possibly unrooted)
fork(long[], long) - Static method in class org.apache.tomcat.jni.Proc
This is currently the only non-portable call in APR.
FORM_ACTION - Static variable in class org.apache.catalina.authenticator.Constants
 
FORM_ACTION - Static variable in class org.apache.catalina.realm.Constants
 
FORM_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
 
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.
formatDate(Date, String) - Method in class org.apache.catalina.ssi.SSIFlastmod
 
formatDate(Date, TimeZone) - Method in class org.apache.catalina.ssi.SSIMediator
 
formatNumber(long) - Static method in class org.apache.catalina.manager.JspHelper
 
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.
formatSeconds(Object) - Static method in class org.apache.catalina.manager.StatusTransformer
Formats the given time (given in seconds) as a string.
formatSize(Object, boolean) - Static method in class org.apache.catalina.manager.StatusTransformer
Display the given size in bytes, either as KB or MB.
formatSize(long, String) - Method in class org.apache.catalina.ssi.SSIFsize
 
formatTime(Object, boolean) - Static method in class org.apache.catalina.manager.StatusTransformer
Display the given time in ms, either as ms or s.
FormAuthenticator - Class in org.apache.catalina.authenticator
An Authenticator and Valve implementation of FORM BASED Authentication, as described in the Servlet API Specification, Version 2.2.
FormAuthenticator() - Constructor for class org.apache.catalina.authenticator.FormAuthenticator
 
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.
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
free(long) - Static method in class org.apache.tomcat.jni.SSLContext
Free the resources used by the Context
free(long) - Static method in class org.apache.tomcat.jni.Stdlib
Deallocates or frees a memory block.
FULL - Static variable in class org.apache.catalina.servlets.DefaultServlet
Full range marker.
fullName - Variable in class org.apache.catalina.users.AbstractUser
The full name of this user.

G

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.
generateRSATempKey(int) - Static method in class org.apache.tomcat.jni.SSL
Generate temporary RSA key.
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.
generateSSLConfig(PrintWriter) - Method in class org.apache.jk.config.ApacheConfig
 
generateSSLConfig(PrintWriter) - Method in class org.apache.jk.config.BaseJkConfig
Generate SSL options
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
 
GeneratorApache2 - Class in org.apache.jk.config
 
GeneratorApache2() - Constructor for class org.apache.jk.config.GeneratorApache2
 
GeneratorJk1 - Class in org.apache.jk.config
 
GeneratorJk1() - Constructor for class org.apache.jk.config.GeneratorJk1
 
GeneratorJk2 - Class in org.apache.jk.config
 
GeneratorJk2() - Constructor for class org.apache.jk.config.GeneratorJk2
 
GenericPrincipal - Class in org.apache.catalina.realm
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<String>) - Constructor for class org.apache.catalina.realm.GenericPrincipal
Construct a new Principal, associated with the specified Realm, for the specified username and password, with the specified role names (as Strings).
GenericPrincipal(Realm, String, String, List<String>, Principal) - Constructor for class org.apache.catalina.realm.GenericPrincipal
Construct a new Principal, associated with the specified Realm, for the specified username and password, with the specified role names (as Strings).
get() - Method in class org.apache.catalina.util.Queue
Get the first object out of the queue.
GET - Static variable in class org.apache.coyote.ajp.Constants
GET.
GET - Static variable in class org.apache.coyote.http11.Constants
GET.
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(int, long) - Static method in class org.apache.tomcat.jni.Address
Return an apr_sockaddr_t from an apr_socket_t
get() - Method in class org.apache.tomcat.util.net.NioSelectorPool
 
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
 
getAcceptorThreadCount() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getAcceptorThreadCount() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getAcceptorThreadPriority() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getAcceptorThreadPriority() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getAccessCount() - Method in class org.apache.naming.resources.ResourceCache
Return the access count.
getActiveCount() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
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 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.ajp.AjpProcessor
Get the associated adapter.
getAdapter() - Method in class org.apache.coyote.ajp.AjpProtocol
 
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.Http11NioProcessor
Get the associated adapter.
getAdapter() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getAdapter() - Method in class org.apache.coyote.http11.Http11Processor
Get the associated adapter.
getAdapter() - Method in class org.apache.coyote.http11.Http11Protocol
 
getAdapter() - Method in class org.apache.coyote.memory.MemoryProtocolHandler
 
getAdapter() - Method in interface org.apache.coyote.Processor
 
getAdapter() - Method in interface org.apache.coyote.ProtocolHandler
 
getAdapter() - Method in class org.apache.jk.server.JkCoyoteHandler
 
getAddress() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getAddress() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getAddress() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getAddress() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getAddress() - Method in class org.apache.coyote.http11.Http11Protocol
 
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.BaseEndpoint
 
getAddress() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getAddress() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
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.Http11NioProtocol
 
getAlgorithm() - Method in class org.apache.coyote.http11.Http11Protocol
 
getAlgorithm() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getAliases() - Method in class org.apache.catalina.core.StandardHost
 
getAll() - Method in class org.apache.naming.resources.ResourceAttributes
Get all attributes.
getAllDeclaredMethods(Class) - Method in class org.apache.catalina.core.StandardWrapper
 
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
 
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.
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 class org.apache.catalina.core.StandardContext
Get app base.
getAppBase() - Method in class org.apache.catalina.core.StandardHost
Return the application root for this Host.
getAppBase() - Method in interface org.apache.catalina.Host
Return the application root for this Host.
getAppBase() - Method in class org.apache.catalina.manager.ManagerServlet
Return a File object representing the "application root" directory for our associated Host.
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.
getAppName() - Method in class org.apache.catalina.realm.JAASRealm
getter for the appName member variable
getAppReadBufSize() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getAppWriteBufSize() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getAttachment(boolean) - Method in class org.apache.tomcat.util.net.NioChannel
 
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(PrintWriter, String, String) - Method in class org.apache.catalina.manager.JMXProxyServlet
 
getAttribute(String) - Method in class org.apache.catalina.mbeans.ConnectorMBean
Obtain and return the value of a specific attribute of this MBean.
getAttribute(String) - Method in class org.apache.catalina.mbeans.ContextResourceMBean
Obtain and return the value of a specific attribute of this MBean.
getAttribute(String) - Method in class org.apache.catalina.session.StandardSession
Return the object bound with the specified name in this session, or null if no object is bound with that name.
getAttribute(String) - Method in class org.apache.catalina.session.StandardSessionFacade
 
getAttribute(String) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getAttribute(String) - Method in class org.apache.coyote.ajp.AjpProtocol
 
getAttribute(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getAttribute(String) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getAttribute(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
getAttribute(String) - Method in class org.apache.coyote.memory.MemoryProtocolHandler
 
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.jk.server.JkCoyoteHandler
Retrieve config info.
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 class org.apache.coyote.ajp.AjpAprProtocol
 
getAttributeNames() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getAttributeNames() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getAttributeNames() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getAttributeNames() - Method in class org.apache.coyote.http11.Http11Protocol
 
getAttributeNames() - Method in class org.apache.coyote.memory.MemoryProtocolHandler
 
getAttributeNames() - Method in interface org.apache.coyote.ProtocolHandler
 
getAttributeNames() - Method in class org.apache.jk.server.JkCoyoteHandler
 
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) - Method in class org.apache.naming.resources.VirtualDirContext
 
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.
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.
getAuthentication() - Method in class org.apache.catalina.realm.JNDIRealm
Return the type of authentication to use.
getAuthMethod() - Method in class org.apache.catalina.deploy.LoginConfig
 
getAuthMode() - Method in class org.apache.jk.common.JkMX
 
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
 
getAuthPassword() - Method in class org.apache.jk.common.JkMX
 
getAuthType() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Gets the name of the authentication type originally used to authenticate the user associated with the SSO.
getAuthType() - Method in class org.apache.catalina.connector.Request
Return the authentication type used for this Request.
getAuthType() - Method in class org.apache.catalina.connector.RequestFacade
 
getAuthType() - Method in class org.apache.catalina.core.DummyRequest
 
getAuthType() - Method in interface org.apache.catalina.Session
Return the authentication type used to authenticate our cached Principal, if any.
getAuthType() - Method in class org.apache.catalina.session.StandardSession
Return the authentication type used to authenticate our cached Principal, if any.
getAuthType() - Method in class org.apache.coyote.Request
 
getAuthUser() - Method in class org.apache.jk.common.JkMX
 
getAutoDeploy() - Method in class org.apache.catalina.core.StandardHost
Return the value of the auto deploy flag.
getAutoDeploy() - Method in interface org.apache.catalina.Host
Return the value of the auto deploy flag.
getAvailable() - Method in class org.apache.catalina.connector.Request
Return true if bytes are available.
getAvailable() - Method in interface org.apache.catalina.Context
Return the application available flag for this Context.
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.
getAvailable() - Method in interface org.apache.catalina.Wrapper
Return the available date/time for this servlet, in milliseconds since the epoch.
getAvailable() - Method in class org.apache.coyote.Request
 
getAvailableExtensionCount() - Method in class org.apache.catalina.util.ManifestResource
Gets the number of available extensions
getAvailableExtensions() - Method in class org.apache.catalina.util.ManifestResource
Gets the list of available extensions
getAwait() - Method in class org.apache.catalina.startup.Bootstrap
 
getBackgroundProcessorDelay() - Method in interface org.apache.catalina.Container
Get the delay between the invocation of the backgroundProcess method on this container and its children.
getBackgroundProcessorDelay() - Method in class org.apache.catalina.core.ContainerBase
Get the delay between the invocation of the backgroundProcess method on this container and its children.
getBacklog() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getBacklog() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getBacklog() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getBacklog() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getBacklog() - Method in class org.apache.coyote.http11.Http11Protocol
 
getBacklog() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getBacklog() - Method in class org.apache.tomcat.util.net.BaseEndpoint
 
getBacklog() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getBacklog() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getBacklog() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
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.
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).
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).
getBlock() - Method in class org.apache.catalina.valves.SemaphoreValve
 
getBody() - Method in class org.apache.catalina.authenticator.SavedRequest
 
getBodyMessageArray - Variable in class org.apache.coyote.ajp.AjpProcessor
Direct buffer used for sending right away a get body message.
getBodyMessageBuffer - 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(Object, int) - Static method in class org.apache.jk.apr.AprImpl
Return a buffer associated with the ctx.
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.
getBufferPool() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getBufferPoolSize() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getBufferSize() - Method in class org.apache.catalina.connector.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
 
getBufferSize() - Method in class org.apache.tomcat.util.net.NioChannel
 
getBufferSize() - Method in class org.apache.tomcat.util.net.SecureNioChannel
 
getBufHandler() - Method in class org.apache.tomcat.util.net.NioChannel
getBufHandler
getBufHandler() - Method in class org.apache.tomcat.util.net.SecureNioChannel
 
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
 
getBytes(MessageBytes) - Method in class org.apache.coyote.ajp.AjpMessage
 
getBytes(byte[]) - Method in class org.apache.coyote.ajp.AjpMessage
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.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.
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
 
getc(long) - Static method in class org.apache.tomcat.jni.File
Read a character from the specified file.
getCache() - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Return the cache authenticated Principals flag.
getCache() - Method in class org.apache.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.
getCacheObjectMaxSize() - Method in class org.apache.catalina.core.StandardContext
Return the maximum size of objects to be cached in KB.
getCacheObjectMaxSize() - Method in class org.apache.naming.resources.BaseDirContext
Return the maximum size of objects to be cached in KB.
getCacheRemovalWarningTime() - Method in class org.apache.catalina.realm.LockOutRealm
Get the minimum period a failed authentication must remain in the cache to avoid generating a warning if it is removed from the cache to make space for a new entry.
getCacheSize() - Method in class org.apache.catalina.realm.LockOutRealm
Get the maximum number of users for which authentication failure will be kept in the cache.
getCacheSize() - Method in class org.apache.naming.resources.ResourceCache
Return the current cache size in KB.
getCacheTTL() - Method in class org.apache.catalina.core.StandardContext
Get cache TTL.
getCacheTTL() - Method in class org.apache.naming.resources.BaseDirContext
Get cache TTL.
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.
getCanReauthenticate() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Gets whether the authentication type associated with the original authentication supports reauthentication.
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
 
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 exception 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.
getCertificateChain(String) - Method in class org.apache.tomcat.util.net.jsse.NioX509KeyManager
 
getCGIVariable(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getChannel() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
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.
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
 
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.
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.
getCharsWritten() - Method in class org.apache.catalina.connector.OutputBuffer
 
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.
getChildren() - Method in class org.apache.catalina.core.ContainerBase
 
getChildren() - Method in class org.apache.naming.resources.WARDirContext.Entry
 
getCiphers() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getCiphers() - Method in class org.apache.coyote.http11.Http11Protocol
 
getCiphers() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getCipherSuite() - Method in interface org.apache.tomcat.util.net.SSLSupport
The cipher suite being used on this connection.
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.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.
getClassLoadTime() - Method in class org.apache.catalina.core.StandardWrapper
 
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() - 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).
getClientAliases(String, Principal[]) - Method in class org.apache.tomcat.util.net.jsse.NioX509KeyManager
 
getClientauth() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getClientAuth() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getClientauth() - Method in class org.apache.coyote.http11.Http11Protocol
 
getClientAuth() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getClientToServerElement(ExtendedAccessLogValve.PatternTokenizer) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
 
getCluster() - Method in interface org.apache.catalina.Container
Return the Cluster with which this Container is associated.
getCluster() - Method in class org.apache.catalina.core.ContainerBase
Return the Cluster with which this Container is associated.
getClusterName() - Method in interface org.apache.catalina.Cluster
Return the name of the cluster that this Server is currently configured to operate within.
getClusterRuleSet(String) - Static method in class org.apache.catalina.startup.ClusterRuleSetFactory
 
getCode() - Method in class org.apache.coyote.ActionCode
Action id, useable in switches and table indexes
getComet() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
getCometNotify() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
getCometOps() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
getCometPoller() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getCommand() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets derived command string
getComparableObject(Session) - Method in class org.apache.catalina.manager.util.BaseSessionComparator
 
getComparator(String) - Method in class org.apache.catalina.manager.HTMLManagerServlet
 
getCompContext() - Method in class org.apache.catalina.core.NamingContextListener
Return the comp context.
getCompilerClasspath() - Method in class org.apache.catalina.core.StandardContext
Return the compiler classpath.
getCompletedTaskCount() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
getCompressableMimeType() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getCompressableMimeType() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getCompressableMimeType() - Method in class org.apache.coyote.http11.Http11Protocol
 
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.Http11NioProcessor
Return compression level.
getCompression() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getCompression() - Method in class org.apache.coyote.http11.Http11Processor
Return compression level.
getCompression() - Method in class org.apache.coyote.http11.Http11Protocol
 
getCompressionMinSize() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getCompressionMinSize() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getCompressionMinSize() - Method in class org.apache.coyote.http11.Http11Protocol
 
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.
getConditionalState() - Method in class org.apache.catalina.ssi.SSIMediator
 
getConfigBase() - Method in class org.apache.catalina.core.StandardContext
Get config base.
getConfigBase(String) - Method in class org.apache.catalina.manager.host.HostManagerServlet
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 class org.apache.catalina.core.StandardHost
Return the Java class name of the context configuration class for new web applications.
getConfigClass() - Method in interface org.apache.catalina.Host
Return the Java class name of the context configuration class for new web applications.
getConfigClass() - Method in class org.apache.catalina.startup.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() - Method in class org.apache.catalina.core.StandardContext
Return the path to a file to save this Context information.
getConfigFile(String) - Method in class org.apache.catalina.manager.ManagerServlet
Given a context path, get the config file name.
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
 
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.
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 class org.apache.catalina.authenticator.AuthenticatorBase
Return the Container to which this Valve is attached.
getContainer() - Method in interface org.apache.catalina.Cluster
Get the Container associated with our Cluster
getContainer() - Method in class org.apache.catalina.connector.Connector
Return the Container used for processing requests received by this Connector.
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 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 interface org.apache.catalina.Loader
Return the Container with which this Loader has been associated.
getContainer() - Method in class org.apache.catalina.loader.WebappLoader
Return the Container with which this Logger 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 class org.apache.catalina.realm.RealmBase
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.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.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.coyote.Request
 
getContentLength() - Method in class org.apache.coyote.RequestInfo
 
getContentLength() - Method in class org.apache.coyote.Response
 
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.
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.
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() - Method in class org.apache.catalina.core.ApplicationContext
 
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
 
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.naming.resources.ProxyDirContext
Return the context name.
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
 
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
 
getCookieDomain() - Method in class org.apache.catalina.authenticator.SingleSignOn
Returns the optional cookie domain.
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 interface org.apache.catalina.Context
Return the "use cookies for session ids" flag.
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
 
getCorePoolSize() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
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.
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.
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(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
 
getCreationTimestamp(String) - Method in class org.apache.catalina.session.ManagerBase
 
getCRLs(String) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Load the collection of CRLs.
getCrossContext() - Method in interface org.apache.catalina.Context
Return the "allow crossing servlet contexts" flag.
getCrossContext() - Method in class org.apache.catalina.core.StandardContext
Return the "allow crossing servlet contexts" flag.
getCurrentAccess() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
getCurrentDate() - Method in interface org.apache.catalina.ssi.SSIExternalResolver
Returns the current date.
getCurrentDate() - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getCurrentQueryString() - Method in class org.apache.coyote.RequestInfo
 
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.BaseEndpoint
Return the amount of threads that are managed by the pool.
getCurrentThreadCount() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getCurrentThreadCount() - Method in class org.apache.tomcat.util.net.NioEndpoint
Return the amount of threads that are managed by the pool.
getCurrentThreadCount() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
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.BaseEndpoint
Return the amount of threads currently busy.
getCurrentThreadsBusy() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getCurrentThreadsBusy() - Method in class org.apache.tomcat.util.net.NioEndpoint
Return the amount of threads currently busy.
getCurrentThreadsBusy() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
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.net.BaseEndpoint
 
getDaemon() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getDaemon() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
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.
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
 
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 class org.apache.catalina.core.StandardEngine
Return the default host.
getDefaultHost() - Method in interface org.apache.catalina.Engine
Return the default hostname for this Engine.
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
getDeferAccept() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getDeferAccept() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getDelayInitialRead() - Method in class org.apache.jk.common.HandlerRequest
Get the flag to tell if we delay the initial body read
getDelegate() - Method in class org.apache.catalina.core.StandardContext
Return the "follow standard delegation model" flag used to configure our ClassLoader.
getDelegate() - Method in interface org.apache.catalina.Loader
Return the "follow standard delegation model" flag used to configure our ClassLoader.
getDelegate() - Method in class org.apache.catalina.loader.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.
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.
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.
getDeployOnStartup() - Method in class org.apache.catalina.core.StandardHost
Return the value of the deploy on startup flag.
getDeployOnStartup() - Method in interface org.apache.catalina.Host
Return the value of the deploy on startup flag.
getDerefAliases() - Method in class org.apache.catalina.realm.JNDIRealm
Return the derefAliases setting to be used.
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 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.users.AbstractGroup
Return the description of this group.
getDescription() - Method in class org.apache.catalina.users.AbstractRole
Return the description of this role.
getDescription() - Method in exception org.apache.tomcat.jni.Error
Get the APR description of the exception.
getDescriptors() - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
 
getDesiredEntryAccessRatio() - Method in class org.apache.naming.resources.ResourceCache
Return desired entry access ratio.
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.
getDirContext() - Method in class org.apache.naming.resources.ProxyDirContext
Return the actual directory context we are wrapping.
getDirectBuffer() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getDirectBufferPool() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getDirectory() - Method in class org.apache.catalina.session.FileStore
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.
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.Http11NioProcessor
Get the flag that controls upload time-outs.
getDisableUploadTimeout() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getDisableUploadTimeout() - Method in class org.apache.coyote.http11.Http11Processor
Get the flag that controls upload time-outs.
getDisableUploadTimeout() - Method in class org.apache.coyote.http11.Http11Protocol
 
getDispatcherMapping() - Method in class org.apache.catalina.deploy.FilterMap
 
getDisplayCreationTimeForSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
 
getDisplayInactiveTimeForSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
 
getDisplayLastAccessedTimeForSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
 
getDisplayName() - Method in interface org.apache.catalina.Context
Return the display name of this web application.
getDisplayName() - Method in class org.apache.catalina.core.StandardContext
Return the display name of this web application.
getDisplayname() - Method in class org.apache.catalina.deploy.ContextService
 
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.
getDisplayTTLForSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
 
getDisplayUsedTimeForSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
 
getDistinguishedName(DirContext, String, SearchResult) - Method in class org.apache.catalina.realm.JNDIRealm
Returns the distinguished name of a search result.
getDistributable() - Method in interface org.apache.catalina.Context
Return the distributable flag for this web application.
getDistributable() - Method in class org.apache.catalina.core.StandardContext
Return the distributable flag for this web application.
getDistributable() - Method in interface org.apache.catalina.Manager
Return the distributable flag for the sessions supported by this Manager.
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() - Method in class org.apache.catalina.core.StandardContext
Return the document root for this Context.
getDocBase(String) - Method in class org.apache.catalina.manager.ManagerServlet
Given a context path, get the doc base.
getDocBase(String) - Method in class org.apache.catalina.startup.HostConfig
Given a context path, get the docBase.
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.
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.ajp.AjpProtocol
 
getDomain() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getDomain() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
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
 
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.
getEmptyBuf() - Method in class org.apache.tomcat.util.net.SecureNioChannel
 
getEmptySessionPath() - Method in class org.apache.catalina.connector.Connector
Return the "empty session path" flag.
getEnabled() - Method in class org.apache.catalina.valves.AccessLogValve
 
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.JSSESocketFactory
Determines the SSL protocol variants to be enabled.
getEnableLookups() - Method in class org.apache.catalina.connector.Connector
Return the "enable DNS lookups" flag.
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
 
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".
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.
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
 
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
 
getEnvContext() - Method in class org.apache.catalina.core.NamingContextListener
Return the env context.
getEnvironment() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets derived CGI environment
getEnvironment() - Method in class org.apache.naming.NamingContext
Retrieves the environment in effect for this context.
getEnvironment() - Method in class org.apache.naming.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.
getEnvironment() - Method in class org.apache.naming.SelectorContext
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
 
getError() - Method in exception org.apache.tomcat.jni.Error
Get the APR error code of the exception.
getError() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
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.
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.
getETag() - Method in class org.apache.naming.resources.ResourceAttributes
Get ETag.
getETag(boolean) - Method in class org.apache.naming.resources.ResourceAttributes
Deprecated.  
getEvent() - Method in class org.apache.catalina.connector.Request
Get the event associated with the request.
getEventCache() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getEventSubType() - Method in interface org.apache.catalina.CometEvent
Returns the sub type of this event.
getEventSubType() - Method in class org.apache.catalina.connector.CometEventImpl
 
getEventType() - Method in interface org.apache.catalina.CometEvent
Returns the event type.
getEventType() - Method in class org.apache.catalina.connector.CometEventImpl
 
getException() - Method in class org.apache.catalina.InstanceEvent
Return the exception that occurred during the processing that was reported by this event.
getExceptionType() - Method in class org.apache.catalina.deploy.ErrorPage
Return the exception type.
getExecutor(String) - Method in class org.apache.catalina.core.StandardService
Retrieves executor by name, null if not found
getExecutor(String) - Method in interface org.apache.catalina.Service
Retrieves executor by name, null if not found
getExecutor() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getExecutor() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getExecutor() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getExecutor() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getExecutor() - Method in class org.apache.coyote.http11.Http11Protocol
 
getExecutor() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getExecutor() - Method in class org.apache.tomcat.util.net.BaseEndpoint
 
getExecutor() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getExecutor() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
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.
getExtensionName() - Method in class org.apache.catalina.util.Extension
 
getFacade() - Method in class org.apache.catalina.core.ApplicationContext
Return the facade associated with this ApplicationContext.
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.HandlerRef
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.ServiceRef
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.
getFailureCount() - Method in class org.apache.catalina.realm.LockOutRealm
Get the number of failed authentication attempts required to lock the user account.
getFailures() - Method in class org.apache.catalina.realm.LockOutRealm.LockRecord
 
getFairness() - Method in class org.apache.catalina.valves.SemaphoreValve
 
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.
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
 
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
 
getFilter() - Method in class org.apache.catalina.InstanceEvent
Return the filter instance for which this event occurred.
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.InternalNioInputBuffer
Get filters.
getFilters() - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
Get filters.
getFilters() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Get filters.
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
 
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).
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 class org.apache.catalina.core.StandardServer
Return the global naming resources.
getGlobalNamingResources() - Method in interface org.apache.catalina.Server
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 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 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.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.catalina.deploy.ContextService
 
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.naming.ServiceRef
Add and Get Handlers classes.
getHandler() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getHandler() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getHandler() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getHandlerclass() - Method in class org.apache.catalina.deploy.ContextHandler
 
getHandlerCount() - Method in class org.apache.jk.core.WorkerEnv
 
getHandlers() - Method in class org.apache.catalina.deploy.ContextService
 
getHandlersObjectName() - Method in class org.apache.jk.core.WorkerEnv
 
getHandlersSize() - Method in class org.apache.naming.ServiceRef
 
getHeader(String) - Method in class org.apache.catalina.connector.Request
Return the first value of the specified header, if any; otherwise, return null
getHeader(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getHeader(String) - Method in class org.apache.catalina.connector.Response
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
 
getHeaderField(String) - Method in class org.apache.naming.resources.DirContextURLConnection
Returns the name of the specified header field.
getHeaderFields() - Method in class org.apache.naming.resources.DirContextURLConnection
Returns an unmodifiable Map of the header fields.
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
 
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
 
getHeaderValueAsString(Object) - Method in class org.apache.naming.resources.DirContextURLConnection
 
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
 
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.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.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.
getHostConfigPath(String) - Method in class org.apache.catalina.startup.ContextConfig
 
getHostname() - Method in class org.apache.catalina.core.StandardContext
 
getHostName() - Method in class org.apache.naming.resources.ProxyDirContext
Return the host name.
getHttpHost() - Method in class org.apache.jk.common.JkMX
 
getHttpPort() - Method in class org.apache.jk.common.JkMX
 
getHttpServletRequest() - Method in interface org.apache.catalina.CometEvent
Returns the HttpServletRequest.
getHttpServletRequest() - Method in class org.apache.catalina.connector.CometEventImpl
 
getHttpServletResponse() - Method in interface org.apache.catalina.CometEvent
Returns the HttpServletResponse.
getHttpServletResponse() - Method in class org.apache.catalina.connector.CometEventImpl
 
getIcon() - Method in class org.apache.catalina.deploy.ContextService
 
getId() - Method in interface org.apache.catalina.Session
Return the session identifier for this session.
getId() - Method in class org.apache.catalina.session.StandardSession
Return the session identifier for this session.
getId() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getId() - Method in interface org.apache.catalina.UserDatabase
Return the unique global identifier of this user database.
getId() - Method in class org.apache.catalina.users.MemoryUserDatabase
Return the unique global identifier of this user database.
getId() - Method in class org.apache.jk.core.JkHandler
 
getIdInternal() - Method in interface org.apache.catalina.Session
Return the session identifier for this session.
getIdInternal() - Method in class org.apache.catalina.session.StandardSession
Return the session identifier for this session.
getIDs() - Method in class org.apache.naming.resources.ResourceAttributes
Get all attribute IDs.
getIgnoreAnnotations() - Method in interface org.apache.catalina.Context
Return the boolean on the annotations parsing.
getIgnoreAnnotations() - Method in class org.apache.catalina.core.StandardContext
Return the boolean on the annotations parsing.
getImplementationName() - Method in class org.apache.tomcat.util.net.jsse.JSSEImplementation
 
getImplementationName() - Method in class org.apache.tomcat.util.net.SSLImplementation
 
getImplementationURL() - Method in class org.apache.catalina.util.Extension
 
getImplementationVendor() - Method in class org.apache.catalina.util.Extension
 
getImplementationVendorId() - Method in class org.apache.catalina.util.Extension
 
getImplementationVersion() - Method in class org.apache.catalina.util.Extension
 
getInactiveTimeForSession(Session) - Static method in class org.apache.catalina.manager.util.SessionUtils
 
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 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.SingleSignOn
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 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 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 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 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 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 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 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 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 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 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 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 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 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.valves.AccessLogValve
Return descriptive information about this implementation.
getInfo() - Method in class org.apache.catalina.valves.CometConnectionManagerValve
Return descriptive information about this Valve 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.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.
getInfo(long) - Static method in class org.apache.tomcat.jni.Address
Create the Sockaddr object from apr_sockaddr_t
getInfoB(long, int) - Static method in class org.apache.tomcat.jni.SSLSocket
Retrun SSL Info parameter as byte array.
getInfoI(long, int) - Static method in class org.apache.tomcat.jni.SSLSocket
Retrun SSL Info parameter as integer.
getInfoS(long, int) - Static method in class org.apache.tomcat.jni.SSLSocket
Retrun SSL Info parameter as String.
getInitData() - Method in class org.apache.jk.common.ChannelNioSocket.Poller
 
getInitData() - Method in class org.apache.jk.common.ChannelNioSocket.SocketConnection
 
getInitialContext(Hashtable) - Method in class org.apache.naming.java.javaURLContextFactory
Get a new (writable) initial context.
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)
getInjectionTargets() - Method in class org.apache.catalina.deploy.ContextEnvironment
 
getInjectionTargets() - Method in interface org.apache.catalina.deploy.Injectable
 
getInjectionTargets() - Method in class org.apache.catalina.deploy.MessageDestinationRef
 
getInjectionTargets() - Method in class org.apache.catalina.deploy.ResourceBase
 
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() - 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.
getInstanceManager() - Method in class org.apache.catalina.core.StandardContext
 
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.
getInterruptible() - Method in class org.apache.catalina.valves.SemaphoreValve
 
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
 
getIOChannel() - Method in class org.apache.tomcat.util.net.NioChannel
getIOChannel
getIOChannel() - Method in class org.apache.tomcat.util.net.SecureNioChannel
 
getip(long) - Static method in class org.apache.tomcat.jni.Address
Return the IP address (in numeric address string format) in an APR socket address.
getJ2EEApplication() - Method in class org.apache.catalina.core.StandardContext
 
getJ2EEServer() - Method in class org.apache.catalina.core.StandardContext
 
getJarPath() - Method in class org.apache.catalina.loader.WebappClassLoader
Return the JAR path.
getJavaVMs() - Method in class org.apache.catalina.core.StandardContext
 
getJaxrpcmappingfile() - Method in class org.apache.catalina.deploy.ContextService
 
getJkDir() - Method in class org.apache.jk.config.WebXml2Jk
 
getJkEnv() - Method in class org.apache.jk.apr.AprImpl
 
getJkHandler(long, String) - Method in class org.apache.jk.apr.AprImpl
Get a native component
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
 
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
 
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 class org.apache.catalina.core.StandardWrapper
Return the context-relative URI of the JSP file for this servlet.
getJspFile() - Method in interface org.apache.catalina.Wrapper
Return the context-relative URI of the JSP file for this servlet.
getJSR77Suffix() - Method in class org.apache.catalina.core.ContainerBase
 
getJvmRoute() - Method in class org.apache.catalina.core.StandardEngine
Retrieve the cluster-wide unique identifier for this Engine.
getJvmRoute() - Method in interface org.apache.catalina.Engine
Retrieve the JvmRouteId for this engine.
getJvmRoute() - Method in class org.apache.catalina.session.ManagerBase
Retrieve the JvmRoute for the enclosing Engine.
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.Http11NioProtocol
Return the Keep-Alive policy for the connection.
getKeepAlive() - Method in class org.apache.coyote.http11.Http11Protocol
Return the Keep-Alive policy for the connection.
getKeepAliveCount() - Method in class org.apache.tomcat.util.net.AprEndpoint
Number of keepalive sockets.
getKeepAliveCount() - Method in class org.apache.tomcat.util.net.AprEndpoint.Poller
 
getKeepAliveCount() - Method in class org.apache.tomcat.util.net.NioEndpoint
Number of keepalive sockets.
getKeepAliveTimeout() - Method in class org.apache.coyote.ajp.AjpAprProtocol
The number of seconds Tomcat will wait for a subsequent request before closing the connection.
getKeepAliveTimeout() - Method in class org.apache.coyote.ajp.AjpProcessor
 
getKeepAliveTimeout() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getKeepAliveTimeout() - Method in class org.apache.coyote.http11.Http11AprProtocol
The number of seconds Tomcat will wait for a subsequent request before closing the connection.
getKeepAliveTimeout() - Method in class org.apache.coyote.http11.Http11Processor
Return the number Keep-Alive timeout.
getKeepAliveTimeout() - Method in class org.apache.coyote.http11.Http11Protocol
 
getKeepAliveTimeout() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getKeyAlias() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getKeyAlias() - Method in class org.apache.coyote.http11.Http11Protocol
 
getKeyAlias() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getKeyCache() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getKeyManagers(String, String, String, String) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Gets the initialized key managers.
getKeypass() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getKeypass() - Method in class org.apache.coyote.http11.Http11Protocol
 
getKeySize() - Method in interface org.apache.tomcat.util.net.SSLSupport
Get the keysize.
getKeystore() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getKeystore() - Method in class org.apache.coyote.http11.Http11Protocol
 
getKeystore(String, String, String) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
getKeystore() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getKeystoreFile() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getKeystoreFile() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getKeystorePass() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getKeystorePass() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getKeystorePassword() - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
getKeystoreType() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getKeystoreType() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getKeytype() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getKeytype() - Method in class org.apache.coyote.http11.Http11Protocol
 
getLargeIcon() - Method in class org.apache.catalina.deploy.FilterDef
 
getLargeIcon() - Method in class org.apache.catalina.deploy.MessageDestination
 
getLargestPoolSize() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
getLastAccess() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
getLastAccessedTime() - Method in interface org.apache.catalina.Session
Return the last time the client sent a request associated with this session, as the number of milliseconds since midnight, January 1, 1970 GMT.
getLastAccessedTime(String) - Method in class org.apache.catalina.session.ManagerBase
 
getLastAccessedTime() - Method in class org.apache.catalina.session.StandardSession
Return the last time the client sent a request associated with this session, as the number of milliseconds since midnight, January 1, 1970 GMT.
getLastAccessedTime() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getLastAccessedTimeInternal() - Method in interface org.apache.catalina.Session
Return the last client access time without invalidation check
getLastAccessedTimeInternal() - Method in class org.apache.catalina.session.StandardSession
Return the last client access time without invalidation check
getLastAccessedTimestamp(String) - Method in class org.apache.catalina.session.ManagerBase
 
getLastError() - Static method in class org.apache.tomcat.jni.SSL
Return last SSL error string
getLastFailureTime() - Method in class org.apache.catalina.realm.LockOutRealm.LockRecord
 
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
 
getLastRegistered() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
getLastRequestProcessingTime() - Method in class org.apache.coyote.RequestInfo
 
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.
getLifecycle() - Method in class org.apache.catalina.LifecycleEvent
Return the Lifecycle on which this event occurred.
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
 
getLiveDeploy() - Method in class org.apache.catalina.core.StandardHost
Return the value of the live deploy flag.
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
 
getLoadOnStartup() - Method in class org.apache.catalina.core.StandardWrapper
Return the load-on-startup order value (negative value means load on first call).
getLoadOnStartup() - Method in interface org.apache.catalina.Wrapper
Return the load-on-startup order value (negative value means load on first call).
getLoadOnStartupString() - Method in class org.apache.catalina.core.StandardWrapper
 
getLoadTime() - Method in class org.apache.catalina.core.StandardWrapper
 
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.
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
 
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
 
getLocalId() - Method in class org.apache.jk.core.WorkerEnv
 
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
 
getLocalparts() - Method in class org.apache.catalina.deploy.ContextHandler
 
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
 
getLocation() - Method in class org.apache.catalina.deploy.ErrorPage
Return the location.
getLockOutTime() - Method in class org.apache.catalina.realm.LockOutRealm
Get the period for which an account will be locked.
getLog4jEnabled() - Method in class org.apache.jk.common.JkMX
 
getLogElement(String, ExtendedAccessLogValve.PatternTokenizer) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
 
getLogger() - Method in interface org.apache.catalina.Container
Return the Logger with which this Container is associated.
getLogger() - Method in class org.apache.catalina.core.ContainerBase
Return the Logger with which this Container is associated.
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
 
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.
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
 
getManager() - Method in interface org.apache.catalina.Container
Return the Manager with which this Container is associated.
getManager() - Method in class org.apache.catalina.core.ContainerBase
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 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() - Method in interface org.apache.catalina.Store
Return the Manager instance associated with this Store.
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.
getMapper() - Method in class org.apache.catalina.connector.Connector
Return the mapper.
getMapper() - Method in interface org.apache.catalina.Context
Get the request dispatcher 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.
getMatchAllServletNames() - Method in class org.apache.catalina.deploy.FilterMap
 
getMatchAllUrlPatterns() - Method in class org.apache.catalina.deploy.FilterMap
 
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.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.
getMaxAllocateIterations() - Method in class org.apache.naming.resources.ResourceCache
Return the maximum amount of iterations during a space allocation.
getMaxHttpHeaderSize() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getMaxHttpHeaderSize() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getMaxHttpHeaderSize() - Method in class org.apache.coyote.http11.Http11Protocol
 
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.
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.
getMaxIdleTime() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
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.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
 
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.Http11NioProcessor
Return the number of Keep-Alive requests that we will honor.
getMaxKeepAliveRequests() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getMaxKeepAliveRequests() - Method in class org.apache.coyote.http11.Http11Processor
Return the number of Keep-Alive requests that we will honor.
getMaxKeepAliveRequests() - Method in class org.apache.coyote.http11.Http11Protocol
 
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.
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.Http11NioProcessor
Return the maximum size of a POST which will be buffered in SSL mode.
getMaxSavePostSize() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getMaxSavePostSize() - Method in class org.apache.coyote.http11.Http11Processor
Return the maximum size of a POST which will be buffered in SSL mode.
getMaxSavePostSize() - Method in class org.apache.coyote.http11.Http11Protocol
 
getMaxSelectors() - Method in class org.apache.tomcat.util.net.NioSelectorPool
 
getMaxSpareSelectors() - Method in class org.apache.tomcat.util.net.NioSelectorPool
 
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.BaseEndpoint
Dummy maxSpareThreads property.
getMaxSpareThreads() - Method in class org.apache.tomcat.util.net.NioEndpoint
Dummy maxSpareThreads property.
getMaxSpareThreads() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getMaxThreads() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
getMaxThreads() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getMaxThreads() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getMaxThreads() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getMaxThreads() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getMaxThreads() - Method in class org.apache.coyote.http11.Http11Protocol
 
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.BaseEndpoint
 
getMaxThreads() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getMaxThreads() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getMaxThreads() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
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
 
getMbeansFile() - Method in class org.apache.catalina.core.StandardEngine
 
getMessage() - Method in exception 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 exception org.apache.catalina.LifecycleException
Returns the message associated with this exception, if any.
getMessage() - Method in class org.apache.coyote.Response
Get the status message.
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.
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
 
getMinSpareThreads() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
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.BaseEndpoint
Dummy minSpareThreads property.
getMinSpareThreads() - Method in class org.apache.tomcat.util.net.NioEndpoint
Dummy minSpareThreads property.
getMinSpareThreads() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getMinTime() - Method in class org.apache.catalina.core.StandardWrapper
 
getMsg(int) - Method in class org.apache.jk.core.MsgContext
The context may store a number of messages ( buffers + marshalling )
getName() - Method in class org.apache.catalina.connector.CoyotePrincipal
 
getName() - Method in interface org.apache.catalina.Container
Return a name string (suitable for use by humans) that describes this Container.
getName() - Method in class org.apache.catalina.core.ContainerBase
Return a name string (suitable for use by humans) that describes this Container.
getName() - Method in class org.apache.catalina.core.NamingContextListener
Return the "name" property.
getName() - Method in class org.apache.catalina.core.StandardHost
Return the canonical, fully qualified, name of the virtual host this Container represents.
getName() - Method in class org.apache.catalina.core.StandardService
Return the name of this Service.
getName() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
getName() - Method in class org.apache.catalina.deploy.ApplicationParameter
 
getName() - Method in class org.apache.catalina.deploy.ContextEnvironment
 
getName() - Method in interface org.apache.catalina.deploy.Injectable
 
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 interface org.apache.catalina.Executor
 
getName() - Method in interface org.apache.catalina.Host
Return the canonical, fully qualified, name of the virtual host this Container represents.
getName() - Method in class org.apache.catalina.realm.CombinedRealm
 
getName() - Method in class org.apache.catalina.realm.DataSourceRealm
Return a short name for this Realm implementation.
getName() - Method in class org.apache.catalina.realm.GenericPrincipal
 
getName() - Method in class org.apache.catalina.realm.JAASRealm
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 interface org.apache.catalina.Service
Return the name of this Service.
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.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.ajp.AjpProtocol
 
getName() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getName() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getName() - Method in class org.apache.coyote.http11.Http11Protocol
 
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.net.AprEndpoint
 
getName() - Method in class org.apache.tomcat.util.net.BaseEndpoint
 
getName() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getName() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
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
 
getnameinfo(long, int) - Static method in class org.apache.tomcat.jni.Address
Look up the host name from an apr_sockaddr_t.
getNameInNamespace() - Method in class org.apache.naming.NamingContext
Retrieves the full name of this context within its own namespace.
getNameInNamespace() - Method in class org.apache.naming.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.
getNameInNamespace() - Method in class org.apache.naming.SelectorContext
Retrieves the full name of this context within its own namespace.
getNameParser(Name) - Method in class org.apache.naming.NamingContext
Retrieves the parser associated with the named context.
getNameParser(String) - Method in class org.apache.naming.NamingContext
Retrieves the parser associated with the named context.
getNameParser(Name) - Method in class org.apache.naming.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.
getNameParser(Name) - Method in class org.apache.naming.SelectorContext
Retrieves the parser associated with the named context.
getNameParser(String) - Method in class org.apache.naming.SelectorContext
Retrieves the parser associated with the named context.
getNamePrefix() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
getNamespaceuri(String) - Method in class org.apache.catalina.deploy.ContextHandler
 
getNamingContext() - Method in class org.apache.catalina.core.NamingContextListener
Return the associated naming context.
getNamingContextListener() - Method in class org.apache.catalina.core.StandardContext
Naming context listener accessor.
getNamingResources() - Method in interface org.apache.catalina.Context
Return the naming resources associated with this web application.
getNamingResources() - Method in class org.apache.catalina.core.StandardContext
Return the naming resources associated with this web application.
getNamingResources() - Method in class org.apache.catalina.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
 
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.Http11NioProtocol
 
getNoCompressionUserAgents() - Method in class org.apache.coyote.http11.Http11Protocol
 
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 interface org.apache.catalina.Session
Return the object bound with the specified name to the internal notes for this session, or null if no such binding exists.
getNote(String) - Method in class org.apache.catalina.session.StandardSession
Return the object bound with the specified name to the internal notes for this session, or null if no such binding exists.
getNote(int) - Method in class org.apache.coyote.Request
 
getNote(int) - Method in class org.apache.coyote.Response
 
getNote(int) - Method in class org.apache.jk.core.MsgContext
 
getNote(int) - Method in class org.apache.jk.core.WorkerEnv
 
getNoteId(int, String) - Method in class org.apache.jk.core.WorkerEnv
 
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 interface org.apache.catalina.Session
Return an Iterator containing the String names of all notes bindings that exist for this session.
getNoteNames() - Method in class org.apache.catalina.session.StandardSession
Return an Iterator containing the String names of all notes bindings that exist for this session.
getNotificationInfo() - Method in class org.apache.catalina.core.StandardContext
 
getNotificationInfo() - Method in class org.apache.catalina.core.StandardWrapper
 
getNotificationInfo() - Method in class org.apache.jk.common.ChannelNioSocket
 
getNotificationInfo() - Method in class org.apache.jk.common.ChannelSocket
 
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 class org.apache.catalina.connector.Connector
 
getObjectName() - Method in interface org.apache.catalina.Container
Return the JMX name associated with this container.
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.ajp.AjpProtocol
 
getObjectName() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getObjectName() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
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
 
getOoBInline() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getOomParachute() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getOomParachute() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getOomParachuteData() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getOriginalDocBase() - Method in class org.apache.catalina.core.StandardContext
Return the original document root for this Context.
getOut() - Method in class org.apache.jk.server.JkMain
 
getOutboundRemaining() - Method in class org.apache.tomcat.util.net.NioChannel
 
getOutboundRemaining() - Method in class org.apache.tomcat.util.net.SecureNioChannel
 
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.coyote.ajp.AjpMessage
 
getPacketSize() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getPacketSize() - Method in class org.apache.jk.common.ChannelNioSocket
 
getPacketSize() - Method in class org.apache.jk.common.ChannelSocket
 
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() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
 
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
 
getParameters() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets derived CGI query parameters
getParameters() - Method in class org.apache.coyote.Request
 
getParameters(String, String, KeyStore) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Return the initialization parameters for the TrustManager.
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
 
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.
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
getPartialServletStackTrace(Throwable) - Method in class org.apache.catalina.valves.ErrorReportValve
Print out a partial servlet stack trace (truncating at the last occurrence of javax.servlet.).
getPassword() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Gets the password credential (if any) associated with the SSO.
getPassword(String) - Method in class org.apache.catalina.realm.CombinedRealm
 
getPassword(String) - Method in class org.apache.catalina.realm.DataSourceRealm
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 interface org.apache.catalina.User
Return the logon password of this user, optionally prefixed with the identifier of an encoding scheme surrounded by curly braces, such as {md5}xxxxx.
getPassword() - Method in class org.apache.catalina.users.AbstractUser
Return the logon password of this user, optionally prefixed with the identifier of an encoding scheme surrounded by curly braces, such as {md5}xxxxx.
getPath() - Method in interface org.apache.catalina.Context
Return the context path for this web application.
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.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
 
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.
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, String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getPathWithoutFileName(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getPattern() - Method in class org.apache.catalina.valves.AccessLogValve
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).
getPerformanceBandwidth() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getPerformanceConnectionTime() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getPerformanceLatency() - Method in class org.apache.tomcat.util.net.SocketProperties
 
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.
getpid() - Static method in class org.apache.tomcat.jni.Stdlib
Get current process pid.
getPipeline() - Method in interface org.apache.catalina.Container
Return the Pipeline object that manages the Valves associated with this Container.
getPipeline() - Method in class org.apache.catalina.core.ContainerBase
Return the Pipeline object that manages the Valves associated with this Container.
getPoller() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getPoller() - Method in class org.apache.tomcat.util.net.NioChannel
 
getPoller() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
getPoller0() - Method in class org.apache.tomcat.util.net.NioEndpoint
Return an available poller in true round robin fashion
getPollerSize() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getPollerSize() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getPollerSize() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getPollerThreadCount() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getPollerThreadCount() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getPollerThreadCount() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getPollerThreadCount() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getPollerThreadPriority() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getPollerThreadPriority() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getPollTime() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getPollTime() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getPollTime() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getPoolSize() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
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 interface org.apache.catalina.Server
Return the port number we listen to for shutdown commands.
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.ajp.AjpProtocol
 
getPort() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getPort() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getPort() - Method in class org.apache.coyote.http11.Http11Protocol
 
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.BaseEndpoint
 
getPort() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getPort() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
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.
getPortlink(String) - Method in class org.apache.catalina.deploy.ContextService
 
getPortName(int) - Method in class org.apache.catalina.deploy.ContextHandler
 
getPortNamesSize() - Method in class org.apache.catalina.deploy.ContextHandler
 
getppid() - Static method in class org.apache.tomcat.jni.Stdlib
Get current process parent pid.
getPrefix() - Method in class org.apache.catalina.valves.AccessLogValve
Return the log file prefix.
getPrincipal() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Gets the Principal that has been authenticated by the SSO.
getPrincipal() - Method in class org.apache.catalina.connector.Request
Return the principal that has been authenticated for this Request.
getPrincipal(String) - Method in class org.apache.catalina.realm.CombinedRealm
 
getPrincipal(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Return the Principal associated with the given user name.
getPrincipal(String) - Method in class org.apache.catalina.realm.JAASRealm
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 interface org.apache.catalina.Session
Return the authenticated Principal that is associated with this Session.
getPrincipal() - Method in class org.apache.catalina.session.StandardSession
Return the authenticated Principal that is associated with this Session.
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.
getPrivateKey(String) - Method in class org.apache.tomcat.util.net.jsse.NioX509KeyManager
 
getPrivileged() - Method in interface org.apache.catalina.Context
Return the privileged flag for this web application.
getPrivileged() - Method in class org.apache.catalina.core.StandardContext
Return the privileged flag for this web application.
getProcessExpiresFrequency() - Method in class org.apache.catalina.session.ManagerBase
Return the frequency of manager checks.
getProcessingTime() - Method in class org.apache.catalina.core.StandardContext
Gets the cumulative processing times of all servlets in this StandardContext.
getProcessingTime() - Method in class org.apache.catalina.core.StandardWrapper
 
getProcessingTime() - Method in class org.apache.catalina.session.ManagerBase
 
getProcessingTime() - Method in class org.apache.coyote.RequestGroupInfo
 
getProcessingTime() - Method in class org.apache.coyote.RequestInfo
 
getProcessorCache() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getProcessorCache() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getProcessorCache() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getProcessorCache() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getProcessorCache() - Method in class org.apache.coyote.http11.Http11Protocol
 
getProcessorCache() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getProcessTlds() - Method in class org.apache.catalina.core.StandardContext
Returns the processTlds attribute value.
getProperties() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getPropertiesFile() - Method in class org.apache.jk.server.JkMain
 
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.http11.Http11NioProtocol
Get a property
getProperty(String) - Method in class org.apache.coyote.http11.Http11Protocol
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.
getProtocol() - Method in interface org.apache.catalina.Cluster
Deprecated.  
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.http11.Http11AprProtocol
 
getProtocol() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getProtocol() - Method in class org.apache.coyote.RequestInfo
 
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.Http11Protocol
 
getProxyElement(ExtendedAccessLogValve.PatternTokenizer) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
 
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.
getQualifiedNames() - Method in class org.apache.catalina.util.DOMWriter
 
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
 
getQueueSize() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
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
 
getReadBuffer() - Method in class org.apache.tomcat.util.net.NioEndpoint.NioBufferHandler
 
getReadBuffer() - Method in interface org.apache.tomcat.util.net.SecureNioChannel.ApplicationBufferHandler
 
getReadBufSize() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getReader() - Method in class org.apache.catalina.connector.Request
Read the Reader wrapping the input stream for this Request.
getReader() - Method in class org.apache.catalina.connector.RequestFacade
 
getReader() - Method in class org.apache.catalina.core.DummyRequest
 
getReadLatch() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
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
getReadonlyAttributes() - Method in class org.apache.catalina.core.ApplicationContext
 
getRealm() - Method in interface org.apache.catalina.Container
Return the Realm with which this Container is associated.
getRealm() - Method in class org.apache.catalina.core.ContainerBase
Return the Realm with which this Container is associated.
getRealm() - Method in class org.apache.catalina.core.StandardEngine
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
 
getRealmPath() - Method in class org.apache.catalina.realm.RealmBase
 
getRealms() - Method in class org.apache.catalina.realm.CombinedRealm
Return the set of Realms that this Realm is wrapping
getRealmSuffix() - Method in class org.apache.catalina.realm.RealmBase
 
getRealPath(String) - Method in class org.apache.catalina.connector.Request
Deprecated. As of version 2.1 of the Java Servlet API, use ServletContext.getRealPath().
getRealPath(String) - Method in class org.apache.catalina.connector.RequestFacade
 
getRealPath(String) - Method in 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
 
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.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.
getRejectedSessions() - Method in interface org.apache.catalina.Manager
Gets the number of sessions that were not created because the maximum number of active sessions was reached.
getRejectedSessions() - Method in class org.apache.catalina.session.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 class org.apache.catalina.core.StandardContext
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.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.
getRemains() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
 
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
 
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
 
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.catalina.InstanceEvent
Return the servlet request for which this event occurred.
getRequest() - Method in class org.apache.coyote.ajp.AjpAprProcessor
Get the request associated with this processor.
getRequest() - Method in class org.apache.coyote.ajp.AjpProcessor
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.Http11NioProcessor
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.coyote.Response
 
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
 
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
 
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
 
getRequiredExtensionCount() - Method in class org.apache.catalina.util.ManifestResource
Gets the number of required extensions
getRequiredExtensions() - Method in class org.apache.catalina.util.ManifestResource
Gets the list of required extensions
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 RealmgetResource(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
 
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.
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.
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.catalina.InstanceEvent
Return the servlet response for which this event occurred.
getResponse() - Method in class org.apache.coyote.Request
 
getResponseAjpIndex(String) - Static method in class org.apache.coyote.ajp.Constants
 
getRestrictedUserAgents() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getRestrictedUserAgents() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getRestrictedUserAgents() - Method in class org.apache.coyote.http11.Http11Protocol
 
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.
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.
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.
getRoles() - Method in interface org.apache.catalina.Group
Return the set of Roles assigned specifically to this group.
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 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.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.
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.
getRootCause(ServletException) - Static method in class org.apache.catalina.core.StandardWrapper
Extract the root cause from a servlet exception.
getRpName() - Method in class org.apache.coyote.RequestInfo
 
getRunAs() - Method in class org.apache.catalina.core.StandardWrapper
Return the run-as identity for this servlet.
getRunAs() - Method in interface org.apache.catalina.Wrapper
Return the run-as identity for this servlet.
getRxBufSize() - Method in class org.apache.tomcat.util.net.SocketProperties
 
gets(int) - Method in interface org.apache.tomcat.jni.BIOCallback
Read string up to the len or CLRLF
gets(byte[], int, long) - Static method in class org.apache.tomcat.jni.File
Read a string from the specified file.
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.
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.
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
 
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.Http11NioProtocol
 
getSecure() - Method in class org.apache.coyote.http11.Http11Protocol
 
getSecure() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
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.
getSelector() - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
getSelectorPool() - Method in class org.apache.coyote.http11.InternalNioInputBuffer
 
getSelectorPool() - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
 
getSelectorPool() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getSelectors() - Method in class org.apache.tomcat.util.net.NioSelectorPool
 
getSelectorTimeout() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getSelectorTimeout() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getSendfile() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSendfileCount() - Method in class org.apache.tomcat.util.net.AprEndpoint
Number of sendfile sockets.
getSendfileCount() - Method in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
getSendfileData() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
getSendfileSize() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getSendfileSize() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSendfileThreadCount() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getSendfileThreadCount() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
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.net.BaseEndpoint
Get a sequence number used for thread naming.
getSequence() - Method in class org.apache.tomcat.util.net.NioEndpoint
Get a sequence number used for thread naming.
getservbyname(long, String) - Static method in class org.apache.tomcat.jni.Address
Given an apr_sockaddr_t and a service name, set the port for the service
getServer() - Method in class org.apache.catalina.core.StandardContext
 
getServer() - Method in class org.apache.catalina.core.StandardService
Return the Server with which we are associated (if any).
getServer() - 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.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.Http11NioProcessor
Get the server header name.
getServer() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getServer() - Method in class org.apache.coyote.http11.Http11Processor
Get the server header name.
getServer() - Method in class org.apache.coyote.http11.Http11Protocol
 
getServerAliases(String, Principal[]) - Method in class org.apache.tomcat.util.net.jsse.JSSEKeyManager
Get the matching aliases for authenticating the server side of a secure socket, given the public key type and the list of certificate issuer authorities recognized by the peer (if any).
getServerAliases(String, Principal[]) - Method in class org.apache.tomcat.util.net.jsse.NioX509KeyManager
 
getServerBuilt() - Static method in class org.apache.catalina.util.ServerInfo
Return the server built time for this version of Tomcat.
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
 
getServerSocketFactory() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getServerSocketFactory() - Method in class org.apache.tomcat.util.net.jsse.JSSEImplementation
 
getServerSocketFactory() - Method in class org.apache.tomcat.util.net.SSLImplementation
 
getServerSoTimeout() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getServerTimeout() - Method in class org.apache.jk.common.ChannelNioSocket
 
getServerTimeout() - Method in class org.apache.jk.common.ChannelSocket
 
getServerToClientElement(ExtendedAccessLogValve.PatternTokenizer) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
 
getService() - Method in class org.apache.catalina.connector.Connector
Return the Service with which we are associated (if any).
getService() - Method in class org.apache.catalina.core.StandardEngine
Return the Service with which we are associated (if any).
getService() - Method in interface org.apache.catalina.Engine
Return the Service with which we are associated (if any).
getServiceendpoints() - Method in class org.apache.catalina.deploy.ContextService
Declares a client dependency on the container to resolving a Service Endpoint Interface to a WSDL port.
getServiceNames() - Method in class org.apache.catalina.core.StandardServer
Return the JMX service names.
getServiceqname() - Method in class org.apache.catalina.deploy.ContextService
 
getServiceqname(int) - Method in class org.apache.catalina.deploy.ContextService
 
getServiceqnameLocalpart() - Method in class org.apache.catalina.deploy.ContextService
 
getServiceqnameNamespaceURI() - Method in class org.apache.catalina.deploy.ContextService
 
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
 
getServlet() - Method in class org.apache.catalina.core.StandardWrapper
Return the associated servlet instance.
getServlet() - Method in class org.apache.catalina.InstanceEvent
Return the servlet instance for which this event occurred.
getServlet() - Method in interface org.apache.catalina.Wrapper
Return the associated servlet instance.
getServletClass() - Method in class org.apache.catalina.core.StandardWrapper
Return the fully qualified servlet class name for this servlet.
getServletClass() - Method in interface org.apache.catalina.Wrapper
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.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
 
getServletInfo() - Method in class org.apache.catalina.manager.HTMLManagerServlet
 
getServletMethods() - Method in class org.apache.catalina.core.StandardWrapper
Gets the names of the methods supported by the underlying servlet.
getServletMethods() - Method in interface org.apache.catalina.Wrapper
Gets the names of the methods supported by the underlying servlet.
getServletName() - Method in class org.apache.catalina.core.StandardWrapper
Return the name of this servlet.
getServletName() - Method in class org.apache.catalina.core.StandardWrapperFacade
 
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
 
getServletNames() - Method in class org.apache.catalina.deploy.FilterMap
 
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
 
getServletPathMB() - Method in class org.apache.catalina.connector.Request
Get the servlet path.
getServletPathMB() - Method in class org.apache.catalina.core.DummyRequest
 
getServletRequestElement(String) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
 
getServlets() - Method in class org.apache.catalina.core.ApplicationContext
Deprecated. As of Java Servlet API 2.1, with no direct replacement.
getServlets() - Method in class org.apache.catalina.core.ApplicationContextFacade
 
getServlets() - Method in class org.apache.catalina.core.StandardContext
JSR77 servlets attribute
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() - Method in interface org.apache.catalina.Session
Return the HttpSession for which this object is the facade.
getSession(String) - Method in class org.apache.catalina.session.ManagerBase
Returns information about the session with the given session id.
getSession() - Method in class org.apache.catalina.session.StandardSession
Return the HttpSession for which this object is the facade.
getSession() - Method in class org.apache.catalina.SessionEvent
Return the Session on which this event occurred.
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.
getSessionCacheSize() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getSessionCacheTimeout() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
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
getSessionForPathAndId(String, String) - Method in class org.apache.catalina.manager.HTMLManagerServlet
 
getSessionId() - Method in interface org.apache.tomcat.util.net.SSLSupport
The current session Id.
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
getSessionsForPath(String) - Method in class org.apache.catalina.manager.HTMLManagerServlet
 
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
getSharedSelector() - Method in class org.apache.tomcat.util.net.NioSelectorPool
 
getSharedSelectorTimeout() - Method in class org.apache.tomcat.util.net.NioSelectorPool
 
getShutdown() - Method in class org.apache.catalina.core.StandardServer
Return the shutdown command string we are waiting for.
getShutdown() - Method in interface org.apache.catalina.Server
Return the shutdown command string we are waiting for.
getShutdownEnabled() - Method in class org.apache.jk.common.HandlerRequest
 
getSize() - Method in class org.apache.catalina.session.FileStore
Return the number of Sessions present in this Store.
getSize() - Method in class org.apache.catalina.session.JDBCStore
Return an integer containing a count of all Sessions currently saved in this Store.
getSize() - Method in interface org.apache.catalina.Store
Return the number of Sessions present in this Store.
getSize(long, String) - Static method in class org.apache.tomcat.jni.Registry
Get the Registry key length.
getSmallIcon() - Method in class org.apache.catalina.deploy.FilterDef
 
getSmallIcon() - Method in class org.apache.catalina.deploy.MessageDestination
 
getSoapRole(int) - Method in class org.apache.catalina.deploy.ContextHandler
 
getSoapRolesSize() - Method in class org.apache.catalina.deploy.ContextHandler
 
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.coyote.http11.InternalNioInputBuffer
Get the underlying socket input stream.
getSocket() - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
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.Http11NioProcessor
Get the socket buffer flag.
getSocketBuffer() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getSocketBuffer() - Method in class org.apache.coyote.http11.Http11Processor
Get the socket buffer flag.
getSocketBuffer() - Method in class org.apache.coyote.http11.Http11Protocol
 
getSocketCloseDelay() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getSocketFactory() - Method in class org.apache.coyote.http11.Http11Protocol
 
getSocketFactory() - Method in class org.apache.tomcat.util.net.jsse.JSSEFactory
Returns the ServerSocketFactory to use.
getSocketProperties() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getSoKeepAlive() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getSoLinger() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getSoLinger() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getSoLinger() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getSoLinger() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getSoLinger() - Method in class org.apache.coyote.http11.Http11Protocol
 
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.BaseEndpoint
 
getSoLinger() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getSoLinger() - Method in class org.apache.tomcat.util.net.NioEndpoint
Socket linger.
getSoLinger() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getSoLingerOn() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getSoLingerTime() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getSoReuseAddress() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getSoTimeout() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getSoTimeout() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getSoTimeout() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getSoTimeout() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getSoTimeout() - Method in class org.apache.coyote.http11.Http11Protocol
 
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.BaseEndpoint
 
getSoTimeout() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getSoTimeout() - Method in class org.apache.tomcat.util.net.NioEndpoint
Socket timeout.
getSoTimeout() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getSoTimeout() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getSoTrafficClass() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getSource() - Method in class org.apache.jk.core.MsgContext
 
getSpare() - Method in class org.apache.tomcat.util.net.NioSelectorPool
 
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
 
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
 
getSSLContext() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getSSLEnabled() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getSSLEngine() - Method in class org.apache.catalina.core.AprLifecycleListener
 
getSslEngine() - Method in class org.apache.tomcat.util.net.SecureNioChannel
 
getSSLImplementation() - Method in class org.apache.coyote.http11.Http11Protocol
 
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.coyote.http11.Http11NioProtocol
 
getSSLProtocol() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getSslProtocol() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getSSLRandomSeed() - Method in class org.apache.catalina.core.AprLifecycleListener
 
getSslSupport() - Method in class org.apache.coyote.http11.Http11NioProcessor
 
getSSLSupport(Socket) - Method in class org.apache.tomcat.util.net.jsse.JSSEFactory
returns the SSLSupport attached to this socket.
getSSLSupport(SSLSession) - Method in class org.apache.tomcat.util.net.jsse.JSSEFactory
 
getSSLSupport(Socket) - Method in class org.apache.tomcat.util.net.jsse.JSSEImplementation
 
getSSLSupport(SSLSession) - Method in class org.apache.tomcat.util.net.jsse.JSSEImplementation
 
getSSLSupport(Socket) - Method in class org.apache.tomcat.util.net.SSLImplementation
 
getSSLSupport(SSLSession) - Method in class org.apache.tomcat.util.net.SSLImplementation
Deprecated. This method has been deprecated since it adds a JSSE dependency to this interface. It will be removed in versions after 6.0.x.
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
 
getStage() - Method in class org.apache.coyote.RequestInfo
 
getStartChildren() - Method in class org.apache.catalina.core.ContainerBase
Return if children of this container will be started automatically when they are added to this container.
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.
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
 
getStore() - Method in class org.apache.catalina.session.PersistentManagerBase
Return the Store object which manages persistent Session storage for this Manager.
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.
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.
getStringInternal(String) - Method in class org.apache.catalina.util.StringManager
 
getSuffix() - Method in class org.apache.catalina.valves.AccessLogValve
Return the log file suffix.
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.
getTargetClass() - Method in class org.apache.catalina.deploy.InjectionTarget
 
getTargetName() - Method in class org.apache.catalina.deploy.InjectionTarget
 
getTcpNoDelay() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getTcpNoDelay() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getTcpNoDelay() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getTcpNoDelay() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getTcpNoDelay() - Method in class org.apache.coyote.http11.Http11Protocol
 
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.BaseEndpoint
 
getTcpNoDelay() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getTcpNoDelay() - Method in class org.apache.tomcat.util.net.NioEndpoint
Socket TCP no delay.
getTcpNoDelay() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getTcpNoDelay() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getThread() - Static method in class org.apache.naming.ContextBindings
Retrieves the naming context bound to a thread.
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.
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.core.StandardThreadExecutor
 
getThreadPriority() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getThreadPriority() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getThreadPriority() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getThreadPriority() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getThreadPriority() - Method in class org.apache.coyote.http11.Http11Protocol
 
getThreadPriority() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getThreadPriority() - Method in class org.apache.tomcat.util.net.BaseEndpoint
 
getThreadPriority() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
getThreadPriority() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getThreadPriority() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
getThrowable() - Method in exception org.apache.catalina.LifecycleException
Returns the throwable that caused this exception, if any.
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.Http11NioProcessor
Get the upload timeout.
getTimeout() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getTimeout() - Method in class org.apache.coyote.http11.Http11Processor
Get the upload timeout.
getTimeout() - Method in class org.apache.coyote.http11.Http11Protocol
 
getTimeout() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
getTimeoutInterval() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getTimeZone() - Method in class org.apache.catalina.util.Strftime
Get the timezone used for formatting conversions
getTldListeners() - Method in class org.apache.catalina.startup.TldConfig
 
getTldNamespaceAware() - Method in interface org.apache.catalina.Context
Get the server.xml attribute's xmlNamespaceAware.
getTldNamespaceAware() - Method in class org.apache.catalina.core.StandardContext
Get the server.xml attribute's xmlNamespaceAware.
getTldNamespaceAware() - Method in class org.apache.catalina.startup.TldConfig
Get the server.xml 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 attribute's xmlValidation.
getToken() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
 
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
 
getTomcatAuthentication() - Method in class org.apache.coyote.ajp.AjpProcessor
 
getTomcatAuthentication() - Method in class org.apache.coyote.ajp.AjpProtocol
 
getTransaction() - Method in class org.apache.catalina.deploy.NamingResources
Get the transaction object.
getTrustManagers(String, String, String) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Gets the intialized trust managers.
getTrustStore(String, String) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
getTruststoreFile() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getTruststoreFile() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getTruststorePass() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getTruststorePass() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getTruststoreType() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getTruststoreType() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getTtl(long) - Static method in class org.apache.tomcat.jni.Poll
Get the socket time to live.
getTTLForSession(Session) - Static method in class org.apache.catalina.manager.util.SessionUtils
 
getTxBufSize() - Method in class org.apache.tomcat.util.net.SocketProperties
 
getType() - Method in class org.apache.catalina.ContainerEvent
Return the event type of this event.
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.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.realm.RealmBase
 
getType() - Method in class org.apache.catalina.SessionEvent
Return the event type of this event.
getType() - Method in class org.apache.jk.core.MsgContext
The id of the chain
getType(long, String) - Static method in class org.apache.tomcat.jni.Registry
Get the Registry key type.
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.
getURI(File) - Method in class org.apache.catalina.loader.WebappClassLoader
Get URL.
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.
getURLConnection(String, boolean) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 
getURLDecoder() - Method in class org.apache.coyote.Request
 
getURLPatterns() - 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.
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.
getUseComet() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getUseComet() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getUsedTimeForSession(Session) - Static method in class org.apache.catalina.manager.util.SessionUtils
 
getUseExecutor() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
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.
getUseLongContentLength() - Method in class org.apache.catalina.valves.JDBCAccessLogValve
get useLongContentLength
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.
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.
getUsername() - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Gets the username provided by the user as part of the authentication process.
getUsername() - Method in interface org.apache.catalina.User
Return the logon username of this user, which must be unique within the scope of a UserDatabase.
getUsername() - Method in class org.apache.catalina.users.AbstractUser
Return the logon username of this user, which must be unique within the scope of a UserDatabase.
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.
getUsers() - Method in interface org.apache.catalina.Group
Return the set of Users that are members of this group.
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 interface org.apache.catalina.UserDatabase
Return the set of Users defined in this user database.
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.
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..
getUseSendfile() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
getUseSendfile() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
getUseSendfile() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
getUseSendfile() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
getUseSendfile() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getUseShutdownHook() - Method in class org.apache.catalina.startup.Catalina
 
getUseXSLTProcessor() - Method in class org.apache.jk.common.JkMX
 
getValidate() - Method in class org.apache.catalina.realm.RealmBase
Return the "validate certificate chains" flag.
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
 
getValueA(long, String) - Static method in class org.apache.tomcat.jni.Registry
Get the Registry value for REG_MULTI_SZ
getValueB(long, String) - Static method in class org.apache.tomcat.jni.Registry
Get the Registry value for REG_BINARY
getValueI(long, String) - Static method in class org.apache.tomcat.jni.Registry
Get the Registry value for REG_DWORD
getValueJ(long, String) - Static method in class org.apache.tomcat.jni.Registry
Get the Registry value for REG_QWORD or REG_DWORD
getValueNames() - Method in class org.apache.catalina.session.StandardSession
Deprecated. As of Version 2.2, this method is replaced by getAttributeNames()
getValueNames() - Method in class org.apache.catalina.session.StandardSessionFacade
 
getValueS(long, String) - Static method in class org.apache.tomcat.jni.Registry
Get the Registry value for REG_SZ or REG_EXPAND_SZ
getValveNames() - Method in class org.apache.catalina.core.StandardHost
Return the MBean Names of the Valves 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 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
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).
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
 
getVirtualHost() - Method in class org.apache.coyote.RequestInfo
 
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
getWhiteSpaces() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
 
getWorkDir() - Method in class org.apache.catalina.core.StandardContext
Return the work directory for this Context.
getWorkDir() - Method in class org.apache.catalina.core.StandardHost
Host work directory base.
getWorkerClassName() - Method in class org.apache.jk.server.JkMain
 
getWorkerEnv() - Method in class org.apache.jk.core.MsgContext
 
getWorkerEnv() - Method in class org.apache.jk.server.JkMain
 
getWorkerThread() - Method in class org.apache.tomcat.util.net.AprEndpoint
Return a new worker thread, and block while to worker is available.
getWorkerThread() - Method in class org.apache.tomcat.util.net.JIoEndpoint
Return a new worker thread, and block while to worker is available.
getWorkerThread() - Method in class org.apache.tomcat.util.net.NioEndpoint
Return a new worker thread, and block while to worker is available.
getWorkerThreadName() - Method in class org.apache.coyote.RequestInfo
 
getWorkingDirectory() - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets derived CGI working directory
getWorkPath() - Method in class org.apache.catalina.core.StandardContext
Get the absolute path to the work dir.
getWrapper() - Method in class org.apache.catalina.connector.Request
Return the Wrapper within which this Request is being processed.
getWrapper() - Method in interface org.apache.catalina.ContainerServlet
Return the Wrapper with which this Servlet is associated.
getWrapper() - Method in class org.apache.catalina.core.DummyRequest
 
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.manager.host.HostManagerServlet
Return the Wrapper with which we are associated.
getWrapper() - Method in class org.apache.catalina.manager.ManagerServlet
Return the Wrapper with which we are associated.
getWrapper() - Method in class org.apache.catalina.servlets.InvokerServlet
Deprecated. 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.
getWriteBuffer() - Method in class org.apache.tomcat.util.net.NioEndpoint.NioBufferHandler
 
getWriteBuffer() - Method in interface org.apache.tomcat.util.net.SecureNioChannel.ApplicationBufferHandler
 
getWriteBufSize() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
getWriteLatch() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
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.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
 
getWsdlfile() - Method in class org.apache.catalina.deploy.ContextService
 
getXmlNamespaceAware() - Method in interface org.apache.catalina.Context
Get the server.xml 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 attribute's xmlNamespaceAware.
getXmlNamespaceAware() - Method in interface org.apache.catalina.Host
Get the server.xml attribute's xmlNamespaceAware.
getXmlNamespaceAware() - Method in class org.apache.catalina.startup.HostConfig
Get the server.xml attribute's xmlNamespaceAware.
getXmlValidation() - Method in interface org.apache.catalina.Context
Get the server.xml 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 attribute's xmlValidation.
getXmlValidation() - Method in interface org.apache.catalina.Host
Get the server.xml attribute's xmlValidation.
getXmlValidation() - Method in class org.apache.catalina.startup.HostConfig
Get the server.xml attribute's xmlValidation.
getXParameterElement(ExtendedAccessLogValve.PatternTokenizer) - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
 
getXpoweredBy() - Method in class org.apache.catalina.connector.Connector
Indicates whether the generation of an X-Powered-By response header for servlet-generated responses is enabled or disabled for this Connector.
gid(String, long) - Static method in class org.apache.tomcat.jni.User
Get the groupid for a specified group name This function is available only if APR_HAS_USER is defined.
gidcompare(long, long) - Static method in class org.apache.tomcat.jni.User
Compare two group identifiers for equality.
gidCurrent(long) - Static method in class org.apache.tomcat.jni.User
Get the groupid of the calling process This function is available only if APR_HAS_USER is defined.
global - Variable in class org.apache.catalina.manager.ManagerServlet
The global JNDI NamingContext for this server, if available.
global - Variable in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
 
global - Variable in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
 
global - Variable in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
 
Global - Class in org.apache.tomcat.jni
Global
Global() - Constructor for class org.apache.tomcat.jni.Global
 
GLOBALNAME - Static variable in class org.apache.naming.ResourceLinkRef
Description address type.
globalPool() - Static method in class org.apache.tomcat.jni.Library
 
globalRequestProcessors - Variable in class org.apache.catalina.manager.StatusManagerServlet
Vector of global request processors object names.
GlobalResourcesLifecycleListener - Class in org.apache.catalina.mbeans
Implementation of LifecycleListener that instantiates the set of MBeans associated with global JNDI resources that are subject to management.
GlobalResourcesLifecycleListener() - Constructor for class org.apache.catalina.mbeans.GlobalResourcesLifecycleListener
 
Globals - Class in org.apache.catalina
Global constants that are applicable to multiple packages within Catalina.
Globals() - Constructor for class org.apache.catalina.Globals
 
globalXsltFile - Variable in class org.apache.catalina.servlets.DefaultServlet
Allow customized directory listing per instance.
GMT_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
gmtZone - Static variable in class org.apache.naming.resources.ResourceAttributes
 
Group - Interface in org.apache.catalina
Abstract representation of a group of Users in a UserDatabase.
group - Variable in class org.apache.tomcat.jni.FileInfo
The group id that owns the file
GroupMBean - Class in org.apache.catalina.mbeans
A ModelMBean implementation for the org.apache.catalina.Group component.
GroupMBean() - Constructor for class org.apache.catalina.mbeans.GroupMBean
Construct a ModelMBean with default ModelMBeanInfo information.
groupname - Variable in class org.apache.catalina.users.AbstractGroup
The group name of this group.
groupname(long, long) - Static method in class org.apache.tomcat.jni.User
Get the group name for a specified groupid This function is available only if APR_HAS_USER is defined.
groups - Variable in class org.apache.catalina.users.MemoryUser
The set of 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.
groupSet(long, String) - Static method in class org.apache.tomcat.jni.Procattr
Set the group used for running process
guessDisplayLocaleFromSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
Try to get user locale from the session, if possible.
guessDisplayUserFromSession(Session) - Static method in class org.apache.catalina.manager.JspHelper
Try to get user name from the session, if possible.
guessLocaleFromSession(Session) - Static method in class org.apache.catalina.manager.util.SessionUtils
Try to get user locale from the session, if possible.
guessLocaleFromSession(HttpSession) - Static method in class org.apache.catalina.manager.util.SessionUtils
 
guessUserFromSession(Session) - Static method in class org.apache.catalina.manager.util.SessionUtils
Try to get user from the session, if possible.
GZIP_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).
GzipOutputFilter - Class in org.apache.coyote.http11.filters
Gzip output filter.
GzipOutputFilter() - Constructor for class org.apache.coyote.http11.filters.GzipOutputFilter
 
GzipOutputFilter.FakeOutputStream - Class in org.apache.coyote.http11.filters
 
GzipOutputFilter.FakeOutputStream() - Constructor for class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 

H

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
handle(Callback[]) - Method in class org.apache.catalina.realm.JAASCallbackHandler
Retrieve the information requested in the provided Callbacks.
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
 
handleNotification(Notification, Object) - Method in class org.apache.catalina.connector.MapperListener
 
handleNotification(Notification, Object) - Method in class org.apache.catalina.manager.StatusManagerServlet
 
handleNotification(Notification, Object) - Method in class org.apache.jk.core.JkHandler
 
Handler - Class in org.apache.naming.resources.jndi
Stream handler to a JNDI directory context.
Handler() - Constructor for class org.apache.naming.resources.jndi.Handler
 
handler - Variable in class org.apache.tomcat.util.net.AprEndpoint
Handling of accepted sockets.
handler - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Handling of accepted sockets.
handler - Variable in class org.apache.tomcat.util.net.NioEndpoint
Handling of accepted sockets.
HANDLER_CLASS - Static variable in class org.apache.naming.HandlerRef
Handler Classname address type.
HANDLER_LOCALPART - Static variable in class org.apache.naming.HandlerRef
Handler Classname address type.
HANDLER_NAME - Static variable in class org.apache.naming.HandlerRef
HandlerName address type.
HANDLER_NAMESPACE - Static variable in class org.apache.naming.HandlerRef
Handler Classname address type.
HANDLER_PARAMNAME - Static variable in class org.apache.naming.HandlerRef
Handler Classname address type.
HANDLER_PARAMVALUE - Static variable in class org.apache.naming.HandlerRef
Handler Classname address type.
HANDLER_PORTNAME - Static variable in class org.apache.naming.HandlerRef
Handler PortName address type.
HANDLER_SOAPROLE - Static variable in class org.apache.naming.HandlerRef
Handler SoapRole address type.
HandlerDispatch - Class in org.apache.jk.common
Dispatch based on the message type.
HandlerDispatch() - Constructor for class org.apache.jk.common.HandlerDispatch
 
HandlerRef - Class in org.apache.naming
Represents a reference handler for a web service.
HandlerRef(String, String) - Constructor for class org.apache.naming.HandlerRef
Service Reference.
HandlerRef(String, String, String, String) - Constructor for class org.apache.naming.HandlerRef
Service Reference.
HandlerRequest - Class in org.apache.jk.common
Handle messages related with basic request information.
HandlerRequest() - Constructor for class org.apache.jk.common.HandlerRequest
 
handshake(long) - Static method in class org.apache.tomcat.jni.SSLSocket
Do a SSL handshake.
handshake(Socket) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
handshake(boolean, boolean) - Method in class org.apache.tomcat.util.net.NioChannel
 
handshake(boolean, boolean) - Method in class org.apache.tomcat.util.net.SecureNioChannel
Performs SSL handshake, non blocking, but performs NEED_TASK on the same thread.
Hence, you should never call this method using your Acceptor thread, as you would slow down your system significantly.
The return for this operation is 0 if the handshake is complete and a positive value if it is not complete.
handshake(Socket) - Method in class org.apache.tomcat.util.net.ServerSocketFactory
Extra function to initiate the handshake.
handshakeUnwrap(boolean) - Method in class org.apache.tomcat.util.net.SecureNioChannel
Perform handshake unwrap
handshakeWrap(boolean) - Method in class org.apache.tomcat.util.net.SecureNioChannel
Performs the WRAP function
hasExternalRepositories - Variable in class org.apache.catalina.loader.WebappClassLoader
Has external repositories.
hashCode() - Method in class org.apache.catalina.realm.RealmBase.AllRolesMode
 
hashCode() - Method in class org.apache.naming.NamingEntry
 
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())
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
 
hasMoreTokens() - Method in class org.apache.catalina.ssi.ExpressionTokenizer
Returns true if there are more tokens.
hasParameter() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
 
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(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 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(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.
hasSubToken() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
 
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.
HEAD - Static variable in class org.apache.coyote.ajp.Constants
HEAD.
HEAD - Static variable in class org.apache.coyote.http11.Constants
HEAD.
headerData - Variable in class org.apache.coyote.http11.InternalNioInputBuffer
 
headerParsePos - Variable in class org.apache.coyote.http11.InternalNioInputBuffer
 
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.InternalNioInputBuffer
Headers of the associated request.
headers - Variable in class org.apache.coyote.http11.InternalNioOutputBuffer
Headers of the associated request.
headers - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Headers of the associated request.
headers - Variable in class org.apache.coyote.Response
Response headers.
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
hex(int) - Static method in class org.apache.coyote.ajp.AjpMessage
 
hexadecimal - Static variable in class org.apache.catalina.util.URLEncoder
 
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
 
HexUtils - Class in org.apache.catalina.util
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
 
hitsCount - Variable in class org.apache.naming.resources.ResourceCache
Number of cache hits.
HKEY_CLASSES_ROOT - Static variable in class org.apache.tomcat.jni.Registry
 
HKEY_CURRENT_CONFIG - Static variable in class org.apache.tomcat.jni.Registry
 
HKEY_CURRENT_USER - Static variable in class org.apache.tomcat.jni.Registry
 
HKEY_LOCAL_MACHINE - Static variable in class org.apache.tomcat.jni.Registry
 
HKEY_USERS - Static variable in class org.apache.tomcat.jni.Registry
 
homepath(String, long) - Static method in class org.apache.tomcat.jni.User
Get the home directory for the named user This function is available only if APR_HAS_USER is defined.
HomesUserDatabase - Class in org.apache.catalina.startup
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.
hook - Variable in class org.apache.coyote.Response
Action hook.
hops(long, int) - Static method in class org.apache.tomcat.jni.Multicast
Set the Multicast Time to Live (ttl) for a multicast transmission.
Host - Interface in org.apache.catalina
A Host is a Container that represents a virtual host in the Catalina servlet engine.
host - Variable in class org.apache.catalina.manager.host.HostManagerServlet
The associated host.
host - Variable in class org.apache.catalina.manager.ManagerServlet
The associated host.
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 - Static variable in class org.apache.naming.resources.ProxyDirContext
 
HOSTBUFFER - Static variable in class org.apache.jk.common.HandlerRequest
 
HostConfig - Class in org.apache.catalina.startup
Startup event listener for a Host that configures the properties of that Host, and the associated defined contexts.
HostConfig() - Constructor for class org.apache.catalina.startup.HostConfig
 
HostConfig.DeployedApplication - Class in org.apache.catalina.startup
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
 
HostManagerServlet - Class in org.apache.catalina.manager.host
Servlet that enables remote management of the virtual hosts installed on the server.
HostManagerServlet() - Constructor for class org.apache.catalina.manager.host.HostManagerServlet
 
hostName - Variable in class org.apache.naming.resources.ProxyDirContext
Host name.
hostname - Variable in class org.apache.tomcat.jni.Sockaddr
The hostname
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.ajp.AjpProcessor
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.Http11NioProcessor
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).
HostRuleSet - Class in org.apache.catalina.startup
RuleSet for processing the contents of a Host definition element.
HostRuleSet() - Constructor for class org.apache.catalina.startup.HostRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
HostRuleSet(String) - Constructor for class org.apache.catalina.startup.HostRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
HostWebXml - Static variable in class org.apache.catalina.startup.Constants
 
HT - Static variable in class org.apache.coyote.ajp.Constants
HT.
HT - Static variable in class org.apache.coyote.http11.Constants
HT.
HTML_HEADER_SECTION - Static variable in class org.apache.catalina.manager.Constants
 
HTML_HEADER_SECTION - Static variable in class org.apache.catalina.manager.host.Constants
 
HTML_TAIL_SECTION - Static variable in class org.apache.catalina.manager.Constants
 
HTML_TAIL_SECTION - Static variable in class org.apache.catalina.manager.host.Constants
 
HTMLHostManagerServlet - Class in org.apache.catalina.manager.host
Servlet that enables remote management of the virtual hosts deployed on the server.
HTMLHostManagerServlet() - Constructor for class org.apache.catalina.manager.host.HTMLHostManagerServlet
 
HTMLManagerServlet - Class in org.apache.catalina.manager
Servlet that enables remote management of the web applications deployed within the same virtual host as this web application is.
HTMLManagerServlet() - Constructor for class org.apache.catalina.manager.HTMLManagerServlet
 
http09 - Variable in class org.apache.coyote.http11.Http11AprProcessor
HTTP/0.9 flag.
http09 - Variable in class org.apache.coyote.http11.Http11NioProcessor
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.Http11NioProcessor
HTTP/1.1 flag.
http11 - Variable in class org.apache.coyote.http11.Http11Processor
HTTP/1.1 flag.
Http11AprProcessor - Class in org.apache.coyote.http11
Processes HTTP requests.
Http11AprProcessor(int, AprEndpoint) - Constructor for class org.apache.coyote.http11.Http11AprProcessor
 
Http11AprProtocol - Class in org.apache.coyote.http11
Abstract the protocol implementation, including threading, etc.
Http11AprProtocol() - Constructor for class org.apache.coyote.http11.Http11AprProtocol
 
Http11NioProcessor - Class in org.apache.coyote.http11
Processes HTTP requests.
Http11NioProcessor(int, int, int, NioEndpoint) - Constructor for class org.apache.coyote.http11.Http11NioProcessor
 
Http11NioProtocol - Class in org.apache.coyote.http11
Abstract the protocol implementation, including threading, etc.
Http11NioProtocol() - Constructor for class org.apache.coyote.http11.Http11NioProtocol
 
Http11Processor - Class in org.apache.coyote.http11
Processes HTTP requests.
Http11Processor(int, JIoEndpoint) - Constructor for class org.apache.coyote.http11.Http11Processor
 
Http11Protocol - Class in org.apache.coyote.http11
Abstract the protocol implementation, including threading, etc.
Http11Protocol() - Constructor for class org.apache.coyote.http11.Http11Protocol
 
Http11Protocol.Http11ConnectionHandler - Class in org.apache.coyote.http11
 
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

I

ib - Variable in class org.apache.catalina.connector.CoyoteInputStream
 
ib - Variable in class org.apache.catalina.connector.CoyoteReader
 
IC_PREFIX - Static variable in class org.apache.naming.SelectorContext
Initial context prefix.
id - Variable in class org.apache.catalina.session.StandardSession
The session identifier of this Session.
id - Variable in class org.apache.catalina.users.MemoryUserDatabase
The unique global identifier of this user database.
id - Variable in class org.apache.jk.core.JkHandler
 
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).
IdentityInputFilter - Class in org.apache.coyote.http11.filters
Identity input filter.
IdentityInputFilter() - Constructor for class org.apache.coyote.http11.filters.IdentityInputFilter
 
IdentityOutputFilter - Class in org.apache.coyote.http11.filters
Identity output filter.
IdentityOutputFilter() - Constructor for class org.apache.coyote.http11.filters.IdentityOutputFilter
 
ignoreAnnotations - Variable in class org.apache.catalina.core.DefaultInstanceManager
 
IISConfig - Class in org.apache.jk.config
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
 
ImmutableNameNotFoundException - Exception in org.apache.naming.resources
Immutable exception to avoid useless object creation by the proxy context.
ImmutableNameNotFoundException() - Constructor for exception org.apache.naming.resources.ImmutableNameNotFoundException
 
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.
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 class org.apache.catalina.core.StandardWrapper
Increment the error count used for monitoring.
incrementErrorCount() - Method in interface org.apache.catalina.Wrapper
Increment the error count value used when monitoring.
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.SingleSignOn
Descriptive information about this Valve implementation.
info - Static variable in class org.apache.catalina.authenticator.SSLAuthenticator
Descriptive information about this 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.core.StandardWrapper
The descriptive information string for 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.CometConnectionManagerValve
The descriptive information related to 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.
info(String, int, int, int, long) - Static method in class org.apache.tomcat.jni.Address
Create apr_sockaddr_t from hostname, address family, and port.
info(long[]) - Static method in class org.apache.tomcat.jni.OS
Gather system info.
infoGet(FileInfo, int, long) - Static method in class org.apache.tomcat.jni.File
Get the specified file's stats.
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() - Method in class org.apache.catalina.loader.WebappLoader
 
init() - Method in class org.apache.catalina.manager.host.HostManagerServlet
Initialize this servlet.
init() - Method in class org.apache.catalina.manager.HTMLManagerServlet
 
init() - Method in class org.apache.catalina.manager.JMXProxyServlet
Initialize this servlet.
init() - Method in class org.apache.catalina.manager.ManagerServlet
Initialize this servlet.
init() - Method in class org.apache.catalina.manager.StatusManagerServlet
Initialize this servlet.
init() - Method in class org.apache.catalina.realm.RealmBase
 
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
Deprecated. 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.coyote.ajp.AjpAprProtocol
Start the protocol
init() - Method in class org.apache.coyote.ajp.AjpProtocol
Start the protocol
init() - Method in class org.apache.coyote.http11.Http11AprProtocol
Start the protocol
init() - Method in class org.apache.coyote.http11.Http11NioProtocol
Start the protocol
init() - Method in class org.apache.coyote.http11.Http11Protocol
 
init() - Method in class org.apache.coyote.memory.MemoryProtocolHandler
Init the protocol.
init() - Method in interface org.apache.coyote.ProtocolHandler
Init the protocol.
init() - Method in class org.apache.jk.apr.AprImpl
 
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.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
Initialize the endpoint.
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.BaseEndpoint
Initialize the endpoint.
init() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
init() - Method in class org.apache.tomcat.util.net.NioEndpoint
Initialize the endpoint.
init() - Method in interface org.apache.tomcat.util.net.TcpConnectionHandler
Called before the call to processConnection.
INIT_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component init" event.
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
 
initHandshakeComplete - Variable in class org.apache.tomcat.util.net.SecureNioChannel
 
initHandshakeStatus - Variable in class org.apache.tomcat.util.net.SecureNioChannel
 
INITIAL_STATE - Variable in class org.apache.catalina.connector.InputBuffer
 
initialContext - Static variable in class org.apache.naming.java.javaURLContextFactory
Initial context.
initialContext - Variable in class org.apache.naming.SelectorContext
Request for an initial context.
initialize() - 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 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.jk.apr.AprImpl
Initialize APR
initialize(String) - Static method in class org.apache.tomcat.jni.Library
Setup any APR internal data structures.
initialize(String) - Static method in class org.apache.tomcat.jni.SSL
Initialize OpenSSL support.
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.BaseEndpoint
Track the initialization state of the endpoint.
initialized - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Track the initialization state of the endpoint.
initialized - Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
initialized - Variable in class org.apache.tomcat.util.net.NioEndpoint
Track the initialization state of the endpoint.
initializeFilters() - Method in class org.apache.coyote.http11.Http11AprProcessor
Initialize standard input and output filters.
initializeFilters() - Method in class org.apache.coyote.http11.Http11NioProcessor
Initialize standard input and output filters.
initializeFilters() - Method in class org.apache.coyote.http11.Http11Processor
Initialize standard input and output filters.
initJkComponent() - Method in class org.apache.jk.common.JniHandler
 
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
 
Injectable - Interface in org.apache.catalina.deploy
 
InjectionTarget - Class in org.apache.catalina.deploy
 
InjectionTarget() - Constructor for class org.apache.catalina.deploy.InjectionTarget
 
InjectionTarget(String, String) - Constructor for class org.apache.catalina.deploy.InjectionTarget
 
inode - Variable in class org.apache.tomcat.jni.FileInfo
The inode of the file.
input - Variable in class org.apache.catalina.servlets.DefaultServlet
The input buffer size to use when serving resources.
input - Variable in class org.apache.coyote.ajp.AjpProcessor
Input stream.
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 - Class in org.apache.catalina.connector
The buffer used by Tomcat request.
InputBuffer() - Constructor for class org.apache.catalina.connector.InputBuffer
Default constructor.
InputBuffer(int) - Constructor for class org.apache.catalina.connector.InputBuffer
Alternate constructor which allows specifying the initial buffer size.
inputBuffer - Variable in class org.apache.catalina.connector.Request
The associated input buffer.
inputBuffer - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Direct buffer used for input.
inputBuffer - Variable in class org.apache.coyote.http11.Http11AprProcessor
Input.
inputBuffer - Variable in class org.apache.coyote.http11.Http11NioProcessor
Input.
inputBuffer - Variable in class org.apache.coyote.http11.Http11Processor
Input.
InputBuffer - Interface in org.apache.coyote
Input buffer.
inputEncoding - Variable in class org.apache.catalina.ssi.SSIServlet
Input encoding.
inputEncoding - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
 
InputFilter - Interface in org.apache.coyote.http11
Input filter interface.
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.
inputStreamInputBuffer - Variable in class org.apache.coyote.http11.InternalNioInputBuffer
Underlying input buffer.
instance - Variable in class org.apache.catalina.core.StandardWrapper
The (single) initialized instance of this servlet.
InstanceEvent - Class in org.apache.catalina
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.
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).
InstanceListener - Interface in org.apache.catalina
Interface defining a listener for significant events related to a specific servlet instance, rather than to the Wrapper component that is managing that instance.
instancePool - Variable in class org.apache.catalina.core.StandardWrapper
Stack containing the STM instances.
instanceSupport - Variable in class org.apache.catalina.core.StandardWrapper
The support object for our instance listeners.
InstanceSupport - Class in org.apache.catalina.util
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.
INTEGRAL_TRANSPORT - Static variable in class org.apache.catalina.authenticator.Constants
 
INTEGRAL_TRANSPORT - Static variable in class org.apache.catalina.realm.Constants
 
interestOps - Variable in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
interestOps() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
interestOps(int) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
interestOps - Variable in class org.apache.tomcat.util.net.NioEndpoint.PollerEvent
 
InternalAprInputBuffer - Class in org.apache.coyote.http11
Implementation of InputBuffer which provides HTTP request header parsing as well as transfer decoding.
InternalAprInputBuffer(Request, int) - Constructor for class org.apache.coyote.http11.InternalAprInputBuffer
Alternate constructor.
InternalAprInputBuffer.SocketInputBuffer - Class in org.apache.coyote.http11
This class is an input buffer which will read its data from an input stream.
InternalAprInputBuffer.SocketInputBuffer() - Constructor for class org.apache.coyote.http11.InternalAprInputBuffer.SocketInputBuffer
 
InternalAprOutputBuffer - Class in org.apache.coyote.http11
Output buffer.
InternalAprOutputBuffer(Response) - 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 in org.apache.coyote.http11
This class is an output buffer which will write data to an output stream.
InternalAprOutputBuffer.SocketOutputBuffer() - Constructor for class org.apache.coyote.http11.InternalAprOutputBuffer.SocketOutputBuffer
 
InternalInputBuffer - Class in org.apache.coyote.http11
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 in org.apache.coyote.http11
This class is an input buffer which will read its data from an input stream.
InternalInputBuffer.InputStreamInputBuffer() - Constructor for class org.apache.coyote.http11.InternalInputBuffer.InputStreamInputBuffer
 
InternalNioInputBuffer - Class in org.apache.coyote.http11
Implementation of InputBuffer which provides HTTP request header parsing as well as transfer decoding.
InternalNioInputBuffer(Request, int) - Constructor for class org.apache.coyote.http11.InternalNioInputBuffer
Alternate constructor.
InternalNioInputBuffer.HeaderParseData - Class in org.apache.coyote.http11
 
InternalNioInputBuffer.HeaderParseData() - Constructor for class org.apache.coyote.http11.InternalNioInputBuffer.HeaderParseData
 
InternalNioInputBuffer.SocketInputBuffer - Class in org.apache.coyote.http11
This class is an input buffer which will read its data from an input stream.
InternalNioInputBuffer.SocketInputBuffer() - Constructor for class org.apache.coyote.http11.InternalNioInputBuffer.SocketInputBuffer
 
InternalNioOutputBuffer - Class in org.apache.coyote.http11
Output buffer.
InternalNioOutputBuffer(Response) - Constructor for class org.apache.coyote.http11.InternalNioOutputBuffer
Default constructor.
InternalNioOutputBuffer(Response, int) - Constructor for class org.apache.coyote.http11.InternalNioOutputBuffer
Alternate constructor.
InternalNioOutputBuffer.SocketOutputBuffer - Class in org.apache.coyote.http11
This class is an output buffer which will write data to an output stream.
InternalNioOutputBuffer.SocketOutputBuffer() - Constructor for class org.apache.coyote.http11.InternalNioOutputBuffer.SocketOutputBuffer
 
InternalOutputBuffer - Class in org.apache.coyote.http11
Output buffer.
InternalOutputBuffer(Response) - 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 in org.apache.coyote.http11
This class is an output buffer which will write data to an output stream.
InternalOutputBuffer.OutputStreamOutputBuffer() - Constructor for class org.apache.coyote.http11.InternalOutputBuffer.OutputStreamOutputBuffer
 
interruptible - Variable in class org.apache.catalina.valves.SemaphoreValve
Block interruptibly until a permit is available.
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
 
invalidateSessions(String, String[]) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Invalidate HttpSessions
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 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 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 interface org.apache.catalina.Valve
Perform request processing as required by this Valve.
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.CometConnectionManagerValve
Register requests for tracking, whenever needed.
invoke(Request, Response) - Method in class org.apache.catalina.valves.ErrorReportValve
Invoke the next Valve in the sequence.
invoke(Request, Response) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
This method is invoked by Tomcat on each query.
invoke(Request, Response) - Method in class org.apache.catalina.valves.PersistentValve
Select the appropriate child Context to process this request, based on the specified request URI.
invoke(Request, Response) - Method in class org.apache.catalina.valves.RemoteAddrValve
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.SSLValve
 
invoke(Request, Response) - Method in class org.apache.catalina.valves.ValveBase
The implementation-specific logic represented by this Valve.
invoke(Request, Response) - Method in class org.apache.catalina.valves.WebdavFixValve
Check for the broken MS WebDAV client and if detected issue a re-direct that hopefully will cause the non-broken client to be used.
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
 
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.
InvokerServlet - Class in org.apache.catalina.servlets
Deprecated. Servlets should be explicitly mapped in web.xml
InvokerServlet() - Constructor for class org.apache.catalina.servlets.InvokerServlet
Deprecated.  
ioSet(long, int, int, int) - Static method in class org.apache.tomcat.jni.Procattr
Determine if any of stdin, stdout, or stderr should be linked to pipes when starting a child process.
IOTools - Class in org.apache.catalina.util
Contains commonly needed I/O-related methods
IS_BSD - Static variable in class org.apache.tomcat.jni.OS
 
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_LINUX - Static variable in class org.apache.tomcat.jni.OS
 
IS_NETWARE - Static variable in class org.apache.tomcat.jni.OS
 
IS_SECURITY_ENABLED - Static variable in class org.apache.catalina.Globals
Has security been turned on?
IS_SECURITY_ENABLED - Static variable in class org.apache.coyote.Constants
Has security been turned on?
IS_SECURITY_ENABLED - Static variable in class org.apache.naming.Constants
Has security been turned on?
IS_SOLARIS - Static variable in class org.apache.tomcat.jni.OS
 
IS_UNIX - Static variable in class org.apache.tomcat.jni.OS
 
IS_URL - Static variable in class org.apache.catalina.startup.ClassLoaderFactory
 
IS_WIN32 - Static variable in class org.apache.tomcat.jni.OS
 
IS_WIN64 - Static variable in class org.apache.tomcat.jni.OS
 
isAbsolute(String) - Static method in class org.apache.jk.config.BaseJkConfig
 
isAllowLinking() - Method in class org.apache.catalina.core.StandardContext
Is linking allowed.
isAlpha(String) - Static method in class org.apache.catalina.connector.Request
 
isAncestor(long, long) - Static method in class org.apache.tomcat.jni.Pool
Determine if pool a is an ancestor of pool b
ISAPI_LOG_LOCATION - Static variable in class org.apache.jk.config.IISConfig
 
ISAPI_REG_FILE - Static variable in class org.apache.jk.config.IISConfig
 
isAppCommitted() - Method in class org.apache.catalina.connector.Response
Application commit flag accessor.
isAppCommitted() - Method in class org.apache.catalina.core.DummyResponse
 
isArrayByteBase64(byte[]) - Static method in class org.apache.catalina.util.Base64
 
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
 
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.
isBuffered() - Method in class org.apache.catalina.valves.AccessLogValve
Is the logging buffered
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.AccessLogValve
Check for file existence before logging.
isClassLoaderBound() - Static method in class org.apache.naming.ContextBindings
Tests if current class loader is bound to a context.
isClosed() - Method in class org.apache.catalina.connector.OutputBuffer
Is the response output closed ?
isClosed() - Method in class org.apache.catalina.connector.Response
Closed flag accessor.
isClosing() - Method in class org.apache.tomcat.util.net.NioChannel
isClosing
isClosing() - Method in class org.apache.tomcat.util.net.SecureNioChannel
 
isCollection() - Method in class org.apache.naming.resources.FileDirContext.FileResourceAttributes
Is collection.
isCollection() - Method in class org.apache.naming.resources.ResourceAttributes
Is collection.
isComet() - Method in class org.apache.catalina.connector.Request
Return true if the current request is handling Comet traffic.
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.
isContainerProvidedServlet(String) - Method in class org.apache.catalina.core.StandardWrapper
Return true if the specified class name represents a container provided servlet class that should be loaded by the server class loader.
isDaemon() - Method in class org.apache.catalina.core.StandardThreadExecutor
 
isDeployed(String) - Method in class org.apache.catalina.manager.ManagerServlet
Invoke the isDeployed method on the deployer.
isDeployed(String) - Method in class org.apache.catalina.startup.HostConfig
Has the specified application been deployed? Note applications defined in server.xml will not have been deployed.
isDeployXML() - Method in class org.apache.catalina.core.StandardHost
Deploy XML Context config files flag accessor.
isDeployXML() - Method in class org.apache.catalina.startup.HostConfig
Return the deploy XML config file flag for this component.
isEmpty() - Method in class org.apache.catalina.util.Queue
Is the queue empty?
isEmpty() - Method in class org.apache.tomcat.util.net.AprEndpoint.WorkerStack
Is the queue empty?
isEmpty() - Method in class org.apache.tomcat.util.net.JIoEndpoint.WorkerStack
Is the queue empty?
isEmpty() - Method in class org.apache.tomcat.util.net.NioEndpoint.WorkerStack
Is the queue empty?
isEnabled() - Method in class org.apache.tomcat.util.net.NioSelectorPool
 
isEncodeable(String) - Method in class org.apache.catalina.connector.Response
Return true if the specified URL should be encoded with a session identifier.
isEnded() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve.PatternTokenizer
 
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
 
isExceptionPresent() - Method in class org.apache.coyote.Response
 
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.
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?
isInitHandshakeComplete() - Method in class org.apache.tomcat.util.net.NioChannel
isInitHandshakeComplete
isInitHandshakeComplete() - Method in class org.apache.tomcat.util.net.SecureNioChannel
 
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? This method does NOT check for roles inherited based on Group membership.
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? This method does NOT check for roles inherited based on Group membership.
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? This method does NOT check for roles inherited based on Group membership.
isJspServlet - Variable in class org.apache.catalina.core.StandardWrapper
True if this StandardWrapper is for the JspServlet
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
isLoaded() - Method in class org.apache.jk.apr.AprImpl
 
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
 
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.connector.OutputBuffer
True if this buffer hasn't been used ( since recycle() ) - i.e.
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
 
isOpen() - Method in class org.apache.tomcat.util.net.NioChannel
Tells whether or not this channel is open.
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.
isParametersParsed() - Method in class org.apache.catalina.connector.Request
return true if we have parsed 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.BaseEndpoint
Return the state of the endpoint.
isPaused() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
isPaused() - Method in class org.apache.tomcat.util.net.NioEndpoint
Return the state of the endpoint.
isPaused() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
isQuote(char) - Method in class org.apache.catalina.ssi.SSIProcessor
 
isReadable() - Method in class org.apache.coyote.http11.InternalNioInputBuffer
Returns true if there are bytes available from the socket layer
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.servlets.CGIServlet.CGIRunner
Gets ready status
isRedirectStreams() - Method in class org.apache.catalina.startup.Embedded
Return true if redirction of standard streams is enabled.
isReplaceWelcomeFiles() - Method in class org.apache.catalina.core.StandardContext
Return the "replace welcome files" property.
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.Request
Deprecated. As of Version 2.1 of the Java Servlet API, use isRequestedSessionIdFromURL() instead.
isRequestedSessionIdFromURL() - Method in class org.apache.catalina.connector.RequestFacade
 
isRequestedSessionIdFromUrl() - Method in class org.apache.catalina.connector.RequestFacade
 
isRequestedSessionIdFromURL() - Method in class org.apache.catalina.core.DummyRequest
 
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
 
isResolveHosts() - Method in class org.apache.catalina.valves.AccessLogValve
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
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.BaseEndpoint
Return the state of the endpoint.
isRunning() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
isRunning() - Method in class org.apache.tomcat.util.net.NioEndpoint
Return the state of the endpoint.
isRunning() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
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
 
isSecurityEnabled - Static variable in class org.apache.coyote.http11.Http11Processor
 
isSendFile() - Method in class org.apache.tomcat.util.net.NioChannel
 
isServiced(String) - Method in class org.apache.catalina.manager.ManagerServlet
Invoke the isServiced method on the deployer.
isServiced(String) - Method in class org.apache.catalina.startup.HostConfig
Is application serviced ?
isServlet22() - Method in 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.
isSpace(char) - Method in class org.apache.catalina.ssi.SSIProcessor
 
isSSLEnabled() - Method in class org.apache.coyote.http11.Http11AprProtocol
SSL engine.
isSSLEnabled() - Method in class org.apache.coyote.http11.Http11Protocol
 
isSSLEnabled() - Method in class org.apache.tomcat.util.net.AprEndpoint
 
isSSLEnabled() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
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
 
isStatisticsProvider() - Method in class org.apache.catalina.core.StandardContext
 
isStatisticsProvider() - Method in class org.apache.catalina.core.StandardWrapper
 
isSupported(String) - Method in class org.apache.catalina.manager.JMXProxyServlet
 
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
 
isThreadBound() - Static method in class org.apache.naming.ContextBindings
Tests if current thread is bound to a context.
isTomcatAuthentication() - Method in class org.apache.jk.common.HandlerRequest
 
isUnavailable() - Method in class org.apache.catalina.core.StandardWrapper
Is this servlet currently unavailable?
isUnavailable() - Method in interface org.apache.catalina.Wrapper
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.
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.
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 class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Gets validity status
isValid() - Method in interface org.apache.catalina.Session
Return the isValid flag for this session.
isValid - Variable in class org.apache.catalina.session.StandardSession
Flag indicating whether this session is valid or not.
isValid() - Method in class org.apache.catalina.session.StandardSession
Return the isValid flag for this session.
isValidEncoding(String) - Method in class org.apache.catalina.ssi.SSIEcho
 
isValidInternal() - Method in class org.apache.catalina.session.StandardSession
Return the isValid flag for this session without any expiration check.
isValidJavaEncoding(String) - Static method in class org.apache.catalina.util.DOMWriter
 
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
 
isWhite(char) - Method in class org.apache.catalina.util.StringParser
Is the specified character considered to be whitespace?
isWorkerAvailable() - Method in class org.apache.tomcat.util.net.NioEndpoint
Returns true if a worker thread is available for processing.
isWritable() - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
 
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 in org.apache.catalina.realm
Implementation of the JAAS CallbackHandler interface, used to negotiate delivery of the username and credentials that were specified to our constructor.
JAASCallbackHandler(JAASRealm, String, String) - Constructor for class org.apache.catalina.realm.JAASCallbackHandler
Construct a callback handler configured with the specified values.
JAASCallbackHandler(JAASRealm, String, String, String, String, String, String, String, String, String) - Constructor for class org.apache.catalina.realm.JAASCallbackHandler
Construct a callback handler for DIGEST authentication.
JAASMemoryLoginModule - Class in org.apache.catalina.realm
Implementation of the JAAS LoginModule interface, primarily for use in testing JAASRealm.
JAASMemoryLoginModule() - Constructor for class org.apache.catalina.realm.JAASMemoryLoginModule
 
JAASRealm - Class in org.apache.catalina.realm
Implmentation of Realm that authenticates users via the Java Authentication and Authorization Service (JAAS).
JAASRealm() - Constructor for class org.apache.catalina.realm.JAASRealm
 
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.
JasperListener - Class in org.apache.catalina.core
This listener is designed to initialize Jasper before any web applications are started.
JasperListener() - Constructor for class org.apache.catalina.core.JasperListener
 
javaURLContextFactory - Class in org.apache.naming.java
Context factory for the "java:" namespace.
javaURLContextFactory() - Constructor for class org.apache.naming.java.javaURLContextFactory
 
JAXRPCMAPPING - Static variable in class org.apache.naming.ServiceRef
Jaxrpcmapping address type.
JDBCAccessLogValve - Class in org.apache.catalina.valves
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 in org.apache.catalina.realm
Implmentation of Realm that works with any JDBC supported database.
JDBCRealm() - Constructor for class org.apache.catalina.realm.JDBCRealm
 
JDBCStore - Class in org.apache.catalina.session
Implementation of the Store interface that stores serialized session objects in a database.
JDBCStore() - Constructor for class org.apache.catalina.session.JDBCStore
 
JIoEndpoint - Class in org.apache.tomcat.util.net
Handle incoming TCP connections.
JIoEndpoint() - Constructor for class org.apache.tomcat.util.net.JIoEndpoint
 
JIoEndpoint.Acceptor - Class in org.apache.tomcat.util.net
Server socket acceptor thread.
JIoEndpoint.Acceptor() - Constructor for class org.apache.tomcat.util.net.JIoEndpoint.Acceptor
 
JIoEndpoint.Handler - Interface in org.apache.tomcat.util.net
Bare bones interface used for socket processing.
JIoEndpoint.SocketProcessor - Class in org.apache.tomcat.util.net
This class is the equivalent of the Worker, but will simply use in an external Executor thread pool.
JIoEndpoint.SocketProcessor(Socket) - Constructor for class org.apache.tomcat.util.net.JIoEndpoint.SocketProcessor
 
JIoEndpoint.Worker - Class in org.apache.tomcat.util.net
 
JIoEndpoint.Worker() - Constructor for class org.apache.tomcat.util.net.JIoEndpoint.Worker
 
JIoEndpoint.WorkerStack - Class in org.apache.tomcat.util.net
 
JIoEndpoint.WorkerStack(int) - Constructor for class org.apache.tomcat.util.net.JIoEndpoint.WorkerStack
 
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
 
JkChannel - Interface in org.apache.jk.core
A Channel represents a connection point to the outside world.
JkCoyoteHandler - Class in org.apache.jk.server
Plugs Jk into Coyote.
JkCoyoteHandler() - Constructor for class org.apache.jk.server.JkCoyoteHandler
 
jkDebug - Variable in class org.apache.jk.config.BaseJkConfig
 
jkDestroy(long, long) - Method in class org.apache.jk.apr.AprImpl
 
jkGetAttribute(long, long, String) - Method in class org.apache.jk.apr.AprImpl
 
JkHandler - Class in org.apache.jk.core
 
JkHandler() - Constructor for class org.apache.jk.core.JkHandler
 
jkHome - Variable in class org.apache.jk.common.JniHandler
 
jkInit(long, long) - Method in class org.apache.jk.apr.AprImpl
 
JkInputStream - Class in org.apache.jk.common
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.  
jkInvoke(long, long, long, int, byte[], int, int, int) - Static method in class org.apache.jk.apr.AprImpl
Send the packet to the C side.
jkLog - Variable in class org.apache.jk.config.BaseJkConfig
 
jkMain - Variable in class org.apache.jk.server.JkCoyoteHandler
 
JkMain - Class in org.apache.jk.server
Main class used to startup and configure jk.
JkMain() - Constructor for class org.apache.jk.server.JkMain
 
JkMX - Class in org.apache.jk.common
Load the HTTP or RMI adapters for MX4J and JMXRI.
JkMX() - Constructor for class org.apache.jk.common.JkMX
 
jkRecycle(long, long) - Method in class org.apache.jk.apr.AprImpl
Recycle an endpoint after use.
jkSetAttribute(long, long, String, String) - Method in class org.apache.jk.apr.AprImpl
 
jkWorker - Variable in class org.apache.jk.config.BaseJkConfig
 
JMXProxyServlet - Class in org.apache.catalina.manager
This servlet will dump JMX attributes in a simple format and implement proxy services for modeler.
JMXProxyServlet() - Constructor for class org.apache.catalina.manager.JMXProxyServlet
 
JndiPermission - Class in org.apache.naming
Java SecurityManager Permission class for JNDI name based file resources
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
JNDIRealm - Class in org.apache.catalina.realm
Implementation of Realm that works with a directory server accessed via the Java Naming and Directory Interface (JNDI) APIs.
JNDIRealm() - Constructor for class org.apache.catalina.realm.JNDIRealm
 
JniHandler - Class in org.apache.jk.common
Base class for components using native code ( libjkjni.so ).
JniHandler() - Constructor for class org.apache.jk.common.JniHandler
 
jniInvoke(long, Object) - Static method in class org.apache.jk.apr.AprImpl
 
jniMode() - Static method in class org.apache.jk.apr.AprImpl
 
join(long, long, long, long) - Static method in class org.apache.tomcat.jni.Multicast
Join a Multicast Group
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
 
jspConfig - Variable in class org.apache.catalina.startup.WebRuleSet
The SetJspConfig rule used to parse the web.xml
jspFile - Variable in class org.apache.catalina.core.StandardWrapper
The context-relative URI of the JSP file for this servlet.
JspHelper - Class in org.apache.catalina.manager
Helper JavaBean for JSPs, because JSTL 1.1/EL 2.0 is too dumb to to what I need (call methods with parameters), or I am too dumb to use it correctly.
jspMonitorON - Variable in class org.apache.catalina.core.StandardWrapper
The ObjectName of the JSP monitoring mbean
JspSchemaPublicId_20 - Static variable in class org.apache.catalina.startup.Constants
 
JspSchemaPublicId_21 - Static variable in class org.apache.catalina.startup.Constants
 
JspSchemaResourcePath_20 - Static variable in class org.apache.catalina.startup.Constants
 
JspSchemaResourcePath_21 - Static variable in class org.apache.catalina.startup.Constants
 
JSSEFactory - Class in org.apache.tomcat.util.net.jsse
Factory interface to construct components based on the JSSE version in use.
JSSEFactory() - Constructor for class org.apache.tomcat.util.net.jsse.JSSEFactory
 
JSSEImplementation - Class in org.apache.tomcat.util.net.jsse
 
JSSEImplementation() - Constructor for class org.apache.tomcat.util.net.jsse.JSSEImplementation
 
JSSEKeyManager - Class in org.apache.tomcat.util.net.jsse
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 in org.apache.tomcat.util.net.jsse
SSL server socket factory.
JSSESocketFactory() - Constructor for class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 

K

KEEPALIVE - Static variable in class org.apache.coyote.ajp.Constants
 
KEEPALIVE - Static variable in class org.apache.coyote.http11.Constants
 
keepAlive - Variable in class org.apache.coyote.http11.Http11AprProcessor
Keep-alive.
keepAlive - Variable in class org.apache.coyote.http11.Http11NioProcessor
Keep-alive.
keepAlive - Variable in class org.apache.coyote.http11.Http11Processor
Keep-alive.
keepAlive - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
keepAlive - Variable in class org.apache.tomcat.util.net.NioEndpoint.SendfileData
 
KEEPALIVE_BYTES - Static variable in class org.apache.coyote.ajp.Constants
 
KEEPALIVE_BYTES - Static variable in class org.apache.coyote.http11.Constants
 
keepAliveCount - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
 
keepAliveTimeout - Variable in class org.apache.coyote.ajp.AjpProcessor
The number of milliseconds Tomcat will wait for a subsequent request before closing the connection.
keepAliveTimeout - Variable in class org.apache.coyote.ajp.AjpProtocol
The number of seconds Tomcat will wait for a subsequent request before closing the connection.
keepAliveTimeout - Variable in class org.apache.coyote.http11.Http11Processor
The number of seconds Tomcat will wait for a subsequent request before closing the connection.
keepAliveTimeout - Variable in class org.apache.coyote.http11.Http11Protocol
The number of seconds Tomcat will wait for a subsequent request before closing the connection.
keepAliveTimeout - Variable in class org.apache.tomcat.util.net.AprEndpoint
Keep-Alive timeout.
key - Variable in class org.apache.catalina.authenticator.DigestAuthenticator
Private key.
key - Variable in class org.apache.tomcat.util.net.NioEndpoint.PollerEvent
 
KEY_ALL_ACCESS - Static variable in class org.apache.tomcat.jni.Registry
 
KEY_CREATE_LINK - Static variable in class org.apache.tomcat.jni.Registry
 
KEY_CREATE_SUB_KEY - Static variable in class org.apache.tomcat.jni.Registry
 
KEY_ENUMERATE_SUB_KEYS - Static variable in class org.apache.tomcat.jni.Registry
 
KEY_EXECUTE - Static variable in class org.apache.tomcat.jni.Registry
 
KEY_NOTIFY - Static variable in class org.apache.tomcat.jni.Registry
 
KEY_QUERY_VALUE - Static variable in class org.apache.tomcat.jni.Registry
 
KEY_READ - Static variable in class org.apache.tomcat.jni.Registry
 
KEY_SET_VALUE - Static variable in class org.apache.tomcat.jni.Registry
 
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 class org.apache.tomcat.util.net.BaseEndpoint
The Request attribute key for the key size.
KEY_SIZE_KEY - Static variable in class org.apache.tomcat.util.net.JIoEndpoint
The Request attribute key for the key size.
KEY_SIZE_KEY - Static variable in class org.apache.tomcat.util.net.NioEndpoint
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.
KEY_WOW64_32KEY - Static variable in class org.apache.tomcat.jni.Registry
 
KEY_WOW64_64KEY - Static variable in class org.apache.tomcat.jni.Registry
 
KEY_WRITE - Static variable in class org.apache.tomcat.jni.Registry
 
keyCache - Variable in class org.apache.tomcat.util.net.NioEndpoint
Cache for key attachment objects
keyCache - Variable in class org.apache.tomcat.util.net.SocketProperties
Enable/disable key cache, this bounded cache stores KeyAttachment objects to reduce GC Default is 500 -1 is unlimited 0 is disabled
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 interface org.apache.catalina.Store
Return an array containing the session identifiers of all Sessions currently saved in this Store.
keySize - Variable in class org.apache.tomcat.util.net.SSLSupport.CipherData
 
keystoreFile - Variable in class org.apache.tomcat.util.net.NioEndpoint
 
keystorePass - Variable in class org.apache.tomcat.util.net.NioEndpoint
 
keystoreType - Variable in class org.apache.tomcat.util.net.NioEndpoint
 
kill(long, int) - Static method in class org.apache.tomcat.jni.Proc
Terminate a process.

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.
lastAccess - Variable in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
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.InternalNioInputBuffer
Index of the last active filter.
lastActiveFilter - Variable in class org.apache.coyote.http11.InternalNioOutputBuffer
Index of the last active filter.
lastActiveFilter - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Index of the last active filter.
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.
lastRegistered - Variable in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
lastValid - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
Last valid byte in the buffer.
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.InternalNioInputBuffer
Last valid byte.
lastWrite - Variable in class org.apache.coyote.http11.InternalNioOutputBuffer
Number of bytes last written
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.
leave(long, long, long, long) - Static method in class org.apache.tomcat.jni.Multicast
Leave a Multicast Group.
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 - Variable in class org.apache.tomcat.util.net.NioEndpoint.SendfileData
 
LF - Static variable in class org.apache.coyote.ajp.Constants
LF.
LF - Static variable in class org.apache.coyote.http11.Constants
LF.
Library - Class in org.apache.tomcat.jni
Library
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.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 - Interface in org.apache.catalina
Common interface for component life cycle methods.
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.CometConnectionManagerValve
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.SemaphoreValve
The lifecycle event support for this component.
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.JasperListener
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 - Class in org.apache.catalina
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.
lifecycleEvent(LifecycleEvent) - Method in interface org.apache.catalina.LifecycleListener
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.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.valves.CometConnectionManagerValve
 
lifecycleEvent(LifecycleEvent) - Method in class org.apache.jk.config.BaseJkConfig
Generate the configuration - only when the server is completely initialized ( before starting )
LifecycleException - Exception in org.apache.catalina
General purpose exception that is thrown to indicate a lifecycle related problem.
LifecycleException() - Constructor for exception org.apache.catalina.LifecycleException
Construct a new LifecycleException with no other information.
LifecycleException(String) - Constructor for exception org.apache.catalina.LifecycleException
Construct a new LifecycleException for the specified message.
LifecycleException(Throwable) - Constructor for exception org.apache.catalina.LifecycleException
Construct a new LifecycleException for the specified throwable.
LifecycleException(String, Throwable) - Constructor for exception org.apache.catalina.LifecycleException
Construct a new LifecycleException for the specified message and throwable.
LifecycleListener - Interface in org.apache.catalina
Interface defining a listener for significant events (including "component start" and "component stop" generated by a component that implements the Lifecycle interface.
LifecycleListenerRule - Class in org.apache.catalina.startup
Rule that creates a new LifecycleListener 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 in org.apache.catalina.util
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.
lineBuffer - Variable in class org.apache.catalina.connector.CoyoteReader
 
linger - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
LINK - Static variable in class org.apache.naming.EjbRef
Link address type.
LINK_REF - Static variable in class org.apache.naming.NamingEntry
 
list(PrintWriter) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Render a list of the currently active Contexts in our virtual host.
list(HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.catalina.manager.host.HTMLHostManagerServlet
Render a HTML list of the currently active Contexts in our virtual host, and memory and server status information.
list(HttpServletRequest, HttpServletResponse, String) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Render a HTML list of the currently active Contexts in our virtual host, and memory and server status information.
list(PrintWriter) - Method in class org.apache.catalina.manager.ManagerServlet
Render a list of the currently active Contexts in our virtual host.
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.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(File) - Method in class org.apache.naming.resources.VirtualDirContext
 
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.
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.
listBeans(PrintWriter, String) - Method in class org.apache.catalina.manager.JMXProxyServlet
 
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.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.
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.
listen(long, int) - Static method in class org.apache.tomcat.jni.Local
Listen to a bound socket for connections.
listen(long, int) - Static method in class org.apache.tomcat.jni.Socket
Listen to a bound socket for connections.
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.
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.
listings - Variable in class org.apache.catalina.servlets.DefaultServlet
Should we generate directory listings?
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
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 interface org.apache.catalina.Manager
Load any currently active sessions that were previously unloaded to the appropriate persistence mechanism, if any.
load() - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
Load the contents of our configuration file.
load(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 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(CacheEntry) - Method in class org.apache.naming.resources.ResourceCache
 
loadAdapter() - Method in class org.apache.jk.common.JkMX
Initialize the worker.
loadApplicationAnnotations(Context) - Static method in class org.apache.catalina.startup.WebAnnotationSet
Process the annotations on a context.
loadApplicationFilterAnnotations(Context) - Static method in class org.apache.catalina.startup.WebAnnotationSet
Process the annotations for the filters.
loadApplicationListenerAnnotations(Context) - Static method in class org.apache.catalina.startup.WebAnnotationSet
Process the annotations for the listeners.
loadApplicationServletAnnotations(Context) - Static method in class org.apache.catalina.startup.WebAnnotationSet
Process the annotations for the servlets.
loadClass(String, ClassLoader) - Method in class org.apache.catalina.core.DefaultInstanceManager
 
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.
loadClassAnnotation(Context, String) - Static method in class org.apache.catalina.startup.WebAnnotationSet
Process the annotations on a context for a given className.
loadClassMaybePrivileged(String, ClassLoader) - Method in class org.apache.catalina.core.DefaultInstanceManager
 
loadDSATempKey(int, String) - Static method in class org.apache.tomcat.jni.SSL
Load temporary DSA key from file
Index can be one of:
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.
loadEntries() - Method in class org.apache.naming.resources.WARDirContext
Constructs a tree of the entries contained in a WAR file.
loader - Variable in class org.apache.catalina.core.ContainerBase
The Loader implementation with which this Container is associated.
Loader - Interface in org.apache.catalina
A Loader represents a Java ClassLoader implementation that can be used by a Container to load class files (within a repository associated with the Loader) that are designed to be reloaded upon request, as well as a mechanism to detect whether changes have occurred in the underlying repository.
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.
loadNative() - Method in class org.apache.jk.apr.AprImpl
This method of loading the libs doesn't require setting LD_LIBRARY_PATH.
loadNative(String) - Method in class org.apache.jk.apr.AprImpl
 
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.
loadOnStartup - Variable in class org.apache.catalina.core.StandardWrapper
The load-on-startup order value (negative value means load on first call) for this servlet.
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.
loadTime - Variable in class org.apache.catalina.core.StandardWrapper
 
Local - Class in org.apache.tomcat.jni
Local socket
Local() - Constructor for class org.apache.tomcat.jni.Local
 
localAddr - Variable in class org.apache.catalina.connector.Request
Local address
localAddr - Variable in class org.apache.coyote.http11.Http11AprProcessor
The local Host address.
localAddr - Variable in class org.apache.coyote.http11.Http11NioProcessor
The local Host address.
localAddr - Variable in class org.apache.coyote.http11.Http11Processor
The local Host address.
localAddr() - Method in class org.apache.coyote.Request
 
localDataSource - Variable in class org.apache.catalina.realm.DataSourceRealm
Context local datasource.
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
localeEncoding(long) - Static method in class org.apache.tomcat.jni.OS
Get the name of the current locale character set.
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.
localName - Variable in class org.apache.catalina.connector.Request
Local address
localName - Variable in class org.apache.coyote.http11.Http11AprProcessor
Local Host associated with the current connection.
localName - Variable in class org.apache.coyote.http11.Http11NioProcessor
Local Host associated with the current connection.
localName - Variable in class org.apache.coyote.http11.Http11Processor
Local Host associated with the current connection.
localName() - Method in class org.apache.coyote.Request
 
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.Http11NioProcessor
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
localXsltFile - Variable in class org.apache.catalina.servlets.DefaultServlet
Allow customized directory listing per directory.
lock(long, int) - Static method in class org.apache.tomcat.jni.File
Establish a lock on the specified, open file.
lock(long) - Static method in class org.apache.tomcat.jni.Global
Acquire the lock for the given mutex.
Lock - Class in org.apache.tomcat.jni
Lock
Lock() - Constructor for class org.apache.tomcat.jni.Lock
 
lock(long) - Static method in class org.apache.tomcat.jni.Lock
Acquire the lock for the given mutex.
lockfile(long) - Static method in class org.apache.tomcat.jni.Lock
Return the name of the lockfile for the mutex, or NULL if the mutex doesn't use a lock file
LockOutRealm - Class in org.apache.catalina.realm
This class extends the CombinedRealm (hence it can wrap other Realms) to provide a user lock out mechanism if there are too many failed authentication attempts in a given period of time.
LockOutRealm() - Constructor for class org.apache.catalina.realm.LockOutRealm
 
LockOutRealm.LockRecord - Class in org.apache.catalina.realm
 
LockOutRealm.LockRecord() - Constructor for class org.apache.catalina.realm.LockOutRealm.LockRecord
 
lockOutTime - Variable in class org.apache.catalina.realm.LockOutRealm
The time (in seconds) a user is locked out for after too many authentication failures.
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.core.StandardWrapper
 
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.ConnectorCreateRule
 
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) - 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 - 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.ajp.AjpProcessor
Logger.
log - Static variable in class org.apache.coyote.ajp.AjpProtocol
 
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.Http11NioProcessor
Logger.
log - Static variable in class org.apache.coyote.http11.Http11NioProtocol
 
log - Static variable in class org.apache.coyote.http11.Http11Processor
Logger.
log - Static variable in class org.apache.coyote.http11.Http11Protocol
 
log - Static variable in class org.apache.jk.server.JkCoyoteHandler
 
log - Static variable in class org.apache.tomcat.util.net.AprEndpoint
 
log - Static variable in class org.apache.tomcat.util.net.BaseEndpoint
 
log - Static variable in class org.apache.tomcat.util.net.JIoEndpoint
 
log - Static variable in class org.apache.tomcat.util.net.NioBlockingSelector
 
log - Static variable in class org.apache.tomcat.util.net.NioEndpoint
 
log - Static variable in class org.apache.tomcat.util.net.NioSelectorPool
 
LOG_DEBUG - Static variable in class org.apache.tomcat.jni.OS
 
LOG_EMERG - Static variable in class org.apache.tomcat.jni.OS
 
LOG_ERROR - Static variable in class org.apache.tomcat.jni.OS
 
LOG_INFO - Static variable in class org.apache.tomcat.jni.OS
 
LOG_NOTICE - Static variable in class org.apache.tomcat.jni.OS
 
LOG_WARN - Static variable in class org.apache.tomcat.jni.OS
 
logElements - Variable in class org.apache.catalina.valves.AccessLogValve
Array of AccessLogElement, they will be used to make log message.
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 - Class in org.apache.catalina.deploy
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.
loginConfig - Variable in class org.apache.catalina.startup.WebRuleSet
The SetLoginConfig rule used to parse the web.xml
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
logout() - Method in class org.apache.catalina.realm.JAASMemoryLoginModule
Log out this user.
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.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.VirtualDirContext
 
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(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.
lookupCache(String) - Method in class org.apache.naming.resources.ProxyDirContext
Retrieves the named object as a cache entry, without any exception.
lookupFieldResource(Context, Object, Field, String) - Static method in class org.apache.catalina.core.DefaultInstanceManager
Inject resources in specified field.
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.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.
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.
lookupMethodResource(Context, Object, Method, String) - Static method in class org.apache.catalina.core.DefaultInstanceManager
Inject resources in specified method.
loopback(long, boolean) - Static method in class org.apache.tomcat.jni.Multicast
Toggle IP Multicast Loopback

M

MailSessionFactory - Class in org.apache.naming.factory
Factory class that creates a JNDI named JavaMail Session factory, which can be used for managing inbound and outbound electronic mail messages via JavaMail APIs.
MailSessionFactory() - Constructor for class org.apache.naming.factory.MailSessionFactory
 
main(String[]) - Static method in class org.apache.catalina.realm.RealmBase
Digest password using the algorithm specified 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.apr.TomcatStarter
 
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
 
MAIN - Static variable in class org.apache.naming.java.javaURLContextFactory
 
mainClasses - Static variable in class org.apache.jk.apr.TomcatStarter
 
maintain(long, long[], boolean) - Static method in class org.apache.tomcat.jni.Poll
Maintain on the descriptor(s) in a pollset
MAJOR_VERSION - Static variable in class org.apache.catalina.core.Constants
 
make(String, int, long) - Static method in class org.apache.tomcat.jni.Directory
Create a new directory on the file system.
make(long, int, int) - Static method in class org.apache.tomcat.jni.SSLContext
Initialize new SSL context
makeLegalForJAAS(String) - Method in class org.apache.catalina.realm.JAASRealm
Ensure the given name is legal for JAAS configuration.
makeRecursive(String, int, long) - Static method in class org.apache.tomcat.jni.Directory
Creates a new directory on the file system, but behaves like 'mkdir -p'.
malloc(int) - Static method in class org.apache.tomcat.jni.Stdlib
Allocates memory blocks.
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 - Interface in org.apache.catalina
A Manager manages the pool of Sessions that are associated with a particular Container.
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.
MANAGER_SECTION - Static variable in class org.apache.catalina.manager.Constants
 
MANAGER_SECTION - Static variable in class org.apache.catalina.manager.host.Constants
 
ManagerBase - Class in org.apache.catalina.session
Minimal implementation of the Manager interface that supports no session persistence or distributable capabilities.
ManagerBase() - Constructor for class org.apache.catalina.session.ManagerBase
 
ManagerServlet - Class in org.apache.catalina.manager
Servlet that enables remote management of the web applications installed within the same virtual host as this web application is.
ManagerServlet() - Constructor for class org.apache.catalina.manager.ManagerServlet
 
manifest - Variable in class org.apache.catalina.loader.ResourceEntry
Manifest (if the resource was loaded from a JAR).
ManifestResource - Class in org.apache.catalina.util
Representation of a Manifest file and its available extensions and required extensions
ManifestResource(String, Manifest, int) - Constructor for class org.apache.catalina.util.ManifestResource
 
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(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.
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.
MapperListener - Class in org.apache.catalina.connector
Mapper listener.
MapperListener(Mapper, Connector) - Constructor for class org.apache.catalina.connector.MapperListener
Create mapper listener.
mappingData - Variable in class org.apache.catalina.connector.Request
Mapping data.
mappings - Variable in class org.apache.catalina.core.StandardWrapper
Mappings associated with the wrapper.
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
 
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?
MAX_ARGS_SIZE - Static variable in class org.apache.tomcat.jni.Proc
Detach
MAX_ENV_SIZE - Static variable in class org.apache.tomcat.jni.Proc
 
MAX_NOTES - Static variable in class org.apache.coyote.Constants
 
MAX_PACKET_SIZE - Static variable in class org.apache.coyote.ajp.Constants
Default 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
Default 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
 
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.
maxHttpHeaderSize - Variable in class org.apache.coyote.http11.Http11AprProtocol
Maximum size of the HTTP message header.
maxHttpHeaderSize - Variable in class org.apache.coyote.http11.Http11Protocol
Maximum size of the HTTP message header.
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.
maxIdleTime - Variable in class org.apache.catalina.core.StandardThreadExecutor
 
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.
maxInstances - Variable in class org.apache.catalina.core.StandardWrapper
Maximum number of STM instances.
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.Http11AprProtocol
Maximum number of requests which can be performed over a keepalive connection.
maxKeepAliveRequests - Variable in class org.apache.coyote.http11.Http11NioProcessor
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.
maxKeepAliveRequests - Variable in class org.apache.coyote.http11.Http11Protocol
Maximum number of requests which can be performed over a keepalive connection.
maxPostSize - Variable in class org.apache.catalina.connector.Connector
Maximum size of a POST which will be automatically parsed by the container.
maxSavePostSize - Variable in class org.apache.catalina.connector.Connector
Maximum size of a POST which will be saved by the container during authentication.
maxSavePostSize - Variable in class org.apache.coyote.http11.Http11AprProcessor
Max save post size.
maxSavePostSize - Variable in class org.apache.coyote.http11.Http11AprProtocol
Maximum size of the post which will be saved when processing certain requests, such as a POST.
maxSavePostSize - Variable in class org.apache.coyote.http11.Http11NioProcessor
Max save post size.
maxSavePostSize - Variable in class org.apache.coyote.http11.Http11Processor
Max saved post size.
maxSavePostSize - Variable in class org.apache.coyote.http11.Http11Protocol
Maximum size of the post which will be saved when processing certain requests, such as a POST.
maxSelectors - Variable in class org.apache.tomcat.util.net.NioSelectorPool
 
maxSpareSelectors - Variable in class org.apache.tomcat.util.net.NioSelectorPool
 
maxThreads - Variable in class org.apache.catalina.core.StandardThreadExecutor
 
maxThreads - Variable in class org.apache.tomcat.util.net.AprEndpoint
Maximum amount of worker threads.
maxThreads - Variable in class org.apache.tomcat.util.net.BaseEndpoint
Maximum amount of worker threads.
maxThreads - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Maximum amount of worker threads.
maxThreads - Variable in class org.apache.tomcat.util.net.NioEndpoint
Maximum amount of worker threads.
MB_NOTE - Static variable in class org.apache.jk.common.JniHandler
 
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).
MBeanFactory - Class in org.apache.catalina.mbeans
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.
mBeanServer - Variable in class org.apache.catalina.connector.MapperListener
MBean server.
mBeanServer - Variable in class org.apache.catalina.manager.host.HostManagerServlet
MBean server.
mBeanServer - Variable in class org.apache.catalina.manager.JMXProxyServlet
MBean server.
mBeanServer - Variable in class org.apache.catalina.manager.ManagerServlet
MBean server.
mBeanServer - Variable in class org.apache.catalina.manager.StatusManagerServlet
MBean server.
MBeanUtils - Class in org.apache.catalina.mbeans
Public utility methods in support of the server side MBeans implementation.
MBeanUtils() - Constructor for class org.apache.catalina.mbeans.MBeanUtils
 
md - Variable in class org.apache.catalina.realm.RealmBase
The MessageDigest object for digesting user credentials (passwords).
md5a2 - Variable in class org.apache.catalina.realm.JAASCallbackHandler
Second MD5 digest.
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.
MD5Encoder - Class in org.apache.catalina.util
Encode an MD5 digest into a String.
MD5Encoder() - Constructor for class org.apache.catalina.util.MD5Encoder
 
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.
MemoryGroup - Class in org.apache.catalina.users
Concrete implementation of Group for the MemoryUserDatabase implementation of UserDatabase.
MemoryProtocolHandler - Class in org.apache.coyote.memory
Abstract the protocol implementation, including threading, etc.
MemoryProtocolHandler() - Constructor for class org.apache.coyote.memory.MemoryProtocolHandler
 
MemoryProtocolHandler.ByteChunkInputBuffer - Class in org.apache.coyote.memory
 
MemoryProtocolHandler.ByteChunkInputBuffer(ByteChunk) - Constructor for class org.apache.coyote.memory.MemoryProtocolHandler.ByteChunkInputBuffer
 
MemoryProtocolHandler.ByteChunkOutputBuffer - Class in org.apache.coyote.memory
 
MemoryProtocolHandler.ByteChunkOutputBuffer(ByteChunk) - Constructor for class org.apache.coyote.memory.MemoryProtocolHandler.ByteChunkOutputBuffer
 
MemoryRealm - Class in org.apache.catalina.realm
Simple implementation of Realm that reads an XML file to configure the valid users, passwords, and roles.
MemoryRealm() - Constructor for class org.apache.catalina.realm.MemoryRealm
 
MemoryRole - Class in org.apache.catalina.users
Concrete implementation of Role for the MemoryUserDatabase implementation of UserDatabase.
MemoryRuleSet - Class in org.apache.catalina.realm
RuleSet for recognizing the users defined in the XML file processed by MemoryRealm.
MemoryRuleSet() - Constructor for class org.apache.catalina.realm.MemoryRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
MemoryRuleSet(String) - Constructor for class org.apache.catalina.realm.MemoryRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
MemoryUser - Class in org.apache.catalina.users
Concrete implementation of User for the MemoryUserDatabase implementation of UserDatabase.
MemoryUserDatabase - Class in org.apache.catalina.users
Concrete implementation of UserDatabase that loads all defined users, groups, and roles into an in-memory data structure, and uses a specified XML file for its persistent storage.
MemoryUserDatabase() - Constructor for class org.apache.catalina.users.MemoryUserDatabase
Create a new instance with default values.
MemoryUserDatabase(String) - Constructor for class org.apache.catalina.users.MemoryUserDatabase
Create a new instance with the specified values.
MemoryUserDatabaseFactory - Class in org.apache.catalina.users
JNDI object creation factory for MemoryUserDatabase instances.
MemoryUserDatabaseFactory() - Constructor for class org.apache.catalina.users.MemoryUserDatabaseFactory
 
MemoryUserDatabaseMBean - Class in org.apache.catalina.mbeans
A ModelMBean implementation for the org.apache.catalina.users.MemoryUserDatabase component.
MemoryUserDatabaseMBean() - Constructor for class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Construct a ModelMBean with default ModelMBeanInfo information.
memread(byte[], long, int) - Static method in class org.apache.tomcat.jni.Stdlib
Read from plain memory
memset(long, int, int) - Static method in class org.apache.tomcat.jni.Stdlib
Sets buffers to a specified character
memwrite(long, byte[], int) - Static method in class org.apache.tomcat.jni.Stdlib
Write to plain memory
message - Variable in exception org.apache.catalina.connector.ClientAbortException
The error message passed to our constructor (if any)
message - Variable in exception org.apache.catalina.LifecycleException
The error message passed to our constructor (if any)
message - Variable in class org.apache.coyote.Response
Status message.
MESSAGE_SECTION - Static variable in class org.apache.catalina.manager.Constants
 
MESSAGE_SECTION - Static variable in class org.apache.catalina.manager.host.Constants
 
MessageDestination - Class in org.apache.catalina.deploy
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 in org.apache.catalina.deploy
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
 
method() - Method in class org.apache.coyote.Request
 
methodName - Variable in class org.apache.catalina.startup.SetNextNamingRule
The method name to call on the parent 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
MIME2Java - Class in org.apache.catalina.util
MIME2Java is a convenience class which handles conversions between MIME charset names and Java encoding names.
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.
MINOR_VERSION - Static variable in class org.apache.catalina.core.Constants
 
minSpareThreads - Variable in class org.apache.catalina.core.StandardThreadExecutor
 
MISSING_VARIABLE_VALUE - Static variable in class org.apache.catalina.ssi.SSIEcho
 
mktemp(String, int, long) - Static method in class org.apache.tomcat.jni.File
Open a temporary file
Mmap - Class in org.apache.tomcat.jni
Mmap
Mmap() - Constructor for class org.apache.tomcat.jni.Mmap
 
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
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 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.
months - Static variable in class org.apache.catalina.valves.AccessLogValve
The set of month abbreviations for log messages.
msec(long) - Static method in class org.apache.tomcat.jni.Time
 
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.ajp.AjpProtocol
 
mserver - Variable in class org.apache.coyote.http11.Http11AprProtocol
 
mserver - Variable in class org.apache.coyote.http11.Http11NioProtocol
 
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
 
Msg - Class in org.apache.jk.core
A single packet for communication between the web server and the container.
Msg() - Constructor for class org.apache.jk.core.Msg
 
MSG_NOTE - Static variable in class org.apache.jk.common.JniHandler
 
MsgAjp - Class in org.apache.jk.common
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 in org.apache.jk.core
 
MsgContext(int) - Constructor for class org.apache.jk.core.MsgContext
 
MsgContext() - Constructor for class org.apache.jk.core.MsgContext
Deprecated.  
mtime - Variable in class org.apache.tomcat.jni.FileInfo
The time the file was last modified
mtimeSet(String, long, long) - Static method in class org.apache.tomcat.jni.File
Set the mtime of the specified file.
Multicast - Class in org.apache.tomcat.jni
Multicast
Multicast() - Constructor for class org.apache.tomcat.jni.Multicast
 
mygetHeader(Request, String) - Method in class org.apache.catalina.valves.SSLValve
 

N

name - Variable in class org.apache.catalina.connector.CoyotePrincipal
The username of the user represented by this Principal.
name - Variable in class org.apache.catalina.core.ContainerBase
The human-readable name of this Container.
name - Variable in class org.apache.catalina.core.NamingContextListener
Name of the associated naming context.
name - Variable in class org.apache.catalina.core.StandardThreadExecutor
 
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 - Static variable in interface org.apache.naming.NamingServiceMBean
Component name.
name - Variable in class org.apache.naming.resources.CacheEntry
 
NAME - Static variable in class org.apache.naming.resources.ResourceAttributes
Name.
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.jni.FileInfo
The file's name (no path) in filesystem case
name(long) - Static method in class org.apache.tomcat.jni.Lock
Display the name of the mutex, as it relates to the actual method used.
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.net.BaseEndpoint
Name of the thread pool, which will be used for naming child threads.
name - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Name of the thread pool, which will be used for naming child threads.
name - Variable in class org.apache.tomcat.util.net.NioEndpoint
Name of the thread pool, which will be used for naming child threads.
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.
nameGet(long) - Static method in class org.apache.tomcat.jni.File
return the file name of the current file.
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.
NameParserImpl - Class in org.apache.naming
Parses names.
NameParserImpl() - Constructor for class org.apache.naming.NameParserImpl
 
namePrefix - Variable in class org.apache.catalina.core.StandardThreadExecutor
 
namingContext - Variable in class org.apache.catalina.core.NamingContextListener
Associated JNDI context.
NamingContext - Class in org.apache.naming
Catalina JNDI Context implementation.
NamingContext(Hashtable, String) - Constructor for class org.apache.naming.NamingContext
Builds a naming context 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 in org.apache.naming
Naming enumeration implementation.
NamingContextBindingsEnumeration(Iterator, Context) - Constructor for class org.apache.naming.NamingContextBindingsEnumeration
 
NamingContextEnumeration - Class in org.apache.naming
Naming enumeration implementation.
NamingContextEnumeration(Iterator) - Constructor for class org.apache.naming.NamingContextEnumeration
 
NamingContextListener - Class in org.apache.catalina.core
Helper class used to initialize and populate the JNDI context associated with each context and server.
NamingContextListener() - Constructor for class org.apache.catalina.core.NamingContextListener
 
NamingEntry - Class in org.apache.naming
Represents a binding in a NamingContext.
NamingEntry(String, Object, int) - Constructor for class org.apache.naming.NamingEntry
 
namingResources - Variable in class org.apache.catalina.core.NamingContextListener
Associated naming resources.
NamingResources - Class in org.apache.catalina.deploy
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 in org.apache.catalina.mbeans
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.
NamingRuleSet - Class in org.apache.catalina.startup
RuleSet for processing the JNDI Enterprise Naming Context resource declaration elements.
NamingRuleSet() - Constructor for class org.apache.catalina.startup.NamingRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
NamingRuleSet(String) - Constructor for class org.apache.catalina.startup.NamingRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
NamingService - Class in org.apache.naming
Implementation of the NamingService JMX MBean.
NamingService() - Constructor for class org.apache.naming.NamingService
 
NamingServiceMBean - Interface in org.apache.naming
Naming MBean interface.
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
 
nbRead() - Method in class org.apache.coyote.http11.InternalNioInputBuffer
Issues a non blocking read
nc - Variable in class org.apache.catalina.realm.JAASCallbackHandler
Nonce count.
needConvert - Variable in class org.apache.catalina.loader.WebappClassLoader
need conversion for properties files
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.
netInBuffer - Variable in class org.apache.tomcat.util.net.SecureNioChannel
 
netosError() - Static method in exception org.apache.tomcat.jni.Error
Get the last platform socket error.
netOutBuffer - Variable in class org.apache.tomcat.util.net.SecureNioChannel
 
newBIO(long, BIOCallback) - Static method in class org.apache.tomcat.jni.SSL
Initialize new BIO
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(String) - Method in class org.apache.catalina.core.DefaultInstanceManager
 
newInstance(String, ClassLoader) - Method in class org.apache.catalina.core.DefaultInstanceManager
 
newInstance(Object) - Method in class org.apache.catalina.core.DefaultInstanceManager
 
newInstance() - Static method in class org.apache.catalina.security.SecurityConfig
Returns the singleton instance of that class.
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.
newWorkerThread() - Method in class org.apache.tomcat.util.net.JIoEndpoint
Create and return a new processor suitable for processing HTTP requests and returning the corresponding responses.
newWorkerThread() - Method in class org.apache.tomcat.util.net.NioEndpoint
Create and return a new processor suitable for processing HTTP requests and returning the corresponding responses.
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.
next - Variable in class org.apache.tomcat.jni.Sockaddr
If multiple addresses were found by apr_sockaddr_info_get(), this points to a representation of the next address.
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
 
nextExpiration - Variable in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
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.InternalNioInputBuffer
End processing of current HTTP request.
nextRequest() - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
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.
nInstances - Variable in class org.apache.catalina.core.StandardWrapper
Number of instances currently loaded for a STM servlet.
NioBlockingSelector - Class in org.apache.tomcat.util.net
 
NioBlockingSelector() - Constructor for class org.apache.tomcat.util.net.NioBlockingSelector
 
NioBlockingSelector.BlockPoller - Class in org.apache.tomcat.util.net
 
NioBlockingSelector.BlockPoller() - Constructor for class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
 
NioBlockingSelector.KeyReference - Class in org.apache.tomcat.util.net
 
NioBlockingSelector.KeyReference() - Constructor for class org.apache.tomcat.util.net.NioBlockingSelector.KeyReference
 
NioChannel - Class in org.apache.tomcat.util.net
Base class for a SocketChannel wrapper used by the endpoint.
NioChannel(SocketChannel, SecureNioChannel.ApplicationBufferHandler) - Constructor for class org.apache.tomcat.util.net.NioChannel
 
nioChannels - Variable in class org.apache.tomcat.util.net.NioEndpoint
Bytebuffer cache, each channel holds a set of buffers (two, except for SSL holds four)
NioEndpoint - Class in org.apache.tomcat.util.net
NIO tailored thread pool, providing the following services: Socket acceptor thread Socket poller thread Worker threads pool When switching to Java 5, there's an opportunity to use the virtual machine's thread pool.
NioEndpoint() - Constructor for class org.apache.tomcat.util.net.NioEndpoint
 
NioEndpoint.Acceptor - Class in org.apache.tomcat.util.net
Server socket acceptor thread.
NioEndpoint.Acceptor() - Constructor for class org.apache.tomcat.util.net.NioEndpoint.Acceptor
 
NioEndpoint.Handler - Interface in org.apache.tomcat.util.net
Bare bones interface used for socket processing.
NioEndpoint.Handler.SocketState - Enum in org.apache.tomcat.util.net
 
NioEndpoint.KeyAttachment - Class in org.apache.tomcat.util.net
 
NioEndpoint.KeyAttachment() - Constructor for class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
NioEndpoint.NioBufferHandler - Class in org.apache.tomcat.util.net
 
NioEndpoint.NioBufferHandler(int, int, boolean) - Constructor for class org.apache.tomcat.util.net.NioEndpoint.NioBufferHandler
 
NioEndpoint.Poller - Class in org.apache.tomcat.util.net
Poller class.
NioEndpoint.Poller() - Constructor for class org.apache.tomcat.util.net.NioEndpoint.Poller
 
NioEndpoint.PollerEvent - Class in org.apache.tomcat.util.net
PollerEvent, cacheable object for poller events to avoid GC
NioEndpoint.PollerEvent(NioChannel, NioEndpoint.KeyAttachment, int) - Constructor for class org.apache.tomcat.util.net.NioEndpoint.PollerEvent
 
NioEndpoint.SendfileData - Class in org.apache.tomcat.util.net
SendfileData class.
NioEndpoint.SendfileData() - Constructor for class org.apache.tomcat.util.net.NioEndpoint.SendfileData
 
NioEndpoint.SocketProcessor - Class in org.apache.tomcat.util.net
This class is the equivalent of the Worker, but will simply use in an external Executor thread pool.
NioEndpoint.SocketProcessor(NioChannel, SocketStatus) - Constructor for class org.apache.tomcat.util.net.NioEndpoint.SocketProcessor
 
NioEndpoint.TaskQueue - Class in org.apache.tomcat.util.net
 
NioEndpoint.TaskQueue() - Constructor for class org.apache.tomcat.util.net.NioEndpoint.TaskQueue
 
NioEndpoint.TaskQueue(int) - Constructor for class org.apache.tomcat.util.net.NioEndpoint.TaskQueue
 
NioEndpoint.TaskQueue(Collection<? extends Runnable>) - Constructor for class org.apache.tomcat.util.net.NioEndpoint.TaskQueue
 
NioEndpoint.Worker - Class in org.apache.tomcat.util.net
Server processor class.
NioEndpoint.Worker() - Constructor for class org.apache.tomcat.util.net.NioEndpoint.Worker
 
NioEndpoint.WorkerStack - Class in org.apache.tomcat.util.net
 
NioEndpoint.WorkerStack(int) - Constructor for class org.apache.tomcat.util.net.NioEndpoint.WorkerStack
 
NioSelectorPool - Class in org.apache.tomcat.util.net
Thread safe non blocking selector pool
NioSelectorPool() - Constructor for class org.apache.tomcat.util.net.NioSelectorPool
 
NioX509KeyManager - Class in org.apache.tomcat.util.net.jsse
 
NioX509KeyManager(X509KeyManager, String) - Constructor for class org.apache.tomcat.util.net.jsse.NioX509KeyManager
Constructor.
nlink - Variable in class org.apache.tomcat.jni.FileInfo
The number of hard links to the file.
NO_CONTENT - Static variable in class org.apache.catalina.util.XMLWriter
Element with no content.
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.Http11AprProtocol
 
noCompressionUserAgents - Variable in class org.apache.coyote.http11.Http11NioProcessor
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
noCompressionUserAgents - Variable in class org.apache.coyote.http11.Http11Protocol
 
nonCacheable - Variable in class org.apache.naming.resources.ProxyDirContext
Non cacheable resources.
nonce - Variable in class org.apache.catalina.realm.JAASCallbackHandler
Server generated nonce.
NONE_TRANSPORT - Static variable in class org.apache.catalina.authenticator.Constants
 
NONE_TRANSPORT - Static variable in class org.apache.catalina.realm.Constants
 
NonLoginAuthenticator - Class in org.apache.catalina.authenticator
An Authenticator and Valve implementation that checks only security constraints not involving user authentication.
NonLoginAuthenticator() - Constructor for class org.apache.catalina.authenticator.NonLoginAuthenticator
 
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.
noRoot - Variable in class org.apache.jk.config.BaseJkConfig
 
NOT_SERIALIZED - Static variable in class org.apache.catalina.session.StandardSession
The dummy attribute value serialized when a NotSerializableException is encountered in writeObject().
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.
noteSubprocess(long, long, int) - Static method in class org.apache.tomcat.jni.Pool
Register a process to be killed when a pool dies.
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.
notificationInfo - Variable in class org.apache.catalina.core.StandardWrapper
 
now() - Static method in class org.apache.tomcat.jni.Time
number of microseconds since 00:00:00 january 1, 1970 UTC
NS_CONFIG - Static variable in class org.apache.jk.config.NSConfig
 
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 in org.apache.jk.config
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
 
nullInstance(Object) - Method in class org.apache.catalina.loader.WebappClassLoader
 
nullsToBlanks(String) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Converts null strings to blank strings ("")
nullsToString(String, String) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Converts null strings to another string
nullToEmptyString(String) - Method in class org.apache.catalina.ssi.SSIServletExternalResolver
 

O

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_FACTORIES - Static variable in class org.apache.naming.factory.Constants
 
OBJECT_NAME - Static variable in interface org.apache.naming.NamingServiceMBean
Object name.
objectNames - Variable in class org.apache.catalina.core.NamingContextListener
Objectnames hashtable.
offer(Runnable) - Method in class org.apache.tomcat.util.net.NioEndpoint.TaskQueue
 
offset(long, long) - Static method in class org.apache.tomcat.jni.Mmap
Move the pointer into the mmap'ed file to the specified offset.
ointerface(long, long) - Static method in class org.apache.tomcat.jni.Multicast
Set the Interface to be used for outgoing Multicast Transmissions.
ok - Variable in class org.apache.catalina.startup.ContextConfig
Track any fatal errors during startup configuration processing.
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
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.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.manager.ManagerServlet
The associated deployer ObjectName.
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.ajp.AjpProtocol
 
oname - Variable in class org.apache.coyote.http11.Http11AprProtocol
 
oname - Variable in class org.apache.coyote.http11.Http11NioProtocol
 
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
 
ONE_KILOBYTE - Static variable in class org.apache.catalina.ssi.SSIFsize
 
ONE_MEGABYTE - Static variable in class org.apache.catalina.ssi.SSIFsize
 
ooBInline - Variable in class org.apache.tomcat.util.net.SocketProperties
OOBINLINE option, default is true
oomParachute - Variable in class org.apache.tomcat.util.net.NioEndpoint
The size of the OOM parachute.
oomParachuteData - Variable in class org.apache.tomcat.util.net.NioEndpoint
The oom parachute, when an OOM error happens, will release the data, giving the JVM instantly a chunk of data to be able to recover with.
oomParachuteMsg - Static variable in class org.apache.tomcat.util.net.NioEndpoint
Make sure this string has already been allocated
OP_CALLBACK - Static variable in class org.apache.tomcat.util.net.NioEndpoint
 
OP_REGISTER - Static variable in class org.apache.tomcat.util.net.NioEndpoint
 
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 interface org.apache.catalina.UserDatabase
Initialize access to this user database.
open() - Method in class org.apache.catalina.users.MemoryUserDatabase
Initialize access to this user database.
open() - Method in class org.apache.catalina.valves.AccessLogValve
Open the new log file for the date specified by dateStamp.
open() - Method in class org.apache.catalina.valves.ExtendedAccessLogValve
Open the new log file for the date specified by dateStamp.
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
open(String, long) - Static method in class org.apache.tomcat.jni.Directory
Open the specified directory.
open(String, int, int, long) - Static method in class org.apache.tomcat.jni.File
Open the specified file.
open(int, String, int, long) - Static method in class org.apache.tomcat.jni.Registry
Opens the specified Registry Key.
open(Selector) - Method in class org.apache.tomcat.util.net.NioBlockingSelector
 
open() - Method in class org.apache.tomcat.util.net.NioSelectorPool
 
openConnection(URL) - Method in class org.apache.naming.resources.DirContextURLStreamHandler
Opens a connection to the object referenced by the URL argument.
OPENEJB_EJB_FACTORY - Static variable in class org.apache.naming.factory.Constants
 
OpenEjbFactory - Class in org.apache.naming.factory
Object factory for EJBs.
OpenEjbFactory() - Constructor for class org.apache.naming.factory.OpenEjbFactory
 
OPENING - Static variable in class org.apache.catalina.util.XMLWriter
Opening tag.
openJARs() - Method in class org.apache.catalina.loader.WebappClassLoader
Used to periodically signal to the classloader to release JAR resources.
optGet(long, int) - Static method in class org.apache.tomcat.jni.Socket
Query socket options for the specified socket
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
 
optSet(long, int, int) - Static method in class org.apache.tomcat.jni.Socket
Setup socket options for the specified socket
org.apache.catalina - package org.apache.catalina
 
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.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.loader - package org.apache.catalina.loader
 
org.apache.catalina.manager - package org.apache.catalina.manager
 
org.apache.catalina.manager.host - package org.apache.catalina.manager.host
 
org.apache.catalina.manager.util - package org.apache.catalina.manager.util
 
org.apache.catalina.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.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.apr - package org.apache.jk.apr
 
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
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.jni - package org.apache.tomcat.jni
 
org.apache.tomcat.util.net - package org.apache.tomcat.util.net
 
org.apache.tomcat.util.net.jsse - package org.apache.tomcat.util.net.jsse
 
originalDocBase - Variable in class org.apache.catalina.startup.ContextConfig
Original docBase.
OS - Class in org.apache.tomcat.jni
OS
OS() - Constructor for class org.apache.tomcat.jni.OS
 
osError() - Static method in exception org.apache.tomcat.jni.Error
Get the last platform error.
out - Variable in class org.apache.catalina.util.DOMWriter
Print writer.
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.ajp.AjpProcessor
Output stream.
output - Variable in class org.apache.coyote.memory.MemoryProtocolHandler.ByteChunkOutputBuffer
 
OutputBuffer - Class in org.apache.catalina.connector
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 - Variable in class org.apache.catalina.connector.Response
The 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.Http11NioProcessor
Output.
outputBuffer - Variable in class org.apache.coyote.http11.Http11Processor
Output.
OutputBuffer - Interface in org.apache.coyote
Output buffer.
outputBuffer - Variable in class org.apache.coyote.Response
Associated output buffer.
outputChunk - Variable in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
outputEncoding - Variable in class org.apache.catalina.ssi.SSIServlet
Output encoding.
OutputFilter - Interface in org.apache.coyote.http11
Output filter.
outputStream - Variable in class org.apache.catalina.connector.Response
The associated output stream.
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.InternalNioOutputBuffer
Underlying output buffer.
outputStreamOutputBuffer - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Underlying output buffer.

P

Package - Static variable in class org.apache.catalina.authenticator.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.loader.Constants
 
Package - Static variable in class org.apache.catalina.manager.Constants
 
Package - Static variable in class org.apache.catalina.manager.host.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.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
 
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.AjpAprProcessor
The socket timeout used when reading the first block of the request header.
packetSize - Variable in class org.apache.coyote.ajp.AjpAprProtocol
AJP packet size.
packetSize - Variable in class org.apache.coyote.ajp.AjpProcessor
The socket timeout used when reading the first block of the request header.
packetSize - Variable in class org.apache.coyote.ajp.AjpProtocol
AJP packet size.
padLeft(String, int) - Method in class org.apache.catalina.ssi.SSIFsize
 
parameterMap - Variable in class org.apache.catalina.connector.Request
Hash map used in the getParametersMap method.
ParameterMap - Class in org.apache.catalina.util
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 - Variable in class org.apache.catalina.core.StandardWrapper
The initialization parameters for this servlet, keyed by parameter name.
parametersParsed - Variable in class org.apache.catalina.connector.Request
Request parameters parsed flag.
paramType - Variable in class org.apache.catalina.startup.SetNextNamingRule
The Java class name of the parameter type expected by the method.
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.
parentGet(long) - Static method in class org.apache.tomcat.jni.Pool
Get the parent pool of the specified pool.
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.
parseChunkHeader() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Parse the header of a chunk.
parseClassNames(String, List<String>) - 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.
parseCookies() - Method in class org.apache.catalina.connector.Request
Parse cookies.
parseCRLF() - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Parse CRLF at end of chunk.
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.
parseHeader() - Method in class org.apache.coyote.http11.InternalNioInputBuffer
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.
parseHeaders() - Method in class org.apache.coyote.http11.InternalNioInputBuffer
Parse the HTTP headers.
parseHost(MessageBytes) - Method in class org.apache.coyote.ajp.AjpAprProcessor
Parse host.
parseHost(MessageBytes) - Method in class org.apache.coyote.ajp.AjpProcessor
Parse host.
parseHost(MessageBytes) - Method in class org.apache.coyote.http11.Http11AprProcessor
Parse host.
parseHost(MessageBytes) - Method in class org.apache.coyote.http11.Http11NioProcessor
Parse host.
parseHost(MessageBytes) - Method in class org.apache.coyote.http11.Http11Processor
Parse host.
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.
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.
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.
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.
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.
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.
parseRequestLine(boolean) - Method in class org.apache.coyote.http11.InternalNioInputBuffer
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.
parseUsername(String) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Parse the username from the specified authorization string.
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.
parsingHeader - Variable in class org.apache.coyote.http11.InternalAprInputBuffer
State.
parsingHeader - Variable in class org.apache.coyote.http11.InternalInputBuffer
State.
parsingHeader - Variable in class org.apache.coyote.http11.InternalNioInputBuffer
Parsing state - used for non blocking parsing so that when more data arrives, we can pick up where we left off.
parsingRequestLine - Variable in class org.apache.coyote.http11.InternalNioInputBuffer
 
parsingRequestLineEol - Variable in class org.apache.coyote.http11.InternalNioInputBuffer
 
parsingRequestLinePhase - Variable in class org.apache.coyote.http11.InternalNioInputBuffer
 
parsingRequestLineQPos - Variable in class org.apache.coyote.http11.InternalNioInputBuffer
 
parsingRequestLineStart - Variable in class org.apache.coyote.http11.InternalNioInputBuffer
 
passivate() - Method in class org.apache.catalina.session.StandardSession
Perform the internal processing required to passivate this session.
PasswdUserDatabase - Class in org.apache.catalina.startup
Concrete implementation of the UserDatabase interface that processes the /etc/passwd file on a Unix system.
PasswdUserDatabase() - Constructor for class org.apache.catalina.startup.PasswdUserDatabase
Initialize a new instance of this user database component.
password - Variable in class org.apache.catalina.authenticator.SingleSignOnEntry
 
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.
PasswordCallback - Interface in org.apache.tomcat.jni
PasswordCallback Interface
patch(String) - Static method in class org.apache.jk.config.BaseJkConfig
 
path - Variable in class org.apache.catalina.loader.WebappClassLoader.PrivilegedFindResource
 
path - Variable in class org.apache.catalina.realm.RealmBase
 
path - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
 
pathInfo - Variable in class org.apache.catalina.core.DummyRequest
 
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.
pattern - Variable in class org.apache.catalina.valves.AccessLogValve
The pattern used to format our access log lines.
pause() - Method in class org.apache.catalina.connector.Connector
Pause the connector.
pause() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
pause() - Method in class org.apache.coyote.ajp.AjpProtocol
 
pause() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
pause() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
pause() - Method in class org.apache.coyote.http11.Http11Protocol
 
pause() - Method in class org.apache.coyote.memory.MemoryProtocolHandler
 
pause() - Method in interface org.apache.coyote.ProtocolHandler
Pause the protocol (optional).
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.
pause() - Method in class org.apache.tomcat.util.net.BaseEndpoint
Pause the endpoint, which will make it stop accepting new sockets.
pause() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
pause() - Method in class org.apache.tomcat.util.net.NioEndpoint
Pause the endpoint, which will make it stop accepting new sockets.
paused - Variable in class org.apache.tomcat.util.net.AprEndpoint
Will be set to true whenever the endpoint is paused.
paused - Variable in class org.apache.tomcat.util.net.BaseEndpoint
Will be set to true whenever the endpoint is paused.
paused - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Will be set to true whenever the endpoint is paused.
paused - Variable in class org.apache.tomcat.util.net.NioEndpoint
Will be set to true whenever the endpoint is paused.
pauseEndpoint() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
peek() - Method in class org.apache.catalina.util.Queue
Peek to see if something is available.
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.
peek() - Method in class org.apache.tomcat.util.net.JIoEndpoint.WorkerStack
Get the first object out of the queue, Return null if the queue is empty.
peek() - Method in class org.apache.tomcat.util.net.NioEndpoint.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
 
performanceBandwidth - Variable in class org.apache.tomcat.util.net.SocketProperties
Performance preferences according to http://java.sun.com/j2se/1.5.0/docs/api/java/net/Socket.html#setPerformancePreferences(int,%20int,%20int) Default value is 1
performanceConnectionTime - Variable in class org.apache.tomcat.util.net.SocketProperties
Performance preferences according to http://java.sun.com/j2se/1.5.0/docs/api/java/net/Socket.html#setPerformancePreferences(int,%20int,%20int) Default value is 1
performanceLatency - Variable in class org.apache.tomcat.util.net.SocketProperties
Performance preferences according to http://java.sun.com/j2se/1.5.0/docs/api/java/net/Socket.html#setPerformancePreferences(int,%20int,%20int) Default value is 0
PERIODIC_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "periodic" event.
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.
permsSet(String, int) - Static method in class org.apache.tomcat.jni.File
Set the specified file's permission bits.
PersistentManager - Class in org.apache.catalina.session
Implementation of the Manager interface that makes use of a Store to swap active Sessions to disk.
PersistentManager() - Constructor for class org.apache.catalina.session.PersistentManager
 
PersistentManagerBase - Class in org.apache.catalina.session
Extends the ManagerBase class to implement most of the functionality required by a Manager which supports any kind of persistence, even if onlyfor restarts.
PersistentManagerBase() - Constructor for class org.apache.catalina.session.PersistentManagerBase
 
PersistentValve - Class in org.apache.catalina.valves
Valve that implements per-request session persistence.
PersistentValve() - Constructor for class org.apache.catalina.valves.PersistentValve
 
phrase - Variable in class org.apache.tomcat.util.net.SSLSupport.CipherData
 
pipeCreate(long[], long) - Static method in class org.apache.tomcat.jni.File
Create an anonymous pipe.
pipeline - Variable in class org.apache.catalina.core.ContainerBase
The Pipeline object with which this Container is associated.
Pipeline - Interface in org.apache.catalina
Interface describing a collection of Valves that should be executed in sequence when the invoke() method is invoked.
pipeTimeoutGet(long) - Static method in class org.apache.tomcat.jni.File
Get the timeout value for a pipe or manipulate the blocking state.
pipeTimeoutSet(long, long) - Static method in class org.apache.tomcat.jni.File
Set the timeout value for a pipe or manipulate the blocking state.
Poll - Class in org.apache.tomcat.jni
Poll
Poll() - Constructor for class org.apache.tomcat.jni.Poll
 
poll(long, long, long[], boolean) - Static method in class org.apache.tomcat.jni.Poll
Block for activity on the descriptor(s) in a pollset
poller - Variable in class org.apache.tomcat.util.net.NioBlockingSelector
 
poller - Variable in class org.apache.tomcat.util.net.NioChannel
 
poller - Variable in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
pollerRotater - Variable in class org.apache.tomcat.util.net.NioEndpoint
 
pollerRoundRobin - Variable in class org.apache.tomcat.util.net.AprEndpoint
 
pollers - Variable in class org.apache.tomcat.util.net.AprEndpoint
The socket poller.
pollers - Variable in class org.apache.tomcat.util.net.NioEndpoint
The socket poller.
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.
pollerThreadCount - Variable in class org.apache.tomcat.util.net.NioEndpoint
Poller thread count.
pollerThreadPriority - Variable in class org.apache.tomcat.util.net.NioEndpoint
Priority of the poller threads.
pollset(long, long[]) - Static method in class org.apache.tomcat.jni.Poll
Return all descriptor(s) in a pollset
pollTime - Variable in class org.apache.tomcat.util.net.AprEndpoint
Poll interval, in microseconds.
pongMessageArray - Static variable in class org.apache.coyote.ajp.AjpProcessor
Direct buffer used for sending right away a pong message.
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.coyote.http11.InternalNioInputBuffer
Selector pool, for blocking reads and blocking writes
pool - Variable in class org.apache.coyote.http11.InternalNioOutputBuffer
Selector pool, for blocking reads and blocking writes
pool - Variable in class org.apache.tomcat.jni.FileInfo
Allocates memory and closes lingering handles in the specified pool
Pool - Class in org.apache.tomcat.jni
Pool
Pool() - Constructor for class org.apache.tomcat.jni.Pool
 
pool - Variable in class org.apache.tomcat.jni.Sockaddr
The pool to use...
pool(long) - Static method in class org.apache.tomcat.jni.Socket
Create a child pool from associated socket pool.
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.net.SecureNioChannel
 
PoolCallback - Interface in org.apache.tomcat.jni
PoolCallback Interface
PoolTcpEndpoint - Class in org.apache.tomcat.util.net
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
 
pop() - Method in class org.apache.tomcat.util.net.AprEndpoint.WorkerStack
Get the first object out of the queue.
pop() - Method in class org.apache.tomcat.util.net.JIoEndpoint.WorkerStack
Get the first object out of the queue.
pop() - Method in class org.apache.tomcat.util.net.NioEndpoint.WorkerStack
Get the first object out of the queue.
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.jni.Sockaddr
The numeric port
port - Variable in class org.apache.tomcat.util.net.AprEndpoint
Server socket port.
port - Variable in class org.apache.tomcat.util.net.BaseEndpoint
Server socket port.
port - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Server socket port.
port - Variable in class org.apache.tomcat.util.net.NioEndpoint
Server socket port.
PORTCOMPONENTLINK - Static variable in class org.apache.naming.ServiceRef
port-component-ref/port-component-link address type.
pos - Variable in class org.apache.coyote.ajp.AjpMessage
The current read or write position in the buffer.
pos - Variable in class org.apache.coyote.http11.filters.ChunkedInputFilter
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.InternalNioInputBuffer
Position in the buffer.
pos - Variable in class org.apache.coyote.http11.InternalNioOutputBuffer
Position in the buffer.
pos - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Position in the buffer.
pos - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
pos - Variable in class org.apache.tomcat.util.net.NioEndpoint.SendfileData
 
POST - Static variable in class org.apache.coyote.ajp.Constants
POST.
POST - Static variable in class org.apache.coyote.http11.Constants
POST.
postConstruct(Object, Class) - Method in class org.apache.catalina.core.DefaultInstanceManager
Call postConstruct method on the specified instance recursively from deepest superclass to actual class.
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.ajp.AjpProtocol
 
postDeregister() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
postDeregister() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
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.ajp.AjpProtocol
 
postRegister(Boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
postRegister(Boolean) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
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
 
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.
PRECOMPILE - Static variable in class org.apache.catalina.core.Constants
 
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.ajp.AjpProtocol
 
preDeregister() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
preDeregister() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
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
 
preDestroy(Object, Class) - Method in class org.apache.catalina.core.DefaultInstanceManager
Call preDestroy method on the specified instance recursively from deepest superclass to actual class.
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.RealmRuleSet
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 - Variable in class org.apache.catalina.valves.AccessLogValve
The prefix that is added to log file filenames.
prefix - Static variable in class org.apache.naming.SelectorContext
Namespace URL.
prefixLength - Static variable in class org.apache.naming.SelectorContext
Namespace URL length.
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.
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.ajp.AjpProcessor
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.Http11NioProcessor
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.ajp.AjpProcessor
When committing the response, we have to validate the set of headers, as well as setup the response filters.
prepareResponse() - Method in class org.apache.coyote.http11.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.Http11NioProcessor
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.
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.ajp.AjpProtocol
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
preRegister(MBeanServer, ObjectName) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
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
 
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(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.
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
 
printResources(PrintWriter, String, Context, String, Class) - Method in class org.apache.catalina.manager.ManagerServlet
List the resources of the given context.
printServletEnvironment(ServletOutputStream, HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.CGIServlet
Prints out important Servlet API and container information
printWriter - Variable in class org.apache.catalina.ssi.ResponseIncludeWrapper
 
privileged - Variable in class org.apache.catalina.core.DefaultInstanceManager
 
Proc - Class in org.apache.tomcat.jni
Proc
Proc() - Constructor for class org.apache.tomcat.jni.Proc
 
Procattr - Class in org.apache.tomcat.jni
Procattr
Procattr() - Constructor for class org.apache.tomcat.jni.Procattr
 
ProcErrorCallback - Interface in org.apache.tomcat.jni
ProcErrorCallback Interface
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(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(Socket) - Method in class org.apache.coyote.ajp.AjpProcessor
Process pipelined HTTP requests using the specified input and output streams.
process(Socket) - Method in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
 
process(long) - Method in class org.apache.coyote.http11.Http11AprProcessor
Process pipelined HTTP requests using the specified input and output streams.
process(NioChannel) - Method in class org.apache.coyote.http11.Http11NioProcessor
Process pipelined HTTP requests using the specified input and output streams.
process(Socket) - Method in class org.apache.coyote.http11.Http11Processor
Process pipelined HTTP requests using the specified input and output streams.
process(Socket) - Method in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
 
process(Request, ByteChunk, Response, ByteChunk) - Method in class org.apache.coyote.memory.MemoryProtocolHandler
Process specified request.
process(InputStream, OutputStream) - Method in interface org.apache.coyote.Processor
 
process(long) - Method in interface org.apache.tomcat.util.net.AprEndpoint.Handler
 
process(Socket) - Method in interface org.apache.tomcat.util.net.JIoEndpoint.Handler
 
process(NioChannel) - Method in interface org.apache.tomcat.util.net.NioEndpoint.Handler
 
processAnnotations(Object, Map<String, String>) - Method in class org.apache.catalina.core.DefaultInstanceManager
Inject resources in specified instance.
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!=null Assert: connection.getSocket() != null Assert: thData != null and is the result of calling init() Assert: thData is preserved per Thread.
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.
processDefaultWebConfig(Digester, InputStream, InputSource) - Method in class org.apache.catalina.startup.ContextConfig
Process a default web.xml.
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
 
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.
processKey(SelectionKey, NioEndpoint.KeyAttachment) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
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.
processNamingResourcesPropertyChange(NamingResources, String, Object, Object) - Method in class org.apache.catalina.mbeans.ServerLifecycleListener
Process a property change event on a NamingResources.
Processor - Interface in org.apache.coyote
Processor.
PROCESSOR_ACTIVE - Static variable in class org.apache.catalina.connector.Constants
 
PROCESSOR_IDLE - Static variable in class org.apache.catalina.connector.Constants
 
processorCache - Variable in class org.apache.coyote.ajp.AjpAprProtocol
Processor cache.
processorCache - Variable in class org.apache.coyote.ajp.AjpProtocol
Processor cache.
processorCache - Variable in class org.apache.coyote.http11.Http11AprProtocol
Processor cache.
processorCache - Variable in class org.apache.coyote.http11.Http11NioProtocol
 
processorCache - Variable in class org.apache.coyote.http11.Http11Protocol
Processor cache.
processorCache - Variable in class org.apache.tomcat.util.net.NioEndpoint
Cache for SocketProcessor objects
processorCache - Variable in class org.apache.tomcat.util.net.SocketProperties
Enable/disable socket processor cache, this bounded cache stores SocketProcessor objects to reduce GC Default is 500 -1 is unlimited 0 is disabled
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.
processSendfile(SelectionKey, NioEndpoint.KeyAttachment, boolean, boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
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.
processSocket(long) - Method in class org.apache.tomcat.util.net.AprEndpoint
Process given socket.
processSocket(long, SocketStatus) - Method in class org.apache.tomcat.util.net.AprEndpoint
Process given socket for an event.
processSocket(Socket) - Method in class org.apache.tomcat.util.net.JIoEndpoint
Process given socket.
processSocket(NioChannel) - Method in class org.apache.tomcat.util.net.NioEndpoint
Process given socket.
processSocket(NioChannel, SocketStatus) - Method in class org.apache.tomcat.util.net.NioEndpoint
Process given socket for an event.
processSocket(NioChannel, SocketStatus, boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
processSocketWithOptions(long) - Method in class org.apache.tomcat.util.net.AprEndpoint
Process given socket.
processSSI(HttpServletRequest, HttpServletResponse, URL) - Method in class org.apache.catalina.ssi.SSIServlet
 
processTlds() - Method in class org.apache.catalina.core.StandardContext
Processes TLDs.
properties - Variable in class org.apache.jk.core.JkHandler
 
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.
protection - Variable in class org.apache.tomcat.jni.FileInfo
The access permissions of the file.
proto - Variable in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
 
proto - Variable in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
 
proto - Variable in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
 
protocol - Variable in class org.apache.catalina.realm.JNDIRealm
The protocol that will be used in the communication with the directory server.
protocol - Variable in class org.apache.coyote.http11.Http11AprProtocol
 
protocol() - Method in class org.apache.coyote.Request
 
PROTOCOL_HANDLER_VARIABLE - Static variable in class org.apache.naming.resources.Constants
 
protocolHandler - Variable in class org.apache.catalina.connector.Connector
Coyote protocol handler.
ProtocolHandler - Interface in org.apache.coyote
Abstract the protocol implementation, including threading, etc.
protocolHandlerClassName - Variable in class org.apache.catalina.connector.Connector
Coyote Protocol handler class name.
protocolHandlers - Variable in class org.apache.catalina.manager.StatusManagerServlet
Vector of protocol handlers object names.
proxy - Variable in class org.apache.naming.resources.ProxyDirContext
Proxy DirContext (either this or the real proxy).
ProxyDirContext - Class in org.apache.naming.resources
Proxy Directory Context implementation.
ProxyDirContext(Hashtable, DirContext) - Constructor for class org.apache.naming.resources.ProxyDirContext
Builds a proxy directory context using the given environment.
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).
pull() - Method in class org.apache.catalina.util.Queue
Pull the first object out of the queue.
push(AprEndpoint.Worker) - Method in class org.apache.tomcat.util.net.AprEndpoint.WorkerStack
Put the object into the queue.
push(JIoEndpoint.Worker) - Method in class org.apache.tomcat.util.net.JIoEndpoint.WorkerStack
Put the object into the queue.
push(NioEndpoint.Worker) - Method in class org.apache.tomcat.util.net.NioEndpoint.WorkerStack
Put the object into the queue.
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(Selector) - Method in class org.apache.tomcat.util.net.NioSelectorPool
 
putAll(Map) - Method in class org.apache.catalina.util.ParameterMap
Copy all of the mappings from the specified map to this one.
putc(byte, long) - Static method in class org.apache.tomcat.jni.File
Write a character into the specified file.
puts(String) - Method in interface org.apache.tomcat.jni.BIOCallback
Puts string
puts(byte[], long) - Static method in class org.apache.tomcat.jni.File
Write the string into the specified file.
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 - Variable in class org.apache.catalina.realm.JAASCallbackHandler
Quality of protection aplied to the message.
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
 
QUESTION - Static variable in class org.apache.coyote.ajp.Constants
'?'.
QUESTION - Static variable in class org.apache.coyote.http11.Constants
'?'.
Queue - Class in org.apache.catalina.util
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
 
quote(String, boolean) - Method in class org.apache.catalina.util.Strftime
 

R

randLoad(String) - Static method in class org.apache.tomcat.jni.SSL
Add content of the file to the PRNG
randMake(String, int, boolean) - Static method in class org.apache.tomcat.jni.SSL
Creates random data to filename
random - 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.
random(byte[], int) - Static method in class org.apache.tomcat.jni.OS
Generate random bytes.
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
 
randSave(String) - Static method in class org.apache.tomcat.jni.SSL
Writes a number of random bytes (currently 1024) to file filename which can be used to initialize the PRNG by calling randLoad in a later session.
randSet(String) - Static method in class org.apache.tomcat.jni.SSL
Set source of entropy to use in SSL
read() - Method in class org.apache.catalina.connector.CoyoteInputStream
 
read(byte[]) - Method in class org.apache.catalina.connector.CoyoteInputStream
 
read(byte[], int, int) - Method in class org.apache.catalina.connector.CoyoteInputStream
 
read() - Method in class org.apache.catalina.connector.CoyoteReader
 
read(char[]) - Method in class org.apache.catalina.connector.CoyoteReader
 
read(char[], int, int) - Method in class org.apache.catalina.connector.CoyoteReader
 
read(byte[], int, int) - Method in class org.apache.catalina.connector.InputBuffer
 
read() - Method in class org.apache.catalina.connector.InputBuffer
 
read(char[]) - Method in class org.apache.catalina.connector.InputBuffer
 
read(char[], int, int) - Method in class org.apache.catalina.connector.InputBuffer
 
read() - Method in class org.apache.catalina.connector.Request
Clear cached encoders (to save memory for Comet requests).
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(byte[], int, int) - Method in class org.apache.coyote.ajp.AjpProcessor
Read at least the specified amount of bytes, and place them in the input buffer.
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() - 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.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.
read(byte[]) - Method in interface org.apache.tomcat.jni.BIOCallback
Read data
read(FileInfo, int, long) - Static method in class org.apache.tomcat.jni.Directory
Read the next entry from the specified directory.
read(long, byte[], int, int) - Static method in class org.apache.tomcat.jni.File
Read data from the specified file.
read(ByteBuffer, NioChannel, long) - Method in class org.apache.tomcat.util.net.NioBlockingSelector
Performs a blocking read using the bytebuffer for data to be read If the selector parameter is null, then it will perform a busy read that could take up a lot of CPU cycles.
read(ByteBuffer) - Method in class org.apache.tomcat.util.net.NioChannel
Reads a sequence of bytes from this channel into the given buffer.
read(ByteBuffer, NioChannel, Selector, long) - Method in class org.apache.tomcat.util.net.NioSelectorPool
Performs a blocking read using the bytebuffer for data to be read and a selector to block.
read(ByteBuffer, NioChannel, Selector, long, boolean) - Method in class org.apache.tomcat.util.net.NioSelectorPool
Performs a read using the bytebuffer for data to be read and a selector to register for events should you have the block=true.
read(ByteBuffer) - Method in class org.apache.tomcat.util.net.SecureNioChannel
Reads a sequence of bytes from this channel into the given buffer.
READ_HEAD_LEN - Static variable in class org.apache.coyote.ajp.Constants
Size of the header metadata
readb(long, ByteBuffer, int, int) - Static method in class org.apache.tomcat.jni.File
Read data from the specified file.
readbuf - Variable in class org.apache.tomcat.util.net.NioEndpoint.NioBufferHandler
 
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.
reader - Variable in class org.apache.catalina.connector.Request
Reader.
readFull(long, byte[], int, int) - Static method in class org.apache.tomcat.jni.File
Read data from the specified file, ensuring that the buffer is filled before returning.
readFullb(long, ByteBuffer, int, int) - Static method in class org.apache.tomcat.jni.File
Read data from the specified file, ensuring that the buffer is filled before returning.
readLatch - Variable in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
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
 
readmeFile - Variable in class org.apache.catalina.servlets.DefaultServlet
Allow a readme file to be included.
readMessage(AjpMessage, boolean, boolean) - Method in class org.apache.coyote.ajp.AjpAprProcessor
Read an AJP message.
readMessage(AjpMessage) - Method in class org.apache.coyote.ajp.AjpProcessor
Read an AJP message.
readObject(ObjectInputStream) - Method in class org.apache.catalina.session.StandardSession
Read a serialized version of this session object from the specified object input stream.
readObjectData(ObjectInputStream) - Method in class org.apache.catalina.session.StandardSession
Read a serialized version of the contents of this session object from the specified object input stream, without requiring that the StandardSession itself have been serialized.
readOnly - Variable in class org.apache.catalina.servlets.DefaultServlet
Read only flag.
readonly - Variable in class org.apache.catalina.users.MemoryUserDatabase
A flag, indicating if the user database is read only.
readPostBody(byte[], int) - Method in class org.apache.catalina.connector.Request
Read post body in an array.
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.
readTimeout - Variable in class org.apache.coyote.ajp.AjpProcessor
The socket timeout used when reading the first block of the request header.
readXml(File) - Static method in class org.apache.jk.config.WebXml2Jk
 
ready() - Method in class org.apache.catalina.connector.CoyoteReader
 
ready() - Method in class org.apache.catalina.connector.InputBuffer
 
realloc(long, int) - Static method in class org.apache.tomcat.jni.Stdlib
Reallocate memory blocks.
realm - Variable in class org.apache.catalina.core.ContainerBase
The Realm with which this Container is associated.
Realm - Interface in org.apache.catalina
A Realm is a read-only facade for an underlying security realm used to authenticate individual users, and identify the security roles associated with those users.
realm - Variable in class org.apache.catalina.realm.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.
RealmBase - Class in org.apache.catalina.realm
Simple implementation of Realm that reads an XML file to configure the valid users, passwords, and roles.
RealmBase() - Constructor for class org.apache.catalina.realm.RealmBase
 
RealmBase.AllRolesMode - Class in org.apache.catalina.realm
 
realmName - Variable in class org.apache.catalina.realm.JAASCallbackHandler
Realm name.
realmPath - Variable in class org.apache.catalina.realm.RealmBase
 
RealmRuleSet - Class in org.apache.catalina.startup
RuleSet for processing the contents of a Realm definition element.
RealmRuleSet() - Constructor for class org.apache.catalina.startup.RealmRuleSet
Construct an instance of this RuleSet with the default matching pattern prefix.
RealmRuleSet(String) - Constructor for class org.apache.catalina.startup.RealmRuleSet
Construct an instance of this RuleSet with the specified matching pattern prefix.
realms - Variable in class org.apache.catalina.realm.CombinedRealm
The list of Realms contained by this Realm.
realReadBytes(byte[], int, int) - Method in class org.apache.catalina.connector.InputBuffer
Reads new bytes in the byte chunk.
realReadChars(char[], int, int) - Method in class org.apache.catalina.connector.InputBuffer
 
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.
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".
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.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.
rebind(Name, Object) - Method in class org.apache.naming.SelectorContext
Binds a name to an object, overwriting any existing binding.
rebind(String, Object) - Method in class org.apache.naming.SelectorContext
Binds a name to an object, overwriting any existing binding.
receive() - Method in class org.apache.coyote.ajp.AjpAprProcessor
Receive a chunk of data.
receive() - Method in class org.apache.coyote.ajp.AjpProcessor
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.
reclaimParachute(boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
recv(long, byte[], int, int) - Static method in class org.apache.tomcat.jni.Socket
Read data from a network.
recvb(long, ByteBuffer, int, int) - Static method in class org.apache.tomcat.jni.Socket
Read data from a network.
recvbb(long, int, int) - Static method in class org.apache.tomcat.jni.Socket
Read data from a network using internally set ByteBuffer
recvbbt(long, int, int, long) - Static method in class org.apache.tomcat.jni.Socket
Read data from a network with timeout using internally set ByteBuffer
recvbt(long, ByteBuffer, int, int, long) - Static method in class org.apache.tomcat.jni.Socket
Read data from a network with timeout.
recvFrom(long, long, int, byte[], int, int) - Static method in class org.apache.tomcat.jni.Socket
 
recvt(long, byte[], int, int, long) - Static method in class org.apache.tomcat.jni.Socket
Read data from a network with timeout.
RecyclableNamingEnumeration - Class in org.apache.naming.resources
Naming enumeration implementation.
RecyclableNamingEnumeration(Vector) - Constructor for class org.apache.naming.resources.RecyclableNamingEnumeration
 
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 interface org.apache.catalina.Session
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.catalina.session.StandardSession
Release all object references, and initialize instance variables, in preparation for reuse of this object.
recycle() - Method in class org.apache.catalina.startup.WebRuleSet
Reset counter used for validating the web.xml file.
recycle() - Method in class org.apache.coyote.ajp.AjpAprProcessor
Recycle the processor.
recycle() - Method in class org.apache.coyote.ajp.AjpProcessor
Recycle the processor.
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.coyote.http11.Http11AprProcessor
 
recycle() - Method in class org.apache.coyote.http11.Http11NioProcessor
 
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.InternalNioInputBuffer.HeaderParseData
 
recycle() - Method in class org.apache.coyote.http11.InternalNioInputBuffer
Recycle the input buffer.
recycle() - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
Recycle the output buffer.
recycle() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Recycle the output buffer.
recycle() - Method in interface org.apache.coyote.http11.OutputFilter
Make the filter ready to process the next request.
recycle() - Method in class org.apache.coyote.Request
 
recycle() - Method in class org.apache.coyote.Response
 
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.net.TcpConnection
 
RECYCLE_FACADES - Static variable in class org.apache.catalina.connector.Connector
Alternate flag to enable recycling of facades.
recycledProcessors - Variable in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
 
recycledProcessors - Variable in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
 
recycledProcessors - Variable in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
 
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.
recycleWorkerThread(JIoEndpoint.Worker) - Method in class org.apache.tomcat.util.net.JIoEndpoint
Recycle the specified Processor so that it can be used again.
recycleWorkerThread(NioEndpoint.Worker) - Method in class org.apache.tomcat.util.net.NioEndpoint
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.
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.
REFERENCE - Static variable in class org.apache.naming.NamingEntry
 
references - Variable in class org.apache.catalina.core.StandardWrapper
The security role references for this servlet, keyed by role name used in the servlet.
referrals - Variable in class org.apache.catalina.realm.JNDIRealm
How should we handle referrals? Microsoft Active Directory can't handle the default case, so an application authenticating against AD must set referrals to "follow".
refreshPolicy() - Method in class org.apache.catalina.loader.WebappClassLoader
Refresh the system policy file, to pick up eventual changes.
reg(SelectionKey, NioEndpoint.KeyAttachment, int) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
REG_BINARY - Static variable in class org.apache.tomcat.jni.Registry
 
REG_DWORD - Static variable in class org.apache.tomcat.jni.Registry
 
REG_EXPAND_SZ - Static variable in class org.apache.tomcat.jni.Registry
 
REG_MULTI_SZ - Static variable in class org.apache.tomcat.jni.Registry
 
REG_QWORD - Static variable in class org.apache.tomcat.jni.Registry
 
REG_SZ - Static variable in class org.apache.tomcat.jni.Registry
 
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, 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(AjpAprProcessor) - Method in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
 
register(AjpProcessor) - Method in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
 
register(Http11Processor) - Method in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
 
register(NioChannel) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
registerCount - Variable in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
 
registerCount - Variable in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
 
registerCount - Variable in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
 
registerFailure() - Method in class org.apache.catalina.realm.LockOutRealm.LockRecord
 
registerJMX(StandardContext) - Method in class org.apache.catalina.core.StandardWrapper
 
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.
registerManager(Manager) - Method in interface org.apache.catalina.Cluster
Register a manager with the cluster.
registerMessageType(int, String, JkHandler, String[]) - Method in class org.apache.jk.common.HandlerDispatch
 
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.
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.manager.JMXProxyServlet
 
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.
Registry - Class in org.apache.tomcat.jni
Windows Registy support
Registry() - Constructor for class org.apache.tomcat.jni.Registry
 
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.VirtualDirContext
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.
release(NioChannel) - Method in interface org.apache.tomcat.util.net.NioEndpoint.Handler
 
releaseCaches() - Method in interface org.apache.tomcat.util.net.NioEndpoint.Handler
 
releaseCaches() - Method in class org.apache.tomcat.util.net.NioEndpoint
 
releaseJkEnv(long) - Method in class org.apache.jk.apr.AprImpl
Clean the temp pool, put back the env in the pool
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(String) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Reload the web application at the specified context path.
reload(PrintWriter, String) - Method in class org.apache.catalina.manager.ManagerServlet
Reload the web application at the specified context path.
reload() - Method in class org.apache.catalina.mbeans.StandardContextMBean
Return the naming resources associated with this web application.
RELOAD_EVENT - Static variable in interface org.apache.catalina.Context
The LifecycleEvent type sent when a context is reloaded.
Reloader - Interface in org.apache.catalina.loader
Internal interface that ClassLoader implementations may optionally implement to support the auto-reload functionality of the classloader associated with the context.
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.
REMOTE - Static variable in class org.apache.naming.EjbRef
Remote interface classname address type.
remoteAddr - Variable in class org.apache.catalina.connector.Request
Remote address.
remoteAddr - Variable in class org.apache.coyote.http11.Http11AprProcessor
Remote Address associated with the current connection.
remoteAddr - Variable in class org.apache.coyote.http11.Http11NioProcessor
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.coyote.Request
 
RemoteAddrValve - Class in org.apache.catalina.valves
Concrete implementation of RequestFilterValve that filters based on the string representation of the remote client's IP address.
RemoteAddrValve() - Constructor for class org.apache.catalina.valves.RemoteAddrValve
 
remoteHost - Variable in class org.apache.catalina.connector.Request
Remote host.
remoteHost - Variable in class org.apache.coyote.http11.Http11AprProcessor
Remote Host associated with the current connection.
remoteHost - Variable in class org.apache.coyote.http11.Http11NioProcessor
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.coyote.Request
 
RemoteHostValve - Class in org.apache.catalina.valves
Concrete implementation of RequestFilterValve that filters based on the remote client's host name.
RemoteHostValve() - Constructor for class org.apache.catalina.valves.RemoteHostValve
 
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.Http11NioProcessor
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
remove(PrintWriter, String) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Remove the specified host.
remove(String) - Method in class org.apache.catalina.manager.host.HTMLHostManagerServlet
Remove the specified host.
remove(Session) - Method in interface org.apache.catalina.Manager
Remove this Session from the active Sessions for this Manager.
remove(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(String) - Method in interface org.apache.catalina.Store
Remove the Session with the specified session identifier from this Store, if present.
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(String, long) - Static method in class org.apache.tomcat.jni.Directory
Remove directory from the file system.
remove(String, long) - Static method in class org.apache.tomcat.jni.File
Delete the specified file.
remove(long, long) - Static method in class org.apache.tomcat.jni.Poll
Remove a descriptor from a pollset
remove(String, long) - Static method in class org.apache.tomcat.jni.Shm
Remove shared memory segment associated with a filename.
remove(AprEndpoint.SendfileData) - Method in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
Remove socket from the poller.
remove(NioEndpoint.KeyAttachment, int) - Method in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
 
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_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.
removeAlias(String) - Method in class org.apache.catalina.core.StandardHost
Remove the specified alias name from the aliases for this Host.
removeAlias(String) - Method in interface org.apache.catalina.Host
Remove the specified alias name from the aliases for this Host.
removeAlias(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.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) - 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.
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.
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 class org.apache.catalina.core.StandardService
Remove the specified Connector from the set associated from this Service.
removeConnector(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Connector.
removeConnector(Connector) - Method in interface org.apache.catalina.Service
Remove the specified Connector from the set associated from this Service.
removeConstraint(SecurityConstraint) - Method in interface org.apache.catalina.Context
Remove the specified security constraint from this web application.
removeConstraint(SecurityConstraint) - Method in class org.apache.catalina.core.StandardContext
Remove the specified security constraint from this web application.
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.
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.
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.
removeExecutor(Executor) - Method in class org.apache.catalina.core.StandardService
Removes an executor from the service
removeExecutor(Executor) - Method in interface org.apache.catalina.Service
Removes an executor from the service
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.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.
removeFromEnvironment(String) - Method in class org.apache.naming.SelectorContext
Removes an environment property from the environment of this context.
removeGroup(String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Remove an existing group and destroy the corresponding MBean.
removeGroup(String) - Method in class org.apache.catalina.mbeans.UserMBean
Remove a Group from those this user belongs to.
removeGroup(Group) - Method in interface org.apache.catalina.User
Remove a Group from those this user belongs to.
removeGroup(Group) - Method in interface org.apache.catalina.UserDatabase
Remove the specified Group from this user database.
removeGroup(Group) - Method in class org.apache.catalina.users.AbstractUser
Remove a Group from those this user belongs to.
removeGroup(Group) - Method in class org.apache.catalina.users.MemoryUser
Remove a Group from those this user belongs to.
removeGroup(Group) - Method in class org.apache.catalina.users.MemoryUserDatabase
Remove the specified Group from this user database.
removeGroups() - Method in interface org.apache.catalina.User
Remove all 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.
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.
removeInitParameter(String) - Method in class org.apache.catalina.core.StandardWrapper
Remove the specified initialization parameter from this servlet.
removeInitParameter(String) - Method in interface org.apache.catalina.Wrapper
Remove the specified initialization parameter from this servlet.
removeInstanceListener(String) - Method in interface org.apache.catalina.Context
Remove a class name from the set of InstanceListener classes that will be added to newly created Wrappers.
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.
removeInstanceListener(InstanceListener) - Method in interface org.apache.catalina.Wrapper
Remove a listener no longer interested in InstanceEvents.
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.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.core.StandardThreadExecutor
Remove a LifecycleEvent 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.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.CometConnectionManagerValve
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.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.
removeManager(Manager) - Method in interface org.apache.catalina.Cluster
Removes a manager from the cluster
removeManager(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Manager.
removeMapping(String) - Method in class org.apache.catalina.core.StandardWrapper
Remove a mapping associated with the wrapper.
removeMapping(String) - Method in interface org.apache.catalina.Wrapper
Remove a mapping associated with the wrapper.
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 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 interface org.apache.catalina.Session
Remove any object bound to the specified name in the internal notes for this session.
removeNote(String) - Method in class org.apache.catalina.session.StandardSession
Remove any object bound to the specified name in the internal notes for this session.
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.catalina.core.StandardContext
 
removeNotificationListener(NotificationListener) - Method in class org.apache.catalina.core.StandardContext
Remove a JMX-NotificationListener
removeNotificationListener(NotificationListener, NotificationFilter, Object) - Method in class org.apache.catalina.core.StandardWrapper
 
removeNotificationListener(NotificationListener) - Method in class org.apache.catalina.core.StandardWrapper
Remove a JMX-NotificationListener
removeNotificationListener(NotificationListener) - Method in class org.apache.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.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 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 interface org.apache.catalina.Loader
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.loader.WebappLoader
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Manager
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.realm.RealmBase
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Realm
Remove a property change listener from this component.
removePropertyChangeListener(PropertyChangeListener) - Method in class org.apache.catalina.session.ManagerBase
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.
removePropertyChangeListener(PropertyChangeListener) - Method in interface org.apache.catalina.Store
Remove a property change listener from this component.
removeQuotes(String, boolean) - Static method in class org.apache.catalina.authenticator.DigestAuthenticator
Removes the quotes on a string.
removeQuotes(String) - Static method in class org.apache.catalina.authenticator.DigestAuthenticator
Removes the quotes on a string.
removeRealm(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Realm.
removeRequestProcessor(RequestInfo) - Method in class org.apache.coyote.RequestGroupInfo
 
removeResource(String) - Method in class org.apache.catalina.core.NamingContextListener
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(String) - Method in class org.apache.catalina.mbeans.GroupMBean
Remove a Role from those this group belongs to.
removeRole(String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Remove an existing role and destroy the corresponding MBean.
removeRole(String) - Method in class org.apache.catalina.mbeans.UserMBean
Remove a Role from those this user belongs to.
removeRole(Role) - Method in interface org.apache.catalina.User
Remove a Role from those assigned to this user.
removeRole(Role) - Method in interface org.apache.catalina.UserDatabase
Remove the specified Role from this user database.
removeRole(Role) - Method in class org.apache.catalina.users.AbstractGroup
Remove a Role from those assigned to this group.
removeRole(Role) - Method in class org.apache.catalina.users.AbstractUser
Remove a Role from those assigned to this user.
removeRole(Role) - Method in class org.apache.catalina.users.MemoryGroup
Remove a Role from those assigned to this group.
removeRole(Role) - Method in class org.apache.catalina.users.MemoryUser
Remove a Role from those assigned to this user.
removeRole(Role) - Method in class org.apache.catalina.users.MemoryUserDatabase
Remove the specified Role from this user database.
removeRoleMapping(String) - Method in interface org.apache.catalina.Context
Remove any security role reference for the specified name
removeRoleMapping(String) - Method in class org.apache.catalina.core.StandardContext
Remove any security role reference for the specified name
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 class org.apache.catalina.core.StandardWrapper
Remove any security role reference for the specified role name.
removeSecurityReference(String) - Method in interface org.apache.catalina.Wrapper
Remove any security role reference for the specified role name.
removeSecurityRole(String) - Method in interface org.apache.catalina.Context
Remove any security role with the specified name.
removeSecurityRole(String) - Method in class org.apache.catalina.core.StandardContext
Remove any security role with the specified name.
removeService(String) - Method in class org.apache.catalina.core.NamingContextListener
Set the specified web services in the naming context.
removeService(Service) - Method in class org.apache.catalina.core.StandardServer
Remove the specified Service from the set associated from this Server.
removeService(String) - Method in class org.apache.catalina.deploy.NamingResources
Remove any web service reference with the specified name.
removeService(String) - Method in class org.apache.catalina.mbeans.MBeanFactory
Remove an existing Service.
removeService(Service) - Method in interface org.apache.catalina.Server
Remove the specified Service from the set associated from this Server.
removeServiced(String) - Method in class org.apache.catalina.manager.ManagerServlet
Invoke the removeServiced method on the deployer.
removeServiced(String) - Method in class org.apache.catalina.startup.HostConfig
Removed a serviced application from the list.
removeServletMapping(String) - Method in interface org.apache.catalina.Context
Remove any servlet mapping for the specified pattern, if it exists; otherwise, no action is taken.
removeServletMapping(String) - Method in class org.apache.catalina.core.StandardContext
Remove any servlet mapping for the specified pattern, if it exists; otherwise, no action is taken.
removeSession(String, Session) - Method in class org.apache.catalina.authenticator.SingleSignOn
Remove a single Session from a SingleSignOn.
removeSession(Session) - Method in class org.apache.catalina.authenticator.SingleSignOnEntry
Removes the given Session from the list of those associated with this SSO.
removeSession(String) - Method in class org.apache.catalina.session.PersistentManagerBase
Remove this Session from the active Sessions for this Manager, and from the Store.
removeSessionAttribute(String, String, String) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Removes an attribute from an HttpSession
removeSessionListener(SessionListener) - Method in interface org.apache.catalina.Session
Remove a session event listener from this component.
removeSessionListener(SessionListener) - Method in class org.apache.catalina.session.StandardSession
Remove a session event listener from this component.
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.
removeUser(String) - Method in class org.apache.catalina.mbeans.MemoryUserDatabaseMBean
Remove an existing user and destroy the corresponding MBean.
removeUser(User) - Method in interface org.apache.catalina.UserDatabase
Remove the specified User from this user database.
removeUser(User) - Method in class org.apache.catalina.users.MemoryUserDatabase
Remove the specified User from this user database.
removeValue(String) - Method in class org.apache.catalina.session.StandardSession
Deprecated. As of Version 2.2, this method is replaced by removeAttribute()
removeValue(String) - Method in class org.apache.catalina.session.StandardSessionFacade
 
removeValve(Valve) - Method in class org.apache.catalina.core.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.
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.
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.
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.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.
rename(Name, Name) - Method in class org.apache.naming.SelectorContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String) - Method in class org.apache.naming.SelectorContext
Binds a new name to the object bound to an old name, and unbinds the old name.
rename(String, String, long) - Static method in class org.apache.tomcat.jni.File
Rename the specified file.
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.
renegotiate(long) - Static method in class org.apache.tomcat.jni.SSLSocket
Do a SSL renegotiation.
repeat(char, int) - Method in class org.apache.catalina.ssi.SSIFsize
 
replacements - Static variable in class org.apache.catalina.connector.Connector
 
replay - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Replay read.
replay - Variable in class org.apache.coyote.ajp.AjpProcessor
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
 
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.
request - Variable in class org.apache.catalina.connector.CometEventImpl
Associated request.
Request - Class in org.apache.catalina.connector
Wrapper object for the Coyote request.
Request() - Constructor for class org.apache.catalina.connector.Request
 
request - Variable in class org.apache.catalina.connector.RequestFacade
The wrapped request.
request - Variable in class org.apache.catalina.connector.Response
The request with which this response is associated.
REQUEST - Static variable in class org.apache.catalina.core.ApplicationFilterFactory
 
REQUEST - Static variable in class org.apache.catalina.deploy.FilterMap
 
request - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Request object.
request - Variable in class org.apache.coyote.ajp.AjpProcessor
Request object.
request - Variable in class org.apache.coyote.http11.Http11AprProcessor
Request object.
request - Variable in class org.apache.coyote.http11.Http11NioProcessor
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.
request - Variable in class org.apache.coyote.http11.InternalNioInputBuffer
Associated Coyote request.
Request - Class in org.apache.coyote
This is a low-level, efficient representation of a server request.
Request() - Constructor for class org.apache.coyote.Request
 
REQUEST_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
 
requestDispatcherPath - Variable in class org.apache.catalina.connector.Request
The current request dispatcher path.
RequestDumperValve - Class in org.apache.catalina.valves
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
 
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?
RequestFacade - Class in org.apache.catalina.connector
Facade class that wraps a Coyote request object.
RequestFacade(Request) - Constructor for class org.apache.catalina.connector.RequestFacade
Construct a wrapper for the specified request.
RequestFilterValve - Class in org.apache.catalina.valves
Implementation of a Valve that performs filtering based on comparing the appropriate request property (selected based on which subclass you choose to configure into your Container's pipeline) against a set of regular expressions configured for this Valve.
RequestFilterValve() - Constructor for class org.apache.catalina.valves.RequestFilterValve
 
RequestGroupInfo - Class in org.apache.coyote
This can be moved to top level ( eventually with a better name ).
RequestGroupInfo() - Constructor for class org.apache.coyote.RequestGroupInfo
 
requestHandler(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.ssi.SSIServlet
Process our request and locate right SSI command.
requestHeaderMessage - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Header message.
requestHeaderMessage - Variable in class org.apache.coyote.ajp.AjpProcessor
Header message.
RequestInfo - Class in org.apache.coyote
Structure holding the Request and Response objects.
RequestInfo(Request) - Constructor for class org.apache.coyote.RequestInfo
 
requestProcessors - Variable in class org.apache.catalina.manager.StatusManagerServlet
Vector of request processors object names.
requestURI() - Method in class org.apache.coyote.Request
 
RequestUtil - Class in org.apache.catalina.util
General purpose request parsing and encoding utility methods.
RequestUtil() - Constructor for class org.apache.catalina.util.RequestUtil
 
requireClientAuth - Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Flag to state that we require client authentication.
requiredSecret - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Required secret.
requiredSecret - Variable in class org.apache.coyote.ajp.AjpAprProtocol
Required secret.
requiredSecret - Variable in class org.apache.coyote.ajp.AjpProcessor
Required secret.
requiredSecret - Variable in class org.apache.coyote.ajp.AjpProtocol
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.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.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.InternalNioOutputBuffer
Reset current response.
reset() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Reset current response.
reset() - Method in class org.apache.coyote.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.net.NioChannel
 
reset(NioEndpoint.Poller, NioChannel, long) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
reset() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
reset(NioChannel, NioEndpoint.KeyAttachment, int) - Method in class org.apache.tomcat.util.net.NioEndpoint.PollerEvent
 
reset() - Method in class org.apache.tomcat.util.net.NioEndpoint.PollerEvent
 
reset(NioChannel, SocketStatus) - Method in class org.apache.tomcat.util.net.NioEndpoint.SocketProcessor
 
reset(SSLEngine) - Method in class org.apache.tomcat.util.net.SecureNioChannel
 
reset() - Method in class org.apache.tomcat.util.net.SecureNioChannel
 
resetBuffer() - Method in class org.apache.catalina.connector.Response
Reset the data buffer but not any status or header information.
resetBuffer(boolean) - Method in class org.apache.catalina.connector.Response
Reset the data buffer and the using Writer/Stream flags but not any status or header information.
resetBuffer() - Method in class org.apache.catalina.connector.ResponseFacade
 
resetBuffer() - Method in class org.apache.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
 
resetLatch(CountDownLatch) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
resetReadLatch() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
resetScoreboard() - Method in class org.apache.jk.common.Shm
 
resetScoreboard() - Method in class org.apache.jk.common.Shm14
 
resetWriteLatch() - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
resize(int) - Method in class org.apache.tomcat.util.net.AprEndpoint.WorkerStack
Resize the queue.
resize(int) - Method in class org.apache.tomcat.util.net.JIoEndpoint.WorkerStack
Resize the queue.
resize(int) - Method in class org.apache.tomcat.util.net.NioEndpoint.WorkerStack
Resize the queue.
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
 
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.
Resource - Class in org.apache.naming.resources
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 in org.apache.naming.resources
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 in org.apache.catalina.deploy
Representation of an Context element
ResourceBase() - Constructor for class org.apache.catalina.deploy.ResourceBase
 
ResourceCache - Class in org.apache.naming.resources
Implements a special purpose cache.
ResourceCache() - Constructor for class org.apache.naming.resources.ResourceCache
 
resourceEntries - Variable in class org.apache.catalina.loader.WebappClassLoader
The cache of ResourceEntry for classes and resources we have loaded, keyed by resource name.
ResourceEntry - Class in org.apache.catalina.loader
Resource entry.
ResourceEntry() - Constructor for class org.apache.catalina.loader.ResourceEntry
 
ResourceEnvFactory - Class in org.apache.naming.factory
Object factory for Resources env.
ResourceEnvFactory() - Constructor for class org.apache.naming.factory.ResourceEnvFactory
 
ResourceEnvRef - Class in org.apache.naming
Represents a reference address to a resource environment.
ResourceEnvRef(String) - Constructor for class org.apache.naming.ResourceEnvRef
Resource env reference.
ResourceEnvRef(String, String, String) - Constructor for class org.apache.naming.ResourceEnvRef
Resource env reference.
ResourceFactory - Class in org.apache.naming.factory
Object factory for Resources.
ResourceFactory() - Constructor for class org.apache.naming.factory.ResourceFactory
 
ResourceLinkFactory - Class in org.apache.naming.factory
Object factory for resource links.
ResourceLinkFactory() - Constructor for class org.apache.naming.factory.ResourceLinkFactory
 
ResourceLinkRef - Class in org.apache.naming
Represents a reference address to a resource.
ResourceLinkRef(String, String) - Constructor for class org.apache.naming.ResourceLinkRef
ResourceLink Reference.
ResourceLinkRef(String, String, String, String) - Constructor for class org.apache.naming.ResourceLinkRef
ResourceLink Reference.
resourceName - Variable in class org.apache.catalina.realm.UserDatabaseRealm
The global JNDI name of the UserDatabase resource we will be utilizing.
ResourceRef - Class in org.apache.naming
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.
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(PrintWriter, String) - Method in class org.apache.catalina.manager.ManagerServlet
Render a list of available global JNDI resources.
resources - Variable in class org.apache.catalina.servlets.DefaultServlet
Proxy directory context.
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.
ResourceSet - Class in org.apache.catalina.util
Extended implementation of HashSet that includes a locked property.
ResourceSet() - Constructor for class org.apache.catalina.util.ResourceSet
Construct a new, empty set with the default initial capacity and load factor.
ResourceSet(int) - Constructor for class org.apache.catalina.util.ResourceSet
Construct a new, empty set with the specified initial capacity and default load factor.
ResourceSet(int, float) - Constructor for class org.apache.catalina.util.ResourceSet
Construct a new, empty set with the specified initial capacity and load factor.
ResourceSet(Collection) - Constructor for class org.apache.catalina.util.ResourceSet
Construct a new set with the same contents as the existing collection.
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.CometEventImpl
Associated response.
response - Variable in class org.apache.catalina.connector.Request
The response with which this request is associated.
Response - Class in org.apache.catalina.connector
Wrapper object for the Coyote response.
Response() - Constructor for class org.apache.catalina.connector.Response
 
response - Variable in class org.apache.catalina.connector.ResponseFacade
The wrapped response.
response - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Response object.
response - Variable in class org.apache.coyote.ajp.AjpProcessor
Response object.
response - Variable in class org.apache.coyote.http11.Http11AprProcessor
Response object.
response - Variable in class org.apache.coyote.http11.Http11NioProcessor
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.InternalNioOutputBuffer
Associated Coyote response.
response - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Associated Coyote response.
Response - Class in org.apache.coyote
Response object.
Response() - Constructor for class org.apache.coyote.Response
 
ResponseFacade - Class in org.apache.catalina.connector
Facade class that wraps a Coyote response object.
ResponseFacade(Response) - Constructor for class org.apache.catalina.connector.ResponseFacade
Construct a wrapper for the specified response.
responseHeaderMessage - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Message used for response header composition.
responseHeaderMessage - Variable in class org.apache.coyote.ajp.AjpProcessor
Message used for response header composition.
ResponseIncludeWrapper - Class in org.apache.catalina.ssi
A HttpServletResponseWrapper, used from SSIServletExternalResolver
ResponseIncludeWrapper(ServletContext, HttpServletRequest, HttpServletResponse, ServletOutputStream) - Constructor for class org.apache.catalina.ssi.ResponseIncludeWrapper
Initialize our wrapper with the current HttpServletResponse and ServletOutputStream.
responseTransArray - Static variable in class org.apache.coyote.ajp.Constants
 
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.Http11AprProtocol
User agents regular expressions which should be restricted to HTTP/1.0 support.
restrictedUserAgents - Variable in class org.apache.coyote.http11.Http11NioProcessor
List of restricted user agents.
restrictedUserAgents - Variable in class org.apache.coyote.http11.Http11Processor
List of restricted user agents.
restrictedUserAgents - Variable in class org.apache.coyote.http11.Http11Protocol
User agents regular expressions which should be restricted to HTTP/1.0 support.
resume() - Method in class org.apache.catalina.connector.Connector
Pause the connector.
resume() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
resume() - Method in class org.apache.coyote.ajp.AjpProtocol
 
resume() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
resume() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
resume() - Method in class org.apache.coyote.http11.Http11Protocol
 
resume() - Method in class org.apache.coyote.memory.MemoryProtocolHandler
 
resume() - Method in interface org.apache.coyote.ProtocolHandler
Resume the protocol (optional).
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.
resume() - Method in class org.apache.tomcat.util.net.BaseEndpoint
Resume the endpoint, which will make it start accepting new sockets again.
resume() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
resume() - Method in class org.apache.tomcat.util.net.NioEndpoint
Resume the endpoint, which will make it start accepting new sockets again.
resumeEndpoint() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
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.
ReverseComparator - Class in org.apache.catalina.manager.util
Comparator which reverse the sort order
ReverseComparator(Comparator) - Constructor for class org.apache.catalina.manager.util.ReverseComparator
 
rewind(long) - Static method in class org.apache.tomcat.jni.Directory
Rewind the directory to the first entry.
rewriteUrl(String) - Method in class org.apache.catalina.servlets.DefaultServlet
URL rewriter.
rfc1036Format - Static variable in class org.apache.catalina.util.DateTool
 
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"
rfc1123Format - Static variable in class org.apache.catalina.util.DateTool
DateFormat to be used to format dates
rfc822(long) - Static method in class org.apache.tomcat.jni.Time
Formats dates in the RFC822 format in an efficient manner.
rgOname - Variable in class org.apache.coyote.ajp.AjpAprProtocol
 
rgOname - Variable in class org.apache.coyote.ajp.AjpProtocol
 
rgOname - Variable in class org.apache.coyote.http11.Http11Protocol
 
Role - Interface in org.apache.catalina
Abstract representation of a security role, suitable for use in environments like JAAS that want to deal with Principals.
roleBase - Variable in class org.apache.catalina.realm.JNDIRealm
The base element for role searches.
roleClasses - Variable in class org.apache.catalina.realm.JAASRealm
The list of role class names, split out for easy processing.
roleClassNames - Variable in class org.apache.catalina.realm.JAASRealm
Comma-delimited list of java.security.Principal classes that represent security roles.
roleFormat - Variable in class org.apache.catalina.realm.JNDIRealm
The MessageFormat object associated with the current roleSearch.
RoleMBean - Class in org.apache.catalina.mbeans
A ModelMBean implementation for the org.apache.catalina.Role component.
RoleMBean() - Constructor for class org.apache.catalina.mbeans.RoleMBean
Construct a ModelMBean with default ModelMBeanInfo information.
roleName - Variable in class org.apache.catalina.realm.JNDIRealm
The name of the attribute containing roles held elsewhere
rolename - Variable in class org.apache.catalina.users.AbstractRole
The role name of this Role.
roleNameCol - Variable in class org.apache.catalina.realm.DataSourceRealm
The column in the user role table that names a role
roleNameCol - Variable in class org.apache.catalina.realm.JDBCRealm
The column in the user role table that names a role
roles(PrintWriter) - Method in class org.apache.catalina.manager.ManagerServlet
Render a list of security role names (and corresponding descriptions) from the org.apache.catalina.UserDatabase resource that is connected to the users resource reference.
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.
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?
rootPool - Variable in class org.apache.tomcat.util.net.AprEndpoint
Root APR memory pool.
rotatable - Variable in class org.apache.catalina.valves.AccessLogValve
Should we rotate our log file? Default is true (like old behavior)
rotate(String) - Method in class org.apache.catalina.valves.AccessLogValve
Rename the existing log file to something else.
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
 
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
run() - Method in class org.apache.catalina.startup.Catalina.CatalinaShutdownHook
 
run() - Method in class org.apache.jk.apr.TomcatStarter
 
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.SocketEventProcessor
 
run() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketProcessor
 
run() - Method in class org.apache.tomcat.util.net.AprEndpoint.SocketWithOptionsProcessor
 
run() - Method in class org.apache.tomcat.util.net.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.JIoEndpoint.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.JIoEndpoint.SocketProcessor
 
run() - Method in class org.apache.tomcat.util.net.JIoEndpoint.Worker
The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.
run - Variable in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
 
run() - Method in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
 
run() - Method in class org.apache.tomcat.util.net.NioEndpoint.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.NioEndpoint.Poller
The background thread that listens for incoming TCP/IP connections and hands them off to an appropriate processor.
run() - Method in class org.apache.tomcat.util.net.NioEndpoint.PollerEvent
 
run() - Method in class org.apache.tomcat.util.net.NioEndpoint.SocketProcessor
 
run() - Method in class org.apache.tomcat.util.net.NioEndpoint.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.
runAs - Variable in class org.apache.catalina.core.StandardWrapper
The run-as identity for this servlet.
runIt(Object[]) - Method in class org.apache.jk.common.ChannelNioSocket.Poller
 
runIt(Object[]) - Method in class org.apache.jk.common.ChannelNioSocket.SocketConnection
 
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.
running - Variable in class org.apache.tomcat.util.net.BaseEndpoint
Running state of the endpoint.
running - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Running state of the endpoint.
running - Variable in class org.apache.tomcat.util.net.NioEndpoint
Running state of the endpoint.
rxBufSize - Variable in class org.apache.tomcat.util.net.SocketProperties
Socket receive buffer size in bytes (SO_RCVBUF) Default value is 25188

S

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(PrintWriter, String) - Method in class org.apache.catalina.manager.ManagerServlet
Store server configuration.
save(Session) - Method in class org.apache.catalina.session.FileStore
Save the specified Session into this Store.
save(Session) - Method in class org.apache.catalina.session.JDBCStore
Save a session to the Store.
save(Session) - Method in interface org.apache.catalina.Store
Save the specified Session into this Store.
save() - Method in interface org.apache.catalina.UserDatabase
Save any updated information to the persistent storage location for this user database.
save() - Method in class org.apache.catalina.users.MemoryUserDatabase
Save any updated information to the persistent storage location for this user database.
SavedRequest - Class in org.apache.catalina.authenticator
Object that saves the critical information from a request so that form-based authentication can reproduce it once the user has been authenticated.
SavedRequest() - Constructor for class org.apache.catalina.authenticator.SavedRequest
 
SavedRequestInputFilter - Class in org.apache.coyote.http11.filters
Input filter responsible for replaying the request body when restoring the saved request after FORM authentication.
SavedRequestInputFilter(ByteChunk) - Constructor for class org.apache.coyote.http11.filters.SavedRequestInputFilter
Create a new SavedRequestInputFilter.
savedRequestURL(Session) - Method in class org.apache.catalina.authenticator.FormAuthenticator
Return the request URI (with the corresponding query string, if any) from the saved request so that we can redirect to it.
saveOnRestart - Variable in class org.apache.catalina.session.PersistentManagerBase
Whether to save and reload sessions when the Manager unload and load methods are called.
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.
sc - Variable in class org.apache.tomcat.util.net.NioChannel
 
SC_A_ARE_DONE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_A_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_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_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_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_AJP13_MAX - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_CONTENT_LANGUAGE - Static variable in class org.apache.coyote.ajp.Constants
 
SC_RESP_CONTENT_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
 
schemaExtension - Variable in class org.apache.catalina.util.SchemaResolver
Extension to make the difference between DTD and Schema.
SchemaResolver - Class in org.apache.catalina.util
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.
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
 
SCOPE - Static variable in class org.apache.naming.ResourceRef
Scope address type.
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.
sec(long) - Static method in class org.apache.tomcat.jni.Time
 
secondsToTimeString(long) - Static method in class org.apache.catalina.manager.JspHelper
 
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
This field indicates if the protocol is secure from the perspective of the client (= https is used).
secure - Variable in class org.apache.coyote.http11.Http11NioProtocol
 
secure - Variable in class org.apache.coyote.http11.Http11Protocol
This field indicates if the protocol is secure from the perspective of the client (= https is used).
secure - Variable in class org.apache.tomcat.util.net.NioEndpoint
 
SecureNioChannel - Class in org.apache.tomcat.util.net
Implementation of a secure socket channel
SecureNioChannel(SocketChannel, SSLEngine, SecureNioChannel.ApplicationBufferHandler, NioSelectorPool) - Constructor for class org.apache.tomcat.util.net.SecureNioChannel
 
SecureNioChannel.ApplicationBufferHandler - Interface in org.apache.tomcat.util.net
Callback interface to be able to expand buffers when buffer overflow exceptions happen
securePagesWithPragma - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
Flag to determine if we disable proxy caching with headers incompatible with IE
SecurityClassLoad - Class in org.apache.catalina.security
Static class used to preload java classes when using the Java SecurityManager so that the defineClassInPackage RuntimePermission does not trigger an AccessControlException.
SecurityClassLoad() - Constructor for class org.apache.catalina.security.SecurityClassLoad
 
securityClassLoad(ClassLoader) - Static method in class org.apache.catalina.security.SecurityClassLoad
 
SecurityCollection - Class in org.apache.catalina.deploy
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 in org.apache.catalina.security
Util class to protect Catalina against package access and insertion.
SecurityConstraint - Class in org.apache.catalina.deploy
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.
securityManager - Variable in class org.apache.catalina.loader.WebappClassLoader
Instance of the SecurityManager installed.
SecurityRoleRef - Class in org.apache.catalina.deploy
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 in org.apache.catalina.security
This utility class associates a Subject to the current AccessControlContext.
SecurityUtil() - Constructor for class org.apache.catalina.security.SecurityUtil
 
seek(long, int, long) - Static method in class org.apache.tomcat.jni.File
Move the read/write file offset to a specified byte within a file.
selector - Variable in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
 
selector - Variable in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
SelectorContext - Class in org.apache.naming
Catalina JNDI Context implementation.
SelectorContext(Hashtable) - Constructor for class org.apache.naming.SelectorContext
Builds a Catalina selector context using the given environment.
SelectorContext(Hashtable, boolean) - Constructor for class org.apache.naming.SelectorContext
Builds a Catalina selector context using the given environment.
selectorPool - Variable in class org.apache.tomcat.util.net.NioEndpoint
 
selectors - Variable in class org.apache.tomcat.util.net.NioSelectorPool
 
selectorTimeout - Variable in class org.apache.tomcat.util.net.NioEndpoint
 
semaphore - Variable in class org.apache.catalina.valves.SemaphoreValve
Semaphore.
SemaphoreValve - Class in org.apache.catalina.valves
Implementation of a Valve that limits concurrency.
SemaphoreValve() - Constructor for class org.apache.catalina.valves.SemaphoreValve
 
SEMI_COLON - Static variable in class org.apache.coyote.http11.Constants
SEMI_COLON.
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.
send(long, byte[], int, int) - Static method in class org.apache.tomcat.jni.Socket
Send data over a network.
SEND_HEAD_LEN - Static variable in class org.apache.coyote.ajp.Constants
 
sendAck() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Send an acknoledgement.
sendAck() - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
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
 
sendb(long, ByteBuffer, int, int) - Static method in class org.apache.tomcat.jni.Socket
Send data over a network.
sendbb(long, int, int) - Static method in class org.apache.tomcat.jni.Socket
Send data over a network using internally set ByteBuffer
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
 
sendfile(long, long, byte[][], byte[][], long, long, int) - Static method in class org.apache.tomcat.jni.Socket
Send a file from an open file descriptor to a socket, along with optional headers and trailers.
sendFile - Variable in class org.apache.tomcat.util.net.NioChannel
 
sendfileCount - Variable in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
sendfileData - Variable in class org.apache.coyote.http11.Http11AprProcessor
Sendfile data.
sendfileData - Variable in class org.apache.coyote.http11.Http11NioProcessor
Sendfile data.
sendfileData - Variable in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
sendfileData - Variable in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
sendfilen(long, long, long, long, int) - Static method in class org.apache.tomcat.jni.Socket
Send a file without header and trailer arrays.
sendfilePollset - Variable in class org.apache.tomcat.util.net.AprEndpoint.Sendfile
 
sendfileRoundRobin - Variable in class org.apache.tomcat.util.net.AprEndpoint
 
sendfiles - Variable in class org.apache.tomcat.util.net.AprEndpoint
The static file sender.
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.
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.InternalNioOutputBuffer
Send a header.
sendHeader(ByteChunk, ByteChunk) - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
Send a header.
sendHeader(String, String) - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
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.
SendMailFactory - Class in org.apache.naming.factory
Factory class that creates a JNDI named javamail MimePartDataSource object which can be used for sending email using SMTP.
SendMailFactory() - Constructor for class org.apache.naming.factory.SendMailFactory
 
sendNewMessageNotification(Notification) - Method in class org.apache.jk.common.ChannelNioSocket
 
sendNewMessageNotification(Notification) - Method in class org.apache.jk.common.ChannelSocket
 
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
 
sendStatus() - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Send the response status line.
sendStatus() - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
Send the response status line.
sendStatus() - Method in class org.apache.coyote.http11.InternalOutputBuffer
Send the response status line.
sendto(long, long, int, byte[], int, int) - Static method in class org.apache.tomcat.jni.Socket
 
sendv(long, byte[][]) - Static method in class org.apache.tomcat.jni.Socket
Send multiple packets of data over a network.
sequence - Variable in class org.apache.tomcat.util.net.AprEndpoint
Sequence number used to generate thread names.
sequence - Variable in class org.apache.tomcat.util.net.BaseEndpoint
Sequence number used to generate thread names.
sequence - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Sequence number used to generate thread names.
sequence - Variable in class org.apache.tomcat.util.net.NioEndpoint
Sequence number used to generate thread names.
sequenceNumber - Variable in class org.apache.catalina.core.StandardWrapper
The notification sequence number.
Server - Interface in org.apache.catalina
A Server element represents the entire Catalina servlet container.
server - Variable in class org.apache.catalina.startup.Catalina
The server component we are starting or stopping
server - Variable in class org.apache.coyote.http11.Http11AprProcessor
Allow a customized the server header for the tin-foil hat folks.
server - Variable in class org.apache.coyote.http11.Http11AprProtocol
Server header.
server - Variable in class org.apache.coyote.http11.Http11NioProcessor
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.
server - Variable in class org.apache.coyote.http11.Http11Protocol
Server header.
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.
SERVER_HEADER_SECTION - Static variable in class org.apache.catalina.manager.Constants
 
SERVER_HEADER_SECTION - Static variable in class org.apache.catalina.manager.host.Constants
 
SERVER_ROW_SECTION - Static variable in class org.apache.catalina.manager.Constants
 
SERVER_ROW_SECTION - Static variable in class org.apache.catalina.manager.host.Constants
 
serveRequest(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.InvokerServlet
Deprecated. 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.
ServerFactory - Class in org.apache.catalina
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(PrintWriter) - Method in class org.apache.catalina.manager.ManagerServlet
Writes System OS and JVM properties.
ServerInfo - Class in org.apache.catalina.util
Simple utility module to make it easy to plug in the server identifier when integrating Tomcat.
ServerInfo() - Constructor for class org.apache.catalina.util.ServerInfo
 
ServerLifecycleListener - Class in org.apache.catalina.mbeans
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
 
serverName() - Method in class org.apache.coyote.Request
Return the buffer holding the server name, if any.
serverPollset - Variable in class org.apache.tomcat.util.net.AprEndpoint.Poller
 
serverSock - Variable in class org.apache.tomcat.util.net.AprEndpoint
Server socket "pointer".
serverSock - Variable in class org.apache.tomcat.util.net.NioEndpoint
Server socket "pointer".
serverSocket - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Associated server socket.
serverSocketFactory - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Server socket factory.
ServerSocketFactory - Class in org.apache.tomcat.util.net
This class creates server sockets.
ServerSocketFactory() - Constructor for class org.apache.tomcat.util.net.ServerSocketFactory
Constructor is used only by subclasses.
serverSockPool - Variable in class org.apache.tomcat.util.net.AprEndpoint
APR memory pool for the server socket.
service - Variable in class org.apache.catalina.connector.Connector
The Service we are associated with (if any).
service(Request, Response) - Method in class org.apache.catalina.connector.CoyoteAdapter
Service method.
Service - Interface in org.apache.catalina
A Service is a group of one or more Connectors that share a single Container to process their incoming requests.
service(HttpServletRequest, HttpServletResponse) - Method in class org.apache.catalina.servlets.WebdavServlet
Handles the special WebDAV methods.
service(Request, Response) - Method in interface org.apache.coyote.Adapter
Call the service method, and notify all listeners
SERVICE_INTERFACE - Static variable in class org.apache.naming.ServiceRef
Service Classname address type.
SERVICE_LOCAL_PART - Static variable in class org.apache.naming.ServiceRef
 
SERVICE_NAMESPACE - Static variable in class org.apache.naming.ServiceRef
ServiceQname address type.
serviced - Variable in class org.apache.catalina.startup.HostConfig
List of applications which are being serviced, and shouldn't be deployed/undeployed/redeployed at the moment.
SERVICEENDPOINTINTERFACE - Static variable in class org.apache.naming.ServiceRef
port-component-ref/service-endpoint-interface address type.
ServiceRef - Class in org.apache.naming
Represents a reference web service.
ServiceRef(String, String, String[], String, String) - Constructor for class org.apache.naming.ServiceRef
Service Reference.
ServiceRef(String, String, String[], String, String, String, String) - Constructor for class org.apache.naming.ServiceRef
Service Reference.
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.
servletClass - Variable in class org.apache.catalina.core.StandardWrapper
The fully qualified servlet class name for this servlet.
servletContext - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
 
servletOutputStream - Variable in class org.apache.catalina.ssi.ResponseIncludeWrapper
 
servletPath - Variable in class org.apache.catalina.core.DummyRequest
 
servname - Variable in class org.apache.tomcat.jni.Sockaddr
Either a string of the port number or the service name for the port
SESS_PASSWORD_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The notes key for the password used to authenticate this user.
SESS_USERNAME_NOTE - Static variable in class org.apache.catalina.authenticator.Constants
The notes key for the username used to authenticate this user.
session - Variable in class org.apache.catalina.connector.Request
The currently active session for this request.
Session - Interface in org.apache.catalina
A Session is the Catalina-internal facade for an HttpSession that is used to maintain state information between requests for a particular user of a web application.
SESSION_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 class org.apache.tomcat.util.net.BaseEndpoint
The Request attribute key for the session id.
SESSION_ID_KEY - Static variable in class org.apache.tomcat.util.net.JIoEndpoint
The Request attribute key for the session id.
SESSION_ID_KEY - Static variable in class org.apache.tomcat.util.net.NioEndpoint
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.
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.
sessionCacheSize - Variable in class org.apache.tomcat.util.net.NioEndpoint
 
sessionCacheTimeout - Variable in class org.apache.tomcat.util.net.NioEndpoint
 
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
 
sessionCreated(HttpSessionEvent) - Method in class org.apache.catalina.valves.CometConnectionManagerValve
 
sessionDataCol - Variable in class org.apache.catalina.session.JDBCStore
Data column to use.
sessionDestroyed(HttpSessionEvent) - Method in class org.apache.catalina.valves.CometConnectionManagerValve
 
sessionDetailJspPath - Variable in class org.apache.catalina.manager.HTMLManagerServlet
 
sessionEvent(SessionEvent) - Method in class org.apache.catalina.authenticator.SingleSignOn
Acknowledge the occurrence of the specified event.
SessionEvent - Class in org.apache.catalina
General event for notifying listeners of significant changes on a Session.
SessionEvent(Session, String, Object) - Constructor for class org.apache.catalina.SessionEvent
Construct a new SessionEvent with the specified parameters.
sessionEvent(SessionEvent) - Method in interface org.apache.catalina.SessionListener
Acknowledge the occurrence of the specified event.
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.
sessionLastAccessedCol - Variable in class org.apache.catalina.session.JDBCStore
Last Accessed column to use.
SessionListener - Interface in org.apache.catalina
Interface defining a listener for significant Session generated events.
sessionMaxAliveTime - Variable in class org.apache.catalina.session.ManagerBase
The longest time (in seconds) that an expired session had been alive.
sessionMaxInactiveCol - Variable in class org.apache.catalina.session.JDBCStore
Max Inactive column to use.
sessionParsed - Variable in class org.apache.catalina.connector.Request
Session parsed flag.
sessions - Variable in class org.apache.catalina.authenticator.SingleSignOnEntry
 
sessions(String, int) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Display session information and invoke list.
sessions(String) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Display session information and invoke list.
sessions(PrintWriter, String, int) - Method in class org.apache.catalina.manager.ManagerServlet
Session information for the web application at the specified context path.
sessions(PrintWriter, String) - Method in class org.apache.catalina.manager.ManagerServlet
Session information for the web application at the specified context path.
sessions - Variable in class org.apache.catalina.session.ManagerBase
The set of currently active Sessions for this Manager, keyed by session identifier.
sessionsListJspPath - Variable in class org.apache.catalina.manager.HTMLManagerServlet
 
sessionTable - Variable in class org.apache.catalina.session.JDBCStore
Table to use.
SessionUtils - Class in org.apache.catalina.manager.util
Utility methods on HttpSessions...
sessionValidCol - Variable in class org.apache.catalina.session.JDBCStore
Is Valid column to use.
setAcceptorThreadCount(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setAcceptorThreadCount(int) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setAcceptorThreadCount(int) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setAcceptorThreadPriority(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setAcceptorThreadPriority(int) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
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.ajp.AjpProcessor
Set the associated adapter.
setAdapter(Adapter) - Method in class org.apache.coyote.ajp.AjpProtocol
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
 
setAdapter(Adapter) - Method in class org.apache.coyote.http11.Http11NioProcessor
Set the associated adapter.
setAdapter(Adapter) - Method in class org.apache.coyote.http11.Http11NioProtocol
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.http11.Http11Protocol
 
setAdapter(Adapter) - Method in class org.apache.coyote.memory.MemoryProtocolHandler
The adapter, used to call the connector.
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.jk.server.JkCoyoteHandler
The adapter, used to call the connector
setAddress(InetAddress) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setAddress(InetAddress) - Method in class org.apache.coyote.ajp.AjpProtocol
 
setAddress(InetAddress) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setAddress(InetAddress) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setAddress(InetAddress) - Method in class org.apache.coyote.http11.Http11Protocol
 
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.BaseEndpoint
 
setAddress(InetAddress) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setAddress(InetAddress) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
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.Http11NioProtocol
 
setAlgorithm(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setAlgorithm(String) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
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.
SetAllPropertiesRule - Class in org.apache.catalina.startup
Rule that uses the introspection utils to set properties.
SetAllPropertiesRule() - Constructor for class org.apache.catalina.startup.SetAllPropertiesRule
 
SetAllPropertiesRule(String[]) - Constructor for class org.apache.catalina.startup.SetAllPropertiesRule
 
setAllRolesMode(String) - Method in class org.apache.catalina.realm.RealmBase
Set the all roles mode.
setAltDDName(String) - Method in interface org.apache.catalina.Context
Set an alternate Deployment Descriptor name.
setAltDDName(String) - Method in class org.apache.catalina.core.StandardContext
Set an alternate Deployment Descriptor name.
setAlternateURL(String) - Method in class org.apache.catalina.realm.JNDIRealm
Setter for property alternateURL.
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 class org.apache.catalina.core.StandardHost
Set the application root for this Host.
setAppBase(String) - Method in interface org.apache.catalina.Host
Set the application root for this Host.
setAppCommitted(boolean) - Method in class org.apache.catalina.connector.Response
Set the application commit flag.
setAppCommitted(boolean) - Method in class org.apache.catalina.core.DummyResponse
 
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.
setAppName(String) - Method in class org.apache.catalina.realm.JAASRealm
Deprecated. JAAS should use the Engine (domain) name and webpp/host overrides
setAppReadBufSize(int) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setAppWriteBufSize(int) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setAprHome(String) - Method in class org.apache.jk.apr.AprImpl
 
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(PrintWriter, String, String, String) - Method in class org.apache.catalina.manager.JMXProxyServlet
 
setAttribute(Attribute) - Method in class org.apache.catalina.mbeans.ConnectorMBean
Set the value of a specific attribute of this MBean.
setAttribute(Attribute) - Method in class org.apache.catalina.mbeans.ContextEnvironmentMBean
Set the value of a specific attribute of this MBean.
setAttribute(Attribute) - Method in class org.apache.catalina.mbeans.ContextResourceLinkMBean
Set the value of a specific attribute of this MBean.
setAttribute(Attribute) - Method in class org.apache.catalina.mbeans.ContextResourceMBean
Set the value of a specific attribute of this MBean.
setAttribute(String, Object) - Method in class org.apache.catalina.session.StandardSession
Bind an object to this session, using the specified name.
setAttribute(String, Object, boolean) - Method in class org.apache.catalina.session.StandardSession
Bind an object to this session, using the specified name.
setAttribute(String, Object) - Method in class org.apache.catalina.session.StandardSessionFacade
 
setAttribute(String, Object) - Method in class org.apache.coyote.ajp.AjpAprProtocol
Pass config info
setAttribute(String, Object) - Method in class org.apache.coyote.ajp.AjpProtocol
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.Http11NioProtocol
Pass config info
setAttribute(String, Object) - Method in class org.apache.coyote.http11.Http11Protocol
Pass config info
setAttribute(String, Object) - Method in class org.apache.coyote.memory.MemoryProtocolHandler
Pass config info.
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.jk.server.JkCoyoteHandler
Pass config info
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.
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.
setAuthenticateHeader(Request, Response, LoginConfig, String) - Method in class org.apache.catalina.authenticator.DigestAuthenticator
Generates the WWW-Authenticate header.
setAuthentication(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the type of authentication to use.
setAuthMethod(String) - Method in class org.apache.catalina.deploy.LoginConfig
 
setAuthMode(String) - Method in class org.apache.jk.common.JkMX
 
setAuthorization(String) - Method in class org.apache.catalina.core.DummyRequest
 
setAuthPassword(String) - Method in class org.apache.jk.common.JkMX
 
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 interface org.apache.catalina.Session
Set the authentication type used to authenticate our cached Principal, if any.
setAuthType(String) - Method in class org.apache.catalina.session.StandardSession
Set the authentication type used to authenticate our cached Principal, if any.
setAuthUser(String) - Method in class org.apache.jk.common.JkMX
 
setAutoDeploy(boolean) - Method in class org.apache.catalina.core.StandardHost
Set the auto deploy flag value for this host.
setAutoDeploy(boolean) - Method in interface org.apache.catalina.Host
Set the auto deploy flag value for this host.
setAvailable(boolean) - Method in interface org.apache.catalina.Context
Set the application available flag for this Context.
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.
setAvailable(long) - Method in interface org.apache.catalina.Wrapper
Set the available date/time for this servlet, in milliseconds since the epoch.
setAvailable(int) - Method in class org.apache.coyote.Request
 
setAwait(boolean) - Method in class org.apache.catalina.startup.Bootstrap
Set flag.
setAwait(boolean) - Method in class org.apache.catalina.startup.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.ajp.AjpProtocol
 
setBacklog(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setBacklog(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setBacklog(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
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.BaseEndpoint
 
setBacklog(int) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setBacklog(int) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
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.
setBaseDir(String) - Method in class org.apache.catalina.core.StandardEngine
 
setBaseDir(String) - Method in class org.apache.jk.apr.AprImpl
Native libraries are located based on base dir.
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).
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).
setBeanProperty(Object, String, String) - Method in class org.apache.jk.server.JkMain
 
setBIO(long, long, int) - Static method in class org.apache.tomcat.jni.SSLContext
Asssociate BIOCallback for input or output data capture.
setBlock(boolean) - Method in class org.apache.catalina.valves.SemaphoreValve
 
setBody(ByteChunk) - Method in class org.apache.catalina.authenticator.SavedRequest
 
setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.BufferedInputFilter
 
setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.ChunkedInputFilter
Set the next buffer in the filter pipeline.
setBuffer(OutputBuffer) - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
Set the next buffer in the filter pipeline.
setBuffer(OutputBuffer) - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
Set the next buffer in the filter pipeline.
setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.IdentityInputFilter
Set the next buffer in the filter pipeline.
setBuffer(OutputBuffer) - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
Set the next buffer in the filter pipeline.
setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.SavedRequestInputFilter
Set the next buffer in the filter pipeline (has no effect).
setBuffer(InputBuffer) - Method in class org.apache.coyote.http11.filters.VoidInputFilter
Set the next buffer in the filter pipeline.
setBuffer(OutputBuffer) - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
Set the next buffer in the filter pipeline.
setBuffer(InputBuffer) - Method in interface org.apache.coyote.http11.InputFilter
Set the next buffer in the filter pipeline.
setBuffer(OutputBuffer) - Method in interface org.apache.coyote.http11.OutputFilter
Set the next buffer in the filter pipeline.
setBuffered(boolean) - Method in class org.apache.catalina.valves.AccessLogValve
Set the value if the logging should be buffered
setBufferPool(int) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setBufferPoolSize(int) - Method in class org.apache.tomcat.util.net.SocketProperties
 
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
 
setBufHandler(SecureNioChannel.ApplicationBufferHandler) - Method in class org.apache.tomcat.util.net.SecureNioChannel
 
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
 
setCACertificate(long, String, String) - Static method in class org.apache.tomcat.jni.SSLContext
Set File and Directory of concatenated PEM-encoded CA Certificates for Client Auth
This directive sets the all-in-one file where you can assemble the Certificates of Certification Authorities (CA) whose clients you deal with.
setCache(boolean) - Method in class org.apache.catalina.authenticator.AuthenticatorBase
Set the cache authenticated Principals flag.
setCached(boolean) - Method in class org.apache.naming.resources.BaseDirContext
Set cached.
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.
setCacheObjectMaxSize(int) - Method in class org.apache.catalina.core.StandardContext
Set the maximum size of objects to be placed the cache in KB.
setCacheObjectMaxSize(int) - Method in class org.apache.naming.resources.BaseDirContext
Set the maximum size of objects to be placed the cache in KB.
setCacheRemovalWarningTime(int) - Method in class org.apache.catalina.realm.LockOutRealm
Set the minimum period a failed authentication must remain in the cache to avoid generating a warning if it is removed from the cache to make space for a new entry.
setCacheSize(int) - Method in class org.apache.catalina.realm.LockOutRealm
Set the maximum number of users for which authentication failure will be kept in the cache.
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.
setCachingAllowed(boolean) - Method in class org.apache.catalina.core.StandardContext
Set caching allowed flag.
setCARevocation(long, String, String) - Static method in class org.apache.tomcat.jni.SSLContext
Set File of concatenated PEM-encoded CA CRLs or directory of PEM-encoded CA Certificates for Client Auth
This directive sets the all-in-one file where you can assemble the Certificate Revocation Lists (CRL) of Certification Authorities (CA) whose clients you deal with.
setCaseSensitive(boolean) - Method in class org.apache.catalina.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
 
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
 
setCertificate(long, String, String, String, int) - Static method in class org.apache.tomcat.jni.SSLContext
Set Certificate
Point setCertificateFile at a PEM encoded certificate.
setCertificateChainFile(long, String, boolean) - Static method in class org.apache.tomcat.jni.SSLContext
Set File of PEM-encoded Server CA Certificates
This directive sets the optional all-in-one file where you can assemble the certificates of Certification Authorities (CA) which form the certificate chain of the server certificate.
setCertsIndicator(String) - Method in class org.apache.jk.config.ApacheConfig
What is the indicator for the client SSL certificated(default is SSL_CLIENT_CERT
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
setChannel(NioChannel) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
setChannelClassName(String) - Method in class org.apache.jk.server.JkMain
Set the channelClassName that will used to connect to httpd.
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
 
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.AccessLogValve
Set whether to check for log file existence before logging.
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.Http11NioProtocol
 
setCiphers(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setCiphers(String) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setCipherSuite(long, String) - Static method in class org.apache.tomcat.jni.SSLContext
Cipher Suite available for negotiation in SSL handshake.
setClientauth(String) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setClientAuth(String) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setClientauth(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setClientAuth(String) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setCluster(Cluster) - Method in interface org.apache.catalina.Container
Set the Cluster with which this Container is associated.
setCluster(Cluster) - Method in class org.apache.catalina.core.ContainerBase
Set the Cluster with which this Container is associated.
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.
setCollection(boolean) - Method in class org.apache.naming.resources.ResourceAttributes
Set collection flag.
setComet(boolean) - Method in class org.apache.catalina.connector.Request
Set comet state.
setComet(boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
setCometNotify(boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
setCometOps(int) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
setCometTimeout(long) - Method in class org.apache.catalina.connector.Request
 
setCommitted(boolean) - Method in class org.apache.coyote.Response
 
setCompilerClasspath(String) - Method in class org.apache.catalina.core.StandardContext
Set the compiler classpath.
setCompressableMimeType(String) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setCompressableMimeType(String) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setCompressableMimeType(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
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.Http11NioProcessor
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.Http11NioProcessor
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.Http11NioProcessor
Set compression level.
setCompression(String) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setCompression(String) - Method in class org.apache.coyote.http11.Http11Processor
Set compression level.
setCompression(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
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.Http11NioProcessor
Set Minimum size to trigger compression.
setCompressionMinSize(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setCompressionMinSize(int) - Method in class org.apache.coyote.http11.Http11Processor
Set Minimum size to trigger compression.
setCompressionMinSize(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
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.
setConfig(String) - Method in class org.apache.catalina.startup.Catalina
 
setConfigClass(String) - Method in class org.apache.catalina.core.StandardHost
Set the Java class name of the context configuration class for new web applications.
setConfigClass(String) - Method in interface org.apache.catalina.Host
Set the Java class name of the context configuration class for new web applications.
setConfigClass(String) - Method in class org.apache.catalina.startup.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 class org.apache.catalina.authenticator.AuthenticatorBase
Set the Container to which this Valve is attached.
setContainer(Container) - Method in interface org.apache.catalina.Cluster
Set the Container associated with our Cluster
setContainer(Container) - Method in class org.apache.catalina.connector.Connector
Set the Container used for processing requests received by this Connector.
setContainer(Container) - Method in interface org.apache.catalina.Contained
Set the Container with which this instance is associated.
setContainer(Container) - Method in class org.apache.catalina.core.StandardPipeline
Set the Container with which this Pipeline is associated.
setContainer(Container) - Method in class org.apache.catalina.core.StandardService
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 interface org.apache.catalina.Loader
Set the Container with which this Loader has been 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 interface org.apache.catalina.Manager
Set the Container with which this Manager is associated.
setContainer(Container) - Method in class org.apache.catalina.realm.CombinedRealm
Set the Container with which this Realm has been associated.
setContainer(Container) - Method in class org.apache.catalina.realm.JAASRealm
 
setContainer(Container) - Method in class org.apache.catalina.realm.RealmBase
Set the Container with which this Realm has been associated.
setContainer(Container) - Method in interface org.apache.catalina.Realm
Set the Container with which this Realm has been associated.
setContainer(Container) - Method in interface org.apache.catalina.Service
Set the Container that handles requests for all Connectors associated with this Service.
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.
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(HttpServletResponse, int) - Static method in class org.apache.catalina.manager.StatusTransformer
 
setContentType(String) - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
Sets the value of the content-type header field.
setContentType(String) - Method in class org.apache.coyote.Request
 
setContentType(MessageBytes) - Method in class org.apache.coyote.Request
 
setContentType(String) - Method in class org.apache.coyote.Response
Sets the content type.
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.
setContextClass(String) - Method in class org.apache.catalina.core.StandardHost
Set the Java class name of the Context implementation class for new web applications.
setContextClass(String) - Method in class org.apache.catalina.startup.HostConfig
Set the Context implementation class name.
setContextClass(String) - Method in class org.apache.catalina.startup.UserConfig
Set the Context implementation class name.
setContextFactory(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the JNDI context factory for this Realm.
setContextId(long, String) - Static method in class org.apache.tomcat.jni.SSLContext
Set Session context id.
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
 
SetContextPropertiesRule - Class in org.apache.catalina.startup
Rule that uses the introspection utils to set properties of a context (everything except "path").
SetContextPropertiesRule() - Constructor for class org.apache.catalina.startup.SetContextPropertiesRule
 
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
 
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(Cookie[]) - Method in class org.apache.catalina.connector.Request
Set the set of cookies recieved with this Request.
setCookies(boolean) - Method in interface org.apache.catalina.Context
Set the "use cookies for session ids" flag.
setCookies(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the "use cookies for session ids" flag.
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.
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.session.StandardSession
Set the creation time for this session.
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.
setCurrentAccess(boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
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.catalina.core.StandardThreadExecutor
 
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.net.BaseEndpoint
 
setDaemon(boolean) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setDaemon(boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
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
 
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
 
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 class org.apache.catalina.core.StandardEngine
Set the default host.
setDefaultHost(String) - Method in interface org.apache.catalina.Engine
Set the default hostname for this Engine.
setDefaultWebXml(String) - Method in class org.apache.catalina.core.StandardContext
Set the location of the default web xml that will be used.
setDefaultWebXml(String) - Method in class org.apache.catalina.startup.ContextConfig
Set the location of the default deployment descriptor
setDeferAccept(boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setDeferAccept(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setDelayInitialRead(boolean) - Method in class org.apache.jk.common.HandlerRequest
Set the flag to delay the initial body read
setDelegate(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the "follow standard delegation model" flag used to configure our ClassLoader.
setDelegate(boolean) - Method in interface org.apache.catalina.Loader
Set the "follow standard delegation model" flag used to configure our ClassLoader.
setDelegate(boolean) - Method in class org.apache.catalina.loader.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.
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.
setDeployOnStartup(boolean) - Method in class org.apache.catalina.core.StandardHost
Set the deploy on startup flag value for this host.
setDeployOnStartup(boolean) - Method in interface org.apache.catalina.Host
Set the deploy on startup flag value for this host.
setDeployXML(boolean) - Method in class org.apache.catalina.core.StandardHost
Deploy XML Context config files flag mutator.
setDeployXML(boolean) - Method in class org.apache.catalina.startup.HostConfig
Set the deploy XML config file flag for this component.
setDerefAliases(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the value for derefAliases to be used when searching the directory.
setDescription(String) - Method in 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 interface org.apache.catalina.Group
Set the description of this group.
setDescription(String) - Method in interface org.apache.catalina.Role
Set the description of this role.
setDescription(String) - Method in class org.apache.catalina.users.AbstractGroup
Set the description of this group.
setDescription(String) - Method in class org.apache.catalina.users.AbstractRole
Set the description of this role.
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.
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.
setDirectBuffer(boolean) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setDirectBufferPool(int) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setDirectory(String) - Method in class org.apache.catalina.session.FileStore
Set the directory path for this Store.
setDirectory(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the directory in which we create log files.
setDirectoryName(String) - Method in class org.apache.catalina.startup.UserConfig
Set the directory name for user web applications.
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.Http11NioProcessor
Set the flag to control upload time-outs.
setDisableUploadTimeout(boolean) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setDisableUploadTimeout(boolean) - Method in class org.apache.coyote.http11.Http11Processor
Set the flag to control upload time-outs.
setDisableUploadTimeout(boolean) - Method in class org.apache.coyote.http11.Http11Protocol
 
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.ContextService
 
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 class org.apache.catalina.core.StandardContext
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.session.ManagerBase
Set the distributable flag for the sessions supported by this Manager.
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.
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
 
setEmptySessionPath(boolean) - Method in class org.apache.catalina.connector.Connector
Set the "empty session path" flag.
setEnabled(boolean) - Method in class org.apache.catalina.valves.AccessLogValve
 
setEnabled(boolean) - Method in class org.apache.jk.common.JkMX
Enable the MX4J adapters (new way)
setEnabled(boolean) - Method in class org.apache.tomcat.util.net.NioSelectorPool
 
setEnabledProtocols(SSLServerSocket, String[]) - Method in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Set the SSL protocol variants to be enabled.
setEnableLookups(boolean) - Method in class org.apache.catalina.connector.Connector
Set the "enable DNS lookups" flag.
setEncoding(String) - Method in class org.apache.catalina.connector.InputBuffer
 
setEncoding(String) - Method in class org.apache.catalina.connector.OutputBuffer
 
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
 
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.
setErr(String) - Static method in class org.apache.jk.apr.AprImpl
Sets the System.err stream
setErr(String) - Method in class org.apache.jk.server.JkMain
 
setError() - Method in class org.apache.catalina.connector.Response
Set the error flag.
setError() - Method in class org.apache.catalina.core.DummyResponse
 
setError(boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
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.
setErrorPage(String) - Method in class org.apache.catalina.deploy.LoginConfig
 
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.
setETag(String) - Method in class org.apache.naming.resources.ResourceAttributes
Set strong ETag.
setEventCache(int) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setEventSubType(CometEvent.EventSubType) - Method in class org.apache.catalina.connector.CometEventImpl
 
setEventType(CometEvent.EventType) - Method in class org.apache.catalina.connector.CometEventImpl
 
setExceptionType(String) - Method in class org.apache.catalina.deploy.ErrorPage
Set the exception type.
setExecutor(Connector, Executor) - Method in class org.apache.catalina.startup.ConnectorCreateRule
 
setExecutor(Executor) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setExecutor(Executor) - Method in class org.apache.coyote.ajp.AjpProtocol
 
setExecutor(Executor) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setExecutor(Executor) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setExecutor(Executor) - Method in class org.apache.coyote.http11.Http11Protocol
 
setExecutor(Executor) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setExecutor(Executor) - Method in class org.apache.tomcat.util.net.BaseEndpoint
 
setExecutor(Executor) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setExecutor(Executor) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
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
 
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.
setFailureCount(int) - Method in class org.apache.catalina.realm.LockOutRealm
Set the number of failed authentication attempts required to lock the user account.
setFailures(int) - Method in class org.apache.catalina.realm.LockOutRealm.LockRecord
 
setFairness(boolean) - Method in class org.apache.catalina.valves.SemaphoreValve
 
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.
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
 
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 class org.apache.catalina.core.StandardServer
Set the global naming resources.
setGlobalNamingResources(NamingResources) - Method in interface org.apache.catalina.Server
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
 
setHandler(JIoEndpoint.Handler) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setHandler(NioEndpoint.Handler) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setHandlerclass(String) - Method in class org.apache.catalina.deploy.ContextHandler
 
setHeader(String, String) - Method in class org.apache.catalina.connector.Response
Set the specified header to the specified value.
setHeader(String, String) - Method in class org.apache.catalina.connector.ResponseFacade
 
setHeader(String, String) - Method in class org.apache.catalina.core.DummyResponse
 
setHeader(String, String) - Method in class org.apache.catalina.ssi.ResponseIncludeWrapper
 
setHeader(String, String) - Method in class org.apache.coyote.Response
 
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(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.jk.common.Shm
Ajp13 host
setHost(String) - Method in class org.apache.jk.config.WebXml2Jk
Set the canonycal name of the virtual host.
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)
setIcon(String) - Method in class org.apache.catalina.deploy.ContextService
 
setId(String) - Method in interface org.apache.catalina.Session
Set the session identifier for this session.
setId(String) - Method in class org.apache.catalina.session.StandardSession
Set the session identifier for this session.
setId(int) - Method in class org.apache.jk.core.JkHandler
Set the id of the worker.
setIgnoreAnnotations(boolean) - Method in interface org.apache.catalina.Context
Set the boolean on the annotations parsing for this web application.
setIgnoreAnnotations(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the boolean on the annotations parsing for this web application.
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
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.
setInstanceManager(InstanceManager) - Method in class org.apache.catalina.core.StandardContext
 
setInterruptible(boolean) - Method in class org.apache.catalina.valves.SemaphoreValve
 
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
 
setIOChannel(SocketChannel) - Method in class org.apache.tomcat.util.net.NioChannel
 
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
 
setJaxrpcmappingfile(String) - Method in class org.apache.catalina.deploy.ContextService
 
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.
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.
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.
setJniModeSo(String) - Method in class org.apache.jk.apr.AprImpl
Name of the so used in inprocess mode
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 class org.apache.catalina.core.StandardWrapper
Set the context-relative URI of the JSP file for this servlet.
setJspFile(String) - Method in interface org.apache.catalina.Wrapper
Set the context-relative URI of the JSP file for this servlet.
setJvmRoute(String) - Method in class org.apache.catalina.core.StandardEngine
Set the cluster-wide unique identifier for this Engine.
setJvmRoute(String) - Method in interface org.apache.catalina.Engine
Set the JvmRouteId for this engine.
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.Http11NioProtocol
Set the keep-alive policy for this connection.
setKeepAlive(boolean) - Method in class org.apache.coyote.http11.Http11Protocol
Set the keep-alive policy for this connection.
setKeepAliveTimeout(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setKeepAliveTimeout(int) - Method in class org.apache.coyote.ajp.AjpProcessor
 
setKeepAliveTimeout(int) - Method in class org.apache.coyote.ajp.AjpProtocol
 
setKeepAliveTimeout(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setKeepAliveTimeout(int) - Method in class org.apache.coyote.http11.Http11Processor
Set the Keep-Alive timeout.
setKeepAliveTimeout(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setKeepAliveTimeout(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setKeyAlias(String) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setKeyAlias(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setKeyAlias(String) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setKeyCache(int) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setKeypass(String) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setKeypass(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setKeystore(String) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setKeystore(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setKeystore(String) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setKeystoreFile(String) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setKeystoreFile(String) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setKeystorePass(String) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setKeystorePass(String) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setKeystoreType(String) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setKeystoreType(String) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setKeytype(String) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setKeytype(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setLargeIcon(String) - Method in class org.apache.catalina.deploy.FilterDef
 
setLargeIcon(String) - Method in class org.apache.catalina.deploy.MessageDestination
 
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
 
setLastRegistered(long) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
setLastRequestProcessingTime(long) - Method in class org.apache.coyote.RequestInfo
 
setLazy(boolean) - Method in class org.apache.catalina.core.StandardContext
 
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.
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
 
setLiveDeploy(boolean) - Method in class org.apache.catalina.core.StandardHost
Set the live deploy flag value for this host.
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.
setLoadOnStartup(int) - Method in class org.apache.catalina.core.StandardWrapper
Set the load-on-startup order value (negative value means load on first call).
setLoadOnStartup(int) - Method in interface org.apache.catalina.Wrapper
Set the load-on-startup order value (negative value means load on first call).
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
 
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.
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
setLocalId(int) - Method in class org.apache.jk.core.WorkerEnv
 
setLocalPort(int) - Method in class org.apache.coyote.Request
 
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.
setLockOutTime(int) - Method in class org.apache.catalina.realm.LockOutRealm
Set the period for which an account will be locked.
setLog4jEnabled(boolean) - Method in class org.apache.jk.common.JkMX
Enable the Log4j MBean)
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
 
setManager(Manager) - Method in interface org.apache.catalina.Container
Set the Manager with which this Container is associated.
setManager(Manager) - Method in class org.apache.catalina.core.ContainerBase
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 class org.apache.catalina.session.StandardSession
Set the Manager within which this Session is valid.
setManager(Manager) - Method in class org.apache.catalina.session.StoreBase
Set the Manager with which this Store is associated.
setManager(Manager) - Method in interface org.apache.catalina.Store
Set the Manager associated with this Store.
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.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.
setMaxAllocateIterations(int) - Method in class org.apache.naming.resources.ResourceCache
Set the maximum amount of iterations during a space allocation.
setMaxHttpHeaderSize(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setMaxHttpHeaderSize(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setMaxHttpHeaderSize(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
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.
setMaxIdleTime(int) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
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 class org.apache.catalina.session.ManagerBase
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.session.StandardSession
Set the maximum time interval, in seconds, between client requests before the servlet container will invalidate the session.
setMaxInactiveInterval(int) - Method in class org.apache.catalina.session.StandardSessionFacade
 
setMaxInstances(int) - Method in class org.apache.catalina.core.StandardWrapper
Set the maximum number of instances that will be allocated when a single thread model servlet is used.
setMaxKeepAliveRequests(int) - Method in class org.apache.coyote.http11.Http11AprProcessor
Set the maximum number of Keep-Alive requests to honor.
setMaxKeepAliveRequests(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setMaxKeepAliveRequests(int) - Method in class org.apache.coyote.http11.Http11NioProcessor
Set the maximum number of Keep-Alive requests to honor.
setMaxKeepAliveRequests(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
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.
setMaxKeepAliveRequests(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
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.
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.Http11NioProcessor
Set the maximum size of a POST which will be buffered in SSL mode.
setMaxSavePostSize(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setMaxSavePostSize(int) - Method in class org.apache.coyote.http11.Http11Processor
Set the maximum size of a POST which will be buffered in SSL mode.
setMaxSavePostSize(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setMaxSelectors(int) - Method in class org.apache.tomcat.util.net.NioSelectorPool
 
setMaxShutdownTries(int) - Static method in class org.apache.tomcat.util.net.TcpConnection
 
setMaxSpareSelectors(int) - Method in class org.apache.tomcat.util.net.NioSelectorPool
 
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
 
setMaxThreads(int) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
setMaxThreads(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setMaxThreads(int) - Method in class org.apache.coyote.ajp.AjpProtocol
 
setMaxThreads(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setMaxThreads(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setMaxThreads(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
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.BaseEndpoint
 
setMaxThreads(int) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setMaxThreads(int) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setMaxThreads(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
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
 
setMessage(String) - Method in class org.apache.coyote.Response
Set the status message.
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.catalina.core.StandardThreadExecutor
 
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
 
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
 
setName(String) - Method in interface org.apache.catalina.Container
Set a name string (suitable for use by humans) that describes this Container.
setName(String) - Method in class org.apache.catalina.core.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.core.StandardThreadExecutor
 
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 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.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.net.BaseEndpoint
 
setName(String) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setName(String) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setNamePrefix(String) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
setNamingContextListener(NamingContextListener) - Method in class org.apache.catalina.core.StandardContext
Naming context listener setter.
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
 
setNativeSo(String) - Method in class org.apache.jk.apr.AprImpl
name of the so used by java.
setNew(boolean) - Method in interface org.apache.catalina.Session
Set the isNew flag for this session.
setNew(boolean) - Method in class org.apache.catalina.session.StandardSession
Set the isNew flag for this session.
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
 
SetNextNamingRule - Class in org.apache.catalina.startup
Rule implementation that calls a method on the (top-1) (parent) object, passing the top object (child) as an argument.
SetNextNamingRule(String, String) - Constructor for class org.apache.catalina.startup.SetNextNamingRule
Construct a "set next" rule with the specified method name.
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(Pattern[]) - Method in class org.apache.coyote.http11.Http11NioProcessor
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.Http11NioProcessor
Set no compression user agent list.
setNoCompressionUserAgents(String) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
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.
setNoCompressionUserAgents(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setNoRoot(boolean) - Method in class org.apache.jk.config.BaseJkConfig
Special option - do not generate mappings for the ROOT context.
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 interface org.apache.catalina.Session
Bind an object to a specified name in the internal notes associated with this session, replacing any existing binding for this name.
setNote(String, Object) - Method in class org.apache.catalina.session.StandardSession
Bind an object to a specified name in the internal notes associated with this session, replacing any existing binding for this name.
setNote(int, Object) - Method in class org.apache.coyote.Request
Used to store private data.
setNote(int, Object) - Method in class org.apache.coyote.Response
 
setNote(int, Object) - Method in class org.apache.jk.core.MsgContext
 
setNote(int, Object) - Method in class org.apache.jk.core.WorkerEnv
 
setNotificationInfo(MBeanNotificationInfo[]) - Method in class org.apache.jk.common.ChannelNioSocket
 
setNotificationInfo(MBeanNotificationInfo[]) - Method in class org.apache.jk.common.ChannelSocket
 
setNoTldJars(String) - Static method in class org.apache.catalina.startup.TldConfig
Sets the list of JARs that are known not to contain any TLDs.
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.valves.ValveBase
 
setObjectName(String) - Method in class org.apache.jk.config.NSConfig
Set the name for the Object that implements the jk_service call.
setOoBInline(boolean) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setOomParachute(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setOomParachute(int) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setOomParachuteData(byte[]) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setOptions(long, int) - Static method in class org.apache.tomcat.jni.SSLContext
Set OpenSSL Option.
setOriginalDocBase(String) - Method in class org.apache.catalina.core.StandardContext
Set the original document root for this Context.
setOut(String) - Static method in class org.apache.jk.apr.AprImpl
Sets the System.out stream
setOut(String) - Method in class org.apache.jk.server.JkMain
 
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.
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.coyote.ajp.AjpProtocol
 
setPacketSize(int) - Method in class org.apache.jk.common.ChannelNioSocket
 
setPacketSize(int) - Method in class org.apache.jk.common.ChannelSocket
 
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(ThreadPoolExecutor, NioEndpoint) - Method in class org.apache.tomcat.util.net.NioEndpoint.TaskQueue
 
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.
setPassword(String) - Method in interface org.apache.catalina.User
Set the logon password of this user, optionally prefixed with the identifier of an encoding scheme surrounded by curly braces, such as {md5}xxxxx.
setPassword(String) - Method in class org.apache.catalina.users.AbstractUser
Set the logon password of this user, optionally prefixed with the identifier of an encoding scheme surrounded by curly braces, such as {md5}xxxxx.
setPassword(String) - Static method in class org.apache.tomcat.jni.SSL
Set global Password for decrypting certificates and keys.
setPasswordCallback(PasswordCallback) - Static method in class org.apache.tomcat.jni.SSL
Set global Password callback for obtaining passwords.
setPath(String) - Method in interface org.apache.catalina.Context
Set the context path for this web application.
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.JDBCAccessLogValve
Sets the logging pattern.
setPerformanceBandwidth(int) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setPerformanceConnectionTime(int) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setPerformanceLatency(int) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setPoller(NioEndpoint.Poller) - Method in class org.apache.tomcat.util.net.NioChannel
 
setPoller(NioEndpoint.Poller) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
setPollerSize(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setPollerSize(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setPollerSize(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setPollerThreadCount(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setPollerThreadCount(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setPollerThreadCount(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setPollerThreadCount(int) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setPollerThreadPriority(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setPollerThreadPriority(int) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setPollTime(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setPollTime(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setPollTime(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setPort(int) - Method in class org.apache.catalina.connector.Connector
Set the port number on which we listen for requests.
setPort(int) - Method in class org.apache.catalina.core.StandardServer
Set the port number we listen to for shutdown commands.
setPort(int) - Method in interface org.apache.catalina.Server
Set the port number we listen to for shutdown commands.
setPort(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setPort(int) - Method in class org.apache.coyote.ajp.AjpProtocol
 
setPort(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setPort(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setPort(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
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.BaseEndpoint
 
setPort(int) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setPort(int) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setPort(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setPrefix(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the log file prefix.
setPrincipal(Principal) - Method in interface org.apache.catalina.Session
Set the authenticated Principal that is associated with this Session.
setPrincipal(Principal) - Method in class org.apache.catalina.session.StandardSession
Set the authenticated Principal that is associated with this Session.
setPrivileged(boolean) - Method in interface org.apache.catalina.Context
Set the privileged flag for this web application.
setPrivileged(boolean) - Method in class org.apache.catalina.core.StandardContext
Set the privileged flag for this web application.
setProcessExpiresFrequency(int) - Method in class org.apache.catalina.session.ManagerBase
Set the manager checks frequency.
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
 
setProcessorCache(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setProcessorCache(int) - Method in class org.apache.coyote.ajp.AjpProtocol
 
setProcessorCache(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setProcessorCache(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setProcessorCache(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setProcessorCache(int) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setProcessTlds(boolean) - Method in class org.apache.catalina.core.StandardContext
Sets the process TLDs attribute.
setProperties(Socket) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setPropertiesFile(String) - Method in class org.apache.jk.server.JkMain
Load a .properties file into and set the values into jk2 configuration.
setProperty(String, String) - Method in class org.apache.catalina.connector.Connector
Set a configured property.
setProperty(String, String) - Method in class org.apache.catalina.deploy.ContextHandler
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.http11.Http11NioProtocol
Set a property.
setProperty(String, String) - Method in class org.apache.coyote.http11.Http11Protocol
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(String, String) - Method in class org.apache.tomcat.util.net.NioEndpoint
Generic properties, introspected
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.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.Http11NioProtocol
 
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.Http11Protocol
 
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.
setQualifiedNames(boolean) - Method in class org.apache.catalina.util.DOMWriter
 
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
 
setQuietShutdown(long, boolean) - Static method in class org.apache.tomcat.jni.SSLContext
Sets the "quiet shutdown" flag for ctx to be mode.
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.
setrbb(long, ByteBuffer) - Static method in class org.apache.tomcat.jni.Socket
Set internal receive ByteBuffer.
setReadonly(boolean) - Method in class org.apache.catalina.users.MemoryUserDatabase
Setting the readonly status of the user database
setReadOnly(Object) - Static method in class org.apache.naming.ContextAccessController
Set whether or not a context is writable.
setRealm(Realm) - Method in interface org.apache.catalina.Container
Set the Realm with which this Container is associated.
setRealm(Realm) - Method in class org.apache.catalina.core.ContainerBase
Set the Realm with which this Container is associated.
setRealm(Realm) - Method in class org.apache.catalina.startup.Embedded
Set the default Realm for our Containers.
setRealmName(String) - Method in class org.apache.catalina.deploy.LoginConfig
 
setRealmPath(String) - Method in class org.apache.catalina.realm.RealmBase
 
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 naming support.
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? ignore, follow, or throw (see javax.naming.Context.REFERRAL for more information).
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.
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.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 class org.apache.catalina.core.StandardContext
Set the reloadable flag for this web application.
setReloadable(boolean) - Method in interface org.apache.catalina.Loader
Set the reloadable flag for this Loader.
setReloadable(boolean) - Method in class org.apache.catalina.loader.WebappLoader
Set the reloadable flag for this Loader.
setRemainingName(Name) - Method in exception 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
 
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
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.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 interface org.apache.coyote.http11.InputFilter
Some filters need additional parameters from the request.
setRequest(Request) - Method in class org.apache.coyote.Response
 
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
 
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
 
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
 
setRequiredSecret(String) - Method in class org.apache.coyote.ajp.AjpAprProcessor
 
setRequiredSecret(String) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setRequiredSecret(String) - Method in class org.apache.coyote.ajp.AjpProcessor
 
setRequiredSecret(String) - Method in class org.apache.coyote.ajp.AjpProtocol
 
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 RealmsetRescan(boolean) - Method in class org.apache.catalina.startup.TldConfig
 
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(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Determines whether IP host name resolution is done.
setResolverName(Name) - Method in exception 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.
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.
setResourceType(String) - Method in class org.apache.naming.resources.ResourceAttributes
Type mutator.
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(Response) - Method in class org.apache.coyote.http11.filters.ChunkedOutputFilter
Some filters need additional parameters from the response.
setResponse(Response) - Method in class org.apache.coyote.http11.filters.GzipOutputFilter
Some filters need additional parameters from the response.
setResponse(Response) - Method in class org.apache.coyote.http11.filters.IdentityOutputFilter
Some filters need additional parameters from the response.
setResponse(Response) - Method in class org.apache.coyote.http11.filters.VoidOutputFilter
Some filters need additional parameters from the response.
setResponse(Response) - Method in interface org.apache.coyote.http11.OutputFilter
Some filters need additional parameters from the response.
setResponse(Response) - Method in class org.apache.coyote.Request
 
setRestrictedUserAgents(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(Pattern[]) - Method in class org.apache.coyote.http11.Http11NioProcessor
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.Http11NioProcessor
Set restricted user agent list (which will downgrade the connector to HTTP/1.0 mode).
setRestrictedUserAgents(String) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
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).
setRestrictedUserAgents(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setRoleBase(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the base element for role searches.
setRoleClassNames(String) - Method in class org.apache.catalina.realm.JAASRealm
Sets the list of comma-delimited classes that represent roles.
setRoleName(String) - Method in class org.apache.catalina.realm.JNDIRealm
Set the role name attribute name for this Realm.
setRolename(String) - Method in interface org.apache.catalina.Role
Set the role name of this role, which must be unique within the scope of a UserDatabase.
setRolename(String) - Method in class org.apache.catalina.users.AbstractRole
Set the role name of this role, which must be unique within the scope of a UserDatabase.
setRoleNameCol(String) - Method in class org.apache.catalina.realm.DataSourceRealm
Set the column in the user role table that names a role.
setRoleNameCol(String) - Method in class org.apache.catalina.realm.JDBCRealm
Set the column in the user role table that names a role.
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.
setRootCause(Throwable) - Method in exception 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
setRpName(ObjectName) - Method in class org.apache.coyote.RequestInfo
 
setRunAs(String) - Method in class org.apache.catalina.core.StandardWrapper
Set the run-as identity for this servlet.
setRunAs(String) - Method in interface org.apache.catalina.Wrapper
Set the run-as identity for this servlet.
setRxBufSize(int) - Method in class org.apache.tomcat.util.net.SocketProperties
 
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
 
setsbb(long, ByteBuffer) - Static method in class org.apache.tomcat.jni.Socket
Set internal send ByteBuffer.
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
 
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.Http11NioProtocol
 
setSecure(boolean) - Method in class org.apache.coyote.http11.Http11Protocol
 
setSecure(boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
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.
setSelectorPool(NioSelectorPool) - Method in class org.apache.coyote.http11.InternalNioInputBuffer
 
setSelectorPool(NioSelectorPool) - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
 
setSelectorPool(NioSelectorPool) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setSelectorTimeout(long) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setSelectorTimeout(long) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setSendFile(boolean) - Method in class org.apache.tomcat.util.net.NioChannel
 
setSendfileData(NioEndpoint.SendfileData) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
setSendfileSize(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSendfileSize(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSendfileThreadCount(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSendfileThreadCount(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
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) - 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(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.Http11NioProcessor
Set the server header name.
setServer(String) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setServer(String) - Method in class org.apache.coyote.http11.Http11Processor
Set the server header name.
setServer(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setServer(Object) - Method in interface org.apache.tomcat.util.net.TcpConnectionHandler
Deprecated. This has nothing to do with TcpHandling, was used as a workaround
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
 
setServerSocket(ServerSocket) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setServerSocketFactory(ServerSocketFactory) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setServerSocketFactory(ServerSocketFactory) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setServerSoTimeout(int) - 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 class org.apache.catalina.connector.Connector
Set the Service with which we are associated (if any).
setService(Service) - Method in class org.apache.catalina.core.StandardEngine
Set the Service with which we are associated (if any).
setService(Service) - Method in interface org.apache.catalina.Engine
Set the Service with which we are associated (if any).
setServiceqname(String[]) - Method in class org.apache.catalina.deploy.ContextService
 
setServiceqname(String, int) - Method in class org.apache.catalina.deploy.ContextService
 
setServiceqnameLocalpart(String) - Method in class org.apache.catalina.deploy.ContextService
 
setServiceqnameNamespaceURI(String) - Method in class org.apache.catalina.deploy.ContextService
 
setServletClass(String) - Method in class org.apache.catalina.core.StandardWrapper
Set the fully qualified servlet class name for this servlet.
setServletClass(String) - Method in interface org.apache.catalina.Wrapper
Set the fully qualified servlet class name for this servlet.
setServletName(String) - Method in class org.apache.catalina.core.StandardWrapper
Set the name of this servlet.
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.
setSessionCacheSize(int) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setSessionCacheTimeout(int) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
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
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
setSessionMaxInactiveInterval(String, String, int) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Sets the maximum inactive interval (session timeout) an HttpSession
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
setSharedSelectorTimeout(long) - Method in class org.apache.tomcat.util.net.NioSelectorPool
 
setShutdown(String) - Method in class org.apache.catalina.core.StandardServer
Set the shutdown command we are waiting for.
setShutdown(String) - Method in interface org.apache.catalina.Server
Set the shutdown command we are waiting for.
setShutdownEnabled(boolean) - Method in class org.apache.jk.common.HandlerRequest
 
setShutdowType(long, int) - Static method in class org.apache.tomcat.jni.SSLContext
Set SSL connection shutdown type
The following levels are available for level:
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
 
setSocket(Socket) - Method in class org.apache.catalina.core.DummyRequest
 
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(NioChannel) - Method in class org.apache.coyote.http11.InternalNioInputBuffer
Set the underlying socket.
setSocket(NioChannel) - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
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.Http11NioProcessor
Set the socket buffer flag.
setSocketBuffer(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setSocketBuffer(int) - Method in class org.apache.coyote.http11.Http11Processor
Set the socket buffer flag.
setSocketBuffer(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setSocketBuffer(int) - Method in class org.apache.coyote.http11.InternalAprOutputBuffer
Set the socket buffer size.
setSocketBuffer(int) - Method in class org.apache.coyote.http11.InternalNioOutputBuffer
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.Http11NioProtocol
 
setSocketFactory(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
setSocketOptions(long) - Method in class org.apache.tomcat.util.net.AprEndpoint
Process the specified connection.
setSocketOptions(Socket) - Method in class org.apache.tomcat.util.net.JIoEndpoint
Set the options for the current socket.
setSocketOptions(SocketChannel) - Method in class org.apache.tomcat.util.net.NioEndpoint
Process the specified connection.
setSocketProperties(SocketProperties) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setSoExt(String) - Method in class org.apache.jk.apr.AprImpl
 
setSoKeepAlive(boolean) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setSoLinger(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setSoLinger(int) - Method in class org.apache.coyote.ajp.AjpProtocol
 
setSoLinger(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSoLinger(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setSoLinger(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
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.BaseEndpoint
 
setSoLinger(int) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setSoLinger(int) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setSoLinger(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setSoLingerOn(boolean) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setSoLingerTime(int) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setSoReuseAddress(boolean) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setSoTimeout(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setSoTimeout(int) - Method in class org.apache.coyote.ajp.AjpProtocol
 
setSoTimeout(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSoTimeout(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setSoTimeout(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
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.BaseEndpoint
 
setSoTimeout(int) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setSoTimeout(int) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setSoTimeout(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setSoTimeout(int) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setSoTrafficClass(int) - Method in class org.apache.tomcat.util.net.SocketProperties
 
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
 
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
 
setSSLContext(SSLContext) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setSSLEnabled(boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setSSLEnabled(boolean) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setSSLEnabled(boolean) - Method in class org.apache.coyote.http11.Http11Protocol
 
setSSLEnabled(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSSLEnabled(boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setSslEnabledProtocols(String) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setSSLEngine(String) - Method in class org.apache.catalina.core.AprLifecycleListener
 
setSSLImplementation(String) - Method in class org.apache.coyote.http11.Http11Protocol
 
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.coyote.http11.Http11NioProtocol
 
setSSLProtocol(String) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setSslProtocol(String) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setSSLRandomSeed(String) - Method in class org.apache.catalina.core.AprLifecycleListener
 
setSslSupport(SSLSupport) - Method in class org.apache.coyote.http11.Http11NioProcessor
 
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
 
setStage(int) - Method in class org.apache.coyote.RequestInfo
 
setStartChildren(boolean) - Method in class org.apache.catalina.core.ContainerBase
Set if children of this container will be started automatically when they are added to this container.
setStarted(boolean) - Method in class org.apache.catalina.session.PersistentManagerBase
Set the started flag
setStartTime(long) - Method in class org.apache.coyote.Request
 
setStartupTime(long) - Method in class org.apache.catalina.core.StandardContext
 
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.
setStore(Store) - Method in class org.apache.catalina.session.PersistentManagerBase
Set the Store object which will manage persistent Session storage for this Manager.
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.
setSuffix(String) - Method in class org.apache.catalina.valves.AccessLogValve
Set the log file suffix.
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.
setSwallowInput(boolean) - Method in class org.apache.coyote.http11.InternalNioInputBuffer
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.
setTableName(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the table where the logs are stored.
setTargetClass(String) - Method in class org.apache.catalina.deploy.InjectionTarget
 
setTargetName(String) - Method in class org.apache.catalina.deploy.InjectionTarget
 
setTcpNoDelay(boolean) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setTcpNoDelay(boolean) - Method in class org.apache.coyote.ajp.AjpProtocol
 
setTcpNoDelay(boolean) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setTcpNoDelay(boolean) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setTcpNoDelay(boolean) - Method in class org.apache.coyote.http11.Http11Protocol
 
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.BaseEndpoint
 
setTcpNoDelay(boolean) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setTcpNoDelay(boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setTcpNoDelay(boolean) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setTcpNoDelay(boolean) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setThreadPriority(int) - Method in class org.apache.catalina.core.StandardThreadExecutor
 
setThreadPriority(int) - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
setThreadPriority(int) - Method in class org.apache.coyote.ajp.AjpProtocol
 
setThreadPriority(int) - Method in class org.apache.coyote.http11.Http11AprProtocol
 
setThreadPriority(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setThreadPriority(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setThreadPriority(int) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setThreadPriority(int) - Method in class org.apache.tomcat.util.net.BaseEndpoint
 
setThreadPriority(int) - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
setThreadPriority(int) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setThreadPriority(int) - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
setTimeout(int) - Method in interface org.apache.catalina.CometEvent
Sets the timeout for this Comet connection.
setTimeout(int) - Method in class org.apache.catalina.connector.CometEventImpl
 
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.Http11NioProcessor
Set the upload timeout.
setTimeout(int) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setTimeout(int) - Method in class org.apache.coyote.http11.Http11Processor
Set the upload timeout.
setTimeout(int) - Method in class org.apache.coyote.http11.Http11Protocol
 
setTimeout(long) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
setTimeoutInterval(long) - Method in class org.apache.tomcat.util.net.SocketProperties
 
setTimestampField(String) - Method in class org.apache.catalina.valves.JDBCAccessLogValve
Sets the name of the field containing the server-determined timestamp.
setTimeZone(TimeZone) - Method in class org.apache.catalina.util.Strftime
Change the timezone used to format dates
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.coyote.ajp.AjpProcessor
 
setTomcatAuthentication(boolean) - Method in class org.apache.coyote.ajp.AjpProtocol
 
setTomcatAuthentication(boolean) - Method in class org.apache.jk.common.HandlerRequest
 
setTransaction(ContextTransaction) - Method in class org.apache.catalina.deploy.NamingResources
Set the transaction object.
setTruststoreFile(String) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setTruststoreFile(String) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setTruststorePass(String) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setTruststorePass(String) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setTruststoreType(String) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setTruststoreType(String) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setTtl(long, long) - Static method in class org.apache.tomcat.jni.Poll
Set the socket time to live.
setTxBufSize(int) - Method in class org.apache.tomcat.util.net.SocketProperties
 
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
 
setUnixSocket(String) - Method in class org.apache.jk.common.Shm
Unix socket where tomcat is listening.
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.
setupFromContext(ServletContext) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Uses the ServletContext to set some CGI variables
setupFromRequest(HttpServletRequest) - Method in class org.apache.catalina.servlets.CGIServlet.CGIEnvironment
Uses the HttpServletRequest to set most CGI variables
setUriConfig(String) - Method in class org.apache.jk.config.IISConfig
set a path to the uriworkermap.properties file.
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.
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.
setUseComet(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setUseComet(boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setUseContextClassLoader(boolean) - Method in class org.apache.catalina.realm.JAASRealm
Sets whether to use the context or default ClassLoader.
setUseExecutor(boolean) - Method in class org.apache.coyote.http11.Http11NioProtocol
 
setUseExecutor(boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
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.
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.
setUsername(String) - Method in interface org.apache.catalina.User
Set the logon username of this user, which must be unique within the scope of a UserDatabase.
setUsername(String) - Method in class org.apache.catalina.users.AbstractUser
Set the logon username of this user, which must be unique within the scope of a UserDatabase.
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.
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.coyote.http11.Http11NioProtocol
 
setUseSendfile(boolean) - Method in class org.apache.tomcat.util.net.AprEndpoint
 
setUseSendfile(boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
setUseShutdownHook(boolean) - Method in class org.apache.catalina.startup.Catalina
 
setUseXSLTProcessor(boolean) - Method in class org.apache.jk.common.JkMX
 
setValid(boolean) - Method in interface org.apache.catalina.Session
Set the isValid flag for this session.
setValid(boolean) - Method in class org.apache.catalina.session.StandardSession
Set the isValid flag for this session.
setValidate(boolean) - Method in class org.apache.catalina.realm.RealmBase
Set the "validate certificate chains" flag.
setValue(String) - Method in class org.apache.catalina.deploy.ApplicationParameter
 
setValue(String) - Method in class org.apache.catalina.deploy.ContextEnvironment
 
setValueA(long, String, String[]) - Static method in class org.apache.tomcat.jni.Registry
Set the Registry value for REG_MULTI_SZ
setValueB(long, String, byte[]) - Static method in class org.apache.tomcat.jni.Registry
Set the Registry value for REG_BINARY
setValueE(long, String, String) - Static method in class org.apache.tomcat.jni.Registry
Set the Registry value for REG_EXPAND_SZ
setValueI(long, String, int) - Static method in class org.apache.tomcat.jni.Registry
Set the Registry value for REG_DWORD
setValueJ(long, String, int) - Static method in class org.apache.tomcat.jni.Registry
Set the Registry value for REG_QWORD
setValueS(long, String, String) - Static method in class org.apache.tomcat.jni.Registry
Set the Registry value for REG_SZ
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
 
setVerify(long, int, int) - Static method in class org.apache.tomcat.jni.SSLContext
Set Type of Client Certificate verification and Maximum depth of CA Certificates in Client Certificate verification.
setVirtualClasspath(String) - Method in class org.apache.catalina.loader.VirtualWebappLoader
virtualClasspath attribute that will be automatically set from the Context virtualClasspath attribute from the context xml file.
setVirtualClasspath(String) - Method in class org.apache.naming.resources.VirtualDirContext
virtualClasspath attribute that will be automatically set from the Context virtualClasspath attribute from the context xml file.
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).
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.
setWorkerClassName(String) - Method in class org.apache.jk.server.JkMain
Set the workerClassName that will handle the request.
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
 
setWorkersConfig(String) - Method in class org.apache.jk.config.BaseJkConfig
set a path to the workers.properties file.
setWorkerThreadName(String) - Method in class org.apache.coyote.RequestInfo
 
setWrapper(Wrapper) - Method in class org.apache.catalina.connector.Request
Set the Wrapper within which this Request is being processed.
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.core.DummyRequest
 
setWrapper(Wrapper) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Set the Wrapper with which we are associated.
setWrapper(Wrapper) - Method in class org.apache.catalina.manager.ManagerServlet
Set the Wrapper with which we are associated.
setWrapper(Wrapper) - Method in class org.apache.catalina.servlets.InvokerServlet
Deprecated. 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
 
setWsdlfile(String) - Method in class org.apache.catalina.deploy.ContextService
 
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 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 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.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 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 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.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.5) for all servlet-generated responses returned by this Connector.
SHARED - Static variable in class org.apache.tomcat.util.net.NioSelectorPool
 
SHARED_SELECTOR - Variable in class org.apache.tomcat.util.net.NioSelectorPool
 
sharedLoader - Variable in class org.apache.catalina.startup.Bootstrap
 
sharedSelector - Variable in class org.apache.tomcat.util.net.NioBlockingSelector
 
sharedSelectorTimeout - Variable in class org.apache.tomcat.util.net.NioSelectorPool
 
sharedState - Variable in class org.apache.catalina.realm.JAASMemoryLoginModule
The state information that is shared with other configured LoginModule instances.
Shm - Class in org.apache.jk.common
Handle the shared memory objects.
Shm() - Constructor for class org.apache.jk.common.Shm
 
Shm - Class in org.apache.tomcat.jni
Shm
Shm() - Constructor for class org.apache.tomcat.jni.Shm
 
Shm14 - Class in org.apache.jk.common
Shm implementation using JDK1.4 nio.
Shm14() - Constructor for class org.apache.jk.common.Shm14
 
shtmlRegEx - Variable in class org.apache.catalina.ssi.SSIFilter
default pattern for ssi filter content type matching
shutdown(long, int) - Static method in class org.apache.tomcat.jni.Socket
Shutdown either reading, writing, or both sides of a socket.
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
 
SINGLE_SIGN_ON_COOKIE - Static variable in class org.apache.catalina.authenticator.Constants
 
singleByteBuffer - Variable in class org.apache.coyote.http11.filters.GzipOutputFilter.FakeOutputStream
 
SingleSignOn - Class in org.apache.catalina.authenticator
A Valve that supports a "single sign on" user experience, where the security identity of a user who successfully authenticates to one web application is propogated to other web applications in the same security domain.
SingleSignOn() - Constructor for class org.apache.catalina.authenticator.SingleSignOn
 
SingleSignOnEntry - Class in org.apache.catalina.authenticator
A class that represents entries in the cache of authenticated users.
SingleSignOnEntry(Principal, String, String, String) - Constructor for class org.apache.catalina.authenticator.SingleSignOnEntry
Creates a new SingleSignOnEntry
SingleSignOnEntry() - Constructor for class org.apache.catalina.authenticator.SingleSignOnEntry
 
singleThreadModel - Variable in class org.apache.catalina.core.StandardWrapper
Does this servlet implement the SingleThreadModel interface?
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 - Variable in class org.apache.tomcat.jni.FileInfo
The size of the file
size(long) - Static method in class org.apache.tomcat.jni.Shm
Retrieve the length of a shared memory segment in bytes.
size() - Method in class org.apache.tomcat.util.net.AprEndpoint.WorkerStack
How many elements are there in this queue?
size() - Method in class org.apache.tomcat.util.net.JIoEndpoint.WorkerStack
How many elements are there in this queue?
size() - Method in class org.apache.tomcat.util.net.NioEndpoint.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.
sleep(long) - Static method in class org.apache.tomcat.jni.Time
Sleep for the specified number of micro-seconds.
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 - Static variable in class org.apache.catalina.connector.CometEventImpl
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 - 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 - Variable in class org.apache.catalina.core.JasperListener
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.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.manager.host.HostManagerServlet
The string manager for this package.
sm - Static variable in class org.apache.catalina.manager.ManagerServlet
The string manager for this package.
sm - Static variable in class org.apache.catalina.manager.StatusManagerServlet
The string manager for this package.
sm - Static variable in class org.apache.catalina.realm.CombinedRealm
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 - Variable in class org.apache.catalina.valves.AccessLogValve
The string manager for this package.
sm - Variable in class org.apache.catalina.valves.CometConnectionManagerValve
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.ajp.AjpProcessor
The string manager for this package.
sm - Static variable in class org.apache.coyote.ajp.AjpProtocol
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.Http11NioProcessor
The string manager for this package.
sm - Static variable in class org.apache.coyote.http11.Http11NioProtocol
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.Http11Protocol
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.InternalNioInputBuffer
The string manager for this package.
sm - Static variable in class org.apache.coyote.http11.InternalNioOutputBuffer
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.resources.BaseDirContext
The string manager for this package.
sm - Variable in class org.apache.naming.resources.ProxyDirContext
The string manager for this package.
sm - Variable in class org.apache.naming.SelectorContext
The string manager for this package.
sm - Static variable in class org.apache.tomcat.util.net.AprEndpoint
 
sm - Static variable in class org.apache.tomcat.util.net.BaseEndpoint
 
sm - Variable in class org.apache.tomcat.util.net.JIoEndpoint
 
sm - Static variable in class org.apache.tomcat.util.net.NioEndpoint
 
SOCK_DGRAM - Static variable in class org.apache.tomcat.jni.Socket
 
SOCK_STREAM - Static variable in class org.apache.tomcat.jni.Socket
 
Sockaddr - Class in org.apache.tomcat.jni
Sockaddr
Sockaddr() - Constructor for class org.apache.tomcat.jni.Sockaddr
 
socket - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Socket associated with the current connection.
socket - Variable in class org.apache.coyote.ajp.AjpProcessor
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.Http11NioProcessor
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.coyote.http11.InternalNioInputBuffer
Underlying socket.
socket - Variable in class org.apache.coyote.http11.InternalNioOutputBuffer
Underlying socket.
Socket - Class in org.apache.tomcat.jni
Socket
Socket() - Constructor for class org.apache.tomcat.jni.Socket
 
socket - Variable in class org.apache.tomcat.util.net.AprEndpoint.SendfileData
 
socket - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketEventProcessor
 
socket - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketProcessor
 
socket - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketWithOptionsProcessor
 
socket - Variable in class org.apache.tomcat.util.net.AprEndpoint.Worker
 
socket - Variable in class org.apache.tomcat.util.net.JIoEndpoint.SocketProcessor
 
socket - Variable in class org.apache.tomcat.util.net.JIoEndpoint.Worker
 
socket - Variable in class org.apache.tomcat.util.net.NioEndpoint.PollerEvent
 
socket - Variable in class org.apache.tomcat.util.net.NioEndpoint.SocketProcessor
 
socket - Variable in class org.apache.tomcat.util.net.NioEndpoint.Worker
 
SOCKET_GET_APRS - Static variable in class org.apache.tomcat.jni.Socket
 
SOCKET_GET_IMPL - Static variable in class org.apache.tomcat.jni.Socket
 
SOCKET_GET_POOL - Static variable in class org.apache.tomcat.jni.Socket
 
SOCKET_GET_TYPE - Static variable in class org.apache.tomcat.jni.Socket
 
socketBuffer - Variable in class org.apache.coyote.http11.Http11AprProcessor
Socket buffering.
socketBuffer - Variable in class org.apache.coyote.http11.Http11AprProtocol
 
socketBuffer - Variable in class org.apache.coyote.http11.Http11NioProcessor
Socket buffering.
socketBuffer - Variable in class org.apache.coyote.http11.Http11Processor
Socket buffering.
socketBuffer - Variable in class org.apache.coyote.http11.Http11Protocol
 
socketBuffer - Variable in class org.apache.coyote.http11.InternalOutputBuffer
Socket buffer.
socketFactory - Variable in class org.apache.coyote.http11.Http11Protocol
 
socketFactoryName - Variable in class org.apache.coyote.http11.Http11Protocol
Name of the socket factory.
socketProperties - Variable in class org.apache.tomcat.util.net.NioEndpoint
 
SocketProperties - Class in org.apache.tomcat.util.net
Properties that can be set in the <Connector> element in server.xml.
SocketProperties() - Constructor for class org.apache.tomcat.util.net.SocketProperties
 
SocketStatus - Enum in org.apache.tomcat.util.net
Someone, please change the enum name.
socketTimeout - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
soKeepAlive - Variable in class org.apache.tomcat.util.net.SocketProperties
SO_KEEPALIVE option, default is false
soLinger - Variable in class org.apache.tomcat.util.net.AprEndpoint
Socket linger.
soLinger - Variable in class org.apache.tomcat.util.net.BaseEndpoint
Socket linger.
soLinger - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Socket linger.
soLingerOn - Variable in class org.apache.tomcat.util.net.SocketProperties
SO_LINGER option, default is true, paired with the soLingerTime value
soLingerTime - Variable in class org.apache.tomcat.util.net.SocketProperties
SO_LINGER option, default is 25 seconds.
soReuseAddress - Variable in class org.apache.tomcat.util.net.SocketProperties
SO_REUSEADDR option, default is true
sortAttributes(NamedNodeMap) - Method in class org.apache.catalina.util.DOMWriter
Returns a sorted list of attributes.
soTimeout - Variable in class org.apache.tomcat.util.net.AprEndpoint
Socket timeout.
soTimeout - Variable in class org.apache.tomcat.util.net.BaseEndpoint
Socket timeout.
soTimeout - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Socket timeout.
soTimeout - Variable in class org.apache.tomcat.util.net.SocketProperties
SO_TIMEOUT option, default is 5000 milliseconds
soTrafficClass - Variable in class org.apache.tomcat.util.net.SocketProperties
Traffic class option, value between 0 and 255 IPTOS_LOWCOST (0x02) IPTOS_RELIABILITY (0x04) IPTOS_THROUGHPUT (0x08) IPTOS_LOWDELAY (0x10) Default value is 0x04 | 0x08 | 0x010
source - Variable in class org.apache.catalina.loader.ResourceEntry
URL source from where the object was loaded.
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.
spare - Variable in class org.apache.tomcat.util.net.NioSelectorPool
 
spareNotFoundEntries - Variable in class org.apache.naming.resources.ResourceCache
Spare amount of not found entries.
SSI_FLAG_ATTR - Static variable in class org.apache.catalina.Globals
The servlet context attribute under which we store a flag used to mark this request as having been processed by the SSIServlet.
SSICommand - Interface in org.apache.catalina.ssi
The interface that all SSI commands ( SSIEcho, SSIInclude, ...) must implement.
SSIConditional - Class in org.apache.catalina.ssi
SSI command that handles all conditional directives.
SSIConditional() - Constructor for class org.apache.catalina.ssi.SSIConditional
 
SSIConfig - Class in org.apache.catalina.ssi
Implements the Server-side #exec command
SSIConfig() - Constructor for class org.apache.catalina.ssi.SSIConfig
 
SSIEcho - Class in org.apache.catalina.ssi
Return the result associated with the supplied Server Variable.
SSIEcho() - Constructor for class org.apache.catalina.ssi.SSIEcho
 
SSIExec - Class in org.apache.catalina.ssi
Implements the Server-side #exec command
SSIExec() - Constructor for class org.apache.catalina.ssi.SSIExec
 
SSIExternalResolver - Interface in org.apache.catalina.ssi
Interface used by SSIMediator to talk to the 'outside world' ( usually a servlet )
ssiExternalResolver - Variable in class org.apache.catalina.ssi.SSIMediator
 
ssiExternalResolver - Variable in class org.apache.catalina.ssi.SSIProcessor
 
SSIFilter - Class in org.apache.catalina.ssi
Filter to process SSI requests within a webpage.
SSIFilter() - Constructor for class org.apache.catalina.ssi.SSIFilter
 
SSIFlastmod - Class in org.apache.catalina.ssi
Implements the Server-side #flastmod command
SSIFlastmod() - Constructor for class org.apache.catalina.ssi.SSIFlastmod
 
SSIFsize - Class in org.apache.catalina.ssi
Implements the Server-side #fsize command
SSIFsize() - Constructor for class org.apache.catalina.ssi.SSIFsize
 
ssiInclude - Variable in class org.apache.catalina.ssi.SSIExec
 
SSIInclude - Class in org.apache.catalina.ssi
Implements the Server-side #include command
SSIInclude() - Constructor for class org.apache.catalina.ssi.SSIInclude
 
SSIMediator - Class in org.apache.catalina.ssi
Allows the different SSICommand implementations to share data/talk to each other
SSIMediator(SSIExternalResolver, long, int) - Constructor for class org.apache.catalina.ssi.SSIMediator
 
SSIPrintenv - Class in org.apache.catalina.ssi
Implements the Server-side #printenv command
SSIPrintenv() - Constructor for class org.apache.catalina.ssi.SSIPrintenv
 
SSIProcessor - Class in org.apache.catalina.ssi
The entry point to SSI processing.
SSIProcessor(SSIExternalResolver, int) - Constructor for class org.apache.catalina.ssi.SSIProcessor
 
SSIServlet - Class in org.apache.catalina.ssi
Servlet to process SSI requests within a webpage.
SSIServlet() - Constructor for class org.apache.catalina.ssi.SSIServlet
 
SSIServletExternalResolver - Class in org.apache.catalina.ssi
An implementation of SSIExternalResolver that is used with servlets.
SSIServletExternalResolver(ServletContext, HttpServletRequest, HttpServletResponse, boolean, int, String) - Constructor for class org.apache.catalina.ssi.SSIServletExternalResolver
 
SSIServletExternalResolver.ServletContextAndPath - Class in org.apache.catalina.ssi
 
SSIServletExternalResolver.ServletContextAndPath(ServletContext, String) - Constructor for class org.apache.catalina.ssi.SSIServletExternalResolver.ServletContextAndPath
 
SSIServletRequestUtil - Class in org.apache.catalina.ssi
 
SSIServletRequestUtil() - Constructor for class org.apache.catalina.ssi.SSIServletRequestUtil
 
SSISet - Class in org.apache.catalina.ssi
Implements the Server-side #set command
SSISet() - Constructor for class org.apache.catalina.ssi.SSISet
 
SSIStopProcessingException - Exception in org.apache.catalina.ssi
Exception used to tell SSIProcessor that it should stop processing SSI commands.
SSIStopProcessingException() - Constructor for exception org.apache.catalina.ssi.SSIStopProcessingException
 
ssl - Variable in class org.apache.coyote.http11.Http11AprProcessor
SSL enabled ?
ssl - Variable in class org.apache.coyote.http11.Http11NioProcessor
SSL enabled ?
SSL - Class in org.apache.tomcat.jni
SSL
SSL() - Constructor for class org.apache.tomcat.jni.SSL
 
SSL_AIDX_DSA - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_AIDX_MAX - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_AIDX_RSA - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_ALGO_ALL - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_ALGO_DSA - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_ALGO_RSA - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_ALGO_UNKNOWN - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CERT_NOTE - Static variable in class org.apache.jk.core.WorkerEnv
 
SSL_CRT_FORMAT_ASN1 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CRT_FORMAT_ENGINE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CRT_FORMAT_NETSCAPE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CRT_FORMAT_PEM - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CRT_FORMAT_PKCS12 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CRT_FORMAT_SMIME - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CRT_FORMAT_TEXT - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CRT_FORMAT_UNDEF - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CVERIFY_NONE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CVERIFY_OPTIONAL - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CVERIFY_OPTIONAL_NO_CA - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CVERIFY_REQUIRE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_CVERIFY_UNSET - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CIPHER - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CIPHER_ALGKEYSIZE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CIPHER_DESCRIPTION - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CIPHER_USEKEYSIZE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CIPHER_VERSION - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CLIENT_A_KEY - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CLIENT_A_SIG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CLIENT_CERT - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CLIENT_CERT_CHAIN - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CLIENT_I_DN - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CLIENT_M_SERIAL - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CLIENT_M_VERSION - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CLIENT_S_DN - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CLIENT_V_END - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CLIENT_V_REMAIN - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_CLIENT_V_START - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_COMMONNAME - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_COUNTRYNAME - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_DESCRIPTION - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_EMAILADDRESS - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_GIVENNAME - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_INITIALS - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_LOCALITYNAME - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_ORGANIZATIONALUNITNAME - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_ORGANIZATIONNAME - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_STATEORPROVINCENAME - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_SURNAME - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_TITLE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_DN_UNIQUEIDENTIFIER - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_PROTOCOL - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_SERVER_A_KEY - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_SERVER_A_SIG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_SERVER_CERT - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_SERVER_I_DN - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_SERVER_M_SERIAL - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_SERVER_M_VERSION - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_SERVER_S_DN - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_SERVER_V_END - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_SERVER_V_START - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_INFO_SESSION_ID - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_MODE_CLIENT - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_MODE_COMBINED - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_MODE_SERVER - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_ALL - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_CIPHER_SERVER_PREFERENCE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_EPHEMERAL_RSA - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_MICROSOFT_BIG_SSLV3_BUFFER - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_MICROSOFT_SESS_ID_BUG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_MSIE_SSLV2_RSA_PADDING - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_NETSCAPE_CA_DN_BUG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_NETSCAPE_CHALLENGE_BUG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_NETSCAPE_DEMO_CIPHER_CHANGE_BUG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_NO_SSLv2 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_NO_SSLv3 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_NO_TLSv1 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_PKCS1_CHECK_1 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_PKCS1_CHECK_2 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_SINGLE_DH_USE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_SSLEAY_080_CLIENT_DH_BUG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_SSLREF2_REUSE_CERT_TYPE_BUG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_TLS_BLOCK_PADDING_BUG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_TLS_D5_BUG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OP_TLS_ROLLBACK_BUG - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OPT_ALL - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OPT_EXPORTCERTDATA - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OPT_FAKEBASICAUTH - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OPT_NONE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OPT_OPTRENEGOTIATE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OPT_RELSET - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OPT_STDENVVARS - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_OPT_STRICTREQUIRE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_PROTOCOL_ALL - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_PROTOCOL_NONE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_PROTOCOL_SSLV2 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_PROTOCOL_SSLV3 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_PROTOCOL_TLSV1 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_SESSION_ID_ATTR - Static variable in class org.apache.catalina.Globals
The request attribute under which we store the session id being used for this SSL connection (as an object of type java.lang.String).
SSL_SHUTDOWN_TYPE_ACCURATE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_SHUTDOWN_TYPE_STANDARD - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_SHUTDOWN_TYPE_UNCLEAN - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_SHUTDOWN_TYPE_UNSET - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_TMP_KEY_DH_1024 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_TMP_KEY_DH_2048 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_TMP_KEY_DH_4096 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_TMP_KEY_DH_512 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_TMP_KEY_MAX - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_TMP_KEY_RSA_1024 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_TMP_KEY_RSA_2048 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_TMP_KEY_RSA_4096 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_TMP_KEY_RSA_512 - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_VERIFY_CLIENT_ONCE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_VERIFY_FAIL_IF_NO_PEER_CERT - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_VERIFY_NONE - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_VERIFY_PEER - Static variable in class org.apache.tomcat.jni.SSL
 
SSL_VERIFY_PEER_STRICT - Static variable in class org.apache.tomcat.jni.SSL
 
SSLAuthenticator - Class in org.apache.catalina.authenticator
An Authenticator and Valve implementation of authentication that utilizes SSL certificates to identify client users.
SSLAuthenticator() - Constructor for class org.apache.catalina.authenticator.SSLAuthenticator
 
SSLCACertificateFile - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL CA certificate file.
SSLCACertificatePath - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL CA certificate path.
SSLCARevocationFile - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL CA revocation file.
SSLCARevocationPath - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL CA revocation path.
SSLCertificateChainFile - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL certificate chain file.
SSLCertificateFile - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL certificate file.
SSLCertificateKeyFile - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL certificate key file.
SSLCipherSuite - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL cipher suite.
SSLContext - Class in org.apache.tomcat.jni
SSL Context
SSLContext() - Constructor for class org.apache.tomcat.jni.SSLContext
 
sslContext - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL context.
sslContext - Variable in class org.apache.tomcat.util.net.NioEndpoint
 
SSLEnabled - Variable in class org.apache.coyote.http11.Http11Protocol
 
SSLEnabled - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL engine.
SSLEnabled - Variable in class org.apache.tomcat.util.net.NioEndpoint
SSL engine.
sslEnabledProtocols - Variable in class org.apache.tomcat.util.net.NioEndpoint
 
sslEnabledProtocolsarr - Variable in class org.apache.tomcat.util.net.NioEndpoint
 
SSLEngine - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
sslEngine - Variable in class org.apache.tomcat.util.net.SecureNioChannel
 
sslImplementation - Variable in class org.apache.coyote.http11.Http11NioProtocol
 
sslImplementation - Variable in class org.apache.coyote.http11.Http11Protocol
 
SSLImplementation - Class in org.apache.tomcat.util.net
 
SSLImplementation() - Constructor for class org.apache.tomcat.util.net.SSLImplementation
 
sslImplementationName - Variable in class org.apache.coyote.http11.Http11Protocol
Name of the SSL implementation.
sslInitialized - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
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.
sslProtocol - Variable in class org.apache.tomcat.util.net.NioEndpoint
 
sslProxy - Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
 
SSLRandomSeed - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
SSLSocket - Class in org.apache.tomcat.jni
SSL Socket
SSLSocket() - Constructor for class org.apache.tomcat.jni.SSLSocket
 
sslSupport - Variable in class org.apache.coyote.http11.Http11NioProcessor
SSL information.
sslSupport - Variable in class org.apache.coyote.http11.Http11Processor
SSL information.
SSLSupport - Interface in org.apache.tomcat.util.net
 
SSLSupport.CipherData - Class in org.apache.tomcat.util.net
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
 
SSLValve - Class in org.apache.catalina.valves
 
SSLValve() - Constructor for class org.apache.catalina.valves.SSLValve
 
SSLVerifyClient - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL verify client.
SSLVerifyDepth - Variable in class org.apache.tomcat.util.net.AprEndpoint
SSL verify depth.
sso - Variable in class org.apache.catalina.authenticator.AuthenticatorBase
The SingleSignOn implementation in our request processing chain, if there is one.
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
 
StandardClassLoader - Class in org.apache.catalina.loader
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 in org.apache.catalina.loader
MBean interface for StandardClassLoader, to allow JMX remote management.
StandardContext - Class in org.apache.catalina.core
Standard implementation of the Context interface.
StandardContext() - Constructor for class org.apache.catalina.core.StandardContext
Create a new StandardContext component with the default basic Valve.
StandardContextMBean - Class in org.apache.catalina.mbeans
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.
StandardEngine - Class in org.apache.catalina.core
Standard implementation of the Engine interface.
StandardEngine() - Constructor for class org.apache.catalina.core.StandardEngine
Create a new StandardEngine component with the default basic Valve.
StandardEngineMBean - Class in org.apache.catalina.mbeans
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.
StandardHost - Class in org.apache.catalina.core
Standard implementation of the Host interface.
StandardHost() - Constructor for class org.apache.catalina.core.StandardHost
Create a new StandardHost component with the default basic Valve.
StandardHostMBean - Class in org.apache.catalina.mbeans
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.
StandardManager - Class in org.apache.catalina.session
Standard implementation of the Manager interface that provides simple session persistence across restarts of this component (such as when the entire server is shut down and restarted, or when a particular web application is reloaded.
StandardManager() - Constructor for class org.apache.catalina.session.StandardManager
 
StandardPipeline - Class in org.apache.catalina.core
Standard implementation of a processing Pipeline that will invoke a series of Valves that have been configured to be called in order.
StandardPipeline() - Constructor for class org.apache.catalina.core.StandardPipeline
Construct a new StandardPipeline instance with no associated Container.
StandardPipeline(Container) - Constructor for class org.apache.catalina.core.StandardPipeline
Construct a new StandardPipeline instance that is associated with the specified Container.
StandardServer - Class in org.apache.catalina.core
Standard implementation of the Server interface, available for use (but not required) when deploying and starting Catalina.
StandardServer() - Constructor for class org.apache.catalina.core.StandardServer
Construct a default instance of this class.
StandardServerMBean - Class in org.apache.catalina.mbeans
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.
StandardService - Class in org.apache.catalina.core
Standard implementation of the Service interface.
StandardService() - Constructor for class org.apache.catalina.core.StandardService
 
StandardServiceMBean - Class in org.apache.catalina.mbeans
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.
StandardSession - Class in org.apache.catalina.session
Standard implementation of the Session interface.
StandardSession(Manager) - Constructor for class org.apache.catalina.session.StandardSession
Construct a new Session associated with the specified Manager.
StandardSessionFacade - Class in org.apache.catalina.session
Facade for the StandardSession object.
StandardSessionFacade(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.
StandardThreadExecutor - Class in org.apache.catalina.core
 
StandardThreadExecutor() - Constructor for class org.apache.catalina.core.StandardThreadExecutor
 
StandardWrapper - Class in org.apache.catalina.core
Standard implementation of the Wrapper interface that represents an individual servlet definition.
StandardWrapper() - Constructor for class org.apache.catalina.core.StandardWrapper
Create a new StandardWrapper component with the default basic Valve.
StandardWrapperFacade - Class in org.apache.catalina.core
Facade for the StandardWrapper object.
StandardWrapperFacade(StandardWrapper) - Constructor for class org.apache.catalina.core.StandardWrapperFacade
Create a new facede around a StandardWrapper.
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.SingleSignOn
Prepare for the beginning of active use of the public methods of this component.
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.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.StandardThreadExecutor
 
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 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.loader.VirtualWebappLoader
 
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(PrintWriter, String) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Start the host with the specified name.
start(String) - Method in class org.apache.catalina.manager.host.HTMLHostManagerServlet
Start the host with the specified name.
start(String) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Start the web application at the specified context path.
start(PrintWriter, String) - Method in class org.apache.catalina.manager.ManagerServlet
Start the web application at the specified context path.
start() - Method in class org.apache.catalina.realm.CombinedRealm
Prepare for the beginning of active use of the public methods of this component.
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.LockOutRealm
Prepare for the beginning of 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.CometConnectionManagerValve
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.SemaphoreValve
Prepare for the beginning of active use of the public methods of this component.
start() - Method in class org.apache.coyote.ajp.AjpAprProtocol
 
start() - Method in class org.apache.coyote.ajp.AjpProtocol
 
start() - Method in class org.apache.coyote.http11.Http11AprProtocol
 
start() - Method in class org.apache.coyote.http11.Http11NioProtocol
 
start() - Method in class org.apache.coyote.http11.Http11Protocol
 
start() - Method in class org.apache.coyote.memory.MemoryProtocolHandler
Start the protocol.
start() - Method in interface org.apache.coyote.ProtocolHandler
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.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
Start the APR endpoint, creating acceptor, poller and sendfile threads.
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.BaseEndpoint
Start the APR endpoint, creating acceptor, poller and sendfile threads.
start() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
start() - Method in class org.apache.tomcat.util.net.JIoEndpoint.Worker
Start the background processing thread.
start() - Method in class org.apache.tomcat.util.net.NioEndpoint
Start the NIO endpoint, creating acceptor, poller threads.
start() - Method in class org.apache.tomcat.util.net.NioEndpoint.Worker
Start the background processing thread.
START_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component start" event.
startChildren - Variable in class org.apache.catalina.core.ContainerBase
Will children be started automatically when they are added.
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.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.AccessLogValve
Has this component been started yet?
started - Variable in class org.apache.catalina.valves.CometConnectionManagerValve
Has this component been started yet?
started - Variable in class org.apache.coyote.ajp.AjpAprProcessor
State flag.
started - Variable in class org.apache.coyote.ajp.AjpProcessor
State flag.
started - Variable in class org.apache.coyote.http11.Http11Processor
State flag.
STARTED - Static variable in interface org.apache.naming.NamingServiceMBean
 
startEndpoint() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
starting - Variable in class org.apache.catalina.startup.Catalina
Are we starting a new server?
STARTING - Static variable in interface org.apache.naming.NamingServiceMBean
 
startLatch(CountDownLatch, int) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
startReadLatch(int) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
startRecursive() - Method in class org.apache.catalina.core.StandardContext
 
startWriteLatch(int) - Method in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
stat(FileInfo, String, int, long) - Static method in class org.apache.tomcat.jni.File
Get the specified file's stats.
states - Static variable in interface org.apache.naming.NamingServiceMBean
Status constants.
status - Variable in class org.apache.coyote.Response
Status code.
Status - Class in org.apache.tomcat.jni
Status
Status() - Constructor for class org.apache.tomcat.jni.Status
 
status - Variable in class org.apache.tomcat.util.net.AprEndpoint.SocketEventProcessor
 
status - Variable in class org.apache.tomcat.util.net.AprEndpoint.Worker
 
status - Variable in class org.apache.tomcat.util.net.NioEndpoint.SocketProcessor
 
status - Variable in class org.apache.tomcat.util.net.NioEndpoint.Worker
 
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.
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.Http11NioProcessor
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.
StatusManagerServlet - Class in org.apache.catalina.manager
This servlet will display a complete status of the HTTP/1.1 connector.
StatusManagerServlet() - Constructor for class org.apache.catalina.manager.StatusManagerServlet
 
StatusTransformer - Class in org.apache.catalina.manager
This is a refactoring of the servlet to externalize the output into a simple class.
StatusTransformer() - Constructor for class org.apache.catalina.manager.StatusTransformer
 
Stdlib - Class in org.apache.tomcat.jni
Stdlib
Stdlib() - Constructor for class org.apache.tomcat.jni.Stdlib
 
stop() - Method in 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.SingleSignOn
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.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.StandardThreadExecutor
 
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 interface org.apache.catalina.Lifecycle
Gracefully terminate the active use of the public methods of this component.
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(PrintWriter, String) - Method in class org.apache.catalina.manager.host.HostManagerServlet
Start the host with the specified name.
stop(String) - Method in class org.apache.catalina.manager.host.HTMLHostManagerServlet
Stop the host with the specified name.
stop(String) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Stop the web application at the specified context path.
stop(PrintWriter, String) - Method in class org.apache.catalina.manager.ManagerServlet
Stop the web application at the specified context path.
stop() - Method in class org.apache.catalina.realm.CombinedRealm
Gracefully terminate the active use of the public methods of this component.
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.CometConnectionManagerValve
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.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.net.AprEndpoint
Stop the endpoint.
stop() - Method in class org.apache.tomcat.util.net.BaseEndpoint
Stop the endpoint.
stop() - Method in class org.apache.tomcat.util.net.JIoEndpoint
 
stop() - Method in class org.apache.tomcat.util.net.NioEndpoint
Stop the endpoint.
STOP_EVENT - Static variable in interface org.apache.catalina.Lifecycle
The LifecycleEvent type for the "component stop" event.
stopAwait() - Method in class org.apache.catalina.core.StandardServer
 
stopEndpoint() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
stopLatch - Variable in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
stopped - Variable in class org.apache.catalina.connector.Connector
The shutdown signal to our background thread
STOPPED - Static variable in interface org.apache.naming.NamingServiceMBean
 
stopping - Variable in class org.apache.catalina.startup.Catalina
Are we stopping an existing server?
STOPPING - Static variable in interface org.apache.naming.NamingServiceMBean
 
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
 
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 - Interface in org.apache.catalina
A Store is the abstraction of a Catalina component that provides persistent storage and loading of Sessions and their associated user data.
StoreBase - Class in org.apache.catalina.session
Abstract implementation of the Store interface to support most of the functionality required by a Store.
StoreBase() - Constructor for class org.apache.catalina.session.StoreBase
 
storeConfig() - Method in class org.apache.catalina.core.StandardServer
Write the configuration information for this entire Server out to the server.xml configuration file.
storeContext(Context) - Method in class org.apache.catalina.core.StandardServer
Write the configuration information for Context out to the specified configuration file.
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.
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.
strerror(int) - Static method in exception org.apache.tomcat.jni.Error
Return a human readable string describing the specified error.
strftime - Variable in class org.apache.catalina.ssi.SSIMediator
 
Strftime - Class in org.apache.catalina.util
Converts dates to strings using the same format specifiers as strftime Note: This does not mimic strftime perfectly.
Strftime(String) - 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
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.
StringManager - Class in org.apache.catalina.util
An internationalization / localization helper class which reduces the bother of handling ResourceBundles and takes care of the common cases of message formating which otherwise require the creation of Object arrays and such.
StringManager - Class in org.apache.naming
An internationalization / localization helper class which reduces the bother of handling ResourceBundles and takes care of the common cases of message formating which otherwise require the creation of Object arrays and such.
StringParser - Class in org.apache.catalina.util
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.
strongETag - Variable in class org.apache.naming.resources.ResourceAttributes
Strong ETag.
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.
SUBJECT_ATTR - Static variable in class org.apache.catalina.Globals
The subject under which the AccessControlContext is running.
substituteVariables(String) - Method in class org.apache.catalina.ssi.SSIMediator
Applies variable substitution to the specified String and returns the new resolved string.
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
 
suffix - Variable in class org.apache.catalina.valves.AccessLogValve
The suffix that is added to log file filenames.
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 ? (in the case of an expectation)
swallowInput - Variable in class org.apache.coyote.http11.InternalInputBuffer
Swallow input ? (in the case of an expectation)
swallowInput - Variable in class org.apache.coyote.http11.InternalNioInputBuffer
Swallow input ? (in the case of an expectation)
swallowOutput - Variable in class org.apache.catalina.core.StandardWrapper
Should we swallow System.out
swapIn(String) - Method in class org.apache.catalina.session.PersistentManagerBase
Look for a session in the Store and, if found, restore it in the Manager's list of active sessions if appropriate.
swapOut(Session) - Method in class org.apache.catalina.session.PersistentManagerBase
Remove the session from the Manager's list of active sessions and write it out to the Store.
swValve - Variable in class org.apache.catalina.core.StandardWrapper
 
syslog(int, String) - Static method in class org.apache.tomcat.jni.OS
Log message.
sysloginit(String) - Static method in class org.apache.tomcat.jni.OS
Initialize system logging.
system - Variable in class org.apache.catalina.loader.WebappClassLoader
The system class loader.
SYSTEM - Static variable in class org.apache.catalina.util.ManifestResource
 

T

tasks() - Method in class org.apache.tomcat.util.net.SecureNioChannel
Executes all the tasks needed on the same thread.
TCN_IS_DEV_VERSION - Static variable in class org.apache.tomcat.jni.Library
 
TCN_MAJOR_VERSION - Static variable in class org.apache.tomcat.jni.Library
 
TCN_MINOR_VERSION - Static variable in class org.apache.tomcat.jni.Library
 
TCN_PATCH_VERSION - Static variable in class org.apache.tomcat.jni.Library
 
TCN_RECOMMENDED_PV - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
TCN_REQUIRED_MAJOR - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
TCN_REQUIRED_MINOR - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
TCN_REQUIRED_PATCH - Static variable in class org.apache.catalina.core.AprLifecycleListener
 
TcpConnection - Class in org.apache.tomcat.util.net
 
TcpConnection() - Constructor for class org.apache.tomcat.util.net.TcpConnection
 
TcpConnectionHandler - Interface in org.apache.tomcat.util.net
This interface will be implemented by any object that uses TcpConnections.
tcpNoDelay - Variable in class org.apache.tomcat.util.net.AprEndpoint
Socket TCP no delay.
tcpNoDelay - Variable in class org.apache.tomcat.util.net.BaseEndpoint
Socket TCP no delay.
tcpNoDelay - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Socket TCP no delay.
tcpNoDelay - Variable in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
tcpNoDelay - Variable in class org.apache.tomcat.util.net.SocketProperties
TCP_NO_DELAY option, default is true
tellNew() - Method in class org.apache.catalina.session.StandardSession
Inform the listeners about the new session.
tempGet(long) - Static method in class org.apache.tomcat.jni.Directory
Find an existing directory suitable as a temporary storage location.
terminate() - Method in class org.apache.jk.apr.AprImpl
 
terminate() - Static method in class org.apache.tomcat.jni.Library
 
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
 
thread - Variable in class org.apache.tomcat.util.net.JIoEndpoint.Worker
 
thread - Variable in class org.apache.tomcat.util.net.NioEndpoint.Worker
 
threadCount - Static variable in class org.apache.tomcat.util.net.NioSelectorPool
 
threadName - Variable in class org.apache.catalina.session.JDBCStore
Name to register for the background thread.
threadPools - Variable in class org.apache.catalina.manager.StatusManagerServlet
Vector of thread pools object names.
threadPriority - Variable in class org.apache.catalina.core.StandardThreadExecutor
 
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.net.BaseEndpoint
Priority of the acceptor and poller threads.
threadPriority - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Priority of the acceptor and poller threads.
threadPriority - Variable in class org.apache.tomcat.util.net.NioEndpoint
Priority of the worker threads.
threadStart() - Method in class org.apache.catalina.core.ContainerBase
Start the background thread that will periodically check for session timeouts.
threadStop() - Method in class org.apache.catalina.core.ContainerBase
Stop the background thread that is periodically checking for session timeouts.
throwable - Variable in exception org.apache.catalina.connector.ClientAbortException
The underlying exception or error passed to our constructor (if any)
throwable - Variable in exception org.apache.catalina.LifecycleException
The underlying exception or error passed to our constructor (if any)
Time - Class in org.apache.tomcat.jni
Time
Time() - Constructor for class org.apache.tomcat.jni.Time
 
timeout - Variable in class org.apache.coyote.http11.Http11AprProcessor
Maximum timeout on uploads.
timeout - Variable in class org.apache.coyote.http11.Http11AprProtocol
This timeout represents the socket timeout which will be used while the adapter execution is in progress, unless disableUploadTimeout is set to true.
timeout - Variable in class org.apache.coyote.http11.Http11NioProcessor
Maximum timeout on uploads.
timeout - Variable in class org.apache.coyote.http11.Http11Processor
Maximum timeout on uploads.
timeout - Variable in class org.apache.coyote.http11.Http11Protocol
This timeout represents the socket timeout which will be used while the adapter execution is in progress, unless disableUploadTimeout is set to true.
timeout - Variable in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
timeout(int, boolean) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
timeoutGet(long) - Static method in class org.apache.tomcat.jni.Socket
Query socket timeout for the specified socket
timeoutInterval - Variable in class org.apache.tomcat.util.net.SocketProperties
The minimum frequency of the timeout interval to avoid the poller going boinkers during high traffic
timeoutSet(long, long) - Static method in class org.apache.tomcat.jni.Socket
Setup socket timeout for the specified socket
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
 
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
 
TIMEUP - Static variable in class org.apache.tomcat.jni.Status
 
TldConfig - Class in org.apache.catalina.startup
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 in org.apache.catalina.startup
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
 
TldSchemaPublicId_21 - Static variable in class org.apache.catalina.startup.Constants
 
TldSchemaResourcePath_20 - Static variable in class org.apache.catalina.startup.Constants
 
TldSchemaResourcePath_21 - Static variable in class org.apache.catalina.startup.Constants
 
tmpMB - Variable in class org.apache.coyote.ajp.AjpAprProcessor
Temp message bytes used for processing.
tmpMB - Variable in class org.apache.coyote.ajp.AjpProcessor
Temp message bytes used for processing.
toByteArray() - Method in class org.apache.catalina.ssi.ByteArrayServletOutputStream
 
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.
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
 
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 ?
tomcatAuthentication - Variable in class org.apache.coyote.ajp.AjpProcessor
Use Tomcat authentication ?
tomcatAuthentication - Variable in class org.apache.coyote.ajp.AjpProtocol
Should authentication be done in the native webserver layer, or in the Servlet container ?
TomcatCSS - Class in org.apache.catalina.util
 
TomcatCSS() - Constructor for class org.apache.catalina.util.TomcatCSS
 
tomcatHome - Variable in class org.apache.jk.config.BaseJkConfig
 
TomcatStarter - Class in org.apache.jk.apr
Start some tomcat.
TomcatStarter(Class, String[]) - Constructor for class org.apache.jk.apr.TomcatStarter
 
Tool - Class in org.apache.catalina.startup
General purpose wrapper for command line tools that should execute in an environment with the common class loader environment set up by Catalina.
Tool() - Constructor for class org.apache.catalina.startup.Tool
 
toString() - Method in class org.apache.catalina.authenticator.SingleSignOn
Return a String rendering of this object.
toString() - Method in exception 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.ContainerEvent
Return a string representation of this event.
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.ContextHandler
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.ContextService
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 exception org.apache.catalina.LifecycleException
Return a formatted string that describes this exception.
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.SessionEvent
Return a string representation of this event.
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 in XML format.
toString() - Method in class org.apache.catalina.users.MemoryUserDatabase
Return a String representation of this UserDatabase.
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.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.HandlerRef
Return a String rendering of this object.
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.naming.ServiceRef
Return a String rendering of this object.
toString() - Method in class org.apache.tomcat.util.net.NioChannel
 
toString() - Method in class org.apache.tomcat.util.net.NioEndpoint.PollerEvent
 
toString() - Method in class org.apache.tomcat.util.net.URL
Return a string representation of this object.
tpOname - Variable in class org.apache.coyote.ajp.AjpAprProtocol
 
tpOname - Variable in class org.apache.coyote.ajp.AjpProtocol
 
tpOname - Variable in class org.apache.coyote.http11.Http11Protocol
 
TransactionFactory - Class in org.apache.naming.factory
Object factory for User trasactions.
TransactionFactory() - Constructor for class org.apache.naming.factory.TransactionFactory
 
TransactionRef - Class in org.apache.naming
Represents a reference address to a transaction.
TransactionRef() - Constructor for class org.apache.naming.TransactionRef
Resource Reference.
TransactionRef(String, String) - Constructor for class org.apache.naming.TransactionRef
Resource Reference.
TRANSFERENCODING - Static variable in class org.apache.coyote.ajp.Constants
 
TRANSFERENCODING - Static variable in class org.apache.coyote.http11.Constants
 
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.
trunc(long, long) - Static method in class org.apache.tomcat.jni.File
Truncate the file's length to the specified offset
truststoreFile - Variable in class org.apache.tomcat.util.net.NioEndpoint
 
truststorePass - Variable in class org.apache.tomcat.util.net.NioEndpoint
 
truststoreType - Variable in class org.apache.tomcat.util.net.NioEndpoint
 
trylock(long) - Static method in class org.apache.tomcat.jni.Global
Attempt to acquire the lock for the given mutex.
trylock(long) - Static method in class org.apache.tomcat.jni.Lock
Attempt to acquire the lock for the given mutex.
txBufSize - Variable in class org.apache.tomcat.util.net.SocketProperties
Socket send buffer size in bytes (SO_SNDBUF) Default value is 43800
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 - Static variable in class org.apache.naming.EjbRef
EJB type address type.
type - Variable in class org.apache.naming.NamingEntry
The type instance variable is used to avoid unsing RTTI when doing lookups.
TYPE - Static variable in class org.apache.naming.resources.ResourceAttributes
Type.

U

uid(String, long) - Static method in class org.apache.tomcat.jni.User
Get the userid for the specified username This function is available only if APR_HAS_USER is defined.
uidcompare(long, long) - Static method in class org.apache.tomcat.jni.User
Compare two user identifiers for equality.
uidCurrent(long) - Static method in class org.apache.tomcat.jni.User
Get the userid (and groupid) of the calling process This function is available only if APR_HAS_USER is defined.
unavailable(UnavailableException) - Method in class org.apache.catalina.core.StandardWrapper
Process an UnavailableException, marking this servlet as unavailable for the specified amount of time.
unavailable(UnavailableException) - Method in interface org.apache.catalina.Wrapper
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.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.
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.
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.
undeploy(String) - Method in class org.apache.catalina.manager.HTMLManagerServlet
Undeploy the web application at the specified context path.
undeploy(PrintWriter, String) - Method in class org.apache.catalina.manager.ManagerServlet
Undeploy the web application at the specified context path.
undeployApps() - Method in class org.apache.catalina.startup.HostConfig
Undeploy all deployed applications.
undeployDir(File) - Method in class org.apache.catalina.manager.ManagerServlet
Delete the specified directory, including all of its contents and subdirectories recursively.
unescape(String) - Method in class org.apache.catalina.connector.Request
 
ungetc(byte, long) - Static method in class org.apache.tomcat.jni.File
Put a character back onto a specified stream.
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 interface org.apache.catalina.Manager
Save any currently active sessions in the appropriate persistence mechanism, if any.
unload() - Method in class org.apache.catalina.session.PersistentManagerBase
Save all currently active sessions in the appropriate persistence mechanism, if any.
unload() - Method in class org.apache.catalina.session.StandardManager
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(String) - Method in class org.apache.naming.resources.ResourceCache
 
unloadDelay - Variable in class org.apache.catalina.core.StandardWrapper
Wait time for servlet unload in ms.
unloading - Variable in class org.apache.catalina.core.StandardWrapper
Are we unloading our servlet instance at the moment?
unlock(String) - Method in class org.apache.catalina.realm.LockOutRealm
Unlock the specified username.
unlock(long) - Static method in class org.apache.tomcat.jni.File
Remove any outstanding locks on the file.
unlock(long) - Static method in class org.apache.tomcat.jni.Global
Release the lock for the given mutex.
unlock(long) - Static method in class org.apache.tomcat.jni.Lock
Release the lock for the given mutex.
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.BaseEndpoint
Unlock the server socket accept using a bugus connection.
unlockAccept() - Method in class org.apache.tomcat.util.net.JIoEndpoint
Unlock the accept by using a local connection.
unlockAccept() - Method in class org.apache.tomcat.util.net.NioEndpoint
Unlock the server socket accept using a bogus connection.
unlockAccept() - Method in class org.apache.tomcat.util.net.PoolTcpEndpoint
 
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?
unparsedURI() - Method in class org.apache.coyote.Request
 
unreg(SelectionKey, NioEndpoint.KeyAttachment, int) - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
unregister(AjpAprProcessor) - Method in class org.apache.coyote.ajp.AjpAprProtocol.AjpConnectionHandler
 
unregister(AjpProcessor) - Method in class org.apache.coyote.ajp.AjpProtocol.AjpConnectionHandler
 
unregister(Http11Processor) - Method in class org.apache.coyote.http11.Http11Protocol.Http11ConnectionHandler
 
unRegisterTomcat(String, int) - Method in class org.apache.jk.common.Shm
 
UNSET - Static variable in class org.apache.tomcat.jni.SSL
 
unsetSecurityToken(Object, Object) - Static method in class org.apache.naming.ContextAccessController
Remove a security token for a context.
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.
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.
updateReadyStatus() - Method in class org.apache.catalina.servlets.CGIServlet.CGIRunner
Checks & sets ready status
uploadWar(HttpServletRequest, File) - Method in class org.apache.catalina.manager.ManagerServlet
Upload the WAR file included in this request, and store it at the specified file location.
URI_WORKERS_MAP_CONFIG - Static variable in class org.apache.jk.config.IISConfig
 
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.
URL - Class in org.apache.catalina.util
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 in org.apache.tomcat.util.net
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.
URL_ENCODER - Static variable in class org.apache.catalina.manager.HTMLManagerServlet
 
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 - 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
 
URLEncoder - Class in org.apache.catalina.util
This class is very similar to the java.net.URLEncoder class.
URLEncoder() - Constructor for class org.apache.catalina.util.URLEncoder
 
usage() - Method in class org.apache.catalina.startup.Catalina
Print usage information for this application.
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.
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.
useComet - Variable in class org.apache.tomcat.util.net.AprEndpoint
Allow comet request handling.
useComet - Variable in class org.apache.tomcat.util.net.NioEndpoint
Allow comet request handling.
useContextClassLoader - Variable in class org.apache.catalina.realm.JAASRealm
Whether to use context ClassLoader or default ClassLoader.
useExecutor - Variable in class org.apache.tomcat.util.net.NioEndpoint
 
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 ?
User - Interface in org.apache.catalina
Abstract representation of a user in a UserDatabase.
user - Variable in class org.apache.tomcat.jni.FileInfo
The user id that owns the file
User - Class in org.apache.tomcat.jni
User
User() - Constructor for class org.apache.tomcat.jni.User
 
userBase - Variable in class org.apache.catalina.realm.JNDIRealm
The base element for user searches.
userClasses - Variable in class org.apache.catalina.realm.JAASRealm
The set of user class names, split out for easy processing.
userClassNames - Variable in class org.apache.catalina.realm.JAASRealm
Comma-delimited list of java.security.Principal classes that represent individual users.
UserConfig - Class in org.apache.catalina.startup
Startup event listener for a Host that configures Contexts (web applications) for all defined "users" who have a web application in a directory with the specified name in their home directories.
UserConfig() - Constructor for class org.apache.catalina.startup.UserConfig
 
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
UserDatabase - Interface in org.apache.catalina.startup
Abstraction of the set of users defined by the operating system on the current server platform.
UserDatabase - Interface in org.apache.catalina
Abstract representation of a database of Users and Groups that can be maintained by an application, along with definitions of corresponding Roles, and referenced by a Realm for authentication and access control.
UserDatabaseRealm - Class in org.apache.catalina.realm
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
 
usergid(String, long) - Static method in class org.apache.tomcat.jni.User
Get the groupid for the specified username This function is available only if APR_HAS_USER is defined.
UserMBean - Class in org.apache.catalina.mbeans
A ModelMBean implementation for the org.apache.catalina.User component.
UserMBean() - Constructor for class org.apache.catalina.mbeans.UserMBean
Construct a ModelMBean with default ModelMBeanInfo information.
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.
username(long, long) - Static method in class org.apache.tomcat.jni.User
Get the user name for a specified userid This function is available only if APR_HAS_USER is defined.
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
users - Variable in class org.apache.catalina.users.MemoryUserDatabase
The set of Users defined in this database, keyed by user name.
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.
userSet(long, String, String) - Static method in class org.apache.tomcat.jni.Procattr
Set the username used for running process
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.
useSendfile - Variable in class org.apache.tomcat.util.net.AprEndpoint
Use endfile for sending static files.
useSendfile - Variable in class org.apache.tomcat.util.net.NioEndpoint
use send file
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).
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

valid - Variable in class org.apache.tomcat.jni.FileInfo
The bitmask describing valid fields of this apr_finfo_t structure including all available 'wanted' fields and potentially more
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(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.
validateSecurityRoles() - Method in class org.apache.catalina.startup.ContextConfig
Validate the usage of security role names in the web application deployment descriptor.
value - Variable in class org.apache.naming.NamingEntry
 
valueOf(String) - Static method in enum org.apache.catalina.CometEvent.EventSubType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.catalina.CometEvent.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.AprEndpoint.Handler.SocketState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.NioEndpoint.Handler.SocketState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.tomcat.util.net.SocketStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.catalina.CometEvent.EventSubType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.catalina.CometEvent.EventType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.tomcat.util.net.AprEndpoint.Handler.SocketState
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.tomcat.util.net.NioEndpoint.Handler.SocketState
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.tomcat.util.net.SocketStatus
Returns an array containing the constants of this enum type, in the order they're declared.
Valve - Interface in org.apache.catalina
A Valve is a request processing component associated with a particular Container.
ValveBase - Class in org.apache.catalina.valves
Convenience base class for implementations of the Valve interface.
ValveBase() - Constructor for class org.apache.catalina.valves.ValveBase
 
VARIABLE_NAMES - Variable in class org.apache.catalina.ssi.SSIServletExternalResolver
 
version() - Static method in class org.apache.tomcat.jni.SSL
 
versioned - Variable in class org.apache.catalina.manager.ManagerServlet
Path used to store revisions of webapps.
versionString() - Static method in class org.apache.tomcat.jni.Library
 
versionString() - Static method in class org.apache.tomcat.jni.SSL
 
VirtualDirContext - Class in org.apache.naming.resources
Extended FileDirContext implementation that will allow loading of tld files from the META-INF directory (or subdirectories) in classpath.
VirtualDirContext() - Constructor for class org.apache.naming.resources.VirtualDirContext
 
VirtualWebappLoader - Class in org.apache.catalina.loader
Simple webapp classloader that allows a customized classpath to be added through configuration in context xml.
VirtualWebappLoader() - Constructor for class org.apache.catalina.loader.VirtualWebappLoader
Construct a new WebappLoader with no defined parent class loader (so that the actual parent will be the system class loader).
VirtualWebappLoader(ClassLoader) - Constructor for class org.apache.catalina.loader.VirtualWebappLoader
Construct a new WebappLoader with the specified class loader to be defined as the parent of the ClassLoader we ultimately create.
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).
VoidInputFilter - Class in org.apache.coyote.http11.filters
Void input filter, which returns -1 when attempting a read.
VoidInputFilter() - Constructor for class org.apache.coyote.http11.filters.VoidInputFilter
 
VoidOutputFilter - Class in org.apache.coyote.http11.filters
Void output filter, which silently swallows bytes written.
VoidOutputFilter() - Constructor for class org.apache.coyote.http11.filters.VoidOutputFilter
 
vPath - Variable in class org.apache.naming.resources.ProxyDirContext
Virtual path.

W

W3cSchemaPublicId_10 - Static variable in class org.apache.catalina.startup.Constants
 
W3cSchemaResourcePath_10 - Static variable in class org.apache.catalina.startup.Constants
 
wait(long, int[], int) - Static method in class org.apache.tomcat.jni.Proc
Wait for a child process to die
waitAllProcs(long, int[], int, long) - Static method in class org.apache.tomcat.jni.Proc
Wait for any current child process to die and return information about that child.
wakeup() - Method in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
 
wakeup() - Method in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
wakeupCounter - Variable in class org.apache.tomcat.util.net.NioBlockingSelector.BlockPoller
 
wakeupCounter - Variable in class org.apache.tomcat.util.net.NioEndpoint.Poller
 
wantClientAuth - Variable in class org.apache.tomcat.util.net.jsse.JSSESocketFactory
Flag to state that we would like client authentication.
WAR - Static variable in class org.apache.catalina.util.ManifestResource
 
WARDirContext - Class in org.apache.naming.resources
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 in org.apache.naming.resources
Entries structure.
WARDirContext.Entry(String, ZipEntry) - Constructor for class org.apache.naming.resources.WARDirContext.Entry
 
WARDirContext.WARResource - Class in org.apache.naming.resources
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
 
warning(SAXParseException) - Method in class org.apache.catalina.startup.ContextConfig.ContextErrorHandler
 
weakETag - Variable in class org.apache.naming.resources.ResourceAttributes
Weak ETag.
WebAnnotationSet - Class in org.apache.catalina.startup
AnnotationSet for processing the annotations of the web application classes (/WEB-INF/classes and /WEB-INF/lib).
WebAnnotationSet() - Constructor for class org.apache.catalina.startup.WebAnnotationSet
 
WebappClassLoader - Class in org.apache.catalina.loader
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 no parent ClassLoader.
WebappClassLoader.PrivilegedFindResource - Class in org.apache.catalina.loader
 
WebappClassLoader.PrivilegedGetClassLoader - Class in org.apache.catalina.loader
 
WebappClassLoader.PrivilegedGetClassLoader(Class<?>) - Constructor for class org.apache.catalina.loader.WebappClassLoader.PrivilegedGetClassLoader
 
WebappLoader - Class in org.apache.catalina.loader
Classloader implementation which is specialized for handling web applications in the most efficient way, while being Catalina aware (all accesses to resources are made through 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.
WebdavFixValve - Class in org.apache.catalina.valves
Valve that attempts to force MS WebDAV clients connecting on port 80 to use a WebDAV client that actually works.
WebdavFixValve() - Constructor for class org.apache.catalina.valves.WebdavFixValve
 
WebdavServlet - Class in org.apache.catalina.servlets
Servlet which adds support for WebDAV level 2.
WebdavServlet() - Constructor for class org.apache.catalina.servlets.WebdavServlet
 
webDigester - Static variable in class org.apache.catalina.startup.ContextConfig
The Digester we will use to process web application deployment descriptor files.
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 - Static variable in class org.apache.catalina.startup.ContextConfig
The Rule used to parse the web.xml
WebRuleSet - Class in org.apache.catalina.startup
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
 
WebSchemaPublicId_25 - Static variable in class org.apache.catalina.startup.Constants
 
WebSchemaResourcePath_24 - Static variable in class org.apache.catalina.startup.Constants
 
WebSchemaResourcePath_25 - Static variable in class org.apache.catalina.startup.Constants
 
WebXml2Jk - Class in org.apache.jk.config
Read a web.xml file and generate the mappings for jk2.
WebXml2Jk() - Constructor for class org.apache.jk.config.WebXml2Jk
 
WebXml2Jk.MappingGenerator - Interface in org.apache.jk.config
 
WebXml2Jk.NullResolver - Class in org.apache.jk.config
 
WebXml2Jk.NullResolver() - Constructor for class org.apache.jk.config.WebXml2Jk.NullResolver
 
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.
wEnv - Variable in class org.apache.jk.core.JkHandler
 
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.
WorkerDummy - Class in org.apache.jk.common
A dummy worker, will just send back a dummy response.
WorkerDummy() - Constructor for class org.apache.jk.common.WorkerDummy
 
WorkerEnv - Class in org.apache.jk.core
The controller object.
WorkerEnv() - Constructor for class org.apache.jk.core.WorkerEnv
 
workers - Variable in class org.apache.tomcat.util.net.AprEndpoint
Available workers.
workers - Variable in class org.apache.tomcat.util.net.AprEndpoint.WorkerStack
 
workers - Variable in class org.apache.tomcat.util.net.JIoEndpoint
Available workers.
workers - Variable in class org.apache.tomcat.util.net.JIoEndpoint.WorkerStack
 
workers - Variable in class org.apache.tomcat.util.net.NioEndpoint
Available workers.
workers - Variable in class org.apache.tomcat.util.net.NioEndpoint.WorkerStack
 
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
 
workersConfig - Variable in class org.apache.jk.config.BaseJkConfig
 
wrap(KeyManager[]) - Method in class org.apache.tomcat.util.net.NioEndpoint
 
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.catalina.manager.host.HostManagerServlet
The Wrapper container associated with this servlet.
wrapper - Variable in class org.apache.catalina.manager.ManagerServlet
The Wrapper container associated with this servlet.
Wrapper - Interface in org.apache.catalina
A Wrapper is a Container that represents an individual servlet definition from the deployment descriptor of the web application.
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(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(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(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.InternalNioOutputBuffer
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.InternalNioOutputBuffer
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.InternalNioOutputBuffer
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.InternalNioOutputBuffer
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.InternalNioOutputBuffer
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.InternalNioOutputBuffer
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.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(byte[]) - Method in interface org.apache.tomcat.jni.BIOCallback
Write data
write(long, byte[], int, int) - Static method in class org.apache.tomcat.jni.File
Write data to the specified file.
write(ByteBuffer, NioChannel, long, MutableInteger) - Method in class org.apache.tomcat.util.net.NioBlockingSelector
Performs a blocking write using the bytebuffer for data to be written If the selector parameter is null, then it will perform a busy write that could take up a lot of CPU cycles.
write(ByteBuffer) - Method in class org.apache.tomcat.util.net.NioChannel
Writes a sequence of bytes to this channel from the given buffer.
write(ByteBuffer, NioChannel, Selector, long) - Method in class org.apache.tomcat.util.net.NioSelectorPool
Performs a blocking write using the bytebuffer for data to be written and a selector to block.
write(ByteBuffer, NioChannel, Selector, long, boolean, MutableInteger) - Method in class org.apache.tomcat.util.net.NioSelectorPool
 
write(ByteBuffer) - Method in class org.apache.tomcat.util.net.SecureNioChannel
Writes a sequence of bytes to this channel from the given buffer.
writeb(long, ByteBuffer, int, int) - Static method in class org.apache.tomcat.jni.File
Write data to the specified file.
writeBody(PrintWriter, Object[], int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write the header body.
writebuf - Variable in class org.apache.tomcat.util.net.NioEndpoint.NioBufferHandler
 
writeByte(int) - Method in class org.apache.catalina.connector.OutputBuffer
 
writeConnectorState(PrintWriter, ObjectName, String, MBeanServer, Vector, Vector, int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write connector state.
writeContext(PrintWriter, ObjectName, MBeanServer, int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write context state.
writeData(String) - Method in class org.apache.catalina.util.XMLWriter
Write data.
writeDetailedState(PrintWriter, MBeanServer, int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write applications state.
writeElement(String, String, int) - Method in class org.apache.catalina.util.XMLWriter
Write an element.
writeElement(String, String, String, int) - Method in class org.apache.catalina.util.XMLWriter
Write an element.
writeFooter(PrintWriter, int) - Static method in class org.apache.catalina.manager.StatusTransformer
 
writeFull(long, byte[], int, int) - Static method in class org.apache.tomcat.jni.File
Write data to the specified file, ensuring that all of the data is written before returning.
writeFullb(long, ByteBuffer, int, int) - Static method in class org.apache.tomcat.jni.File
Write data to the specified file, ensuring that all of the data is written before returning.
writeHeader(PrintWriter, int) - Static method in class org.apache.catalina.manager.StatusTransformer
Process a GET request for the specified resource.
writeJspMonitor(PrintWriter, Set, MBeanServer, int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write JSP monitoring information.
writeLatch - Variable in class org.apache.tomcat.util.net.NioEndpoint.KeyAttachment
 
writeManager(PrintWriter, Object[], int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write the manager webapp information.
writeManager(PrintWriter, ObjectName, MBeanServer, int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write detailed information about a manager.
writeObject(ObjectOutputStream) - Method in class org.apache.catalina.session.StandardSession
Write a serialized version of this session object to the specified object output stream.
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.
writeOSState(PrintWriter, int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write the OS state.
writePageHeading(PrintWriter, Object[], int) - Static method in class org.apache.catalina.manager.StatusTransformer
 
writeProcessorState(PrintWriter, ObjectName, MBeanServer, int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write processor state.
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.
writer - Variable in class org.apache.catalina.connector.Response
The associated writer.
writer - Variable in class org.apache.catalina.util.XMLWriter
Writer.
writer - Variable in class org.apache.catalina.valves.AccessLogValve
The PrintWriter to which we are currently logging, if any.
writeServerInfo(PrintWriter, Object[], int) - Static method in class org.apache.catalina.manager.StatusTransformer
 
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.
writev(long, byte[][]) - Static method in class org.apache.tomcat.jni.File
Write data from aray of byte arrays to the specified file.
writevFull(long, byte[][]) - Static method in class org.apache.tomcat.jni.File
Write data from aray of byte arrays to the specified file, ensuring that all of the data is written before returning.
writeVMState(PrintWriter, int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write the VM state.
writeWrapper(PrintWriter, ObjectName, MBeanServer, int) - Static method in class org.apache.catalina.manager.StatusTransformer
Write detailed information about a wrapper.
writeXMLHeader() - Method in class org.apache.catalina.util.XMLWriter
Write XML Header.
WSDL - Static variable in class org.apache.naming.ServiceRef
Wsdl Location address type.

X

XML_DECLARATION - Static variable in class org.apache.catalina.manager.Constants
 
XML_DECLARATION - Static variable in class org.apache.catalina.manager.host.Constants
 
XML_STYLE - Static variable in class org.apache.catalina.manager.Constants
 
XML_STYLE - Static variable in class org.apache.catalina.manager.host.Constants
 
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
XMLWriter - Class in org.apache.catalina.util
XMLWriter helper class.
XMLWriter() - Constructor for class org.apache.catalina.util.XMLWriter
Constructor.
XMLWriter(Writer) - Constructor for class org.apache.catalina.util.XMLWriter
Constructor.
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 © 2003-2009 The Apache Software Foundation. All Rights Reserved.