public interface CookieFactory
Cookie instances and should be implemented by a concrete server.| Modifier and Type | Field and Description | 
|---|---|
| static CookieFactory | INSTANCEThe default  CookieFactoryinstance. | 
| Modifier and Type | Method and Description | 
|---|---|
| Cookie | create(String name,
      String value)Create a new cookie. | 
static final CookieFactory INSTANCE
CookieFactory instance.