Uses of Class
org.restlet.data.Cookie

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

Uses of Cookie in org.restlet
 

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

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

Uses of Cookie in org.restlet.resource
 

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

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

Methods in org.restlet.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.util with type arguments of type Cookie
 void WrapperRequest.setCookies(Series<Cookie> cookies)
           
 



Copyright © 2005-2013 Restlet.