Package | Description |
---|---|
org.restlet |
Core classes of the API.
|
org.restlet.data |
Information exchanged by components.
|
org.restlet.engine.http |
Supports HTTP connectors.
|
org.restlet.engine.http.connector |
New advanced internal HTTP connector.
|
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<Cookie> |
Request.getCookies()
Returns the modifiable series of cookies provided by the client.
|
Modifier and Type | Method and Description |
---|---|
void |
Request.setCookies(Series<Cookie> cookies)
Sets the modifiable series of cookies provided by the client.
|
Modifier and Type | Class and Description |
---|---|
class |
CookieSetting
Cookie setting provided by a server.
|
Modifier and Type | Method and Description |
---|---|
Series<Cookie> |
HttpRequest.getCookies()
Returns the cookies provided by the client.
|
Modifier and Type | Method and Description |
---|---|
Series<Cookie> |
ConnectedRequest.getCookies()
Returns the cookies provided by the client.
|
Modifier and Type | Method and Description |
---|---|
static Cookie |
CookieReader.read(java.lang.String cookie)
Parses the given String to a Cookie
|
Cookie |
CookieReader.readValue() |
Modifier and Type | Method and Description |
---|---|
CookieWriter |
CookieWriter.append(Cookie cookie) |
static java.lang.String |
CookieWriter.write(Cookie cookie)
Writes a cookie.
|
Modifier and Type | Method and Description |
---|---|
CookieWriter |
CookieWriter.append(java.util.List<Cookie> cookies)
Appends a list of cookies as an HTTP header.
|
static void |
CookieWriter.getCookies(java.util.List<Cookie> source,
java.util.Map<java.lang.String,Cookie> destination)
Gets the cookies whose name is a key in the given map.
|
static void |
CookieWriter.getCookies(java.util.List<Cookie> source,
java.util.Map<java.lang.String,Cookie> destination)
Gets the cookies whose name is a key in the given map.
|
static java.lang.String |
CookieWriter.write(java.util.List<Cookie> cookies)
Writes a cookie.
|
Modifier and Type | Method and Description |
---|---|
Cookie |
CookieSeries.createEntry(java.lang.String name,
java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
Series<Cookie> |
CookieSeries.createSeries(java.util.List<Cookie> delegate) |
Modifier and Type | Method and Description |
---|---|
Series<Cookie> |
CookieSeries.createSeries(java.util.List<Cookie> delegate) |
Constructor and Description |
---|
CookieSeries(java.util.List<Cookie> delegate)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Series<Cookie> |
UniformResource.getCookies()
Returns the modifiable series of cookies provided by the client.
|
Modifier and Type | Method and Description |
---|---|
void |
ClientResource.setCookies(Series<Cookie> cookies)
Sets the cookies provided by the client.
|
Modifier and Type | Method and Description |
---|---|
Series<Cookie> |
WrapperRequest.getCookies()
Returns the cookies provided by the client.
|
Modifier and Type | Method and Description |
---|---|
void |
WrapperRequest.setCookies(Series<Cookie> cookies) |
Copyright © 2005-2012. All Rights Reserved.