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

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

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

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

Methods in org.jboss.netty.handler.codec.http2 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.http2 with parameters of type Cookie
 void CookieEncoder.addCookie(Cookie cookie)
          Adds the specified Cookie to this encoder.
 int DefaultCookie.compareTo(Cookie c)
           
 



Copyright © 2009-2012 Frederic Bregier. All Rights Reserved.