| 程序包 | 说明 | 
|---|---|
| org.jboss.netty.handler.codec.http.cookie | 
 This package contains Cookie related classes. 
 | 
| 限定符和类型 | 字段和说明 | 
|---|---|
static ServerCookieDecoder | 
ServerCookieDecoder.LAX
Lax instance that doesn't validate name and value 
 | 
static ServerCookieDecoder | 
ServerCookieDecoder.STRICT
Strict encoder that validates that name and value chars are in the valid scope
 defined in RFC6265 
 |