Interface SingletonHeaderType<ValueType>

Type Parameters:
ValueType - The type of the header value.
All Superinterfaces:
EntityType<ValueType>, HeaderType<ValueType>

public interface SingletonHeaderType<ValueType> extends 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.