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