Interface InboundHeaders

    • Method Detail

      • getHeaderType

        HeaderType getHeaderType()
        Return the type of header key syntax used for this.
        Returns:
        An enum specifying the type of headers present.
        Since:
        3.5.0
      • getHeader

        java.lang.String getHeader​(java.lang.String name)
        Returns the value of the specified request header as a String. If the request does not include a header with the specified input name, then this method returns null.
        Parameters:
        name - The name of the desired request header.
        Returns:
        A String containing the value of the specified input request header, or null if the request header is not present.
        Since:
        3.5.0