Package | Description |
---|---|
org.restlet |
Core classes of the API.
|
org.restlet.engine.http.header |
Supports HTTP header parsing and formatting.
|
org.restlet.engine.util |
General utilities.
|
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 |
---|---|
CookieSetting |
CookieSettingSeries.createEntry(String name,
String value) |
Modifier and Type | Method and Description |
---|---|
Series<CookieSetting> |
CookieSettingSeries.createSeries(List<CookieSetting> delegate) |
Modifier and Type | Method and Description |
---|---|
Series<CookieSetting> |
CookieSettingSeries.createSeries(List<CookieSetting> delegate) |
Constructor and Description |
---|
CookieSettingSeries(List<CookieSetting> delegate)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Series<CookieSetting> |
UniformResource.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–2016. All rights reserved.