Package | Description |
---|---|
org.restlet | |
org.restlet.engine.header | |
org.restlet.engine.util | |
org.restlet.ext.crypto | |
org.restlet.resource | |
org.restlet.util |
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.
|
Constructor and Description |
---|
CookieSettingSeries(List<CookieSetting> delegate)
Deprecated.
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected CookieSetting |
CookieAuthenticator.getCredentialsCookie(Request request,
Response response)
Returns the credentials cookie setting.
|
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–2015. All rights reserved.