public class NettyCookieFactory extends Object implements CookieFactory
CookieFactory for constructing Cookie instances for Netty.INSTANCE| Constructor and Description | 
|---|
| NettyCookieFactory() | 
| Modifier and Type | Method and Description | 
|---|---|
| Cookie | create(String name,
      String value)Create a new cookie. | 
public Cookie create(String name, String value)
CookieFactorycreate in interface CookieFactoryname - The namevalue - The value