Interface ApplicationGatewayBackendHttpConfiguration

    • Method Detail

      • cookieBasedAffinity

        boolean cookieBasedAffinity()
        Returns:
        true if cookie based affinity (sticky sessions) is enabled, else false
      • requestTimeout

        int requestTimeout()
        Returns:
        HTTP request timeout in seconds. Requests will fail if no response is received within the specified time.
      • hostHeader

        String hostHeader()
        Returns:
        host header to be sent to the backend servers
      • isHostHeaderFromBackend

        boolean isHostHeaderFromBackend()
        Returns:
        whether the host header should come from the host name of the backend server
      • isProbeEnabled

        boolean isProbeEnabled()
        Returns:
        true if the probe is enabled
      • connectionDrainingTimeoutInSeconds

        int connectionDrainingTimeoutInSeconds()
        Returns:
        if 0 then connection draining is not enabled, otherwise if between 1 and 3600, then the number of seconds when connection draining is active
      • affinityCookieName

        String affinityCookieName()
        Returns:
        name used for the affinity cookie
      • path

        String path()
        Returns:
        the path, if any, used as a prefix for all HTTP requests