Uses of Class
org.cruxframework.crux.core.server.rest.core.Cookie

Packages that use Cookie
org.cruxframework.crux.core.server.rest.core   
org.cruxframework.crux.core.server.rest.util.header   
 

Uses of Cookie in org.cruxframework.crux.core.server.rest.core
 

Subclasses of Cookie in org.cruxframework.crux.core.server.rest.core
 class NewCookie
          Used to create a new HTTP cookie, transferred in a response.
 

Methods in org.cruxframework.crux.core.server.rest.core that return Cookie
 Cookie NewCookie.toCookie()
          Obtain a new instance of a Cookie with the same name, value, path, domain and version as this NewCookie.
static Cookie Cookie.valueOf(String value)
          Creates a new instance of Cookie by parsing the supplied string.
 

Methods in org.cruxframework.crux.core.server.rest.core that return types with arguments of type Cookie
 Map<String,Cookie> HttpHeaders.getCookies()
           
 

Method parameters in org.cruxframework.crux.core.server.rest.core with type arguments of type Cookie
 void HttpHeaders.setCookies(Map<String,Cookie> cookies)
           
 

Constructors in org.cruxframework.crux.core.server.rest.core with parameters of type Cookie
NewCookie(Cookie cookie)
          Create a new instance copying the information in the supplied cookie.
NewCookie(Cookie cookie, String comment, int maxAge, boolean secure)
          Create a new instance supplementing the information in the supplied cookie.
NewCookie(Cookie cookie, String comment, int maxAge, boolean secure, boolean httpOnly)
          Create a new instance supplementing the information in the supplied cookie.
 

Uses of Cookie in org.cruxframework.crux.core.server.rest.util.header
 

Methods in org.cruxframework.crux.core.server.rest.util.header that return Cookie
static Cookie CookieHeaderParser.fromString(String value)
           
 

Methods in org.cruxframework.crux.core.server.rest.util.header with parameters of type Cookie
static String CookieHeaderParser.toString(Cookie cookie)
           
 



Copyright © 2014. All rights reserved.