Interface HttpGatewayRouteHeader.Builder

    • Method Detail

      • invert

        HttpGatewayRouteHeader.Builder invert​(Boolean invert)

        Specify True to match anything except the match criteria. The default value is False.

        Parameters:
        invert - Specify True to match anything except the match criteria. The default value is False.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • match

        HttpGatewayRouteHeader.Builder match​(HeaderMatchMethod match)

        An object that represents the method and value to match with the header value sent in a request. Specify one match method.

        Parameters:
        match - An object that represents the method and value to match with the header value sent in a request. Specify one match method.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        HttpGatewayRouteHeader.Builder name​(String name)

        A name for the HTTP header in the gateway route that will be matched on.

        Parameters:
        name - A name for the HTTP header in the gateway route that will be matched on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.