| 程序包 | 说明 |
|---|---|
| io.netty.handler.codec.http |
Benchmarks for
io.netty.handler.codec.http. |
| io.netty.handler.codec.http.cookie |
This package contains Cookie related classes.
|
| 限定符和类型 | 类和说明 |
|---|---|
class |
DefaultCookie
已过时。
Use
DefaultCookie instead. |
| 限定符和类型 | 方法和说明 |
|---|---|
protected DefaultCookie |
CookieDecoder.initCookie(java.lang.String header,
int nameBegin,
int nameEnd,
int valueBegin,
int valueEnd) |