| 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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Series<CookieSetting> | 
Response.getCookieSettings()
Returns the modifiable series of cookie settings provided by the server. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Response.setCookieSettings(Series<CookieSetting> cookieSettings)
Sets the modifiable series of cookie settings provided by the server. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Series<CookieSetting> | 
Resource.getCookieSettings()
Returns the modifiable series of cookie settings provided by the server. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Series<CookieSetting> | 
WrapperResponse.getCookieSettings()
Returns the cookie settings provided by the server. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
WrapperResponse.setCookieSettings(Series<CookieSetting> cookieSettings)  | 
Copyright © 2005-2024 Restlet.