|
Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC) 11g Release 1 (11.1) E17274-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.stellent.ridc.protocol.http.apache3.utils.Apache3Utils
public class Apache3Utils
Utility class for Apache 3.x implementation
| Constructor Summary | |
|---|---|
Apache3Utils() |
|
| Method Summary | |
|---|---|
static List<RIDCCookie> |
convert(Cookie[] cookies)Convert the Apache cookie implementation to generic RIDC Cookies |
static NameValuePair[] |
convert(List<NameValuePair> params)Convert RIDC Name value pairs to Apache implementation |
static List<RIDCHttpHeader> |
convertToRIDCHeaders(Header[] apacheHeaders)Convert Apache headers to RIDC headers |
static Credentials |
getCredentials(Credentials idcCredentials)Convert the RIDC credentials to Apache Credentials |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Apache3Utils()
| Method Detail |
|---|
public static List<RIDCHttpHeader> convertToRIDCHeaders(Header[] apacheHeaders)
apacheHeaders - the apache headerspublic static Credentials getCredentials(Credentials idcCredentials)
idcCredentials -public static List<RIDCCookie> convert(Cookie[] cookies)
cookies -public static NameValuePair[] convert(List<NameValuePair> params)
params -
|
Oracle® Fusion Middleware Java API Reference for Oracle WebCenter Content Remote Intradoc Client (RIDC) 11g Release 1 (11.1) E17274-05 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||