Package org.dmfs.httpessentials.headers
Interface SingletonHeaderType<ValueType>
- Type Parameters:
ValueType- The type of the header value.
- All Superinterfaces:
EntityType<ValueType>,HeaderType<ValueType>
Represents a header type. That is, it binds a header name to a value type.
Two SingletonHeaderTypes 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