Package | Description |
---|---|
io.netty.handler.codec.http.cookie |
This package contains Cookie related classes.
|
Modifier and Type | Field and Description |
---|---|
static ServerCookieEncoder |
ServerCookieEncoder.LAX
Lax instance that doesn't validate name and value, and that allows multiple
cookies with the same name.
|
static ServerCookieEncoder |
ServerCookieEncoder.STRICT
Strict encoder that validates that name and value chars are in the valid scope
defined in RFC6265, and (for methods that accept multiple cookies) that only
one cookie is encoded with any given name.
|
Copyright © 2008–2024 The Netty Project. All rights reserved.