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