| Library: | Apache Tomcat |
| Version: | 5.5.17 |
| Compatibility: | JDK 1.5 |
| Name | Package | Description |
|---|---|---|
| ActionHook | org.apache.coyote | Action hook. |
| Adapter | org.apache.coyote | Adapter. |
| AprEndpoint.Handler | org.apache.tomcat.util.net | Bare bones interface used for socket processing. |
| 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 |
| 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.cluster | A CatalinaCluster interface allows to plug in and out the different cluster implementations |
| 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 an object that manages a group of members. |
| ChannelInterceptor | org.apache.catalina.tribes | Abstract class for the interceptor base class. |
| ChannelListener | org.apache.catalina.tribes | No description provided. |
| ChannelMessage | org.apache.catalina.tribes | No description provided. |
| ChannelReceiver | org.apache.catalina.tribes | Cluster Receiver Interface |
| ChannelSender | org.apache.catalina.tribes | No description provided. |
| 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.cluster | No description provided. |
| ClusterDeployer | org.apache.catalina.ha | No description provided. |
| ClusterManager | org.apache.catalina.cluster | The common interface used by all cluster manager. |
| ClusterManager | org.apache.catalina.ha | The common interface used by all cluster manager. |
| ClusterMessage | org.apache.catalina.cluster | No description provided. |
| ClusterMessage | org.apache.catalina.ha | No description provided. |
| ClusterReceiver | org.apache.catalina.cluster | Cluster Receiver Interface |
| ClusterSender | org.apache.catalina.cluster | No description provided. |
| ClusterSession | org.apache.catalina.cluster | No description provided. |
| ClusterSession | org.apache.catalina.ha | No description provided. |
| ClusterValve | org.apache.catalina.cluster | Cluster Valve Interface to mark all Cluster Valves Only those Valve can'be configured as Cluster Valves |
| ClusterValve | org.apache.catalina.ha | Cluster Valve Interface to mark all Cluster Valves Only those Valve can'be configured as Cluster Valves |
| 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: |
| Engine | org.apache.catalina | An Engine is a Container that represents the entire Catalina servlet engine. |
| ErrorHandler | org.apache.jasper.compiler | Interface for handling JSP parse and javac compilation errors. |
| ErrorHandler | org.apache.catalina.tribes | No description provided. |
| Expirer.ExpireCallback | org.apache.tomcat.util.threads | No description provided. |
| FileChangeListener | org.apache.catalina.cluster.deploy | No description provided. |
| FileChangeListener | org.apache.catalina.ha.deploy | No description provided. |
| Group | org.apache.catalina | Abstract representation of a group of User s in a UserDatabase . |
| Host | org.apache.catalina | A Host is a Container that represents a virtual host in the Catalina servlet engine. |
| IDataSender | org.apache.catalina.cluster.tcp | No description provided. |
| IDynamicProperty | org.apache.catalina.cluster.util | No description provided. |
| 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. |
| IQueue | org.apache.catalina.cluster.util | A queue interface |
| IStoreConfig | org.apache.catalina.storeconfig | No description provided. |
| IStoreFactory | org.apache.catalina.storeconfig | 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 | The listen callback interface is used by the replication system when data has been received. |
| ListenCallback | org.apache.catalina.cluster.io | 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. |
| 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 |
| Manager | org.apache.catalina | A Manager manages the pool of Sessions that are associated with a particular Container. |
| Member | org.apache.catalina.tribes | The Member interface, defines a member in the Cluster. |
| Member | org.apache.catalina.cluster | The Member interface, defines a member in the Cluster. |
| MembershipListener | org.apache.catalina.tribes | The MembershipListener interface is used as a callback to the membership service. |
| MembershipListener | org.apache.catalina.cluster | The MembershipListener interface is used as a callback to the membership service. |
| MembershipService | org.apache.catalina.tribes | The membership service helps the cluster determine the membership logic in the cluster. |
| MembershipService | org.apache.catalina.cluster | The membership service helps the cluster determine the membership logic in the cluster. |
| MessageListener | org.apache.catalina.tribes | No description provided. |
| MessageListener | org.apache.catalina.cluster | No description provided. |
| ModuleListener | org.apache.tomcat.util.loader | Interface providing notifications on Module events. |
| MultiPointSender | org.apache.catalina.tribes.transport | No description provided. |
| NamingServiceMBean | org.apache.naming | Naming MBean interface. |
| 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 |
| 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. |
| 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.tipis | The RpcCallback interface is an interface for the Tribes channel to request a response object to a request that came in. |
| Rule | org.apache.webapp.balancer | The Rule interface is implemented by load balancing rules. |
| 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 |
| 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.cluster.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: |
| 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 ) |
| SSLSupport | org.apache.tomcat.util.net | No description provided. |
| 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. |
| TcpConnectionHandler | org.apache.tomcat.util.net | This interface will be implemented by any object that uses TcpConnections. |
| ThreadPool.ThreadCreator | org.apache.catalina.tribes.transport | No description provided. |
| 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. |
| TreeBuilder | org.apache.webapp.admin | No description provided. |
| User | org.apache.catalina | Abstract representation of a user in a UserDatabase . |
| 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. |
| UserDatabase | org.apache.catalina.startup | Abstraction of the set of users defined by the operating system on the current server platform. |
| 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 |




