Package | Description |
---|---|
io.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
io.netty.handler.codec.http.cookie |
This package contains Cookie related classes.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultCookie
Deprecated.
Use
DefaultCookie instead. |
Modifier and Type | Method and Description |
---|---|
protected DefaultCookie |
CookieDecoder.initCookie(String header,
int nameBegin,
int nameEnd,
int valueBegin,
int valueEnd) |
Copyright © 2008–2017 The Netty Project. All rights reserved.