Class Header


  • public class Header
    extends Object
    Generic MSRP header.

    Instances are immutable. When compared using equals(), names and values are compared case-sensitively. However in practice header names are compared case-insensitively; use SORT_BY_NAME for these comparisons.

    • Method Detail

      • getName

        public String getName()
        Get the header name.
        Returns:
        name of this header
      • getValue

        public String getValue()
        Get the header value.
        Returns:
        value of this header
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object