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 Summary
Modifier and TypeMethodDescriptionReturns optional connector address.Returns optional connector port.Returns optional external connector address.Returns optional external connector port.
-
Method Details
-
getConnectorAddress
String getConnectorAddress()Returns optional connector address.- Returns:
- connector address
-
getConnectorPort
Integer getConnectorPort()Returns optional connector port.- Returns:
- connector port
-
getExternalConnectorAddress
String getExternalConnectorAddress()Returns optional external connector address.- Returns:
- connector address
-
getExternalConnectorPort
Integer getExternalConnectorPort()Returns optional external connector port.- Returns:
- connector port
-