| Interface | Description |
|---|---|
| ConnectorFactory | |
| ContextFactory | |
| EngineFactory | |
| HostFactory | |
| LifecycleListenerFactory | |
| ProxyConnectorProvider |
Strategy for determining the connector with which mod_cluster will communicate.
|
| RequestListenerValveFactory | |
| ServerFactory | |
| ServerProvider | |
| TomcatConnectorConfiguration |
Tomcat-specific configuration for selecting a connector to register with the proxy.
|
| TomcatEventHandler | |
| TomcatFactory |
Factory methods for creating container objects from their Catalina equivalents.
|
| TomcatFactoryRegistry |
| Class | Description |
|---|---|
| ConfigurableProxyConnectorProvider |
Connector provider implementation that picks a connector based on configured
connectorPort=".." and/or connectorAddress="..". |
| JMXServerProvider |
ServerProvider that uses JMX to locate the Server. |
| ModClusterListener |
Mod_cluster lifecycle listener for use in Tomcat.
|
| ServiceLoaderTomcatFactory | |
| SimpleProxyConnectorProvider |
Proxy connector provider that uses a specific connector.
|
| SimpleServerProvider | |
| TomcatConnector |
Connector implementation that wraps a Connector. |
| TomcatConnectorFactory | |
| TomcatContext |
Context implementation that wraps a Context. |
| TomcatContextFactory | |
| TomcatEngine |
Engine implementation that wraps a Context. |
| TomcatEngineFactory | |
| TomcatEventHandlerAdapter |
Adapts lifecycle and container listener events to the
ContainerEventHandler interface. |
| TomcatEventHandlerAdapterFactory | |
| TomcatHost |
Host implementation that wraps a Host. |
| TomcatHostFactory | |
| TomcatServer |
Server implementation that wraps a Server. |
| TomcatServerFactory |
Copyright © 2023 JBoss by Red Hat. All rights reserved.