程序包 | 说明 |
---|---|
org.jboss.netty.handler.codec.http |
Encoder, decoder and their related message types for HTTP.
|
限定符和类型 | 方法和说明 |
---|---|
java.util.Set<Cookie> |
CookieDecoder.decode(java.lang.String header)
已过时。
Decodes the specified HTTP header value into
Cookie s. |
限定符和类型 | 方法和说明 |
---|---|
void |
CookieEncoder.addCookie(Cookie cookie)
Adds the specified
Cookie to this encoder. |