|
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.apache4.utils.Apache4Utils
public class Apache4Utils
Apache 4.x specific utility class
| Constructor Summary | |
|---|---|
Apache4Utils() |
|
| Method Summary | |
|---|---|
static List<RIDCCookie> |
convert(List<org.apache.http.cookie.Cookie> aCookies)Convert Apache cookies to generic RIDC cookies |
static org.apache.http.auth.Credentials |
convertCredentials(Credentials idcCredentials)Converts the credentials between RIDC and Apache implementations |
static List<? extends org.apache.http.NameValuePair> |
convertNVPair(List<NameValuePair> nvpairList)Convert RIDC name value pairs to Apache name value pairs |
static List<RIDCHttpHeader> |
convertToRIDCHeaders(org.apache.http.Header[] allHeaders)Convert Apache headers to generic RIDC headers |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Apache4Utils()
| Method Detail |
|---|
public static List<RIDCCookie> convert(List<org.apache.http.cookie.Cookie> aCookies)
aCookies - apache cookiespublic static List<RIDCHttpHeader> convertToRIDCHeaders(org.apache.http.Header[] allHeaders)
allHeaders - apache headerspublic static org.apache.http.auth.Credentials convertCredentials(Credentials idcCredentials)
idcCredentials - RIDC implpublic static List<? extends org.apache.http.NameValuePair> convertNVPair(List<NameValuePair> nvpairList)
nvpairList - name value pair
|
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 | |||||||||