Uses of Class
org.restlet.data.Cookie
- 
Packages that use Cookie Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description voidRequest. 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 Modifier and Type Class Description classCookieSettingCookie 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 Modifier and Type Method Description 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 Modifier and Type Method Description voidClientResource. 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 Modifier and Type Method Description Series<Cookie>WrapperRequest. getCookies()Returns the cookies provided by the client.Method parameters in org.restlet.util with type arguments of type Cookie Modifier and Type Method Description voidWrapperRequest. setCookies(Series<Cookie> cookies) 
 -