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 Detail

      • 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