| Interface and Description |
|---|
| org.jboss.netty.handler.codec.http.Cookie
Use
Cookie instead. |
| Class and Description |
|---|
| org.jboss.netty.handler.codec.http.CookieDecoder
Use
io.netty.handler.codec.http.cookie.ClientCookieDecoder
or io.netty.handler.codec.http.cookie.ServerCookieDecoder instead.
Decodes an HTTP header value into Cookies. This decoder can decode
the HTTP cookie version 0, 1, and 2.
|
| org.jboss.netty.handler.codec.http.DefaultCookie
Use
io.netty.handler.codec.http.cookie.DefaultCookie instead. |
Copyright © 2008–2019 The Netty Project. All rights reserved.