Package | Description |
---|---|
org.restlet |
Core classes of the API.
|
org.restlet.data |
Information exchanged by components.
|
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> |
Resource.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-2024 Restlet.