Package | Description |
---|---|
io.netty.handler.codec.http.cookie |
This package contains Cookie related classes.
|
Modifier and Type | Field and Description |
---|---|
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.
|
Copyright © 2008–2018 The Netty Project. All rights reserved.