Modifier and Type | Method and Description |
---|---|
RIDCCookie |
IdcContext.getCookie(String name)
Retrieve a cookie by name
|
Modifier and Type | Method and Description |
---|---|
Map<String,RIDCCookie> |
IdcContext.getCookies()
Retrieve the cookies map
|
Modifier and Type | Method and Description |
---|---|
void |
IdcContext.setCookies(Map<String,RIDCCookie> cookies)
Set the cookies to use for subsequent sendRequest() calls.
|
Modifier and Type | Method and Description |
---|---|
List<RIDCCookie> |
RIDCHttpClient.getCookies()
Get the cookies from the connection
|
Modifier and Type | Method and Description |
---|---|
void |
RIDCHttpClient.addCookie(RIDCCookie cookie)
Add cookie to the connection
|
Modifier and Type | Method and Description |
---|---|
List<RIDCCookie> |
HttpApache3Client.getCookies()
Get the Cookies
|
Modifier and Type | Method and Description |
---|---|
void |
HttpApache3Client.addCookie(RIDCCookie cookie)
Add a cookie to this client
|
Modifier and Type | Method and Description |
---|---|
static List<RIDCCookie> |
Apache3Utils.convert(org.apache.commons.httpclient.Cookie[] cookies)
Convert the Apache cookie implementation to generic RIDC Cookies
|
Modifier and Type | Method and Description |
---|---|
List<RIDCCookie> |
HttpApache4Client.getCookies()
Get the cookies from the connection
|
Modifier and Type | Method and Description |
---|---|
void |
HttpApache4Client.addCookie(RIDCCookie cookie)
Add cookie to the connection
|
Modifier and Type | Method and Description |
---|---|
static List<RIDCCookie> |
Apache4Utils.convert(List<org.apache.http.cookie.Cookie> aCookies)
Convert Apache cookies to generic RIDC cookies
|
Modifier and Type | Method and Description |
---|---|
List<RIDCCookie> |
HttpURLConnectionClient.getCookies() |
Modifier and Type | Method and Description |
---|---|
void |
HttpURLConnectionClient.addCookie(RIDCCookie cookie) |
Modifier and Type | Method and Description |
---|---|
List<RIDCCookie> |
HttpOracleClient.getCookies() |
Modifier and Type | Method and Description |
---|---|
void |
HttpOracleClient.addCookie(RIDCCookie idcCookie) |