Class HttpFields.Mutable

java.lang.Object
org.eclipse.jetty.http.HttpFields.Mutable
All Implemented Interfaces:
Iterable<HttpField>, HttpFields
Direct Known Subclasses:
HttpTester.Message
Enclosing interface:
HttpFields

public static class HttpFields.Mutable extends Object implements Iterable<HttpField>, HttpFields
HTTP Fields. A collection of HTTP header and or Trailer fields.

This class is not synchronized as it is expected that modifications will only be performed by a single thread.

The cookie handling provided by this class is guided by the Servlet specification and RFC6265.