| Library: | Apache Tomcat |
| Version: | 6.0.14 |
| Compatibility: | JDK 1.5 |
| Name | Package | Description |
|---|---|---|
| AccessLogValve.AccessLogElement | org.apache.catalina.valves | AccessLogElement writes the partial message into the buffer. |
| ActionHook | org.apache.coyote | Action hook. |
| Adapter | org.apache.coyote | Adapter. |
| AnnotationProcessor | org.apache | Comment |
| Authenticator | org.apache.catalina | An Authenticator is a component (usually a Valve or Container) that provides some sort of authentication service. |
| BIOCallback | org.apache.tomcat.jni | Open SSL BIO Callback Interface |
| BufferPool.BufferPoolAPI | org.apache.catalina.tribes.io | No description provided. |
| ByteChunk.ByteInputChannel | org.apache.tomcat.util.buf | Input interface, used when the buffer is emptiy Same as java.nio.channel.ReadableByteChannel |
| ByteChunk.ByteOutputChannel | org.apache.tomcat.util.buf | Same as java.nio.channel.WrittableByteChannel. |
| CatalinaCluster | org.apache.catalina.ha | A CatalinaCluster interface allows to plug in and out the different cluster implementations |
| Channel | org.apache.catalina.tribes | Channel interface A channel is a representation of a group of nodes all participating in some sort of communication with each other. The channel is the main API class for Tribes, this is essentially the only class that an application needs to be aware of. |
| ChannelInterceptor | org.apache.catalina.tribes | A ChannelInterceptor is an interceptor that intercepts messages and membership messages in the channel stack. |
| ChannelInterceptor.InterceptorEvent | org.apache.catalina.tribes | No description provided. |
| ChannelListener | org.apache.catalina.tribes | Title: ChannelListener |
| ChannelMessage | org.apache.catalina.tribes | Message that is passed through the interceptor stack after the data serialized in the Channel object and then passed down to the interceptor and eventually down to the ChannelSender component |
| ChannelReceiver | org.apache.catalina.tribes | ChannelReceiver Interface The ChannelReceiver interface is the data receiver component
at the bottom layer, the IO layer (for layers see the javadoc for the Channel interface). |
| ChannelSender | org.apache.catalina.tribes | ChannelReceiver Interface The ChannelSender interface is the data sender component
at the bottom layer, the IO layer (for layers see the javadoc for the Channel interface).The channel sender must support "silent" members, ie, be able to send a message to a member that is not in the membership, but is part of the destination parameter |
| CharChunk.CharInputChannel | org.apache.tomcat.util.buf | No description provided. |
| CharChunk.CharOutputChannel | org.apache.tomcat.util.buf | When we need more space we'll either grow the buffer ( up to the limit ) or send it to a channel. |
| Cluster | org.apache.catalina | A Cluster works as a Cluster client/server for the local host Different Cluster implementations can be used to support different ways to communicate within the Cluster. |
| ClusterDeployer | org.apache.catalina.ha | No description provided. |
| ClusterManager | org.apache.catalina.ha | The common interface used by all cluster manager. |
| ClusterMessage | org.apache.catalina.ha | No description provided. |
| ClusterSession | org.apache.catalina.ha | No description provided. |
| ClusterValve | org.apache.catalina.ha | Cluster valves are a simple extension to the Tomcat valve architecture with a small addition of being able to reference the cluster component in the container it sits in. |
| CometEvent | org.apache.catalina | The CometEvent interface. |
| CometFilter | 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 | 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. |
| CometProcessor | 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. |
| Contained | org.apache.catalina | Decoupling interface which specifies that an implementing class is associated with at most one Container instance. |
| Container | org.apache.catalina | A Container is an object that can execute requests received from a client, and return responses based on those requests. |
| ContainerListener | org.apache.catalina | Interface defining a listener for significant Container generated events. |
| ContainerServlet | 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. |
| Context | org.apache.catalina | A Context is a Container that represents a servlet context, and therefore an individual web application, in the Catalina servlet engine. |
| DataSender | org.apache.catalina.tribes.transport | Title: |
| ELParserConstants | org.apache.el.parser | No description provided. |
| ELParserTreeConstants | org.apache.el.parser | No description provided. |
| Engine | org.apache.catalina | An Engine is a Container that represents the entire Catalina servlet engine. |
| ErrorHandler | org.apache.catalina.tribes | The ErrorHandler class is used when sending messages
that are sent asynchronously and the application still needs to get
confirmation when the message was sent successfully or when a message errored out. |
| ErrorHandler | org.apache.jasper.compiler | Interface for handling JSP parse and javac compilation errors. |
| Executor | org.apache.catalina | No description provided. |
| FileChangeListener | org.apache.catalina.ha.deploy | No description provided. |
| FileItem | org.apache.tomcat.util.http.fileupload | This class represents a file or form item that was received within a
|
| FileItemFactory | org.apache.tomcat.util.http.fileupload | A factory interface for creating FileItem instances. |
| Group | org.apache.catalina | Abstract representation of a group of User s in a UserDatabase . |
| Heartbeat | org.apache.catalina.tribes | Can be implemented by the ChannelListener and Membership listeners to receive heartbeat notifications from the Channel |
| Host | org.apache.catalina | A Host is a Container that represents a virtual host in the Catalina servlet engine. |
| IDynamicProperty | org.apache.catalina.ha.util | No description provided. |
| InputBuffer | org.apache.coyote | Input buffer. |
| InputFilter | org.apache.coyote.http11 | Input filter interface. |
| InstanceListener | 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. |
| IntrospectionUtils.AttributeHolder | org.apache.tomcat.util | No description provided. |
| IntrospectionUtils.PropertySource | org.apache.tomcat.util | No description provided. |
| JkChannel | org.apache.jk.core | A Channel represents a connection point to the outside world. |
| JspSourceDependent | org.apache.jasper.runtime | Interface for tracking the source files dependencies, for the purpose of compiling out of date pages. |
| Lifecycle | org.apache.catalina | Common interface for component life cycle methods. |
| LifecycleListener | 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. |
| ListenCallback | org.apache.catalina.tribes.io | Internal interface, similar to the MessageListener but used at the IO base The listen callback interface is used by the replication system when data has been received. |
| Loader | 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. |
| Log | org.apache.juli.logging | A simple logging interface abstracting logging APIs. |
| ManagedChannel | org.apache.catalina.tribes | Channel interface A managed channel interface gives you access to the components of the channels such as senders, receivers, interceptors etc for configurations purposes |
| Manager | org.apache.catalina | A Manager manages the pool of Sessions that are associated with a particular Container. |
| MbeansSourceMBean | org.apache.tomcat.util.modeler.modules | This mbean will load an extended mlet file ( similar in syntax with jboss ). |
| Member | org.apache.catalina.tribes | The Member interface, defines a member in the group. |
| MembershipListener | org.apache.catalina.tribes | The MembershipListener interface is used as a callback to the membership service. |
| MembershipService | org.apache.catalina.tribes | MembershipService Interface The MembershipService interface is the membership component
at the bottom layer, the IO layer (for layers see the javadoc for the Channel interface). |
| MessageListener | org.apache.catalina.tribes | Title: MessageListener |
| MultiPointSender | org.apache.catalina.tribes.transport | No description provided. |
| NamingServiceMBean | org.apache.naming | Naming MBean interface. |
| Node | org.apache.el.parser | No description provided. |
| NodeVisitor | org.apache.el.parser | No description provided. |
| ObjectCreationFactory | org.apache.tomcat.util.digester | Interface for use with FactoryCreateRule . |
| Options | org.apache.jasper | A class to hold all init parameters specific to the JSP engine. |
| OutputBuffer | org.apache.coyote | Output buffer. |
| OutputFilter | org.apache.coyote.http11 | Output filter. |
| PasswordCallback | org.apache.tomcat.jni | PasswordCallback Interface |
| PeriodicEventListener | org.apache | No description provided. |
| Pipeline | org.apache.catalina | Interface describing a collection of Valves that should be executed
in sequence when the |
| PoolCallback | org.apache.tomcat.jni | PoolCallback Interface |
| ProcErrorCallback | org.apache.tomcat.jni | ProcErrorCallback Interface |
| Processor | org.apache.coyote | Processor. |
| ProtocolHandler | org.apache.coyote | Abstract the protocol implementation, including threading, etc. |
| Realm | 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. |
| RegistryMBean | org.apache.tomcat.util.modeler | Interface for modeler MBeans. |
| Reloader | 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. |
| ReplicatedMapEntry | org.apache.catalina.tribes.tipis | For smarter replication, an object can implement this interface to replicate diffs The replication logic will call the methods in the following order:
1. |
| Role | org.apache.catalina | Abstract representation of a security role, suitable for use in
environments like JAAS that want to deal with |
| RpcCallback | org.apache.catalina.tribes.group | The RpcCallback interface is an interface for the Tribes channel to request a response object to a request that came in. |
| Rules | org.apache.tomcat.util.digester | Public interface defining a collection of Rule instances (and corresponding matching patterns) plus an implementation of a matching policy that selects the rules that match a particular pattern of nested elements discovered during parsing. |
| RuleSet | org.apache.tomcat.util.digester | Public interface defining a shorthand means of configuring a complete
set of related |
| RxTaskPool.TaskCreator | org.apache.catalina.tribes.transport | No description provided. |
| Server | org.apache.catalina | A Server element represents the entire Catalina
servlet container. |
| Service | org.apache.catalina | A Service is a group of one or more Connectors that share a single Container to process their incoming requests. |
| Session | 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. |
| SessionListener | org.apache.catalina | Interface defining a listener for significant Session generated events. |
| SessionMessage | org.apache.catalina.ha.session | Class Description: The SessionMessage class is a class that is used when a session has been created, modified, expired in a Tomcat cluster node. The following events are currently available: |
| SSICommand | org.apache.catalina.ssi | The interface that all SSI commands ( SSIEcho, SSIInclude, ...) must implement. |
| SSIExternalResolver | org.apache.catalina.ssi | Interface used by SSIMediator to talk to the 'outside world' ( usually a servlet ) |
| StandardClassLoaderMBean | org.apache.catalina.loader | MBean interface for StandardClassLoader, to allow JMX remote management. |
| Store | 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. |
| Streamable | org.apache.catalina.tribes.tipis | Example usage:
|
| TagConstants | org.apache.jasper.compiler | No description provided. |
| TagPlugin | org.apache.jasper.compiler.tagplugin | This interface is to be implemented by the plugin author, to supply an alternate implementation of the tag handlers. |
| TagPluginContext | org.apache.jasper.compiler.tagplugin | This interface allows the plugin author to make inqueries about the properties of the current tag, and to use Jasper resources to generate direct Java codes in place of tag handler invocations. |
| ThreadPool.ThreadPoolListener | org.apache.tomcat.util.threads | Interface to allow applications to be notified when a threads are created and stopped. |
| ThreadPoolRunnable | org.apache.tomcat.util.threads | Implemented if you want to run a piece of code inside a thread pool. |
| User | org.apache.catalina | Abstract representation of a user in a UserDatabase . |
| UserDatabase | org.apache.catalina.startup | Abstraction of the set of users defined by the operating system on the current server platform. |
| UserDatabase | org.apache.catalina | Abstract representation of a database of User s and Group s that can be maintained by an application, along with definitions of corresponding Role s, and referenced by a Realm for authentication and access control. |
| Valve | org.apache.catalina | A Valve is a request processing component associated with a particular Container. |
| WebXml2Jk.MappingGenerator | org.apache.jk.config | No description provided. |
| Wrapper | org.apache.catalina | A Wrapper is a Container that represents an individual servlet definition from the deployment descriptor of the web application. |
| Search |




