Module swim.http2
Package swim.hpack

Class HpackHeader

    • Method Detail

      • isBlank

        public boolean isBlank()
      • lowerCaseName

        public String lowerCaseName()
      • nameSize

        public int nameSize()
      • value

        public String value()
      • valueSize

        public int valueSize()
      • isSensitive

        public boolean isSensitive()
      • equalsName

        public boolean equalsName​(byte[] name)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • debug

        public <T> Output<T> debug​(Output<T> output)
        Description copied from interface: Debug
        Writes a developer readable, debug-formatted string representation of this object to output.
        Specified by:
        debug in interface Debug
        Returns:
        the continuation of the output.
      • create

        public static HpackHeader create​(byte[] name,
                                         byte[] value,
                                         boolean sensitive)
      • create

        public static HpackHeader create​(byte[] name,
                                         byte[] value)