Package | Description |
---|---|
org.jboss.modcluster.container.catalina |
Modifier and Type | Class and Description |
---|---|
class |
AutoProxyConnectorProvider
Proxy connector provider that prefers an AJP/reverse connector;
or, if none are present, chooses the connector with the highest thread capacity.
|
class |
SimpleProxyConnectorProvider
Proxy connector provider that uses a specific connector.
|
Modifier and Type | Method and Description |
---|---|
ProxyConnectorProvider |
CatalinaFactoryRegistry.getProxyConnectorProvider() |
ProxyConnectorProvider |
ServiceLoaderCatalinaFactory.getProxyConnectorProvider() |
Constructor and Description |
---|
CatalinaEventHandlerAdapter(ContainerEventHandler eventHandler,
ServerProvider serverProvider,
ProxyConnectorProvider connectorProvider) |
ServiceLoaderCatalinaFactory(ProxyConnectorProvider provider) |
ServiceLoaderCatalinaFactory(ServerFactory serverFactory,
EngineFactory engineFactory,
HostFactory hostFactory,
ContextFactory contextFactory,
ConnectorFactory connectorFactory,
ProxyConnectorProvider provider) |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.