public interface Header<ValueType>
| Modifier and Type | Method and Description |
|---|---|
HeaderType<ValueType> |
headerType()
Returns the
HeaderType of this header. |
ValueType |
value()
Returns the value of the header.
|
java.lang.String |
valueString()
Returns the String representation of the header value.
|
HeaderType<ValueType> headerType()
HeaderType of this header.HeaderType.ValueType value()
java.lang.String valueString()