Interface HeaderFields<C extends Cookie,B extends HeaderFields<C,B>>

Type Parameters:
C - the generic type
B - the generic type
All Superinterfaces:
HttpFields<B>, Map<String,List<String>>
All Known Implementing Classes:
AbstractHeaderFields, RequestHeaderFields, ResponseHeaderFields

public interface HeaderFields<C extends Cookie,B extends HeaderFields<C,B>> extends HttpFields<B>
The HeaderFields reflect the structure of a HTTP header and may be used to represent a HTTP header.