Class ResponseHeaderFields

java.lang.Object
All Implemented Interfaces:
Serializable, Cloneable, Map<String,List<String>>, HeaderFields<ResponseCookie,ResponseHeaderFields>, HttpFields<ResponseHeaderFields>

public class ResponseHeaderFields extends AbstractHeaderFields<ResponseCookie,ResponseHeaderFields>
The ResponseHeaderFields reflect the structure of a HTTP header and may be used to represent a HTTP header.
See Also: