Uses of Class
org.restlet.data.Cookie
Packages that use Cookie
Package
Description
Core classes of the Restlet API.
Information exchanged by components.
Adapters between low-level HTTP calls and high-level Restlet Request and
Response objects.
Supports HTTP header parsing and formatting.
Client and server resource classes.
Various utility classes.
-
Uses of Cookie in org.restlet
Methods in org.restlet that return types with arguments of type CookieModifier and TypeMethodDescriptionRequest.getCookies()Returns the modifiable series of cookies provided by the client.Method parameters in org.restlet with type arguments of type CookieModifier and TypeMethodDescriptionvoidRequest.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 -
Uses of Cookie in org.restlet.engine.adapter
Methods in org.restlet.engine.adapter that return types with arguments of type CookieModifier and TypeMethodDescriptionHttpRequest.getCookies()Returns the cookies provided by the client. -
Uses of Cookie in org.restlet.engine.header
Methods in org.restlet.engine.header that return CookieModifier and TypeMethodDescriptionstatic CookieParses the given String to a CookieCookieReader.readValue()Methods in org.restlet.engine.header with parameters of type CookieMethod parameters in org.restlet.engine.header with type arguments of type CookieModifier and TypeMethodDescriptionAppends a list of cookies as an HTTP header.static voidGets the cookies whose name is a key in the given map.static voidGets the cookies whose name is a key in the given map.static StringWrites a cookie. -
Uses of Cookie in org.restlet.resource
Methods in org.restlet.resource that return types with arguments of type CookieModifier and TypeMethodDescriptionResource.getCookies()Returns the modifiable series of cookies provided by the client.Method parameters in org.restlet.resource with type arguments of type CookieModifier and TypeMethodDescriptionvoidClientResource.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 CookieModifier and TypeMethodDescriptionWrapperRequest.getCookies()Returns the cookies provided by the client.Method parameters in org.restlet.util with type arguments of type Cookie