Interface HeaderMatchType.Builder

    • Method Detail

      • contains

        HeaderMatchType.Builder contains​(String contains)

        Specifies a contains type match.

        Parameters:
        contains - Specifies a contains type match.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • exact

        HeaderMatchType.Builder exact​(String exact)

        Specifies an exact type match.

        Parameters:
        exact - Specifies an exact type match.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • prefix

        HeaderMatchType.Builder prefix​(String prefix)

        Specifies a prefix type match. Matches the value with the prefix.

        Parameters:
        prefix - Specifies a prefix type match. Matches the value with the prefix.
        Returns:
        Returns a reference to this object so that method calls can be chained together.