程序包 | 说明 |
---|---|
io.netty.handler.codec.http.cookie |
This package contains Cookie related classes.
|
限定符和类型 | 字段和说明 |
---|---|
static ClientCookieEncoder |
ClientCookieEncoder.LAX
Lax instance that doesn't validate name and value, and (for methods that accept multiple cookies) keeps
cookies in the order in which they were given.
|
static ClientCookieEncoder |
ClientCookieEncoder.STRICT
Strict encoder that validates that name and value chars are in the valid scope and (for methods that accept
multiple cookies) sorts cookies into order of decreasing path length, as specified in RFC6265.
|