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 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 Modifier and Type Class Description 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 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 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 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 void
WrapperRequest. setCookies(Series<Cookie> cookies)
-