Interface GrpcMetadataMatchMethod.Builder

    • Method Detail

      • exact

        GrpcMetadataMatchMethod.Builder exact​(String exact)

        The exact method header to be matched on.

        Parameters:
        exact - The exact method header to be matched on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • prefix

        GrpcMetadataMatchMethod.Builder prefix​(String prefix)

        The specified beginning characters of the method header to be matched on.

        Parameters:
        prefix - The specified beginning characters of the method header to be matched on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • range

        GrpcMetadataMatchMethod.Builder range​(MatchRange range)
        Sets the value of the Range property for this object.
        Parameters:
        range - The new value for the Range property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • regex

        GrpcMetadataMatchMethod.Builder regex​(String regex)

        The regex used to match the method header.

        Parameters:
        regex - The regex used to match the method header.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • suffix

        GrpcMetadataMatchMethod.Builder suffix​(String suffix)

        The specified ending characters of the method header to match on.

        Parameters:
        suffix - The specified ending characters of the method header to match on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.