Package org.dmfs.httpessentials.headers
Interface ListHeaderType<ValueType>
- Type Parameters:
ValueType- The type of the header value.
- All Superinterfaces:
EntityType<List<ValueType>>,HeaderType<List<ValueType>>
Represents a header type. That is, it binds a header name to a value type. In contrast to
SingletonHeaderType this is for headers that are defined to
have a list value.
Two ListHeaderTypes are considered to equal if they have the same header name.
-
Method Summary
Methods inherited from interface org.dmfs.httpessentials.typedentity.EntityType
valueFromStringMethods inherited from interface org.dmfs.httpessentials.headers.HeaderType
entity, entityFromString, name, valueString
-
Method Details
-
merged
-