public final class ClientCookieDecoder extends CookieDecoder
Cookie.setWrap(boolean)
so it can be
eventually sent back to the Origin server as is.ClientCookieEncoder
限定符和类型 | 字段和说明 |
---|---|
static ClientCookieDecoder |
LAX
Lax instance that doesn't validate name and value
|
static ClientCookieDecoder |
STRICT
Strict encoder that validates that name and value chars are in the valid scope
defined in RFC6265
|
限定符和类型 | 方法和说明 |
---|---|
Cookie |
decode(java.lang.String header)
Decodes the specified Set-Cookie HTTP header value into a
Cookie . |
initCookie
public static final ClientCookieDecoder STRICT
public static final ClientCookieDecoder LAX