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

Packages that use Cookie
org.restlet.client Core classes of the API. 
org.restlet.client.data Information exchanged by components. 
org.restlet.client.resource Client and server resource classes. 
org.restlet.client.util Various utility classes. 
 

Uses of Cookie in org.restlet.client
 

Methods in org.restlet.client 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.client with type arguments of type Cookie
 void Request.setCookies(Series<Cookie> cookies)
          Sets the modifiable series of cookies provided by the client.
 

Uses of Cookie in org.restlet.client.data
 

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

Uses of Cookie in org.restlet.client.resource
 

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

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

Uses of Cookie in org.restlet.client.util
 

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

Method parameters in org.restlet.client.util with type arguments of type Cookie
 void WrapperRequest.setCookies(Series<Cookie> cookies)
           
 



Copyright © 2005-2010 Noelios Technologies.