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> |
HttpInboundRequest.getCookies()
Returns the cookies provided by the client.
|
Modifier and Type | Method and Description |
---|---|
static Cookie |
CookieReader.read(String cookie)
Parses the given String to a Cookie
|
Cookie |
CookieReader.readValue() |
Modifier and Type | Method and Description |
---|---|
CookieWriter |
CookieWriter.append(Cookie cookie) |
static String |
CookieWriter.write(Cookie cookie)
Writes a cookie.
|
Modifier and Type | Method and Description |
---|---|
CookieWriter |
CookieWriter.append(List<Cookie> cookies)
Appends a list of cookies as an HTTP header.
|
static void |
CookieWriter.getCookies(List<Cookie> source,
Map<String,Cookie> destination)
Gets the cookies whose name is a key in the given map.
|
static void |
CookieWriter.getCookies(List<Cookie> source,
Map<String,Cookie> destination)
Gets the cookies whose name is a key in the given map.
|
static String |
CookieWriter.write(List<Cookie> cookies)
Writes a cookie.
|
Constructor and Description |
---|
CookieSeries(List<Cookie> delegate)
Deprecated.
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Series<Cookie> |
SipInboundRequest.getCookies()
Returns the cookies provided by the client.
|
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–2014. All rights reserved.