Class ConfigurableProxyConnectorProvider
java.lang.Object
org.jboss.modcluster.container.tomcat.ConfigurableProxyConnectorProvider
- All Implemented Interfaces:
ProxyConnectorProvider
Connector provider implementation that picks a connector based on configured
connectorPort=".." and/or connectorAddress="..".
Should multiple connectors match a RuntimeException is thrown.
If no connectors match for the given engine, null is returned.- Author:
- Radoslav Husar
-
Constructor Summary
ConstructorsConstructorDescriptionConfigurableProxyConnectorProvider(TomcatConnectorConfiguration connectorConfiguration) -
Method Summary
-
Constructor Details
-
ConfigurableProxyConnectorProvider
-
-
Method Details
-
createProxyConnector
- Specified by:
createProxyConnectorin interfaceProxyConnectorProvider
-