| Package | Description |
|---|---|
| oracle.stellent.ridc | |
| oracle.stellent.ridc.common.http | |
| oracle.stellent.ridc.protocol.http.httpurlconnection.impl | |
| oracle.stellent.ridc.protocol.http.oracle.impl |
| 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> |
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) |