Uses of Class
org.restlet.gwt.data.Cookie

Packages that use Cookie
org.restlet.gwt.data Element of information handled by a component via a connector. 
org.restlet.gwt.util Utility classes and interfaces used in the rest of the API. 
 

Uses of Cookie in org.restlet.gwt.data
 

Subclasses of Cookie in org.restlet.gwt.data
 class CookieSetting
          Cookie setting provided by a server.
 

Methods in org.restlet.gwt.data that return types with arguments of type Cookie
 Series<Cookie> Request.getCookies()
          Returns the modifiable series of cookies provided by the client.
 

Method parameters in org.restlet.gwt.data with type arguments of type Cookie
 void Request.setCookies(Series<Cookie> cookies)
          Sets the cookies provided by the client.
 

Uses of Cookie in org.restlet.gwt.util
 

Methods in org.restlet.gwt.util that return Cookie
abstract  Cookie Engine.parseCookie(java.lang.String cookie)
          Parses the given String to a Cookie
 

Methods in org.restlet.gwt.util with parameters of type Cookie
abstract  java.lang.String Engine.formatCookie(Cookie cookie)
          Formats the given Cookie to a String
 



Copyright © 2005-2008 Noelios Technologies.