Class AbstractHttpFields<T extends HttpFields<T>>

java.lang.Object
java.util.AbstractMap<String,List<String>>
java.util.HashMap<String,List<String>>
org.refcodes.web.AbstractHttpFields<T>
Type Parameters:
T - The type of the sub-class, required for the builder methods such as HttpFields.withAddTo(String, String).
All Implemented Interfaces:
Serializable, Cloneable, Map<String,List<String>>, HttpFields<T>
Direct Known Subclasses:
AbstractHeaderFields, FormFields

public abstract class AbstractHttpFields<T extends HttpFields<T>> extends HashMap<String,List<String>> implements HttpFields<T>
Abstract implementation of the HeaderFields type.
See Also: