Uses of Interface
org.jboss.netty.handler.codec.http.Cookie

Packages that use Cookie
org.jboss.netty.handler.codec.http Encoder, decoder and their related message types for HTTP. 
 

Uses of Cookie in org.jboss.netty.handler.codec.http
 

Classes in org.jboss.netty.handler.codec.http that implement Cookie
 class DefaultCookie
          The default Cookie implementation.
 

Methods in org.jboss.netty.handler.codec.http that return types with arguments of type Cookie
 Set<Cookie> CookieDecoder.decode(String header)
          Decodes the specified HTTP header value into Cookies.
 

Methods in org.jboss.netty.handler.codec.http with parameters of type Cookie
 void CookieEncoder.addCookie(Cookie cookie)
          Adds the specified Cookie to this encoder.
 int DefaultCookie.compareTo(Cookie c)
           
 



Copyright © 2008-2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.