Interface MCMPHandlerConfiguration

    • Method Detail

      • getProxyURL

        String getProxyURL()
        URL prefix.
      • getSocketTimeout

        int getSocketTimeout()
        Connection timeout for communication with the proxy.
      • getSocketFactory

        SocketFactory getSocketFactory()
        Configuration of the socket factory, supply SSL socket factory to use SSL to connect to the proxy.
      • getExcludedContextsPerHost

        Map<String,​Set<String>> getExcludedContextsPerHost()
        Returns a list of contexts that should never be enabled in mod_cluster. Contexts may be
        Returns:
        a comma delimited list of contexts of the form "[host:]context"
      • getAdvertise

        Boolean getAdvertise()
        Receive advertisements from httpd proxies (default is to use advertisements if the proxyList is not set).
      • isAutoEnableContexts

        boolean isAutoEnableContexts()
        Indicates whether or not to automatically enable contexts. If false, context will need to be enabled manually.
        Returns:
        true, if contexts should auto-enable, false otherwise.
      • getStopContextTimeout

        long getStopContextTimeout()
        Returns the number of getStopContextTimeoutUnit() to wait for pending requests to complete when stopping a context.
        Returns:
        timeout in seconds.
      • getStopContextTimeoutUnit

        TimeUnit getStopContextTimeoutUnit()
        Returns the unit of time to which getStopContextTimeout() pertains.
        Returns:
        a unit of time
      • getJvmRouteFactory

        JvmRouteFactory getJvmRouteFactory()
        Factory for generating jvm route