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