Interface TomcatConnectorConfiguration
- All Known Implementing Classes:
- ModClusterListener,- ModClusterListener
public interface TomcatConnectorConfiguration
Tomcat-specific configuration for selecting a connector to register with the proxy.
- Author:
- Radoslav Husar
- 
Method SummaryModifier and TypeMethodDescriptionReturns optional connector address.Returns optional connector port.Returns optional external connector address.Returns optional external connector port.
- 
Method Details- 
getConnectorAddressString getConnectorAddress()Returns optional connector address.- Returns:
- connector address
 
- 
getConnectorPortInteger getConnectorPort()Returns optional connector port.- Returns:
- connector port
 
- 
getExternalConnectorAddressString getExternalConnectorAddress()Returns optional external connector address.- Returns:
- connector address
 
- 
getExternalConnectorPortInteger getExternalConnectorPort()Returns optional external connector port.- Returns:
- connector port
 
 
-