Package | Description |
---|---|
org.restlet |
Core classes of the API.
|
org.restlet.resource |
Client and server resource classes.
|
org.restlet.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 |
---|---|
void |
ServerResource.setCookieSettings(Series<CookieSetting> cookieSettings)
Sets the 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.