Uses of Class
org.restlet.data.CookieSetting
Packages that use CookieSetting
Package
Description
Core classes of the Restlet API.
Supports HTTP header parsing and formatting.
Client and server resource classes.
Various utility classes.
-
Uses of CookieSetting in org.restlet
Methods in org.restlet that return types with arguments of type CookieSettingModifier and TypeMethodDescriptionResponse.getCookieSettings()Returns the modifiable series of cookie settings provided by the server.Method parameters in org.restlet with type arguments of type CookieSettingModifier and TypeMethodDescriptionvoidResponse.setCookieSettings(Series<CookieSetting> cookieSettings) Sets the modifiable series of cookie settings provided by the server. -
Uses of CookieSetting in org.restlet.engine.header
Methods in org.restlet.engine.header that return CookieSettingModifier and TypeMethodDescriptionstatic CookieSettingParses the given String to a CookieSettingCookieSettingReader.readValue()Methods in org.restlet.engine.header with parameters of type CookieSettingModifier and TypeMethodDescriptionCookieSettingWriter.append(CookieSetting cookieSetting) static StringCookieSettingWriter.write(CookieSetting cookieSetting) Writes a cookie setting.Method parameters in org.restlet.engine.header with type arguments of type CookieSettingModifier and TypeMethodDescriptionstatic StringCookieSettingWriter.write(List<CookieSetting> cookieSettings) Writes a list of cookie settings. -
Uses of CookieSetting in org.restlet.resource
Methods in org.restlet.resource that return types with arguments of type CookieSettingModifier and TypeMethodDescriptionResource.getCookieSettings()Returns the modifiable series of cookie settings provided by the server.Method parameters in org.restlet.resource with type arguments of type CookieSettingModifier and TypeMethodDescriptionvoidServerResource.setCookieSettings(Series<CookieSetting> cookieSettings) Sets the cookie settings provided by the server. -
Uses of CookieSetting in org.restlet.util
Methods in org.restlet.util that return types with arguments of type CookieSettingModifier and TypeMethodDescriptionWrapperResponse.getCookieSettings()Returns the cookie settings provided by the server.Method parameters in org.restlet.util with type arguments of type CookieSettingModifier and TypeMethodDescriptionvoidWrapperResponse.setCookieSettings(Series<CookieSetting> cookieSettings)