Uses of Class
org.glassfish.grizzly.web.container.util.http.Cookie

Packages that use Cookie
org.glassfish.grizzly.web.container.http11   
 

Uses of Cookie in org.glassfish.grizzly.web.container.http11
 

Fields in org.glassfish.grizzly.web.container.http11 declared as Cookie
protected  Cookie[] GrizzlyRequest.cookies
          The set of cookies associated with this Request.
 

Methods in org.glassfish.grizzly.web.container.http11 that return Cookie
 Cookie[] GrizzlyRequest.getCookies()
          Return the set of Cookies received with this Request.
 Cookie[] GrizzlyResponse.getCookies()
          Return an array of all cookies set for this response, or a zero-length array if no cookies have been set.
protected  Cookie GrizzlyRequest.makeCookie(ServerCookie scookie)
           
protected  Cookie GrizzlyRequest.makeCookie(ServerCookie scookie, boolean decode)
           
 

Methods in org.glassfish.grizzly.web.container.http11 with parameters of type Cookie
 void GrizzlyRequest.addCookie(Cookie cookie)
          Add a Cookie to the set of Cookies associated with this Request.
 void GrizzlyResponse.addCookie(Cookie cookie)
          Add the specified Cookie to those that will be included with this Response.
protected  void GrizzlyRequest.configureSessionCookie(Cookie cookie)
          Configures the given JSESSIONID cookie.
 void GrizzlyRequest.setCookies(Cookie[] cookies)
          Set the set of cookies recieved with this Request.
 



Copyright © 2009 SUN Microsystems. All Rights Reserved.