Uses of Class
org.restlet.data.CookieSetting
-
Packages that use CookieSetting Package Description org.restlet Core classes of the API.org.restlet.resource Client and server resource classes.org.restlet.util Various utility classes. -
-
Uses of CookieSetting in org.restlet
Methods in org.restlet that return types with arguments of type CookieSetting Modifier and Type Method Description Series<CookieSetting>
Response. getCookieSettings()
Returns the modifiable series of cookie settings provided by the server.Method parameters in org.restlet with type arguments of type CookieSetting Modifier and Type Method Description void
Response. setCookieSettings(Series<CookieSetting> cookieSettings)
Sets the modifiable series of cookie settings provided by the server. -
Uses of CookieSetting in org.restlet.resource
Methods in org.restlet.resource that return types with arguments of type CookieSetting Modifier and Type Method Description Series<CookieSetting>
Resource. getCookieSettings()
Returns the modifiable series of cookie settings provided by the server.Method parameters in org.restlet.resource with type arguments of type CookieSetting Modifier and Type Method Description void
ServerResource. 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 CookieSetting Modifier and Type Method Description Series<CookieSetting>
WrapperResponse. getCookieSettings()
Returns the cookie settings provided by the server.Method parameters in org.restlet.util with type arguments of type CookieSetting Modifier and Type Method Description void
WrapperResponse. setCookieSettings(Series<CookieSetting> cookieSettings)
-