| Package | Description |
|---|---|
| org.restlet |
Core classes of the Restlet API.
|
| org.restlet.engine.header |
Supports HTTP header parsing and formatting.
|
| 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 |
|---|---|
static CookieSetting |
CookieSettingReader.read(String cookieSetting)
Parses the given String to a CookieSetting
|
CookieSetting |
CookieSettingReader.readValue() |
| Modifier and Type | Method and Description |
|---|---|
CookieSettingWriter |
CookieSettingWriter.append(CookieSetting cookieSetting) |
static String |
CookieSettingWriter.write(CookieSetting cookieSetting)
Writes a cookie setting.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
CookieSettingWriter.write(List<CookieSetting> cookieSettings)
Writes a list of cookie settings.
|
| 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–2025. All rights reserved.