Uses of Class
org.restlet.data.Cookie

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

Uses of Cookie in org.restlet.data
 

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

Methods in org.restlet.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.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.util
 

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

Methods in org.restlet.util that return types with arguments of type Cookie
 Series<Cookie> WrapperRequest.getCookies()
          Returns the cookies provided by the client.
 

Methods in org.restlet.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.