java.lang.Object
swim.hpack.HpackHeader
- All Implemented Interfaces:
Comparable<HpackHeader>,Debug
-
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(HpackHeader that) static HpackHeadercreate(byte[] name, byte[] value) static HpackHeadercreate(byte[] name, byte[] value, boolean sensitive) static HpackHeaderstatic HpackHeaderstatic HpackHeader<T> Output<T>Writes a developer readable, debug-formatted string representation of this object tooutput.booleanbooleanequalsName(byte[] name) inthashCode()booleanisBlank()booleanname()intnameSize()toString()value()int
-
Method Details
-
isBlank
public boolean isBlank() -
lowerCaseName
-
name
-
nameSize
public int nameSize() -
value
-
valueSize
public int valueSize() -
isSensitive
public boolean isSensitive() -
compareTo
- Specified by:
compareToin interfaceComparable<HpackHeader>
-
equals
-
equalsName
public boolean equalsName(byte[] name) -
hashCode
public int hashCode() -
debug
Description copied from interface:DebugWrites a developer readable, debug-formatted string representation of this object tooutput. -
toString
-
create
-
create
-
create
-
create
-
create
-