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(java.lang.String name,
      java.lang.String value)Create a new cookie. | 
static final CookieFactory INSTANCE
CookieFactory instance.Cookie create(java.lang.String name, java.lang.String value)
name - The namevalue - The value