public final class ServerCookieDecoder extends CookieDecoder
ServerCookieEncoder
Modifier and Type | Field and Description |
---|---|
static ServerCookieDecoder |
LAX
Lax实例不验证名称和值
|
static ServerCookieDecoder |
STRICT
验证名称和值字符的严格编码器位于RFC6265中定义的有效范围内
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<Cookie> |
decode(java.lang.String header)
将指定的Set-Cookie HTTP标头值解码为 Cookie 。
|
initCookie
public static final ServerCookieDecoder STRICT
public static final ServerCookieDecoder LAX
Copyright © 2008–2018 The Netty Project. All rights reserved.